@media only screen and (max-width: 3840px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;  
    }

    .seccion-general{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-general-formulario{
        width: 620px;
        height: 780px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        left: 270px;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 500px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 300px;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 350px;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 180px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}










@media only screen and (max-width: 1780px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .seccion-general{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-general-formulario{
        width: 620px;
        height: 780px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        left: 180px;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 500px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 300px;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 350px;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 180px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}













@media only screen and (max-width: 1580px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .seccion-general{
        width: 100%;
        height: 100vh;
        float: left;
        background-color: transparent;
        position: relative;
    }

    .contenedor-general-formulario{
        width: 620px;
        height: 780px;
        background-color: #ffffff;
        float: left;
        position: absolute;
        left: 90px;
        top: 0px;
        bottom: 0px;
        margin-top: auto;
        margin-bottom: auto;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 500px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 300px;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 350px;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 90px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}













@media only screen and (max-width: 1380px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        position: relative;
        display: inline-flex;
        justify-content: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .contenedor-general-formulario{
        width: 620px;
        height: 780px;
        background-color: #ffffff;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 500px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 300px;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 350px;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 60px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 450px;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}













@media only screen and (max-width: 680px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        position: relative;
        display: inline-flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .contenedor-general-formulario{
        width: 100%;
        height: 820px;
        background-color: #ffffff;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 500px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 300px;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 350px;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 60px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}













@media only screen and (max-width: 580px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        position: relative;
        display: inline-flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .contenedor-general-formulario{
        width: 100%;
        height: 850px;
        background-color: #ffffff;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 300px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 530px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 300px;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 350px;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 160px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 110px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 60px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}














@media only screen and (max-width: 480px){

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{
        background-color: #ffffff;
        font-family: sans-serif;
        position: relative;
        float: none;
        height: auto;
        overflow-x: hidden;
        background: url('../assets/back.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover; 
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: transparent;
        position: relative;
        display: inline-flex;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contenedor-general-formulario{
        width: 100%;
        height: 850px;
        background-color: #ffffff;
        float: left;
        position: relative;
        left: unset;
        top: unset;
        bottom: unset;
        margin-top: unset;
        margin-bottom: unset;
        border-radius: 50px;
        -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.25);
        padding: 40px;
        z-index: 10;
    }

    .contenedor-logo-formulario{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .contenedor-logo-formulario img{
        width: 95%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-logo-formulario h1{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 28px;
        color: #000656;
        font-weight: 900;
        margin-top: 40px;
        text-align: center;
    }

    .contenedor-general-preguntas{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 30px;
        height: 530px;
        overflow-x: hidden;
    }

    .contenedor-general-preguntas form{
        width: 500%;
        height: 100%;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: start;
    }

    .datos-formulario{
        width: 20%;
        height: 100%;
        background-color: transparent;
        float: left;
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .datos-formulario h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
    }

    .contenedor-btns-decision{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .opcion{
        width: 100%;
        height: 65px;
        background-color: transparent;
        float: left;
        margin-bottom: 25px;
    }

    .opcion-largo{
        width: 100%;
    }

    .opcion input[type="radio"]{
        display: none;
        visibility: hidden;
    }

    .opcion label{
        width: 100%;
        height: 100%;
        border: solid 3px #000656;
        border-radius: 30px;
        float: left;
        display: inline-flex;
        justify-content: start;
        cursor: pointer;
        position: relative;
    }

    .opcion label img{
        width: 40px;
        height: 40px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }  

    .opcion label span{
        width: auto;
        height: 24px;
        float: left;
        background-color: transparent;
        position: absolute;
        left: 80px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000656;
        font-weight: 700;
        text-align: center;
    }

    .opcion label:hover,
    .opcion input[type="radio"]:checked + label{
        border: solid 3px #ff9009;
        background-color: #ff9009;
    }

    .opcion input[type="radio"]:checked + label span{
        color: #ffffff;
    }

    .opcion label:hover img::before{
        content: "";
    }

    .opcion label:hover span{
        color: #ffffff;
    }

    .contenedor-inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
    }

    .inputs{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-bottom: 20px;
    }

    .inputs input{
        width: 100%;
        height: 55px;
        background-color: transparent;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #000656;
        font-weight: 700;
        text-align: left;
        padding-left: 5px;
        appearance: none;
        outline: none;
    }

    .inputs input::placeholder{
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #838383;
        font-weight: 500;
        text-align: left;
    }

    .inputPalabraF{
    text-transform: capitalize;
    }

    .inputLetraF{
        text-transform: capitalize;
    }

    .contenedor-botones{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 150px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 110px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-botones a{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
        margin-top: 15px;
        cursor: pointer;
    }

    .contenedor-botones a img{
        width: 25px;
        height: 25px;
        float: left;
        background-color: transparent;
    }

    .contenedor-botones input[type="submit"]{
        width: 200px;
        height: 55px;
        background-color: #000656;
        float: left;
        border: solid 3px #000656;
        border-radius: 20px;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        cursor: pointer;
    }

    .contenedor-botones input[type="submit"]:hover{
        background-color: #ff9009;
        border: solid 3px #ff9009;
    }

    .contenedor-img-back{
        width: 750px;
        height: 750px;
        background-color: transparent;
        float: left;
        position: absolute;
        right: 60px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        display: none;
        visibility: hidden;
    }

    .contenedor-img-back img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-nota{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .contenedor-nota h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 700;
        text-align: left;
    }

    .contenedor-nota p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        text-align: left;
        margin-top: 2px;
        line-height: 16px;
    }

    .nota-doble{
        margin-top: 10px;
    }

    .contenedor-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
    }

    .contenedor-img-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: center;
    }

    .contenedor-img-mensaje-final img{
        width: 150px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-info-mensaje-final{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        margin-top: 40px;
    }

    .contenedor-info-mensaje-final h2{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 24px;
        color: #000000;
        font-weight: 500;
        text-align: center;
        margin-bottom: 20px;
    }

    .contenedor-info-mensaje-final h3{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 700;
        text-align: center;
    }

    .contenedor-info-mensaje-final p{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        font-family: 'Nunito', sans-serif;
        font-size: 18px;
        color: #000000;
        font-weight: 400;
        text-align: center;
        margin-top: 2px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}