@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@400;600;700&family=Oxygen:wght@400;700&display=swap');
.foxy{
    font-family: "Oxygen", sans-serif;
}
.fenc{
    font-family: "Encode Sans", sans-serif;
}

.bold{font-weight: 700;}
.semi{font-weight: 600;}

 
body{
	background-color:#FFFFFF;
	height: 100%;
    min-height: 100%;
	font-weight: 400;
	margin: 0;
	font-family: "Oxygen", sans-serif;
}

.contenedor{ width:100%;}
.mil200{ margin:auto; max-width: 1200px; width: 100%;}
.cien{ float:left; position: relative; width: 100%;}
.dieci9{ width:20%;}
.veinte{ width:25%;}
.veinte7{ width:27%;}
.treinta{ width:30%;}
.treinta3{width:33%;}
.cincuenta{width: 50%;}
.cincuenta1{width: 49%;}
.cincuenta8{ width:58%;}
.setenta{ width:70%;}
.setenta7{width: 73%;}
.ochenta5{ width:85%}
.noventa{ width:90%}
.noventa7{ width:97%}

.labelseccion{ height:25px;line-height: 25px; padding-left: 15px; padding-right: 15px; background-color:#0b3d3c;}

.mauto{margin:auto;}

.bordegris{ border-style:solid; border-width: 1px; border-color: #e4e4e4;}
 

.s12{ font-size:12px;}
.s13{ font-size:13px;}
.s14{ font-size:14px;}
.s15{ font-size:15px;}
.s16{ font-size:16px;}
.s17{ font-size:17px;}
.s18{ font-size:18px;}
.s19{ font-size:19px;}
.s20{ font-size:20px;}
.s24{ font-size:24px;}
.s30{ font-size:30px;}
.s35{ font-size:35px;}
.s40{ font-size:40px;}

.pad3{ padding: 3px;}
.pad5{ padding: 5px;}
.pad10{ padding: 10px;}
.ptop10{ padding-top:10px;}
.ptop20{ padding-top:20px;}
.ptop40{ padding-top:40px;}
.mtop5{ margin-top:5px;}
.mtop10{ margin-top:10px;}
.mtop20{ margin-top:20px;}
.mtop40{ margin-top:40px;}
.pbot10{ padding-bottom:10px;}
.pbot20{ padding-bottom:20px;}
.pbot40{ padding-bottom:40px;}
.mbot10{ margin-bottom:10px;}
.mbot20{ margin-bottom:20px;}
.mbot40{ margin-bottom:40px;}


.flpr{ float:left; position: relative;}
.frpr{ float:right; position: relative;}

.center{ text-align:center;}
.left{ text-align:left;}
.right{ text-align:right;}

.h45{ height:45px;}
.h180{ height:180px;}
.h200{ height:200px;}
.h210{ height:210px;}
.h280{ height:280px;}
.h310{ height:310px;}
.h470{ height:470px;}
.h70{ height:70px;}
.h85{ height:85px;}
 

.imagenfill{ object-fit: cover;
   width: 100%;
   height: 100%;}

 

.bluetextlabel1{position: absolute; bottom: 15px; left: 15px; background-color: #9a0016; padding: 5px; }

.cbco{ color:#FFFFFF;}
.cbco a{ color:#FFFFFF; text-decoration:none;}
.cblk{ color:#000000;}
.cblk a{ color:#000000; text-decoration:none;}
.cgre{ color:#0b3d3c;}
.cgre a{ color:#0b3d3c; text-decoration:none;}
.under {text-decoration:underline !important;}

.fondonegro{background-color:#000000;}
.fondoverde{background-color:#0b3d3c;}
.fondogris{background-color:#f4f4f4;}
.fondobeige{background-color:#fef5ec; border-top-style: solid; border-top-width: 1px; border-top-color: #f7f0ea; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #f7f0ea; }

.desk{
		display: block !important;
	}

.mobile{
		display: none !important;
	}

@media screen and (max-width: 800px){
	.mil200{ margin:auto;  width: 100%;}
.dieci9{ width:97%;}
.veinte{ width:97%;}
.veinte7{ width:97%;}
.treinta{ width:97%;}
.treinta3{width:97%;}
.cincuenta{width: 97%;}
.cincuenta8{ width:97%;}
.setenta{ width:97%;}
.setenta7{width: 97%;}
.ochenta5{ width:97%}
.noventa{ width:90%}
.noventa7{ width:97%}
	
	.desk{
		display: none !important;
	}

.mobile{
		display: block !important;
	}
	
	.h210{ height:310px;}
 
.h70{ height:100px;}
}
