@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');

* { padding: 0; margin: 0; box-sizing: border-box; }

#webdox2021 {
    display: block;
    width: 100%;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1c3287;
}

#webdox2021 strong {
    font-weight: 900;
}

#webdox2021 img {
    display: block;
}

#webdox2021 .main-header {
    display: block;
    width: 100%;
    padding: 15px 15px 20px;
    position: relative;
}

#webdox2021 .main-header img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#webdox2021 .main-header .blue-bg {
    display: block;
    width: 100%;
    height: calc(100% - 30px);
    background: #1c3287;
    position: absolute;
    top: 0;
    left: 0;
}

#webdox2021 .contenedor {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.5;
}

#webdox2021 .contenedor-principal {
    padding-bottom: 20px;
    max-width: 900px;
    text-align: center;
}

#webdox2021 .contenedor-principal * + * {
    margin-top: 15px;
}

@media (min-width: 700px) {

    #webdox2021 .contenedor-principal {
        font-size: 18px;
    }
}

/* INICIO PASOS A SEGUIR */ 

#webdox2021 .contenedor-pasos {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    max-width: 1200px;
}

#webdox2021 .pasos-franja {
    position: relative;
    z-index: 1;
}

#webdox2021 .pasos-franja::before {
    content: '';
    position: relative;
    width: 100%;
    background-color: #ebebeb;
    z-index: -99;
    top: 76px;
    bottom: 60px;
    left: 0;
    right: 0;
}

#webdox2021 .contenedor-pasos-interior {
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
}

#webdox2021 .franja-interior {
    position: relative;
    z-index: 1;
    padding: 15px 0 25px;
}

#webdox2021 .franja-interior::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #ebebeb;
    z-index: -99;
    top: 78px;
    bottom: 60px;
    left: 0;
    right: 0;
}

#webdox2021 .contenedor-pasos-imagen {
    align-self: center;
    padding: 5px 20px 10px;
}

#webdox2021 .contenedor-pasos-imagen img {
    max-width: 362px !important;
    height: auto;
    width: 100%;
}

#webdox2021 .contenedor-pasos-imagen-largo {
    margin-top: 15px;
}

#webdox2021 .numero-pasos {
    color: #1c3287;
    height: 35px;
    width: 35px;
    background: #f3d031;
    border-radius: 50%;
    padding-top: 3px;
    font-size: 21px;
    font-weight: 900;
    margin: 0 auto;
}

#webdox2021 .titulo-principal {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 30px;
}

@media (min-width: 700px) {
    #webdox2021 .contenedor-pasos {
        flex-direction: row;
    }

    #webdox2021 .pasos-franja::before {
        position: absolute;
    }

    #webdox2021 .contenedor-pasos-interior {
        font-size: 16px;
    }

    #webdox2021 .franja-interior::before {
        position: relative;
    }

    #webdox2021 .contenedor-pasos-imagen-largo {
        margin-top: 0;
    }
}

/* FIN PASOS A SEGUIR */ 
/* CONTENEDOR FINAL */

#webdox2021 .contenedor-final {
    padding: 30px 0 60px;
    max-width: 1000px;
}

#webdox2021 .contenedor-final h2 {
    text-align: center;
    font-weight: 900;
    padding-bottom: 30px;
}

#webdox2021 .contenedor-ejecutivos {
    width: 100%;
}

#webdox2021 .grupos-ejecutivos {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

#webdox2021 .separacion-region {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

#webdox2021 .separacion-larga {
    padding-bottom: 22px;
}

@media (min-width: 405px) {
    #webdox2021 .separacion-region {
        font-size: 15px;
    }

    #webdox2021 .separacion-region p:last-child {
        width: 155px;
    }
}

@media (min-width: 800px) {
    #webdox2021 .contenedor-ejecutivos {
        display: flex;
        position: relative;
        left: 25px;
    }
    #webdox2021 .grupos-ejecutivos {
        padding: 0 10px;
        max-width: 420px;
    }
}

/* FIN CONTENEDOR FINAL */
/* FOOTER */

#webdox2021 .main-footer {
    display: block;
    width: 100%;
    background: #1c3287;
    color: #f3d031;
}

#webdox2021 .main-footer .yellow-bg {
    display: block;
    width: calc(100% - 30px);
    max-width: 1200px;
    height: 16px;
    margin: 0 auto;
    background: #f3d031;
    transform: translateY(-50%);
}

#webdox2021 .logo-footer {
    display: block;
    width: 170px;
    margin: 30px auto;
}

#webdox2021 .sociales {
    display: flex;
    justify-content: space-between;
    width: 380px;
    margin: 40px auto;
    list-style: none;
    transform: scale(.7);
}

#webdox2021 .sociales a {
    background-image: url(../images/icon-sociales.svg);
    background-repeat: no-repeat;
    background-size: 200px;
    display: block;
    height: 51px;
    width: 50px;
}

#webdox2021 .sociales .instagram {
    background-position: -50px;
}

#webdox2021 .sociales .twitter {
    background-position: -100px;
}

#webdox2021 .sociales .youtube {
    background-position: -150px;
}

#webdox2021 .legal {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grecaptcha-badge {
    display: none;
}