body {
    background-color: var(--darkBlue);
}

.section-mov-total_header {
    background-color: var(--white);
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-mov-total_header .icn-movistar {
    font-size: 30px;
    color: #009df4;
}

.section-mov-total {
    padding: 2.5rem 0;
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/oferta-asistida-mov-total/content/img/background__nav_mob.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-content-container {
    margin: 0 auto;
    max-width: 840px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, max-content);
}

.title-page {
    margin: 0 auto 1.5rem;
    width: 90%;
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    color: var(--white);
    text-align: center;
}

.title-page img {
    max-width: 244px;
}

.main-container-form {
    grid-area: 2 / 1 / 3 / 2;
}

.escaleras-contanier {
    grid-area: 3 / 1 / 4 / 2;
}

.tittle-escalera {
    text-align: center;
    color: white;
    font-size: 28px;
    display: flex;
    justify-content: center;

}

.tittle-escalera-small {
    display: flex;
    text-align: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

@media (min-width:768px) {

    .section-mov-total {
        background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/oferta-asistida-mov-total/content/img/background_nav_desk.webp);
        background-position: 20% 80%;
        display: flex;
        justify-content: flex-end;
    }

    .main-content-container {
        margin: 0 auto;
        max-width: 1350px;
        grid-template-columns: 370px auto 370px;
        align-items: center;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }

    .title-page {
        margin: 0 auto;
        grid-area: auto;
    }

    .sub-title-page {
        font-size: 18px;
    }

    .escaleras-contanier {
        align-self: center;
        grid-area: auto;
        display: grid;
        justify-content: center;
        align-content: center;
    }

    .main-container-form {
        width: 100%;
        grid-area: auto;
    }
    .title-page img{
        max-width: 340px;
    }

}
@media (max-width:768px) {
    .title-page img {
        display: none;
    }
    .tittle-escalera,
  .tittle-escalera-small {
    display: none !important;
  }
    
}
