@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('variables.css');
@import url('layout.css');
@import url('buttons.css');
@import url('responsive.css');
@import url('./pages/aparelhos-invisalign.css');
@import url('./pages/tratamento-de-canal.css');

.home-principal {
    width: 100%;
}

.home-a-clinica .home-a-clinica-atendimento{
    padding-left: 7em;
    padding-right: 7em;
    margin-top: 15%;
}

.home-info{
    background-color: var(--complementary-color-02);
}

.home-info-card{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.home-info .col-light i{    
   font-size: 2em;
   padding: 0.7em;
   background-color:  var(--primary-color);
   border-radius: 50%;
   color:  var(--complementary-color-01) ;
}

.contato-content i {
    color: var(--complementary-color-01);
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 10px;
}

.contato-content .images img{
   height: 100%;
}

.contato-content iframe {
    max-height: 70vh;
    max-width: 80vw;
}

/* Botão flutuante do WhatsApp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #20ba5a;
    transform: scale(1.1);
    box-shadow: 3px 3px 5px #666;
}

.whatsapp-float i {
    color: #FFF;
    font-size: 35px;
}

@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        bottom: 40px !important;
        right: 25px !important;
        font-size: 28px !important;
        z-index: 99999 !important;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4) !important;
    }
    
    .whatsapp-float i {
        font-size: 28px !important;
        line-height: 1 !important;
    }
    
    .whatsapp-float:hover {
        transform: scale(1.05) !important;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        min-height: 50px !important;
        bottom: 35px !important;
        right: 20px !important;
    }
    
    .whatsapp-float i {
        font-size: 26px !important;
    }
}

.contato-content img.img-fluid[src*="implante-alex.png"],
.contato-content img.img-fluid[src*="dr_alex_atual.png"] {
    max-width: 400px;
    max-height: 500px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.contato-content .col-lg-5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-como-funciona {
    background-color: var(--complementary-color-02); 
}

.home-como-funciona .cards {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
}

.home-como-funciona .cards p {
    font-size: 14px;
}

.home-como-funciona .card {
    margin: 5px;
    min-height: 250px;
}

.home-depoimentos .cards {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
}

.home-depoimentos .cards p {
    font-size: 14px;
}

.home-depoimentos .card {
    margin: 5px;
    min-height: 250px;
}

.home-depoimentos img {
    height: 40px;
    width: 120px;
}

.home-especialista-implantes{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-guiomar {
    max-width: 350px; 
}

/*Sobre*/

.sobre-content .row{
   --bs-gutter-x: 0 !important;
}

.sobre-content h5 {
    color: var(--complementary-color-01);
}

.sobre-content .info-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nossos-servicos {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--complementary-color-02); 
}

.nossos-servicos img {
    width: 290px;
    height: 290px;
}

.cuidamos-de-voce{
    padding: 10px;
}

.cuidamos-de-voce img {
    height: 350px;
}

.fotos {
    background-color: var(--complementary-color-02);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.fotos-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    max-width: 100%;
    padding: 10px;
}

.fotos-group a {
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.fotos img,
.fotos-group img,
.fotos-group img.rounded {
    width: 320px;
    height: 320px;
    object-fit: contain;
    border-radius: 12px;
    display: block;
    background-color: #f5f5f5;
}

.fotos img[src*="dr_alex_atual.png"] {
    object-fit: cover;
    width: 320px;
    height: 320px;
    border-radius: 12px;
}

/*Equipe*/

.sobre-equipe {
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap: wrap;
    background-color: var(--complementary-color-02);   
}

.sobre-equipe .card {
    margin-left: 5px;
    margin-right: 5px;
}

.sobre-equipe .card img,
.card-img-top {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sobre-equipe p {
    font-size: 14px;
}

.sobre-equipe .card h6 {
    color: var(--complementary-color-01); 
}

.perguntas-frequentes-acorddion {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion {
    --bs-accordion-active-color: var(--primary-color) !important;
    --bs-accordion-active-bg: var(--complementary-color-02) !important;
}

.accordion button{
    color: var(--primary-color) !important;
    font-weight: 500;
    
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem #F2F2F2 !important;
}

.implantes-referencia img{
    height: 300px;
}

.info-container a{
    color: var(--btn-primary);   
}

.info-container a:hover {
    color: var(--primary-color);
}

.fixed-height {
    height: 580px;
    object-fit: cover;
}

