@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    font-family: 'Open Sans', sans-serif;
} @media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
}

ol, ul {
    padding-right: 0px;
}

.hidden {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(-100%);
    transition: opacity 1s ease-in-out, visibility 0.5s ease-in-out;
} @media (prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}

.show {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
}

.header-menu {
    background-image: url('../images/banner-smart-odonto-slz-amanda.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 99vh;
} @media (max-width: 576px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 768px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1270px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1280px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1325px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1475px) {
    .header-menu {
        height: fit-content;
    }
} @media (max-width: 1700px) {
    .header-menu {
        height: fit-content;
    }
}

.navbar-brand img {
    max-width: 30%;
    padding-top: 15px;
    padding-bottom: 15px;
} @media (max-width: 1180px) {
    .navbar-brand img {
        max-width: 100%;
    }
}

.navbar-brand span {
    color: #012257;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
} @media (max-width: 576px) {
    .navbar-nav .nav-link {
        padding-left: 50px;
        text-align: center;
    }
}

.navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
} @media (max-width: 768px) {
    .navbar-nav .nav-link:hover {
        color: #fff;
        border-bottom: none;
    }
}

.navbar-nav .nav-item {
    padding-right: 40px;
}

.home-video iframe {
    width: 500px;
    height: 315px;
    display: none;
}

@media (max-width: 768px) {
    .home-video {
        margin-top: 30px;
    }

    .home-video iframe {
        width: 94vw;
    }
}

.home .container h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    margin-top: 20px;
    padding-right: 30px;
} @media (max-width: 576px) {
    .home .container h1 {
        font-size: 46px;
        text-align: center;
        margin-top: 30px;
        padding: 0;
    }
}

#title-obrigado, #text-obrigado {
    text-align: center;
}

.home .container p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    margin: 10px;
} @media (max-width: 576px) {
    .home .container p {
        padding: 10px;
        text-align: center;
    }
}

#title-obrigado, #text-obrigado {
    text-align: center;
}

.home .titulo-form h2 {
    color: #54C5D0;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 28px;
}

.home .titulo-form p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
}

#formulario {
    margin-top: 120px;
    width: 30rem;
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #062E48;
    color: #fff;
    text-align: left;
    border-radius: 40px;
    border: none;
} @media (max-width: 576px) {
    #formulario {
        margin-top: 20px;
        margin-bottom: 30px;
        width: fit-content;
    }
} @media (max-width: 1270px) {
    #formulario {
        width: fit-content;
    }
} @media (max-width: 1280px) {
    #formulario {
        width: fit-content;
    }
} @media (max-width: 1550px) {
    #formulario {
        width: 100%;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#form-whatsapp {
    background: linear-gradient(45deg, #18b936, #4ad664);
    margin: 10px 0 0 0;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 30px; 
}

#form-whatsapp:hover {
      background-color: #29a740;
      border-color: #29a740; 
}

#form-whatsapp i {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding-right: 5px;
}
  
#form-whatsapp-texto {
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.botão {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px;
    width: 100%;
    color: #fff;
    background-color: #54C5D0;
    border-color: #54C5D0;
    transition: 0.5s;
    border: 0;
    border-radius: 30px;
}

.botão:hover {
    background-color: #54C5D0;
    border-color: #54C5D0;
}

.btn-destaque {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #0E0E0E;
    border: 2px solid #0E0E0E;
    border-radius: 4px;
    transition: 0.5s;
}

.btn-destaque:hover {
    border: 2px solid #0E0E0E;
    background-color: #0E0E0E;
} @media (max-width: 768px) {
    #btn-destaque-mobile {
        width: 100%;
        margin-top: 50px;
        margin-left: 10px;
    }
}

.section-implantes {
    color: #062E48;
    background-color: #fff;
    padding: 30px 30px;
} @media (max-width: 768px) {
    .section-implantes {
        padding: 5px;
    }
}

.section-implantes .video iframe {
    width: 500px;
    height: 315px;
} @media (max-width: 768px) {
    .section-implantes .video iframe {
        width: 90vw;
    }
}

.section-implantes h2 {
    color: #062E48;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    margin-top: 20px;
    padding-bottom: 30px;
}

.section-implantes p {
    color: #062E48;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
} @media (max-width: 768px) {
    .section-implantes h2, .section-implantes p {
        text-align: center;
    }

    .section-implantes h2 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .section-implantes p {
        margin-bottom: 15px;
    }
}

.section-implantes .btn-destaque {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #062E48;
    border: 2px solid #062E48;
    border-radius: 30px;
    padding: 15px;
    padding: 15px 40px 15px 40px;
} @media (max-width: 768px) {
    .section-implantes .btn-destaque {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-implantes #btn-destaque-mobile {
        margin-bottom: 40px;
    }
}

.hero {
    background-color: #f2f2f2;
    height: 70vh;
    width: 100%;
    position: relative;
} @media (max-width: 768px) {
    .hero {
        height: 70vh;
        width: 100%;
        overflow-x: hidden;
    }
}

.hero h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 40px;
    font-weight: 700;
    color: #062E48;
}  @media (max-width: 768px) {
    .hero h2 {
        padding-top: 20px;
    }
}

.slide-row {
    display: flex;
    width: 3200px;
    transition: 0.5s;
}

.slide-col {
    width: 800px;
    height: 400px;
    position: relative;
}

.user-text {
    background-color: #062E48;
    width: 520px;
    height: 400px;
    padding: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
    color: #d3d4d5;
    box-sizing: border-box;
    z-index: 2;
}

.user-text span {
    color: #54C5D0;
    font-size: 18px;
    font-weight: 500;
}

.user-text p {
    font-size: 16px;
    line-height: 24px;
}

.user-text h3 {
    margin: 35px 0 5px;
    color: #fff;
}

.user-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.user-image img {
    height: 100%;
    border-radius: 10px;
} @media (max-width: 768px) {
    .user-image {
        display: none;
    }
}

.mobile-only {
    display: none;
} @media (max-width: 768px) {
    .mobile-only {
        width: 20%;
        display: inline; /* Exibe a imagem apenas em dispositivos móveis */
        float: right; /* Faz a imagem flutuar à direita do texto */
        margin-right: 5px; /* Define uma margem direita para separar a imagem do texto */
        border-radius: 100px;
    }

    p {
        clear: left; /* Limpa a flutuação do texto à esquerda da imagem */
    }
}

.container-testimonials {
    width: 800px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.indicator {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.btn-testimonials {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 4px;
    border-radius: 15px;
    background: #062E48;
    cursor: pointer;
    transition: 0.5s;
}

.active {
    width: 45px;
}

.testimonial {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 578px) {
    .user-text {
       width: 400px;
       height: fit-content;
       left: 25%;
       padding: 20px;
    }

    .user-image img {
        display: inline-block;
    }
}

.section-diferenciais {
    color: #fff;
    background-color: #062E48;
    padding: 30px;
}

.section-diferenciais h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 40px;
}

.section-diferenciais img {
    width: 20%;
    padding: 15px;
} @media (max-width: 768px) {
    .section-diferenciais img {
        width: 40%;
    }
}

.section-diferenciais h3 {
    color: #54C5D0;
    font-size: 24px;
    font-weight: 500;

} @media (max-width: 768px) {
    .section-diferenciais h3 {
        font-size: 28px;
    }

    .section-diferenciais .col {
        flex: 0 0 100%;
    }
}

/** CTA **/
.cta-bloco {
    padding-bottom: 30px !important;
    text-align: center;
}

.cta-bkg {
    background: url('../images/cta-smartodonto.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cta-bkg .video iframe{
    width: 500px;
    height: 315px;
} @media (max-width: 768px) {
    .cta-bkg .video iframe {
        width: 90vw;
    }
}

.cta-titulo {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-top: 15px;
}

.cta-texto {
    color: #fff;
    padding-bottom: 10px;
}

.btn-cta {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: #54C5D0;
    border: 2px solid #54C5D0;
    border-radius: 4px;
    width: 40%;
    border-radius: 30px;
    text-transform: uppercase;
    transition: 0.6s;
    padding: 15px;
} @media (max-width: 768px) {
    .btn-cta {
        width: 80%;
    }
}

.btn-cta:hover {
    background-color: #54C5D0;
    border: 2px solid #54C5D0;
}
/** Fim CTA **/

.section-quem-somos {
    color: #000;
    background-image: url(../images/banner-smart-odonto-slz-claro.jpg);
    padding: 30px;
} @media (max-width: 768px) {
    .section-quem-somos {
        padding: 10px;
    }
}

.section-quem-somos h2 {
    color: #062E48;
    font-size: 34px;
    font-weight: 700;
    text-align: left;
    margin-top: 120px;
} @media (max-width: 768px) {
    .section-quem-somos h2 {
        font-size: 38px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .section-quem-somos p {
        text-align: center;
    }
}

.section-quem-somos p {
    color: #062E48;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

/** footer **/

footer {
    color: #062E48;
    background-color: #FFFFFF;
    width: 100%;
}

ol, ul {
    padding-left: 0px;
}

footer ul li {
    padding-left: 0px;
}

footer span {
    color: #062E48;
    padding-left: 14px;
}

.footer-link {
    text-decoration: none;
}

#footer_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 50px 20px 0px 50px;
}

#footer_content>#footer_contacts>h1>img {
    max-width: 60%;
}

#footer_contacts h1 {
    margin-bottom: 0.75rem;
}

#footer_social_media {
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
    #footer_social_media {
        align-items: center;
        justify-content: center;
    }
}

#footer_social_media .footer-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: #062E48;
    border-radius: 50%;
    transition: all 0.4s;
}

#footer_social_media .footer-link i {
    color: #fff;
    font-size: 1.25rem;
}

#footer_social_media .footer-link:hover {
    opacity: 0.8;
}

#instagram {
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook {
    background-color: #4267b3;
}

#whatsapp-footer {
    background-color: #25d366;
}

#youtube {
    background-color: #FF0000;
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
}

.footer-list h3 {
    color: #54C5D0;
    font-size: 24px;
    font-weight: 700;
    gap: 100px;
}

.footer-list .footer-link {
    color: #062E48;
    border-bottom: 2px solid transparent;
    transition: 0.5s;
}

.footer-list .footer-link:hover {
    color: #062E48;
    border-bottom: 2px solid #062E48;
}


#footer_copyright {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    padding: 1.5rem;
    font-weight: 100;
}

@media screen and (max-width: 768px) {
    #footer_content {
        text-align: center;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
    }
}

@media screen and (max-width: 426px) {
    #footer_content {
        grid-template-columns: repeat(1, 1fr);
        padding: 3rem 2rem;
    }
}

.float {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 40px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    transition: 0.5s;
}

.float:hover {
    transform: scale(1.1);
}

.my-float {
    margin-top: 15px;
    margin-left: 4px;
}