/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Bold";
  src: url("../css/Gotham-Bold.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Bold.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Bold.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Bold.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Book";
  src: url("../css/Gotham-Book.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Book.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Book.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Book.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Book.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BurbankBigCondensed-Bold';
  src: url("../css/BurbankBigCondensed-Bold.eot");
  src: url("../css/BurbankBigCondensed-Bold.eot?#iefix") format('embedded-opentype'),
       url("../css/BurbankBigCondensed-Bold.otf") format('otf'),
       url("../css/BurbankBigCondensed-Bold.svg#BurbankBigCondensed-Bold") format('svg'),
       url("../css/BurbankBigCondensed-Bold.ttf") format('truetype'),
       url("../css/BurbankBigCondensed-Bold.woff") format('woff'),
       url("../css/BurbankBigCondensed-Bold.woff2") format('woff2');
}

@font-face {
  font-family: 'Gill Kayo P OT';
  src: url('../css/Gill-Kayo-P-OT20586-1.eot');
  src: url('../css/Gill-Kayo-P-OT20586-1.eot?#iefix') format('embedded-opentype'),
       url('../css/Gill-Kayo-P-OT20586-1.woff2') format('woff2'),
       url('../css/Gill-Kayo-P-OT20586-1.woff') format('woff'),
       url('../css/Gill-Kayo-P-OT20586-1.ttf')  format('truetype'),
       url('../css/Gill-Kayo-P-OT20586-1.svg#Gill Kayo P OT') format('svg');
}

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-cuponera {
  font-family: "Gotham-Book";
  color: #000000;
  /*margin-top: -30px;*/
}
#landing-cuponera section {
  display: inline-block;
  width: 100%;
  position: relative;
}

/*Style*/

/*Swiper*/
.swiper {
  width: 100%;
  height: auto;
}
.swiper-pagination-slider {
  /*position: absolute;*/
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
/*Fin - Swiper*/

/*Style - Link de Slider*/

div#list_sliderPrincipal .area {
  position: absolute;
  z-index: 10000;
}
div#list_sliderPrincipal .todo {
  display: block;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .mitadIzq {
  display: block;
  width: 50%;
  right: 50%;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .mitadDer {
  display: block;
  width: 50%;
  left: 50%;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .tresUno {
  display: block;
  width: 33.33%;
  left: 0;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .tresDos {
  display: block;
  width: 33.33%;
  left: 33.33%;
  top: 0;
  height: 100%;
}

div#list_sliderPrincipal .tresTres {
  display: block;
  width: 33.33%;
  right: 0%;
  top: 0;
  height: 100%;
}
/*Fin Style - Link de Slider*/


/*5 Clomunas*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15
{
  position: relative;
  min-height: 1px; 
}
.col-xs-15
{
  width: 20%;
  float: left;
}

@media (min-width: 768px)
{
  .col-sm-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px)
{
  .col-md-15
  {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px)
{
  .col-lg-15
  {
    width: 20%;
    float: left;
  }
}
/*Fin - 5 columnas*/

:root{
  --colorAmarilllo: #FFCC01;
  --colorRosado: #CB99A9;
  --colorNegro: #000000;
  --fontBook:"Gotham-Book";
  --fontBold:"Gotham-Bold";
  --colorMorado: #52018E;
  --colorBlanco:#ffffff;
  --colorGriss: #676767;
}

section#ListHeader{
  padding: 1% 0;
} 

section#textoPrincipal .parrafoP{
  max-width: 65%;
  margin: 0 auto;
  padding: 2% 0px;
}
section#textoPrincipal .parrafoP p{
  margin: 0px;
  padding: 0px;
}

section#moduleList{
  padding:1% 0;
}

section#moduleList h2.nomModule{
  font-family: var(--fontBold);
  font-size: 30px;
  margin: 0;
  padding: 0 15px;
}
section#moduleList div.separate{
  width: calc(100% - 30px);
  height: 3px;
  background: #000;
  margin-bottom: 2%;
  margin-top: 0.8%;
  margin-left: 15px;
  margin-right: 15px;
}

section#moduleList div.listMundos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2%;
}

section#contentLegal p.legales{
	padding: 2%;
    font-size: 11.5px;
    text-align: justify;
}


/*Seo*/
section#datos_seo_generico{
}
section#datos_seo_generico .container{
  padding:4%;
}
section#datos_seo_generico .content_Seo{
  padding: 4% 5%;
  border: 2px solid #E51888;
}
section#datos_seo_generico .content_Seo>.TituloPrincipal{
  text-align: center;
}
section#datos_seo_generico .content_Seo>.TituloPrincipal h1{
  font-family: "Gotham-Bold";
  font-size: 30px;
  padding: 0;
  margin: 0% 0 2% 0;
}
section#datos_seo_generico .content_Seo>.TituloPrincipal p{
  font-size: 15px;
  font-family: "Gotham-Book";
}

section#datos_seo_generico .content_Seo .preg_respt>h2{
  font-family: "Gotham-Bold";
  font-size: 18px;
}
section#datos_seo_generico .content_Seo .preg_respt>p{
  font-family: "Gotham-Book";
  font-size: 15px;
  text-align: justify;
}


/*Fin*/

/*Fin - Style*/
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 769px) {
  
  section#textoPrincipal .parrafoP{
    max-width: 100%;
    margin: 0 auto;
    padding: 3% 5px;
    text-align: justify;
	font-size:3vw;
  }
  #ListHeader div.container>div{
    padding: 5px;
  }
  section#moduleList div.separate{
	height: 2px;
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  section#moduleList h2.nomModule{
    font-size: 5vw;
	padding:0 5px;
  }
  section#moduleList div.listMundos{
    flex-wrap:wrap;
  }
  section#moduleList div.listMundos>div{
    padding: 5px;
  }
  section#contentBeneficio .beneficioDESK>div,
  section#contentBeneficio .beneficioMOB>div{
    padding: 5px;
  }

  


  section#datos_seo_generico .content_Seo > .TituloPrincipal h1{
    font-size: 5vw;
  }
  section#datos_seo_generico .content_Seo > .TituloPrincipal p{
    font-size: 3vw;
    text-align: justify;
  }
  section#datos_seo_generico .content_Seo .preg_respt>h2{
    font-size: 3.5vw;
  }
  section#datos_seo_generico .content_Seo .preg_respt>p{
    font-size: 3vw;
  }
  

}
