/* Geral */

* {
    margin: 0;
    padding: 0;
    font-family: 'Century Gothic', Arial, sans-serif;
    overflow-x: hidden;
}

img#ans {
    width: 35rem !important;
}

/* Whatsapp Button */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Header */

header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
}

.header-container img {
    object-fit: contain;
    height: auto;
    width: 10rem;
}

.logo-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.logo-right img:nth-child(2) {
    width: 6rem;
}

/* Section Hero */

section.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

section.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.hero-container h1{
    font-size: 4rem;
    color: #FF5C00;
}

.hero-container img {
    margin: 3rem 0;
    height: auto;
    width: 14rem;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Section Ixerodonto */

section.ixerodonto {
    display: flex;
    align-items: center;
    justify-content: center;   
    background-image: url('../img/bg-ixerodonto.png');
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
}

.ixerodonto-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.ixerodonto-left {
    max-width: 100%;
    width: 55%;
}

.ixerodonto-right {
    max-width: 100%;
    width: 45%;
}

.ixerodonto-left img {
    object-fit: contain;
    height: auto;
    width: 14rem;
    margin: 1rem 0;
}

.ixerodonto-right img {
    object-fit: contain;
    height: auto;
    width: 35rem;
}

.ixerodonto-container p {
    color: white;
    text-align: justify;
    max-width: 100%;
    width: 90%;
}

.apps-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.apps-img img {
    object-fit: contain;
    height: auto;
    width: 12rem;
}

/* Section Sac */

section.sac {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sac-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.sac-left {
    max-width: 100%;
    width: 70%;
    margin-left: 5rem;
    display: flex;
    flex-direction: column;
}

.sac-left h1 {
    color: #143964;
    font-size: 2.5rem;
}

.sac-left h2 {
    color: #143964;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.sac-right {
    max-width: 100%;
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.sac-right img {
    width: 35rem;
    height: 38rem;
}

.sac-card {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.sac-card img {
    object-fit: contain;
    height: auto;
    width: 6rem;
    margin: 0.5rem 0;
}

.card-info {
    color: #143964;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    font-size: 0.9rem;
}

.tel-numbers {
    display: flex;
    gap: 2rem;
}

.sac-card a {
    text-decoration: none;
    color: #123762;
}

.sac-left img#ans {
    margin-top: 2rem;
}

/* Section App */

section.app {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5C00;
    padding-top: 2rem;
    background-image: url('../img/bg-white.png');
    background-size: cover;
    background-position: center;
    padding-bottom: 2rem;
}

.app-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.app-left {
    max-width: 100%;
    width: 50%;
}

.app-right {
    max-width: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-left h1 {
    color: white;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.list-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0.5rem 0;
}

.list-item p {
    font-weight: bolder;
    font-size: 3rem;
    color: white;
}

.list-item p:nth-child(2) {
    font-size: 1.2rem;
    color: #123762;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
}

.app-left img {
    margin-top: 1rem;
}

.app-right img {
    object-fit: contain;
    height: auto;
    width: 28rem;
    position: relative;
    bottom: 3.7rem;
}

/* Section Steps */

section.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.steps-left {
    max-width: 100%;
    width: 60%;
}

.steps-right {
    max-width: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps-left h1 {
    font-size: 2.5rem;
    color: #123762;
    font-weight: bold;
}

.steps-left  .list-item p {
    color: #FF5C00;
}

.steps-left .list-item p.list-text {
    color: white;
    background-color: #FF5C00;
}

.list {
    margin: 2rem 0;
}

.steps-left p {
    color: #123762;
}

.steps-left img {
    margin-top: 2rem;
}

/* Section Emergency */

section.emergency {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5C00;
    background-image: url('../img/bg-white.png');
    background-size: cover;
    background-position: center;
}

.emergency-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.emergency-left {
    max-width: 100%;
    width: 40%;
    display: flex;
}

.emergency-right {
    max-width: 100%;
    width: 60%;
}

.emergency-right h1 {
    color: white;
    font-size: 2.5rem;
}

.emergency-right p {
    color: white;
    font-size: 1.5rem;
}

.emergency-right img {
    margin-top: 2rem;
}

/* Section Important */

section.important {
    display: flex;
    align-items: center;
    justify-content: center;
}

.important-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.important-left {
    max-width: 100%;
    width: 60%;
}

.important-right {
    max-width: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.important-left h1 {
    color: #123762;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.important-left p {
    color: #123762;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.important-left ul {
    color: #FF5C00;
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    position: relative;
    left: 2rem;
}

/* Section ANS */

section.ans {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #123762;
}

.ans-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.ans-left {
    max-width: 100%;
    width: 60%;
    margin-left: 5rem;
}

.ans-right {
    max-width: 100%;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.ans-left h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.ans-left p {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.ans-left img {
    margin-top: 2rem;
}

/* Section Coverage */

section.coverage {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5C00;
    background-image: url('../img/bg-white.png');
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.coverage-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.coverage-container h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.coverage-list {
    padding: 1rem;
    border: 1px solid white;
    background-color: white;
    border-radius: 1.5rem;
}

.line {
    display: flex;
    gap: 0.5rem;
}

.line p {
    color: white;
    font-weight: bolder;
    background-color: #FF4A22;
    padding: 10px;
    border-radius: 1rem;
    margin: 0.25rem 0;
}

.coverage-container img {
    margin-top: 3rem;
}

/* Section Legal Advert */

section.legal-advert {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 0;
}

.legal-advert-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.legal-advert-left {
    max-width: 100%;
    width: 35%;
}

.legal-advert-right {
    max-width: 100%;
    width: 65%;
}

.legal-advert-right img#ans {
    margin-top: 2rem;
}

.legal-advert-right p {
    margin: 1rem 0;
    color: #123762;
    font-weight: bold;
    text-align: justify;
}

.logo-group {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.logo-group img {
    object-fit: contain;
    height: auto;
    width: 12rem;
}

/* Footer */

footer {
    background-color: #123762;
    color: white;
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

footer .container-footer {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

footer .footer-info {
    flex: 1;
    text-align: left;
    line-height: 1.5;
}

footer .footer-info p {
    margin: 0.5rem 0;
}

footer .apps-img {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

footer .apps-img img {
    width: 10rem;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

footer .apps-img img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #f5f5f5;
    text-align: center;
    border-top: 1px solid #FF4A22;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom a {
    text-decoration: none;
    color: #FF4A22;
}

.contacts a {
    color: #FF4A22;
}

.contacts .whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .whatsapp img {
    object-fit: contain;
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}

@media (max-width: 1100px) {
    .header-container {
        width: 90%;
    }

    .hero-container {
        width: 90%;
    }

    .ixerodonto-container {
        flex-direction: column;
    }

    .ixerodonto-left {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ixerodonto-left p:nth-child(4) {
        text-align: center;
    }

    .ixerodonto-right {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .sac-container {
        flex-direction: column;
    }

    .sac-left {
        max-width: 100%;
        width: 90%;
        margin: 2rem 0;
        align-items: center;
    }

    .sac-card {
        align-self: flex-start;
        position: relative;
        left: 13rem;
    }

    .sac-right {
        display: none;
    }

    .emergency-right {
        padding-bottom: 1.5rem;
    }

    .emergency-left {
        display: none;
    }

    .app-container {
        flex-direction: column;
    }

    .app-left {
        width: 90%;
        margin-bottom: 2rem;
    }

    .app-right {
        display: none;
    }

    .steps-container {
        flex-direction: column;
    }

    .steps-left {
        width: 90%;
    }

    .list-item p:nth-child(2) {
        max-width: 100%;
        width: 90%;
    }

    footer .apps p {
        margin-bottom: 1rem;
    }

    .emergency-container {
        flex-direction: column-reverse;
    }

    .emergency-right {
        width: 90%;
        margin-top: 2rem;
    }

    .emergency-left {
        width: 90%;
        justify-content: center;
    }

    .important-container {
        flex-direction: column;
    }

    .important-left {
        width: 90%;
        margin: 2rem 0;
    }

    .ans-container {
        flex-direction: column;
    }

    .ans-left {
        width: 90%;
        margin: 2rem 0;
    }

    .ans-right {
        display: none;
    }

    .container-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 90%;
    }

    .legal-advert-left {
        display: none;
    }

    .legal-advert-right {
        width: 90%;
    }
}

@media (max-width: 480px) {
    img#ans {
        width: 15rem !important;
    }

    .header-container img {
        width: 4rem;
    }

    .logo-right img:nth-child(2) {
        width: 3rem;
    }

    .hero-container h1 {
        font-size: 2rem;
    }

    .apps-img {
        flex-direction: column;
    }

    .apps-img img {
        width: 10rem;
    }

    .apps-img a:nth-child(1) {
        position: relative;
        top: 1rem;
    }

    .apps-img a:nth-child(2) {
        position: relative;
        bottom: 1rem;
    }

    .sac-card {
        flex-direction: column;
        max-width: 100%;
        width: 90%;
        margin-top: 0.5rem;
        text-align: center;
    }

    .tel-numbers {
        flex-direction: column;
        text-align: center;
        gap: 0.7rem;
    }

    .list-item p {
        font-size: 1rem;
        color: #123762;
        padding: 8px;
        background-color: white;
        border-radius: 100%;
        width: 2rem;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list-item p:nth-child(2) {
        font-size: 1rem;
        height: auto;
    }

    .sac-container h1 {
        font-size: 2rem;
    }

    .sac-container h2 {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    .sac-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    section.app {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .app-left h1 {
        font-size: 1.5rem;
    }

    .app-left img {
        margin: 0;
    }

    .steps-left h1 {
        font-size: 1.5rem;
    }

    .emergency-right h1 {
        font-size:1.5rem;
    }

    .ans-left h1 {
        font-size: 2rem;
    }

    .ans-left p {
        font-size: 1rem;
    }

    section.coverage {
        padding-bottom: 1.5rem;
    }

    .coverage-container {
        width: 90%;
    }

    .coverage-container h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .coverage-list {
        width: 88%;
    }

    .coverage-container img {
        margin-top: 1.5rem;
    }

    .line p {
        font-size: 0.7rem;
    }

    .sac-card {
        gap: 0;
    }

    .steps-left .list-item p:nth-child(1) {
        color: white;
        font-size: 1rem;
        padding: 8px;
        background-color: #FF4A22;
        border-radius: 100%;
        width: 2rem;
        height: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }      

    .list-item p.list-text {
        height: auto;
    }   

    .steps-right {
        display: none;
    }

    .important-right {
        display: none;
    }

    .important-left p {
        text-align: justify;
    }

    .important-left ul {
        left: 1rem;
    }

    section.ans {
        text-align: justify;
    }

    .ans-left p {
        margin-bottom: 0;
    }

    .legal-advert-right p:nth-child(1) {
        text-align: center;
        margin-top: 0;
    }

    footer .apps-img {
        gap: 2.5rem;
    }

    footer .container-footer {
        gap: 2rem;
    }

    .sac-card a {
        text-decoration: underline;
    }

    section.sac {
        padding-bottom: 1rem;
    }
}