#experts{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background-image: url('../imagenes/expertos.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	flex-direction: column;
	margin: 75px 0 0 0;
	height: 585px;
}

#experts > p{
	text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    margin: 0;
    font-style: normal;
    color: #fff;
    padding-left: 6%;
    margin-top: 15px;
}

#experts > h1{
	text-align: left;
	font-weight: 700;
	font-size: 3.2em;
	margin: 20px 0;
	color: #fff;
	padding-left: 6%;
}

#experts > a,
#experts > span{
	text-align: center;
	transition: all 0.2s ease;
	background: none;
	border: 3px solid #fff;
	border-radius: 5px;
	padding: 10px 25px;
	margin: 25px 0;
	font-weight: 700;
	font-size: 1.2em;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	margin-left: 6%;
}

#experts > a:hover,
#experts > span:hover{
	background: #fff;
	color: #333;
}

#experts > div{
	width: 60%;
	margin: -70px 0 15px 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#experts > div > img{
	width: 24%;
}

#pasos{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin: 85px 0 0px 0;
}

#pasos > h2{
	color: orange;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.7px;
	text-align: center;
	margin: 0 0 25px 0;
}

#pasos > p{
	text-align: center;
	color: #333;
	font-size: 1.2em;
	margin:0px 0 40px 0;
	font-weight: 700;
	width: 80%;
}

#pasos > p:nth-of-type(2){
	margin:  0 0 45px 0
}

#pasos > p > span{
	color: orange
}

#pasos > div{
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 5px 0;
}

#pasos > div > div{
	width: 23%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#pasos > div > div > div{
	width: 95%;
	height: 15vh;
	background: #eaeaea;
	padding: 10px 3% 25px 7%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 3px 3px 1px 0 rgba(20, 23, 28, .1);
}
#pasos > div > div > div > span{
	font-size: 5.5em;
	margin: 0 10px 0 0 ;
	font-weight: 700;
}
#pasos > div > div > div > p{
	font-size: 1.5em;
	margin: 12px 0 0 0;
	font-weight: 700;
	line-height: 1.2;
	width: 65%
}

#pasos > div > div > p{
	width: 100%;
    font-size: .95em;
    color: #333;
    font-weight: 700;
    margin: 45px 0 20px 0;
    text-align: center;
}
#pasos > div > div:first-of-type > div > span,
#pasos > div > div:nth-of-type(3) > div > span,
#pasos > div > div:first-of-type > p,
#pasos > div > div:nth-of-type(3) > p{
	color: orange;
}
#pasos > div > div:nth-of-type(2) > div > p,
#pasos > div > div:nth-of-type(4) > div > p{
	color: orange;
}

#pasos > div > div:nth-of-type(2) > div > p{
	width: 75%
}

#pasos > aside{
	width: 65%;
	padding: 50px 7.5% 0 7.5%;
	background: #fff;
	margin: 40px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: #333;
	border-top: 1px solid #eaeaea;
}

#pasos > aside > h3{
	font-weight: 700;
	margin: 20px 0;
	text-align: center;
	font-size: 1.4em;
	color: orange;
}

#pasos > aside > p{
	font-size: .95em;
	text-align: center;
	margin: 10px 0 35px 0;
	font-weight: 700;
}

#pasos > aside > span{
	transition: all 0.2s ease;
	padding: 10px 35px;
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	border-radius: 10px;
	border: 3px solid orange;
	color: orange;
}

#pasos > aside > span:hover{
	background: orange;
	color: #fff;
}


#temas-titulo> h3,
#inf-modal > div > div > h5{
	font-size: 1.4em;
	color: orange;
	font-weight: 700;
	letter-spacing: 0.7px;
	margin:0 0 25px 0;
	text-align: center;
	width: 80%;
}

#temas-titulo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	background: #eaeaea;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#temas-titulo> span{
	background: #fff;
    width: 110%;
    height: 430px;
    top: -305px;
    position: absolute;
    border-radius: 0 0 150% 150%;
}

#temas-titulo> h3{
	margin: 170px 0 25px 0;
}

#temas-titulo> p{
	font-size: 1.2em;
	text-align: center;
	color: #333;
	margin: 0px 0 25px 0;
	font-weight: 700;
}

#temas-titulo> aside{
	width: 100%;
	display: flex;
    justify-content: flex-end;
    align-items: center;
	margin: 0 0 20px 0;
}

#temas-titulo> aside > select{
    outline: none;
    width: 30%;
    padding: 10px 1%;
    border: 2px solid orange;
    border-radius: 10px;
    transition: all 0.2s ease;
    margin: 0;
    text-align: left;
    font-size: .95em;
    color: orange;
    font-weight: 700;
    margin-right: 5%;
    background: none;
}

#temas-titulo> aside > select:focus{
	border: 2px solid #E59502;
}

#temas-titulo> div{
	width: 90%;
    display: grid;
    grid-gap: 15px 2%;
    grid-template-columns: 18% 18% 18% 18% 18%;
    margin: 0;
    transition: all 0.2s ease;
}

#temas-titulo> div > div{
	cursor: pointer;
    transition: all 0.2s ease;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#temas-titulo> div > div:hover{
	transform: scale(1.1);
}

#temas-titulo> div > div > object{
	margin: 0 25%;
    background: none;
    width: 50%;
    border: none;
    cursor: pointer;
}

#temas-titulo> div > div > iframe{
	margin: 0 25%;
    background: none;
    width: 50%;
    border: none;
    cursor: pointer;
}

#temas-titulo> div > div > p{
	color: #333;
	font-size: 0.95em;
	text-align: center;
	width: 95%;
	font-weight: 700;
	margin: 10px auto;
}

#temas-titulo> div > div > img{
	width: 50%;
	margin: 0px 25%;
}

#filtro{
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-around;
	background: #eaeaea;
	padding: 0px 0 85px 0;

}
#filtro > div{
	width: 23%;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-radius: 20px;
	margin-top: 2%;
    height: fit-content;
}
#filtro > div:first-of-type{
	width: 30%;
	overflow: scroll;
	height: 560px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#temas{
	border: 2px solid orange;
}
#temas > p{
	color: orange;
	border: 2px solid orange;
	border-radius: 10px;
	margin: 10px 8%;
	cursor: pointer;
	background: white;
	font-size: 1.4em;
	font-weight: 700;
}
#subtemas{
	border: 2px solid #160086;
	font-size: 1.3rem;
}
#subtemas > span{
	color: #160086;
	border: 2px solid #160086;
	border-radius: 10px;
	text-align: center;
	margin: 3%;
	cursor: pointer;
	background: white;
}
#filtro > aside{
	width: 40%;
    display: grid;
    grid-gap: 15px 2%;
    grid-template-columns: 23% 23% 23% 23%;
    margin: 2% 0 0 0;
    transition: all 0.2s ease;
    grid-auto-rows: max-content;
}
#filtro > aside > div{
	cursor: pointer;
    transition: all 0.2s ease;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
#filtro > aside > div > object{
	margin: 0 25%;
    background: none;
    width: 70%;
    border: none;
    cursor: pointer;
    height: 13vh;
}
#filtro > aside > div > iframe{
	margin: 0 25%;
    background: none;
    width: 70%;
    border: none;
    cursor: pointer;
    height: 13vh;
}
#filtro > aside > div > img{
	margin: 0 25%;
    background: none;
    width: 70%;
    border: none;
    cursor: pointer;
}
#filtro > aside > div > p{
	color: #333;
    font-size: 0.85em;
    text-align: center;
    width: 95%;
    font-weight: 700;
    margin: 10px auto;
    word-break: break-word;
}
#temas > .seleccionado,
#temas > p:hover{
	background: orange;
	color: white;
}
#subtemas > .seleccionados,
#subtemas > span:hover{
	background: #160086;
	color: white;
}
#filtro > #filtro-movil{
	display: none;
}
select:focus{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#formulario{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	width: 100%;
	background: #eee;
	padding: 10px 0 20px 0;
}

#formulario >  h6{
	letter-spacing: 1px;
    color: orange;
    font-weight: 700;
    text-align: center;
    margin:35px 0 25px 0;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0px;
    width: 100%;
}
#formulario >  p{
    font-size: 1.2em;
    color: #333;
    text-align: center;
    margin: 0;
    font-weight: 700;
}

/*form ZOHO*/
#formulario >  form{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 35px 2.5%;
    
}

#formulario >  form > div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#formulario > form > div > .select-2{
	width: 30%;
}

#formulario >  form > div > input,
#formulario >  form > div > div > input{
    margin-top: 15px;
    width: 95%;
    padding: 10px 2.5% 10px 2.5%;
    border: 0px;
    border-bottom: 2px solid #747475;
    font-size: 17px;
    text-align: left;
    transition: all 0.2s ease;
    z-index: 35;
    background: none;
    outline: none;
}

#formulario >  form > div > input:focus,
#formulario >  form > div > div > input:focus{
    border: 0px;
    border-bottom: 2px solid #1668C4;
}

#formulario >  form > div > label,
#formulario >  form > div > div > label{
    font-size: 0.95em;
    width: 90%;
    position: relative;
    top: -35px;
    padding: 0 10px;
    transition: all 0.3s;
    color: #333;
    cursor: text;
}

#formulario >  form > div > input:focus + label,
#formulario >  form > div > div > input:focus + label,
#formulario >  form > div > .eleva,
#formulario >  form > div > div > .eleva{
    top: -70px;
    color: #777;
}

#formulario >  form > div > label > span,
#formulario >  form > div > div > label > span{
    color: #eb0029;
}

#formulario >  form > .tres-elementos,
#formulario >  form > .dos-elementos{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-direction: row;
}

#formulario >  form > .tres-elementos > div{
	width: 26%;
}

#formulario >  form > .dos-elementos > div{
	width: 35%;
}

#formulario >  form > #checkbox{
    width: 93%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 10px 0;
}

#formulario >  form > #checkbox > label{
    width: 100%;
    font-size: .6em;
    color: #111;
    top: 0px;
    padding: 0;
}

#formulario >  form > #checkbox > label > a{
    text-decoration: none;
    color: #001689;
    transition: all 0.2s ease;
}

#formulario >  form > #checkbox > label > a:hover{
    color: #1F3DD9;
}

#formulario >  form > #checkbox > label > span{
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('../imagenes/logos/checkbox-uncheck.webp');
    background-size: cover;
    cursor: pointer;
}
#formulario > form > span{
	width: 93%;
    font-size: 0.6em;
    justify-content: flex-start;
    align-items: center;
    color: #eb0029;
}

#formulario >  form > #checkbox > input[type="checkbox"]{
    display: none;
}

#formulario >  form > #checkbox > input[type="checkbox"]:checked + label > span{
    background: url(../imagenes/logos/checkbox-check.webp);
    background-size: cover;
}

#formulario >  form > #formsubmit{
    width: 50%;
    padding: 10px 0;
    font-size: 1.1em;
    letter-spacing: .5px;
    color: #fff;
    border: 1px solid rgba(0,0,0,0);
    background: orange;
    border-radius: 5px;
    transition: all 0.2s ease;
    cursor: pointer;
    margin-top: 20px;
}

#formulario >  form > #formsubmit:hover{
    background: #fff;
    color: orange;
    border: 1px solid orange;
}

#formulario >  form > div > .select-2{
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 15px 0;
}

#formulario >  form > div > .select-2 > label {
    top: 0;
    margin: -20px 0 3px 0;
}

#formulario >  form > div > .select-2 > select{
	width: 100%;
    transition: all 0.2s ease;
    outline: none;
    padding: 7px 5px;
    margin: 0px;
    margin-bottom: 10px;
    background: none;
    border: 1px solid #747475;
    font-size: 0.95em;
}

#formulario >  form > div > .select-2 > select:focus{
	border: 1px solid #001689
}

#inf-modal{
	z-index: 1100;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	transition: all 0.2s ease;
}

#inf-modal > div{
	width: 70%;
	padding: 35px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	background: #fff;
}

#inf-modal > div > i{
	position: absolute;
	right: 7.5px;
	top: 15px;
	line-height: 0;
	font-size: 2em;
	padding: 0;
	color: #333;
	font-weight: 700;
	transition: all 0.2s ease;
	cursor: pointer;
	font-style: normal;
}

#inf-modal > div > i:hover{
	color: orange;
}

#inf-modal > div > div{
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}

#inf-modal > div > div > h5{
	text-align: left;
	margin: 0 0 25px 0;
}

#inf-modal > div > div > p{
	color: #333;
	font-size: 1.2em;
	text-align: justify;
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: 700;
}

#inf-modal > div > div > div{
	width: 100%;
	display: flex;
	flex-direction: column;
}
 
#inf-modal > div > div > div > h3{
	border-bottom: 2px solid #eb0029;
	width: 100%;
	text-align: left;
	margin: 10px 0px;
	font-weight: 600;
	line-height: 1.5;
	font-size: 30px;
	color: #001689;
	padding: 10px 0px
}

#inf-modal > div > div > div > section,
#preguntas > div > div > section{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding:4px 0px;
	margin: 0px;
}
#inf-modal > div > div > div > section > h5,
#preguntas > div > div > section > h5{
	width: 95%;
	background: #eee;
	padding: 10px 2.5%;
	font-size: .95em;
    font-weight: 700;
    color: #001689;
    cursor: pointer;
    margin: 0px
}
#inf-modal > div > div > div > section > h5 > i,
#preguntas > div > div > section > h5 > i{
	font-size: 10px;
	margin: 0px;
	margin-right: 5px;
	color: #eb0029;
}
#inf-modal > div > div > div > section > ul,
#preguntas > div > div > section > ul{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 90%;
	padding: 5px 5%;
	margin: 0px;
	transition: all .2s ease-in-out;
}
#inf-modal > div > div > div > section > ul >li,
#inf-modal > div > div > div > section > ul > ul> li{
	line-height: 1.5;
	color: #444;
	font-size: .95em;
}
#inf-modal > div > div > div > section > ul > p,
#preguntas > div > div > section > ul > p{
	line-height: 1.5;
    color: #444;
    font-size: 14px;
    margin: 10px 0px 10px -20px;
    width: 100%;
    text-align: justify;
    align-self: flex-start;
}
#inf-modal > div > div > div > section > ul > ul{
	position: relative; 
	left: 1%
}

#inf-modal > div > div > div > section > .oculta-temas,
#preguntas > div > div > section > .oculta-temas2{
	display: none;
}

#inf-modal > div > aside{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#inf-modal > div > aside > h6{
	color: #111;
	font-weight: 400;
	font-size: 1.35em;
	letter-spacing: 0.5px;
	margin: 15px 0;
	text-align: center;
}

#inf-modal > div > aside > span{
	transition: all 0.2s ease;
    padding: 7px 15px;
    font-size: 1.05em;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid orange;
	align-self: center;
	margin: 0;
	background: orange;
	color: #fff;
}

#inf-modal > div > aside > span:hover{
	background: #fff;
    color: orange;
}

#preguntas{
	width: 90%;
	padding: 35px 5% 0px 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 0 0;
}

#preguntas > h3{
	color: orange;
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 0.7px;
	margin: 0px 0 25px 0;
	text-align: center;
}

#preguntas > p{
	color: #333;
	font-size: 1.2em;
	margin:0;
	text-align: center;
	width: 70%; 
	font-weight: 700;
}

#preguntas > div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 35px 0;
}

#preguntas > div > img{
	width: 50%;
}

#preguntas > div > div{
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#preguntas > div > div > section{
	margin-bottom: 10px;
}

#preguntas > div > div > section > h5{
	background: #fff;
	color: #001689;
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .95em
}

#preguntas > div > div > section > h5 > .icon-plus{
	color: #001689;
}

#preguntas > div > div > section > h5 > .icon-cross{
	color: #333;
}

#preguntas > div > div > section > ul{
	background: #fff;
	border-top: 1px solid #001689;
}

#preguntas > div > div > section > ul > p{
	margin: 10px 0;
	align-self: center;
	font-size: .95em
}

#precios{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 35px 0 ;
}

#precios > h4{
	color: orange;
	font-weight: 700;
	text-align: center;
	margin: 0 0 25px 0;
	font-size: 1.4em;
	letter-spacing: 0.7px;
}

#precios > p{
	font-size: 1.2em;
	color: #333;
	text-align: center;
	margin: 0px 0 15px 0;
	font-weight: 700;
}

#precios > div{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

#precios > div > div{
	width: 27%;
	border: 1px solid #001689;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 395px;
	color: #333;
	margin: 20px 0;
	position: relative;
	box-shadow: 0 0 2.5px 2.5px rgba(20, 23, 28, .1), 
    			0 5px 2.5px 0 rgba(20, 23, 28, .1);
   border-radius: 10px;
}

#precios > div > div:nth-of-type(2){
	background: #001689;
	color: #fff;
}

#precios > div > div > h6{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.15em;
	font-weight: 700;
	background: #001689;
	padding: 10px 0;
	margin: 0;
	margin-bottom: 15px;
	color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#precios > div > div:nth-of-type(2) > h6{
	background: #fefefe;
	color: #001689;
}

#precios > div > div > h6 > span{
	margin-right: 5px;
    font-size: 1.25em;
}

#precios > div > div > h5{
	font-size: 1.15em;
	text-align: center;
	margin: 5px 0;
	font-weight: 700;
}

#precios > div > div > i{
	font-style: normal;
	font-size: .85em;
	text-align: center;
	font-weight: 400;
	margin: 0;
}

#precios > div > div > p{
	font-size: .95em;
	text-align: center;
	margin: 10px 0 5px 0;
	width: 90%;
}

#precios > div > div > p:nth-of-type(2){
	margin: 3px 0 10px 0;
}

#precios > div > div > p > span{
	font-weight: 700;
	font-size: 1em;
}

#precios > div > div > p > i{
	font-size: .75em;
}

#precios > div > div > .alta{
	width: 90%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	color: orange;
}

#precios > div > div > .alta > i{
	font-size: 2em;
	margin: 5px 0;
	text-align: center;
}

#precios > div > div > .alta > p{
	font-weight: 700;
	text-align: center;
	width: 100%;
	font-size: .95em;
	margin: 0;
}

#precios > div > div > span{
	font-size: 1.05em;
	padding: 10px 40px;
	margin:  0;
	text-align: center;
	font-weight: 400;
	transition: all 0.2s ease;
	cursor: pointer;
	border: 1px solid #001689;
	border-radius: 1px;
	color: #fff;
	background: #001689;
	letter-spacing: 0.7px;
	position: absolute;
	bottom: 35px;
}

#precios > div > div > span:hover{
	background: #fff;
	color: #001689
}

#precios > div > div:nth-of-type(2) > span{
	background: #fff;
	color: #001689;
	border: 1px solid #fff;
}

#precios > div > div:nth-of-type(2) > span:hover{
	background:  #001689;
	color: #fff;
}

#precios > span{
	color: #001689;
	font-size: 1.15em;
	margin: 15px 0 0 0;
	font-weight: 400;
	text-align: center;
}
#pasos > #acordeon-movil{
	display: none;
}
@media screen and (max-width: 750px){
	#content-charge{
		z-index: 20000;
	}

	#experts{
		height: 320px;
		align-items: center;
		background-image: url(../imagenes/expertos-movil.webp);
	}

	#experts > h1{
	    width: 95%;
    	font-size: 1.5em;
    	text-align: center;
	}

	#experts > p{
		margin-top: 0;
	}

	#experts > span{
	    margin: 15px 0;
    	font-size: 1.25em;
	}
	#experts > div{
	    margin: 10px 0;
    	width: 95%;
	}
	#experts > div > img{
		width: 30%
	}
	#experts > div > img:nth-of-type(4){
		display: none;
	}
	#pasos > #circulo-escritorio{
		display: none;
	}
	#pasos > #acordeon-movil{
		display: flex;
		width: 95%;
		flex-direction: column;
	}
	#pasos > #acordeon-movil > section{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding:4px 0px;
		margin: 0px;
	}
	#pasos > #acordeon-movil > section > h5{
		width: 95%;
		background: #eee;
		padding: 10px 2.5%;
		font-size: .95em;
	    font-weight: 700;
	    color: #001689;
	    cursor: pointer;
	    margin: 0px;
	    justify-content: space-between;
	    display: flex;
	    align-items: center;
	}
	#pasos > #acordeon-movil > section > h5 > i{
		font-size: 10px;
		margin: 0px;
		margin-right: 5px;
		color: #eb0029;
	}
	#pasos > #acordeon-movil > section > ul{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 90%;
		padding: 5px 5%;
		margin: 0px;
		transition: all .2s ease-in-out;
	}
	#pasos > #acordeon-movil > section > ul > p{
		line-height: 1.5;
	    color: #444;
	    font-size: 14px;
	    margin: 10px 0px 10px -20px;
	    width: 95%;
	    text-align: justify;
	    align-self: center;
	}
	#pasos > #acordeon-movil > section > .oculta-temas2{
		display: none;
	}

	#formulario{
		flex-direction: column;
   		align-items: center;
	}

	#formulario > form > div > .select-2 {
	    width: 100%;
	}

	#temas-titulo> aside{
        flex-direction: column;
        align-items: center;
    }

    #temas-titulo> p{
    	width: 85%
    }

    #temas-titulo> aside > span{
        text-align: center;
        margin: 15px 0;
    }

    #temas-titulo> aside > select{
        width: 88%;
        padding: 10px 2.5%;
        margin-right: 0;
    }

	#temas-titulo> div{
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding: 0;
	}

	#temas-titulo> div > div{
		width: 100%;
		padding: 25px 0;
		margin: 10px 0;
	}
	#preguntas > p{
		width: 100%;
	}
	#preguntas > div > img{
		display: none;
	}
	#preguntas > div > div{
		width: 100%;
	}
	#precios > div{
		flex-direction: column;
	}
	#precios > div > div{
		width: 100%;
	}
	#formulario{
		margin: 0;
	}

	#formulario > div{
		width: 100%;
		margin: 5px 0 35px 0;
	}

	#formulario > div > span{
		align-self: center;
		font-size: 1.4em
	}

	#formulario{
		width: 98%;
		padding: 15px 1%;
	}
	#formulario > form > .tres-elementos,
	#formulario > form > .dos-elementos{
		flex-direction: column;
	}
	#formulario > form > .tres-elementos > div,
	#formulario > form > .dos-elementos > div{
		width: 100%;
	}

	#inf-modal{
		height: 105vh;

	}
	#inf-modal > div{
	    flex-direction: column;
	    width: 85%;
	    padding: 35px 2.5%;
	}

	#inf-modal > div > div,
	#inf-modal > div > aside{
		width: 95%;
	}
	#inf-modal > div > div > p{
		font-size: 1.4em;
		text-align: left;
	}
	#inf-modal > div > div > div > section > ul{
		padding: 5px 6.5%;
	}

	#pasos > aside{ 
		width: 90%;
		padding: 35px 0 0 0;

	}
	#pasos > aside > span{
		width: auto
	}

	#temas-titulo> span{
		height: 250px;
		top: -175px;
		border-radius: 0 0 100% 100%;
	}
	#temas-titulo> h3 {
	    margin: 125px 0 10px 0;
	}
	#filtro > #temas,
	#filtro > #subtemas{
		display: none;
	}
	#filtro{
		flex-direction: column;
	}
	#filtro > #filtro-movil{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	#filtro > #filtro-movil > div{
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	#filtro > #filtro-movil > div:last-of-type{
		margin-top: 5%;
	}
	#filtro > #filtro-movil > div > label{
		font-size: 1.25em;
	}
	#filtro > #filtro-movil > div > select{
		width: 80%;
	    margin-top: 1%;
	    font-size: 1em;
	    padding: 10px;
	    background: white;
	    border: 2px solid #001689;
	    border-radius: 10px;
	    color: #001689;
	    font-weight: 700;
	}
	#filtro > #filtro-movil > div:first-of-type > select{
		border: 2px solid orange;
    	color: orange;
	}
	#filtro > aside{
	    grid-template-columns: 30% 30% 30%;
	    width: 100%;
	}
}