body, html {
  max-width: 100%; 
  overflow-x: hidden !important;
}
body {
	/* margin: 0;
	padding: 0;
	font-family:Verdana, Arial;
	font-size:12px;
	color: #000; */
}
img{
	border: 0;
}
.fondo0{
	background: none;
}
.fondo01{
	background: #FFF;
}
.fondo02{
	background: #F6F6F6;
}
.fondo03{
	background: #0A548B;
}
.fondo04{
	background: #1A1A1A;
}
.fondo05{
	background: #0083C2;
}

#debug{
	display: block;
	width: 100px;
	height: 150px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	background: #CCC;
	color: #000;
	z-index: 99999;
}


.cajaMenu{
	display: block;
	position: fixed;
	/* padding-top: 30px; */
	z-index: 999;
}
.fondoMenu{
	background: #FFF;
	border-radius: 10px;
	padding: 15px 30px;
}
.logo{
	display: inline-block;
	width: 175px;
}
.iconosMenu a{
	color: #0A548B;
	font-size: 16px;
}
.iconosMenu a:hover{
	color: #60A511;
	text-decoration: none;
}
.iconosFooter a{
	color: #0083C2;
	font-size: 16px;
}
.iconosFooter a:hover{
	color: #60A511;
	text-decoration: none;
}
ul.nav{
	display: inline-block;
	list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.nav li{
	display: inline-block;
	margin-left: 15px ;
	margin-right: 15px ;
}
ul.nav li:last-child{
	margin-right: 0;
}
ul.nav li a{
	font-size: 'Inter-Regular';
	color: #0A548B;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 15px;
	background: #FFF;
	border-radius: 15px;
}
ul.nav li a:hover{
	font-size: 'Inter-Regular';
	color: #0A548B;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 15px;
	background: #F2F2F2;
	border-radius: 15px;
}
.cajaContenido{
	display: block;
	position: relative;
	/* border-radius: 15px; */
	margin-top: -125px;
	/* z-index: 9999; */
}
.info{
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	font-family: 'Inter-Regular';
	font-size: 14px;
}
.info strong{
	margin: 0;padding: 0;
	font-family: 'YoungSerif';
	font-size: 18px;
}

/** productos **/

.productosTitulo h2{
	margin: 0;padding: 0;
	font-family: 'YoungSerif';
	color: #0083C1;
	font-size: 40px;
	position: relative;
}
.productosTitulo h2::after{
	position: absolute;
	content: '';
	width: 80px;
	height: 10px;
	background: #0A548B;
	bottom: -15px;
	left: 50%;
	margin-left: -40px;
}
.productosHome a{
	font-family: 'Inter-Regular';
	color: #0A548B;
	font-size: 18px;
	text-decoration: none;
}
.productosHome a:hover{
	color: #60A511;
	text-decoration: none;
}

.productos h2{
	margin: 0;padding: 0;
	font-family: 'Inter-Bold';
	font-size: 14px;
	color: #0A548B;
	text-transform: uppercase;
}
.productos h3{
	margin: 0;padding: 0;
	display: inline-block;
	font-family: 'Inter-Bold';
	font-size: 16px;
	color: #0A548B;
	text-transform: uppercase;
}
.productos h4{
	margin: 0;padding: 0;
	display: inline-block;
	font-family: 'Inter-Bold';
	font-size: 16px;
	color: #0A548B;
	text-transform: uppercase;
	float: right;
}
.productos h5{
	margin: 0;padding: 0;
	font-family: 'Inter-Bold';
	font-size: 16px;
	color: #0A548B;
}
.productos a, .productosInfo a{
	text-decoration: none;
}

.productosInfo h1{
	margin: 0;padding: 0;
	font-family: 'Inter-Bold';
	font-size: 28px;
	color: #0A548B;
	text-transform: uppercase;
}
.productosInfo h2{
	margin: 0;padding: 0;
	font-family: 'Inter-Bold';
	font-size: 16px;
	margin-top: 15px;
}
.productosInfo h4{
	margin: 0;padding: 0;
	display: inline-block;
	font-family: 'Inter-Bold';
	font-size: 16px;
	color: #0A548B;
	text-transform: uppercase;
	float: right;
}
.productosInfo h5{
	margin: 0;padding: 0;
	font-family: 'Inter-Bold';
	font-size: 16px;
	color: #0A548B;
}

.productosInfo p{
	margin: 0;padding: 0;
	font-family: 'Inter-Regular';
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.productosInfo b, .productosInfo strong{
  font-family: 'Inter-Bold';
}

.articulos h1{
	margin: 0;padding: 0;
	font-family: 'YoungSerif';
	font-size: 24px;
	font-weight: 400;
	color: #0083C2;
}
.articulos h2{
	margin: 0;padding: 0;
	font-family: 'YoungSerif';
	font-size: 18px;
	font-weight: 400;
	color: #0083C2;
	height: 45px;
}
.articulos p{
	margin: 0;padding: 0;
	font-family: 'Inter-Regular';
	font-size: 16px;
	font-weight: 400;
	color: #000;
	text-align: justify;
}
.articulosInterno p{
	margin: 0;padding: 0;
	font-family: 'Inter-Regular';
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-top: 15px;
}

.articulosInterno a{
	font-family: 'Inter-Bold';
	color: #000;
	text-decoration: none;
}
.articulosInterno a:hover{
	font-family: 'Inter-Bold';
	color: #60A511;
	text-decoration: none;
}

.articulosImagen{
	width: 100%;
	max-width: 850px;
}

.articulosLeer a{
	font-weight: 600;
	color: #0A548B;
	text-decoration: none;

}
.articulosLeer a:hover{
	font-weight: 600;
	color: #60A511;
	text-decoration: none;
}

.articulos a {
	text-decoration: none !important;
}

.iconos{
	width: 18px;
	height: 18px;
}
a.fondo{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: #60A511;
	border-radius: 3px;
	text-align: center;
	padding-top: 4px;
}

.flip-horizontal {
	transform: scaleX(-1);
}
.separa{
	margin-top: 150px;
}

/** contacto **/
.contacto, .contacto a{
	font-family: 'Inter-Regular';
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
.contacto a:hover{
	font-family: 'Inter-Regular';
	color: #60A511;
	text-decoration: none;
}
.contacto h2{
	margin: 0;padding: 0;
	font-family: 'YoungSerif';
	color: #FFF;
	font-size: 26px;
}
.contacto h3{
	margin: 0;padding: 0;
	font-family: 'Inter-Regular';
	color: #FFF;
	font-size: 26px;
}
#Nombre, #Telefono, #Email, #Mensaje{
	border: 1px solid #94B4CC;
	background: none;
	color: #FFF;
}
#Mensaje{
	height: 150px;
	resize: none;
}
.rsform-block label{
	font-family: 'Inter-Regular';
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 15px;
}
#Enviar{
	font-family: 'Inter-Medium';
	background: #0083C2;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	border: 0;
}
#Enviar:hover{
	background: #60A511;
	color: #FFF;
}
.menuFooter{
	display: inline-block;
	width: 125px;
	vertical-align: top;
	text-align: left;
	margin-right: 20px;
}
.menuFooter:last-child{
	margin-right: 0;
}
.menuFooter h2{
	font-family: 'Inter-Bold';
	color: #FFF;
	font-size: 14px;
}
.menuFooter h3{
	font-family: 'Inter-Regular';
	color: #FFF;
	font-size: 14px;
}
.menuFooter h2 a,
.menuFooter h3 a{
	color: #FFF;
	text-decoration: none;
}
.menuFooter h2 a:hover,
.menuFooter h3 a:hover{
	color: #60A511;
	text-decoration: none;
}

.uk-offcanvas-bar {
	background: #fff;
	color: #0A548B;
}
.uk-offcanvas-bar h3{
	color: #0A548B;
}
.uk-offcanvas-bar a,.uk-offcanvas-bar a:hover{
	color: #0A548B;
	text-decoration: none;
}
.mm a{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'Inter-Regular';
	color: #000 !important;
	font-size: 16px;
}
.mm a:hover{
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'Inter-Regular';
	color: #0083C3 !important;
	font-size: 16px;
}

.compraWhatsapp{
	vertical-align: top;
	vertical-align: text-top;
}
.compraWhatsapp a{
	font-family: 'Inter-Regular';
	color: #25D367;
	font-size: 16px;
	text-decoration: none;
	line-height: 100%;
}
.compraWhatsapp a:hover{
	font-family: 'Inter-Regular';
	color: #0083C3;
	font-size: 16px;
	text-decoration: none;
}

/** Error 404 **/

.error404 h1{
	font-family: 'Inter-Bold';
	color: #000;
	font-size: 36px;
}
.error404 h2{
	font-family: 'Inter-Regular';
	color: #000;
	font-size: 22px;
}
.error404 h3{
	font-family: 'Inter-Regular';
	color: #000;
	font-size: 20px;
}
.error404 h3 a{
	font-family: 'Inter-Regular';
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.error404 h3 a:hover{
	font-family: 'Inter-Regular';
	color: #0083C3;
	font-size: 20px;
	text-decoration: none;
}



@media (max-width: 768px) {
	.fondoMenu{
		padding: 15px 10px;
	}
	.productosTitulo h2{
		font-size: 30px;
	}

}
@media (max-width: 480px) {

}

