@charset "UTF-8";
/* CSS Document */



/* Basico */
body {background-image: url("images/pattern6.jpg")}

/* Layout */
.imgLogotipo {width: 100%; height: auto; max-width: 400px; display: inline; text-align: center;}

/* Tipografias */
h1 {font-family: 'Arapey', serif; font-weight:normal; font-size: 80px;}
.encabezado {font-family: 'Montserrat', sans-serif; font-weight: 900;font-size: 70px; padding: 20px 0;}
h2 {font-family: 'Montserrat', sans-serif; font-weight: 600;font-size: 40px; line-height: 40px;}
h3 {}
h4 {}
h5 {}
p {}

.text-justify {
  text-align: justify;
}

/* Colores*/
.colorBlanco {color: #FFFFFF;}
.colorRojo {color: #1C65AE;}

.fondoBlanco {background-color: #FFFFFF;}
.fondoNegro {background-color: #000000;}
.fondoRojo {background-color: #1C65AE;}
.fondoGris {background-color: #d7d7d7;}


.imagenCentral {width: 100%; max-width: 600px; height: auto;}
.limiteMenu {max-width: 700px; margin-left: auto; margin-right: auto;}



/* Menu */
ul {}
li {}
a {}
a:hover {}

/* Parches */

.nav-link, .nav-link:visited {color: #FFFFFF;}
.nav-link:hover {color: #000000;}

.contMenu .nav .nav-item {font-size:22px; }

.limpiador {}


.banner {width: 100%;}

.bannerImg {width: 100%; height: auto;}


.soloEscritorio {display: block;} 
.soloTablet {display: none;} 
.soloCelular {display: none;} 

.logoFooter {width: 100%; max-width: 250px; height: auto;}


/* TamaÃ±o Banners */
@media only screen and (min-width: 640px) and (max-width: 959px) {
	.soloEscritorio {display: none;} 
	.soloTablet {display: block;} 
	.soloCelular {display: none;} 
	.contMenu .nav .nav-item {font-size:18px; }
}


@media only screen and (min-width: 320px) and (max-width: 639px) {
	.soloEscritorio {display: none;} 
	.soloTablet {display: none;} 
	.soloCelular {display: block;} 
	h1 {font-size: 60px;}
	h2 {font-size: 30px; line-height: 30px;}
	.contMenu .nav .nav-item {font-size:17px; }
	.nav-link {padding: .5rem .5rem}
}