/*
Theme Name: ComplexMenu CivilStone
Theme URI: https://websites.complexmenu.com/
Author: ComplexMenu
Author URI: https://websites.complexmenu.com/
Description: Tema para o CivilStone
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Afacad Flux", sans-serif;
}

html, body{
    scroll-behavior: smooth;
    height: 100%;
    color: #333333;
}

a{
    text-decoration: none;
}

.clear{
    clear: both;
}

.texth3{
    color: #ffc800;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.texth2{
    color: #333333;
    font-size: 44px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
    margin-bottom: 10px;
}

section{
    scroll-snap-align: start;
}

.firstHeader{
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1000;
    padding: 5px;
    border: 1px solid #f2f2f2;
}

.middleButtons{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.middleButtons .boxContainter{
    width: 100%;
    display: flex;
}

.middleButtons .box{
    display: flex;
    flex-direction: row;
    color: black;
    gap: 15px;
    align-items: center;
}

.middleButtons .box .social{
    display:flex;
    gap: 5px;
}

.middleButtons .box .contact{
    display: flex;
    gap: 5px;
}

.middleButtons .box .link{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333333;
}

.middleButtons .box .link p{
    color: #1b98b1;
    text-decoration: underline;
}

.middleButtons .box i{
    font-size: 18px;
}

.middleButtons .socialBtn{
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
    color: #333333;
    transition: all 300ms ease; 
}

.middleButtons a:hover{
    border-radius: 10px;
    background-color: #ffc800;
}

.middleButtons .box .languageContainer .defaultLang{
    display: flex;
    gap: 10px;
    color: #333333;
}

.gray{
    background-color: #cccccc;
}

.cover-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 100%;
}

.bgHeader{
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    height: 600px;
}

.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* Menu Desktop */

header{
    background-color: white;
    position: fixed;
    width: 100%;
    padding: 20px 2rem;
    z-index: 100;
}

header .navbar{
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navbar .logo{
    display: flex;
    align-items: center;
}

header img{
    width: 150px;
    height: 70px;
}

header .navbar .links{
    display: flex;
    column-gap: 30px;
}

header .navbar .toggle-btn{
    color: #404040;
    font-size: 28px;
    cursor: pointer;
    display: none;
}

header .navbar-mobile{
    display: none;
}

header .navbar li{
    list-style: none;
}

header .navbar a{
    text-transform: uppercase;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    transition: all 300ms ease;
}

header .navbar ul li a:hover{
    color: #ffc800;
}

header .navbar ul li a.active{
    color: #ffc800;
}

header .navbar ul li i{
    transition: 0.2s;
}

/* Menu Mobile */

header .navbar-mobile{
    display: none;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 90px;
    height: 0;
    left: 0;
    background-color: white;
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .navbar-mobile.open{
    background-color: white;
    height: fit-content;
}

header .navbar-mobile li{
    padding: 5px;
    list-style: none;
    text-transform: uppercase;
}

header .navbar-mobile a{
    text-decoration: none;
    color: #404040;
    font-size: 16px;
    margin-left: 50px;
}

header .navbar-mobile a.mobileLogin{
    position: absolute;
    bottom: 14%;
    background: transparent;
    color: #ffc800;
    border-radius: 8px;
    padding: 10px 37%;
    border: 1px solid #ffc800;
    transition: 0.5s;
}

/* Section Welcome */

section.welcome{
    padding: 0 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: start;
}

section.welcome h3{
    font-size: 26px;
    color: #ffc800;
    font-weight: 400;
    text-transform: uppercase;
}

section.welcome h2{
    text-align: start;
    font-size: 85px;
    color: white;
    text-transform: uppercase;
    max-width: 700px;
    line-height: 1;
}

section.welcome p{
    margin-top: 10px;
    color: white;
    max-width: 650px;
}

section.welcome .welcomeBtns{
    display: flex;
    gap: 20px;
}

section.welcome .welcomeBtns a{
    margin-top: 20px;
    border-radius: 2px;
    background-color: #ffc800;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
    transition: all 300ms ease; 
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 35px; 
    position: relative;
    color: white;
}

section.welcome .welcomeBtns a:hover{
    background-color: #333333;
}

/* About */

section.about .container{
    max-width: 1200px;
}

section.about .about-wraper{
    padding-top: 60%;
    position: relative;
}

section.about .about-wraper2{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

section.about .img-about{
    width: 100%;
    height: 80%;
    background: url(sobreMarmore.png);
    background-size: 100% 100%;
}

section.about .text-about{
    width: 100%;
    padding: 0 30px;
}


section.about .text-about h3{
    color: #ffc800;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

section.about .text-about h2{
    color: #404040;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

section.about .text-about h4{
    color: #858d93;
    text-transform: uppercase;
}

section.about .text-about p{
    color: #a2a8ac;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 30px;
}

/* Fav Pedras */

section.favPedras{
    padding: 100px 2%;
    background-color: #f2f2f2;
}

section.favPedras a{
    text-decoration: none;
    color: #333333;
}

section.favPedras .swiper {
  width: 100%;
  height: 100%;
}

section.favPedras .swiper-slide{
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section.favPedras .swiper-slide img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 2px;
}

section.favPedras .swiper-wrapper{
    padding-bottom: 30px;
}

.swiper-pagination-bullet-active {
     background-color: #ffc800 !important;
}

/* Mapa */

section.mapBox{
    margin-top: -2px;
}

/* Roda-Pe */

footer{
    margin-top: -10px;
    background-color: white;
    padding: 100px 2% 20px 2%;
    align-items: center;
}

footer .footerSingle.firstSection{
    margin-left: auto;
    text-align: center;
    margin-top: -45px;
}

footer .footerSingle.firstSection img{
    width: 150px;
    height: 65px;
    margin-bottom: 10px;
    cursor: pointer;
}

footer .footerSingle.firstSection .socialMedia i{
    font-size: 28px;
    color: #808080;
    cursor: pointer;
    margin-left: 10px;
}

footer .footerSingle.firstSection .socialMedia i:hover{
    color: #ffc800;
}

footer .footerBox{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    align-items: center;
}

footer .footerBox .formBox{
    background-color: #f2f2f2;
    width: 500px;
    margin-top: -220px;
    padding: 40px;
    text-align: center;
    border-radius: 10px;
}

footer .footerBox .formBox form{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: 100%;
}

footer .footerBox .formBox h3{
    color: #333333;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

footer .footerBox .formBox .inputBox{
    display: flex;
    gap: 15px;
    width: 100%;
    margin-bottom: 10px;
}

footer .footerBox .formBox .inputBox label{
    font-size: 24px;
    color: #cccccc;
    margin-top: 5px;
}

footer .footerBox .formBox .inputBox input[type="text"]{
    width: 100%;
    background-color: #f2f2f2;
    height: 35px;
    border: none;
    outline: none;
    font-size: 18px;
    border-bottom: 2px solid #cccccc;
}

footer .footerBox .formBox .inputBox textarea{
    width: 100%;
    background-color: #f2f2f2;
    height: 100px;
    outline: none;
    border: none;
    font-size: 18px;
    border-bottom: 2px solid #cccccc;
    resize: none;
}

footer .footerBox .formBox input[type="submit"]{
    background-color: #ffc800;
    padding: 10px 25px;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
}

footer .footerBox .formBox input[type="submit"]:hover{
    background-color: #333333;
}

footer .groupInformation{
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -50px;
}

footer .groupInformation .informationSingle{
    align-items: center;
    display: flex;
    gap: 10px;
}

footer .groupInformation .informationSingle i{
    color: #808080;
    font-size: 28px;
}

footer .groupInformation .informationSingle p{
    color: #808080;
}

footer .bottomFooter{
    margin-top: 80px;
    padding: 10px 2%;
    display: flex;
    color: #808080;
    justify-content: space-between;
}

footer .bottomFooter .linkBox{
    display: flex;
    gap: 10px;
}

footer .bottomFooter .linkBox a{
    color: #808080;
    text-decoration: underline;
    cursor: pointer;
    transition: all 300ms ease;
}

footer .bottomFooter .linkBox a:hover{
    color: #ffc800;
}

footer a{
    color: #ffc800; 
}

/* Section Header */

section.headerSection{
    padding: 0 2%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

section.headerSection h2{
    font-size: 74px;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
}

section.headerSection p{
    margin: 0 auto;
    color: white;
    max-width: 650px;
    font-size: 18px;
}

section.headerSection .linkBox{
    margin: 0 auto;
    color: white;
    max-width: 100%;
    display: inline-block;
    font-size: 22px;
}

section.headerSection .linkBox .linkList{
    display: flex;
    gap: 10px;
}

section.headerSection .linkBox .linkList .linkGroup{
    display: flex;
    gap: 10px;
    text-transform: uppercase;
}

section.headerSection .linkBox .linkList .linkGroup a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    color: white;
    cursor: pointer;
    transition: all 300ms ease;
    position: relative;
}

section.headerSection .linkBox .linkList .linkGroup a:after{
    content: '';
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0px;
    width: 0;
    background-color: white;
    transition: width 300ms ease;
}

section.headerSection .linkBox .linkList .linkGroup a:hover:after{
    width: 100%;
}

section.headerSection .linkBox .linkList .linkGroup a.active:after{
    width: 100%;
}

/* PAGINA PRODUTOS */

section.productPage{
    padding: 100px 0px;
}

section.productPage .productBox .productBoxSingle{
    padding: 20px 0px;
}

section.productPage .productBox .productBoxSingle .productBody{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.productPage .productBox .productBoxSingle .productBody .productSingle{
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    padding: 20px;
    text-align: center;
}

section.productPage .productBox .productBoxSingle .productBody .productSingle .productImage img{
    width: 100%;
    height: 200px;
    border-radius: 16px;
    background-color: #f2f2f2;
    border-radius: 2px;
    cursor: pointer
}

section.productPage .productBox .productBoxSingle .productBody .productSingle .productDesc{
    font-size: 18px;
    font-weight: 400;
    color: #333333
}

/* PAGINA ARTIGO */

section.productSingle{
    padding: 120px 2%;
}

section.productSingle .singleBox{
    padding: 0px 6%;
    position: relative;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 200px;
    gap: 50px;
}

section.productSingle .image img{
    background-color: #f2f2f2;
    width: 100%;
    height: 400px;
    border-radius: 5px;
}

section.productSingle h2{
    font-size: 28px;
}

section.productSingle .btnBuy{
    display: flex;
    gap: 20px;
    width: 100%;
    margin: 20px 0px;
}

section.productSingle .btnBuy button{
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    border: none;
    background-color: #ffc800;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 500;
    transition: all 300ms ease;
}

section.productSingle .btnBuy button:hover{
    background-color: #333333;
}

@media screen and (max-width: 1350px) {
    section.about{
        padding: 50px 2%;
    }

    section.about .about-wraper{
        padding-top: 0;
    }

    section.about .about-wraper2{
        text-align: center;
        display: inline-block;
        height: auto;
        position: static;
    }

    section.about .img-about{
        width: 60%;
        padding-top: 70%;
        display: inline-block;
        height: auto;
        margin-bottom: 50px;
    }

    section.about .text-about{
        display: inline-block;
        width: 100%;
        padding: 0 2%;
    }

    section.about .btn-primary-full{
        width: 100%;
        padding: 0 2%;
    }

    section.about .text-about p{
        text-align: justify;
        margin: 0 auto;
        max-width: 750px;
    }
}

@media screen and (max-width: 650px){
    section.about .text-about h3{
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 400;
    }
    
    section.about .text-about h2{
        font-size: 40px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    section.about .text-about p{
        color: #a2a8ac;
        font-weight: 200;
        font-size: 15px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1600px){
    header{
        padding: 20px 2%;
    }
    
    /* Sobre */
    section.sobre{
        margin-top: 100px;
        padding: 0 2%;
    }
    
    section.sobre .container{
        max-width: 1200px;
    }
    
    section.sobre .sobre-wraper{
        padding-top: 60%;
        position: relative;
    }
    
    section.sobre h2{
        text-align: left;
    }
    
    section.sobre .sobre-wraper2{
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    
    section.sobre img{
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        border-radius: 2px;
    }
    
    /* Cards */
    
    .cardBox{
        margin-top: 500px;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        height: 500px;
    }
    
    /* Galeria */
    
    section.imagesShow{
        text-align: center;
        margin-top: 650px;
        padding-top: 0px;
        padding: 0;
    }
}

@media screen and (max-width: 1150px){
    .cardBox{
        margin-top: 600px;
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        height: 500px;
    }
    
    footer .footerBox{
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 900px){
    header .navbar .links{
        display: none;
    }
    
    header .navbar .toggle-btn{
        font-size: 26px;
        color: #333333;
        display: block;
    }
    
    header .navbar .languageContainer{
        display: none;
    }
    
    section.sobre{
        margin-top: 0px;
        padding: 100px 2% 0px 2%;
    }
    
    section.sobre img{
        display: none;
    }
    
    .cardBox{
        margin-top: 0px;
        padding: 0px;
        grid-template-columns: 1fr;
    }
    
    /* Galeria */
    
    section.imagesShow{
        text-align: center;
        margin-top: 1100px;
        padding-top: 0px;
        padding: 0;
    }
    
    footer{
        padding: 50px 2%;
    }
    
    footer .footerBox{
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        gap: 50px
    }
    
    footer .footerSingle{
        margin: 0 auto;
        text-align: center;
    }
    
    footer .footerSingle.firstSection{
        margin: 0px auto;
        text-align: start;
    }
    
    footer .footerBox .formBox{
        width: 500px;
        margin-top: 0px;
        padding: 40px;
        text-align: center;
        border-radius: 2px;
    }
    
    footer .groupInformation{
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-align: center;
        margin: 0 auto;
    }
    
    section.productPage .productBox .productBoxSingle .productBody .productSingle{
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        position: relative;
        padding: 20px;
        text-align: center;
    }
    
    section.productSingle .singleBox{
        padding: 0px 2%;
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        min-height: 200px;
        gap: 50px;
    }
    
    section.productSingle .image img{
        background-color: #f2f2f2;
        width: 100%;
        height: 550px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 800px){
    section.sobre{
        align-items: center;
        margin-top: 0px;
        padding: 50px 2% 50px 2%;
    }
    
    section.reserva .container .contactForm .boxPeaple .item{
        flex: 0 0 33.333%;
        max-width: 33.333%;
        position: relative;
        padding: 8px;
        transition: all 300ms ease;
    }
}

@media screen and (max-width: 650px){
    /* Section Welcome */
    section.welcome{
        text-align: center;
    }
    
    section.welcome h2{
        text-align: center;
        font-size: 60px;
    }
    
    section.welcome p{
        margin: 20px auto;
    }
    
    section.welcome .welcomeBtns{
        position: relative;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        gap: 5px;
    }
    
    section.welcome .welcomeBtns a{
        width: 100%;
    }
    
    section.sobre{
        align-items: center;
        margin-top: 0px;
        padding: 100px 2%;
    }
    
    .cardBox{
        margin-top: 0px;
        padding: 0px;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    footer .footerBox .formBox{
        width: 400px;
        margin-top: 0px;
        padding: 40px;
        text-align: center;
        border-radius: 2px;
    }
    
    section.productPage .productBox .productBoxSingle .productBody .productSingle{
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 20px;
        text-align: center;
    }
    
    section.productSingle .image img{
        background-color: #f2f2f2;
        width: 100%;
        height: 450px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 550px){
    section.welcome{
        font-size: 18px;
        text-align: center;
    }
    
    section.welcome p{
        font-size: 18px;
    }
    
    section.sobre{
        align-items: center;
        padding: 50px 2% 250px 2%;
    }
    
    /* Galeria */
    
    section.imagesShow{
        text-align: center;
        margin-top: 1080px;
        padding-top: 0px;
        padding: 0;
    }
    
    footer .footerBox .formBox{
        width: 100%;
        margin-top: 0px;
        padding: 40px;
        text-align: center;
        border-radius: 2px;
    }
    
    section.productPage .productBox .productBoxSingle .productBody .productSingle{
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding: 20px;
        text-align: center;
    }
    
    section.productSingle .image img{
        background-color: #f2f2f2;
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }
}

@media screen and (max-width: 450px){
    section.sobre{
        align-items: center;
        padding: 50px 2% 300px 2%;
    }
    
    .cardBox{
        margin-top: 0px;
        padding: 0px;
        grid-template-columns: 1fr;
        gap: 5px;
    }
    
    .cardBox .cardSingle .cardContent{
        position: absolute;
        top: 40%;
        left: 50%;
        color: white;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    /* Galeria */
    
    section.imagesShow{
        text-align: center;
        margin-top: 1000px;
        padding-top: 0px;
        padding: 0;
    }
    
    section.reserva .container .contactForm .boxPeaple .item{
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        padding: 8px;
        transition: all 300ms ease;
    }
    
    section.reserva .container .contactForm .inputGroup{
        display: flex;
        flex-direction: column;
        border-radius: 4px;
        gap: 8px;
        margin-bottom: 15px;
    }
    
    section.reserva .container .contactForm .formBtns{
        flex-direction: column;
        gap: 15px;
    }
    
    section.productSingle .image img{
        background-color: #f2f2f2;
        width: 100%;
        height: 350px;
        border-radius: 5px;
    }
}