@charset "utf-8";
/* Importando CSS */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************************************************************************************
Colores y Fuentes
*************************************************************************************/
html{
	margin: 0;
	padding: 0;	
}
body{
	margin: 0;
	padding: 20px;
    padding-bottom: 0px;
	background-image: url("../IMG/backgrownd.png");
	text-align: center;
	font: 1.4em/150% 'Raleway', sans-serif;
	margin: 0px;
	background-size: cover;
	background-position: right top;
}
body a,.grid_1,plan_1,plan_1.one,plan_1.two,i.icon1, i.icon2, i.icon3, i.icon4, i.icon5, i.icon6 {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img{
    max-width: 100%;
}
a:hover{
    text-decoration:none;
    cursor: pointer;
}
ul{
	margin:0;
	padding:0;
}

.botton_n{
    background: linear-gradient(45deg, #fc4a1a, #f7b733);
    box-shadow: -2px 5px 6px rgba(255, 255, 255, 0.5) inset, 2px -5px 6px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(202, 80, 0, 1);
    color: #fff;
    border: 1px solid #b05e13;
    border-radius: 35px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    line-height: 1em;
    transition:0s all;
}
.botton_n:hover{
    background: linear-gradient(45deg, #f7b733, #fc4a1a);
    box-shadow: 2px -5px 6px rgba(255, 255, 255, 0.5) inset, -2px 5px 6px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(202, 80, 0, 1);
    color: #fff;
    border: 1px solid #b05e13;
}


/*--header--*/
.header {
    padding: 2em 0 0;
    width: 100%;
    max-width: 1024px;
    padding: 20px;
    color: #FFF;
}
.navbar-header, .social{
    visibility: visible !important;
}
.navbar-default {
	background-image: url("../IMG/backheader.png");
	background-size: 100%;
	background-repeat: repeat-y;
    max-width: 1024px;
    padding: 0.8em 0;
    margin: auto;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 1.2em;
}
.navbar-nav {
    margin-left: 2em;
    margin-top: 1em;
}
a.navbar-brand {
    font-size: 50px;
	color:#fff ! important;
}
.navbar > .container .navbar-brand img{
	max-width: 150px;
	display: inline-block;
	margin: 0px;
	margin-top: -20px;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0 ! important;
}
.navbar {
    min-height: 0 ! important;
    margin-bottom: 0 ! important;
}
.navbar-default .navbar-nav > li > a {
    color: #e5ca3c;
    font-size: 1.2em;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #e5783c;
    background-color: transparent;
}

/* Social icon */
.social {
    float: left;
    padding: 1em 0 0 1em;
}
.social ul {
    padding: 0;
    margin: 0;
}
.social ul li {
    display: inline-block;
    margin: 0 3px;
}
.social ul li a.facebook {
    background: url(../images/social.png) no-repeat 0px 0px;
    width: 32px;
    height: 32px;
    display: block;
}
.social ul li a.twitter {
    background: url(../images/social.png) no-repeat -34px 0px;
}
.social ul li a.chrome {
    background: url(../images/social.png) no-repeat -68px 0px;
}
.social ul li a.in {
    background: url(../images/social.png) no-repeat -102px 0px;
}
.social ul li a.facebook:hover {
    opacity: 0.6;
}    

.contenedor{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    max-width: 1024px;
    margin: auto;
    padding-top: 5.2em;
    margin-bottom: 0;
}

/*--banner--*/
.banner {
    background-image: url("../IMG/back_banner.png");
    background-size: 100% 100%;
    padding: 1.5em;
    width: 100%;
}
.banner h4{
    background: #ca5013;
    padding: 0.7em 1.2em;
    color: #fff;
    border-radius: 40px 0 40px 0;
}
.flexer{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 1em;
}
.flexer div{
    -webkit-flex: auto;
    flex: auto;
    width: 50%;
    padding: 1em;
    text-align: left;
}
.flexer div h2{
    color: #181818;
    font-size: 1.5em;
    text-align: left;
    font-weight: 600;
}
.flexer div h2 strong{
    color: #ca5013;
    font-size:1.2em;
    font-weight: 800;
}
.flexer div h3{
    color: #e5ca3c;
    font-size: 1.5em;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 35px 10px 10px;
    display: inline-block;
    margin: 0px;
    background: url("../IMG/BRUSH.png");
    background-size: 100% 100%;
}
.flexer div p{
    color: #181818;
    font-size: 1.2em;
    font-weight: 400;
}
.flexer .vidcon{
    width: 28%;
}

/*--recibir--*/
.recibir{
    background: #fff;
    padding: 2em;
    width: 100%;
    text-align: center;
}
.recibir .titimg{
    width: 90%;
    max-width: 600px;
    margin-bottom: 1.5em;
}
.recibir .lefty{
    text-align: left;
    display: flex;
    align-items: le;
    margin: 1em 0;
}
.recibir .righther{
    text-align: right;
    display: flex;
    align-items: center;
    margin: 1em 0;
}
.recibir .lefty img, .recibir .righther img{
    width: 70px;
    height: 70px;
    display: inline-block;
}
.recibir .lefty img{
    margin-right: 1em;
}
.recibir .righther img{
    margin-left: 1em;
}
.recibir p{
    color: #181818;
    font-size: 1.3em;
    font-weight: 500;
    width: 60%;
    display: inline-block;
    padding: 5px;
}
.recibir .lefty p{
    text-align: justify left;
}
.recibir .righther p{
    text-align: justify right;
}
.recibir .blank{
    width: 30%;
    text-align: justify;
    display: inline-block;
}

/*--resultados--*/
.resulta {
    background-image: url("../IMG/back_result.png");
    background-size: 100% 100%;
    padding: 2em;
    width: 100%;
}

.resulta:before {
    content: "";
    display: block;
    background: url("../IMG/icon_RES.png") no-repeat;
    background-size: 100% 100%;
    width: 80px;
    height: 80px;
    float: right;
    margin: 0;
    position: relative;
    right: 20px;
}
.resulta h2{
    color: #ffffff;
    font-size: 1.6em;
    text-align: left;
    font-weight: 600;
    margin-top: 0px;
}
.resulta h2 strong{
    font-size:1.3em;
    font-weight: 800;
    color: #ca5013;
}
.resulta h2 strong i{
    color: #ffffff;
    font-style: normal;
    font-size: 1em;
    padding: 0;
    background:none;
}
.resulta h2 i{
    color: #2f2f2f;
    font-style: normal;
    font-size: 1.3em;
    text-align: left;
    font-weight: 800;
    line-height: 1em;
    padding: 10px 40px 10px 10px;
    display: inline-block;
    margin: 0px;
    background: url("../IMG/BRUSH2.png");
    background-size: 100% 100%;
}
.resulta h2 i strong{
    color: #ca5013;
    font-size: 1em;
}
.resulta .sect div{
    border: 3px solid #ca5013;
    width: 100%;
    border-radius: 10px;
    margin: 10px auto;
    min-height: 380px;
}
.resulta .sect h2{
    font-size: 1.8rem;
}
.resulta .sect p{
    font-size: 1.5rem;
}
.resulta .sect p, .resulta .sect h1, .resulta .sect h2, .resulta .sect h3{
    color: #fff;    
}
.cuestionario{
    background: #fff;
    padding: 2em;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}
.cuestionario h2{
    color: #181818;
    font-size: 1.2em;
    text-align: left;
    font-weight: 400;
    text-align: center;
}
.cuestionario h2 strong{
    color: #ca5013;
    font-size:1.2em;
    font-weight: 800;
}
.cuestionario h3{
    color: #e5ca3c;
    font-size: 1.5em;
    text-align: left;
    font-weight: 600;
    line-height: 1em;
    padding: 10px 45px 10px 10px;
    display: inline-block;
    margin: 0px 0px 10px 0px;
    background: url("../IMG/BRUSH.png");
    background-size: 100% 100%;
}
.cuestionario h4{
    background: #ca5013;
    padding: 0.7em 1.2em;
    color: #fff;
    border-radius: 40px 0 40px 0;
}
.cuestionario .flexer div p{
    padding: 15px;
    font-size: 1.4rem;
    border: 3px solid #e5c42e;
    max-width: 300px;
    font-weight: 500;
    margin: auto;
    box-shadow: -10px 10px 10px -5px rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: -10px 10px 10px -5px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: -10px 10px 10px -5px rgba(0,0,0,0.5) inset;
}
.cuestionario .flexer div:first-child p{
    padding: 20px 10px;
    line-height: 2em;

}
.cuestionario .flexer div p strong{
    font-weight: 800;
}
.cuestionario form{
    margin: 30px 10px 10px 10px;
    border: 1px solid black;
    padding: 20px;
    box-shadow: 0px 0px 2em rgba(0,0,0,0.5) inset;
    -webkit-box-shadow: 0px 0px 2em rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0px 0px 2em rgba(0,0,0,0.5) inset;
}
.cuestionario ol{
    list-style: none;
    counter-reset: my-awesome-counter;
    text-align: left;
    padding: 5px;
    font-weight: bold;
}
.cuestionario li{
    counter-increment: my-awesome-counter;
    margin: 0.3rem;
}
.cuestionario li::before{
    content: counter(my-awesome-counter)".";
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 2rem;
    color: #ca5013;
    text-align: center;
    margin-right: 1rem;
}
/* CONTENEDOR RESPUESTA */
.cuestionario li label {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 1.6rem;
    margin: 1em 1em 1em 2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Ocultar la casilla de verificación predeterminada del navegador */
.cuestionario li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Crear una casilla de verificación personalizada */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border:1px solid #999;
}
/* Al pasar el mouse, agregue un color de fondo gris */
.cuestionario li label:hover input ~ .checkmark {
    background-color: #ccc;
}
/* Cuando la casilla de verificación está marcada, agrega un fondo azul */
.cuestionario li label input:checked ~ .checkmark {
    background-color: #ca5013;
    border:none;
}
/* Crea la marca de verificación/indicador (oculto cuando no está marcado) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Mostrar la marca de verificación cuando está marcada */
.cuestionario li label input:checked ~ .checkmark:after {
    display: block;
}
/* Aplica estilo a la marca de verificación/indicador */
.cuestionario li label .checkmark:after {
    left: 7px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cuestionario li textarea{
    display: block;
    max-width: 100%;
    width: 90%;
    margin: 10px auto;
    padding: 15px 5px;
    resize: none;
    margin: 0.5em auto;
}
.botton_s{
    background: linear-gradient(45deg, #fc4a1a, #f7b733);
    box-shadow: -2px 5px 6px rgba(255, 255, 255, 0.5) inset, 2px -5px 6px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(202, 80, 0, 1);
    color: #fff;
    border: 1px solid #b05e13;
    border-radius: 25px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 0.5em 2em;
    text-transform: uppercase;
}
.botton_s:hover{
    background: linear-gradient(45deg, #f7b733, #fc4a1a);
    box-shadow: 2px -5px 6px rgba(255, 255, 255, 0.5) inset, -2px 5px 6px rgba(0, 0, 0, 0.5) inset, 0 0 10px rgba(202, 80, 0, 1);
    color: #fff;
    border: 1px solid #b05e13;
}

.metodologias{
    background: #fff;
    padding: 2em;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}
.metodologias div img{
    max-width: 180px;
    margin: 0px;
}
.metodologias .lmeto{
    width: 90%;
    max-width: 600px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.metodologias ul {
  list-style-image: url('../IMG/bullet.png');
  font-weight: 500;
}
.metodologias .flexer{
    vertical-align: middle;
    align-items: center;
}


/*--recibir--*/
.aviso{
    background: #fff;
    padding: 2em;
    width: 100%;
    text-align: justify;
    color: #3a3a3a;
}
.aviso h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.2em;
    text-transform: none;
    font-weight: 800;
    font-size: 30px;
    text-align: justify;
    color: #3a3a3a;
}
.aviso p {
    font-size: 1.6rem;
    margin-bottom: 1.5em;
    display: block;
    font-weight: 500;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.aviso ul {
    font-size: 1.6rem;
    list-style: disc;
    margin: 0 0 1.5em 3em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-weight: 500;
}
.aviso li {
    font-weight: 500;
    display: list-item;
    text-align: -webkit-match-parent;
}

footer{
    background: url("../IMG/back_footer.png");
    padding: 1.5em;
    text-align: right;
    align-items: right;
    color: #fff;
    font-weight: 500;
}
footer a{
    color: #e5ca3c;
    font-weight: 500;
}
footer a:hover{
    color: #c67a0c;
}
footer img{
    max-width: 90%;
    width: 100px;
    display: inline-block;
    text-align: middle;
    vertical-align: middle;
}
footer div{
    max-width: 90%;
    width: 700px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
@media only screen and (max-width:900px) {
    a.navbar-brand {
        font-size: 40px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }
    .nav > li > a {
        padding:  10px 8px;
    }
    .navbar-nav {
        margin-left: 0em;
    }
    .social ul li {
        margin: 0 0px;
    }
    .social {
        padding: 0.4em 0 0;
    }
    .flexer{
        flex-wrap: wrap;
    }
    .flexer .sect{
        flex: 50%;
        text-align: center;
    }

}
@media only screen and (max-width:500px) {
    .logo h1 {
        font-size: 3em;
    }
    .social {
        float: none;
        padding: 1.2em 0 0;
    }
    .navbar-default {
        padding: 0.4em 0;
    }
    .flexer{
        display: block;
        -webkit-flex-direction: none;
        margin-bottom: 0.5em;
    }
    .flexer div{
        flex: auto;
        width: 100%;
        padding: 1em;
        text-align: left;
    }
    .flexer .vidcon{
        width: 100%;
    }

    .recibir .lefty{
        text-align: center;
        display: block;
        align-items: center;
    }
    .recibir .righther{
        text-align: center;
        display: block;
        align-items: center;
    }
    .recibir .lefty img, .recibir .righther img{
        width: 90%;
        max-width: 100px;
        display: block;
        margin: auto;
    }
    .recibir p{
        font-size: 1.2em;
        line-height: 1.1em;
        font-weight: 500;
        width: 90%;
        text-align: justify;
        display: block;
        margin: auto;
    }
    .recibir .blank{
        width: 0%;
        display: none;
    }
}