@charset "utf-8";

a {
    padding: 5px;
    text-decoration: none;
    color: #000;
}

.rojo {
    padding: 5px;
    border: thin solid transparent;
}

.rojo:hover {
    padding: 5px;
    border: thin solid red;
    text-decoration: none;
    color: #333;
}

.contenedor {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.main {
    width: 100%;
    min-height: 655px;
    box-sizing: border-box;
    background-image: url(../img/inicial_bg.png);
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.preguntas_main {
    min-height: 655px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    padding-top: 10%;
}

.fondo1 {
    background-image: url(../img/presencial/fondo1.jpg);
    background-repeat: no-repeat;
}

.fondo2 {
    background-image: url(../img/presencial/fondo2.jpg);
    background-repeat: no-repeat;
}

.fondo3 {
    background-image: url(../img/presencial/fondo3.jpg);
    background-repeat: no-repeat;
}

.fondo4 {
    background-image: url(../img/presencial/fondo4.jpg);
    background-repeat: no-repeat;
}

.fondo5 {
    background-image: url(../img/presencial/fondo5.jpg);
    background-repeat: no-repeat;
}

.fondo6 {
    background-image: url(../img/presencial/fondo6.jpg);
    background-repeat: no-repeat;
}

.fondo7 {
    background-image: url(../img/presencial/fondo7.jpg);
    background-repeat: no-repeat;
}

.fondo8 {
    background-image: url(../img/presencial/fondo8.jpg);
    background-repeat: no-repeat;
}

.fondo9 {
    background-image: url(../img/presencial/fondo9.jpg);
    background-repeat: no-repeat;
}

.fondo10 {
    background-image: url(../img/presencial/fondo10.jpg);
    background-repeat: no-repeat;
}

.fondo11 {
    background-image: url(../img/presencial/fondo11.jpg);
    background-repeat: no-repeat;
}

.main img {
    width: 100%;
    height: auto;
}

.contesta {
    margin-left: 22%;
    float: none;
}

.contesta img {
    max-width: 533px !important;
}

ul {

}

li {
    list-style-image: none;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 10px;
}

.pregunta {
    height: 93px;
    width: 743px;
    background-repeat: no-repeat;
    margin-right: auto;
    margin-left: auto;
}

.pregunta1 {
    background-image: url(../img/presencial/pregunta1.svg);
}

.pregunta2 {
    background-image: url(../img/presencial/pregunta2.svg);
}

.pregunta3 {
    background-image: url(../img/presencial/pregunta3.svg);
}

.pregunta4 {
    background-image: url(../img/presencial/pregunta4.svg);
}

.pregunta5 {
    background-image: url(../img/presencial/pregunta5.svg);
}

.pregunta6 {
    background-image: url(../img/presencial/pregunta6.svg);
}

.pregunta7 {
    background-image: url(../img/presencial/pregunta7.svg);
}

.pregunta8 {
    background-image: url(../img/presencial/pregunta8.svg);
}

.pregunta9 {
    background-image: url(../img/presencial/pregunta9.svg);
}

.pregunta10 {
    background-image: url(../img/presencial/pregunta10.svg);
}

.pregunta11 {
    background-image: url(../img/presencial/pregunta11.svg);
}

.main_respuesta {
    width: 100%;
    min-height: 655px;
    box-sizing: border-box;
    background-image: url(../img/resultado_bg.jpg);
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.blanco {
    width: 80%;
    height: 80%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 15px;
}

.tit_extremo {
    height: 30px;
    width: 411px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/tit_extremo.svg);
    background-repeat: no-repeat;
}

.tit_tactico {
    height: 50px;
    width: 411px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/tit_tactico.svg);
    background-repeat: no-repeat;
}


.tit_relax {
    height: 30px;
    width: 411px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/tit_relax.svg);
    background-repeat: no-repeat;
}


.continua {
    margin-left: 37%;
    float: none;
}

.continua img {
    max-width: 223px !important;
}

.texto {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.texto_azul {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #0066FF;
    font-weight: bolder;
    text-align: center;
}

.main_recomendaciones {
    width: 100%;
    min-height: 655px;
    box-sizing: border-box;
    background-image: url(../img/fondorecomendaciones.jpg);
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
}

.tit_recomendaciones {
    height: 30px;
    width: 420px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/tit_recomendaciones.svg);
    background-repeat: no-repeat;
}

.encuenta {
    margin-left: 5%;
    float: none;
}

.encuenta img {
    max-width: 653px !important;
}


.ImagenEncuenta {
    content:url(../img/btn_encuenta_01.svg);
}

.ImagenEncuenta:hover {
    content:url(../img/btn_encuenta_02.svg);
}

.main_final {
    width: 100%;
    min-height: 2079px;
    box-sizing: border-box;
    background-image: url(../img/final.svg);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.perfiles{
	width: 100%;
	min-height: 655px;
	box-sizing: border-box;
	display: block;
	text-align: center!important;
	padding-top:10%;
	background-image: url(../img/perfiles_bg.png);
	background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 500px) {
    .main {
        background-image: url(../img/inicial_bg_cel.png);
        background-repeat: no-repeat;
    }
    .blanco {
	width: 100%;
}

    .fondo1 {
        background-image: url(../img/presencial/fondo1_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo2 {
        background-image: url(../img/presencial/fondo2_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo3 {
        background-image: url(../img/presencial/fondo3_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo4 {
        background-image: url(../img/presencial/fondo4_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo5 {
        background-image: url(../img/presencial/fondo5_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo6 {
        background-image: url(../img/presencial/fondo6_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo7 {
        background-image: url(../img/presencial/fondo7_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo8 {
        background-image: url(../img/presencial/fondo8_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo9 {
        background-image: url(../img/presencial/fondo9_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo10 {
        background-image: url(../img/presencial/fondo10_cel.jpg);
        background-repeat: no-repeat;
    }

    .fondo11 {
        background-image: url(../img/presencial/fondo11_cel.jpg);
        background-repeat: no-repeat;
    }

    .main_respuesta {
        background-image: url(../img/resultado_bg_cel.png);
        background-color: #FFF;
    }

    .contesta {
        margin-left: 5%;
    }

    .continua {
        margin-left: 20%;
    }

    .contesta img {
        max-width: 350px !important;
    }

    .pregunta1 {
        background-image: url(../img/presencial/pregunta1_cel.svg);
    }

    .pregunta2 {
        background-image: url(../img/presencial/pregunta2_cel.svg);
    }

    .pregunta3 {
        background-image: url(../img/presencial/pregunta3_cel.svg);
    }

    .pregunta4 {
        background-image: url(../img/presencial/pregunta4_cel.svg);
    }

    .pregunta5 {
        background-image: url(../img/presencial/pregunta5_cel.svg);
    }

    .pregunta6 {
        background-image: url(../img/presencial/pregunta6_cel.svg);
    }

    .pregunta7 {
        background-image: url(../img/presencial/pregunta7_cel.svg);
    }

    .pregunta8 {
        background-image: url(../img/presencial/pregunta8_cel.svg);
    }

    .pregunta9 {
        background-image: url(../img/presencial/pregunta9_cel.svg);
    }

    .pregunta10 {
        background-image: url(../img/presencial/pregunta10_cel.svg);
    }

    .pregunta11 {
        background-image: url(../img/presencial/pregunta11_cel.svg);
    }

    .tit_extremo {
        height: 60px;
        width: 166px;
        background-image: url(../img/tit_extremo_cel.svg);
        background-repeat: no-repeat;
    }

    .tit_tactico {
        height: 60px;
        width: 166px;
        background-image: url(../img/tit_tactico_cel.svg);
        background-repeat: no-repeat;
    }

    .tit_relax {
        height: 60px;
        width: 166px;
        background-image: url(../img/tit_relax_cel.svg);
        background-repeat: no-repeat;
    }

    .main_recomendaciones {
        background-image: url(../img/fondorecomendaciones_cel.jpg);

    }

    .tit_recomendaciones {
        width: 324px;
        background-image: url(../img/tit_recomendaciones_cel.svg);
    }

    .encuenta {
        margin-left: 0%;

    }

    .encuenta img {
        max-width: 380px !important;
    }

    .ImagenEncuenta {
        content:url(../img/btn_encuenta_01_cel.svg);
    }

    .ImagenEncuenta:hover {
        content:url(../img/btn_encuenta_02_cel.svg);
    }

    .main_final {
        width: 100%;
        min-height: 2970px;
        background-image: url(../img/final_cel.svg);
        background-repeat: no-repeat;
    }
    .perfiles{
	background-image: url(../img/perfiles_bg_movil.png);
	background-repeat: no-repeat;
	}
}
#btnperfil{
	display: grid;
	left: auto;
	right: auto;
	text-align: center!important;
	width: 100%;
}
