
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

/*Reset Geral*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body{
    background-color: #f7ede2;
}

/*Header*/
header{
    max-width: 100vw;
    background-color: black;
    height: 114.5px;

    display: flex;
    align-items: center;
    padding-left: 122px;

}

header img{
    max-width: 185.8px;
    width: 100vw;
    max-height: 68.1px;
    object-fit: cover;
    display: block;
}


/*Primeiro Bloco*/
section.bloco .background{
    background: url(/assets/images/Block1.webp);
    background-size: cover;
    background-position: center 55%;
    height: 100%;
    width: 100%;
    position: relative;
}


section.bloco.apresentation{
    height: 100vh;
    max-height: 582.6px;
    position: relative;
    width: 100%;
    border-bottom: 3px solid black;
}
section.bloco.apresentation .description{
    width: 693.8px;
    padding: 20px 15px 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 50%, 10% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Inter';
    text-align: right;
}
section.bloco.apresentation .description p{
    display: block;
    font-size: 16.69px;
    margin-left: 15px;
}
section.bloco.apresentation .description p strong{
    font-weight: 600;
}

section.bloco:not(.apresentation),
section.frase{
    padding-inline: 175px;
}

section.bloco.como_fazemos {
    /* padding-left: 224px; */
    padding-block: 55.6514px;
    border-bottom: 3px solid black;
    font-family: 'Inter';
}

h2.title_sect{
    color: #77736c;
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Inter';
    text-shadow: 
    1px 1px 0 rgba(111, 104, 96, 0.4); /* X: +35, Y: -35, Blur: 0, Cor com 40% de opacidade */
    margin-bottom: 40px;
}
h3.subtitle_sect{
    color: #77736c;
    font-size: 28px;
    font-weight: 600;
    font-family: 'Inter';
    margin-bottom: 40px;
}

section.bloco.como_fazemos img{
    object-fit: cover;
    margin-left: -10px;
}
.container {
    display: flex;
    /* max-width: 885px; */
}

/* Estilo base dos cards */
.card {
    height: fit-content;
    width: 33.33%;
    padding: 24px;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: 'Helvetica Neue', sans-serif;
}

.header {
    /* display: flex; */
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.number {
    font-size: 46px;
    font-weight: 500;
}

.title {
    font-size: 25px;
    font-weight: 700;
    font-family: 'Inter';

}
.card1 .title,
.card1 .number{
    color: #5D5D5D;
}
.card2 .subtitle,
.card3 .subtitle{
    color: white;
    font-weight: 500;
}
.subtitle {
    font-size: 13px;
    font-weight: 800;
    color: #666;
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Inter';
}

.content {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
.content-c{
    display: flex;
}

.column {
    flex: 1;
    border-top: 1px solid #9A9893;
    padding-block: 20px 0px;
}
.column li{
    font-size: 15.5px;
    font-weight: 500;
    font-family: 'Inter';
    color: #575757;
    width: 80%;

}
.row ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.row li {
    margin-bottom: 20px;
    font-size: 15.5px;
    font-weight: 400;
    font-family: 'Inter';
    width: 38%;
}
.row li.bold{
    font-weight: 700;
    font-size: 13px;
}
.row{
    padding-block: 20px 0px;
    border-top: 1px solid #9A9893;
}
.card2 .row:nth-child(2){
    border: none;
}
.section {
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding-bottom: 6px;
    margin-bottom: 6px;
}

/* Card 1 */
.card1 {
    background-color: #CEC7B7;
}
.card1::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 50%;
    height: 25px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 85% 100%, 100% 100%);
}
.card1::after {
    content: "";
    position: absolute;
    bottom:-1px;
    right: -1px;
    width: 50%;
    height: 25px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 85% 100%, 100% 100%);
}

/* Card 2 */
.card2 {
    background-color: #78756D;
    color: white;
}

.card2 .section {
    border-color: rgba(255,255,255,0.4);
}

.card2::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 50%;
    height: 25px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 85% 100%, 100% 100%);
}
.card2::after {
    content: "";
    position: absolute;
    bottom:  -1px;
    left: -1px;
    width: 50%;
    height: 25px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 85% 100%, 100% 100%);
}

/* Card 3 */
.card3 {
    background-color: #FF7601;
    color: white;
    padding-bottom: 0;
}
.card3 .effect{
    display: block;
    position: absolute;
    bottom: -1px;
    width: 33%;
    height: 25px;
    right: -1px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 76% 100%, 100% 100%);
}
.card3 .section {
    border-color: rgba(255,255,255,0.4);
}
.card3 .row li{
    width: 40%;
    font-size: 15.5px;
}
.card3 .row:nth-child(1){
    border: none;
    padding: 0;
    margin-bottom: -6px;
}
.card3 .row{
    padding-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.527);
}
.card3 .row:last-child{
    padding-bottom: 55px;
}
.card3 .row:nth-child(1) li{
    font-size: 13px;
    font-weight: 600;
}
.card3 .row:nth-child(1) li:nth-child(1){
    width: 50%;
}
.card3::after {
    content: "";
    position: absolute;
    bottom:  -1px;
    left:  -1px; 
    width: 33%;
    height: 25px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 76% 100%, 100% 100%);
}
.card3::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px; 
    width: 66%;
    height: 25px;
    background-color: #f7ede2;
    clip-path: polygon(100% 0, 88% 100%, 100% 100%);
}











section.formulario{
    font-family: 'Inter';
    height: 530.8px;
    background-color: #d5cdbc;
    padding-inline: 195px 133px;
    padding-block: 74px 61px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
section.formulario h2{
    text-transform: uppercase;
    font-size: 33px;
    font-weight: 700;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-kerning: normal;
    text-decoration: none;
    margin-bottom: 26px;
    text-shadow: 
    1px 1px 0 rgba(255, 255, 255, 0.4);
}
form {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .form-left,
  .form-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  
  .form-right{
    justify-content: right;
    align-items: flex-end;
    margin-left: 48px;
  }
  
  input, textarea {
    padding: 10px;
    border: 1px solid #00000096;
    background-color: #fff;
    resize: none;
    width: 100%;

    font-size: 21px;

  }
  
  textarea {
    height: 100px;
  }
  
  button {
    margin-top: auto;
    background-color: #f97300;
    color: white;
    font-size: 21px;
    border: none;
    padding: 12px 20px;
    font-weight: bold;
    height: 59.6px;
    width: 264.6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid black;
  }
  
  button:hover {
    background-color: #d56000;
  }

section.bloco.apresentation .description.mobile{
    display: none;
}





/* FRASE */
section.frase{
    /* padding-inline: 65.2px; */
    padding-top: 74px;
    padding-bottom: 132px;

}
section.frase .content{
    /* max-width: 1113.81px;
    width: 100vw; */
    margin: auto;
    max-width: 1070px;
}
section.frase .frase-container{
    width: 100vw;
    max-width: 876px;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    max-height: 310px;
    height: 100vh;
}
section.frase .frase-container p{
    max-width: 726px;
    font-size: 41.77px;
    text-align: center;
    font-family: 'Playfair';
    color: #57534F;
}
section.frase .frase-container img{
    position: absolute;
}
section.frase .frase-container img:first-child{
    top: 0;
    left: -100px;
}
section.frase .frase-container img:last-child{
    bottom: 20px;
    right: 70px;
    transform: rotate(180deg);
}
h3.name{
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-left: auto;
    font-size: 32.04px;
    width: 482.13px;
    height: 88.73px;
    background-color: #77726C;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    color: #FFFEFF;
    margin-top: 30px;
}






footer{
    overflow: hidden;
    height: 120px;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: space-between;
}
.footer-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 447.64px;
    margin-right: 36.46px;
}
.footer-right .socials{
    display: flex;
    gap: 30px;
}


.captcha {
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 10px;
    background: transparent;
    border: 1px solid #00000096;
    /*box-sizing: content-box;*/
    font-size: 23px;
    text-align: center;
    user-select: none;
    pointer-events: none;
}

.bloco-captcha {display: flex; width: 100%; gap: 16px;}
.bloco-captcha #captcha {width: 100px;text-align:center;user-select: none;pointer-events: none;background: transparent;}

/* Mobile */


    /* Header */
@media(max-width:1024px){
    section.bloco:not(.apresentation), section.frase{
        padding-inline:22.73px;
    }
    .subtitle{
        font-size: 13px;
    }
    .column li,
    .row li,
    .row li.bold,
    .card3 .row:nth-child(1) li,
    .card3 .row li{
        font-size: 15.5px;
    }

    header{
        height: 100px;
        justify-content: center;
        width: 100% !important;
        padding-left: 0;
    }

    section.bloco.apresentation{
        max-height: none;
        height: auto;
        background-position: center;
    }
    section.bloco.apresentation .description{
        display: none;
    }
    section.bloco.apresentation .description.mobile p{
        font-size: 16px;
        margin-left: 0;
    }
    section.bloco.apresentation .description.mobile{
        display: block;
        position: unset;
        clip-path: none;
        width: 100%;
        font-size: 18px;
        padding-inline: 22.73px;
        padding-block: 38px;
        text-align: left;
    }
    section.bloco.apresentation .background{
        height: 170.8px;
    }




    section.bloco.como_fazemos{
        padding-left: 0;
        padding-inline: 0;
        padding-block: 0;
    }
    h2.title_sect{
        /*text-shadow: 3px 3px 0 rgba(111, 104, 96);*/
        font-size: 34.9px;
        padding-inline: 24.92px;
        padding-top: 41.08px ;
        margin-bottom: 14.19px;
        font-weight: 400;
    }
    h3.subtitle_sect{
        text-align: center;
        padding-inline: 24.92px;
        font-size: 24.4px;
        /* padding-bottom: 31.08px ; */
        font-weight: 400;
    }
    .container{
        flex-direction: column;
        gap: 10px;
    }
    .container .card{
        width: auto;
    }
    .container .card:last-child{
        margin-bottom: 40px;
    }





    section.formulario h2{
        font-size: 41.85px;
        text-align: center;
    }
    form{
        flex-direction: column;
    }
    section.formulario{
        padding-inline: 36.75px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
        height: auto;
    }
    form .form-right{
        margin-left: 0;
        align-items: start;
    }
    button{
        width: 183.62px;
        height: 41.38px;
        font-size: 21.32px;
        padding: 0;
        color: white;
    }
    input, textarea{
        font-size: 21.32px;
    }
    .form-left, .form-right{
        gap: 20.86px;
    }

    section.frase{
        padding-inline: 0;
    }
    section.frase .frase-container{
        max-height: 381.66px;
        max-width: none;

    }
    section.frase .frase-container img{
        width: 121.44px;
        height: 95.28px;
    }
    section.frase .frase-container img:first-child{
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    section.frase .frase-container img:last-child{
        bottom: 0;
        left: 50%;
        transform: rotate(180deg) translateX(50%);
    }
    section.frase .frase-container p{
        margin: auto;
        font-size: 29.97px;
        padding-inline: 15px;
    }

    h3.name{
        max-width: 292.39px;
        margin-inline: auto;
        font-size: 19.43px;
        height: 53.81px;
    }

    footer{
        height: 210px;
        /* margin-bottom: 100px; */
        position: relative;
    }
    .footer-left img.mobile-footer{
        position: absolute;
        width: 297.54px;
        bottom: 0;
    }
    .footer-right img.mobile-footer-icon{
        position: absolute;
        width: 66.39px;
        bottom: 8.3px;
        right: 8.58px;
    }

    .footer-right{
        margin-right: 0;
        margin-inline:auto;
    }

    .footer-right .socials{
        margin: auto;
        margin-top: 46.69px;
    }
    .footer-right .socials img{
        max-width: 38.2px;
    }
    .captcha {font-size:18px;}
    
    section.frase{
        padding-top: 69px;
        padding-bottom: 71px;
    }
}



#response {
    color: #FFF; 
    margin:10px 0 0;
    padding: 0;
    display: none;
    transition: all ease .3s;

}
#response.active {
    color:#000;
}

.loading {
    color:#000;
    padding: 0;
    margin:10px 0 0;
}

#formContact button:disabled {
    opacity: .8;
}

.dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 24px;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-radius: 50%;
    opacity: 0;
    animation: loading 1.5s infinite ease-in-out;
}

.dot:nth-child(1) {
    animation-delay: 0s;
}

.dot:nth-child(2) {
    animation-delay: 0.3s;
}

.dot:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes loading {
    0%, 100% {
        opacity: .2;
        transform: translateY(0) scale(1.1);
    }

    50% {
        opacity: .8;
        transform: translateY(2px) scale(1);
    }
}

@media (min-width: 1025px) {
    section.formulario {
        padding-inline: 36.75px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
        height: auto;
        min-height: 530.8px;
    }
}