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

body {
  margin: 0;
  font-family: sans-serif; }

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

a {
  text-decoration: none; }

/*
  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-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .grupo.total, .grupo.full,
  .ed-container.total,
  .ed-container.full {
    max-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.3333333333%; }

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

.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.6666666667%; }

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

.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.6666666667%; }

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

.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: 320px) {
	footer .logo-footer{
	margin-top: 0 !important;		
}

  .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.3333333333%; }

  .movil-2-3,
  .caja.movil-2-3,
  .ed-item.movil-2-3 {
    width: 66.6666666667%; }

  .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.6666666667%; }

  .movil-2-6,
  .caja.movil-2-6,
  .ed-item.movil-2-6 {
    width: 33.3333333333%; }

  .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.6666666667%; }

  .movil-5-6,
  .caja.movil-5-6,
  .ed-item.movil-5-6 {
    width: 83.3333333333%; }

  .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: 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.3333333333%; }

  .movil-2-3,
  .caja.movil-2-3,
  .ed-item.movil-2-3 {
    width: 66.6666666667%; }

  .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.6666666667%; }

  .movil-2-6,
  .caja.movil-2-6,
  .ed-item.movil-2-6 {
    width: 33.3333333333%; }

  .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.6666666667%; }

  .movil-5-6,
  .caja.movil-5-6,
  .ed-item.movil-5-6 {
    width: 83.3333333333%; }

  .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.3333333333%; }

  .tablet-2-3,
  .caja.tablet-2-3,
  .ed-item.tablet-2-3 {
    width: 66.6666666667%; }

  .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.6666666667%; }

  .tablet-2-6,
  .caja.tablet-2-6,
  .ed-item.tablet-2-6 {
    width: 33.3333333333%; }

  .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.6666666667%; }

  .tablet-5-6,
  .caja.tablet-5-6,
  .ed-item.tablet-5-6 {
    width: 83.3333333333%; }

  .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: 640px) {
  .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.3333333333%; }

  .tablet-2-3,
  .caja.tablet-2-3,
  .ed-item.tablet-2-3 {
    width: 66.6666666667%; }

  .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.6666666667%; }

  .tablet-2-6,
  .caja.tablet-2-6,
  .ed-item.tablet-2-6 {
    width: 33.3333333333%; }

  .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.6666666667%; }

  .tablet-5-6,
  .caja.tablet-5-6,
  .ed-item.tablet-5-6 {
    width: 83.3333333333%; }

  .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%; }

  .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.3333333333%; }

  .web-2-3,
  .caja.web-2-3,
  .ed-item.web-2-3 {
    width: 66.6666666667%; }

  .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.6666666667%; }

  .web-2-6,
  .caja.web-2-6,
  .ed-item.web-2-6 {
    width: 32.5%; }

  .web-3-6,
  .caja.web-3-6,
  .ed-item.web-3-6 {
    width: 49%; }

  .web-4-6,
  .caja.web-4-6,
  .ed-item.web-4-6 {
    width: 66.6666666667%; }

  .web-5-6,
  .caja.web-5-6,
  .ed-item.web-5-6 {
    width: 83.3333333333%; }

  .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: 1280px) {
  .prehd-5,
  .caja.prehd-5,
  .ed-item.prehd-5 {
    width: 5%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .prehd-1-3,
  .caja.prehd-1-3,
  .ed-item.prehd-1-3 {
    width: 33.3333333333%; }

  .prehd-2-3,
  .caja.prehd-2-3,
  .ed-item.prehd-2-3 {
    width: 66.6666666667%; }

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

  .prehd-1-6,
  .caja.prehd-1-6,
  .ed-item.prehd-1-6 {
    width: 16.6666666667%; }

  .prehd-2-6,
  .caja.prehd-2-6,
  .ed-item.prehd-2-6 {
    width: 33.3333333333%; }

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

  .prehd-4-6,
  .caja.prehd-4-6,
  .ed-item.prehd-4-6 {
    width: 66.6666666667%; }

  .prehd-5-6,
  .caja.prehd-5-6,
  .ed-item.prehd-5-6 {
    width: 83.3333333333%; }

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

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

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

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

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

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

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

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

  .prehd-8-8,
  .caja.prehd-8-8,
  .ed-item.prehd-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.3333333333%; }

  .hd-2-3,
  .caja.hd-2-3,
  .ed-item.hd-2-3 {
    width: 66.6666666667%; }

  .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.6666666667%; }

  .hd-2-6,
  .caja.hd-2-6,
  .ed-item.hd-2-6 {
    width: 33.3333333333%; }

  .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.6666666667%; }

  .hd-5-6,
  .caja.hd-5-6,
  .ed-item.hd-5-6 {
    width: 83.3333333333%; }

  .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%; } }
/*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: 1280px) {
  body.desarrollo:before {
    content: "ED-GRID: Tamaño prehd, desde 1280px"; } }
@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: 1279px) {
  .desde-prehd,
  .from-prehd {
    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: 1280px) {
  .hasta-prehd,
  .to-prehd {
    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 1em; }
.ed-menu.default, .ed-menu.nav-bar {
  background: #eee; }
  .ed-menu.default li, .ed-menu.nav-bar li {
    -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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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; } }

@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-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .movil-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .movil-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .movil-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .movil-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .movil-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .movil-order-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .movil-order-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .movil-order-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .movil-order-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }
@media screen and (min-width: 768px) {
  .tablet-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .tablet-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .tablet-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .tablet-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .tablet-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .tablet-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .tablet-order-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .tablet-order-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .tablet-order-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .tablet-order-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }
@media screen and (min-width: 1024px) {
  .web-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .web-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .web-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .web-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .web-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .web-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .web-order-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .web-order-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .web-order-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .web-order-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }
@media screen and (min-width: 1280px) {
  .prehd-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .prehd-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .prehd-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .prehd-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .prehd-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .prehd-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .prehd-order-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .prehd-order-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .prehd-order-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .prehd-order-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }
@media screen and (min-width: 1400px) {
  .hd-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }

  .hd-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

  .hd-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }

  .hd-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }

  .hd-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }

  .hd-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }

  .hd-order-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }

  .hd-order-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }

  .hd-order-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }

  .hd-order-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; } }
.justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  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-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-justify {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    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-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-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-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-distribute,
  .prehd-distributed {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.main-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  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-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    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-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    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-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-main-center {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    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-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.main-start {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  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-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    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-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    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-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-main-start {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    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-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.main-end {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-main-end {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    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-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.cross-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-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-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-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-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-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-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-cross-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-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-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.cross-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-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-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    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-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    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-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-cross-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-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-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.cross-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-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-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-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-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-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-cross-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-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-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-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  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-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    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-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    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-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    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-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    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-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    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-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    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-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media all and (min-width: 480px) {
  .movil-column {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    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-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    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-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
@media all and (min-width: 1280px) {
  .prehd-column {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    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-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
.abcenter {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: 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.3333333333%; }

  .caja.movil-offset-2-3,
  .ed-item.movil-offset-2-3 {
    margin-left: 66.6666666667%; }

  .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.6666666667%; }

  .caja.movil-offset-2-6,
  .ed-item.movil-offset-2-6 {
    margin-left: 33.3333333333%; }

  .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.6666666667%; }

  .caja.movil-offset-5-6,
  .ed-item.movil-offset-5-6 {
    margin-left: 83.3333333333%; }

  .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.3333333333%; }

  .caja.tablet-offset-2-3,
  .ed-item.tablet-offset-2-3 {
    margin-left: 66.6666666667%; }

  .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.6666666667%; }

  .caja.tablet-offset-2-6,
  .ed-item.tablet-offset-2-6 {
    margin-left: 33.3333333333%; }

  .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.6666666667%; }

  .caja.tablet-offset-5-6,
  .ed-item.tablet-offset-5-6 {
    margin-left: 83.3333333333%; }

  .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.3333333333%; }

  .caja.web-offset-2-3,
  .ed-item.web-offset-2-3 {
    margin-left: 66.6666666667%; }

  .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.6666666667%; }

  .caja.web-offset-2-6,
  .ed-item.web-offset-2-6 {
    margin-left: 33.3333333333%; }

  .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.6666666667%; }

  .caja.web-offset-5-6,
  .ed-item.web-offset-5-6 {
    margin-left: 83.3333333333%; }

  .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: 1280px) {
  .caja.prehd-offset-5,
  .ed-item.prehd-offset-5 {
    margin-left: 5%; }

  .caja.prehd-offset-10,
  .ed-item.prehd-offset-10 {
    margin-left: 10%; }

  .caja.prehd-offset-15,
  .ed-item.prehd-offset-15 {
    margin-left: 15%; }

  .caja.prehd-offset-20,
  .ed-item.prehd-offset-20 {
    margin-left: 20%; }

  .caja.prehd-offset-25,
  .ed-item.prehd-offset-25 {
    margin-left: 25%; }

  .caja.prehd-offset-30,
  .ed-item.prehd-offset-30 {
    margin-left: 30%; }

  .caja.prehd-offset-35,
  .ed-item.prehd-offset-35 {
    margin-left: 35%; }

  .caja.prehd-offset-40,
  .ed-item.prehd-offset-40 {
    margin-left: 40%; }

  .caja.prehd-offset-45,
  .ed-item.prehd-offset-45 {
    margin-left: 45%; }

  .caja.prehd-offset-50,
  .ed-item.prehd-offset-50 {
    margin-left: 50%; }

  .caja.prehd-offset-55,
  .ed-item.prehd-offset-55 {
    margin-left: 55%; }

  .caja.prehd-offset-60,
  .ed-item.prehd-offset-60 {
    margin-left: 60%; }

  .caja.prehd-offset-65,
  .ed-item.prehd-offset-65 {
    margin-left: 65%; }

  .caja.prehd-offset-70,
  .ed-item.prehd-offset-70 {
    margin-left: 70%; }

  .caja.prehd-offset-75,
  .ed-item.prehd-offset-75 {
    margin-left: 75%; }

  .caja.prehd-offset-80,
  .ed-item.prehd-offset-80 {
    margin-left: 80%; }

  .caja.prehd-offset-85,
  .ed-item.prehd-offset-85 {
    margin-left: 85%; }

  .caja.prehd-offset-90,
  .ed-item.prehd-offset-90 {
    margin-left: 90%; }

  .caja.prehd-offset-95,
  .ed-item.prehd-offset-95 {
    margin-left: 95%; }

  .caja.prehd-offset-100,
  .ed-item.prehd-offset-100 {
    margin-left: 100%; }

  .caja.prehd-offset-1-3,
  .ed-item.prehd-offset-1-3 {
    margin-left: 33.3333333333%; }

  .caja.prehd-offset-2-3,
  .ed-item.prehd-offset-2-3 {
    margin-left: 66.6666666667%; }

  .caja.prehd-offset-3-3,
  .ed-item.prehd-offset-3-3 {
    margin-left: 100%; }

  .caja.prehd-offset-1-6,
  .ed-item.prehd-offset-1-6 {
    margin-left: 16.6666666667%; }

  .caja.prehd-offset-2-6,
  .ed-item.prehd-offset-2-6 {
    margin-left: 33.3333333333%; }

  .caja.prehd-offset-3-6,
  .ed-item.prehd-offset-3-6 {
    margin-left: 50%; }

  .caja.prehd-offset-4-6,
  .ed-item.prehd-offset-4-6 {
    margin-left: 66.6666666667%; }

  .caja.prehd-offset-5-6,
  .ed-item.prehd-offset-5-6 {
    margin-left: 83.3333333333%; }

  .caja.prehd-offset-6-6,
  .ed-item.prehd-offset-6-6 {
    margin-left: 100%; }

  .caja.prehd-offset-1-8,
  .ed-item.prehd-offset-1-8 {
    margin-left: 12.5%; }

  .caja.prehd-offset-2-8,
  .ed-item.prehd-offset-2-8 {
    margin-left: 25%; }

  .caja.prehd-offset-3-8,
  .ed-item.prehd-offset-3-8 {
    margin-left: 37.5%; }

  .caja.prehd-offset-4-8,
  .ed-item.prehd-offset-4-8 {
    margin-left: 50%; }

  .caja.prehd-offset-5-8,
  .ed-item.prehd-offset-5-8 {
    margin-left: 62.5%; }

  .caja.prehd-offset-6-8,
  .ed-item.prehd-offset-6-8 {
    margin-left: 75%; }

  .caja.prehd-offset-7-8,
  .ed-item.prehd-offset-7-8 {
    margin-left: 87.5%; }

  .caja.prehd-offset-8-8,
  .ed-item.prehd-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.3333333333%; }

  .caja.hd-offset-2-3,
  .ed-item.hd-offset-2-3 {
    margin-left: 66.6666666667%; }

  .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.6666666667%; }

  .caja.hd-offset-2-6,
  .ed-item.hd-offset-2-6 {
    margin-left: 33.3333333333%; }

  .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.6666666667%; }

  .caja.hd-offset-5-6,
  .ed-item.hd-offset-5-6 {
    margin-left: 83.3333333333%; }

  .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: "Open Sans", sans-serif;
  color: #333; }

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

p, blockquote, li {
  font-size: 1em;
  line-height: 1.5; }

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", 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: 1.3em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.9em; }

h6 {
  font-size: 0.8em; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.top {
  display: none;
  background-color: #fff; }
  @media screen and (min-width: 1024px) {
    .top {
      display: block;
      padding: 10px 15px; } }
  @media screen and (min-width: 1280px) {
    .top .logo-top {
      margin-right: 85px;float: left; } }
  .top .topdress {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: block;
    height: 65px; }
    .top .topdress ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      position: absolute;
      bottom: 0;
      right: 0; }
      .top .topdress ul li {
        color: gray;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        margin-right: 3px; }
        .top .topdress ul li img{
	         vertical-align: middle;
	        }

header {
  height: 50px;
  background-color: #006C9B;
  padding: 25px 12px;
  position: fixed;
  z-index: 90000000;
  width: 100%; }
  @media screen and (min-width: 480px) {
    header {
      height: 65px; } }
  @media screen and (min-width: 768px) {
    header {
      height: 80px;
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    header {
      padding: 0;
      height: auto;
      position: relative; } }
  header .logo-bar {
    margin-top: -10px; }
    header .logo-bar img {
      width: 45%; }
      @media screen and (min-width: 768px) {
        header .logo-bar img {
          width: 30%; } }
    @media screen and (min-width: 768px) {
      header .logo-bar {
        margin-top: -5px; } }
    @media screen and (min-width: 1024px) {
      header .logo-bar {
        display: none; } }
  header .header {
    width: 100%;
    z-index: 5;
    position: fixed; }
  header .burger {
    position: fixed;
    z-index: 500001;
    right: 12px;
    top: 18px;
    cursor: pointer;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    @media screen and (min-width: 1024px) {
      header .burger {
        display: none; } }
    header .burger__patty {
      width: 28px;
      height: 2px;
      margin: 0 0 4px 0;
      background: white;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
              transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      header .burger__patty:last-child {
        margin-bottom: 0; }
    header .burger--close {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      header .burger--close .burger__patty:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(4px, 4px);
            -ms-transform: rotate(45deg) translate(4px, 4px);
                transform: rotate(45deg) translate(4px, 4px); }
      header .burger--close .burger__patty:nth-child(2) {
        opacity: 0; }
      header .burger--close .burger__patty:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(5px, -4px);
            -ms-transform: rotate(-45deg) translate(5px, -4px);
                transform: rotate(-45deg) translate(5px, -4px); }
  header .menu {
    position: fixed;
    top: 0;
    width: 100%;
    visibility: hidden;
    z-index: 9;
    left: 0; }
    @media screen and (min-width: 1024px) {
      header .menu {
        visibility: visible;
        position: static; } }
    header .menu .logo-M {
      width: 50%;
      position: relative;
      margin: 0 auto;
      top: 0%; }
      @media screen and (min-width: 768px) {
        header .menu .logo-M {
          margin-bottom: 2em;
          width: 100%;
          text-align: center; } }
      @media screen and (min-width: 1024px) {
        header .menu .logo-M {
          display: none; } }
    header .menu .hid {
      display: none; }
      @media screen and (min-width: 1024px) {
        header .menu .hid {
          display: block; } }
    header .menu .adress {
      background-color: #fff;
      width: 100%;
      padding: 0px 0 20px 0;
      position: relative;
      bottom: 0;
      left: 0;
      right: 0;
      top: 1em; }
      header .menu .adress .home {
        background-color: #F5A623;
        width: 100%;
        padding: 4px;
        text-align: center;
        color: #fff;
        display: block;
        font-size: 2em;
        margin-bottom: 0.5em; }
      header .menu .adress ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        height: auto; }
        header .menu .adress ul a {
          display: inline-block;
          color: #9B9B9B;
          font-weight: 400;
          text-align: center;
          margin: 0 auto;
          width: 100%; }
          @media screen and (min-width: 768px) {
            header .menu .adress ul a {
              font-size: 1.3em; } }
          header .menu .adress ul a span {
            color: #F5A623;
            font-weight: 800; }
      @media screen and (min-width: 1024px) {
        header .menu .adress {
          display: none; } }
    header .menu--active {
      visibility: visible; }
    header .menu__brand, header .menu__list {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column wrap;
          -ms-flex-flow: column wrap;
              flex-flow: column wrap;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      float: left;
      width: 100%;
      height: 90vh;
      overflow: hidden; }
      @media screen and (min-width: 1024px) {
        header .menu__brand, header .menu__list {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          height: auto; } }
    header .menu__brand {
      display: none; }
    header .menu__list {
      margin: 0;
      padding: 0;
      background: #006C9B;
      list-style-type: none;
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0);
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
              transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
      @media screen and (min-width: 1024px) {
        header .menu__list {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          padding-right: 30px; } }
      @media screen and (min-width: 1280px) {
        header .menu__list {
          padding-right: 20px; } }
      header .menu__list--active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    header .menu__brand {
      background: #006C9B;
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
      header .menu__brand--active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    header .menu__item {
      -webkit-transform: translate3d(500px, 0, 0);
              transform: translate3d(500px, 0, 0); }
      @media screen and (min-width: 768px) {
        header .menu__item {
          -webkit-transform: translate3d(600px, 0, 0);
                  transform: translate3d(600px, 0, 0); } }
      @media screen and (min-width: 1024px) {
        header .menu__item {
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          margin-left: 45px; }
          header .menu__item:last-child {
            margin-left: 0; } }
      header .menu__item--active {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    header .menu__link {
      display: inline-block;
      position: relative;
      font-size: 30px;
      padding: 15px 0;
      font-weight: 300;
      color: white;
      text-decoration: none;
      color: white;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
              transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      font-size: 0.9em;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        header .menu__link {
          font-size: 1.4em; } }
      @media screen and (min-width: 1024px) {
        header .menu__link {
          font-size: 12px; } }
      header .menu__link:hover:before {
        width: 100%; }
    header .menu .menu__item:nth-child(1) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(2) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(3) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(4) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(5) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(6) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(7) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(8) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(9) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    header .menu .menu__item:nth-child(10) {
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }

section .banner, section .banner-2, section .banner-3 {
  width: 100%;
  background-size: cover; }
  section .banner img, section .banner-2 img, section .banner-3 img {
    display: block; }
  @media screen and (min-width: 1024px) {
    section .banner, section .banner-2, section .banner-3 {
      height: 300px;
      overflow: hidden;
      position: relative; } }
section .banner-2 {
  background-position: -65px 0;
  background: url(../img/sillon.jpg) 0 center/122%;
  height: 150px;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    section .banner-2 {
      height: 270px;
      background-position: 0px -130px;
      background: url(../img/sillon.jpg) 0 center/100%; } }
  @media screen and (min-width: 1024px) {
    section .banner-2 {
      background-position: 0px -130px;
      background: url(../img/sillon.jpg) 0 center/100%;
      height: 300px;
      margin-top: 0; } }
section .banner-calefaccion {
  background: url(../img/slide_calefaccion_central.png) 0 center/122%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 180px;
  margin-top: 5px;
}
@media only screen and (min-width : 320px) {
         section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 210px;
	  margin-top: 50px;
    } 
    }
    @media only screen and (min-width : 480px) {
		 section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 250px;
	  margin-top: 65px;
    } 
    }
     @media only screen and (min-width : 640px) {
		 section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 310px;
	  margin-top: 65px;
    } 
    }
  @media screen and (min-width: 768px) {
    section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 370px;
	  margin-top: 65px;
    } 
  }
  @media screen and (min-width: 1024px) {
    section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png);
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 440px;
      margin-top: 0; 
    } 
  }
  @media screen and (min-width: 1280px) {
    section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png);
       background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 335px;
	} 
  }
  @media screen and (min-width: 1400px) {
    section .banner-calefaccion {
      background: url(../img/slide_calefaccion_central.png);
       background-repeat: no-repeat;
	  min-height: 460px;
	  background-size: contain;
  	} 
  }

section .banner-calderas {
  background: url(../img/slide_calderas.png) 0 center/122%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 180px;
  margin-top: 5px;
}
@media only screen and (min-width : 320px) {
         section .banner-calderas {
      background: url(../img/slide_calderas.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 210px;
	  margin-top: 50px;
    } 
    }

    @media only screen and (min-width : 480px) {
		 section .banner-calderas {
      background: url(../img/slide_calderas.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 250px;
	  margin-top: 65px;
    } 
    }
     @media only screen and (min-width : 640px) {
		 section .banner-calderas {
      background: url(../img/slide_calderas.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 310px;
	  margin-top: 65px;
    } 
    }

  @media screen and (min-width: 768px) {
    section .banner-calderas {
      background: url(../img/slide_calderas.png); 
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  min-height: 320px;
	  margin-top: 80px;
    } 
  }
  @media screen and (min-width: 1024px) {
    section .banner-calderas {
      background: url(../img/slide_calderas.png);
	 background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 300px;
      margin-top: 0; 
    } 
  }
  @media screen and (min-width: 1280px) {
    section .banner-calderas {
      background: url(../img/slide_calderas.png);
      background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 335px;
	} 
  }
  @media screen and (min-width: 1400px) {
    section .banner-calderas {
      background: url(../img/slide_calderas.png);
      background-repeat: no-repeat;
	  min-height: 460px;
	  background-size: contain;
  	} 
  }
  
  section .banner-home img{
  	width: 100%;
  	height: 100%;
  	padding: 0;
  	margin: 0;
  }
  section .banner-home {
  /*background: url(../img/slide_home.png) 0 center/122%;*/
  background-size: contain;
  background-repeat: no-repeat;
  /*min-height: 180px;*/
  margin-top: 5px;
}
    @media only screen and (min-width : 320px) {
         section .banner-home {
     /* background: url(../img/slide_home.png); */
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  /*min-height: 210px;*/
	  margin-top: 50px;
    } 
    .oculto-dispositivos{
	    display: none;
    }
    }

    @media only screen and (min-width : 480px) {
		 section .banner-home {
      /*background: url(../img/slide_home.png); */
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	  /*min-height: 250px;*/
	  margin-top: 65px;
    } 
     .oculto-dispositivos{
	    display: none;
    }
    }
     @media only screen and (min-width : 640px) {
		 section .banner-home {
      /*background: url(../img/slide_home.png); */
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	 /* min-height: 310px;*/
	  margin-top: 65px;
    } 
     .oculto-dispositivos{
	    display: none;
    }
    }
  @media screen and (min-width: 768px) {
    section .banner-home {
      /*background: url(../img/slide_home.png); */
      background-size: 180% 100%;
	  background-repeat: no-repeat;
	 /* min-height: 320px;*/
	  margin-top: 80px;
    } 
     .oculto-dispositivos{
	    display: none;
    }
  }
  @media screen and (min-width: 1024px) {
    section .banner-home {
      /*background: url(../img/slide_home.png);*/
	  background-size: contain;
	  background-repeat: no-repeat;
	 /* min-height: 300px;*/
      margin-top: 0; 
    } 
    .oculto-dispositivos{
	    display: block;
    }
  }
  @media screen and (min-width: 1280px) {
    section .banner-home {
      /*background: url(../img/slide_home.png);*/
      background-size: contain;
	  background-repeat: no-repeat;
	 /* min-height: 335px;*/
	} 
	.oculto-dispositivos{
	    display: block;
    }
  }
  @media screen and (min-width: 1400px) {
    section .banner-home {
      /*background: url(../img/slide_home.png);*/
      background-repeat: no-repeat;
	  /*min-height: 460px;*/
	  background-size: contain;
  	} 
  	.oculto-dispositivos{
	    display: block;
    }
  }
  
  

section .banner-estufas {
  background: url(../img/slide_estufas.png) 0 center/122%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 180px;
  margin-top: 5px;
}
  @media screen and (min-width: 768px) {
    section .banner-estufas {
      background: url(../img/slide_estufas.png); 
      background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 240px;
	  margin-top: 80px;
    } 
  }
  @media screen and (min-width: 1024px) {
    section .banner-estufas {
      background: url(../img/slide_estufas.png);
	  background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 300px;
      margin-top: 0; 
    } 
  }
  @media screen and (min-width: 1280px) {
    section .banner-estufas {
      background: url(../img/slide_estufas.png);
      background-size: contain;
	  background-repeat: no-repeat;
	  min-height: 335px;
	} 
  }
  @media screen and (min-width: 1400px) {
    section .banner-estufas {
      background: url(../img/slide_estufas.png);
      background-repeat: no-repeat;
	  min-height: 460px;
	  background-size: contain;
  	} 
  }
section .banner-colaboradores {
  background: url(../img/colaboradores.jpg) 0 center/122%;
  height: 150px;
  margin-top: 50px; }
  @media screen and (min-width: 768px) {
    section .banner-colaboradores {
      height: 270px;
      margin-top: 80px;
      background: url(../img/colaboradores.jpg) 0 center/100%; } }
  @media screen and (min-width: 1024px) {
    section .banner-colaboradores {
      background: url(../img/colaboradores.jpg) 0 -50px/100%;
      height: 300px;
      margin-top: 0; } }
  @media screen and (min-width: 1280px) {
    section .banner-colaboradores {
      background: url(../img/colaboradores.jpg) 0 -100px/100%;
      height: 300px; } }
  @media screen and (min-width: 1400px) {
    section .banner-colaboradores {
      background: url(../img/colaboradores.jpg) 0 -140px/100%;
      height: 300px; } }
section .banner-3 {
  height: 170px;
  background: url(../img/slide_calefaccion_central.png) -68px center/122%; }
  @media screen and (min-width: 480px) {
    section .banner-3 {
      height: 255px; } }
  @media screen and (min-width: 768px) {
    section .banner-3 {
      height: 370px;
      background: url(../img/slide_calefaccion_central.png) -68px center/110%; } }
  @media screen and (min-width: 1024px) {
    section .banner-3 {
      height: 300px;
      background: url(../img/slide_calefaccion_central.png) 0 -150px/100%; } }
  @media screen and (min-width: 1280px) {
    section .banner-3 {
      background: url(../img/slide_calefaccion_central.png) 0 -250px/100%; } }
section .claim-banner {
  padding: 35px 20px;
  background-color: #006C9B; }
  @media screen and (min-width: 1024px) {
    section .claim-banner {
      position: absolute;
      top: 185px;
      left: 30px;
      width: 455px;
      height: 250px;
      padding: 20px 35px; } }
  @media screen and (min-width: 1280px) {
    section .claim-banner {
      left: 115px; } }
  @media screen and (min-width: 1400px) {
    section .claim-banner {
      left: 190px; } }
  section .claim-banner h1 {
    color: #fff;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 1.4em;
    width: 100%;
    letter-spacing: 1px;
    margin-bottom: 0.3em;
    margin: 0 auto 10px auto;
    line-height: 1.5; }
    section .claim-banner h1 span {
      font-weight: 400;
      display: block; }
    @media screen and (min-width: 1024px) {
      section .claim-banner h1 {
        text-align: left;
        margin: 0; } }
  section .claim-banner p {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 800;
    margin-bottom: 25px; }
    @media screen and (min-width: 1024px) {
      section .claim-banner p {
        text-align: left;
        font-size: 13px; } }
  section .claim-banner hr {
    height: 2px;
    background-color: #006693;
    border: none;
    width: 60%;
    margin: 0 auto 25px auto; }
    @media screen and (min-width: 1024px) {
      section .claim-banner hr {
        display: none; } }
  section .claim-banner ul.data-product {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    section .claim-banner ul.data-product li {
      color: #fff;
      position: relative;
      text-align: center;
      font-size: 0.65em;
      margin-bottom: 10px; }
      @media screen and (min-width: 480px) {
        section .claim-banner ul.data-product li {
          font-size: 0.8em; } }
      @media screen and (min-width: 768px) {
        section .claim-banner ul.data-product li {
          font-size: 0.9em; } }
      @media screen and (min-width: 1024px) {
        section .claim-banner ul.data-product li {
          text-align: left;
          font-size: 0.8em; } }
  section .claim-banner span.bullet-one:before,
  section .claim-banner span.bullet-two:before,
  section .claim-banner span.bullet-three:before,
  section .claim-banner span.bullet-four:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    margin-right: 5px;
    top: 6px; }
    @media screen and (min-width: 480px) {
      section .claim-banner span.bullet-one:before,
      section .claim-banner span.bullet-two:before,
      section .claim-banner span.bullet-three:before,
      section .claim-banner span.bullet-four:before {
        top: 7px; } }
    @media screen and (min-width: 1024px) {
      section .claim-banner span.bullet-one:before,
      section .claim-banner span.bullet-two:before,
      section .claim-banner span.bullet-three:before,
      section .claim-banner span.bullet-four:before {
        left: 0; } }
  section .claim-banner span.bullet-one:before {
    left: 0px; }
    @media screen and (min-width: 480px) {
      section .claim-banner span.bullet-one:before {
        left: 40px; } }
    @media screen and (min-width: 768px) {
      section .claim-banner span.bullet-one:before {
        left: 166px;
        top: 10px; } }
    @media screen and (min-width: 1024px) {
      section .claim-banner span.bullet-one:before {
        left: 0;
        top: 8px; } }
  section .claim-banner span.bullet-two:before {
    left: 30px; }
    @media screen and (min-width: 480px) {
      section .claim-banner span.bullet-two:before {
        left: 80px; } }
    @media screen and (min-width: 768px) {
      section .claim-banner span.bullet-two:before {
        left: 210px;
        top: 10px; } }
    @media screen and (min-width: 1024px) {
      section .claim-banner span.bullet-two:before {
        left: 0;
        top: 8px; } }
  section .claim-banner span.bullet-three:before {
    left: 37px; }
    @media screen and (min-width: 480px) {
      section .claim-banner span.bullet-three:before {
        left: 87px; } }
    @media screen and (min-width: 768px) {
      section .claim-banner span.bullet-three:before {
        left: 219px;
        top: 10px; } }
    @media screen and (min-width: 1024px) {
      section .claim-banner span.bullet-three:before {
        left: 0;
        top: 8px; } }
  section .claim-banner span.bullet-four:before {
    left: 57px; }
    @media screen and (min-width: 480px) {
      section .claim-banner span.bullet-four:before {
        left: 115px; } }
    @media screen and (min-width: 768px) {
      section .claim-banner span.bullet-four:before {
        left: 248px;
        top: 10px; } }
    @media screen and (min-width: 1024px) {
      section .claim-banner span.bullet-four:before {
        left: 0px;
        top: 8px; } }
section .claim-banner-img-top {
  padding: 40px 10px;
  background-color: #006C9B; }
  @media screen and (min-width: 1024px) {
    section .claim-banner-img-top {
      position: absolute;
      top: 185px;
      left: 30px;
      width: 455px;
      height: 250px;
      padding: 20px 35px; } }
  @media screen and (min-width: 1280px) {
    section .claim-banner-img-top {
      left: 115px; } }
  @media screen and (min-width: 1400px) {
    section .claim-banner-img-top {
      left: 190px; } }
  section .claim-banner-img-top h1 {
    width: 100%;
    background-color: #006C9B;
    color: #fff;
    margin: 0;
    font-size: 1.4em;
    text-align: center;
    font-weight: 800; }
    @media screen and (min-width: 1024px) {
      section .claim-banner-img-top h1 {
        text-align: left; } }
  section .claim-banner-img-top p {
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      section .claim-banner-img-top p {
        text-align: left; } }
  section .claim-banner-img-top .from {
    font-weight: 800;
    font-size: 0.8em; }
    @media screen and (min-width: 1024px) {
      section .claim-banner-img-top .from {
        text-align: left; } }
  section .claim-banner-img-top hr {
    height: 2px;
    background-color: #006693;
    border: none;
    width: 60%;
    margin: 25px auto 25px auto; }
    @media screen and (min-width: 1024px) {
      section .claim-banner-img-top hr {
        display: none; } }
  section .claim-banner-img-top .text-bajada {
    font-size: 0.9em;
    text-align: center;
    padding: 0 18px;
    margin-bottom: 10px; }
    @media screen and (min-width: 1024px) {
      section .claim-banner-img-top .text-bajada {
        text-align: left;
        margin: 30px 0 0 0;
        padding: 0;
        font-size: 0.7em;
        font-weight: 400;
        line-height: 20px; } }

.bread {
  display: block; }
  @media screen and (min-width: 1024px) {
    .bread {
      display: block;
      background-color: #F7F7F7; } }
  .bread .breadcrumb {
    width: 100%;
    height: 47px;
    display: none; }
    @media screen and (min-width: 1024px) {
      .bread .breadcrumb {
        display: block;
        padding: 0 30px; } }
    .bread .breadcrumb ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .bread .breadcrumb ul li {
        display: inline-block;
        line-height: 47px; }
        .bread .breadcrumb ul li a {
          color: #B5B5B5;
          text-align: left;
          font-weight: 600;
          font-size: 12px; }
  .bread .title-model {
    width: 100%;
    background-color: #F7F7F7;
    /*height: 47px;*/
    line-height: 47px;
    margin-top: 18px; }
    @media screen and (min-width: 768px) {
      .bread .title-model {
        margin-top: 0; } }
    .bread .title-model h2 {
      color: #48C2E0;
      font-weight: 800;
      font-size: 1em;
      margin: 0;
      text-align: center; }
      .bread .title-model h2 span {
        font-weight: 600; }
      @media screen and (min-width: 768px) {
        .bread .title-model h2 {
          font-size: 1.5em;
          margin-top: 0;
          text-align: left;
          margin-left: 18px; } }
      @media screen and (min-width: 1024px) {
        .bread .title-model h2 {
          margin-left: 30px; } }

footer {
  background-color: #006C9B;
  margin-top: 0;
  padding: 35px; }
  @media screen and (min-width: 768px) {
    footer {
      padding: 15px; } }
  footer a {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 800;
    display: block;
    text-decoration: none;
    font-size: 0.7em; }
    @media screen and (min-width: 768px) {
      footer a {
        text-align: left;
        font-size: 0.8em;
        margin-top: 12px; } }
    @media screen and (min-width: 1024px) {
      footer a {
        margin-top: 6px; } }
  footer .logo-footer {
    text-align: center;
    margin-top: 35px; }
    footer .logo-footer img {
      width: 60%; }
    @media screen and (min-width: 768px) {
      footer .logo-footer {
        text-align: right;
        margin-top: 0; }
        footer .logo-footer img {
          width: 50%; } }
    @media screen and (min-width: 1024px) {
      footer .logo-footer {
        margin-top: 5px;
        margin-right: 10px; }
        footer .logo-footer img {
          width: 25%; } }

.clase-no-top {
  margin-top: 0; }

section.main {
  margin-top: 25px; }

section.mainban {
  margin-top: 0; }

section.main h1, section.mainban h1, .prod-single h2 {
  font-weight: 800;
  font-size: 1.5em;
  text-align: left;
  border-bottom: 1px solid #48C2E0;
  color: #48C2E0;
  text-transform: uppercase;
  margin: 35px 15px 15px 15px; }
  @media screen and (min-width: 768px) {
    section.main h1, section.mainban h1 {
      margin-top: 65px; } }
  @media screen and (min-width: 1024px) {
    section.main h1, section.mainban h1 {
      margin: 15px;
      margin-left: 30px;
      padding-bottom: 15px;
      margin-bottom: 20px; } }
section.main .filter, section.mainban .filter {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 5px 15px 0px 15px; }
  @media screen and (min-width: 1024px) {
    section.main .filter, section.mainban .filter {
      margin-top: 18px;
      padding: 5px 30px 0px 15px; } }
  section.main .filter input[type="checkbox"], section.mainban .filter input[type="checkbox"] {
    display: none; }
  section.main .filter input[type="checkbox"]:checked ~ ul, section.mainban .filter input[type="checkbox"]:checked ~ ul {
    display: block; }
  section.main .filter label, section.mainban .filter label {
    width: 100%;
    display: block;
    padding: 8px;
    color: #48C2E0;
    border: 1px solid #48C2E0;
    font-size: 1em;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative; }
    section.main .filter label i, section.mainban .filter label i {
      position: absolute;
      right: 10px; }
    @media screen and (min-width: 1024px) {
      section.main .filter label, section.mainban .filter label {
        font-size: 0.8em;
        font-weight: 700; } }
  section.main .filter .cajabuscar, section.mainban .filter .cajabuscar {
    width: 100%;
    display: block;
    padding: 8px;
    color: #48C2E0;
    border: 1px solid #48C2E0;
    font-size: 1em;
    text-transform: uppercase; }
    section.main .filter .cajabuscar form#buscar, section.mainban .filter .cajabuscar form#buscar {
      width: 100%; }
      section.main .filter .cajabuscar form#buscar input[type=search], section.mainban .filter .cajabuscar form#buscar input[type=search] {
        padding: 5px;
        border: none;
        width: 100%;
        display: block; }
  section.main .filter ul, section.mainban .filter ul {
    list-style: none;
    text-align: left;
    width: 100%;
    z-index: 1;
    display: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      section.main .filter ul, section.mainban .filter ul {
        position: absolute;
        width: 82.5%; } }
    @media screen and (min-width: 1280px) {
      section.main .filter ul, section.mainban .filter ul {
        width: 83.8%; } }
    @media screen and (min-width: 1400px) {
      section.main .filter ul, section.mainban .filter ul {
        position: absolute;
        width: 83.5%; } }
    section.main .filter ul li, section.mainban .filter ul li {
      padding: 15px;
      background-color: #48C2E0;
      border-bottom: 1px solid #fff;
      cursor: pointer; }
      section.main .filter ul li a, section.mainban .filter ul li a {
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: normal; }
        @media screen and (min-width: 1024px) {
          section.main .filter ul li a, section.mainban .filter ul li a {
            font-size: 0.9em; } }
      section.main .filter ul li .bold-center, section.mainban .filter ul li .bold-center {
        font-weight: 800;
        text-align: center;
        display: block; }
        @media screen and (min-width: 1024px) {
          section.main .filter ul li .bold-center, section.mainban .filter ul li .bold-center {
            font-size: 0.78em; } }
section.main .bgc-1, section.mainban .bgc-1 {
  background-color: #f9f9f9 !important; }
section.main .bgc-2, section.mainban .bgc-2 {
  background-color: #48C2E0 !important; }
section.main .vertical-centered, section.mainban .vertical-centered {
  -ms-display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* alineacion vertical */
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* alineacion horizontal */
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
section.main .destacados, section.mainban .destacados {
  display: none;
  width: 100%;
  border-bottom: 1px solid #48C2E0;
  margin: 0 !important;
  padding-bottom: 2em; }
  @media screen and (min-width: 1024px) {
    section.main .destacados, section.mainban .destacados {
      display: block;
      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; }
      section.main .destacados > destacados_prod, section.main .destacados > .destacados_prod, section.mainban .destacados > destacados_prod, section.mainban .destacados > .destacados_prod {
        width: calc(33.3333333333% - 1em);
        margin: 0.5em; } }
  section.main .destacados .destacados_prod, section.mainban .destacados .destacados_prod {
    position: relative;
    padding: 25px 0; }
    section.main .destacados .destacados_prod .item-gif-destacados, section.mainban .destacados .destacados_prod .item-gif-destacados {
      position: absolute;
      left: 50px;
      width: 25%;
      top: 5px; }
    section.main .destacados .destacados_prod .item-instalacion-destacados, section.mainban .destacados .destacados_prod .item-instalacion-destacados {
      width: 27%;
      top: 140px;
      right: 40px;
      position: absolute;
      padding: 10px 8px;
      background-color: #F5A623;
      color: #fff;
      font-size: 0.7em;
      font-weight: 700; }
    section.main .destacados .destacados_prod .img-prod-destacados, section.mainban .destacados .destacados_prod .img-prod-destacados {
      text-align: center; }
      section.main .destacados .destacados_prod .img-prod-destacados img, section.mainban .destacados .destacados_prod .img-prod-destacados img {
        width: 65%; }
    section.main .destacados .destacados_prod .info-destacado-prod, section.mainban .destacados .destacados_prod .info-destacado-prod {
      padding: 0 25px;
      background-color: #f9f9f9; }
      section.main .destacados .destacados_prod .info-destacado-prod h2, section.mainban .destacados .destacados_prod .info-destacado-prod h2 {
        color: #48C2E0;
        font-weight: 800;
        font-size: 1.5em;
        text-align: left;
        margin: 0 0 1em 0; }
      section.main .destacados .destacados_prod .info-destacado-prod .tarjetas, section.mainban .destacados .destacados_prod .info-destacado-prod .tarjetas {
        margin-bottom: 1em; }
      section.main .destacados .destacados_prod .info-destacado-prod p, section.mainban .destacados .destacados_prod .info-destacado-prod p {
        color: #B5B5B5;
        text-align: left;
        font-size: 0.65em;
        font-weight: normal;
        line-height: 2.2; }
        section.main .destacados .destacados_prod .info-destacado-prod p span, section.mainban .destacados .destacados_prod .info-destacado-prod p span {
          font-weight: 800; }
    section.main .destacados .destacados_prod .info-wrap, section.mainban .destacados .destacados_prod .info-wrap {
      text-align: center; }
      section.main .destacados .destacados_prod .info-wrap a.btnSolicitar, section.mainban .destacados .destacados_prod .info-wrap a.btnSolicitar {
        background-color: #48C2E0;
        color: #fff;
        text-align: center;
        font-weight: 800; }
section.main .prod-single--ban, section.mainban .prod-single--ban {
  width: 100%;
  margin: 0 !important; }
  @media screen and (min-width: 1024px) {
    section.main .prod-single--ban, section.mainban .prod-single--ban {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      section.main .prod-single--ban > box-item-single--ban, section.main .prod-single--ban > .box-item-single--ban, section.mainban .prod-single--ban > box-item-single--ban, section.mainban .prod-single--ban > .box-item-single--ban {
        width: calc(33.3333333333% - 30px);
        margin: 15px; } 
        
        .box-item-single-2{
	        width: calc(35% - 30px);
	        margin: 15px;
        }
        .box-item-single-3{
	        width: calc(30% - 30px);
	        margin: 35px 15px 15px 15px;
        }
        .box-item-single-4{
          width: calc(30%);
          margin: 35px 15px 15px 15px;
        }
        .box-item-single-5{
          width: calc(32% - 13px);
          margin: 15px;
        }
     }
  section.main .prod-single--ban .box-item-single--ban, section.mainban .prod-single--ban .box-item-single--ban {
    display: none; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single--ban .box-item-single--ban, section.mainban .prod-single--ban .box-item-single--ban {
        display: block; } }
    section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban, section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban {
      position: relative;
      padding: 73px 20px;
      margin-bottom: 30px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-gif-destacados,
      section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-instalacion-destacados, section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-gif-destacados,
      section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-instalacion-destacados {
        position: absolute; }
      section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-gif-destacados, section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-gif-destacados {
        left: 20px;
        top: 45px;
        width: 25.5%; }
        @media screen and (min-width: 1400px) {
          section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-gif-destacados, section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-gif-destacados {
            left: 30px;
            top: 35px; } }
      section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-instalacion-destacados, section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-instalacion-destacados {
        right: 15px;
        top: 150px;
        padding: 10px 8px;
        background-color: #F5A623;
        width: 27%; }
        section.main .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-instalacion-destacados p, section.mainban .prod-single--ban .box-item-single--ban .prod-single__img--ban .item-instalacion-destacados p {
          color: #ffffff;
          text-align: center;
          font-weight: 700;
          margin: 0;
          font-size: 0.6em;
          text-transform: uppercase; }
  section.main .prod-single--ban .infoMobile, section.mainban .prod-single--ban .infoMobile {
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.main .prod-single--ban .infoMobile, section.mainban .prod-single--ban .infoMobile {
        display: none; } }
    section.main .prod-single--ban .infoMobile h1, section.mainban .prod-single--ban .infoMobile h1 {
      border: none;
      text-align: center; }
      @media screen and (min-width: 768px) {
        section.main .prod-single--ban .infoMobile h1, section.mainban .prod-single--ban .infoMobile h1 {
          font-size: 1.2em; } }
    section.main .prod-single--ban .infoMobile p, section.mainban .prod-single--ban .infoMobile p {
      color: #48C2E0;
      font-weight: 400;
      font-style: italic;
      border-bottom: 1px solid #48C2E0;
      width: 65%;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        section.main .prod-single--ban .infoMobile p, section.mainban .prod-single--ban .infoMobile p {
          width: 85%; } }
    section.main .prod-single--ban .infoMobile .precio, section.mainban .prod-single--ban .infoMobile .precio {
      color: #B5B5B5;
      font-style: normal;
      font-size: 0.9em;
      width: 100%;
      border: none;
      margin-top: 5px; }
      @media screen and (min-width: 768px) {
        section.main .prod-single--ban .infoMobile .precio, section.mainban .prod-single--ban .infoMobile .precio {
          font-size: 0.8em; } }
    section.main .prod-single--ban .infoMobile h3, section.mainban .prod-single--ban .infoMobile h3 {
      color: #48C2E0;
      font-weight: 800; }
    section.main .prod-single--ban .infoMobile .interes, section.mainban .prod-single--ban .infoMobile .interes {
      font-weight: 400;
      color: #48C2E0;
      border: none;
      font-style: normal;
      width: 90%;
      margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single--ban .infoMobile, section.mainban .prod-single--ban .infoMobile {
        display: none; } }
  section.main .prod-single--ban a.btn-solicitar, section.mainban .prod-single--ban a.btn-solicitar {
    background-color: #28BEE7;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    display: block;
    font-size: 1em;
    font-weight: 800; }
  section.main .prod-single--ban .list-tecnica, section.mainban .prod-single--ban .list-tecnica {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px; }
    section.main .prod-single--ban .list-tecnica ul, section.mainban .prod-single--ban .list-tecnica ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      section.main .prod-single--ban .list-tecnica ul li, section.mainban .prod-single--ban .list-tecnica ul li {
        text-transform: uppercase;
        text-align: left;
        color: #48C2E0;
        font-weight: 800;
        font-size: 0.9em;
        display: block;
        padding-left: 6em;
        letter-spacing: 2;
        position: relative; }
        @media screen and (min-width: 768px) {
          section.main .prod-single--ban .list-tecnica ul li, section.mainban .prod-single--ban .list-tecnica ul li {
            margin-bottom: 15px;
            padding-left: 4em; } }
        section.main .prod-single--ban .list-tecnica ul li span, section.mainban .prod-single--ban .list-tecnica ul li span {
          font-weight: normal;
          display: block;
          width: 100%; }
      section.main .prod-single--ban .list-tecnica ul i, section.mainban .prod-single--ban .list-tecnica ul i {
        position: absolute;
        left: 30px; }
  section.main .prod-single--ban a.dowload, section.mainban .prod-single--ban a.dowload {
    color: #B5B5B5;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding: 20px 1em;
    display: block;
    font-size: 1em;
    font-weight: 800;
    background-color: #F7F7F7;
    border: 1px solid #E8E8E8;
    position: relative;
    font-size: 0.9em;
    margin-bottom: 50px; }
    section.main .prod-single--ban a.dowload i, section.mainban .prod-single--ban a.dowload i {
      position: absolute;
      right: 1em; }
  section.main .prod-single--ban .box-item-single__data_gray--ban, section.mainban .prod-single--ban .box-item-single__data_gray--ban {
    padding: 20px; }
    section.main .prod-single--ban .box-item-single__data_gray--ban p, section.mainban .prod-single--ban .box-item-single__data_gray--ban p {
      color: #48C2E0;
      text-align: left;
      font-size: 0.9em;
      font-weight: 800; }
    section.main .prod-single--ban .box-item-single__data_gray--ban .cuotas--ban, section.mainban .prod-single--ban .box-item-single__data_gray--ban .cuotas--ban {
      color: #48C2E0;
      text-align: left;
      font-size: 1.4em;
      font-weight: 800;
      margin-bottom: 15px;
      width: 85%; }
    section.main .prod-single--ban .box-item-single__data_gray--ban .texto-bajada--ban, section.mainban .prod-single--ban .box-item-single__data_gray--ban .texto-bajada--ban {
      font-size: 0.7em;
      color: #B5B5B5;
      text-align: left;
      font-weight: 400; }
      section.main .prod-single--ban .box-item-single__data_gray--ban .texto-bajada--ban span, section.mainban .prod-single--ban .box-item-single__data_gray--ban .texto-bajada--ban span {
        font-weight: 800; }
    section.main .prod-single--ban .box-item-single__data_gray--ban .img-targ-bancos--ban, section.mainban .prod-single--ban .box-item-single__data_gray--ban .img-targ-bancos--ban {
      margin: 15px 0; }
  section.main .prod-single--ban .otros-medios--ban p, section.mainban .prod-single--ban .otros-medios--ban p {
    color: #B5B5B5;
    font-size: 0.8em;
    text-align: left;
    padding: 0 0 0 8px;
    margin-top: 15px; }
  section.main .prod-single--ban .banner-aside, section.mainban .prod-single--ban .banner-aside {
    background-color: #28bde7;
    text-align: center; }
  section.main .prod-single--ban a.solicitar--ban, section.mainban .prod-single--ban a.solicitar--ban {
    width: 100%;
    padding: 15px 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #48C2E0;
    display: block;
    margin-top: 30px;
    text-transform: uppercase; }
  section.main .prod-single--ban .banner-aside-bottom, section.mainban .prod-single--ban .banner-aside-bottom {
    margin-top: 15px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single--ban .banner-aside-bottom, section.mainban .prod-single--ban .banner-aside-bottom {
        margin-top: 30px; } }
    section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria {
      background-color: #92C064; }
      section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data {
        padding: 40px;
        background-color: #92C064; }
        @media screen and (min-width: 768px) {
          section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data {
            padding: 16px; } }
        @media screen and (min-width: 1024px) {
          section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data {
            padding: 36px; } }
        section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
          color: #fff;
          text-align: center;
          font-size: 1.2em; }
          section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p span, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p span {
            font-weight: 800; }
          @media screen and (min-width: 768px) {
            section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
              text-align: center;
              font-size: 1.1em; } }
          @media screen and (min-width: 1024px) {
            section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
              text-align: center;
              font-size: 1em; } }
          @media screen and (min-width: 1400px) {
            section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
              text-align: center;
              font-size: 1.3em; } }
      section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-img-data, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-img-data {
        width: 100%;
        overflow: hidden;
        height: 164px;
        background: url(../img/tipometrogas.jpg);
        background-size: cover; }
        @media screen and (min-width: 1024px) {
          section.main .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-img-data, section.mainban .prod-single--ban .banner-aside-bottom .banner-aside__asesoria .box-img-data {
            height: auto; } }
section.main .prod-single, section.mainban .prod-single {
  width: 100%;
  margin: 0 !important; }
  @media screen and (min-width: base) and (max-width: 479px) {
    section.main .prod-single, section.mainban .prod-single {
      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; }
      section.main .prod-single > box-item-single, section.main .prod-single > .box-item-single, section.mainban .prod-single > box-item-single, section.mainban .prod-single > .box-item-single-2 {
        width: calc(100% - 1em);
        margin: 0.5em; } }
  @media screen and (min-width: 480px) {
    section.main .prod-single, section.mainban .prod-single {
      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; }
      section.main .prod-single > box-item-single, section.main .prod-single > .box-item-single, section.mainban .prod-single > box-item-single, section.mainban .prod-single > .box-item-single-2 {
        width: calc(100% - 1em);
        margin: 0.5em; } }
  @media screen and (min-width: 768px) {
    section.main .prod-single, section.mainban .prod-single {
      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; }
      section.main .prod-single > box-item-single, section.main .prod-single > .box-item-single, section.mainban .prod-single > box-item-single, section.mainban .prod-single > .box-item-single-2 {
        width: calc(33.3333333333% - 1em);
        margin: 0.5em; } }
  @media screen and (min-width: 1024px) {
    section.main .prod-single, section.mainban .prod-single {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
      section.main .prod-single > box-item-single, section.main .prod-single > .box-item-single, section.mainban .prod-single > box-item-single, section.mainban .prod-single > .box-item-single-2 {
        width: calc(33.3333333333% - 30px);
        margin: 15px; } }
  section.main .prod-single ul.colaborador-lista, section.mainban .prod-single ul.colaborador-lista {
    margin: 0;
    padding: 0;
    list-style: none; }
    section.main .prod-single ul.colaborador-lista li, section.mainban .prod-single ul.colaborador-lista li {
      width: 100%;
      font-size: 1em;
      color: #006C9B;
      text-transform: uppercase;
      text-align: center;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        section.main .prod-single ul.colaborador-lista li, section.mainban .prod-single ul.colaborador-lista li {
          text-align: left; } }
      section.main .prod-single ul.colaborador-lista li span, section.mainban .prod-single ul.colaborador-lista li span {
        color: #B5B5B5;
        display: block;
        font-weight: normal;
        font-size: 0.6em;
        margin-bottom: 0px; }
        section.main .prod-single ul.colaborador-lista li span a, section.mainban .prod-single ul.colaborador-lista li span a {
          color: #B5B5B5;
          font-weight: normal; }
  section.main .prod-single .box-item-single-2 .box-item-single__data_gray p.pre-normal, section.mainban .prod-single .box-item-single-2 .box-item-single__data_gray p.pre-normal {
   color: #48C2E0 !important;
    text-align: left;
    font-size: 0.89em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1em;
    }
  section.main .prod-single .box-item-single-2 .precio-socios .precio-socios-valor, section.mainban .prod-single .box-item-single-2 .precio-socios .precio-socios-valor {
    width: 100%; }
    @media screen and (min-width: 1280px) {
      section.main .prod-single .box-item-single-2 .precio-socios .precio-socios-valor, section.mainban .prod-single .box-item-single-2 .precio-socios .precio-socios-valor {
        width: 50%;
        float: left; } }
    section.main .prod-single .box-item-single-2 .precio-socios .precio-socios-valor p, section.mainban .prod-single .box-item-single-2 .precio-socios .precio-socios-valor p {
      color: #F5A623;
      font-size: 1.8em;
      font-weight: 800; }
      @media screen and (min-width: 1280px) {
        section.main .prod-single .box-item-single-2 .precio-socios .precio-socios-valor p, section.mainban .prod-single .box-item-single-2 .precio-socios .precio-socios-valor p {
          font-size: 1.6em; } }
  section.main .prod-single .box-item-single-2 .logo-socio-single-precio, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio {
    width: 100%; }
    @media screen and (min-width: 1280px) {
      section.main .prod-single .box-item-single-2 .logo-socio-single-precio, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio {
        width: 50%;
        float: left; } }
    section.main .prod-single .box-item-single-2 .logo-socio-single-precio p, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio p {
      color: #F5A623;
      font-weight: bold;
      margin: 0;
      font-size: 0.6em; }
      @media screen and (min-width: 1280px) {
        section.main .prod-single .box-item-single-2 .logo-socio-single-precio p, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio p {
          font-size: 0.6em;
          margin-top: 6px; } }
          section.main .prod-single .box-item-single-2 .logo-socio-single-precio p, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio p {
    color: #F5A623;
    font-weight: bold;
    margin: 0;
    font-size: 0.6em;
}
    section.main .prod-single .box-item-single-2 .logo-socio-single-precio img, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio img {
      width: 55%; }
      @media screen and (min-width: 768px) {
        section.main .prod-single .box-item-single-2 .logo-socio-single-precio img, section.mainban .prod-single .box-item-single-2 .logo-socio-single-precio img {
          width: 75%; } }
  section.main .prod-single .box-item-single-2 p.td-socio-club, section.mainban .prod-single .box-item-single-2 p.td-socio-club {
    color: #F5A623;
    font-weight: bold;
    font-size: 0.7em;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      section.main .prod-single .box-item-single-2 p.td-socio-club, section.mainban .prod-single .box-item-single-2 p.td-socio-club {
        width: 100%;
        display: block;
        clear: both;
        text-align: left;
        padding-right: 12px; } }
  @media screen and (min-width: 1280px) {
    section.main .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-valor, section.mainban .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-valor {
      width: 50%;
      float: left; } }
  section.main .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-valor p, section.mainban .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-valor p {
    color: #48C2E0;
    font-size: 1.9em;
    font-weight: 800; }
    @media screen and (min-width: 1280px) {
      section.main .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-valor p, section.mainban .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-valor p {
        font-size: 1.4em;
        text-align: left;
        padding-right: 5px; } }
  @media screen and (min-width: 1280px) {
    section.main .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-metrogas, section.mainban .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-metrogas {
      width: 50%;
      float: left; } }
  section.main .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-metrogas p, section.mainban .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-metrogas p {
    color: #48C2E0;
    font-weight: bold;
    margin: 0;
    font-size: 0.9em; }
    @media screen and (min-width: 1280px) {
      section.main .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-metrogas p, section.mainban .prod-single .box-item-single-2 .precio-no-socios .precio-no-socios-metrogas p {
        font-size: 0.6em;
        margin-top: 12px; } }
  section.main .prod-single .box-item-single-2 .precio-no-socios p.td-no-socios-metrogas, section.mainban .prod-single .box-item-single-2 .precio-no-socios p.td-no-socios-metrogas {
    color: #48C2E0;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single .box-item-single-2 .precio-no-socios p.td-no-socios-metrogas, section.mainban .prod-single .box-item-single-2 .precio-no-socios p.td-no-socios-metrogas {
        font-size: 0.7em;
        text-align: left; } }
    @media screen and (min-width: 1280px) {
      section.main .prod-single .box-item-single-2 .precio-no-socios p.td-no-socios-metrogas, section.mainban .prod-single .box-item-single-2 .precio-no-socios p.td-no-socios-metrogas {
        width: 100%;
        display: block;
        clear: both;
        text-align: left;
        padding-right: 12px; } }
  section.main .prod-single .box-item-single-2 .prod-single__img, section.mainban .prod-single .box-item-single-2 .prod-single__img {
    position: relative;
    padding: 73px 20px 0px 20px;
    margin-bottom: 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.main .prod-single .box-item-single-2 .prod-single__img .item-gif-destacados,
    section.main .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados, section.mainban .prod-single .box-item-single-2 .prod-single__img .item-gif-destacados,
    section.mainban .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados {
      position: absolute; }
    section.main .prod-single .box-item-single-2 .prod-single__img .item-gif-destacados, section.mainban .prod-single .box-item-single-2 .prod-single__img .item-gif-destacados {
      left: 10px;
      top: 25px;
      width: 28%; }
    section.main .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados, section.mainban .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados {
      right: 15px;
      top: 42px;
      padding: 10px 8px;
      background-color: #F5A623;
      width: 30%; }
      @media screen and (min-width: 1024px) {
        section.main .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados, section.mainban .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados {
          margin-top: 42px; } }
      section.main .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados p, section.mainban .prod-single .box-item-single-2 .prod-single__img .item-instalacion-destacados p {
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        margin: 0;
        font-size: 0.6em; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single .box-item-single-2 .prod-single__img, section.mainban .prod-single .box-item-single-2 .prod-single__img {
        padding: 0; } }
  section.main .prod-single .infoMobile, section.mainban .prod-single .infoMobile {
    display: block;
    text-align: center; }
    @media screen and (min-width: 768px) {
      section.main .prod-single .infoMobile, section.mainban .prod-single .infoMobile {
        display: none; } }
    section.main .prod-single .infoMobile h1, section.mainban .prod-single .infoMobile h1 {
      border: none;
      text-align: center; }
      @media screen and (min-width: 768px) {
        section.main .prod-single .infoMobile h1, section.mainban .prod-single .infoMobile h1 {
          font-size: 1.2em; } }
    section.main .prod-single .infoMobile p, section.mainban .prod-single .infoMobile p {
      color: #48C2E0;
      font-weight: 400;
      font-style: italic;
      border-bottom: 1px solid #48C2E0;
      width: 65%;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        section.main .prod-single .infoMobile p, section.mainban .prod-single .infoMobile p {
          width: 85%; } }
    section.main .prod-single .infoMobile .precio, section.mainban .prod-single .infoMobile .precio {
      color: #B5B5B5;
      font-style: normal;
      font-size: 0.9em;
      width: 100%;
      border: none;
      margin-top: 5px; }
      @media screen and (min-width: 768px) {
        section.main .prod-single .infoMobile .precio, section.mainban .prod-single .infoMobile .precio {
          font-size: 0.8em; } }
    section.main .prod-single .infoMobile h3, section.mainban .prod-single .infoMobile h3 {
      color: #48C2E0;
      font-weight: 800; }
    section.main .prod-single .infoMobile .interes, section.mainban .prod-single .infoMobile .interes {
      font-weight: 400;
      color: #48C2E0;
      border: none;
      font-style: normal;
      width: 90%;
      margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single .infoMobile, section.mainban .prod-single .infoMobile {
        display: none; } }
  section.main .prod-single a.btn-solicitar, section.mainban .prod-single a.btn-solicitar {
    background-color: #28BEE7;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    display: block;
    font-size: 1em;
    font-weight: 800; }
  section.main .prod-single .fichatecnica, section.mainban .prod-single .fichatecnica {
    color: #B5B5B5;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 1em;
    font-weight: 800;
    background-color: #F7F7F7;
    border: 1px solid #E8E8E8;
    position: relative;
    font-size: 0.9em;
    margin-bottom: 0px;
    cursor: pointer; }
    section.main .prod-single .fichatecnica i, section.mainban .prod-single .fichatecnica i {
      position: absolute;
      right: 20px;
      top: 20px; }
    section.main .prod-single .fichatecnica .headers, section.mainban .prod-single .fichatecnica .headers {
      text-align: center;
      padding: 20px; }
    section.main .prod-single .fichatecnica .content, section.mainban .prod-single .fichatecnica .content {
      display: none;
      padding: 0px 1em 20px 1em; }
      section.main .prod-single .fichatecnica .content ul, section.mainban .prod-single .fichatecnica .content ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        section.main .prod-single .fichatecnica .content ul li, section.mainban .prod-single .fichatecnica .content ul li {
          font-size: 0.9em;
          font-weight: normal;
          text-align: left;
          margin-bottom: 10px; }
          section.main .prod-single .fichatecnica .content ul li:last-child, section.mainban .prod-single .fichatecnica .content ul li:last-child {
            margin-bottom: 0px; }
          section.main .prod-single .fichatecnica .content ul li span, section.mainban .prod-single .fichatecnica .content ul li span {
            text-align: left;
            font-weight: bold; }
  section.main .prod-single .list-tecnica, section.mainban .prod-single .list-tecnica {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px; }
    section.main .prod-single .list-tecnica ul, section.mainban .prod-single .list-tecnica ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      section.main .prod-single .list-tecnica ul li, section.mainban .prod-single .list-tecnica ul li {
        text-transform: uppercase;
        text-align: left;
        color: #48C2E0;
        font-weight: 800;
        font-size: 0.88em;
        display: block;
        padding-left: 6em;
        letter-spacing: 2;
        position: relative; }
        @media screen and (min-width: 768px) {
          section.main .prod-single .list-tecnica ul li, section.mainban .prod-single .list-tecnica ul li {
            margin-bottom: 15px;
            padding-left: 4em; } }
        section.main .prod-single .list-tecnica ul li span, section.mainban .prod-single .list-tecnica ul li span {
          font-weight: normal;
          display: block;
          width: 100%; }
      section.main .prod-single .list-tecnica ul i, section.mainban .prod-single .list-tecnica ul i {
        position: absolute;
        left: 30px; }
  section.main .prod-single a.dowload, section.mainban .prod-single a.dowload {
    color: #B5B5B5;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    padding: 20px 1em;
    display: block;
    font-size: 1em;
    font-weight: 800;
    background-color: #F7F7F7;
    border: 1px solid #E8E8E8;
    position: relative;
    font-size: 0.9em;
    margin-bottom: 50px; }
    section.main .prod-single a.dowload i, section.mainban .prod-single a.dowload i {
      position: absolute;
      right: 1em; }
  section.main .prod-single .box-item-single__data_gray, section.mainban .prod-single .box-item-single__data_gray {
    padding: 20px; }
    section.main .prod-single .box-item-single__data_gray p, section.mainban .prod-single .box-item-single__data_gray p {
      color: #B5B5B5;
      text-align: left;
      font-size: 0.9em;
      font-weight: 400; }
    section.main .prod-single .box-item-single__data_gray p.tex-col, section.mainban .prod-single .box-item-single__data_gray p.tex-col {
      color: #B5B5B5;
      font-size: 0.8em;
      margin-top: 10px; }
      section.main .prod-single .box-item-single__data_gray p.tex-col a.cola, section.mainban .prod-single .box-item-single__data_gray p.tex-col a.cola {
        color: #48C2E0;
        font-weight: bold;
        text-decoration: underline; }
    section.main .prod-single .box-item-single__data_gray .cuotas, section.mainban .prod-single .box-item-single__data_gray .cuotas {
      color: #48C2E0;
      text-align: left;
      font-size: 1.6em;
      font-weight: 800;
      margin-bottom: 15px; }
    section.main .prod-single .box-item-single__data_gray .texto-bajada, section.mainban .prod-single .box-item-single__data_gray .texto-bajada {
      font-size: 0.9em;
      color: #B5B5B5;
      text-align: left; }
      section.main .prod-single .box-item-single__data_gray .texto-bajada span, section.mainban .prod-single .box-item-single__data_gray .texto-bajada span {
        font-weight: 800; }
    section.main .prod-single .box-item-single__data_gray .img-targ-bancos, section.mainban .prod-single .box-item-single__data_gray .img-targ-bancos {
      margin: 0px 0; }
    section.main .prod-single .box-item-single__data_gray .img-targ-bancos-cal, section.mainban .prod-single .box-item-single__data_gray .img-targ-bancos-cal {
      margin: 1em 0; }
    section.main .prod-single .box-item-single__data_gray ul.tI-cT, section.mainban .prod-single .box-item-single__data_gray ul.tI-cT {
      margin: 0 0 0 0;
      padding: 0;
      list-style: none; }
      section.main .prod-single .box-item-single__data_gray ul.tI-cT li, section.mainban .prod-single .box-item-single__data_gray ul.tI-cT li {
        display: inline-block;
        color: #B5B5B5;
        font-weight: 400;
        font-size: 0.9em;
        text-align: left; }
    section.main .prod-single .box-item-single__data_gray ul.tI-cT-b, section.mainban .prod-single .box-item-single__data_gray ul.tI-cT-b {
      margin: 1em 0 0 0;
      padding: 0;
      list-style: none; }
      section.main .prod-single .box-item-single__data_gray ul.tI-cT-b li, section.mainban .prod-single .box-item-single__data_gray ul.tI-cT-b li {
        display: inline-block;
        color: #B5B5B5;
        font-weight: 400;
        font-size: 0.9em;
        text-align: left; }
    section.main .prod-single .box-item-single__data_gray p.cB, section.mainban .prod-single .box-item-single__data_gray p.cB {
      color: #48C2E0 !important;
      text-align: left;
      font-size: 0.9em;
      font-weight: bold; }
      section.main .prod-single .box-item-single__data_gray p.cB-2, section.mainban .prod-single .box-item-single__data_gray p.cB-2 {
      color: #48C2E0 !important;
      text-align: left;
      font-size: 0.899em;
      font-weight: bold; }
    section.main .prod-single .box-item-single__data_gray .descuentos-single, section.mainban .prod-single .box-item-single__data_gray .descuentos-single {
      width: 100%; }
      section.main .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single p {
        color: #F5A623;
        font-weight: 800;
        font-size: 2.3em;
        margin-left: 35px; }
        @media screen and (min-width: 768px) {
          section.main .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single p {
            /*margin-left: 10px;*/ } }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single p {
            font-size: 2.5em;
            /*margin-left: 40px;*/ } }
      section.main .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single p {
        color: #F5A623;
        font-weight: 800;
        font-size: 0.7em;
        margin-bottom: 0;
        margin-top: 10px; }
      section.main .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single img, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single img {
        width: 78%; }
      section.main .prod-single .box-item-single__data_gray .descuentos-single p.td, section.mainban .prod-single .box-item-single__data_gray .descuentos-single p.td {
        color: #F5A623;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.7em; }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .box-item-single__data_gray .descuentos-single p.td, section.mainban .prod-single .box-item-single__data_gray .descuentos-single p.td {
            font-size: 0.78em; } }
    section.main .prod-single .box-item-single__data_gray .descuentos-single, section.mainban .prod-single .box-item-single__data_gray .descuentos-single {
      width: 100%; }
      section.main .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single-precio p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single-precio p {
        color: #F5A623;
        font-weight: 800;
        font-size: 1.7em; }
        @media screen and (min-width: 768px) {
          section.main .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single-precio p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single-precio p {
            margin-left: 10px; } }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single-precio p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .porcentaje-single-precio p {
            font-size: 2.5em;
            margin-left: 40px; } }
      section.main .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single-precio p, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single-precio p {
        color: #F5A623;
        font-weight: 800;
        font-size: 0.7em;
        margin-bottom: 0;
        margin-top: 4px; }
      section.main .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single-precio img, section.mainban .prod-single .box-item-single__data_gray .descuentos-single .logo-socio-single-precio img {
        width: 78%; }
      section.main .prod-single .box-item-single__data_gray .descuentos-single p.td-precio, section.mainban .prod-single .box-item-single__data_gray .descuentos-single p.td-precio {
        color: #F5A623;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.7em; }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .box-item-single__data_gray .descuentos-single p.td-precio, section.mainban .prod-single .box-item-single__data_gray .descuentos-single p.td-precio {
            font-size: 0.9em; } }
    section.main .prod-single .box-item-single__data_gray .porcentaje-blue-single p.porc, section.mainban .prod-single .box-item-single__data_gray .porcentaje-blue-single p.porc {
      color: #48C2E0;
      font-weight: 800;
      font-size: 1.9em;
      margin-left: 50px; }
      @media screen and (min-width: 768px) {
        section.main .prod-single .box-item-single__data_gray .porcentaje-blue-single p.porc, section.mainban .prod-single .box-item-single__data_gray .porcentaje-blue-single p.porc {
          /*margin-left: 10px;*/ } }
      @media screen and (min-width: 1024px) {
        section.main .prod-single .box-item-single__data_gray .porcentaje-blue-single p.porc, section.mainban .prod-single .box-item-single__data_gray .porcentaje-blue-single p.porc {
          /*margin-left: 60px;*/ } }
    section.main .prod-single .box-item-single__data_gray .porcentaje-blue-single-precio p.porc, section.mainban .prod-single .box-item-single__data_gray .porcentaje-blue-single-precio p.porc {
      color: #48C2E0;
      font-weight: 800;
      font-size: 1.6em; }
      @media screen and (min-width: 768px) {
        section.main .prod-single .box-item-single__data_gray .porcentaje-blue-single-precio p.porc, section.mainban .prod-single .box-item-single__data_gray .porcentaje-blue-single-precio p.porc {
          margin-left: 10px; } }
      @media screen and (min-width: 1024px) {
        section.main .prod-single .box-item-single__data_gray .porcentaje-blue-single-precio p.porc, section.mainban .prod-single .box-item-single__data_gray .porcentaje-blue-single-precio p.porc {
          margin-left: 60px; } }
    section.main .prod-single .box-item-single__data_gray .no-socio-single-precio p, section.mainban .prod-single .box-item-single__data_gray .no-socio-single-precio p {
      color: #48C2E0;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 0.6em;
      width: 65%;
      margin-top: 11px;
      line-height: 12px; }
    section.main .prod-single .box-item-single__data_gray .no-socio-single p, section.mainban .prod-single .box-item-single__data_gray .no-socio-single p {
      color: #48C2E0;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 0.7em;
      width: 90%;
      margin-top: 17px;
      line-height: 12px; }
    section.main .prod-single .box-item-single__data_gray p.td-b, section.mainban .prod-single .box-item-single__data_gray p.td-b {
      color: #48C2E0;
      text-transform: uppercase;
      font-weight: 300;
      font-size: 0.7em;
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        section.main .prod-single .box-item-single__data_gray p.td-b, section.mainban .prod-single .box-item-single__data_gray p.td-b {
          font-size: 0.8em;
          margin-left: 15px;
          margin-bottom: 0; } }
    section.main .prod-single .box-item-single__data_gray span.plus, section.mainban .prod-single .box-item-single__data_gray span.plus {
      text-transform: uppercase;
      text-align: left;
      color: #92C064;
      font-size: 0.7em;
      font-weight: 800; }
      @media screen and (min-width: 1024px) {
        section.main .prod-single .box-item-single__data_gray span.plus, section.mainban .prod-single .box-item-single__data_gray span.plus {
          font-size: 0.8em; } }
  section.main .prod-single .otros-medios p, section.mainban .prod-single .otros-medios p {
    color: #B5B5B5;
    font-size: 0.8em;
    text-align: left;
    padding: 0 0 0 8px;
    margin-top: 15px; }
  section.main .prod-single .banner-aside, section.mainban .prod-single .banner-aside {
    background-color: #0eb5df;
    text-align: center; }
  section.main .prod-single .banner-aside-bottom, section.mainban .prod-single .banner-aside-bottom {
    margin-top: 15px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1024px) {
      section.main .prod-single .banner-aside-bottom, section.mainban .prod-single .banner-aside-bottom {
        margin-top: 30px; } }
    section.main .prod-single .banner-aside-bottom .banner-aside__asesoria, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria {
      background-color: #92C064; }
      section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data {
        padding: 40px;
        background-color: #92C064; }
        @media screen and (min-width: 768px) {
          section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data {
            padding: 16px; } }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data {
            padding: 36px; } }
        section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
          color: #fff;
          text-align: center;
          font-size: 1.2em; }
          section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p span, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p span {
            font-weight: 800; }
          @media screen and (min-width: 768px) {
            section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
              text-align: center;
              font-size: 1.1em; } }
          @media screen and (min-width: 1024px) {
            section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
              text-align: center;
              font-size: 1em; } }
          @media screen and (min-width: 1400px) {
            section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-text-data p {
              text-align: center;
              font-size: 1.3em; } }
      section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data {
        width: 100%;
        overflow: hidden;
        height: 164px;
        background: url(../img/tipometrogas.jpg);
        background-size: cover; }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data {
            height: 164px; } }
      section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data-cal, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data-cal {
        width: 100%;
        overflow: hidden;
        height: 345px;
        background: url(../img/tipo-side.jpg);
        background-size: cover; }
        @media screen and (min-width: 1024px) {
          section.main .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data-cal, section.mainban .prod-single .banner-aside-bottom .banner-aside__asesoria .box-img-data-cal {
            height: 435px; } }
section.main .addGray, section.mainban .addGray {
  background-color: #F7F7F7; }
section.main .paginator, section.mainban .paginator {
  width: 100%;
  margin: 0 auto 35px auto;
  display: block; }
  @media screen and (min-width: 1024px) {
    section.main .paginator, section.mainban .paginator {
      width: 30%; } }
  section.main .paginator ul, section.mainban .paginator ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    section.main .paginator ul li a, section.mainban .paginator ul li a {
      background-color: #F7F7F7;
      text-align: right;
      display: block;
      color: #B5B5B5;
      padding: 10px 20px;
      font-size: 10px;
      height: 50px; }
      section.main .paginator ul li a span, section.mainban .paginator ul li a span {
        width: 100%;
        display: block;
        font-weight: 800; }
    section.main .paginator ul li .verAlign, section.mainban .paginator ul li .verAlign {
      margin-top: 7px; }
section.main .paginator-full-estufas, section.mainban .paginator-full-estufas {
  width: 100%;
  margin-bottom: 35px;
  display: block; }
  @media screen and (min-width: 1280px) {
    section.main .paginator-full-estufas, section.mainban .paginator-full-estufas {
      display: block; } }
  @media screen and (min-width: 1400px) {
    section.main .paginator-full-estufas, section.mainban .paginator-full-estufas {
      display: block; } }
  section.main .paginator-full-estufas ul, section.mainban .paginator-full-estufas ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    section.main .paginator-full-estufas ul li, section.mainban .paginator-full-estufas ul li {
      margin-right: 10px; }
      section.main .paginator-full-estufas ul li:last-child, section.mainban .paginator-full-estufas ul li:last-child {
        margin-right: 0; }
      section.main .paginator-full-estufas ul li a, section.mainban .paginator-full-estufas ul li a {
        background-color: #f5f5f5;
        text-align: right;
        display: block;
        color: #B5B5B5;
        padding: 10px 15px;
        font-size: 10px; }
        @media screen and (min-width: 768px) {
          section.main .paginator-full-estufas ul li a, section.mainban .paginator-full-estufas ul li a {
            padding: 10px 20px; } }
        @media screen and (min-width: 1024px) {
          section.main .paginator-full-estufas ul li a, section.mainban .paginator-full-estufas ul li a {
            padding: 15px 30px;
            font-size: 12px; } }
        section.main .paginator-full-estufas ul li a span, section.mainban .paginator-full-estufas ul li a span {
          font-weight: 400; }
      section.main .paginator-full-estufas ul li .box-num, section.mainban .paginator-full-estufas ul li .box-num {
        background-color: #f5f5f5;
        color: #B5B5B5;
        font-weight: 800; }
section.main .paginator-full, section.mainban .paginator-full {
  width: 100%;
  margin-bottom: 35px;
  display: none; }
  @media screen and (min-width: 1280px) {
    section.main .paginator-full, section.mainban .paginator-full {
      display: block; } }
  @media screen and (min-width: 1400px) {
    section.main .paginator-full, section.mainban .paginator-full {
      display: block; } }
  section.main .paginator-full ul, section.mainban .paginator-full ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    section.main .paginator-full ul li, section.mainban .paginator-full ul li {
      margin-right: 10px; }
      section.main .paginator-full ul li:last-child, section.mainban .paginator-full ul li:last-child {
        margin-right: 0; }
      section.main .paginator-full ul li a, section.mainban .paginator-full ul li a {
        background-color: #f5f5f5;
        text-align: right;
        display: block;
        color: #B5B5B5;
        padding: 10px 15px;
        font-size: 10px; }
        @media screen and (min-width: 768px) {
          section.main .paginator-full ul li a, section.mainban .paginator-full ul li a {
            padding: 10px 20px; } }
        @media screen and (min-width: 1024px) {
          section.main .paginator-full ul li a, section.mainban .paginator-full ul li a {
            padding: 15px 30px;
            font-size: 12px; } }
        section.main .paginator-full ul li a span, section.mainban .paginator-full ul li a span {
          font-weight: 400; }
      section.main .paginator-full ul li .box-num, section.mainban .paginator-full ul li .box-num {
        background-color: #f5f5f5;
        color: #B5B5B5;
        font-weight: 800; }

section.disclaim {
  width: 100%;
  margin-top: 55px;
  margin-bottom: 55px; }
  section.disclaim .box-text-data {
    padding: 40px;
    background-color: #92C064; }
    @media screen and (min-width: 1024px) {
      section.disclaim .box-text-data {
        height: 193px; } }
    section.disclaim .box-text-data p {
      color: #fff;
      text-align: center;
      font-size: 1.2em; }
      section.disclaim .box-text-data p span {
        font-weight: 800; }
        section.disclaim .box-text-data p span a {
          color: #fff;
          text-decoration: none; }
          section.disclaim .box-text-data p span a:hover {
            text-decoration: underline; }
        @media screen and (min-width: 1024px) {
          section.disclaim .box-text-data p span {
            display: block;
            width: 70%;
            float: right; } }
        @media screen and (min-width: 1280px) {
          section.disclaim .box-text-data p span {
            display: block;
            width: 75%;
            float: right; } }
        @media screen and (min-width: 1400px) {
          section.disclaim .box-text-data p span {
            width: 103%; } }
      @media screen and (min-width: 768px) {
        section.disclaim .box-text-data p {
          text-align: right; } }
      @media screen and (min-width: 1024px) {
        section.disclaim .box-text-data p {
          margin-top: 12px; } }
      @media screen and (min-width: 1280px) {
        section.disclaim .box-text-data p {
          display: block;
          width: 73%;
          float: right; } }
      @media screen and (min-width: 1400px) {
        section.disclaim .box-text-data p {
          float: right;
          width: 50%;
          display: inherit; } }
  section.disclaim .box-img-data {
    width: 100%;
    overflow: hidden;
    height: 164px;
    background: url(../img/tipometrogas.jpg);
    background-size: cover; }
    @media screen and (min-width: 1024px) {
      section.disclaim .box-img-data {
        height: 193px; } }

section.legal p.first,
section.legal p.second {
  font-size: 0.5em;
  text-align: left; }
  section.legal p.first span,
  section.legal p.second span {
    font-weight: 800;
    font-size: 1em; }
  @media screen and (min-width: 768px) {
    section.legal p.first,
    section.legal p.second {
      font-size: 0.7em; } }
section.legal p.first {
  color: #006C9B;
  margin-bottom: 3.5em; }
section.legal p.second {
  color: #9B9B9B; }

.ed-video__box {
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .ed-video__box {
      width: 50%;
      margin: 25px auto; } }
  .ed-video__box img {
    display: block; }

.valoracion p {
  width: 100%;
  display: block;
  text-align: center;
  color: #006693;
  font-weight: 800;
  font-size: 1.1em; }

.valoracion {
  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; }
  .valoracion > valoracion-cudricula, .valoracion > .valoracion-cudricula {
    width: calc(100% - 1em);
    margin: 0.5em; }
  @media screen and (min-width: 768px) {
    .valoracion {
      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; }
      .valoracion > valoracion-cudricula, .valoracion > .valoracion-cudricula {
        width: calc(33.3333333333% - 1em);
        margin: 0.5em; } }
  .valoracion .valoracion-cudricula {
    margin-bottom: 20px; }
  .valoracion .valoracion__item-1 {
    border: 1px solid #48C2E0;
    padding: 30px 30px; }
    .valoracion .valoracion__item-1 .icon-concep .icon-concep-titulo {
      width: 45px;
      height: 45px;
      background-color: #48C2E0;
      margin: 0px auto 5px auto;
      border-radius: 50px; }
    .valoracion .valoracion__item-1 .icon-concep .icon-title {
      text-align: center;
      font-weight: 800;
      color: #48C2E0;
      font-size: 1.5em;
      margin-bottom: 30px; }
    .valoracion .valoracion__item-1 ul.list-concept-1 {
      margin: 0;
      padding: 0; }
      .valoracion .valoracion__item-1 ul.list-concept-1 li {
        color: #48C2E0;
        font-weight: 700;
        font-size: 0.9em;
        margin-bottom: 15px; }
        .valoracion .valoracion__item-1 ul.list-concept-1 li:last-child {
          margin-bottom: 0; }
  .valoracion .valoracion__item-2 {
    border: 1px solid #F5A623;
    padding: 30px 30px; }
    .valoracion .valoracion__item-2 .icon-concep-2 .icon-concep-titulo-2 {
      width: 45px;
      height: 45px;
      background-color: #F5A623;
      margin: 0px auto 5px auto;
      border-radius: 50px; }
    .valoracion .valoracion__item-2 .icon-concep-2 .icon-title-2 {
      text-align: center;
      font-weight: 800;
      color: #F5A623;
      font-size: 1.5em;
      margin-bottom: 30px; }
    .valoracion .valoracion__item-2 ul.list-concept-gold {
      margin: 0;
      padding: 0; }
      .valoracion .valoracion__item-2 ul.list-concept-gold li {
        color: #F5A623;
        font-weight: 700;
        font-size: 0.9em;
        margin-bottom: 15px; }
        .valoracion .valoracion__item-2 ul.list-concept-gold li:last-child {
          margin-bottom: 0; }
  .valoracion .valoracion__item-green {
    border: 1px solid #92C064;
    padding: 30px 30px; }
    .valoracion .valoracion__item-green .icon-concep-green .icon-concep-titulo-green {
      width: 45px;
      height: 45px;
      background-color: #92C064;
      margin: 0px auto 5px auto;
      border-radius: 50px; }
    .valoracion .valoracion__item-green .icon-concep-green .icon-title-green {
      text-align: center;
      font-weight: 800;
      color: #92C064;
      font-size: 1.5em;
      margin-bottom: 30px; }
    .valoracion .valoracion__item-green ul.list-concept-green {
      margin: 0;
      padding: 0; }
      .valoracion .valoracion__item-green ul.list-concept-green li {
        color: #92C064;
        font-weight: 700;
        font-size: 0.9em;
        margin-bottom: 15px; }
        .valoracion .valoracion__item-green ul.list-concept-green li:last-child {
          margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .valoracion .valoracion__item-1, .valoracion .valoracion__item-2, .valoracion .valoracion__item-green {
      height: 475px;
      margin-bottom: 0; } }

.sup {
  display: none;
  color: #B5B5B5;
  font-size: 0.6em;
  position: absolute; }
  @media screen and (min-width: 768px) {
    .sup {
      display: block;
      top: 0;
      right: -5px; } }

.sup-center {
  display: block;
  color: #B5B5B5;
  font-size: 0.6em;
  position: absolute; }
  @media screen and (min-width: 768px) {
    .sup-center {
      display: block;
      top: 0;
      right: -5px; } }

section
.prod-bttm {
  margin: 15px;
  padding: 15px 0; }
  @media screen and (min-width: 1024px) {
    section
    .prod-bttm {
      margin-top: 0; } }
  section
  .prod-bttm .item-productos {
    text-align: center; }
    @media screen and (min-width: 768px) {
      section
      .prod-bttm .item-productos {
        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; }
        section
        .prod-bttm .item-productos > item, section
        .prod-bttm .item-productos > .item {
          width: calc(33.3333333333% - 1em);
          margin: 0.5em; } }
    @media screen and (min-width: 1024px) {
      section
      .prod-bttm .item-productos {
        width: 100%;
        margin-top: 1em;
        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; }
        section
        .prod-bttm .item-productos > item, section
        .prod-bttm .item-productos > .item {
          width: calc(33.3333333333% - 1em);
          margin: 0.5em; } }
    section
    .prod-bttm .item-productos .item {
      position: relative;
      margin-bottom: 2em; }
      @media screen and (min-width: 768px) {
        section
        .prod-bttm .item-productos .item {
          margin-bottom: 50px; } }
      section
      .prod-bttm .item-productos .item .item-gift {
        position: absolute;
        top: 0px;
        left: 0;
        width: 35%; }
        @media screen and (min-width: 480px) {
          section
          .prod-bttm .item-productos .item .item-gift {
            width: 22%;
            left: 20%; } }
        @media screen and (min-width: 768px) {
          section
          .prod-bttm .item-productos .item .item-gift {
            left: 0px;
            top: -24px;
            width: 35%; } }
        @media screen and (min-width: 1024px) {
          section
          .prod-bttm .item-productos .item .item-gift {
            top: -25px;
            left: 10px;
            width: 25.5%; } }
        @media screen and (min-width: 1400px) {
          section
          .prod-bttm .item-productos .item .item-gift {
            top: -25px;
            width: 25%;
            left: 10px; } }
      section
      .prod-bttm .item-productos .item .item-instalacion {
        position: absolute;
        right: 0;
        top: 22px;
        padding: 10px 8px;
        background-color: #F5A623;
        width: 40%;
        margin: 0; }
        @media screen and (min-width: 480px) {
          section
          .prod-bttm .item-productos .item .item-instalacion {
            right: 90px;
            width: 20%; } }
        @media screen and (min-width: 768px) {
          section
          .prod-bttm .item-productos .item .item-instalacion {
            width: 40%;
            right: 10px; } }
        @media screen and (min-width: 1024px) {
          section
          .prod-bttm .item-productos .item .item-instalacion {
            width: 27%;
            top: 20px;
            right: 15px; } }
        section
        .prod-bttm .item-productos .item .item-instalacion p {
          color: #ffffff;
          text-align: center;
          font-weight: 700;
          margin: 0;
          font-size: 0.55em;
          width: 100%; }
          @media screen and (min-width: 1024px) {
            section
            .prod-bttm .item-productos .item .item-instalacion p {
              font-size: 0.6em; } }
      section
      .prod-bttm .item-productos .item .img-prod {
        text-align: center; }
        section
        .prod-bttm .item-productos .item .img-prod img {
          display: block;
          margin: 0 auto;
          width: 80%; }
          @media screen and (min-width: 1024px) {
            section
            .prod-bttm .item-productos .item .img-prod img {
              width: 65%;
              margin: 0 auto; } }
      section
      .prod-bttm .item-productos .item h2 {
        color: #48C2E0;
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: 800;
        margin-bottom: 0; }
      section
      .prod-bttm .item-productos .item .model {
        color: #48C2E0;
        text-align: center;
        width: 75%;
        margin: 0 auto;
        font-size: 0.85em; }
        @media screen and (min-width: 768px) {
          section
          .prod-bttm .item-productos .item .model {
            font-size: 0.85em; } }
        @media screen and (min-width: 1024px) {
          section
          .prod-bttm .item-productos .item .model {
            width: 60%; } }
      section
      .prod-bttm .item-productos .item .descuentos {
        width: 100%;
        margin: 0 auto; }
        section
        .prod-bttm .item-productos .item .descuentos .porcentaje p {
          color: #F5A623;
          font-weight: 800;
          text-align: right;
          font-size: 2.4em;
          margin: 0;
          width: 95%; }
          @media screen and (min-width: 768px) {
            section
            .prod-bttm .item-productos .item .descuentos .porcentaje p {
              font-size: 2em; } }
        section
        .prod-bttm .item-productos .item .descuentos .logo-socio {
          margin-top: 12px; }
          @media screen and (min-width: 768px) {
            section
            .prod-bttm .item-productos .item .descuentos .logo-socio {
              margin-top: 8px; } }
          section
          .prod-bttm .item-productos .item .descuentos .logo-socio p {
            color: #F5A623;
            text-align: left;
            font-size: 0.6em;
            font-weight: 800;
            margin: 0;
            width: 100%; }
          section
          .prod-bttm .item-productos .item .descuentos .logo-socio img {
            width: 60%;
            float: left; }
            @media screen and (min-width: 1024px) {
              section
              .prod-bttm .item-productos .item .descuentos .logo-socio img {
                width: 65%;
                float: left; } }
      section
      .prod-bttm .item-productos .item .porcentajes-blue {
        width: 100%;
        margin: 0 auto; }
        section
        .prod-bttm .item-productos .item .porcentajes-blue p {
          color: #48C2E0;
          font-weight: 800;
          text-align: right;
          font-size: 2em;
          margin: 0;
          width: 95%; }
          @media screen and (min-width: 768px) {
            section
            .prod-bttm .item-productos .item .porcentajes-blue p {
              font-size: 1.8em; } }
        section
        .prod-bttm .item-productos .item .porcentajes-blue .no-socio {
          margin-top: 10px; }
          section
          .prod-bttm .item-productos .item .porcentajes-blue .no-socio p {
            color: #48C2E0;
            text-align: left;
            font-size: 0.6em;
            font-weight: 800;
            margin: 0;
            width: 50%; }
      section
      .prod-bttm .item-productos .item p.precio-real {
        margin: 15px 0 0 0;
        color: #B5B5B5;
        text-transform: uppercase; }
        @media screen and (min-width: 768px) {
          section
          .prod-bttm .item-productos .item p.precio-real {
            margin: 14px 0 2px 0;
            text-align: center;
            width: 100%;
            font-size: 0.9em; } }
      section
      .prod-bttm .item-productos .item h3 {
        color: #48C2E0;
        text-transform: normal;
        text-align: center;
        font-size: 1em;
        width: 52%;
        margin: 26px auto;
        font-weight: 800;
        position: relative; }
        @media screen and (min-width: 1024px) {
          section
          .prod-bttm .item-productos .item h3 {
            width: 50%; } }
      section
      .prod-bttm .item-productos .item a.seeBtn {
        background-color: #48C2E0;
        padding: 8px 20px;
        color: #fff;
        text-align: center;
        display: block;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 1em;
        width: 50%;
        margin: 0 auto 1em auto; }
        @media screen and (min-width: 768px) {
          section
          .prod-bttm .item-productos .item a.seeBtn {
            margin: 1em auto 1em auto;
            width: 60%;
            font-size: 0.8em; } }
        @media screen and (min-width: 1024px) {
          section
          .prod-bttm .item-productos .item a.seeBtn {
            padding: 8px 20px;
            width: 40%; } }
      section
      .prod-bttm .item-productos .item p {
        color: #48C2E0;
        text-transform: uppercase;
        font-size: 0.8em;
        margin-top: 0em; }
        section
        .prod-bttm .item-productos .item p span {
          font-weight: 800; }
        @media screen and (min-width: 768px) {
          section
          .prod-bttm .item-productos .item p {
            width: 80%;
            margin: 0 auto; } }
        @media screen and (min-width: 1024px) {
          section
          .prod-bttm .item-productos .item p {
            width: 100%;
            margin: 5px auto 0 auto; } }

.item-productos-center {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .item-productos-center {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .item-productos-center .item-center-center {
    width: 315px;
    position: relative;
    margin: 0 auto 50px auto; }
    @media screen and (min-width: 768px) {
      .item-productos-center .item-center-center {
        margin-top: initial;
        margin-bottom: 50px;
        margin-left: initial;
        margin-right: initial; } }
    .item-productos-center .item-center-center .item-gift-center {
      position: absolute;
      top: 0px;
      left: 20px;
      width: 29%; }
      @media screen and (min-width: 768px) {
        .item-productos-center .item-center-center .item-gift-center {
          width: 25%;
          left: 40px; } }
      @media screen and (min-width: 1024px) {
        .item-productos-center .item-center-center .item-gift-center {
          left: 12px; } }
    .item-productos-center .item-center-center .item-instalacion-center {
      position: absolute;
      right: 40px;
      top: 22px;
      padding: 10px 8px;
      background-color: #F5A623;
      width: 32%; }
      @media screen and (min-width: 480px) {
        .item-productos-center .item-center-center .item-instalacion-center {
          width: 26%; } }
      @media screen and (min-width: 768px) {
        .item-productos-center .item-center-center .item-instalacion-center {
          width: 30%; } }
      @media screen and (min-width: 1024px) {
        .item-productos-center .item-center-center .item-instalacion-center {
          right: 20px;
          top: 18px; } }
      .item-productos-center .item-center-center .item-instalacion-center p {
        color: #fff;
        font-size: 0.55em;
        margin: 0;
        font-weight: 700;
        width: 100%; }
    .item-productos-center .item-center-center .img-prod-center {
      text-align: center; }
      .item-productos-center .item-center-center .img-prod-center img {
        display: block;
        margin: 0 auto; }
        @media screen and (min-width: 1024px) {
          .item-productos-center .item-center-center .img-prod-center img {
            width: 45%;
            margin: 0 auto; } }
    .item-productos-center .item-center-center h2 {
      color: #48C2E0;
      text-transform: uppercase;
      font-size: 1.6em;
      font-weight: 800;
      margin-bottom: 10px; }
    .item-productos-center .item-center-center .model-center {
      font-weight: italic;
      color: #48C2E0;
      text-align: center;
      border-bottom: 1px solid #48C2E0;
      width: 64%;
      margin: 0 auto;
      font-size: 1.1em;
      font-style: italic; }
    .item-productos-center .item-center-center h3 {
      color: #48C2E0;
      text-transform: normal;
      text-align: center;
      font-size: 1em;
      width: 45%;
      margin: 26px auto;
      font-weight: 800;
      position: relative; }
    .item-productos-center .item-center-center a.seeBtn-center {
      background-color: #48C2E0;
      padding: 16px 20px;
      color: #fff;
      text-align: center;
      display: block;
      font-weight: 800;
      text-transform: uppercase;
      font-size: 1em;
      width: 50%;
      margin: 0 auto 1em auto; }
      @media screen and (min-width: 480px) {
        .item-productos-center .item-center-center a.seeBtn-center {
          width: 66%; } }
      @media screen and (min-width: 768px) {
        .item-productos-center .item-center-center a.seeBtn-center {
          width: 37%; } }
      @media screen and (min-width: 1024px) {
        .item-productos-center .item-center-center a.seeBtn-center {
          padding: 10px 20px;
          width: 49%; } }
    .item-productos-center .item-center-center p {
      color: #48C2E0;
      text-transform: uppercase;
      font-size: 0.8em;
      margin-top: 1.5em; }
      @media screen and (min-width: 768px) {
        .item-productos-center .item-center-center p {
          width: 60%;
          margin: 0 auto; } }
      @media screen and (min-width: 1024px) {
        .item-productos-center .item-center-center p {
          width: 100%;
          margin: inherit; } }
      .item-productos-center .item-center-center p span {
        font-weight: 800; }

#contacto {
  background-color: #006693;
  padding: 15px 0 55px 0; }
  #contacto h3 {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-top: 0; }
  #contacto .form-text {
    background-color: #F5A623;
    padding: 20px; }
    #contacto .form-text p {
      color: #fff;
      font-size: 1.3em; }
      #contacto .form-text p span {
        font-weight: 800; }
  #contacto form.colabor-mail {
    width: 100%;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      #contacto form.colabor-mail {
        margin-top: 0; } }
    #contacto form.colabor-mail input[type="text"] {
      width: 100%;
      display: block;
      padding: 12px;
      margin-bottom: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      border-radius: 0; }
      @media screen and (min-width: 1024px) {
        #contacto form.colabor-mail input[type="text"] {
          margin-bottom: 26px; } }
      @media screen and (min-width: 1024px) {
        #contacto form.colabor-mail input[type="text"] {
          margin-bottom: 16px; } }
    #contacto form.colabor-mail input[type="submit"] {
      background-color: #48C2E0;
      display: block;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 1em;
      border: none;
      margin-top: 20px;
      width: 100%;
      padding: 12px;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: none;
      border-radius: 0;
      cursor: pointer; }
      @media screen and (min-width: 1024px) {
        #contacto form.colabor-mail input[type="submit"] {
          padding: 20px 68px;
          margin-top: 0px;
          width: 40%;
          float: right; } }
      @media screen and (min-width: 1400px) {
        #contacto form.colabor-mail input[type="submit"] {
          margin-top: 20px; } }

form#solicitar .contenedor-inputs, .contenedor-inputs {
  padding: 0px 15px; }
  form#solicitar2 .contenedor-inputs, #contenedor-inputs {
  padding: 0px 15px; }
  form#solicitar3 .contenedor-inputs, #contenedor-inputs {
  padding: 0px 15px; }
  @media screen and (min-width: 1024px) {
    form#solicitar .contenedor-inputs, #contenedor-inputs {
      padding: 0px 25px; } }
  form#solicitar .contenedor-inputs h3 {
    margin: 0 0 0 0;
    display: block;
    color: #006693;
    font-size: 1.05em; }
  form#solicitar .contenedor-inputs label {
    display: block;
    width: 100%;
    color: #006693;
    font-size: 0.9em; }
  form#solicitar .contenedor-inputs p {
    color: #006693;
    margin: 0 0 10px 0;
    font-size: 0.9em; }
  form#solicitar .contenedor-inputs select {
    width: 100%;
    height: 35px;
    margin: 8px 0;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
  form#solicitar .contenedor-inputs input[type="text"] {
    width: 100%;
    margin: 8px 0;
    padding: 10px 5px;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
     form#solicitar .contenedor-inputs input[type="number"] {
    width: 100%;
    margin: 8px 0;
    padding: 10px 5px;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
  form#solicitar .contenedor-inputs button#solicitar, button.solicitar {
    background-color: #48C2E0;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer; }
    button.solicitar{
	    width: 80%;
	        margin: 50% 0 0 0;
	    }
    form#solicitar2 .contenedor-inputs {
      padding: 0px 25px; } }
  form#solicitar2 .contenedor-inputs h3 {
    margin: 0 0 0 0;
    display: block;
    color: #006693;
    font-size: 1.05em; }
  form#solicitar2 .contenedor-inputs label {
    display: block;
    width: 100%;
    color: #006693;
    font-size: 0.9em; }
  form#solicitar2 .contenedor-inputs p {
    color: #006693;
    margin: 0 0 10px 0;
    font-size: 0.9em; }
  form#solicitar2 .contenedor-inputs select {
    width: 100%;
    height: 35px;
    margin: 8px 0;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
  form#solicitar2 .contenedor-inputs input[type="text"] {
    width: 100%;
    margin: 8px 0;
    padding: 10px 5px;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
     form#solicitar2 .contenedor-inputs input[type="number"] {
    width: 100%;
    margin: 8px 0;
    padding: 10px 5px;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
  form#solicitar2 .contenedor-inputs button#solicitar2 {
    background-color: #48C2E0;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer; }
    
    
    form#solicitar3 .contenedor-inputs {
      padding: 0px 25px; } }
  form#solicitar3 .contenedor-inputs h3 {
    margin: 0 0 0 0;
    display: block;
    color: #006693;
    font-size: 1.05em; }
  form#solicitar3 .contenedor-inputs label {
    display: block;
    width: 100%;
    color: #006693;
    font-size: 0.9em; }
  form#solicitar3 .contenedor-inputs p {
    color: #006693;
    margin: 0 0 10px 0;
    font-size: 0.9em; }
  form#solicitar3 .contenedor-inputs select {
    width: 100%;
    height: 35px;
    margin: 8px 0;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
  form#solicitar3 .contenedor-inputs input[type="text"] {
    width: 100%;
    margin: 8px 0;
    padding: 10px 5px;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
     form#solicitar3 .contenedor-inputs input[type="number"] {
    width: 100%;
    margin: 8px 0;
    padding: 10px 5px;
    border-radius: 0;
    border: 1px solid #48C2E0;
    background-color: #fff; }
  form#solicitar3 .contenedor-inputs button#solicitar3 {
    background-color: #48C2E0;
    padding: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer; }
    
    
    
    @media screen and (min-width: 1024px) {
      form#solicitar .contenedor-inputs button#solicitar {
        float: left;
        font-size: 1em;
        margin-top: 10px; }
        form#solicitar2 .contenedor-inputs button#solicitar2 {
        float: left;
        font-size: 1em;
        margin-top: 10px; }
        form#solicitar3 .contenedor-inputs button#solicitar3 {
        float: left;
        font-size: 1em;
        margin-top: 10px; } }

.success {
  width: 296px;
  min-height: 500px;
  position: relative;
  margin: 0 auto; }

section {
  /**
   * BxSlider v4.1.2 - Fully loaded, responsive content slider
   * http://bxslider.com
   *
   * Written by: Steven Wanderski, 2014
   * http://stevenwanderski.com
   * (while drinking Belgian ales and listening to jazz)
   *
   * CEO and founder of bxCreative, LTD
   * http://bxcreative.com
   */
  /** RESET AND LAYOUT
  ===================================*/
  /** THEME
  ===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */ }
  section .bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    margin-bottom: 15px;
    height: 300px;
    background: pink; }
  section .bx-wrapper img {
    max-width: 100%;
    display: block; }
  section .bx-wrapper .bx-viewport {
    /*-moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;*/
    margin: 0;
    position: relative;
    padding: 0;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -ms-transform: translatez(0);
    transform: translatez(0); }
  section .bx-wrapper .bx-pager,
  section .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    right: 10px; }
    @media screen and (min-width: 1024px) {
      section .bx-wrapper .bx-pager,
      section .bx-wrapper .bx-controls-auto {
        right: 85px; } }
  section .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  section .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }
  section .bx-wrapper .bx-pager .bx-pager-item,
  section .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  section .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px; }
  section .bx-wrapper .bx-pager.bx-default-pager a:hover,
  section .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000; }
  section .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px; }
  section .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px; }
  section .bx-wrapper .bx-prev:hover {
    background-position: 0 0; }
  section .bx-wrapper .bx-next:hover {
    background-position: -43px 0; }
  section .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  section .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
  section .bx-wrapper .bx-controls-auto {
    text-align: center; }
  section .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }
  section .bx-wrapper .bx-controls-auto .bx-start:hover,
  section .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }
  section .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }
  section .bx-wrapper .bx-controls-auto .bx-stop:hover,
  section .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }
  section .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  section .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  section .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  section .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }
  section .bx-controls .bx-has-pager {
    width: 100%;
    background-color: red; }

section.main .inicio-mg {
  text-align: center;
  margin: 0 auto 1em auto;
  max-width: 100%;
  overflow: hidden; }
  section.main .inicio-mg .cajas-all {
    width: 323px;
    height: auto;
    display: block;
    cursor: pointer;
    margin: 0 auto; }
    @media screen and (min-width: 1024px) {
      section.main .inicio-mg .cajas-all {
        float: left;
        margin: none; } }
    section.main .inicio-mg .cajas-all p {
      text-transform: uppercase;
      text-align: center;
      color: #48C2E0;
      font-size: 1.2em;
      font-weight: 800;
      margin: 0; }
    section.main .inicio-mg .cajas-all .imgBox {
      width: 323px;
      height: 267px;
      background: url(../img/1_1.jpg) no-repeat; }
    section.main .inicio-mg .cajas-all .imgBox:hover {
      background: url(../img/1_2.jpg) no-repeat; }
    section.main .inicio-mg .cajas-all .imgBox-2 {
      width: 323px;
      height: 267px;
      background: url(../img/2_1.jpg) no-repeat; }
    section.main .inicio-mg .cajas-all .imgBox-2:hover {
      background: url(../img/2_2.jpg) no-repeat; }
    section.main .inicio-mg .cajas-all .imgBox-3 {
      width: 323px;
      height: 267px;
      background: url(../img/3_1.jpg) no-repeat; }
    section.main .inicio-mg .cajas-all .imgBox-3:hover {
      background: url(../img/3_2.jpg) no-repeat; }

section .trick {
  width: 100%;
  height: 50px;
  display: block; }
  @media screen and (min-width: 768px) {
    section .trick {
      height: 80px; } }
  @media screen and (min-width: 1024px) {
    section .trick {
      display: none; } }
section #owl-demo .owl-item div {
  padding: 0px;
  position: relative; }
  section #owl-demo .owl-item div .caja-metro-precio {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .caja-metro-precio {
            position: absolute;
    top: 8%;
    left: 2%;
    width: 95%;
    margin: 0 auto;
    text-align: center; } }
    
    section #owl-demo .owl-item div .caja-metro-precio-1 {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .caja-metro-precio-1 {
            position: absolute;
    top: 8%;
    left: 2%;
    width: 32%;
    margin: 0 auto;
    text-align: center; } }
    
    section #owl-demo .owl-item div .caja-metro-precio-2 {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .caja-metro-precio-2 {
            position: absolute;
    top: 8%;
    left: 36%;
    width:32%;
    margin: 0 auto;
    text-align: center; } }
    
    section #owl-demo .owl-item div .caja-metro-precio-3 {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .caja-metro-precio-3 {
            position: absolute;
    top: 8%;
    left: 66%;
    width: 32%;
    margin: 0 auto;
    text-align: center; } }
    
    section #owl-demo .owl-item div .caja-metro-precio-4 {
    width: 100%; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .caja-metro-precio-4 {
            position: absolute;
    top: 8%;
    left: 40%;
    width: 57%;
    margin: 0 auto;
    text-align: center; } }
    
    section #owl-demo .owl-item div .bhide {
    display: none; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .bhide {
            display: block; } }
            
	section #owl-demo .owl-item div .bshow {
    display: block;margin-top: 13%; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div .bshow {
            display: none; } }
            
            section #owl-demo .owl-item div.itemm {
    margin-top: 50px; }
    @media screen and (min-width: 1024px) {
      section #owl-demo .owl-item div.itemm {
            margin-top: 0; } }
    
    
section #owl-demo .owl-buttons {
  display: none; }
section #owl-demo .owl-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3px; }

/*Modales*/
.modal-dialog {
  width: 318px;
  height: 348px; }

.close {
  color: #fff;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 1;
  padding-bottom: 10px;
  text-shadow: none; }

.modal-header {
  border-bottom: none; }

.modal-header .close {
  margin-top: -6px; }

#modalExito .modal-header, #modalFracaso .modal-header {
  background: transparent url("../img/header-modal1.png") no-repeat scroll 0 0/cover;
  width: 318px;
  height: 38px; }

#modalExito .modal-body {
  background: transparent url("../img/modal-exito.png") no-repeat scroll 0 0/cover;
  width: 318px;
  height: 314px; }

#modalFracaso .modal-body {
  background: transparent url("../img/modal-fracaso.png") no-repeat scroll 0 0/cover;
  width: 318px;
  height: 314px; }

/*Seccion Alertas*/
#modalAlerta .modal-dialog {
  width: 295px;
  height: 103px;
  margin: 10% auto; }

#modalAlerta .close {
  color: #fff;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  opacity: 1;
  padding-bottom: 10px;
  text-shadow: none; }

#modalAlerta .modal-header {
  border-bottom: none; }

#modalAlerta .modal-header .close {
  margin-top: -6px; }

#modalAlerta .modal-header {
  background: transparent url("../img/header-alerta.png") no-repeat scroll 0 0/cover;
  width: 294px;
  height: 35px; }

#modalAlerta .modal-body {
  width: 294px;
  height: 68px;
  background: #fff;
  color: #0175a6;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

.modal-content {
  width: 90% !important;
  margin-left: 5%; }

.boton-modal {
  background: #f2981b none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  bottom: 16px;
  color: #fff;
  display: block;
  font-family: verdana;
  font-size: 4px;
  font-weight: 900;
  height: 10px;
  padding: 2px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 80px;
  z-index: 2000; }
.paginacion-home{
	margin-bottom: 70px;
	text-align: center;
}
.paginacion-home span{
	cursor: pointer;
}
.p-estufas, .p-calefaccion, .p-calderas{
	background: #e3448c;
	color: white;
	padding: 10px 0;
    font-weight: 700;
}
.inicio-mg p.titulo{
	background: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    color: #2eb5d9;
	margin: 5px;
    text-align: center;
}
.inicio-mg h2.titulo{
  background: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    color: #2eb5d9;
  margin: 5px;
    text-align: center;
    font-size: 1.2em;
}
.inicio-mg p{
	text-transform: uppercase;
	color: #2eb5d9;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 0.2em 0;
}
.inicio-mg .izquierda p{
	font-size: 13px;
}
.inicio-mg .izquierda p a{
	color: #2eb5d9;
}
.inicio-mg .izquierda h2 a{
  color: #2eb5d9;
}
.inicio-mg .izquierda p.numero1{
	font-size:20px;
	line-height: 0.7;
}
.inicio-mg .izquierda p.titulo{
	font-size: 13px;
	padding: 5px 0;
}
.inicio-mg p.titulo span{
	font-weight: lighter;
}
.inicio-mg h2.titulo span{
  font-weight: lighter;
}
.inicio-mg .izquierda p.numero2{
	color: #f29719;
	font-size:20px;
	line-height: 0.6;
    padding: 5px 0;
}
.inicio-mg .izquierda p.numero2 span{
	font-size: 12px;
}
.inicio-mg .izquierda p.pns{
	color: #2eb5d9;
	font-size: 10px;
}
.inicio-mg .izquierda p.pns2{
	color: #2eb5d9;
	font-size: 10px;
}
.inicio-mg .izquierda p.gc{
	font-size: 8px;
}
.inicio-mg .izquierda .bo{
	background: #f25481;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
}
.inicio-mg .caja{
	padding: 0;
	margin: 10px 0;
}
.prod-single__img{
	position: relative;
}
.item-gif-destacados{
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
}
.error{
	font-size: 12px;
	color: red;
}
.titulo-form{
	font-size: 1.2em !important;
    font-weight: bold;
}
.separador{
	width: 100%;
	height: 1px;
	background: #48C2E0;
	margin-bottom: 1em;
}
.llamado{
	color: white;
    background: #92C064;
    text-align: center;
    padding: 3em;
    margin-top: 2em;
    font-size: 1.1em;
	font-weight: bold;
}
.cero{
	padding: 0;
	margin: 0;
}

/*** NUEVOS 21-03-17 ***/
.estufas-home, .calefaccion-central, .calderas{
	border: 2px solid #2eb5d9;
	text-align: left;
	margin: 0 0.4%;
	min-height: 540px;
}
.estufas-home.web-4-8, .calefaccion-central.web-4-8, .calderas.web-4-8{
	width: 45% !important;
}
.h1ccentral{
	padding-left: 100px;
    font-weight: normal !important;
    border: none;
    padding-bottom: 0;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: none !important;
}
.nuevo2{
	display: none;
}
@media all and (max-width: 720px) {
	.estufas-home.web-4-8{
		width: 100% !important;
	}
	.h1ccentral{
		margin-top: 90px !important;
	}
	.calefaccion-central p.titulo.titulo1{
		margin-top: 35px;
	}
	.bread .title-model h2{
		font-size: 15px !important;
		line-height: 25px;
	}
	.nuevo{
		display: none;
		}
	.h1ccentral{
		padding-left: 10px;
		margin: 40px 10px 10px 10px !important;
	}
	.nuevo2{
		display: block;
		text-align: center;
		text-transform: uppercase;
		width: 100%;
		color: white;
		font-weight: bold;
		background: #f0517e;
		padding: 3%;
		}
		.paga{
			text-align: center !important;
			margin-top: 15px !important;
			margin-bottom: 15px !important;
		}
		.regalo{
			top: 420px !important;
			}
}

.estufas-home p, .calefaccion-central p, .calderas p{
	font-size: 17px !important;
}
.estufas-home p.numero1, .calefaccion-central p.numero1, .calderas p.numero1{
	font-size: 22px !important;
}
.estufas-home p.numero2, .calefaccion-central p.numero2, .calderas p.numero2{
	font-size: 25px !important;
}
.estufas-home p.numero2 span, .calefaccion-central p.numero2 span, .calderas p.numero2 span{
	font-size: 14px !important;
}
.estufas-home p.pns, .calefaccion-central p.pns, .calderas p.pns{
	font-size: 11px !important;
}
.estufas-home p.pl, .calefaccion-central p.pl, .calderas p.pl{
	font-size: 11px !important;
}
.estufas-home p.pns2, .calefaccion-central p.pns2, .calderas p.pns2{
	font-size: 11px !important;
	padding-top: 5%;
}
.estufas-home .ver-todo, .calefaccion-central .ver-todo, .calderas .ver-todo{
	text-align: center;
}



.estufas-int .porcentajes-blue p{
	text-align: center !important;
	font-size: 11px !important;
	width: 100% !important;
	
}
.estufas-int .porcentajes-blue .porcentajes-bluep p{
	text-align: center !important;
	font-size: 20px !important;
	width: 100%;
}
.estufas-int .descuentos .porcentaje p{
	font-size: 20px !important;
	text-align: center !important;
}
.estufas-int .descuentos .porcentaje p span{
	font-size: 25px !important;
	text-align: center !important;
}
.llamado.img{
	padding: 0 !important;
	margin: 0 !important;
	background: transparent !important;
}
.llamado img{
	width: 100%;
}
.porcentaje-blue-single.dos p.porc{
	margin-left: 0 !important;
	text-transform: uppercase;
}
.porcentaje-blue-single.dos p.porc span{
	margin-left: 0 !important;
	text-transform: uppercase;
	font-size: 1.5em;
}

.porcentaje-single.dos p{
	margin-left: 0 !important;
	text-transform: uppercase;
	font-size: 2em !important;
}
.porcentaje-single.dos p span{
	margin-left: 0 !important;
	text-transform: uppercase;
	font-size: 1.5em !important;
}

.dropbtn {
            display: inline-block;
            color: white;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

        li.dropdown {
            display: inline-block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            color: black;
            padding: 5px 16px;
            text-decoration: none;
            display: block;
            text-align: left;
            font-size: 12px;
        }

        .dropdown-content a:hover {background-color: #f1f1f1}

        .dropdown:hover .dropdown-content {
            display: block;
        }

section.legal{
  margin-top: 40px;
}


.ui-widget.success-dialog {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}

.ui-widget-content.success-dialog {
    background: #F9F9F9;
    border: 1px solid #48C2E0;
    color: #222222;
}

.ui-dialog.success-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}

.ui-dialog.success-dialog .ui-dialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    overflow: auto;
    position: relative;
    padding: 0 !important;
    margin: 0;
    text-align: center;
}
.ui-dialog.success-dialog .ui-dialog-content h3{
  color: #48C2E0;
}
.ui-dialog.success-dialog .ui-dialog-content a{
  text-decoration: underline;
  cursor: pointer;
}
.ui-dialog.success-dialog .ui-widget-header {
    background: #48C2E0;
    border: 0;
    color: #fff;
    font-weight: normal;
}

.ui-dialog.success-dialog .ui-dialog-titlebar {
    padding: 0.1em .5em;
    position: relative;
    font-size: 1em;
}

.economica .icono {
    width: 45px;
    height: 45px;
    background-color: #92C064;
    margin: 0px auto 5px auto;
    border-radius: 50px;
}
.comoda .icono {
    width: 45px;
    height: 45px;
    background-color: #F5A623;
    margin: 0px auto 5px auto;
    border-radius: 50px;
}
.segura .icono {
    width: 45px;
    height: 45px;
    background-color: #48C2E0;
    margin: 0px auto 5px auto;
    border-radius: 50px;
}