/* Fontes */
@import 'https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500,700&display=swap';

/* Estilos Gerais */

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
}

p,
span {
    color: #666666;
}

.contact, .adderss_text {
    color: #ffffff;
}

/* HEADER */

.content-logo-fone {
    width: 100%;    
    display: flex;
    align-items: end;
    margin-bottom: 1.4rem;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: space-around;
}

.div-nav{
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}

a.nav-link {
    font-weight: 600;
    font-size: 17px;
}

a.nav-link:hover,
.icon-tel .contact:hover {
    text-decoration: underline;
    color: #000;
}

.dr-tijoe, .content-title-img{
    width: 50%;
}

.content-title-img{
    margin-left: 50px;
}

.dr-tijoe{
    margin-right: 80px;
    text-align: center;
}

.dr-tijoe-nome{
    font-size: 0.96rem;
}

p.tijoe-especialidade{
    font-size: 0.66rem;
    float: right;
}

.img-logo {
    margin-top: .8rem;
    width: 385px;
    height: 126px;
    border-radius: .8rem;
    mix-blend-mode: darken;
}


/* INDEX */

.content-info{
    min-height: 46vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.section-especialidades, .section-exames  {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    letter-spacing: 3px;
    font-weight: 500;
    border: 1px solid #33333370;
    border-radius: .4rem;
    padding: .8rem;
}

.icon-heath{
    width: 50%;
    text-align: center;
}

.icon-heath img {
    width: 90%;
}

.section-especialidades h2, .section-exames h2{
    font-size: 1.6rem;
    text-shadow: rgba(109, 109, 109, 0.685) 0.1em 0.1em 0.2em;
}

.section-especialidades p, .section-exames p{
    color: #333333;
    font-size: .9rem;
    font-weight: 700;
}

.text-trad {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-trad-index,
.health_text {
    font-size: 1.22rem;
}

.display-4 {
    font-size: 2rem;
}

.news_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.news_section_2 {
    width: 100%;
    float: left;
}

.box_main {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    border-radius: 15px;
    padding: 40px;
}

.box_main:hover {
    background-color: #1becde;
}

.box_main.active {
    background-color: #1becde;
}

.box_main.active:hover {
    background-color: #252525;
}

.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
    line-height: 95px;
}

.daily_text {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    display: block;
    color: #fff;
    line-height: 30px;
    padding-bottom: 10px;
}

.daily_text_1 {
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    display: block;
    color: #fff;
    line-height: 30px;
    padding-bottom: 40px;
}

.container {
    max-width: 87%;
}

.card {
    border-radius: .75rem;
    box-shadow: 2px 2px 1px #33333360;
}

/* FOOTER */

.img-logo-footer {
    width: 210px;
    height: 70px;
    margin-top: 0.4rem;
    margin-right: 0.4rem;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}

li a img {
    width: 36px;
}

/* ESPECIALIDADES */

.content_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}

.title_section {
    text-align: center;
    margin-bottom: 2rem;
}

.cards_section {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    justify-content: center;
}

.card-img-top {
    width: 30%;
}

.text_section {
    margin: 0 2.4rem 0 2.4rem;
}

/* DICAS */

.cards_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

table{ 
    text-align: center;
}

/* CONTATO */

.container-contato {
    display: flex;
    flex-direction: column;
    gap: 4.4rem;
}

.unidade-moema,
.unidade-mogi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SOBRE */

.container-sobre,
.container-lema {
    display: flex;
    flex-direction: column;
    gap: 2.8rem;
}

.container-foto-incor {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container-foto-incor small {
    margin-top: .4rem;
}

/* VIDEOS */
ul {
    list-style-type: decimal;
    padding-left: 1.2rem;
}

li::marker{
    font-weight: 600;
}

ul li a{
    color: #252525;
}

ul li a:hover{
    text-decoration: underline;
}

.ytp-title-link .yt-uix-sessionlink{
    display: none !important;
}

/* Tabela valores */

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: darkgrey;
}

@media only screen and (max-width: 1269px) {
    .content-info {
        flex-direction: column;
    }
}

@media only screen and (max-width: 768px) {

    /* HEADER */

    .content-title-img {
        margin-left: 0;
        width: 100%;
    }

    .img-logo{
        max-width: 100%;
    }

    .barra, .dr-tijoe {
        display: none;
    }

    .navbar-toggler, a.nav-link{
        margin-left: 1.6rem;
    }

    /* INDEX */

    .content-info{
        align-items: center;
        gap: 1rem;
    }

    .section-especialidades, .section-exames  {
        width: 88%;
        align-items: center;
        padding: .2rem;
    }

    .icon-heath {
        width: 90%;
    }

    .display-4 {
        font-size: 1.8rem;
    }

    .text-trad-index,
    .health_text {
        font-size: 1.2rem;
    }

    .layout_padding .row {
        flex-direction: column;
        justify-content: center;
    }

    .daily_text {
        width: 70%;
    }

    /* CONTATO */

    .container-contato {
        display: flex;
        flex-direction: column;
        gap: 4.4rem;
    }

    .unidade-moema,
    .unidade-mogi {
        align-items: self-start;
        flex-direction: column;
    }

    iframe {
        width: 100%;
    }

    /* ESPECIALIDADES */

    .card{
        width: 86% !important;
    }

    .cards_section {
        justify-content: center;
    }

    .title-img{
        text-align: left !important;
    }
    
    .img-especialidade{
        max-width: 86% !important;
    }

    /* footer */

    .text_social {
        margin-top: .8rem;
    }

    .social_icon li {
        padding-top: 0;
    }

}