@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,600;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --preto: #000;
    --branco: #fff;
    --cinza: #333;
    --cor-verde: #09D261;
    --cor-verde-escuro: #078b40;
    --cor-insta: #E7019B;
    --cor-insta-claro: #e73cae;
    --color-amarelo: #fbc31b;
}

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}

.scroll{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    background-color: var(--color-amarelo);
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    cursor: pointer;
}

.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 1;
    z-index: 9;
    animation: fade-out 3s forwards 1;
    pointer-events: none;
}

@keyframes fade-out{
    to{ opacity: 0}
}

header {
    height: 100px;
    width: 100%;
    padding-top: 10px;
    background-color:  #f86420;
}
.hh{
    position: -webkit-sticky; /* Necessário para funcionar no Safari */
    position: sticky;
    top: 0;
    
}


.header {
    max-width: 1140px;
    margin: auto;
    display: flex;
    align-items: center;
}

.logo {
    width: 100px;
    color: var(--branco);
}


.menu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.menu ul,
.menu li {
    list-style: none;
    display: flex;
}

.menu li a {
    text-decoration: none;
    color: var(--branco);
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    display: flex;
    align-items: center;
}

.menu li a:hover {
    color: var(--color-amarelo);
}

.banner {
    height: calc(100vh - 100px);
    background-color: var(--cinza);
    background-image: url('../imagens/woman-3723444_1280.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.banner .sliders {
    width: 200vw;
    height: 100%;
}

.banner .slider {
    width: 100vw;
    height: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
}

.banner .area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    color: var(--branco);
    padding: 20px;
}

.slider H1 {
    font-family: 'Merienda', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: var(--color-amarelo);
    margin-left: 50px;
    font-size: 100px;
}

.slider p {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 5px;
    margin-left: 50px;
}

.slider a {
    text-decoration: none;
    padding: 10px;
    margin: 10px;
}

.botoes {
    display: inline-block;
    width: 350px;
    height: 80px;
    margin: 10px;
    margin-left: 35px;
    padding: 10px;
}

.slider .btn-zap {
    display: inline-block;
    width: 120px;
    height: 50px;
    border: 1px solid var(--branco);
    border-radius: 30px;
    background-color: var(--cor-verde-);
    color: var(--branco);
    text-align: center;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.slider .btn-zap:hover {
    background-color: var(--cor-verde-escuro);
}

.slider .btn-insta {
    display: inline-block;
    width: 120px;
    height: 50px;
    border: 1px solid var(--branco);
    border-radius: 30px;
    background-color: var(--cor-insta);
    color: var(--branco);
    text-align: center;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.slider .btn-insta:hover {
    background-color: var(--cor-insta-claro);
}

.chefe {
    position: absolute;
    bottom: 0;
    z-index: 900;
    right: -30px;
    margin-left: 30px;
}

.chefe img {
    width: 85%;
    bottom: 0;
}




.default .section-title,
.default .section-desc {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.default .section-title {
    font-size: 30px;
}

.default .section-desc {
    background-color: #000;
    color: var(--color-amarelo);
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    border-radius: 20px;
    padding: 0 20px;
    font-family: 'Josefin Slab', serif;
}

.default .section-body {
    max-width: 1140px;
    margin: auto;
}

.default .light {
    background-color: var(--cinza-maisclaro);

}

.default.light .section-title,
.default.light .section-body {
    color: var(--preto);
}

.section-especial {
    width: 100%;
    height: 400px;
    border-top: 3px solid var(--color-amarelo);
    margin-top: 30px;
  
}

.section-photos {
    display: flex;
    margin: 10px;
    width: 360px;
    height: 160px;
    padding: 30px;
}

.section-photos img {
    width: 360px;
    height: 160px;
    margin: 10px;
    border: 3px solid var(--color-amarelo);
    border-radius: 5px;
}



.section-body .menu-single-product-horizontal {
    border-bottom: 2px dashed #bbb;
    padding: 15px 0px;
    display: flex;
    width: 450px;
    height: 111px;
}

.menu-single-product-horizontal{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
}

.menu-single-product-horizontal .menu-product-info-box {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}


.menu-single-product-horizontal .menu-product-details .pp {
    color: #333;
    margin-bottom: 0px;
}

.menu-single-product-horizontal .menu-product-title {
    font-size: 18px;
    font-weight: 600;
    color: #c03027;
    margin-bottom: 0px;
}

.menu-single-product-horizontal .menu-product-price {
    max-width: 80px;
    padding-left: 15px;
    text-align: right;
}

.menu-single-product-horizontal .menu-product-price span {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    background: var(--color-amarelo);
    width: 68px;
    display: block;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.section-especial-menu{
    width: 100%;
    height: 400px;
    border-top: 3px solid var(--color-amarelo);
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section-especial-galeria {
    width: 100%;
    height: 700px;
    border-top: 3px solid var(--color-amarelo);
    margin-top: 30px;
  
}

.section-projects--photos{
    width: 100vw;
    max-width: 1140px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
}

.section-projects--photo{
    width: 280px;
}

.section-projects-photoarea{
    margin: 10px;
    width: 260px;
    height: 160px;
}

.section-projects-photoarea img{
    width: inherit;
    height: inherit;
}

.section-projects-photoinfo{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: inherit;
    height: inherit;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--branco);
}

.section-projects-photoinfo h5{
    font-size: 18px;
    font-weight: 600;
}

.section-projects-photoarea:hover .section-projects-photoinfo {
    display: flex;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(250, 250, 0)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(250, 250, 0)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.section-especial .imgcliente{
    border-radius: 120px;
    border: 3px solid var(--color-amarelo);
}
.section-slider-clientes p,
.section-slider-clientes h5{
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 25px;

}

.section-especial-contatos {
    width: 100%;
    height: 600px;
    border-top: 3px solid var(--color-amarelo);
    margin-top: 30px;
}

.imagem-contatos{
    width: 100%;
    height: 200px;
    background-image: url('../imagens/cake-contatog_1280.jpg'); 
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.imagem-contatos .slider-contato {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

.imagem-contatos .container-contato{
    width: 500px;
    height: 100%;
}
.imagem-contatos .btn-conteiner-contato{
    width: 400px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-contatos .slider-contato h4{
    color: var(--color-amarelo);
    font-family: 'Merienda', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 10px;
    margin-left: 30px;
}

.imagem-contatos .slider-contato p{
    font-family: 'Merienda', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--branco);
    text-transform: uppercase;
    padding: 0px 10px;
    margin: 20px;

}

.imagem-contatos .btn-zap {
    text-decoration: none;
    display: flex;
    width: 120px;
    height: 50px;
    border: 1px solid var(--branco);
    border-radius: 30px;
    background-color: var(--cor-verde-);
    color: var(--branco);
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: var(--color-amarelo);
    justify-content: center;
    align-items: center;
}

.imagem-contatos .btn-zap:hover {
    background-color: var(--cor-verde-escuro);
    color: var(--branco);
}



.conteiner-formulario{
    width: 100%;
}


.formulario{
	max-width: 700px;
	margin:30px auto;
}

.formulario input[type=text]{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	margin:10px 0;
	padding-left: 10px;
}

.formulario input[type=email]{
	width: 100%;
	height: 40px;
	border: 1px solid #ccc;
	margin:10px 0;
	padding-left: 10px;
}

.formulario input[type=submit]{
	background-color: #f75915;
	cursor: pointer;
	color: white;
	padding: 10px 15px;
	border:0;
	width: 100%;
}

.formulario textarea{
	width: 100%;
	height: 120px;
	border:1px solid #ccc;
	padding: 10px;
}

.conteiner-footer{
    width: 100%;
    height: 300px;
    background-color: #000;
    border-top:10px solid var(--color-amarelo) ;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer-informacoes{
    width: 200px;
    height: 250px;
    display: inline-block;
    
}

.conteiner-footer p{
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: var(--branco) ;
    text-transform: uppercase;
}

.conteiner-footer h4{
    font-family: 'Merienda', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    color: var(--color-amarelo) ;
    text-transform: uppercase;
}

.conteiner-footer .footer-horario{
    width: 250px;
    height: 250px;
}

.conteiner-footer .footer-info{
    height: 250px;
    width: 300px;
}

.menu-opener img{
   width: 0;
   height: 0;
}





@media (min-width:450px) and (max-width:800px) {
    .logo {
        margin-left:30px;
    }
    .menu-opener {
        display:block;
        width:45px;
        margin-right:30px;
    }
    .menu-opened{
        display: block !important;
    }
    .menu-opener img{
        width: 60px;
        height: 50px;
    }

    nav {
        display:none;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.9);
        width: 70vw;
        height: calc(100vh - 100px);
        top: 100px;
        right: 0;
    }
    .menu ul {
        flex-direction:column;
    }

    .menu li a {
        font-weight:bold;
        height:80px;
        font-size:27px;
        margin-left:50px;
        border:0;
    }
    .menu li.active a {
        border:0;
        color:#B28756;
    }


    .section-aboutus {
        flex-direction:column;
    }
    .section-aboutus--left {
        margin-left:30px;
        margin-right:30px;
        margin-bottom:30px;
    }

    .section-aboutus--right {
        width:auto;
    }

    .section-services {
        flex-wrap:wrap;
    }
    .section-service {
        min-width:50%;
        margin-bottom:30px;
    }
    .section-service:first-child {
        border-left:0;
    }

    .section-team {
        max-width:580px;
    }

    .section-price {
        flex-wrap:wrap;
    }
    .section-price--item {
        margin-left:20px;
        min-width:calc(50% - 40px);
        margin-bottom:20px;
    }
    .section-price--item:last-child {
        margin-right:20px;
    }

    .section-facts {
        flex-wrap:wrap;
    }
    .section-fact {
        min-width:50%;
    }


    .section-map {
        padding-left:30px;
        padding-right:30px;
    }
    .section-map--area {
        width:auto;
    }
    .section-map--info {
        width:auto;
    }
    .section-map--info-item {
        margin-bottom:20px;
    }
    .section-map--info-item:last-child {
        margin-bottom:0;
    }
}


@media (max-width:450px) {
    .logo {
        margin-left:30px;
    }
    .menu-opener {
        display:block;
        width:45px;
        margin-right:30px;
    }
    .menu-opened{
        display: block !important;
    }

    .menu-opener img{
       width: 45px;
       height: 40px;
    }

    nav {
        display:none;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, 0.9);
        width: 80vw;
        height: calc(100vh - 100px);
        top: 100px;
        right: 0;
    }
    .menu ul {
        flex-direction:column;
    }

    .menu li a {
        font-weight:bold;
        height:60px;
        font-size:20px;
        margin-left:30px;
        border:0;
    }

    .banner h1 {
        font-size:30px;
    }
    .banner h2 {
        font-size:17px;
    }

    .section-especial .section-photos .imgnone{
        display: none;
    }

    .section-photos img{
        
        margin-left: -5px;
        width: 100vw;
        height: 250px;
    }

    .section-especial-menu{
        height: 800px;
    }

   .section-especial-galeria{
        width: 100%;
        height: 2200px;
        border-top: 3px solid var(--color-amarelo);
        margin-top: 30px;
   }

   .section-slider-clientes .img{
        display: none;
   }

   .conteiner-footer {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: 100vh;
        background-color: #000;
        border-top: 10px solid var(--color-amarelo);
       
}
    
    .footer-social {
        justify-content: center;
    }

   
}