/* 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: "Gotham-Black";
  src: url("https://home.ripley.com.pe/minisitios/home/recursos/banner-ficha-producto/fonts/Gotham-Black.eot?#iefix") format("eot"), url("https://home.ripley.com.pe/minisitios/home/recursos/banner-ficha-producto/fonts/Gotham-Black.otf") format("opentype"), url("https://home.ripley.com.pe/minisitios/home/recursos/banner-ficha-producto/fonts/Gotham-Black.woff") format("woff"), url("https://home.ripley.com.pe/minisitios/home/recursos/banner-ficha-producto/fonts/Gotham-Black.ttf") format("truetype"), url("https://home.ripley.com.pe/minisitios/home/recursos/banner-ficha-producto/fonts/Gotham-Black.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-partnership {
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: -30px;
}
#landing-partnership section {
  display: inline-block;
  width: 100%;
  position: relative;
  /*margin-top: 6%;*/
}

/*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,
section#menu_principal_Ofertas h3 {
  margin: 0;
  padding: 6% 0;
  font-size: 38px;
  font-family: "Gotham-Bold";
  color: #5f0092;
}
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 {
  height: 50px;
  background-color: #aaaaaa;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2%;
  color: #ffffff;
  font-size: 17px;
  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ú*/


#beneficios .promociones_beneficios{
  text-align: center;
  padding: 2% 0 0;
}

#beneficios .promociones_beneficios .img_titulo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 11%;
  margin: -5% 0 0 0;
}

section .titulo h2 {
  text-align: left;
  margin: 0 0 0 0;
  padding: 2% 0 2% 3%;
  font-family: "Gotham-Bold";
  font-size: 40px;
  line-height: 1.1;
}
section .titulo3 h2 {
    text-align: center;
    margin: 0;
    padding: 5% 0;
    font-family: "Gotham-Bold";
    font-size: 35px;
    line-height: 1.1;
    }
    section .titulo4 h2 {
  text-align: center;
  margin: 10% 0 0 0;
  padding: 2% 0;
  font-family: "Gotham-Bold";
  font-size: 40px;
  line-height: 1.1;
}
section .titulo4 p{
  text-align:center;
  margin: 0 10% 2% 10%;
  font-size: 18px;
}
section .titulo p{
  text-align:center;
  margin: 2% 2% 2% 2%;
  font-size: 18px;
}
section div.separador{
  display: inline-block;
  width: 80%;
  background: #aaaaaa;
  height: 1px;
}
section .titulo .img_titulo1 h2 {
  text-align: center;
  margin: 0 0 0 2%;
  padding: 2% 0;
  font-family: "Gotham-Bold";
  font-size: 65px;
  line-height: 1.1;
  color: #FB0071;
  letter-spacing: -3px;
}
#beneficios .promociones_beneficios .img_titulo1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 11%;
  margin: 0 0 3% 0;
}
section .titulo h2>span.tr{
  font-size: 45px;
  font-weight: bold;
  color: #000000
}
section .titulo h2>span{
  color: #FB0071
}

#beneficios{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 7.6%;
}

#beneficios > div.descuento_principal{
  padding-bottom: 40px;
}
#beneficios > div{
  padding: 3px;
}

section#partners{
  background-color: #ffffff;
  margin-top: 3%;
}
section#partners .listPartners > div{
  padding: 5px
}
section#partners .listPartners{
    margin: -5% 0 0 0;
   padding: 4% 5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section#partners .texto_interno{
  padding: 0 17%;
  text-align: center;;
}
section#partners .texto_interno h2{
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "Gotham-Bold";
  font-size: 60px;
  line-height: 1.1;
  margin: 0 0 3% 0;
  letter-spacing: -3px;
}

section#partners .texto_interno h2 span{
  color: #FB0071;
}
section#partners .texto_interno p{
  font-size: 18px;
}
/* SKUS DEL INDEX*/
section#bombash{
  max-width: 1110px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 3%;
  padding-bottom: 3%;
}
#list_product_sku1 .skuProductApi a, .listProSku .skuProductApi a, .listProSku .skuProductApi a{
  border: 3px solid #948c96!important;
  border-radius: 20px;
  display: block;
}
#list_product_sku1 .skuProductApi .wrap-img{
  border-radius: 20px;
}
#list_product_sku1 .skuProductApi .wrap-porcent-desct{
  left: 5px;
  border-radius: 20px 0px 0% 0;
  height: 40px;
}
#list_product_sku1 .skuProductApi .wrap-img img{
  border-radius: 10px;
}
#list_product_sku1 .skuProductApi .wrap-infoPro{
  border-radius: 0px 0px 20px 20px;
}
#list_product_sku1 .skuProductApi, .listProSku .swiper-slide{
  padding: 0 5px;
}



section#partners1 .listPartners > div{
  padding: 5px
}
section#partners1 .listPartners{
      /*margin: -5% 0 0 0;*/
   /*padding: 4%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section#partners1 .texto_interno{
  padding: 0 17%;
  text-align: center;;
}
section#partners1 .texto_interno h2{

      text-align: center;
    margin: 2% 0 0 0;
    padding: 4% 0;
    font-family: "Gotham-Bold";
    font-size: 50px;
    line-height: 1.1;
    color: #53008E;
} 

section#partners1  .listPartners .promociones_beneficios .texto_interno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 3% 11%;
      /*margin: -3% 0 0 0;*/
    }

section#partners1 h2.rpuntos{
  font-family: 'Gotham-Bold';
  letter-spacing: -1px;
  color: #000;
  font-size: 38px;
}
section#partners1 .texto_interno h2 span{
  color: #ff3188;
}
section#partners1 .texto_interno p{
  font-size: 18px;
}
section#partners1 .listPartners{
      /*margin: -5% 0 2% 0;*/
   /*padding: 4%;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

section#partners1 .list_pasos_cupon{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  text-align: center;  
}

section#partners1 .list_pasos_cupon .pasos_p{
  margin:10%;
  font-weight: bold;
} 
section#partners1 .list_pasos_cupon .texto_p{
  font-weight: bold;
}

section#nuestros_servicios .titulo p{
  padding: 0 22%;
margin: 0 0% 2% 0%;
}
section#nuestros_servicios #listServ{
  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
}
section#nuestros_servicios .verLegales{
  text-align: center;
}
section#nuestros_servicios .verLegales a{
  height: 30px;
    display: inline-block;
    width: 125px;
    font-size: 16px;
    background: #FF3484;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    margin: 2% 0;
}

section#datosSeo .container {
  border-top: 1.5px solid #000000;
  padding:0.5% 5%
}

section#datosSeo h2{
  font-size: 19px;
  font-family: "Gotham-Bold";
  line-height: 1.1;
}

section#datosSeo p{
  font-size: 15px;
  margin: 1% 0 2%;
  text-align: justify;
}

section#datosSeo p a{
  font-size: 15px;
   font-family: "Gotham-Bold";
   color: #000;
} 


/*Fin*/

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

.listPartners .bloque-izq{
  display: flex;
}
section#formulario_middle{
  /*width: 1120px;*/
  width: 100%;
   background-color: #fff; 
  /*background-image: url(../images/slider/fondo_desk-2904.webp);*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  /*align-items: center;*/
  margin-bottom: 20px;
  /*padding-bottom: 25px;*/
  background-image: url('../images/sorteo-01-desk.png');
/*  background-image: url('../images/bancomid.png');*/
    background-size: cover; 
   /*background-size: contain; */
  background-repeat: no-repeat;
  padding: 3% 5%;
  /* height: 600px; */
}
section#formulario_middle .texto-mid-form{
  position: relative;
  /* float: right; */
  left: 23%;
}
section#formulario_middle .fleft{
  /* background: #53008E; */
  text-align: center;
}
section#formulario_middle .fleft>div{
  padding: 2% 0
}
section#formulario_middle .fleft>div>img{
  margin:0 auto;
}
section#formulario_middle .multi1{
 padding: 15px 0px 0px 30px !important;
}
section#formulario_middle .multi2{
  padding: 15px 30px 0 0 !important;
}
section#formulario_middle .fleft .textoForm>p{
  color:#ffffff;
  line-height: 1.5;
  margin:0;
}
section#formulario_middle .fleft .textoForm>p.primero{
  font-size:18px;
  margin-bottom: 20px;
  color: #53008E;
}
section#formulario_middle .fleft .textoForm>p.segundo{
  font-size:14px;
  font-weight: 700;
  color: #000000;
}
section#formulario_middle .bloq_form{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
section#formulario_middle .fright{
  background: #E14C55;
  text-align: center;
  position: relative;
  left: -2%;
  width: 400px;
  border-radius: 40px;
  padding: 2% 0;
}
section#formulario_middle .bloq_form h3.titulo_form{
  font-size: 25px;
  font-weight: 700;
  margin: 15px 0 15px 0;
  font-family: 'Gotham-Bold';
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  /*margin-top: 7%;*/
  color:#fff;
}
section#formulario_middle .bloq_form .enviar{
  background-color: #ffb71c;
  border: none;
  cursor: pointer;
  display: block;
  /*height: 35px;
  width: 145px;*/
  color: #523379;
  font-size: 17PX;
  font-weight: bold;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 5%;
  padding: 3% 5%;
  width: 60%;
  font-family: 'Gotham-Bold';
}

.btn1{
  margin: 2%;
  text-align: center;
}
/*Styles Form*/
section#formulario_middle .contentInput .datosInp{
  margin: 0 0 3% 0;
}
section#formulario_middle .contentInput .datosInp input{
  width: 100%;
  height:35px;
  padding-left: 50px;
  background-repeat: no-repeat;
  border: 1px solid #CDD6D1;
  border-radius: 15px;
}
section#formulario_middle .contentInput .datosInp select{
  width: 100%;
  height:37px;
  padding-left: 50px;
  background-repeat: no-repeat;
  border: 1px solid #CDD6D1;
}
section#formulario_middle .terminos{
  display: grid;
  margin-top: 25px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
section#formulario_middle .terminos a{
  color:#fff;
  font-family: 'Gotham-Bold';
}
section#formulario_middle .contentInput{
  margin-top: 30px;
  margin-bottom: 20px;
}
/* section#formulario_middle .contentInput .datosInp input.fname{
  background-image: url('../images/Icons/1-dni-2023.png');
} */
section#formulario_middle .contentInput .datosInp input.fdni{
  background-image: url('../images/Icons/1-dni-2023.png');
}
section#formulario_middle .contentInput .datosInp input.fcelular{
  background-image: url('../images/Icons/2-cell-2023.png');
}  /* Se agrego*/
section#formulario_middle .contentInput .datosInp input.fmail{
  background-image: url('../images/Icons/3-correo-2023.png');
}

section#formulario_middle .contentInput #recaptcha>div{
  margin: 0 auto;
}
section#formulario_middle .contentInput .terminos a{
  padding: 0.5% 1%;
  margin: 1.5% 0 3% 0;
  color: var(--colorNegro);
  font-size: 10px;
  text-decoration: underline;
}
section#formulario_middle .contentInput .terminos a:hover{
  color: var(--colorRosado);
  
}
section#formulario_middle .contentInput .contentTerminos{
  margin: 2% 0;
}
section#formulario_middle .contentInput .contentTerminos a{
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
}
section#formulario_middle .contentInput .contentTerminos input[type="checkbox"]{
  width: auto;
}

section#formulario_middle .contentInput .btnEnviar{
  margin: 5% 30%;
}
section#formulario_middle .contentInput .btnEnviar input.enviar{
  padding: 2% 10%;
  background-color: #ff0985;
  color: #fff;
  font-size: 25px;
  font-family: 'Gotham-Bold';
  border: 0px;
  border-radius: 20px;
  border:1px solid #fff;
  transition: all 0.35s ease;
}
section#formulario_middle .contentInput .btnEnviar input.enviar:hover{

  border:1px solid #ff0985;
}
section#formulario_middle .tyc{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  font-family: 'Gotham-Bold';
  margin: -10px 0px 0 0;
  color:#fff;
}
section#formulario_middle input[type=checkbox], input[type=radio]{
  width: 14px;
  margin-right: 15px;
}

.boton {
  border: 1px solid #52008e;
  padding: 3px 15px 3px 15px;
  background-color: #52008e;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  }
 .boton1 {
  border: 1px solid #fb0171;
  padding: 5px 20px;
  background-color: #fb0171;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
  }

@media screen and (max-width: 769px) {
  section#formulario_middle .texto-mid-form{
    left: 0%;
  }
.listPartners .bloque-izq{
  display: grid;
}
div#list_sliderPrincipal{
  margin-top: 0px;
}
/*Carrusel de skus mobile*/
#list_product_sku1 .skuProductApi a, .listProSku .skuProductApi a, .listProSku .skuProductApi a{
  border: 2px solid #948c96!important;
}
section#bombash{
  max-width: 400px;
  display: block;
}

.btn1{
  margin: 10px 0px 10px 0px;
  text-align: center;
}
section#formulario_middle{
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  background-image: url('../images/sorteo-01-mob.png');
/*  background-image: url('../images/banco_mob.png');*/
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3% 0%;
}
section#formulario_middle .bloq_form h3.titulo_form{
  font-size: 5vw;
  margin: -10px;
}
section#formulario_middle .fright{
  border-radius: 0px;
}
section#formulario_middle .bloq_form .enviar{
  padding: 3% 5%;
  width: 50%;
}
section#partners1 .listPartners{
  padding: 0;
  margin-left:-15px;
  margin-right: -15px;
}
section#formulario_middle .fright{
  padding: 10% 0;  
  /* margin-top: 15%; */ 
  margin-top: 45%;
  /* background: #eee6f5; */
  margin-bottom: 20px;
  padding-bottom: 30px;
  left: 0px;
  width: 100%;
}

section#formulario_middle .fleft{
  margin-top: 5%;
}
section#formulario_middle .fleft>div{
  padding: 1% 2%;
}
section#formulario_middle .contentInput .datosInp input{
  width: 100%;
}
section#formulario_middle .contentInput .datosInp{
  margin: 0 0 5% 0;
}
section#formulario_middle .contentInput{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
section#formulario_middle .terminos{
  margin-top: 25px;
}
section#formulario_middle .tyc{
  font-size: 13px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  
}

section#partners1 {
  /*background-color: #fff !important;*/
  background-color: #EFE7F2 !important;
}
  .boton {
    border: 1px solid #52008e;
    padding: 3px 15px 3px 15px; 
    background-color: #52008e;
    color: #fff;
    /* text-decoration: none; */
    /* font-family: gotham-bold,sans-serif; */
    border-radius: 10px;
    font-size: 10px;
    text-decoration: none;
  }
  .boton1 {
    border: 1px solid #fb0171;
    padding: 3px 15px 3px 15px; 
    background-color: #fb0171;
    color: #fff;
    /* text-decoration: none; */
    /* font-family: gotham-bold,sans-serif; */
    border-radius: 10px;
    font-size: 10px;
    text-decoration: none;
  }
  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: #aaaaaa;
    color: #ffffff;
    font-size: 6vw;
  }

  /**/
  section#menu_principal_Ofertas .contenedor_menu.active{
    overflow: auto;
  }
  section#menu_principal_Ofertas h3{
    font-size: 6vw;
    padding: 6% 2%;
  }
  section .titulo h2{
    font-size: 5.3vw;
  }
   section .titulo3 h2{
    font-size: 5.3vw;
  }
  section .titulo h2>span.tr{
    font-size: 6vw;
  }
  section .titulo p{
    font-size: 2.8vw;
    text-align: justify;
  }
    section .titulo4 p{
    font-size: 2.8vw;
    text-align: justify;
  }
  section .titulo4 h2 {
    text-align: center;
    font-family: "Gotham-Bold";
    font-size: 20px;
   
  }
  #beneficios .promociones_beneficios .img_titulo{
    padding: 0;
  }
  #beneficios .promociones_beneficios .img_titulo img{
    width:75px
  }
  section#partners .texto_interno{
    padding:0
  }
  section#partners .texto_interno h2{
    font-size: 5.3vw;
  }
  section#partners .texto_interno p{
    font-size: 2.8vw;
  }
  section#partners .listPartners{
    padding: 3% 0;
  }
  section#partners .listPartners > div{
    padding:5px 0;
  }

  section#partners1 .list_pasos_cupon{
    margin: 8% 0;
    font-size: 3vw;
  }


  section#nuestros_servicios .titulo p{
    padding: 0 5%;
  }
  section#nuestros_servicios #listServ{
    padding:0
  }
  section#nuestros_servicios #listServ>div{
    padding:5px 0;
  }

  section#datosSeo h2{
    font-size: 2.6vw;
  }
  section#datosSeo p{
    font-size: 2.3vw;
    text-align: justify;
  }
   section#datosSeo p a{
    font-size: 2.3vw;
    text-align: justify;
    font-family: "Gotham-Bold";
    color: #000;
  }



#beneficios .promociones_beneficios .img_titulo1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 11%;
}
section .titulo .img_titulo1 h2 {
    text-align: center;
    margin: 0 0 0 2%;
    padding: 2% 0;
    font-family: "Gotham-Bold";
    font-size: 25px;
    line-height: 1.1;
    color: #FB0071;

}
section#partners1 .texto_interno h2{

    text-align: center;
    margin: 0;
    padding: 3% 0;
    font-family: "Gotham-Bold";
    font-size: 3.15vw;  
    line-height: 1.1;
    /*color: #53008E;*/
    color: #000;
} 
section#partners1 h2.rpuntos{

}
section#partners1  .listPartners .promociones_beneficios .texto_interno {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0 11%;
       margin: 2%;
}
    section#partners1  .listPartners .promociones_beneficios .texto_interno img{
      width: 100%;
}
#listBeneficios{
  display: block!important;
}
  #listBeneficios .swiper-slide>div {
    padding:5px;
  }
}
@media screen and (max-width: 769px){
  section#formulario_middle .fleft .textoForm>p.primero{
    margin-bottom: 15px;
  }
  section#formulario_middle .multi1{
    padding: 5px !important;
  }
  section#formulario_middle .multi2{
    padding: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
section .titulo .img_titulo1 h2 {
    text-align: center;
    margin: 0 0 0 2%;
    padding: 2% 0;
    font-family: "Gotham-Bold";
    font-size: 55px;
    line-height: 1.1;
    color: #ff3188;
  }
  #beneficios .promociones_beneficios .img_titulo1 img {
  width: 50%;
  }
  section#partners1 .texto_interno h2{

      text-align: center;
    margin: 0;
    padding: 2% 0;
    font-family: "Gotham-Bold";
    font-size: 70px;
  } 
  section#formulario_middle{
    background-size: cover;
    background-repeat: round;
  }
  section#formulario_middle .texto-mid-form img{
    width: 100% !important;
  }
  section#formulario_middle .texto-mid-form{
    left: 30%;
  }
  section#formulario_middle .fleft>div{
    padding: 0;
  }
}



