
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {

    font-family: Montserrat;

    h1, h2, h3, h4, h5 {
        font-weight: 500;
    }
       
}

main {
    background-color: #F2F2F2;
}



@media (max-width: 992px) {
    .header-homepage, header {
        font-size: 20px; 
    }

    .navbar-nav {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-homepage, header {
        font-size: 16px; 
    }

    
    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    
    .redes-sociais-home, .redes-sociais {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .header-homepage, header {
        font-size: 16px;
    }
}


/* Navbar */

header {

    background-color: #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 45px;
    font-size: 22px;  

    .header-right {
        display: flex;
        flex-direction: column; 
        align-items: flex-end; 
        gap: 10px; 
    }
    
    .redes-sociais-home {
        display: flex;
        gap: 15px;
    }
    
    .redes-sociais-home .nav {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .redes-sociais .nav-link i {
        font-size: 25px;
        color: #600 !important; 
        transition: 0.3s;
    }
    
    .redes-sociais .nav-link i:hover {
        transform: scale(1.1); 
    }
    
    .menu {
        display: flex;
        justify-content: flex-end;
    
        .navbar-nav .nav-link {
            color: #600 !important;
            font-weight: 200;
            font-size: 22px;
            transition: 0.3s;
        }
    
        .navbar-toggler {
            border: none;
            background-color: transparent;
        }
        
        .navbar-toggler-icon {
            filter: invert(20%) sepia(99%) saturate(4000%) hue-rotate(350deg) brightness(70%) contrast(100%);
        }
        
    }
    
    .navbar-nav .nav-link.active {
        font-weight: bold;
    }
    
    .navbar-nav {
        display: flex;
        gap: 20px;
    }
       
    .navbar-nav .nav-link:hover {
        font-weight: bold;
    }    
    
    .navbar-toggler {
        border: none;
        outline: none;
    }
        
    .header-homepage .navbar-nav .nav-link {
        position: relative;
        z-index: 3;
    }

}



@media (max-width: 992px) {

    header{
        
        flex-direction: column;
        align-items: center;

        .header-right {
            align-items: center; 
        }
    
        .navbar-collapse {
            text-align: center; 
        }
    
        .navbar-nav {
            flex-direction: column;
            align-items: center;
        }
        
    }

}


@media (max-width: 768px) {
    header {
        .header-bottom {
            flex-direction: column;
            align-items: center;
        }
        .menu-home {
            margin-top: 10px;
        }
    
        .navbar-nav {
            flex-direction: column;
            align-items: center;
        }
    
        .redes-sociais {
            justify-content: center;
        }

    }
   
}

@media (max-width: 576px) {
    header {
        .header-top {
            justify-content: center; 
        }
        .header-bottom {
            flex-direction: column;
            align-items: center;
        }

    }
    
}




/*FOOTER*/

footer {
    background-color: #F2F2F2;
    padding: 40px 0; 
}

footer .footer-contact {
    max-width: 100%; 
    margin: 0 auto;
    padding: 0 20px;
    
    h5, p{
        text-align: left;
    }
    
}

footer .footer-contact .col-md-3 {
    max-width: 100%; 
    margin: 0 auto;
    padding: 0 20px;

    
}

footer .assinatura {
    text-align: center;
    font-size: small;
    margin-top: 20px; 
}

footer .footer-contact i {
    font-size: 28px;
    margin-bottom: 10px; 
    text-align: center;
}

footer .footer-contact p {
    font-size: 16px;
}


@media (max-width: 768px) {
    footer .footer-contact {
        max-width: 100%; 
        margin-top: 150px;
        padding: 40px; 

    }
}

@media (max-width: 576px) {
    footer .footer-contact {
        max-width: 100%; 
        margin-top: 150px;
        padding: 40px; 

    }

}

/* HOME */
.header-homepage {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 10px 45px;
    font-size: 20px;
}

#logo {
    flex: 1;
}

#logo img {
    height: 140px;
    width: auto;
    padding-top: 20px; 
}

.header-right {
    display: flex;
    flex-direction: column; 
    align-items: flex-end; 
    gap: 10px; 
}

.redes-sociais-home {
    display: flex;
    gap: 15px;
}

.redes-sociais-home .nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.redes-sociais-home .nav-link i {
    font-size: 20px;
    color: #fff !important; 
    transition: 0.3s;
}

.redes-sociais-home .nav-link i:hover {
    transform: scale(1.1); 
}

.menu-home {
    display: flex;
    justify-content: flex-end;

    .navbar-nav .nav-link {
        color: #fff !important;
        font-weight: 200;
        font-size: 20px;
        transition: 0.3s;
    }

    .navbar-toggler-icon {
        filter: brightness(100); 
    }
    
}

.navbar-nav {
    display: flex;
    gap: 20px;
}


.navbar-nav .nav-link:hover {
    font-weight: bold;
}


.navbar-toggler {
    border: none;
    outline: none;
}


.homepage {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.homepage .carousel-item img,
.homepage .carousel-item video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

.homepage .carousel-item {
    position: relative; 
}

.homepage .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1; 
}

.carousel-caption {
    position: absolute;
    z-index: 2; 
}

.carousel-caption h5 {
    font-weight: bold;
    font-size: 28px;
    color: white; 
}

.header-homepage .navbar-nav .nav-link {
    position: relative;
    z-index: 3;
}


@media (max-width: 1200px) {
    .homepage .carousel-item img,
    .homepage .carousel-item video {
        object-position: center;
    }
}

@media (max-width: 992px) {
    .homepage .carousel-item img,
    .homepage .carousel-item video {
        object-position: top;
    }
    .carousel-caption h5 {
        font-weight: bold;
        font-size: 18px;
        color: white; 
    }

    .header-homepage {
        flex-direction: column;
        align-items: center;
    }

    .header-right {
        align-items: center; 
    }

    .navbar-collapse {
        text-align: center; 
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .homepage .carousel-item img,
    .homepage .carousel-item video {
        object-position: center;
    }
    .carousel-caption h5 {
        font-weight: bold;
        font-size: 16px;
        color: white; 
    }
    .header-bottom {
        flex-direction: column;
        align-items: center;
    }
    .menu-home {
        margin-top: 10px;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
    }

    .redes-sociais-home {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .homepage .carousel-item img,
    .homepage .carousel-item video {
        object-position: top center;
    }
    .carousel-caption h5 {
        font-weight: bold;
        font-size: 14px;
        color: white; 
    }
    .header-top {
        justify-content: center; 
    }
    .header-bottom {
        flex-direction: column;
        align-items: center;
    }
}


/* SERVIÇOS */
.servicos {
    padding-bottom: 50px;
    padding-top: 50px;
}

.servicos h2 {
    font-size: 32px;
    font-weight: 500; /*medium*/
    text-align: center !important;
    padding: 20px;
}

.servicos p{

    text-align: center;
    font-size: 20px;
    font-weight: 400; /*medium*/
}

.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s;
    height: 400px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.service-card:hover {
    transform: scale(1.05);
}

.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s;
}

.service-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    transition: background 0.3s;
}

.service-card h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px; /* Aumentando o tamanho */
    font-weight: 600;
    z-index: 2;
    opacity: 1;
    transition: opacity 0.3s;
}

.service-card p {
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 10px;
}

.service-card:hover .overlay {
    background: rgba(0, 0, 0, 0.8);
}


.service-card:hover h5 {
    opacity: 0;
}

.service-card:hover p {
    opacity: 1;
}

@media (max-width: 768px) {

    .service-card p {
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        padding: 10px;
    }


}

@media (max-width: 576px) {


    .service-card p {
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 12px;
        font-weight: 600;
        text-align: left;
        padding: 10px;
    }


}


/* CONTATOS */
.contatos{
    padding: 45px 45px;
    
    h2 {
        font-size: 32px;
        font-weight: 500; /*medium*/
        text-align: center !important;
        padding: 20px;
        text-align: center;
        margin-bottom: 45px;
    }

    p {
        text-align: center;
        font-size: 20px;
        font-weight: 400; 
        margin-top: 45px;
    }

   
}

.contatos img {
    float: right;
    margin-left: 20px;
    margin-top: -70px; 
}


.map-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 768px) {

    h2 {
        font-size: 32px;
        font-weight: 500; /*medium*/
        text-align: center !important;
        padding: 20px;
        text-align: center;
        margin-bottom: 45px;
    }

    p {
        text-align: center;
        font-size: 14px;
        font-weight: 400; 
        margin-top: 45px;
    }

    .contatos img {
        float: center;
        margin: 20px auto;
        margin-top: 10px; 
        margin-bottom: 100px; 
    }


}

@media (max-width: 576px) {

    h2 {
        font-size: 25px;
        font-weight: 500; /*medium*/
        text-align: center !important;
        padding: 10px;
        text-align: center;
        margin-bottom: 10px;
    }

    p {
        text-align: center;
        font-size: 12px;
        font-weight: 400; 
        margin-top: 10px;
        margin-bottom: 10px; 
    }

    .contatos img {
        float: center;
        margin: 20px auto;
        margin-top: 10px; 
        margin-bottom: 100px; 
    }

}


/* GALERIA */

.galeria h2 {
    font-size: 32px;
    font-weight: 500; /*medium*/
    text-align: center !important;
    padding: 50px;
}

.galeria .carousel {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.galeria .carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.galeria .carousel img {
    width: 100%;
    object-fit: cover;
}
.galeria .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
}

.galeria .prev {
    left: 10px;
}

.galeria .next {
    right: 10px;
}


/* CORPO CLÍNICO */
.corpo-clinico {
    margin: 0 auto;
    padding: 20px 5%; 
    width: 100%;
}

.corpo-clinico h2 {
    font-size: 32px;
    font-weight: 500; /*medium*/
    text-align: center !important;
    padding: 20px;
}

.box-c-c {
    margin: 80px auto !important;
    max-width: 100%;
    width: 100%;
    align-items: center;
}

.corpo-clinico .row {
    display: flex;
    align-items: flex-start; 
    justify-content: space-between;
    margin-bottom: 40px;
    width: 100%; 
    gap: 50px; 
}

.corpo-clinico .row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.corpo-clinico .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    padding: 0; 
}

.corpo-clinico .text-column {
    flex: 2; 
}

.corpo-clinico .image-column {
    flex: 1; 
    
}

.corpo-clinico .img-fluid {
    width: 100%; 
    height: auto;
    border-radius: 10px;
    display: block;
    object-fit: cover;
    border-bottom-right-radius: 100px;
}

.corpo-clinico h3 {
    font-size: 25px;
    font-weight: 500; 
    margin-bottom: 15px;
}

.corpo-clinico p {
    font-size: 20px;
    font-weight: 300; 
    line-height: 1.5;
    color: #333;
    text-align: left;
}

@media (max-width: 1200px) {
    .corpo-clinico .row {
        flex-direction: column !important;
        gap: 20px; 
        justify-content: center; 
        align-items: center; 
    }

    .box-c-c {
        margin: 20px auto !important;
        max-width: 100%;
        align-items: center;
    }

    .corpo-clinico .img-fluid {
        max-width: 350px;
        align-self: center;
        padding: 20px;
    }

    .corpo-clinico .text-column, .corpo-clinico .image-column {
        flex: 1; 
        width: 100%; 
    }
}



/* QUEM SOMOS */
.quem-somos{
    h2 {
        font-size: 32px;
        font-weight: 500; /*medium*/
        text-align: center;
        padding: 50px;
    }

    .apresentacao {
        h3 {
            font-size: 26px;
            font-weight: 500; /*semibold*/
            margin-left: 80px;
            padding-bottom: 20px;
        }
        
        p{
            font-size: 20px;
            font-weight: 300; /*light*/
            margin-left: 80px;
        }
    }

    
}


@media (max-width: 767px) {
    .row {
        flex-direction: column; 
    }

    .col-md-6.apresentacao {
        max-width: 100%; 
        padding: 0 20px; 
    }

    .col-md-6.apresentacao h3 {
        font-size: 20px;
        text-align: left;
        max-width: 100%; 
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
    }

    .col-md-6.apresentacao p {
        font-size: 14px; 
        max-width: 100%; 
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        text-align: left;
    }

    .img-fluid {
        max-width: 100%; 
        height: auto;
    }
}



/* Estilo para o Widget de Avaliações */


.reviews-widget {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.review-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.review-card .stars {
    color: #ffc107;
}

.review-card .star {
    font-size: 20px;
}

.review-card .review-text {
    font-size: 16px;
    color: #555;
}

.review-card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}


 @media (max-width: 767px) {
    .review-card {
        margin-bottom: 20px;
        text-align: left;
    }

}

@media (min-width: 768px) {
    .review-card {
        margin-bottom: 30px;
        text-align: left;
    }

}