/*Body Blanco*/
#bodyBlanco{
	background: #eee;
	min-height: 100vh;
	font-weight: 200;
}
#bodyBlanco.titulo{
	color: #fff;
	font-weight: 300;
}
#bodyBlanco.titulo{
	color: #000;
	font-weight: 300;
}
#bodyBlanco #header{
	background: #000;
	border-bottom: 1px solid lightgray;
	padding: 0.5%;
	color: #fff;
}
#bodyBlanco #contenido{
	background: #fff;
	padding: 1%;
}
#bodyBlanco #contenido2{
	background: #fff;
	padding: 0.5%;
}
#bodyBlanco .caja img {
	width: 100%;
}
#bodyBlanco .caja .titulo {
	background: darkgreen;
	padding: 3%;
	color: #fff;
	width: 100%!important;
	font-weight: 700;
}
#bodyBlanco .caja:hover{
	box-shadow: 0 0 10px 0 lightgrey;
	transition: 0.4s;
}
#bodyBlanco .caja{
	padding: 1%;
	transition: 0.4s;

}
/*Body Oscuro*/
#bodyOscuro{
	background: linear-gradient(#000, #333) no-repeat;
	min-height: 100vh;
	color: #c0c0c0;
	font-weight: 200;
}
#bodyOscuro.titulo{
	color: #fff;
	font-weight: 300;
}
#bodyOscuro #header{
	background: #000;
	border-bottom: 1px solid lightgray;
	padding: 0.5%;
	color: #fff;
}
#bodyOscuro #contenido{
	background: rgba(255,255,255,0.2);
	padding: 1%;
}
#bodyOscuro .caja img {
	width: 100%;
	aspect-ratio: 1/1;
}
#bodyOscuro .caja .titulo {
	background: darkgreen;
	padding: 3%;
	color: #fff;
	width: 100%!important;
	font-weight: 700;
}
#bodyOscuro .caja:hover{
	box-shadow: 0 0 10px 0 lightgrey;
	transition: 0.4s;
}
#bodyOscuro .caja{
	padding: 1%;
	transition: 0.4s;

}
/*Otras CSS*/
a{
	text-decoration: none;
}
.row{
	--bs-gutter-x: 0!important;
	--bs-gutter-y: 0!important;
}

.loader {
	border: 8px solid #f3f3f3; /* Light grey */
	border-top: 8px solid red; /* Blue */
	border-radius: 50%;
	width: 150px;
	height: 150px;
	animation: spin 1.5s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


#bodyBlanco #offcanvasExample ul{
	list-style: none;
}
#bodyBlanco  #offcanvasExample ul a{
	text-decoration: none;
	color: #fff;
}
#bodyBlanco  #offcanvasExample ul a li{
	border-bottom: 1px solid lightgrey;
	padding: 5%;
}



#bodyBlanco #offcanvasExample ul{
	list-style: none;
}
#bodyBlanco  #offcanvasExample ul a{
	text-decoration: none;
	color: #333;
}
#bodyBlanco  #offcanvasExample ul a li{
	border-bottom: 1px solid lightgrey;
	padding: 1%;
}


#bodyBlanco #prefooter{
	background: #333;
	color: #fff;
	padding: 0.5%;
	bottom: 0;
}
#bodyBlanco #footer{
	background: #000;;
	color: #fff;
	padding: 0.5%;
}
#bodyBlanco #footer a{
	color: #fff;
}

@media(min-width: 1201px){
	.mvl{ display: none;}
	.img1{width: 118px;}
	.img2{width: 300px;}
	.img3{width: 362px;}

	.img4{width: 95px;}
	.img5{width: 250px;}
	.img6{width: 292px;}

	#contenido {margin: 1%;}
	.scol{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 1200px){
	.img1{width: 70px;}
	.img2{width: 200px;}
	.img3{width: 250px;}

	.img4{width: 70px;}
	.img5{width: 200px;}
	.img6{width: 250px;}

	.scol{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width: 1024px){
	.pc{display: none;}
	.img1{width: 32px;}
	.img2{width: 90px;}
	.img3{width: 115px;}

	.img4{width: 32px;}
	.img5{width: 90px;}
	.img6{width: 115px;}

	.alinea{text-align:center;}
}

#preloaderForm{
	min-height: 100vh;
	max-height: 100vh;
	position: fixed;
	z-index: 9999;
	background: #fff;
	color: #000;
}

.requerido{
	font-weight: 700;
	color: red;
}