@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: sans-serif;
  background: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

p{
	font-weight:200 !important;
	}

/*
  GRUPOS Y CAJAS
  ==============
  Los grupos son contenedores para las cajas.
  Las cajas crean las divisiones en el grupo (columnas).
  En ED GRID 1.2. los grupos son containers y las
  cajas son items. Para crear un namespace se usan las
  clases ed-container y ed-item. Se pueden seguir usando
  las clases .grupo y .caja pero se desaconseja (en la v2 desaparecerán)
*/
.grupo,
.ed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.grupo.total,
.grupo.full,
.ed-container.total,
.ed-container.full {
  max-width: 100%; /*100% Y ACTIVAR LA MEDIAS QUERIES ACTIVA EL MODO FLEXIBLE EN PANTALLAS GRANDES*/
  width: 100%;
}

.caja,
.ed-item {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.base-5,
.caja.base-5,
.ed-item.base-5 {
  width: 5%;
}

.base-10,
.caja.base-10,
.ed-item.base-10 {
  width: 10%;
}

.base-15,
.caja.base-15,
.ed-item.base-15 {
  width: 15%;
}

.base-20,
.caja.base-20,
.ed-item.base-20 {
  width: 20%;
}

.base-25,
.caja.base-25,
.ed-item.base-25 {
  width: 25%;
}

.base-30,
.caja.base-30,
.ed-item.base-30 {
  width: 30%;
}

.base-35,
.caja.base-35,
.ed-item.base-35 {
  width: 35%;
}

.base-40,
.caja.base-40,
.ed-item.base-40 {
  width: 40%;
}

.base-45,
.caja.base-45,
.ed-item.base-45 {
  width: 45%;
}

.base-50,
.caja.base-50,
.ed-item.base-50 {
  width: 50%;
}

.base-55,
.caja.base-55,
.ed-item.base-55 {
  width: 55%;
}

.base-60,
.caja.base-60,
.ed-item.base-60 {
  width: 60%;
}

.base-65,
.caja.base-65,
.ed-item.base-65 {
  width: 65%;
}

.base-70,
.caja.base-70,
.ed-item.base-70 {
  width: 70%;
}

.base-75,
.caja.base-75,
.ed-item.base-75 {
  width: 75%;
}

.base-80,
.caja.base-80,
.ed-item.base-80 {
  width: 80%;
}

.base-85,
.caja.base-85,
.ed-item.base-85 {
  width: 85%;
}

.base-90,
.caja.base-90,
.ed-item.base-90 {
  width: 90%;
}

.base-95,
.caja.base-95,
.ed-item.base-95 {
  width: 95%;
}

.base-100,
.caja.base-100,
.ed-item.base-100 {
  width: 100%;
}

.base-1-3,
.caja.base-1-3,
.ed-item.base-1-3 {
  width: 33.33333%;
}

.base-2-3,
.caja.base-2-3,
.ed-item.base-2-3 {
  width: 66.66667%;
}

.base-3-3,
.caja.base-3-3,
.ed-item.base-3-3 {
  width: 100%;
}

.base-1-6,
.caja.base-1-6,
.ed-item.base-1-6 {
  width: 16.66667%;
}

.base-2-6,
.caja.base-2-6,
.ed-item.base-2-6 {
  width: 33.33333%;
}

.base-3-6,
.caja.base-3-6,
.ed-item.base-3-6 {
  width: 50%;
}

.base-4-6,
.caja.base-4-6,
.ed-item.base-4-6 {
  width: 66.66667%;
}

.base-5-6,
.caja.base-5-6,
.ed-item.base-5-6 {
  width: 83.33333%;
}

.base-6-6,
.caja.base-6-6,
.ed-item.base-6-6 {
  width: 100%;
}

.base-1-8,
.caja.base-1-8,
.ed-item.base-1-8 {
  width: 12.5%;
}

.base-2-8,
.caja.base-2-8,
.ed-item.base-2-8 {
  width: 25%;
}

.base-3-8,
.caja.base-3-8,
.ed-item.base-3-8 {
  width: 37.5%;
}

.base-4-8,
.caja.base-4-8,
.ed-item.base-4-8 {
  width: 50%;
}

.base-5-8,
.caja.base-5-8,
.ed-item.base-5-8 {
  width: 62.5%;
}

.base-6-8,
.caja.base-6-8,
.ed-item.base-6-8 {
  width: 75%;
}

.base-7-8,
.caja.base-7-8,
.ed-item.base-7-8 {
  width: 87.5%;
}

.base-8-8,
.caja.base-8-8,
.ed-item.base-8-8 {
  width: 100%;
}

@media all and (min-width: 480px) {
  .movil-5,
  .caja.movil-5,
  .ed-item.movil-5 {
    width: 5%;
  }
  .movil-10,
  .caja.movil-10,
  .ed-item.movil-10 {
    width: 10%;
  }
  .movil-15,
  .caja.movil-15,
  .ed-item.movil-15 {
    width: 15%;
  }
  .movil-20,
  .caja.movil-20,
  .ed-item.movil-20 {
    width: 20%;
  }
  .movil-25,
  .caja.movil-25,
  .ed-item.movil-25 {
    width: 25%;
  }
  .movil-30,
  .caja.movil-30,
  .ed-item.movil-30 {
    width: 30%;
  }
  .movil-35,
  .caja.movil-35,
  .ed-item.movil-35 {
    width: 35%;
  }
  .movil-40,
  .caja.movil-40,
  .ed-item.movil-40 {
    width: 40%;
  }
  .movil-45,
  .caja.movil-45,
  .ed-item.movil-45 {
    width: 45%;
  }
  .movil-50,
  .caja.movil-50,
  .ed-item.movil-50 {
    width: 50%;
  }
  .movil-55,
  .caja.movil-55,
  .ed-item.movil-55 {
    width: 55%;
  }
  .movil-60,
  .caja.movil-60,
  .ed-item.movil-60 {
    width: 60%;
  }
  .movil-65,
  .caja.movil-65,
  .ed-item.movil-65 {
    width: 65%;
  }
  .movil-70,
  .caja.movil-70,
  .ed-item.movil-70 {
    width: 70%;
  }
  .movil-75,
  .caja.movil-75,
  .ed-item.movil-75 {
    width: 75%;
  }
  .movil-80,
  .caja.movil-80,
  .ed-item.movil-80 {
    width: 80%;
  }
  .movil-85,
  .caja.movil-85,
  .ed-item.movil-85 {
    width: 85%;
  }
  .movil-90,
  .caja.movil-90,
  .ed-item.movil-90 {
    width: 90%;
  }
  .movil-95,
  .caja.movil-95,
  .ed-item.movil-95 {
    width: 95%;
  }
  .movil-100,
  .caja.movil-100,
  .ed-item.movil-100 {
    width: 100%;
  }
  .movil-1-3,
  .caja.movil-1-3,
  .ed-item.movil-1-3 {
    width: 33.33333%;
  }
  .movil-2-3,
  .caja.movil-2-3,
  .ed-item.movil-2-3 {
    width: 66.66667%;
  }
  .movil-3-3,
  .caja.movil-3-3,
  .ed-item.movil-3-3 {
    width: 100%;
  }
  .movil-1-6,
  .caja.movil-1-6,
  .ed-item.movil-1-6 {
    width: 16.66667%;
  }
  .movil-2-6,
  .caja.movil-2-6,
  .ed-item.movil-2-6 {
    width: 33.33333%;
  }
  .movil-3-6,
  .caja.movil-3-6,
  .ed-item.movil-3-6 {
    width: 50%;
  }
  .movil-4-6,
  .caja.movil-4-6,
  .ed-item.movil-4-6 {
    width: 66.66667%;
  }
  .movil-5-6,
  .caja.movil-5-6,
  .ed-item.movil-5-6 {
    width: 83.33333%;
  }
  .movil-6-6,
  .caja.movil-6-6,
  .ed-item.movil-6-6 {
    width: 100%;
  }
  .movil-1-8,
  .caja.movil-1-8,
  .ed-item.movil-1-8 {
    width: 12.5%;
  }
  .movil-2-8,
  .caja.movil-2-8,
  .ed-item.movil-2-8 {
    width: 25%;
  }
  .movil-3-8,
  .caja.movil-3-8,
  .ed-item.movil-3-8 {
    width: 37.5%;
  }
  .movil-4-8,
  .caja.movil-4-8,
  .ed-item.movil-4-8 {
    width: 50%;
  }
  .movil-5-8,
  .caja.movil-5-8,
  .ed-item.movil-5-8 {
    width: 62.5%;
  }
  .movil-6-8,
  .caja.movil-6-8,
  .ed-item.movil-6-8 {
    width: 75%;
  }
  .movil-7-8,
  .caja.movil-7-8,
  .ed-item.movil-7-8 {
    width: 87.5%;
  }
  .movil-8-8,
  .caja.movil-8-8,
  .ed-item.movil-8-8 {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .tablet-5,
  .caja.tablet-5,
  .ed-item.tablet-5 {
    width: 5%;
  }
  .tablet-10,
  .caja.tablet-10,
  .ed-item.tablet-10 {
    width: 10%;
  }
  .tablet-15,
  .caja.tablet-15,
  .ed-item.tablet-15 {
    width: 15%;
  }
  .tablet-20,
  .caja.tablet-20,
  .ed-item.tablet-20 {
    width: 20%;
  }
  .tablet-25,
  .caja.tablet-25,
  .ed-item.tablet-25 {
    width: 25%;
  }
  .tablet-30,
  .caja.tablet-30,
  .ed-item.tablet-30 {
    width: 30%;
  }
  .tablet-35,
  .caja.tablet-35,
  .ed-item.tablet-35 {
    width: 35%;
  }
  .tablet-40,
  .caja.tablet-40,
  .ed-item.tablet-40 {
    width: 40%;
  }
  .tablet-45,
  .caja.tablet-45,
  .ed-item.tablet-45 {
    width: 45%;
  }
  .tablet-50,
  .caja.tablet-50,
  .ed-item.tablet-50 {
    width: 50%;
  }
  .tablet-55,
  .caja.tablet-55,
  .ed-item.tablet-55 {
    width: 55%;
  }
  .tablet-60,
  .caja.tablet-60,
  .ed-item.tablet-60 {
    width: 60%;
  }
  .tablet-65,
  .caja.tablet-65,
  .ed-item.tablet-65 {
    width: 65%;
  }
  .tablet-70,
  .caja.tablet-70,
  .ed-item.tablet-70 {
    width: 70%;
  }
  .tablet-75,
  .caja.tablet-75,
  .ed-item.tablet-75 {
    width: 75%;
  }
  .tablet-80,
  .caja.tablet-80,
  .ed-item.tablet-80 {
    width: 80%;
  }
  .tablet-85,
  .caja.tablet-85,
  .ed-item.tablet-85 {
    width: 85%;
  }
  .tablet-90,
  .caja.tablet-90,
  .ed-item.tablet-90 {
    width: 90%;
  }
  .tablet-95,
  .caja.tablet-95,
  .ed-item.tablet-95 {
    width: 95%;
  }
  .tablet-100,
  .caja.tablet-100,
  .ed-item.tablet-100 {
    width: 100%;
  }
  .tablet-1-3,
  .caja.tablet-1-3,
  .ed-item.tablet-1-3 {
    width: 33.33333%;
  }
  .tablet-2-3,
  .caja.tablet-2-3,
  .ed-item.tablet-2-3 {
    width: 66.66667%;
  }
  .tablet-3-3,
  .caja.tablet-3-3,
  .ed-item.tablet-3-3 {
    width: 100%;
  }
  .tablet-1-6,
  .caja.tablet-1-6,
  .ed-item.tablet-1-6 {
    width: 16.66667%;
  }
  .tablet-2-6,
  .caja.tablet-2-6,
  .ed-item.tablet-2-6 {
    width: 33.33333%;
  }
  .tablet-3-6,
  .caja.tablet-3-6,
  .ed-item.tablet-3-6 {
    width: 50%;
  }
  .tablet-4-6,
  .caja.tablet-4-6,
  .ed-item.tablet-4-6 {
    width: 66.66667%;
  }
  .tablet-5-6,
  .caja.tablet-5-6,
  .ed-item.tablet-5-6 {
    width: 83.33333%;
  }
  .tablet-6-6,
  .caja.tablet-6-6,
  .ed-item.tablet-6-6 {
    width: 100%;
  }
  .tablet-1-8,
  .caja.tablet-1-8,
  .ed-item.tablet-1-8 {
    width: 12.5%;
  }
  .tablet-2-8,
  .caja.tablet-2-8,
  .ed-item.tablet-2-8 {
    width: 25%;
  }
  .tablet-3-8,
  .caja.tablet-3-8,
  .ed-item.tablet-3-8 {
    width: 37.5%;
  }
  .tablet-4-8,
  .caja.tablet-4-8,
  .ed-item.tablet-4-8 {
    width: 50%;
  }
  .tablet-5-8,
  .caja.tablet-5-8,
  .ed-item.tablet-5-8 {
    width: 62.5%;
  }
  .tablet-6-8,
  .caja.tablet-6-8,
  .ed-item.tablet-6-8 {
    width: 75%;
  }
  .tablet-7-8,
  .caja.tablet-7-8,
  .ed-item.tablet-7-8 {
    width: 87.5%;
  }
  .tablet-8-8,
  .caja.tablet-8-8,
  .ed-item.tablet-8-8 {
    width: 100%;
  }
}

@media all and (min-width: 1024px) {
  .web-5,
  .caja.web-5,
  .ed-item.web-5 {
    width: 5%;
  }
  .web-10,
  .caja.web-10,
  .ed-item.web-10 {
    width: 10%;
  }
  .web-15,
  .caja.web-15,
  .ed-item.web-15 {
    width: 15%;
  }
  .web-20,
  .caja.web-20,
  .ed-item.web-20 {
    width: 20%;
  }
  .web-25,
  .caja.web-25,
  .ed-item.web-25 {
    width: 25%;
  }
  .web-30,
  .caja.web-30,
  .ed-item.web-30 {
    width: 30%;
  }
  .web-35,
  .caja.web-35,
  .ed-item.web-35 {
    width: 35%;
  }
  .web-40,
  .caja.web-40,
  .ed-item.web-40 {
    width: 40%;
  }
  .web-45,
  .caja.web-45,
  .ed-item.web-45 {
    width: 45%;
  }
  .web-50,
  .caja.web-50,
  .ed-item.web-50 {
    width: 50%;
	margin-bottom:10px;
  }
  .web-55,
  .caja.web-55,
  .ed-item.web-55 {
    width: 55%;
  }
  .web-60,
  .caja.web-60,
  .ed-item.web-60 {
    width: 60%;
  }
  .web-65,
  .caja.web-65,
  .ed-item.web-65 {
    width: 65%;
  }
  .web-70,
  .caja.web-70,
  .ed-item.web-70 {
    width: 70%;  
	}
  .web-75,
  .caja.web-75,
  .ed-item.web-75 {
    width: 75%;
  }
  .web-80,
  .caja.web-80,
  .ed-item.web-80 {
    width: 80%;
  }
  .web-85,
  .caja.web-85,
  .ed-item.web-85 {
    width: 85%;
  }
  .web-90,
  .caja.web-90,
  .ed-item.web-90 {
    width: 90%;
  }
  .web-95,
  .caja.web-95,
  .ed-item.web-95 {
    width: 95%;
  }
  .web-100,
  .caja.web-100,
  .ed-item.web-100 {
    width: 100%;
  }
  .web-1-3,
  .caja.web-1-3,
  .ed-item.web-1-3 {
    width: 33.33333%;
  }
  .web-2-3,
  .caja.web-2-3,
  .ed-item.web-2-3 {
    width: 66.66667%;
  }
  .web-3-3,
  .caja.web-3-3,
  .ed-item.web-3-3 {
    width: 100%;
  }
  .web-1-6,
  .caja.web-1-6,
  .ed-item.web-1-6 {
    width: 16.66667%;
  }
  .web-2-6,
  .caja.web-2-6,
  .ed-item.web-2-6 {
    width: 33.33333%;
  }
  .web-3-6,
  .caja.web-3-6,
  .ed-item.web-3-6 {
    width: 50%;
  }
  .web-4-6,
  .caja.web-4-6,
  .ed-item.web-4-6 {
    width: 66.66667%;
  }
  .web-5-6,
  .caja.web-5-6,
  .ed-item.web-5-6 {
    width: 83.33333%;
  }
  .web-6-6,
  .caja.web-6-6,
  .ed-item.web-6-6 {
    width: 100%;
  }
  .web-1-8,
  .caja.web-1-8,
  .ed-item.web-1-8 {
    width: 12.5%;
  }
  .web-2-8,
  .caja.web-2-8,
  .ed-item.web-2-8 {
    width: 25%;
  }
  .web-3-8,
  .caja.web-3-8,
  .ed-item.web-3-8 {
    width: 37.5%;
  }
  .web-4-8,
  .caja.web-4-8,
  .ed-item.web-4-8 {
    width: 50%;
  }
  .web-5-8,
  .caja.web-5-8,
  .ed-item.web-5-8 {
    width: 62.5%;
  }
  .web-6-8,
  .caja.web-6-8,
  .ed-item.web-6-8 {
    width: 75%;
  }
  .web-7-8,
  .caja.web-7-8,
  .ed-item.web-7-8 {
    width: 87.5%;
  }
  .web-8-8,
  .caja.web-8-8,
  .ed-item.web-8-8 {
    width: 100%;
  }
}

@media all and (min-width: 1400px) {
  .hd-5,
  .caja.hd-5,
  .ed-item.hd-5 {
    width: 5%;
  }
  .hd-10,
  .caja.hd-10,
  .ed-item.hd-10 {
    width: 10%;
  }
  .hd-15,
  .caja.hd-15,
  .ed-item.hd-15 {
    width: 15%;
  }
  .hd-20,
  .caja.hd-20,
  .ed-item.hd-20 {
    width: 20%;
  }
  .hd-25,
  .caja.hd-25,
  .ed-item.hd-25 {
    width: 25%;
  }
  .hd-30,
  .caja.hd-30,
  .ed-item.hd-30 {
    width: 30%;
  }
  .hd-35,
  .caja.hd-35,
  .ed-item.hd-35 {
    width: 35%;
  }
  .hd-40,
  .caja.hd-40,
  .ed-item.hd-40 {
    width: 40%;
  }
  .hd-45,
  .caja.hd-45,
  .ed-item.hd-45 {
    width: 45%;
  }
  .hd-50,
  .caja.hd-50,
  .ed-item.hd-50 {
    width: 50%;
  }
  .hd-55,
  .caja.hd-55,
  .ed-item.hd-55 {
    width: 55%;
  }
  .hd-60,
  .caja.hd-60,
  .ed-item.hd-60 {
    width: 60%;
  }
  .hd-65,
  .caja.hd-65,
  .ed-item.hd-65 {
    width: 65%;
  }
  .hd-70,
  .caja.hd-70,
  .ed-item.hd-70 {
    width: 70%;
	
  }
  .hd-75,
  .caja.hd-75,
  .ed-item.hd-75 {
    width: 75%;
  }
  .hd-80,
  .caja.hd-80,
  .ed-item.hd-80 {
    width: 80%;
  }
  .hd-85,
  .caja.hd-85,
  .ed-item.hd-85 {
    width: 85%;
  }
  .hd-90,
  .caja.hd-90,
  .ed-item.hd-90 {
    width: 90%;
  }
  .hd-95,
  .caja.hd-95,
  .ed-item.hd-95 {
    width: 95%;
  }
  .hd-100,
  .caja.hd-100,
  .ed-item.hd-100 {
    width: 100%;
  }
  .hd-1-3,
  .caja.hd-1-3,
  .ed-item.hd-1-3 {
    width: 33.33333%;
  }
  .hd-2-3,
  .caja.hd-2-3,
  .ed-item.hd-2-3 {
    width: 66.66667%;
  }
  .hd-3-3,
  .caja.hd-3-3,
  .ed-item.hd-3-3 {
    width: 100%;
  }
  .hd-1-6,
  .caja.hd-1-6,
  .ed-item.hd-1-6 {
    width: 16.66667%;
  }
  .hd-2-6,
  .caja.hd-2-6,
  .ed-item.hd-2-6 {
    width: 33.33333%;
  }
  .hd-3-6,
  .caja.hd-3-6,
  .ed-item.hd-3-6 {
    width: 50%;
  }
  .hd-4-6,
  .caja.hd-4-6,
  .ed-item.hd-4-6 {
    width: 66.66667%;
  }
  .hd-5-6,
  .caja.hd-5-6,
  .ed-item.hd-5-6 {
    width: 83.33333%;
  }
  .hd-6-6,
  .caja.hd-6-6,
  .ed-item.hd-6-6 {
    width: 100%;
  }
  .hd-1-8,
  .caja.hd-1-8,
  .ed-item.hd-1-8 {
    width: 12.5%;
  }
  .hd-2-8,
  .caja.hd-2-8,
  .ed-item.hd-2-8 {
    width: 25%;
  }
  .hd-3-8,
  .caja.hd-3-8,
  .ed-item.hd-3-8 {
    width: 37.5%;
  }
  .hd-4-8,
  .caja.hd-4-8,
  .ed-item.hd-4-8 {
    width: 50%;
  }
  .hd-5-8,
  .caja.hd-5-8,
  .ed-item.hd-5-8 {
    width: 62.5%;
  }
  .hd-6-8,
  .caja.hd-6-8,
  .ed-item.hd-6-8 {
    width: 75%;
  }
  .hd-7-8,
  .caja.hd-7-8,
  .ed-item.hd-7-8 {
    width: 87.5%;
  }
  .hd-8-8,
  .caja.hd-8-8,
  .ed-item.hd-8-8 {
    width: 100%;
  }
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.grid > grid-item, .grid > .grid-item {
  width: -webkit-calc(20% - 1em);
  width: calc(20% - 1em);
  margin: 0.5em;
}

.grid-item {
  background: lightblue;
  text-align: center;
  padding: 0 1em;
}

/*ESTILOS PARA DESARROLLO
========================
Añada la clase "desarrollo"
a <body> para tener ayudas al trabajar con ED GRID
*/
body.desarrollo {
  margin: 0 !important;
}

body.desarrollo:before {
  background: steelblue;
  color: #fff;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  display: block;
  height: 36px;
  margin-bottom: 30px;
  position: relative;
  z-index: 900;
}

body.desarrollo .grupo,
body.desarrollo .ed-container {
  padding-top: 22px;
  margin-bottom: 10px;
  outline: 1px solid tomato;
  position: relative;
}

body.desarrollo .grupo .caja,
body.desarrollo .grupo .ed-item,
body.desarrollo .ed-container .caja,
body.desarrollo .ed-container .ed-item {
  position: relative;
  padding-bottom: 22px;
}

body.desarrollo .grupo .caja:nth-child(even),
body.desarrollo .grupo .ed-item:nth-child(even),
body.desarrollo .ed-container .caja:nth-child(even),
body.desarrollo .ed-container .ed-item:nth-child(even) {
  background: rgba(70, 130, 180, 0.2);
}

body.desarrollo .grupo .grupo,
body.desarrollo .grupo .ed-container,
body.desarrollo .ed-container .grupo,
body.desarrollo .ed-container .ed-container {
  margin-bottom: 0;
}

.desarrollo .grupo:before,
.desarrollo .ed-container:before,
.desarrollo .grupo .caja:after,
.desarrollo .ed-container .ed-item:after {
  content: attr(class);
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  padding: 0 5px;
  z-index: 1;
  bottom: 0;
  right: 0;
  position: absolute;
  display: table;
  width: 100%;
  height: 22px;
  line-height: 22px;
}

.desarrollo .grupo:before,
.desarrollo .ed-container:before {
  background: rgba(255, 99, 71, 0.3);
  color: tomato;
  top: 0;
  left: 0;
  width: 100%;
}

.desarrollo .caja:after,
.desarrollo .ed-item:after {
  background: rgba(70, 130, 180, 0.2);
  color: steelblue;
}

.desarrollo .caja.total:after,
.desarrollo .ed-item.total:after {
  background: rgba(27, 50, 70, 0.3);
}

body.desarrollo:before {
  content: "ED-GRID: Tamaño base";
}

@media screen and (min-width: 480px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño movil, desde 480px";
  }
}

@media screen and (min-width: 768px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño tablet, desde 768px";
  }
}

@media screen and (min-width: 1024px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño web, desde 1024px";
  }
}

@media screen and (min-width: 1400px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño hd, desde 1400px";
  }
}

.grupo.demostrar,
.ed-container.demostrar {
  outline: 1px solid tomato;
  margin: 1em auto;
}

.grupo.demostrar > .caja,
.grupo.demostrar > .ed-item,
.ed-container.demostrar > .caja,
.ed-container.demostrar > .ed-item {
  background: #eee;
  box-shadow: 0 0 0 1px steelblue;
  padding-top: 1em;
  padding-bottom: 1em;
}

.grupo.demostrar > .caja p,
.grupo.demostrar > .ed-item p,
.ed-container.demostrar > .caja p,
.ed-container.demostrar > .ed-item p {
  margin-bottom: 0;
}

.grupo.demostrar > .caja:nth-child(odd),
.grupo.demostrar > .ed-item:nth-child(odd),
.ed-container.demostrar > .caja:nth-child(odd),
.ed-container.demostrar > .ed-item:nth-child(odd) {
  background: #ddd;
}

@media screen and (max-width: 479px) {
  .desde-movil,
  .from-movil {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .desde-tablet,
  .from-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .desde-web,
  .from-web {
    display: none !important;
  }
}

@media screen and (max-width: 1399px) {
  .desde-hd,
  .from-hd {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .hasta-movil,
  .to-movil {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hasta-tablet,
  .to-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .hasta-web,
  .to-web {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .hasta-hd,
  .to-hd {
    display: none !important;
  }
}

.centro,
.centrar,
.center {
  display: block;
  clear: both;
  margin-right: auto !important;
  margin-left: auto !important;
}

.left,
.izquierda {
  float: left;
}

.right,
.derecha {
  float: right;
}

.total,
.full {
  width: 100%;
  clear: both;
}

.centrar-texto,
.center-text,
.text-center {
  text-align: center;
}

.izquierda-texto,
.izquierda-contenido {
  text-align: left;
}

.derecha-texto,
.derecha-contenido {
  text-align: right;
}

.circulo,
.circle {
  border-radius: 50%;
}

.limpiar:before,
.limpiar:after,
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}

/*NO PADDING
===========
class="no-padding" al grupo, le da padding cero a todas sus cajas.
class="no-padding" a la caja le da padding cero solo a ella
*/
.no-padding.grupo > .caja,
.no-padding.ed-container > .ed-item,
.caja.no-padding,
.ed-item.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Controlar el padding*/
.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-2 {
  padding-left: 30px;
  padding-right: 30px;
}

.padding-3 {
  padding-left: 45px;
  padding-right: 45px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  position: relative;
  top: .15em;
  display: inline-block;
}

.espacio:before {
  margin-right: .3em;
}

.ed-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.ed-video > iframe,
.ed-video > object,
.ed-video > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ed-menu, .ed-menu ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}


.ed-menu li {
  position: relative;
}

.ed-menu ul {
  position: absolute;
  display: none;
}

.ed-menu a {
  display: block;
  width: 100%;
  line-height: 3em;
  padding: 0;
  padding-left:10px;
  padding-right:10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.ed-menu.default, .ed-menu.nav-bar {
  background: #eee;
}

.ed-menu.default li, .ed-menu.nav-bar li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ed-menu.default li:hover, .ed-menu.nav-bar li:hover {
  background: rgba(0, 0, 0, 0.1);
}

.ed-menu.default ul, .ed-menu.nav-bar ul {
  background: #e1e1e1;
}

.ed-menu.default a, .ed-menu.nav-bar a {
  color: #666;
}

.ed-menu.nav-bar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.nav-bar li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.nav-bar li:last-child {
  border-right: none;
}

.ed-menu.nav-bar ul {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.nav-bar ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ed-menu.nav-bar ul li:last-child {
  border-bottom: none;
}

.ed-menu.button-bar li {
  margin-bottom: .5em;
  margin-right: .5em;
}

.ed-menu.button-bar a {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  background: #eee;
  line-height: 2.5em;
  margin-right: .5em;
  padding: 0 1.5em;
  border-radius: 4px;
  color: #666;
}

.ed-menu.button-bar a:hover {
  background: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .tablet-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tablet-horizontal.nav-bar > li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  .tablet-horizontal a {
    text-align: center;
  }
  .tablet-horizontal ul {
    position: absolute;
    top: 100%;
    min-width: 10em;
  }
  .tablet-horizontal ul ul {
    top: 0;
    left: 100%;
  }
  .tablet-horizontal li:hover > ul {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .web-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .web-horizontal.nav-bar > li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: none;
  }
  .web-horizontal a {
    text-align: center;
  }
  .web-horizontal ul {
    position: absolute;
    top: 100%;
    min-width: 10em;
  }
  .web-horizontal ul ul {
    top: 0;
    left: 100%;
  }
  .web-horizontal li:hover > ul {
    display: block;
  }
}

@media all and (max-width: 767px) {
  img.aweb {
    width: 90%;
  }
}


@font-face {
  font-family: "ed-grid";
  src: url("../fonts/ed-grid.eot");
  src: url("../fonts/ed-grid.eot?#iefix") format("embedded-opentype"), url("../fonts/ed-grid.woff") format("woff"), url("../fonts/ed-grid.ttf") format("truetype"), url("../fonts/ed-grid.svg#ed-grid") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "ed-grid", sans-serif !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ed-grid",sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-youtube:before {
  content: "a";
}

.icon-twitter:before {
  content: "b";
}

.icon-facebook:before {
  content: "c";
}

.icon-linkedin:before {
  content: "d";
}

.icon-pinterest:before {
  content: "e";
}

.icon-instagram:before {
  content: "f";
}

.icon-rss:before {
  content: "g";
}

.icon-github:before {
  content: "h";
}

.icon-izquierda:before {
  content: "i";
}

.icon-derecha:before {
  content: "j";
}

.icon-arriba:before {
  content: "k";
}

.icon-abajo:before {
  content: "l";
}

.icon-triangulo-izquierda:before {
  content: "m";
}

.icon-triangulo-derecha:before {
  content: "n";
}

.icon-triangulo-arriba:before {
  content: "p";
}

.icon-aceptar:before {
  content: "q";
}

.icon-triangulo-abajo:before {
  content: "o";
}

.icon-telefono:before {
  content: "r";
}

.icon-android:before {
  content: "s";
}

.icon-apple:before {
  content: "t";
}

.icon-bitcoin:before {
  content: "u";
}

.icon-fecha:before {
  content: "v";
}

.icon-camara:before {
  content: "w";
}

.icon-tarjeta:before {
  content: "x";
}

.icon-pin:before {
  content: "y";
}

.icon-cerrar:before {
  content: "z";
}

.icon-whatsapp:before {
  content: "A";
}

.icon-vimeo:before {
  content: "B";
}

.icon-menu:before {
  content: "C";
}

.icon-menu-secundario:before {
  content: "D";
}

.icon-correo:before {
  content: "E";
}

.icon-ed:before {
  content: "F";
}

.icon-google-plus:before {
  content: "G";
}

.icon-carrito:before {
  content: "H";
}

.icon-usuario:before {
  content: "I";
}

.icon-enlace:before {
  content: "J";
}

.icon-portafolio:before {
  content: "K";
}

.icon-mastercard:before {
  content: "L";
}

.icon-paypal:before {
  content: "M";
}

.icon-visa:before {
  content: "N";
}

.icon-buscar:before {
  content: "O";
}

@media screen and (min-width: 480px) {
  .movil-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .movil-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .movil-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .movil-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .movil-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .movil-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .movil-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .movil-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .movil-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .movil-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media screen and (min-width: 768px) {
  .tablet-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .tablet-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .tablet-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .tablet-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .tablet-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .tablet-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .tablet-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .tablet-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .tablet-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .tablet-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media screen and (min-width: 1024px) {
  .web-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .web-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .web-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .web-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .web-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .web-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .web-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .web-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .web-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .web-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}

@media screen and (min-width: 1400px) {
  .hd-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .hd-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .hd-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .hd-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .hd-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .hd-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .hd-order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .hd-order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .hd-order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .hd-order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}

.justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.distribute,
.distributed {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-distribute,
  .movil-distributed {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-distribute,
  .tablet-distributed {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-distribute,
  .web-distributed {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-distribute,
  .hd-distributed {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.main-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-main-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-main-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-main-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-main-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.main-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-main-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-main-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-main-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-main-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.main-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-main-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-main-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-main-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-main-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cross-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-cross-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-cross-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-cross-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-cross-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cross-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-cross-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-cross-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-cross-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-cross-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.cross-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

@media all and (min-width: 480px) {
  .movil-cross-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-cross-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-cross-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-cross-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media all and (min-width: 480px) {
  .movil-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media all and (min-width: 480px) {
  .movil-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 768px) {
  .tablet-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1024px) {
  .web-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (min-width: 1400px) {
  .hd-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.abcenter {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media all and (min-width: 480px) {
  .caja.movil-offset-5,
  .ed-item.movil-offset-5 {
    margin-left: 5%;
  }
  .caja.movil-offset-10,
  .ed-item.movil-offset-10 {
    margin-left: 10%;
  }
  .caja.movil-offset-15,
  .ed-item.movil-offset-15 {
    margin-left: 15%;
  }
  .caja.movil-offset-20,
  .ed-item.movil-offset-20 {
    margin-left: 20%;
  }
  .caja.movil-offset-25,
  .ed-item.movil-offset-25 {
    margin-left: 25%;
  }
  .caja.movil-offset-30,
  .ed-item.movil-offset-30 {
    margin-left: 30%;
  }
  .caja.movil-offset-35,
  .ed-item.movil-offset-35 {
    margin-left: 35%;
  }
  .caja.movil-offset-40,
  .ed-item.movil-offset-40 {
    margin-left: 40%;
  }
  .caja.movil-offset-45,
  .ed-item.movil-offset-45 {
    margin-left: 45%;
  }
  .caja.movil-offset-50,
  .ed-item.movil-offset-50 {
    margin-left: 50%;
  }
  .caja.movil-offset-55,
  .ed-item.movil-offset-55 {
    margin-left: 55%;
  }
  .caja.movil-offset-60,
  .ed-item.movil-offset-60 {
    margin-left: 60%;
  }
  .caja.movil-offset-65,
  .ed-item.movil-offset-65 {
    margin-left: 65%;
  }
  .caja.movil-offset-70,
  .ed-item.movil-offset-70 {
    margin-left: 70%;
  }
  .caja.movil-offset-75,
  .ed-item.movil-offset-75 {
    margin-left: 75%;
  }
  .caja.movil-offset-80,
  .ed-item.movil-offset-80 {
    margin-left: 80%;
  }
  .caja.movil-offset-85,
  .ed-item.movil-offset-85 {
    margin-left: 85%;
  }
  .caja.movil-offset-90,
  .ed-item.movil-offset-90 {
    margin-left: 90%;
  }
  .caja.movil-offset-95,
  .ed-item.movil-offset-95 {
    margin-left: 95%;
  }
  .caja.movil-offset-100,
  .ed-item.movil-offset-100 {
    margin-left: 100%;
  }
  .caja.movil-offset-1-3,
  .ed-item.movil-offset-1-3 {
    margin-left: 33.33333%;
  }
  .caja.movil-offset-2-3,
  .ed-item.movil-offset-2-3 {
    margin-left: 66.66667%;
  }
  .caja.movil-offset-3-3,
  .ed-item.movil-offset-3-3 {
    margin-left: 100%;
  }
  .caja.movil-offset-1-6,
  .ed-item.movil-offset-1-6 {
    margin-left: 16.66667%;
  }
  .caja.movil-offset-2-6,
  .ed-item.movil-offset-2-6 {
    margin-left: 33.33333%;
  }
  .caja.movil-offset-3-6,
  .ed-item.movil-offset-3-6 {
    margin-left: 50%;
  }
  .caja.movil-offset-4-6,
  .ed-item.movil-offset-4-6 {
    margin-left: 66.66667%;
  }
  .caja.movil-offset-5-6,
  .ed-item.movil-offset-5-6 {
    margin-left: 83.33333%;
  }
  .caja.movil-offset-6-6,
  .ed-item.movil-offset-6-6 {
    margin-left: 100%;
  }
  .caja.movil-offset-1-8,
  .ed-item.movil-offset-1-8 {
    margin-left: 12.5%;
  }
  .caja.movil-offset-2-8,
  .ed-item.movil-offset-2-8 {
    margin-left: 25%;
  }
  .caja.movil-offset-3-8,
  .ed-item.movil-offset-3-8 {
    margin-left: 37.5%;
  }
  .caja.movil-offset-4-8,
  .ed-item.movil-offset-4-8 {
    margin-left: 50%;
  }
  .caja.movil-offset-5-8,
  .ed-item.movil-offset-5-8 {
    margin-left: 62.5%;
  }
  .caja.movil-offset-6-8,
  .ed-item.movil-offset-6-8 {
    margin-left: 75%;
  }
  .caja.movil-offset-7-8,
  .ed-item.movil-offset-7-8 {
    margin-left: 87.5%;
  }
  .caja.movil-offset-8-8,
  .ed-item.movil-offset-8-8 {
    margin-left: 100%;
  }
}

@media all and (min-width: 768px) {
  .caja.tablet-offset-5,
  .ed-item.tablet-offset-5 {
    margin-left: 5%;
  }
  .caja.tablet-offset-10,
  .ed-item.tablet-offset-10 {
    margin-left: 10%;
  }
  .caja.tablet-offset-15,
  .ed-item.tablet-offset-15 {
    margin-left: 15%;
  }
  .caja.tablet-offset-20,
  .ed-item.tablet-offset-20 {
    margin-left: 20%;
  }
  .caja.tablet-offset-25,
  .ed-item.tablet-offset-25 {
    margin-left: 25%;
  }
  .caja.tablet-offset-30,
  .ed-item.tablet-offset-30 {
    margin-left: 30%;
  }
  .caja.tablet-offset-35,
  .ed-item.tablet-offset-35 {
    margin-left: 35%;
  }
  .caja.tablet-offset-40,
  .ed-item.tablet-offset-40 {
    margin-left: 40%;
  }
  .caja.tablet-offset-45,
  .ed-item.tablet-offset-45 {
    margin-left: 45%;
  }
  .caja.tablet-offset-50,
  .ed-item.tablet-offset-50 {
    margin-left: 50%;
  }
  .caja.tablet-offset-55,
  .ed-item.tablet-offset-55 {
    margin-left: 55%;
  }
  .caja.tablet-offset-60,
  .ed-item.tablet-offset-60 {
    margin-left: 60%;
  }
  .caja.tablet-offset-65,
  .ed-item.tablet-offset-65 {
    margin-left: 65%;
  }
  .caja.tablet-offset-70,
  .ed-item.tablet-offset-70 {
    margin-left: 70%;
  }
  .caja.tablet-offset-75,
  .ed-item.tablet-offset-75 {
    margin-left: 75%;
  }
  .caja.tablet-offset-80,
  .ed-item.tablet-offset-80 {
    margin-left: 80%;
  }
  .caja.tablet-offset-85,
  .ed-item.tablet-offset-85 {
    margin-left: 85%;
  }
  .caja.tablet-offset-90,
  .ed-item.tablet-offset-90 {
    margin-left: 90%;
  }
  .caja.tablet-offset-95,
  .ed-item.tablet-offset-95 {
    margin-left: 95%;
  }
  .caja.tablet-offset-100,
  .ed-item.tablet-offset-100 {
    margin-left: 100%;
  }
  .caja.tablet-offset-1-3,
  .ed-item.tablet-offset-1-3 {
    margin-left: 33.33333%;
  }
  .caja.tablet-offset-2-3,
  .ed-item.tablet-offset-2-3 {
    margin-left: 66.66667%;
  }
  .caja.tablet-offset-3-3,
  .ed-item.tablet-offset-3-3 {
    margin-left: 100%;
  }
  .caja.tablet-offset-1-6,
  .ed-item.tablet-offset-1-6 {
    margin-left: 16.66667%;
  }
  .caja.tablet-offset-2-6,
  .ed-item.tablet-offset-2-6 {
    margin-left: 33.33333%;
  }
  .caja.tablet-offset-3-6,
  .ed-item.tablet-offset-3-6 {
    margin-left: 50%;
  }
  .caja.tablet-offset-4-6,
  .ed-item.tablet-offset-4-6 {
    margin-left: 66.66667%;
  }
  .caja.tablet-offset-5-6,
  .ed-item.tablet-offset-5-6 {
    margin-left: 83.33333%;
  }
  .caja.tablet-offset-6-6,
  .ed-item.tablet-offset-6-6 {
    margin-left: 100%;
  }
  .caja.tablet-offset-1-8,
  .ed-item.tablet-offset-1-8 {
    margin-left: 12.5%;
  }
  .caja.tablet-offset-2-8,
  .ed-item.tablet-offset-2-8 {
    margin-left: 25%;
  }
  .caja.tablet-offset-3-8,
  .ed-item.tablet-offset-3-8 {
    margin-left: 37.5%;
  }
  .caja.tablet-offset-4-8,
  .ed-item.tablet-offset-4-8 {
    margin-left: 50%;
  }
  .caja.tablet-offset-5-8,
  .ed-item.tablet-offset-5-8 {
    margin-left: 62.5%;
  }
  .caja.tablet-offset-6-8,
  .ed-item.tablet-offset-6-8 {
    margin-left: 75%;
  }
  .caja.tablet-offset-7-8,
  .ed-item.tablet-offset-7-8 {
    margin-left: 87.5%;
  }
  .caja.tablet-offset-8-8,
  .ed-item.tablet-offset-8-8 {
    margin-left: 100%;
  }
}

@media all and (min-width: 1024px) {
  .caja.web-offset-5,
  .ed-item.web-offset-5 {
    margin-left: 5%;
  }
  .caja.web-offset-10,
  .ed-item.web-offset-10 {
    margin-left: 10%;
  }
  .caja.web-offset-15,
  .ed-item.web-offset-15 {
    margin-left: 15%;
  }
  .caja.web-offset-20,
  .ed-item.web-offset-20 {
    margin-left: 20%;
  }
  .caja.web-offset-25,
  .ed-item.web-offset-25 {
    margin-left: 25%;
  }
  .caja.web-offset-30,
  .ed-item.web-offset-30 {
    margin-left: 30%;
  }
  .caja.web-offset-35,
  .ed-item.web-offset-35 {
    margin-left: 35%;
  }
  .caja.web-offset-40,
  .ed-item.web-offset-40 {
    margin-left: 40%;
  }
  .caja.web-offset-45,
  .ed-item.web-offset-45 {
    margin-left: 45%;
  }
  .caja.web-offset-50,
  .ed-item.web-offset-50 {
    margin-left: 50%;
  }
  .caja.web-offset-55,
  .ed-item.web-offset-55 {
    margin-left: 55%;
  }
  .caja.web-offset-60,
  .ed-item.web-offset-60 {
    margin-left: 60%;
  }
  .caja.web-offset-65,
  .ed-item.web-offset-65 {
    margin-left: 65%;
  }
  .caja.web-offset-70,
  .ed-item.web-offset-70 {
    margin-left: 70%;
  }
  .caja.web-offset-75,
  .ed-item.web-offset-75 {
    margin-left: 75%;
  }
  .caja.web-offset-80,
  .ed-item.web-offset-80 {
    margin-left: 80%;
  }
  .caja.web-offset-85,
  .ed-item.web-offset-85 {
    margin-left: 85%;
  }
  .caja.web-offset-90,
  .ed-item.web-offset-90 {
    margin-left: 90%;
  }
  .caja.web-offset-95,
  .ed-item.web-offset-95 {
    margin-left: 95%;
  }
  .caja.web-offset-100,
  .ed-item.web-offset-100 {
    margin-left: 100%;
  }
  .caja.web-offset-1-3,
  .ed-item.web-offset-1-3 {
    margin-left: 33.33333%;
  }
  .caja.web-offset-2-3,
  .ed-item.web-offset-2-3 {
    margin-left: 66.66667%;
  }
  .caja.web-offset-3-3,
  .ed-item.web-offset-3-3 {
    margin-left: 100%;
  }
  .caja.web-offset-1-6,
  .ed-item.web-offset-1-6 {
    margin-left: 16.66667%;
  }
  .caja.web-offset-2-6,
  .ed-item.web-offset-2-6 {
    margin-left: 33.33333%;
  }
  .caja.web-offset-3-6,
  .ed-item.web-offset-3-6 {
    margin-left: 50%;
  }
  .caja.web-offset-4-6,
  .ed-item.web-offset-4-6 {
    margin-left: 66.66667%;
  }
  .caja.web-offset-5-6,
  .ed-item.web-offset-5-6 {
    margin-left: 83.33333%;
  }
  .caja.web-offset-6-6,
  .ed-item.web-offset-6-6 {
    margin-left: 100%;
  }
  .caja.web-offset-1-8,
  .ed-item.web-offset-1-8 {
    margin-left: 12.5%;
  }
  .caja.web-offset-2-8,
  .ed-item.web-offset-2-8 {
    margin-left: 25%;
  }
  .caja.web-offset-3-8,
  .ed-item.web-offset-3-8 {
    margin-left: 37.5%;
  }
  .caja.web-offset-4-8,
  .ed-item.web-offset-4-8 {
    margin-left: 50%;
  }
  .caja.web-offset-5-8,
  .ed-item.web-offset-5-8 {
    margin-left: 62.5%;
  }
  .caja.web-offset-6-8,
  .ed-item.web-offset-6-8 {
    margin-left: 75%;
  }
  .caja.web-offset-7-8,
  .ed-item.web-offset-7-8 {
    margin-left: 87.5%;
  }
  .caja.web-offset-8-8,
  .ed-item.web-offset-8-8 {
    margin-left: 100%;
  }
}

@media all and (min-width: 1400px) {
  .caja.hd-offset-5,
  .ed-item.hd-offset-5 {
    margin-left: 5%;
  }
  .caja.hd-offset-10,
  .ed-item.hd-offset-10 {
    margin-left: 10%;
  }
  .caja.hd-offset-15,
  .ed-item.hd-offset-15 {
    margin-left: 15%;
  }
  .caja.hd-offset-20,
  .ed-item.hd-offset-20 {
    margin-left: 20%;
  }
  .caja.hd-offset-25,
  .ed-item.hd-offset-25 {
    margin-left: 25%;
  }
  .caja.hd-offset-30,
  .ed-item.hd-offset-30 {
    margin-left: 30%;
  }
  .caja.hd-offset-35,
  .ed-item.hd-offset-35 {
    margin-left: 35%;
  }
  .caja.hd-offset-40,
  .ed-item.hd-offset-40 {
    margin-left: 40%;
  }
  .caja.hd-offset-45,
  .ed-item.hd-offset-45 {
    margin-left: 45%;
  }
  .caja.hd-offset-50,
  .ed-item.hd-offset-50 {
    margin-left: 50%;
  }
  .caja.hd-offset-55,
  .ed-item.hd-offset-55 {
    margin-left: 55%;
  }
  .caja.hd-offset-60,
  .ed-item.hd-offset-60 {
    margin-left: 60%;
  }
  .caja.hd-offset-65,
  .ed-item.hd-offset-65 {
    margin-left: 65%;
  }
  .caja.hd-offset-70,
  .ed-item.hd-offset-70 {
    margin-left: 70%;
  }
  .caja.hd-offset-75,
  .ed-item.hd-offset-75 {
    margin-left: 75%;
  }
  .caja.hd-offset-80,
  .ed-item.hd-offset-80 {
    margin-left: 80%;
  }
  .caja.hd-offset-85,
  .ed-item.hd-offset-85 {
    margin-left: 85%;
  }
  .caja.hd-offset-90,
  .ed-item.hd-offset-90 {
    margin-left: 90%;
  }
  .caja.hd-offset-95,
  .ed-item.hd-offset-95 {
    margin-left: 95%;
  }
  .caja.hd-offset-100,
  .ed-item.hd-offset-100 {
    margin-left: 100%;
  }
  .caja.hd-offset-1-3,
  .ed-item.hd-offset-1-3 {
    margin-left: 33.33333%;
  }
  .caja.hd-offset-2-3,
  .ed-item.hd-offset-2-3 {
    margin-left: 66.66667%;
  }
  .caja.hd-offset-3-3,
  .ed-item.hd-offset-3-3 {
    margin-left: 100%;
  }
  .caja.hd-offset-1-6,
  .ed-item.hd-offset-1-6 {
    margin-left: 16.66667%;
  }
  .caja.hd-offset-2-6,
  .ed-item.hd-offset-2-6 {
    margin-left: 33.33333%;
  }
  .caja.hd-offset-3-6,
  .ed-item.hd-offset-3-6 {
    margin-left: 50%;
  }
  .caja.hd-offset-4-6,
  .ed-item.hd-offset-4-6 {
    margin-left: 66.66667%;
  }
  .caja.hd-offset-5-6,
  .ed-item.hd-offset-5-6 {
    margin-left: 83.33333%;
  }
  .caja.hd-offset-6-6,
  .ed-item.hd-offset-6-6 {
    margin-left: 100%;
  }
  .caja.hd-offset-1-8,
  .ed-item.hd-offset-1-8 {
    margin-left: 12.5%;
  }
  .caja.hd-offset-2-8,
  .ed-item.hd-offset-2-8 {
    margin-left: 25%;
  }
  .caja.hd-offset-3-8,
  .ed-item.hd-offset-3-8 {
    margin-left: 37.5%;
  }
  .caja.hd-offset-4-8,
  .ed-item.hd-offset-4-8 {
    margin-left: 50%;
  }
  .caja.hd-offset-5-8,
  .ed-item.hd-offset-5-8 {
    margin-left: 62.5%;
  }
  .caja.hd-offset-6-8,
  .ed-item.hd-offset-6-8 {
    margin-left: 75%;
  }
  .caja.hd-offset-7-8,
  .ed-item.hd-offset-7-8 {
    margin-left: 87.5%;
  }
  .caja.hd-offset-8-8,
  .ed-item.hd-offset-8-8 {
    margin-left: 100%;
  }
}

.boton, .button, button {
  display: inline-block;
  line-height: 2.5em;
  background: #ddd;
  color: #333;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
}

.boton:hover, .button:hover, button:hover {
  background: #d0d0d0;
}

.boton:active, .button:active, button:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

.boton.round, .button.round, button.round {
  display: inline-block;
  line-height: 2.5em;
  background: #ddd;
  color: #333;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  border-radius: 1.25em;
}

.boton.round:hover, .button.round:hover, button.round:hover {
  background: #d0d0d0;
}

.boton.round:active, .button.round:active, button.round:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

.boton.radius, .button.radius, button.radius {
  display: inline-block;
  line-height: 2.5em;
  background: #ddd;
  color: #333;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  border-radius: 1.25em;
}

.boton.radius:hover, .button.radius:hover, button.radius:hover {
  background: #d0d0d0;
}

.boton.radius:active, .button.radius:active, button.radius:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}

body {
  background: #fff;
  font-family: "Roboto", sans-serif;
  color: #333;
}

a {
  color: initial;
  text-decoration: none;
}

p, blockquote, li {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

p {
  margin: 0 0 1em 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: .9em;
}

p:last-child,
p:only-child {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: normal;
  color: #222;
}

h1 {
  font-size: 2em;
  line-height: 1.2;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.8em;
}

.toggle-menu {
  color: #000;
  font-size: 1.5em;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

@media screen and (max-width: 1023px) {
  .ed-menu {
    position: fixed;
    padding-left: 2em;
    top: 2.5em;
    right: -80%;
    background: rgba(0, 0, 0, 0.45);
    width: 65%;
    /*height: 100vh;*/
    z-index: 900;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .ed-menu1 {
    position: fixed;
    padding-left: 2em;
    top: 2.5em;
    right: -30%;
    background: rgba(0, 0, 0, 0.45);
    width: 65%;
    /*height: 100vh;*/
    z-index: 900;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .web-horizontal li > ul {
    display: block;
    position: relative;
    /*margin-bottom: 1em;*/
  }
  .fondo-menu > li > a {
    color: black !important;
    line-height: 1.2em;
    font-size: 0.8em;
    text-align: left;
    width: 80%;
    display: inline-block;
    padding-left: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .fondo-menu > li > a:hover {
    color: #605CA8 !important;
    background: none;
  }
  a.blanco {
    color: #fff !important;
  }
  a.blanco:hover {
    background: rgba(96, 92, 168, 0.7);
  }
  .ed-menu.mostrar {
    right: 0;
  }
  .ed-menu1.mostrar1 {
    top: 0;
  }
  img.aweb {
    /*margin-top: .75em;*/
  }
}

.ed-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  line-height: 4;
}

@media screen and (min-width: 1024px) {
  .ed-menu li {
    border-bottom: none;
  }
  .empresa-centrado {
    margin-bottom: -4px;
  }
  .beneficios-centrado {
    margin-bottom: -1px;
  }
  .proyectos-centrado {
    margin-bottom: -3px;
  }
  .impactosocial-centrado {
    margin-bottom: -1px;
  }
  .casos-centrado {
    margin-bottom: -1px;
  }
  .contacto-centrado {
    margin-bottom: -2px;
  }
}

.ed-menu a {
  color: #000;
/*  text-transform: uppercase;
  font-weight: 300;*/
}

.logo {
  color: #fff;
  font-weight: 700;
  margin-left: 18%;
}

.logo > img {
  margin-top: 1em;
  margin-left: 3em;
}

#header-empresa {
  background: #fff;
  max-width: 100%;
  /*padding: 0 4% 3% 4%;*/
  /*margin: 0 auto;*/
}
#header-impacto { 
  background: #bbab7b;
  max-width: 100%;
  /*padding: 0 4% 3% 4%;*/
  /*margin: 0 auto;*/
}
#header-detalle {
  background: #9c71b2;
  max-width: 100%;
  /*padding: 0 4% 3% 4%;*/
  /*margin: 0 auto;*/
}
#header-poblacion {
  background: #b6bb8c;
  max-width: 100%;
  /*padding: 0 4% 3% 4%;*/
  /*margin: 0 auto;*/
}

/*.nsmt {
	margin-top: 0;
}*/
.main-header {
/*  background-image:url(../img/fondo_menu.png);
  background-repeat:repeat-x; */
  background: #fff;
  height:50px;
  box-shadow: 1px 1px 7px #ccc;
  /*margin-bottom: -10px;*/
  position: fixed;
  z-index: 15000;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-header {
	height: 100px;
  }
  .logo {
  margin-left: 30%;
}
/*  .logo > img {
    margin-top: 1em;
    margin-left: 18%;
  }*/
}

.banner {
  position: relative;
  padding-top: 50px;
}

@media all and (min-width: 1024px) {
	.banner {
		padding-top: 100px;
	}
}

@media all and (min-width: 1300px) {
  .banner > img.superior {
    width: inherit;
  }
  .scroll
  {
     left: auto !important;
     right: 0 !important;
     bottom: 0 !important;
     z-index: 2000 !important;
   }
  .hd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media all and (max-width: 360px) {
  .banner__button__home__01 {
    margin-left: 1em;
  }
  .banner__button__home__02, .banner__button__home__03 {
    text-align: center;
    margin-left: 1em;
    width: 110%;
  }
  h3.grande {
    display: none;
  }
    .banner__copy__proyectos {
    position: absolute;
    left: 5%;
    text-align: left;
    top: 66%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-size: .9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
}

@media all and (max-width: 479px) {
.banner__title__empresa {
  display: none;
  }
  .banner__copy__poblacion {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 66%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 68%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
    .banner__copy__proyectos {
    position: absolute;
    left: 5%;
    text-align: left;
    top: 66%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-size: .9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .banner__copy__exito {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
}

@media all and (min-width: 200px) and (max-width: 480px) {
  .banner__copy {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
    .banner__copy__empresa {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
  .subtitle {
    display: none;
  }
  .banner__copy__administracion {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 65%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
  .banner__copy__impacto {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
  .banner__copy__exito {
    position: absolute;
    left: 2%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 70%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
  }
  .banner__copy.auto2 {
    width: 80% !important;
      }
  .logo > img {
    margin-left: 1em;
  }
  .banner__copy.proyectos {
    width: 70%;
    }
.banner__button__empresa, .banner__button__impacto {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 1%;
  }
.banner__button__casosexito {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 1%;
  }
  .banner__button__casosexito:hover {
  background: rgba(191,200,215, 0.9);
  color: white;
}
.banner__button__home__01 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 1%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__01:hover {
  background: rgba(204, 232, 250, 0.9);
  color: #fff;
}
.banner__button__home__02 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 1%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__02:hover {
  background: rgba(235, 219, 197, 0.9);
  color: #fff;
  font-weight: 300;
}
.banner__button__home__03 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__03:hover {
  background: rgba(231, 233, 232, 0.9);
  color: #fff;
  font-weight: 300;
}
  .banner__button__poblacion {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid black;
  color: black;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 2%;
}
.banner__button__poblacion:hover {
  background: rgba(231,233,232, 0.9);
  color: black;
}

.banner__button__administracion {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid white;
  color: white;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 2%;
}
.banner__button__administracion:hover {
  background: rgba(182,187,149, 0.9);
  color: white;
}

.banner__button__empresa:hover {
  background: rgba(240,91,120, 0.9);
  color: white;
}

.banner__button__impacto:hover {
  background: rgba(179,148,54, 0.9);
  color: white;
}

.banner__button__empresa:active, .banner__button__impacto:active, .banner__button__administracion:active,
img.aweb:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
  }
  .banner__button__empresa {
    text-align: center;
    margin-left: 1em;
    width: 88%;
  }
}

@media all and (min-width: 468px) and (max-width: 478px ) {
  .imagenfondo {
    padding: 0 !important;
  }
}

@media all and (min-width: 480px) and (max-width: 768px) {
    .banner__copy {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 56%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 79%;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .banner__copy__empresa {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 62%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 72%;
    font
    -size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
    .banner__copy__poblacion {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 65%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 51%;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
    .banner__copy__administracion {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 79%;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
    .banner__copy__proyectos {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 61.5%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 65%;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
    .banner__copy__impacto {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 46%;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
    .banner__copy__exito {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 61.5%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 79%;
    font-size: 1.2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
  .subtitle {
    display: none;
  }
  .banner__copy.auto {
    width: auto;
  }
  .banner__copy.auto2 {
    font-size: .8em;
    width: 60%;
  }

  span {
    font-weight: bold;
  }

.banner__button__empresa, .banner__button__impacto {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  }
  .banner__button__poblacion {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid black;
  color: black;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 2%;
}
.banner__button__administracion {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid white;
  color: white;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 2%;
}
.banner__button__casosexito {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  }
  .banner__button__casosexito:hover {
  background: rgba(191,200,215, 0.9);
  color: white;
}
.banner__button__home__01 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__01:hover {
  background: rgba(204, 232, 250, 0.9);
  color: #fff;
}
.banner__button__home__02 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__02:hover {
  background: rgba(235, 219, 197, 0.9);
  color: #fff;
  font-weight: 300;
}
.banner__button__home__03 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__03:hover {
  background: rgba(231, 233, 232, 0.9);
  color: #fff;
  font-weight: 300;
}
.banner__button__administracion:hover {
  background: rgba(182,187,149, 0.9);
  color: white;
}
.banner__button__poblacion:hover {
  background: rgba(231,233,232, 0.9);
  color: black;
}

.banner__button__empresa:hover {
  background: rgba(240,91,120, 0.9);
  color: white;
}
.banner__button__impacto:hover {
  background: rgba(179,148,54, 0.9);
}
.banner__button__empresa:active, .banner__button__impacto:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
  }
}


.superior {
  position: absolute;
  right: 0px;
  bottom: 0px;
  max-width: 45%;
  z-index: 900;
}

.banner img {
  width: 100%;
}

@media all and (min-width: 768px) {
.banner__copy__empresa {
  position: absolute;
  width: 92%;
  left: 9%;
  text-align: left;
  top: 55%;
  transform: translateY(-50%);
  z-index: 20;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  }
  .banner__button__empresa {
    margin: 0 !important;
  }
    .banner__copy__poblacion, .banner__copy__administracion,
    .banner__copy__proyectos, .banner__copy__impacto,
    .banner__copy__exito {
    position: absolute;
    left: 9%;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    z-index: 20;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 45%;
    font-size: 1.7em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
.banner__copy {
  position: absolute;
  width: 92%;
  left: 9%;
  text-align: left;
  top: 55%;
  transform: translateY(-50%);
  z-index: 20;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  }
  .subtitle {
    margin: 0 !important;
  }
  .banner__copy.auto2 {
    font-size: 1.3em;
  }
  .banner__copy.casosexito {
    width: 28%;
    }
  .logo > img {
    margin-left: 5em;
  }
.banner__button__empresa, .banner__button__impacto, .banner__button__administracion {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid white;
  color: white;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 8%;
}
.banner__button__poblacion {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid black;
  color: black;
  padding: 0 1.5em;
  cursor: pointer;
  margin-bottom: 1em;
  margin-top: 8%;
}
.banner__button__casosexito {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 8%;
  }
  .banner__button__casosexito:hover {
  background: rgba(191,200,215, 0.9);
}
.banner__button__home__01 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__01:hover {
  background: rgba(204, 232, 250, 0.9);
  color: #fff;
}
.banner__button__home__02 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 8%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__02:hover {
  background: rgba(235, 219, 197, 0.9);
  color: #fff;
  font-weight: 300;
}
.banner__button__home__03 {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 2%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  }
  .banner__button__home__03:hover {
  background: rgba(231, 233, 232, 0.9);
  color: #fff;
  font-weight: 300;
}
.banner__button__casosexito {
  display: inline-block;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px 1.5em;
  cursor: pointer;
  margin-top: 8%;
  }
  .banner__button__casosexito:hover {
  background: rgba(191,200,215, 0.9);
  color: white;
}
.banner__button__administracion:hover {
  background: rgba(182,187,149, 0.9);
  color: white;
}
.banner__button__poblacion:hover {
  background: rgba(231,233,232, 0.9);
  color: black;
}
.banner__button__empresa:hover {
  background: rgba(240,91,120, 0.9);
  color: white;
}
.banner__button__impacto:hover {
  background: rgba(179,148,54, 0.9);
  color: white;
}
.banner__button:active, .banner__button__impacto:active, .banner__button__poblacion:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
  }
}
.banner__button__poblacion:active {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
@media screen and (min-width: 1024px) {
  .banner__copy {
    font-size: 1.5em;
    top: 55%;
    width: 60%;
  }
  .banner__botton__home__01 {
    margin: 0;
  }
  .banner__copy__empresa {
    font-size: 1.7em;
    top: 57%;
    width: 45%;   
  }
  .banner__copy__administracion, {
    font-size: 1.7em;
    top: 43%;
    width: 31%;
  }
  .banner__button__empresa {
    margin-top: 40px !important;
  }
  .banner__copy__proyectos, .banner__copy__impacto {
    font-size: 1.7em;
    top: 50%;
    width: 36%;
  }
  .banner__copy__exito {
    font-size: 1.7em;
    top: 50%;
    width: 31%;
  }
  .subtitle {
    margin: 0;
  }
  h3.grande {
    font-size:30px;
  }
  h3.grande-02 {
    font-size: 1.65em;
  }
  .ancho__poblacion {
    width: 29%;
  }
}
  .banner__copy.auto2 {
    width: 65%;
  }

.banner__title {
  text-transform: none;
}

.banner__title {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.banner__title__empresa {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.banner__title__poblacion {
  margin: 0;
  color: #000;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/************************** ESTILOS DEL BODY *************************/

body {
  background: #000;
}

#servicioss [class^="icon-"] {
  color: #fff;
  font-size: 1.5em;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 1.7em;
  display: block;
  height: 1.7em;
  text-align: center;
  line-height: 1.7em;
}

@media screen and (max-width: 767px) {
  #servicioss [class^="icon-"] {
    display: none;
  }
}

.acoplar {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 45%;
  z-index: 1000;
}

#about {
  background: #FFF;
  padding: 0 8% 1% 8%;
  max-width: 100%;
  position: relative;
}
#about-contacto {
  background: #f18b9f;
  padding: 0 8% 1% 8%;
  max-width: 100%;
  position: relative;
  padding-top:150px;

}
#about-proyectos {
  background: #F4F8FA;
  padding: 0 8% 1% 8%;
  max-width: 100%;
  position: relative;
}
#aboutexito {
  background: #FFF;
  max-width: 100%;
  position: relative;
}

.services {
  color: #000;
  text-align: center;
  margin-bottom: 2em;
}

.servicies__title {
  color: #fff;
  width: 40%;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 400;
}

/*********************************** PORTFOLIO ************************************/
.derecho {
  background: #66b7b8;
}
.derecho-impacto {
  background: #e3b177;
}
.derecho-poblacion {
	margin-top:20px;
  background: #6468a8;
}
.derecho-administracion {
  background: #eb889c;
}
.izquierdo {
  background: #4da2cf;
}
.izquierdo-impacto {
  background: #eb889c;
}
.ahorro {
 text-transform: uppercase;
}
#portfolio {
  max-width: 100%;
  width: 100%; 
}

.block {
  display: block;
}

#portfolio:after {
  background: #44A5AC;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.links a {
  display: block;
  color: #fff;
  margin: 0.3em 0.5em;
  padding: 0 0.5em;
  line-height: 2;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.links a:hover {
  background: rgba(0, 0, 0, 0.2);
  border: none;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .centradomovil-impacto {
    /*margin: 1em auto;*/
    margin-bottom: 1em;
    width: 100%;
  }
  h1.tamano {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px) {
 .centradomovil {
    /*margin: 1em auto;*/
    margin-bottom: 1em;
    width: 100%;
  }
  .bottom {
    margin-bottom: 2em;
  }
  .top {
    margin-top: 1em;
  }
}

.gallery > h1{
  color: #fff;
  margin: 5px 0 20px 0;
}
.gallery > h1.normal {
  font-weight: normal;
}

.gallery > p {
  width: 80%;
  margin: 0 auto;
  margin-top: -15px;
  color: #fff;
}

@media all and (max-width: 767px) {
  .gallery > p {
    margin-bottom: 1em !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .gallery > p {
  font-size: .75em;
  margin: 0 auto;
  margin-top: -26px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .gallery > p {
  font-size: .75em;
  margin: 0 auto;
  margin-top: -19px;
  }
  h1.tamano-impacto {
    font-size: 1em;
  }
  h1.tamano-empresa {
    font-size: 1em;
  }
    .gallery > p.tamano {
  font-size: .84em;
  margin: 0 auto;
  }
}
@media screen and (min-width: 880px) and (max-width: 1000px) {
  .gallery > p {
  font-size: .84em;
  margin: 0 auto;
  margin-top: -7px;
  }
}

@media screen and (min-width: 1001px) {
  .gallery > p {
  width: 80%;
  margin: 0 auto;
  margin-top: -15px;
  color: #fff;
  }
  ul.margenlista {
    margin: 1.5em;
  }
}

.oscurecer {
  position: relative;
}

.banner > img {
  display: block; 
}

.oscurecer:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}

/********************* ESTILOS DEL BANNER *********************/

.resaltar1 {
  font-weight: bold;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;

}
.resaltar-negro {
  font-weight: bold;
  text-transform: none;
  color: #000;
}
.negro {
  color: black;
  font-weight: 400;
}

.fondo {
  background: #FFF;
}
.oscurecer > img {
  display: block;
}

/********************* ESTILOS DE LA SECCION ABOUTE *********************/
h4 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.negrita { 
  font-weight: bold;
  text-transform: none;
}
.relative {
  position: relative;
  padding-bottom: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.rosado {
  color: #EB889C;
  font-size: 1.45em;
  padding-left: 1em !important;
}
span.rosadoancho {
  font-weight: bold;
  font-size: 1em;
}
.rectangulo {
  position: absolute;
  left: 14px;
  top: 10px;
}
.izq {
  padding-left: 1.5em;
}

span {
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h2 {
  margin-top: -3px;
  display: inline-block;
  background: rgba(#ccc, #ccc, #ccc, 0.9);
  padding: 0 .5em .7em 0;
  text-transform: uppercase;
}

.icono-about {
  height: 45px;
  margin-right: 2em;

}

/********************* ESTILOS DE LA SECCION SERVICES *********************/
#services {
  background: #f4f8fa;
  padding: 0 8% 3% 8%;
  max-width: 100%;
  margin: 0 auto;
}
#services-proyectos {
  background: #f4f8fa;
  padding: 0 8%;
  max-width: 100%;
  margin: 0 auto;
}
#services-impacto {
  background: #f4f8fa;
  padding: 4% 8% 3% 8%;
  max-width: 100%;
  margin: 0 auto;
}
.no-borde {
  border: none;
}
.separar {
  margin-bottom: 1em;
}
.claro {
  font-weight: normal;
}
.margin {
  margin-top: 3.5em;
}

.titulo {
  text-transform: uppercase;
  text-align: center;
  color: #605ca8;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.descripcion {
  text-align: center;
  margin: 0px 1.4em !important;
}
.centrado {
  margin: 0 auto;
}
.respeto-centrado {
  padding-left: 2em;
}
.honestidad-centrado {
  padding-top: .8em;
}
.orden-centrado {
  padding-top: .45em;
}
.disciplina-centrado {
  padding-top: .45em;
}
.fondo {
  background: #fff;
  border: 1px solid #f4f8fa;
}
.calcmargindetalle{
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  }
@media all and (min-width: 320px){
.minicentrado {
  text-align: center;
  }
}

@media all and (min-width: 480) and (max-width: 1000px){
.max {
  max-width: 75%;
  }
}

@media all and (max-width: 480px) {
.igualuno {
  margin: 1em auto;
  width: 84%;
  display: block;
  }
.bordeuno {
  border: 1px solid #605CA8;
}
.calcmarginuno, .calcmargindetalle{
  margin: 0 1em;
  width: 100% !important;
  }
.centradouno {
  margin: 0 auto;
  }
.separaruno {
  margin-bottom: 2em;
  }
.separacionuno {
  padding-bottom: 2em;
  }
}
@media all and (min-width: 480px) {
.igualuno {
  margin: 1em auto;
  width: 84%;
  display: block;
  }
.bordeuno {
  border: 1px solid #605CA8;
  }
.calcmarginuno {
  margin: 0 1em;
  width: calc(50% - 2em) !important;
  }
.calcmargindetalle{
  width: calc(25% - 2em) !important;
  }
.centradouno {
  margin: 0 auto;
  }
.separaruno {
  margin-bottom: 2em;
  }
.separacionuno {
  padding-bottom: 2em;
  }
}

@media all and (min-width: 480px) and (max-width: 695px) {
  .calcmargindetalle{
    width: calc(50% - 2em) !important;
  }
}

@media all and (min-width: 1000px) {
  .igualuno {
    margin: 1em auto;
    width: 84%;
    display: block;
    }
  .bordeuno {
    border: 1px solid #605CA8;
    }
  .calcmarginuno {
    margin: 0 1em;
    width: calc(25% - 2em) !important;
    }
  .calcmargindetalle{
    width: calc(15% - 2.5em) !important;
    }
  .separacionuno {
    padding-bottom: 2em;
    }
}


@media all and (max-width: 480px) {
.igual {
  margin: 1em auto;
  /*width: 84%;*/
  display: block;
  }
.borde {
  border: 1px solid #605CA8;
  }
.calcmargin {
  margin: 0 1em;
  width: 100% !important;
  }
.centrado {
  margin: 0 auto;
  }
.separar {
  margin-bottom: 2em;
  }
.separacion {
  padding-bottom: 2em;
  }
}
@media all and (min-width: 480px) {
.igual {
  margin: 1em auto;
  display: block;
  }
.borde {
  border: 1px solid #605CA8;
  }
.calcmargin {
  margin: 0 1em;
  width: calc(50% - 2em) !important;
  }
.centrado {
  margin: 0 auto;
  }
.separar {
  margin-bottom: 2em;
  }
.separacion {
  padding-bottom: 2em;
 }
}

@media all and (min-width: 1000px) {
  .igual {
    margin: 1em auto;
    display: block;
    }
  .borde {
    border: 1px solid #605CA8;
   }
  .calcmargin {
    margin: 2em auto;
    width: calc(33.33% - 2em) !important;
    }

  .separacion {
    padding-bottom: 2em;
    }
  .sbottom {
    margin-bottom: 2em;
  }

}
/**************************** ESTILOS DE LA SECCION PROYECTOS *****************************/
@media all and (min-width: 320px) {
  img.imgcentrada {
    margin: 1em auto;
    display: block;
  }
  h3.titulo-proyectos {
    text-transform: uppercase;
    padding-left: .4em;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  }
  p.descripcion-proyectos {
    text-align: left;
    margin-left: 0.4em !important;
    font-size: .9em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
}
.iright {
  margin-right: .5em;
}
.pbottom {
  padding-bottom: 3.5em;
}
.prelative {
  position: relative;
}
.flecha {
  position: absolute;
  right: 2em;
}
.prelative > a:hover {
  text-decoration: underline;;
}

 @media all and (min-width: 360px) and (max-width: 1023px) {
  .flex {
    text-align: center;
    margin-bottom: 1em;
  }
  .top1 {
    margin: 0;
  }
 }
/********************* ESTILOS DE LA SECCION FOOTER *********************/
#footer {
 background: rgba(255, 255, 255, .5);
  padding: 0 8%;
  max-width: 100%;
  margin: 0 auto;
}
#footer-home {
 background: rgba(255, 255, 255, .5);
  padding: 0 5% 2% 5%;
  max-width: 100%;
  margin: 0 auto;
}
a.ffooter {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: .9em;
}
.enlaces {
  display: inline-block;
  padding: 10px 0.4em 10px 0px;
  font-size: 9.45px;
  font-family: 'Open Sans', sans-serif;
}
a:hover {
  color: #605CA8;
}

a:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}
.services {
  color: #605CA8;
}

.borde {
  padding: 5px;
  border: 1px solid #000;
}
.lineal {
  display: inline;
}
.left {
  padding-left: 30px;
}
.margin-top {
  margin: 1em auto;
}
@media all and (max-width: 1023px) {
  .margin-top {
    margin: 0 0 1em 0;
  }
}
.top
 {
  margin-top: 2em;
 }
 .bottom {
  margin-bottom: 2em;
 }
 .left {
  padding-left: 15px;
  }
}
 @media all and (min-width: 1225px) {
  .left {
  padding-left: 15px;
}
 }
 .bottom {
  margin-bottom: 2em;
 }

 @media all and (max-width: 767px) {
  .bottomnormal {
    margin-bottom: 0;
  }
 }

.resaltar2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .7em;
  padding-top: .3em;
}
.resaltar3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.nomargin {
  margin: 0;
}

 @media all and (min-width: 360px) and (max-width: 1023px) {
  .flex{
    text-align: center;
    margin-bottom: 1em;
  }
  .top1 {
    margin: 0;
  }
 }
  @media all and (min-width: 1024px) {
  .flex{
    text-align: left;
    margin-bottom: 1em;
  }
  .top1 {
    margin: 0;
  }
 }

 /******************************* CONTENEDOR GLOBAL ******************************/
 #global {
  max-width: 100%;
 }

 /******************************* PORTFOLIO DETAllES  ******************************/
.tituloleft {
  text-align: left;
  color: #fff;
  padding: 0px 0.5em 0.7em 0px;
}
.listaleft {
  padding-left: 15px;
  color: #fff;
  text-align: left;
  margin: 0;
}
.listaleft.ahorro {
  padding-left: 5em;
  color: #fff;
  text-align: left;
  text-transform: none;
  font-size: .9em;
}
.margenlista {
  margin: 8px 0;
}

@media screen and (max-width: 600px) {
.listaleft.ahorro {
  padding-left: 1em;
  color: #fff;
  text-align: center;
  margin-bottom: 1em; 
  }
}

li.sb {
  margin-bottom: 1em;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .centradomovil-impacto {
    /*margin: 1em auto;*/
    margin-bottom: 1em;
    width: 100%;
  }
  .centradomovil-poblacion {
    /*margin: 1em auto 0 auto;*/
    margin-bottom: 1em;
    width: 100%;
  }
  h1.tamano {
    font-size: 2em;
  }
  .listaleft li p, .listaleft, .tituloleft {
  text-align: center;
  }
  .listaleft.ahorro {
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  }
  .tituloleft {
    font-size: 2em !important;
    line-height: 1.2em !important;
  }
  li.items, .listaleft li p {
    font-size: .9em !important;
    line-height: 1.5em !important;
  }
  .right-detalle {
    text-align: center;
  }
}

@media screen and (max-width: 320px) {
  .listaleft.ahorro {
  margin-left: .5em;
  }
}

@media screen and (min-width: 768px) {
  .right-dtlle {
    float: right;
  }
}

@media screen and (max-width: 767px) {
 .centradomovil {
    /*margin: 0;*/
    margin-bottom: 1em;
    width: 100%;
  }
  .bottom {
    margin-bottom: 2em;
  }
  .top {
    margin-top: 1em;
  }
.gallery.equipo > h1 {
  font-size: 1.7em;
  }
.gallery > h1{
  color: #fff;
  margin: 5px 0 20px 0;
  }
.gallery > h1.normal {
  font-weight: normal;
  }

.gallery > p {
  width: 80%;
  margin: 0 auto;
  margin-top: -15px;
  color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 890px) {
  .gallery > p {
  font-size: .75em;
  margin: 0 auto;
  margin-top: -26px !important;
  }
  img.centradomovil {
    /*margin: 0;*/
    margin-bottom: 1em;
    width: 100%;
  }
}

@media screen and (min-width: 1174px) {
  .gallery.equipo > h1 {
    font-size: 1.65em;
  }
}
@media screen and (max-width: 1173px) {
  .gallery.equipo > h1 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1027px) {
  .gallery.equipo > h1 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 970px) {
  .gallery.equipo > h1 {
    font-size: 1.1em;
  }
    li.items, .listaleft li p {
    font-size: .85em !important;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 970px) {
  .gallery.equipo > h1 {
    font-size: .9em;
  }
    li.items, .listaleft li p {
    font-size: .84em !important;
  }
}

@media screen and (min-width: 768px) (max-width: 800px) {
  .gallery.equipo > h1 {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px) {
  .gallery > p {
  font-size: .75em;
  margin: 0 auto;
  margin-top: -19px;
  }
  h1.tamano-impacto {
    font-size: 1em;
  }
  h1.tamano-empresa {
    font-size: 1em;
  }
  .gallery > p.tamano {
  font-size: .84em;
  margin: 0 auto;
  }
}
@media screen and (min-width: 880px) and (max-width: 1000px) {
  .gallery > p {
  font-size: .84em;
  margin: 0 auto;
  margin-top: -7px;
  }
}
/*********************************** ESTILOS DE LA SECCION CASOS DE EXTIO ******************************/
@media screen and (min-width: 1100px) {
.contenidocasos {
  position: absolute;
  z-index: 1;
  margin: 3em 0 8em 7.3%;
  }
}
.tblanco {
  color: #fff;
  font-weight: 400;
}
.pblanco {
  color: #fff;
}
.primero {
  list-style-image: url(../img/casosexito/iconos/circulo1.png);
  color: #63b1df;
}
.segundo {
  list-style-image: url(../img/casosexito/iconos/circulo2.png);
  color: #6368a8;
}
.tercero {
  list-style-image: url(../img/casosexito/iconos/circulo3.png);
  color: #996cae;
}
.cuarto {
  list-style-image: url(../img/casosexito/iconos/circulo4.png);
  color: #996cae;
}
.alinear {
  margin-left: 3em;
}
.separadorcss {
  width: 200px;
  margin-top: 1em;
  border-bottom: 1px solid #192c37;
  padding-bottom: 1em;
}
.no-borde {
  border: none;
}
.ulsub {
  font-size: .8em;
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  color: #9fa1a6;
}
@media screen and (max-width: 1099px) {
.imagenfondo {
  background-image: url('../img/casosexito/fondo/fondoscuro.png');
  background-repeat: no-repeat;
  background-position: center;
  padding: 2em 0 8em 7.3%;
  }
  .none {
    display: none;
  }
}
@media screen and (max-width: 467px) {
  .imagenfondo {
    padding: 0 7.3% !important;
  }
}
/********************************** ESTILOS DEL HOME 1 ********************************/
.hright {
  margin-right: 1em;
}
.mayus {
  text-transform: uppercase;
}
.subtitle {
  font-size: 1em;
  color: #fff;
  margin-top: .4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/******************** ****************** RSTILOS DEL SUB MENU HORIZONTAL ************************/
.fondo-menu {
  background: white;
  padding: .5em 1em;
  width: 15em;
}
.fondo-menu > li {
  padding: .8em 1em .8em 0;
  border-bottom: 1px solid #ccc;
  margin-left: 1em;
}
.fondo-menu > li > a {
  line-height: 1.2em;
  font-size: 1em;
  text-align: left;
  width: 80%;
  display: block;
  padding-left: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
.fondo-menu > li.topmenu {
  padding-top: 1em;
  border-bottom: none;
  padding-bottom: .7em;
}
.subalin {
  margin-left: .28em !important;
}
.triangulo:after {
  content: "";
  width: 20px;
  height: 20px;

  background-image: url(../img/iconos/menu/triangulo.png);

  position: absolute;
  bottom: 47px;
  left: 7px;
  z-index: 10000;
}
.relative {
  position: relative;
}

/****************** ICONOS F,T,M ************************/
.t {
  padding-right: 2px;
  border-right: none;
  border-left: none;
}
.m {
  padding-right: 2px;
}

/****************** BOTONES SOCIALES************************/
.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fright {
  margin-right: .5em;
}

/**************************** SEPARADOR **************************/
.separador-about:after {
  content: "";
  width: 76px;
  height: 7px;

  background-image: url(../img/separador.png);
  background-repeat: no-repeat;

  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

.separador-detalle:after {
  content: "";
  width: 76px;
  height: 7px;

  background-image: url(../img/separadorb.png);
  background-repeat: no-repeat;

  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
@media all and (min-width: 320px) and (max-width: 385px) {
  .separador-detalle:after {
    left: 40%;
  }
}

@media all and (min-width: 385px) and (max-width: 530px) {
  .separador-detalle:after {
    left: 40%;
  }
}

@media all and (min-width: 530px) and (max-width: 767px) {
  .separador-detalle:after {
    left: 44%;
  }
}


.separador-services:after {
  content: "";
  width: 76px;
  height: 7px;

  background-image: url(../img/separador.png);
  background-repeat: no-repeat;

  position: absolute;
  bottom: 0;
  left: 90px;
  z-index: 10000;
}


/********************** FUENTES USADAS EN EL PROYECTO *********************/
/*FUENTE DEL MENU*/
.fmenu {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: .9em;
}
h3.grande {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}


/********************** ESTILOS SCROLL *********************/
.scroll {
  position: absolute;
  z-index: 500;
  bottom: -5%;
  color: #FFF;
  font-size: 2em;
  left: 48.7%;
  background: #996caf;
  border-radius: 5px;
  text-align: center;
}

.scroll2 {
  bottom: -4.2%;
}

.scroll3 {
  bottom: -2.5%;
  left: 48.8%;
}
.scrolld {
  bottom: -5.8%;
  left: 48.8%;
}
.scrolla {
  bottom: -3.7%;
}
.scrolli {
  bottom: -5.4%;
}
.scrollp {
  bottom: -0.7%;
}

.srelative {
  position: relative;
}

@media all and (max-width: 767px) {
  .scroll, .scroll2, .scroll3,
  .scrolld, .scrolla, .scrolli,
  .scrollp {
    display: none !important;
  }
}
/********************** ESTILOS CONTACTO ***************/
.submit {
  background: #000;
  color: #fff;
  border: none;
  padding: .5em 2.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
label {
  color: #fff;
  text-transform: uppercase;
  display: block;
  margin-bottom: .5em;
}
input {
  padding: 1em;
}
.w {
  color: #fff !important;
}
h6 + p {
  color: #fff !important;
}
h6 {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: .5em;
}

.cols {
  width: 100%;
}


/******************************* ESTILOS TERMINOS ***********************/
#services-terminos {
  background: #f4f8fa;
  padding: 4% 15% 3% 15%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 6.5em;
}

a.terminos {
  color: #4ca1ce;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
  font-size: .9em;
}

a.terminos:hover {
  font-weight: 700;
}

a.terminos:focus {
  font-weight: 700;
}

.negrot {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.actualizacion {
  color: #969da7;
  font-size: .75em;
}
h3.dis {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:20px;

}

.lt {
  font-size: .8em;
}


/********* ESTILOS DE LA SECCION DE LA TABLA *******************/
.stopt {
  margin-top: 4em;
}

table {
  width: 100%;
  border: 1px solid #bbb;
  margin-bottom: 1em;
  border-collapse: collapse;
}
td {
  border: 1px solid #bbb;
  line-height: 2;
  width: 50%;
  padding-left: 2em;
  /*padding-right: 1em;*/
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: .8em;
  /*text-align: center;*/
}
td span {
  color: #EB889C;
}
tr:hover {
  background: #eee;
}

@media all and (max-width: 350px) {
.sm {
  padding-left: 0 !important;
  padding-right: 0 !important;
  }
}

/********* ESTILOS DE LA SECCION DESCRIPCION-DETALLES *******************/
.contenido-ajustable h1 {
  padding-right: 0;
  /*margin-top: 1em !important;*/
  /*margin-top: .25em !important;*/
}

.contenido-ajustable p {
  color: #fff;
  text-align: left;
  padding-bottom: .5em;
  font-weight: 400 !important;
  font-size: 1em;
}

/**********************ESTILOS DEL 01-HOME *******************/
#columna p {
  color: #fff;
  padding: 1em;
  padding-top: .5em;
  padding-right: 0;
  margin-bottom: 0;
}
#columna a {
  display: table;
  text-align: center;
  line-height: 2.5em;
  border: 2px solid #FFF;
  color: #FFF;
  padding: 0px .5em;
  cursor: pointer;
  margin-top: 2%;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
}
#columna a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#columna a:active {
  -webkit-transform: scale(0.97);
      -ms-transform: scale(0.97);
          transform: scale(0.97);
}
#columna .uno {
  background: lightblue;
  padding-top: 50px;
  padding-bottom: 1em;
}
#columna .dos {
  background: steelblue;
  padding-bottom: 1em;
}
#columna .tres {
  background: #5F4C0B;
  padding-bottom: 1em;
}
@media all and (max-width: 767px) {
  .ocultar {
    display: none;
  }
}

@media all and (min-width:768px) {
  .ocultardt {
    display: none;
  }
  .banner.ocultar {
    padding-top: 0 !important;
  }
}

.centrara {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .listaleft li p {
    display: inline;
  }
}

.ldesarrollo {
  margin: 0;
  padding-left: 0;
}
.ldesarrollo p span {
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .ldesarrollo {
    padding-left: 15px;
  }
}

.ddigitalizar {
  padding-top: .5em;
  padding-bottom: .2em;
}

.h1nmt {
  margin-top: 0;
}

.nmb {
  margin-bottom: 0;
}

@media all and (max-width: 767px) {
  .topht {
    margin-top: 1em;
  }
}

.sfh {
  margin-top: 1.2em;
}

#principal h2{
	font-size:14px;
	color:#EB889C;
	}