/* -------------------------------------------------- A CLINICA -------------------------------------------------- */

h1.titulo-internas{
    font-size: 1.7rem;
    font-family: 'Montserrat-bold';
    color: #C29732;
}
p.texto-titulo-clinica{
    font-size: 1.4rem;
    font-family: 'Font Awesome 5 Free';
}

p.texto-raissa {
    font-size: 1rem;
    letter-spacing: 1px;
    margin-top: 14%;
    font-family: 'Montserrat-light';
}

h2.integrante-equipe {
    color: #C29732;
    font-size: 1.2rem;
    font-family: 'Montserrat-light';
}

p.cargo-equipe {
    font-size: 1rem;
    font-family: 'Montserrat-bold';
}

section.missao{
    background-color: #f8f8f8;
    margin-top: 3%;
    padding: 10% 0;
}
section.missao .card{
    border: none;
    background-color: transparent;
}

section.missao h2.texto-card {
    color: #c29732;
    font-size: 1.7rem;
    font-family: 'Montserrat-bold';
}

section.galeria{
    background-image: url(../img/bg-blogs.png);
    padding: 20% 0;
}

h1.titulo-galeria {
    font-size: 2rem;
    font-family: 'Montserrat-bold';
    color: #C29732;
}
.img-thumbnail{
    background-color: transparent;
    border: none;
}
img.img-secundaria-galeria{
    height: 137px;
    width: 270px;
}
section.galeria div.col-lg-9, section.galeria div.col-lg-3{
    padding-right: 0;
    padding-left: 0;
}
img.img-principal-galeria{
    height: 412px;
}
section.galeria .card img{
    width: 414px;
    height: 218px;
}
section.galeria .card, section.equipe .card, section.tecnologia .card{
    border: none;
}
section.tecnologia .card{
    padding: 0 4%;
}
section.tecnologia p.card-text {
    font-size: 0.9rem;
    color: #000;
}
a.btn-especialidades{
    padding: 1% 4%;
    font-size: 1rem;
    margin-left: 0;
}
section.section-btn{
    padding: 4% 0;
    background-color: #f8f8f8;
}

/* -------------------------------------------------- EQUIPE -------------------------------------------------- */
section.equipe {
    margin-bottom: 6%;
}
section.equipe img.img-equipe, section.tecnologia img.img-equipe{
    width: 100%;
    border-radius: 15px 0px;
}
section.equipe div.card-body, section.tecnologia div.card-body{
    border-left: 3px solid #c29732;
    margin-top: 10%;
    padding: 0 0 0 3%;
}

/* -------------------------------------------------- TECNOLOGIA -------------------------------------------------- */
section.tecnologia {
    margin-bottom: 6%;
}

/* -------------------------------------------------- FALE CONOSCO -------------------------------------------------- */
section.fale-conosco{
    background-color: #f8f8f875;
    padding: 2% 0;
}
input{
    width: 100%;
    height: 48px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    margin-bottom: 2%;
    padding-left: 1%;
}
::placeholder{
    color: #000;
    opacity: .5;
    font-size: 1rem;

}
input[type="submit"]{
    background-color: #fff;
    width: 40%;
    border: 1px solid #C29732;
    font-size: 1.2rem;
    font-family: 'Montserrat-bold';
    color: #C29732;
}
input[type="submit"]:hover{
    background-color: #1A181E;
    color: #fff;
    border: none;
    transition: all 300ms ease-out;
}
input:focus{
    border: 1px solid #1A181E;
}
textarea{
    width: 100%;
    resize: none;
    height: 250px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
    margin-bottom: 4%;
    padding-left: 1%;
}

/* -------------------------------------------------- ESPECIALIDADES -------------------------------------------------- */
section.especialidades p.card-text{
    font-size: 1.1rem;
    text-align: center;
    font-family: 'Montserrat-bold';
    color: #C29732;
}
section.especialidades p.card-text::after{
    content: " ";
    width: 22px;
    height: 3px;
    background-color: #000;
    opacity: .2;
    position: absolute;
    bottom: 6px;
    left: 47%;
}
section.especialidades div.card{
    height: 100%;
    border: none;
    border-radius: 0px;
    border-right: 1px solid #E0E0E0;
}
/* -------------------------------------------------- INTERNA DE BLOG -------------------------------------------------- */
section.blog-interna{
    padding: 3rem 0;
    /*background-color: #fbfbfb;
    margin-top: 120px;*/
    /*padding: 20px;
    padding: 5rem 0;*/
}
section.blog-interna .detail img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

section.blog-interna .detail small{
    color: #828282;
    font-size: 14px;
}

section.blog-interna .detail h2{
    /*color: #222467;*/
    color: #C29732;
    font-size: 25px;
    /*font-weight: bold;*/
    margin-bottom: 25px;
    font-family: 'Gotham-bold';
}

section.blog-interna .item .content{
    /*background: #222467;*/
    color: #000000;
}
/* -------------------------------------------------- MOBILE -------------------------------------------------- */

@media(max-width:767px){
    section.galeria{
        border: none;
    }
    img.img-principal-galeria {
        height: auto;
        width: 90%;
    }


}
@media(max-width:320px){
    
}
@media(max-width:375px){
    object.icone-card{
        max-width: 100%;
    }
}
@media(max-width:414px){

}
@media(min-width:992px){
    section.galeria {
        padding: 4% 0;
    }
  
}

@media(min-width:1024px) and (max-width:1400px){
    
}

@media(max-width: 991px) {
    .img-clinica {
        display: flex;
        justify-content: center;
    }
    img.img-secundaria-galeria {
        height: auto;
        width: 100%;
    }
    img.img-secundaria-galeria {
        height: auto;
        width: 90%;
    }
    .conteudo-galeria{
        padding-left: 12%;
    }
    a.btn-especialidades {
        padding: 4% 6%;
        font-size: 0.8rem;
        margin-left: 0;
    }
    section.equipe {
        margin-bottom: 16%;
    }

    section.especialidades div.row{
        margin-top: 0 !important;
    }
    section.especialidades{
        margin: 5% 0;
    }
    section.especialidades div.card-mobile{
        border: none;
    }
    section.especialidades p.card-text{
        font-size: 0.9rem;
    }
}