html, body {
    overflow-x: hidden;
}


.menu-pc {
    height: 100px;
    width: 100%;
    margin-top: 10px;
}

.menu-pc .items-menu{
    display: flex;
    align-items: center;
}

.menu-pc .items-menu a{
  text-decoration: none;
  font-size:16px ;
  color: black;
  font-weight: 600;

}


.menu-pc .items-menu a:hover{
    
    font-size:16px ;
    color: #21718f;
    box-shadow: #21718f;
  }


.menu-phone{
display: none;
}

.menu-phone i {
    color: #21718f;
    font-size: 35px;
    float: right;
    padding: 22px;
}

.menu-phone  a{
    text-decoration: none;
    font-size:16px ;
    color: black;
    font-weight: 600;
  
  }

.none{
    display: none;
}

.banner{
    background-color: #21718f;
}

.banner .items-banner{
    display: flex;
    align-items: center;
}

.banner h1{
    color: white;
    font-size: 60px;
    font-weight: 700;
    line-height: 63px;
    font-family: inherit;
}

.banner p{
    color: white;
    font-size: 25px;
    font-weight: 600;
    font-family: inherit;
}


.content-center{
    text-align: center;
}

.content-center h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
}


.content-center p {
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}


.why-we h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
}

.why-we p {
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;

}

.why-we .logo {
    display: flex;
    align-items: center;

}

.why-we-phone{
    text-align: center;
    display: none;
}

.why-we-phone h1{
    font-size: 30px;
    font-weight: 700;
    line-height: 61px;
}

.why-we-phone p{
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}

.our-mission{
    background-color: #21718f;
    text-align: center;
    color: white;
}

.our-mission h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 63px;
}

.our-mission p{
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}


.clients h1{
    text-align: center;
}

.clients h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
}

.card-client{
    border:solid 1px black;
    border-radius: 5px;
    padding: 12px;
    height: 100%;
}

.card-client p {
    font-size: 20px;
    font-weight: 600;
    line-height: 39px;
}

.card-client img{
    border-radius: 50%;
}

.why-choose h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 61px;
}


.why-choose svg{
    width: 90px;
}

.why-choose p {
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
}

footer{
    background-color: #21718f;
    color: white;
}

footer p {
    margin-bottom: 0;
}

.modal-header{
    border-bottom: transparent !important;
}

.modal-style{
    background-color: #21718f !important;
    color: white !important;
}


footer a{
    color: white;
}

  @media (max-width: 768px) {
    .menu-phone {
      display: block; /* Mostra este elemento */
    }
    .menu-pc {
      display: none; /* Oculta este elemento */
    }

    .items-banner-2{
        text-align: center;
        margin-top: 1rem;
    }

    .items-banner-2 h1{
        font-size: 35px;
        line-height: 46px;
    }

    .items-banner-2 p {
        font-size: 20px;
    }

    .banner img{
        width: 362px !important;
        margin-top: 1rem;
    }

    .content-center h1{
        font-size: 30px;
        line-height: 36px;
    }
    
    
    .content-center p {
        font-size: 20px;
    }
    
    .why-we{
        display: none;
    }
    
    .why-we-phone{
        display: block;
    }

    .our-mission h1{
        font-size: 30px;
    }

    .clients h1{
        font-size: 30px;
        line-height: 36px
    }

  }