*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

.eti{
    font-size: 25px;
    color: white;
    padding: 8px;
    font-family: Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    background-color: #175586;
    
    border-radius: 50px;
    margin-bottom: 0.5em;
}

.cuadro {
 
 display:none
    
}
	



.ac-custom {
	padding: 0 3em;
	max-width: 900px;
	margin: 0 auto;
	margin: 0 auto 2rem auto;
transition: box-shadow .25s, -webkit-box-shadow .25s;
border-radius: 10px;	
}

.ac-custom h2 {
	font-size: 2em;
	font-weight: 300;
	padding: 0 0 0.5em;
	margin: 0 0 30px;
	color:black;
}

.ac-custom ul,
.ac-custom ol {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
	margin-bottom: 23px;

}

.ac-custom li {
	margin: 0 auto;
	padding: 2em 0;
	position: relative;
}

/*********************************/



.ac-custom .cubrir {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 800px;
}

.ac-custom .cubrir {
	margin: 0 auto;
	padding: 0.5em 0;
	position: relative;
	font-size:12px;
}


/******************************/
a {
	display: inline-block;
	position: absolute;
	font-size: 2em;
	padding: 0 0 0 35px;
	vertical-align: top;
	color: rgba(0,0,0,0.7);
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.cajas{
	width:35px;
	display: inline-block;
	position: relative;
	font-size: 2em;
	color: rgba(0,0,0,0.7);
	left:0;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	text-align: center;
		
}




.ac-custom  label  {
	display: inline-block;
	position: relative;
	font-size: 1.95em;
	padding: 0 0 0 80px;
	vertical-align: top;
	color: rgba(0,0,0,0.7);
	cursor: pointer;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"],
.ac-custom label::before {
	width: 30px;
	height: 30px;
	/*top: 50%;*/
	top: 50%;
	left: 0;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
}

select{
	width:100%;
	border:none;
    padding: 10px;
	font-family: 'Lato', Arial, sans-serif;
	font-size:2em;
	border-bottom:solid 1px #CCC;
	color:gray;
	border-radius: 5px;
    margin-bottom: 0.5em;
}


.ac-custom input[type="checkbox"],
.ac-custom input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}


.ac-custom label::before {
	content: '';
	border: 1.5px solid #767676;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ac-radio label::before {
	border-radius: 50%;
}

.ac-custom input[type="checkbox"]:checked + label,
.ac-custom input[type="radio"]:checked + label {
	color:#094480;
} 



.ac-custom input[type="checkbox"]:checked + label::before,
.ac-custom input[type="radio"]:checked + label::before {
	opacity: 0.8;
}

/* General SVG and path styles */

.ac-custom svg {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -14px;
	left: 5px;
	pointer-events: none;
	
}

.ac-custom svg path {
	stroke: #69afc7;
	stroke-width: 13px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}

.ac-select{
	padding: 0 3em;
	max-width: 900px;
	margin: 0 auto;
	margin: 0 auto 2rem auto;
transition: box-shadow .25s, -webkit-box-shadow .25s;
border-radius: 10px;	

}

.ac-intro{
	padding: 0 3em;
	max-width: 900px;
	margin: 0 auto;
	margin: 0 auto 1.3rem auto;
transition: box-shadow .25s, -webkit-box-shadow .25s;
border-radius: 10px;	

}





.ac-select label {
	padding: 0.4em;
	width:100%;
	max-width: 900px;
	margin: 0.3em;
	font-size:1.8em;
}

option{
		background-color:#d5d5d7;
}option hover{
		background-color:red;
}

/* Specific input, SVG and path styles */

/* Circle 
.ac-circle input[type="checkbox"],
.ac-circle input[type="radio"],
.ac-circle label::before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	left: 10px;
	position: absolute;
}

.ac-circle label::before {
	background-color: #fff;
	border: none;
}

.ac-circle svg {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	left: -10px;
}

.ac-circle svg path {
	stroke-width: 5px;
} 

/* Box Fill */
.ac-boxfill svg path {
	stroke-width: 8px;
} 

/* Swirl 
.ac-swirl svg path {
	stroke-width: 8px;
}

/* List 
.ac-list ol {
	list-style: decimal;
	list-style-position: inside;
}

.ac-list ol li {
	font-size: 2em;
	padding: 1em 1em 0 2em;
	text-indent: -40px;
}

.ac-list ol li label {
	font-size: 1em;
	text-indent: 0;
	padding-left: 30px;
}

.ac-list label::before {
	display: none;
}

.ac-list svg {
	width: 100%;
	height: 80px;
	left: 0;
	top: 1.2em;
	margin-top: 0px;
}

.ac-list svg path {
	stroke-width: 4px;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	section {
		font-size: 80%;
	}
	
	

}



