*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, html{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}


/* -- menu --*/
a {
    color: #fff;
    text-decoration: none;
}


/* -- conter --*/
.conter{
	width: 100%;
	display: block;
	overflow: hidden;
}
.conter2{
	width: auto;
	display: block;
	overflow: hidden;
	float: left;
}
.conter90{
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.conter80a{
	width: 80%;
	display: block;
	overflow: hidden;
	float: left;
}
.conter80{
	width: 80%;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.conter70a{
	width: 70%;
	display: block;
	float: left;
	overflow: hidden;
}
.conter70{
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.conter60{
	width: 60%;
	display: block;
	float: left;
	overflow: hidden;
}
.conter60der{
	width: 60%;
	display: block;
	float: right;
	overflow: hidden;
}
.conter70der{
	width: 70%;
	display: block;
	float: right;
	overflow: hidden;
}
.conter40der{
	width: 40%;
	display: block;
	float: right;
	overflow: hidden;
}
.conter50{
	width: 50%;
	display: block;
	float: left;
	overflow: hidden;
}
.conter50a{
	width: 50%;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.conter40{
	width: 40%;
	display: block;
	float: left;
	overflow: hidden;
}
.conter30{
	width: 30%;
	display: block;
	float: left;
	overflow: hidden;
}
.conter33{
	width: 33.33%;
	display: block;
	overflow: hidden;
	float: left;
}
.conter25{
	width: 25%;
	display: block;
	overflow: hidden;
	float: left;
}
.conter30a{
	width: 30%;
	display: block;
	overflow: hidden;
	float: left;
}
.conter20a{
	width: 20%;
	display: block;
	overflow: hidden;
	float: left;
}
.conter16{
	width: 16.66%;
	display: block;
	overflow: hidden;
	float: left;
}
.contertitseccion{
	width: 100%;
	display: block;
	overflow: hidden;
	float: left;
	padding-top: 100px;
	padding-left: 50px;
}
.contertitseccion2{
	width: 80%;
	display: block;
	overflow: hidden;
	padding-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
.pad4{
	padding: 4px;
}
.pad10{
	padding: 10px;
}
.padtop50{
	padding-top: 50px;
	display: block;
}
.padtop100{
	padding-top: 100px;
	display: block;
}
.padtop50{
	padding-top: 50px;
	display: block;
}
.padbot50{
	padding-bottom: 50px;
}
.padbot10{
	padding-bottom: 10px;
}
.padtop10{
	padding-top: 10px;
}
.padtop20{
	padding-top: 20px;
}
.padrig10{
	padding-right: 10px;
}
.strong1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}
.strong2{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
}
.strong1in{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.strong2in{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}
.textcenter{
	text-align: center;
}
.textright{
	text-align: right;
}
.textleft{
	text-align: left !important;
}
.titulo1{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 30px;
}
.titulo2{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 20px;
}
.tituloseccion{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 35px;
}
.logoseccion{
	width: 80px;
}
.textupper{
	text-transform: uppercase;
}
.texto{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.textoin{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
.nota{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 10px;
}
.destacado{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.griindi{
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	font-size: 11px;
}
.tablecifras {
    width: 100%;
    border-collapse: collapse;
}
sup, sub{
	font-size: 10px;
}
.textita{
	font-style: italic;
}
.padtop10vh{
	padding-top: 10vh;
}
.padtop15vh{
	padding-top: 15vh;
}
.padtop20vh{
	padding-top: 20vh;
}

.imagefull{
	width: 100%;
	display: block;
}
.image90{
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.image80{
	width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.image70{
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:800px) {
	.conter50{
		width: 100%;
	}
	.conter33{
		width: 100%;
	}
	.contertitseccion{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		float: none;
		padding-top: 30px;
		padding-left: 0px;
	}
	.conter16{
		width: 90%;
		display: block;
		overflow: hidden;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.padtop10vh{
		padding-top: 30px;
	}
	.padtop15vh{
		padding-top: 30px;
	}
	.padtop20vh{
		padding-top: 30px;
	}
	.cd-header{
		position: fixed !important;
	}
}

/* -- home --*/
.home{
	display: block;
	height: auto;
	min-height: 100vh;
    width: 100vw;
    background-image: url('../img/bg/home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}
.home1{
	display: block;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	background-image: url('../img/bg/home1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
.home2{
	display: block;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	background-image: url('../img/bg/home2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
.home3{
	display: block;
	height: auto;
	width: 100vw;
	float: left;
	overflow: hidden;
	padding-bottom: 50px;
}
.imghome{
	width: 90%;
	max-width: 500px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15vh;
}
.conterfoohome{
	display: block;
	width: 100vw;
	height: auto;
	overflow: hidden;
}
.conterlogohome{
	width: auto;
	float: left;
	padding-left: 30px;
}
.logofoo{
	width: 200px;
}
.titulohome{
	font-family: 'Work Sans', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.contertitulohome{
	width: auto;
	float: right;
	padding-right: 30px;
	padding-top: 25px;
}
.conterhome1{
	width: 90%;
	max-width: 500px;
	padding: 20px;
	display: block;
	height: auto;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 10px;
	margin-top: 15vh;
	float: right;
	margin-right: 10vw;
}
.conterinterhoy{
	width: 90%;
	display: block;
	height: auto;
	background-color: rgba(255, 255, 255, .9);
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border-radius: 10px;
}
.titulohoy{
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.listado {
    list-style: disc;
    padding-left: 25px;
}
.numhoy{
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
}
.numgran{
	font-family: 'Work Sans', sans-serif;
	font-size: 40px;
	font-weight: 600;
}
.nummed{
	font-family: 'Work Sans', sans-serif;
	font-size: 30px;
	font-weight: 600;
}
.numchi{
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.textodatos{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 10px;
}
.vertical-text {
	writing-mode: vertical-lr;
transform: rotate(180deg);
}
@media screen and (max-width:800px) {
	.home{
		height: auto;
	    width: 100%;
	    padding-bottom: 50px;
	}
	.home1{
		height: auto;
		width: 100%;
		padding-bottom: 50px;
	}
	.conterhome1{
		margin-top: 10vh;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.home2{
		height: auto;
		width: 100%;
		padding-bottom: 50px;
	}
	.home3{
		width: 100%;
	}
	.conterinterhoy{
		width: 100%;
	}
}


/* -- presidentes -- */

.presidente1{
	width: 100vw;
	display: block;
	height: auto;
	overflow: hidden;
}
.imgpresidente{
	position: fixed;
	top: 0;
	width: 40%;
}

/* -- nuestra empresa -- */

.empresa{
	display: block;
	height: auto;
	min-height: 100vh;
    width: 100vw;
    background-image: url('../img/empresa/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
    padding-bottom: 50px;
}
.empresa2{
	display: block;
	height: auto;
	min-height: 100vh;
    width: 100vw;
    background-image: url('../img/empresa/bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}
.conterempresa2{
	width: 100%;
	display: block;
	overflow: hidden;
	float: left;
	padding-top: 50px;
	padding-left: 50px;
}
.contersuc{
	background-color: rgba(255, 255, 255, .9);
	border-radius: 10px;
	padding: 10px;
	width: 250px;
	height: auto;
	display: block;
}
.ico{
	width: 30px;
	padding-right: 10px;
}
.verticalali{
	vertical-align:middle;
}

/* -- diferencia -- */
.diferencia1{
	width: 100vw;
	display: block;
	height: auto;
	overflow: hidden;
}

/* -- estrategia -- */
.estrategia1{
	width: 100vw;
	display: block;
	height: auto;
	overflow: hidden;
}
.grafestr{
	width: 90%;
	max-width: 200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logoges{
	width: 80px;
}
ol#list1 {
    list-style:decimal;
	padding-left: 25px;
}

/* -- desempenio --*/

.conterazul{
	width: 100%;
	display: block;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #93d2dd;
}
/* -- responsable --*/

.iconmuj{
	width: 29px;
	vertical-align: middle;
	float: right;
}
.iconmuj2{
	width: 29px;
	vertical-align: middle;
}
.iconmuj3{
	width: 19px;
	vertical-align: middle;
}
.verticalmi{
	vertical-align: middle;
}
.floatrig{
	float: right;
}
.floatlef{
	float: left;
}
.graf1res{
	width: 90%;
	max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
/* -- impacto -- */
.impacto{
	width: 100vw;
	display: block;
	height: auto;
	overflow: hidden;
}
.impactobg{
	position: fixed;
	top: 0;
	width: 60%;
}

/* -- cadena -- */

/* -- diferencia -- */
.cadena1{
	width: 100vw;
	display: block;
	height: auto;
	background-image: url('../img/cadena/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    overflow: hidden;
}
.cadena2{
	width: 100vw;
	display: block;
	height: auto;
    float: left;
    overflow: hidden;
    padding: 50px 0px;
}
.cadena3{
	width: 100vw;
	display: block;
	height: auto;
	overflow: hidden;
}
.imgcadena{
	width: 100%;
}
.pegajoso-fixed {
    position: fixed;
    top: 0;
    width: 40%;
}
.contertitseccion2cadena{
	width: 80%;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* -- acerca -- */

.acerca{
	display: block;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	background-image: url('../img/bg/acerca.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

/* -- contacto -- */

.contacto{
	display: block;
	height: auto;
	min-height: 100vh;
	width: 100vw;
	background-image: url('../img/bg/contacto.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}
.contercontacto{
	width: 90%;
	max-width: 900px;
	padding: 20px;
	display: block;
	height: auto;
	background-color: rgba(255, 255, 255, .9);
	border-radius: 10px;
	margin-top: 30vh;
	margin-right: auto;
	margin-left: auto;
}

/* -- indice gri -- */
.conterindice{
	width: 90%;
	max-width: 1100px;
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.titulo2gri{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #8e7c71;
}
.titulo3gri{
	font-family: 'Work Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
}
.backtr{
	background-color: #f5f4f5;
}
.backtr2{
	background-color: #eff0db;
}
.widthcel{
	width: 70px;
}

/* -- descargas -- */

.portadasdes{
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.portadasde1{
	width: 130px;
}
.padleft30{
	padding-left: 30px;
}
.logocontacto{
	width: 100px;
	padding-left: 20px;
}

.logocontacto2{
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* table */
table.tablecifras thead.theadazul tr {
    border-bottom: 2px solid #93d2dd;
}
table.tablecifras thead.theadgris tr {
    border-bottom: 2px solid #808080;
}
table, table thead tr th, table tbody tr th{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
table#border, table#border th{
	border: 1px solid #93d2dd;
}
table#border{
	border-radius: 10px;
}
.borderbot1{
	border-bottom: 1px solid #cccccc;
}
.borderbot2{
	border-bottom: 2px solid #93d2dd;
}
.bordertop2{
	border-top: 2px solid #93d2dd;
}
.borderleft{
	border-left: 1px solid #808080;
}
.bordertop{
	border-top: 1px solid #808080;
}
.borderright{
	border-right: 1px solid #cccccc;
}

.fontcafe{
	color: var(--cafe)
}
.fontamarillo{
	color: var(--amarillo);
}
.fontverde{
	color: var(--verde);
}
.fontnegro3{
	color: var(--negro3)
}
.fontnegro2{
	color: var(--negro2);
}
.fontnegro1{
	color: var(--negro1);
}
.fontnegro{
	color: var(--negro) !important;
}
.fontazul{
	color: var(--azul);
}
.fontblanco{
	color: var(--blanco);
}
.backazul{
	background-color: var(--azul);
}


:root{
	--cafe: #8e7c71;
	--amarillo: #eaaf01;
	--negro3: #333333;
	--negro2: #646363;
	--negro1: #4d4d4d;
	--negro: #000000;
	--verde: #bdc55e;
	--azul: #93d2dd;
	--blanco: #ffffff;
}
















































































