/**
** Cores do site:
**   Azul: #002243
    Azul escuro; #001d3b
     Marron: #5a4e3e
**   Fontes: #2B2B2B;
** */


select{
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border: none;
}

.bannerHome__titulo span { font-size: 8.3rem; font-weight: 700; display: block; margin-top: -13px;}
.bannerHome__autor { font-size: 40px; color: #b21917; font-weight: 300; line-height: 1; margin-top: 12px; margin-bottom: 26px;}
.bannerHome__descri {font-size: 2.2rem;color: #262626;font-weight: 300;line-height: 1.2;}
.bannerHome__form{background:#fff; padding: 8px 0 0; margin-top: 24px;position: relative;display: flex !important;flex-direction: column;align-items: flex-start;}
.bannerHome__form-titulo {font-size: 2rem;font-weight: 300;color: #323232;line-height: 1;    padding: 8px 8px 0 24px;;position: relative;}
.bannerHome__form-label {text-align: left; font-weight: 700;font-size: 1.1rem;color: white;margin-top: 14px;display: block;margin-bottom: 9px;}


.bannerHome__form-input, .bannerHome__form-input::placeholder {
    margin-left: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #5a4e3e;
}

.bannerHome__form-input {
    height: 41px;
    background: transparent;
    display: block;
    width: 88%;
    padding: 24px;
    margin: 0px 0 14px 0;
    color: #705D39 !important;
    border: 2px solid #705D39;
    border-radius: 60px;
}

.filter{
    width: 100%;
    height: 657px;
    background-image:linear-gradient(to bottom right, #fffefe , #79554800);;
    position: absolute;
    z-index: 0;
}

.inputs .textarea{
    height: 100px;
    width: 100% !important;
    border-radius: 20px !important;
}

.foto-dr{
    background: url('../img/foto_iverson.jpg') no-repeat center center;
    background-size: cover;
    height: 490px;
    width: 100%;
}

.inputs::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #705D39;
    opacity: 1; /* Firefox */
  }
  
  .inputs:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #705D39;
  }
  
  .inputs::-ms-input-placeholder { /* Microsoft Edge */
    color: #705D39;
  }

.form-contato .inputs{
    display: grid;
    grid-template-columns: 50% 50%;
}

.bannerHome{background: url('../img/banner1.jpeg') no-repeat center center;position: relative;background-size: cover !important;height: 628px;width:100%;display: flex;flex-direction: column;justify-content: center;}

.bannerHome .container{
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: space-between;
    align-items: center;
}
.bannerHome__titulo { 
    font-size: 4.5rem; 
    font-weight: 300; 
    line-height: 1; 
    color: white;
    margin: 100px 0 0px 0px;}

.bannerHome__subtitle{
    color: white;
    font-size: 1.3em;
    margin: 30px 0;
}

.bannerHomeTextContain{
    height: 400px;
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.logo-nome{
    width: 260px;
}

.text-with-icon{
    margin-top: 14px;
}

.text-with-icon i{
    margin-right: 14px;
}

.button-outline{
    border: solid 1px #705D39;
    color: #705D39;
    background: transparent;
}

.button-outline:hover{
    background: #705D39;
    color: white;
    border: none;
}

.button-regular-white{
    color: #705D39;
    background: white;
    border: none;
}

.button-regular{
    color:white;
    background: #705D39;
    border: none;
}

.button-regular:hover{
    color: #705D39;
    background: white;
    border: solid 1px #705D39;
}

.button-regular-white:hover{
    color: white;
    background: #705D39;
}


.button {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    transition: .5s;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 230px;
    height: 48px;
    border-radius: 60px;
    text-transform: uppercase;
}

.buttons-banner{
    display: grid; grid-template-columns: 58% 38%; align-items: center;
    justify-content: space-between
}

.sobre .container {  margin-top: 44px; display: grid; grid-template-columns: 40% 60%; height: 490px;
}



.container-sobre{
    visibility: visible;
    background: #705D39;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 0 48px;
}

.container-sobre h2{
    color: #FFFFFF;
}

.container-sobre p{
    color: #FFFFFF;
}

.container-graduacoes{
    width: 100%;
    justify-content: space-between;
    margin-top: 44px;
    display: flex;
    padding: 0px 6.69%;
    align-items: center;
}

.container-graduacoes img{
    height: 80px;
}


.usp{
    height: 50px !important;
}

.procedimentos .container { text-align: center;  justify-items: center; margin-top: 44px; display: grid; grid-template-columns: 1fr;}


.card{
    background: white;
    margin-left: 24px;
    text-align: left;
    padding: 0;
    background-size: cover !important;
    position: relative;
    width: 320px;
    height: 400px;
    opacity: 1;
    transition: opacity .5s linear;
  }

 .card-filter{
    position: absolute;
    z-index: 1;
    background: #352611e6;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    display: none;
    mix-blend-mode: multiply;
    transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
 }
/* 
 .card:hover  .card-filter{
    transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    display: block;
 } */

  .container-procedimento{
    width: 250px;
  }

  .container-texto{
    width: 280px;
    height: 170px;
    padding: 14px 30px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 30px;
    height: 7px;
    border-radius: 0;
    background: #5a4e3e;
  }

.destaqueCarroussel p, h4{
    text-align: left;
}

.destaqueCarroussel{height: 680px;width: 100%;overflow: hidden; height: 700px;position: relative;}
.destaqueCarroussel .swiper-slide__titulo{font-size: 2.2rem;color: #fff;font-weight: 700;text-align: center;line-height: 1;}
.destaqueCarroussel .btn-white{width: 209px;padding: 17px 0;margin: 20px auto 0 50%;transform: translateX(-50%);}
.destaqueCarroussel .swiper-slide{transition: 1s;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.destaqueCarroussel .swiper-slide .swiper-slide__titulo{opacity: 0; transition: 1s;}
.destaqueCarroussel .swiper-wrapper{display: flex;align-items: start; padding-bottom: 24px; padding: 0;}


.entreContato .container{
    grid-template-columns: 30% 70%;
    display: grid;
    align-items: start;
    padding: 48px 10.69%;
    margin-top: 48px;
}

.container-title p{
    margin-top: 14px;
}

.swiper-pagination{
    bottom: 0px !important;
}

.depoimentos, .blog {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
}

.aspas{
    width: 35px;
    margin-top: 14px;
}

.img-depoimento{
    width: 80px;
    border-radius: 100%;
    border: solid 3px white;
}

.depoimentos .container{
    position: relative;
}

.depoimentosCarroussel{
    margin-top: 24px;
    position: relative;
}

.depoimentosCarroussel{width: 100%;overflow: hidden;min-height: 300px;position: relative;}
.depoimentosCarroussel .swiper-slide__titulo{font-size: 2.2rem;color: #fff;font-weight: 700;text-align: center;line-height: 1;}
.depoimentosCarroussel .btn-white{width: 209px;padding: 17px 0;margin: 20px auto 0 50%;transform: translateX(-50%);}
.depoimentosCarroussel .swiper-slide{transition: 1s;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.depoimentosCarroussel .swiper-slide .swiper-slide__titulo{opacity: 0; transition: 1s;}
.depoimentosCarroussel .swiper-wrapper{display: flex;align-items: center; padding-bottom: 24px;}


.name-parceiro{
    text-align: center;
    margin: 14px 0;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

.mensagem{padding: 14px 45px;}

.card-blog{
    position: relative;
    padding: 0;
    width: 250px !important;
    height: 350px !important;
}

.shadow-img{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.info-blog{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 24px;
}

.info-blog p{
    color: white;
    padding-right: 50px;
}

.info-blog h2{
    color:#d39c45;
    font-size: 1.5em;
    font-family: 'Montserrat', sans-serif;
}

.button-blog{
    position: absolute;
    bottom: 5%;
    left: 7.5%;
    display: none;
    width: 85%;
}

.card-blog:hover .button-blog{
    transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 11;
    display: flex;
}

.blogCarroussel{width: 100%;overflow: hidden;min-height: 300px;position: relative;}
.blogCarroussel .swiper-slide__titulo{font-size: 2.2rem;color: #fff;font-weight: 700;text-align: center;line-height: 1;}
.blogCarroussel .btn-white{width: 209px;padding: 17px 0;margin: 20px auto 0 50%;transform: translateX(-50%);}
.blogCarroussel .swiper-slide{transition: 1s;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.blogCarroussel .swiper-slide .swiper-slide__titulo{opacity: 0; transition: 1s;}
.blogCarroussel .swiper-wrapper{display: flex;align-items: center;  justify-content: center; padding-bottom: 24px;}


.uber{
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 40px;
    right: 34px;
    background: black;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    cursor: pointer;
}

.uber:hover{
    transform: scale(1.08);
}

.uber img{
    width: 27px;
}


.blogCarroussel{
    margin-top: 24px;
}

.button-ir-blog{
    width: 300px;
    margin: 0 auto;
}

.link-redes{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002243;
}

.link-redes p{
    margin: 14px !important;
}

.blog .container-redes{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    width: 80%;
    margin-left: 10%;
    margin-top: 24px;
}

.blog .ico-redes{
    color: #d39c45;
    font-size: 24px;
}

.blog .procedimento-info .container {
    display: grid;
    grid-template-columns: 5% 93%;
}

.link-redes:hover .ico-redes{
    color: #002243;
}

.link-redes:hover p{
    color: #d39c45;
}

.fotos{
    margin-top: 24px;
}

.map {
    width: 100%;
    height: 400px;
}

.map__box {
    text-align: center;
}

.localizacao .container{
    padding: 0;
}

.container-contato{
    display: grid;
    grid-template-columns: 50% 50%;
}

.container-blue{
    background: #002243;
}

.container-blue .wow{
    background: #022243;
    margin: -24px;
    padding: 48px;
}

.container-blue h1{
    color: white;
    font-size: 3em;
}

.enviar{
    width: 100%;
    margin: 30px 0;
}


/* Procedimentos */
/* ....  */


.procedimentos-menu .container {
    justify-items: start;
}

.procedimentos-menu .bannerHome__titulo{
    margin: 0;
    text-align: left;
}

.procedimentos-menu .bannerHome{
    height: 500px;
}

.procedimentos-menu .bannerHome__subtitle {
    margin: 14px 0;
    text-align: left;
}

.procedimentos-menu .procedimentosGrid{
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.info-procedimento{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.procedimentos-menu .button-outline-blue{
    width: 60%;
    margin: 0 48px 24px;
}

.procedimento-media .card{
    width: 80%;
}

.fotoProcedimentoCarroussel .swiper-slide{
    width: 100% !important;
}


.swiper-pagination-procedimento .swiper-pagination-bullet{
    margin: 0 4px;
    width: 30px;
    height: 7px;
    border-radius: 0;
    background: #d39c45;
}

.swiper-pagination-procedimento{
    text-align: center;
}


/* Newsletter */

.newsletter__interna .container{
    background: transparent;
    margin: 0 6.69%;
    width: 85.31%;
    margin-top: -90px;
    position: absolute;
    padding: 24px;
    display: grid;
    grid-template-columns: 30% 70%;
    justify-content: space-around;
}

.newsletter__interna .container h3{
    color:#d39c45;
    text-align: left;
}

.newsletter__interna .container h2{
    color: white;
    text-align: left;
    font-size: 1.5em;
}

.newsletter__interna .container .container-title{
    display: flex;
    flex-direction: column;
}

.newsletter__interna .form-news{
    display: grid;
    grid-template-columns: 33% 33% 40%;
    width: 100%;
    align-items: center;
}

.container-form-news{
    width: 100%;
    align-items: center;
    display: flex;
}

/* Procedimento DEtalhe */

.procedimento-info .container{
    margin-top: 150px;
    margin-bottom: 50px;
    padding: 0 10%;
}

/* Blog */


.procedimentos-listagem .blogGrid{
    margin-top: 150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.separator{
    border-right: solid 1px #CCCCCC;
    height: 100%;
    position: absolute;
    left: calc(50% - 2px);
}

.blogGrid .card-blog:not(:first-child){
    margin-top: 48px;
}

.voltar{
    width: 200px;
    margin: 24px 6.69%;
}

.procedimentosCarroussel{width: 100%;overflow: hidden;min-height: 300px;position: relative;}
.procedimentosCarroussel .swiper-slide__titulo{font-size: 2.2rem;color: #fff;font-weight: 700;text-align: center;line-height: 1;}
.depoimentosCarroussel .btn-white{width: 209px;padding: 17px 0;margin: 20px auto 0 50%;transform: translateX(-50%);}
.procedimentosCarroussel .swiper-slide{transition: 1s;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.procedimentosCarroussel .swiper-slide .swiper-slide__titulo{opacity: 0; transition: 1s;}
.procedimentosCarroussel .swiper-wrapper{display: flex;align-items: center; padding-bottom: 24px;}


.title_procedimento{
    text-align: center !important;
}

.subtitle_procedimento{
    text-align: center !important;
    margin-top: 24px;
}


@media (max-width: 993px) {

    .container-sobre p {
        margin-top: 24px;
    }

    .uber{
        bottom: 130px !important;
        right: 14px !important;
        z-index: 999;
    }

    .logoFooter {
        width: 70px;
        transition: .5s;
        margin: 24px 0;
    }

    .container-sobre {
        padding: 80px 36px;
    }

    .entreContato .container {
        margin-top: 550px;
        grid-template-columns: 1fr;
    }

    .container-title{
        margin-bottom: 24px;
    }
    
    .bannerHome {
        filter: brightness(0.9);
    }

    .newsletter__interna .container {
        grid-template-columns: 1fr;
    }

    .newsletter__interna .form-news {
        grid-template-columns: 1fr;
    }

    .procedimentos-menu .procedimentosGrid {
        grid-template-columns: 1fr;
    }

    .procedimento-info .container {
        grid-template-columns: 1fr;
    }

    .procedimentos-listagem .blogGrid {
        grid-template-columns: 1fr;
    }

    .separator{
        display: none;
    }

    .procedimentos-listagem .blogGrid {
        margin-top: 0px;
    }

    .procedimentos-menu .procedimentosGrid {
        margin-top: 0px;
    }

    .container-procedimento {
        width: 100%;
    }

    .procedimentos-listagem, .procedimento-info{
        margin-top: 400px;
    }

    .enviar {
        width: 100%;
    }

    .procedimentos-menu .container {
        padding: 24px;
    }

    .procedimentos-menu .button-outline-blue {
        width: 90%;
        margin: 14px 0 48px;
    }

    .container-texto {
        width: 100%;
        padding: 14px 0;
    }


    .card {
        width: 320px;
        margin-left: 0;
        background-position: center !important;
    }

    .destaqueCarroussel{width: 320px;}
    
    .container-graduacoes{
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-evenly;
    }

    .bannerHome__titulo {
        font-size: 3rem;
    }

    .bannerHome__subtitle {
        font-size: 1em;
    }

    .buttons-banner {
        grid-template-columns:1fr;
    }

    .buttons-banner a {
        margin-top: 14px;
    }

    .sobre .container{
        grid-template-columns: 1fr;

    }

    .sobre .container h1{
        color:white;
    }


    .button-blog{
        display: flex;
    }

    .blog .container-redes{
        grid-template-columns:1fr;
    }

    .blog .fotos{
        display: none;
    }

    .localizacao .wow{
        text-align: center;
        margin-top: 24px;
    }

}