/* 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;
}

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-minimundo_tecnologia {
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: -30px;
}
#landing-minimundo_tecnologia 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*/

/*Menu*/


section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile {
  width: 60px;
  height: 60px;
  display: flex;
  background-color: #666;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  right: 1px;
  position: absolute;
  top: 0px;
  color: #ffffff;
  display: none;
}
section#menu_principal_Ofertas .contenedor_menu.active {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  display: block;
  left: -100%;
}
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::before,
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #ffffff;
  width: 60%;
  top: 0%;
  left: 0%;
  margin-top: 23px;
  margin-left: 12px;
}
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section#menu_principal_Ofertas .titulo_categoria h1 {
  margin: 0;
  padding: 6% 0;
  font-size: 35px;
  font-family: "Gotham-Bold";
  color: #FF6D6D;
}
section#menu_principal_Ofertas .titulo_categoria h1 i {
  padding-right: 8%;
  font-size: 18px;
  cursor: pointer;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li > a {
  min-height: 50px;
  background-color: #aaaaaa;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  color: #ffffff;
  /*font-size: 17px;*/
  font-size: 13px;
  cursor: pointer;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li ul {
  list-style: none;
  background-color: #f5f5f5;
  padding-left: 5%;
  display: none;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li ul > li {
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu > li ul > li a {
  font-size: 16px;
  width: 100%;
  height: 100%;
}
section#menu_principal_Ofertas .contenedor_menu ul.menu a > i.icono {
  padding: 0 3%;
}

/*Fin Menú*/

section .titulo h2 {
  text-align: center;
  margin: 0;
  padding: 2% 0;
  font-family: "Gotham-Book";
  font-size: 30px;
  font-weight: 600;
}
section .titulo h2 strong{
  font-family: "Gotham-Bold";
  color: #FF6D6D;
  font-weight: 900;
  font-size: 35px;
}
section .titulov2 h2 strong{
font-size: 40px;
}
section#cuidate_este_verano .titulo_banners{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}

section#cuidate_este_verano{
  /*display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;*/
}
section#cuidate_este_verano .bloqueImg_texto{
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section p.text_parrafo{
  text-align: center;
  margin: 1.5% 0.5%;
  display: inline-block;
}


section#menu_principal_Ofertas .listOfertas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
section#menu_principal_Ofertas .listOfertas > div {
  padding: 3px;
}

section#blog .contentBlog {
  background: url('../images/blog/1.png');
    padding: 0 0 3% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
    width: calc(100% - 5%);
    margin: 0 auto;
    background-size: cover;
    min-height: 435px;
    margin-top: 2%;
}
section#blog .contentBlog .textoParrafoBlog{
  text-align: center;
  padding-right: 10%;
}
section#blog .contentBlog .textoParrafoBlog h2{
    font-family: "Gotham-Bold";
    margin: 0 0 2%;
    font-size: 35px;
}
section#blog .contentBlog .textoParrafoBlog a{
  width: 100px;
  display: flex;
  height: 25px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background-color: #FF6D6D;
  font-weight: bold;
  color: #ffffff;
  border-radius: 15px;
}

section#content_seo{
  padding: 0 7% 0;
  margin-top: 5%;
}
section#content_seo .container{
  padding: 2% 0%;
  border: 3px solid #ff6d6c;
}

section#content_seo .container h1{
  font-size: 30px;
  margin: 0% 5% 3%;
  text-align: left;
  font-family: 'Gotham-Bold';
  font-weight: 900;
}
section#content_seo .container p{
  font-size: 15px;
    margin: 2% 5%;
    line-height: 20px;
}
section#content_seo .container p strong{
  font-family: 'Gotham-Bold';
}
section#encuentra_tu_marcaFavorita #lista_marcas > div {
  padding: 10px 3px;
}
.lineYellow{
  width: 130%;
  height: 5px;
  background-color: #ffd600;
  position: absolute;
  right: 10%;
  bottom: -15%;
}

/*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#menu_principal_Ofertas .titulo_categoria {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#menu_principal_Ofertas .container>div{
    padding: 0;
  }
  
  section#menu_principal_Ofertas .contenedor_menu {
    display: none;
  }
  section#menu_principal_Ofertas .contenedor_menu .btn_close_mobile {
    display: flex;
  }
  section#menu_principal_Ofertas .titulo_categoria h1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 2% 0;
    background-color: #FED501;
    font-family: 'Gotham-Bold';
    color: #FF6D6E;
    font-size: 6vw;
  }
  section .titulo h2{
    font-size: 5vw;;
  }
  section .titulo h2 strong{
    font-size: 6vw;
  }
  section p.text_parrafo{
    font-size: 2.3vw;
    text-align: justify;
  }
  section#cuidate_este_verano{
    display: inline-block;
  }
  section#cuidate_este_verano .bloqueImg_texto{
    flex-direction: row;
    margin: 5% 0;
  }
  section#cuidate_este_verano .bloqueImg_texto .imgCrema{
    padding:4%;
  }
  section#cuidate_este_verano .titulo_banners{
    flex-direction: column;
  }
  section#cuidate_este_verano .contentListVerano{
    padding:0;
  }
  section#cuidate_este_verano .listBannerVerano>div{
    padding:5px;
  }
  section#accesorios_playa .lista_accesorios {
    margin-left: -15px;
    margin-right: -15px;
  }
  section#accesorios_playa .lista_accesorios>.slick-list {
    padding: 0 100px 0 0!important;
    margin-bottom: 0;
	}
  section#blog .contentBlog {
    background: url('../images/blog/1m.png');
    background-size: contain;
    position: relative;
    background-repeat: no-repeat;
  }
  section#blog .contentBlog>div{
    padding:5px;
  }
  section#blog .contentBlog .textoParrafoBlog{
    padding: 0;
    margin-top: 60%;
  }
  section#blog .contentBlog .textoParrafoBlog h2{
    font-size: 4.5vw;;
  }
  section#blog .contentBlog .textoParrafoBlog p{
    font-size: 2.2vw;
  }
  section#content_seo{
    padding: 0 3% 0;
  }
  section#content_seo .container h1{
    font-size: 4vw;
  }
  section#content_seo .container p{
    font-size: 2.6vw;
  }
  .lineYellow{
    bottom:15%;
  }

}
