@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.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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');



*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    overflow-x: hidden;
    width: 100vw;
}


header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100px;
    background-color: rgba(102, 205, 170, 0.7);
    position: absolute;
    width: 100%;
}


.logo{
    width: 290px;
    height: 55px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;

    color: white;
    width: 650px;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: black;
    font-size: 23px;
}

nav p{
    cursor: pointer;
}


.buttonCliente{
    border: none;
    padding: 11px 23px;
    border-radius: 21px;

    color: #39C2C6;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2.5px 2px;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: medium;
    font-size: 20px;

    cursor: pointer;
}

.bgHome01{
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100vh;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../assets/backgroundHome01.jpg);
    background-size: cover;
    background-position: center;
}

.cardBgHome01{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 105px;
    gap: 30px;
    
    width: 660px;
    height: 530px;
    border-radius: 50px;

    opacity: 65;
    
    background-color: rgba(102, 205, 170, 0.19);
    filter: drop-shadow(0, 4px, 16.5px 8px #000);
    backdrop-filter: blur(8px);
}

.textTituloCard{
    display: flex;
    align-items: center;
    justify-content: center;
    
    text-align: center;
    color: #fff;

    font-size: 48px;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
  
}

.textCard{
    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal; 
    text-align: center;
    font-size: 28px;
}

.barCard{
    width: 70%;
    border: 2.5px solid #fff;
}

.servicosButton{
    border: none;
    padding: 12px 80px;
    border-radius: 31px;

    color: #fff;
    background-color: #66CDAA;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2.5px 2px;

    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: extra bold;
    font-size: 20px;

    cursor: pointer;

}

.buttonWats{
    z-index: 1;
    top: 84%;
    left: 91.5%;
    width: 80px;
    position: fixed;

    cursor: pointer;
    border-radius: 100%;
}

.bgHome02{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    height: 105vh;
    width: 100%;

    border-top: #fff solid 9px;
    background: url(../assets/backgroundHome02.png);
    background-size: cover;
    box-shadow: inset 5px 105px 100px 250px rgba(0, 0, 0, 0.63);
}

.titleBgHome02{
    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
}

.subtitleBgHome02{
    color: #fff;

    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: extra light;
    font-size: 36px;
}

.line{
    width: 45%;
    border: 1px solid #fff;
}

.containerCardValores{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    width: 100%;
}

.cardsValores{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    width: 415px;
    height: 550px;
    padding: 22px 35px;
    border-radius: 30px;
    
    color: #fff;
    background-color: rgba(145, 244, 247, 0.34);
    filter: drop-shadow(2, 3px, 19px 2px rgba(0, 0, 0, 0.2));
    backdrop-filter: blur(1px);
    box-shadow: 2px 3px 19px 2px #00000040;
}

.iconsCardValores{
    width: 100px;
}

.visao, .missao, .valores{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: bold;
    font-size: 30px;
}

.lineCardValores{
    width: 80%;
    border: 2.2px solid #fff;
    box-shadow: 2px 3px 10px #000;
}

.titleCardValores{
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: medium;
    font-size: 28px;
}