/* 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");
}
@font-face {
     font-family: 'Gotham-Black';
     src: url('../css/Gotham-Black.otf');
     font-weight: normal;
     font-style: normal;
     font-display: fallback;
 }

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
.row{
  margin:0 auto !important;
}

#formulario_form_moda_fds{
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: 0px;
  margin-bottom: -40px;
}
#formulario_form_moda_fds section {
  /*display: inline-block;*/
  width: 100%;
  position: relative;
}


/* INFO MODAL */
section#BloqFormulario .bloq_form .datosInp .info{
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 10px;
  transition: all 0.3s ease;
  transition: 0.2s ease-in-out;
  z-index: 3;
  
}
section#BloqFormulario .bloq_form .datosInp .info img{
  width: 18px;
  opacity: 0.5;
  transition: all 0.3s ease;
  cursor: pointer;
  right: 45px;
  position: relative;
  top: -28px;
}
#infmodal, #infmodal2, #infmodal3, #infmodal4{
  position: absolute;
  right: 18%;
  bottom: 30%;
  transition:opacity .2s;
  z-index: 3;
  text-align: center;
  width: 140%;
}
/*#infmodal3, #infmodal4{
  position: absolute;
  left: 10%;
  bottom: 30%;
  transition: all 0.3s ease;
  z-index: 3;
  text-align: center;
  width: 375px;
}*/
#cerrar{
  position: absolute;
  /*filter: invert(1);*/
  right: 65px;
  top: 24px;
  background: #6d398b;
  cursor: pointer;
}
#cerrar img{
  width:15px;
}
.modal-inf{
display: none;
background-color: transparent;
padding: 20px 0;

}
.modal-inf img{
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 769px){
  #infmodal, #infmodal2, #infmodal3, #infmodal4{
    left: 5%;
    bottom: 15%;
    width: 90%;
    position: absolute;
  }
  section#BloqFormulario .bloq_form .datosInp .info img{
    right: -5px;
  }
  #cerrar{
    right: 32px;
    top: 22px;
  }
}

section#BloqFormulario .bloq_form .datosInp .info img:hover{
  opacity: 1;
}

/*section#BloqFormulario{
  background: url('../images/bloq2/v2/fondo_desk.png');
  background-repeat: round;
  background-size: contain;
  overflow-x: hidden;
}*/

section#BloqFormulario .listBloq .bloq1{
 width: 60%;
}
section#BloqFormulario .listBloq .bloq2{ 
  display: flex;
  width: 30%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  margin-top: -23vw;
}
section#BloqFormulario .listBloq .bloq3{ 
  width: 40%;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
/*  left: 6vw;*/
} 

section#BloqFormulario .listBloq{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
/*  padding: 10px;*/
  width: 100%;
  background-color: #ffffff;
}

section#BloqFormulario .bloq_form h3{
  text-align: center;
  font-size: 27px;
  font-family: 'Gotham-Black';
  font-weight: bold;
  margin: 40px 50px;
  color: #000;
}

section#BloqFormulario .bloq_form{
  padding: 0 10%;
  /*border: 3px solid #ffffff;*/
  border-radius: 25px;
  /*margin: 15% 5%;*/
}

section#BloqFormulario .contentInput .datosInp{
  margin: 0 0 5% 0;
}
section#BloqFormulario .contentInput .datosInp input{
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background-repeat: no-repeat;
  border: 2px solid #000000;
  border-radius: 5px;
}
section#BloqFormulario .contentInput .datosInp select{
  width: 100%;
  height: 40px;
  padding-left: 15px;
  background-repeat: no-repeat;
  border: 2px solid #000000;
  border-radius: 5px;
}

section#BloqFormulario .formularioDatos .cont-campo{
  text-align: center;
  padding: 2% 0;
  margin: 2% 0;
  border-radius: 50px;
  position: relative;
  z-index: 2;
}
section#BloqFormulario .contentInput .tituloForm{
  margin: 10% 10% 11% 10%;
}

/*section#BloqFormulario .contentInput .datosInp input.fname{
  background-image: url('../images/ic_form/iconic/1_nombres.png');
}
section#BloqFormulario .contentInput .datosInp input.fdni{
  background-image: url('../images/ic_form/iconic/2_dni.png');
}
section#BloqFormulario .contentInput .datosInp input.fmail{
  background-image: url('../images/ic_form/iconic/3_correo.png');
}
section#BloqFormulario .contentInput .datosInp input.fcelular{
  background-image: url('../images/ic_form/iconic/4_cel.png');
}
section#BloqFormulario .contentInput .datosInp input.fcompra{
  background-image: url('../images/ic_form/5_compra.png');
}
section#BloqFormulario .contentInput .datosInp select.fcalendario{
  background-image: url('../images/ic_form/6_calendario.png');
}
section#BloqFormulario .contentInput .datosInp select.fcidudad{
  background-image: url('../images/ic_form/6_calendario.png');
}*/

section#BloqFormulario .bloq_form .terminos input[type="checkbox"]{
  width: auto;
  display: inline-block;
  height: 100%;
}

/*.terminos{
  padding-left: 10px;
  display: grid;
  grid-template:
        'qa1 qa2';
}
.terms.qa1{
  grid-area: qa1;
}
.terms.qa2{
  grid-area: qa2;
}*/

section#BloqFormulario .bloq_form .terminos, section#BloqFormulario .bloq_form .terminos a{
  color: #000;
  font-family: 'Gotham-Bold';
  margin: 5% 2%;
  font-size: 11px;
  text-align: center;
}
.contentInput{
    width: 90%;
    margin: 0 auto;
  }
section#BloqFormulario .contentInput .btnEnviar{
  text-align: center;
}
.btnEnviar {
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
    position: relative;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
} 
.btnEnviar input.enviar{
  padding: 3% 9%;
  background-color: #FF0092;
  color: #fff;
  font-size: 20px;
  font-family: 'Gotham-Bold';
  border: 0px;
  border-radius: 15px;
  border: 1px solid #fff;
  transition: all 0.35s ease;
  margin: 0 auto;
  text-align: center;
  height: 100% !important;
  
}
.btnEnviar input.enviar:hover{
  
  border:1px solid #ff0985;
}

#fondo_adios{
	background: url('../images/adios/landing_desk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:100vh;
    
}
/*checkbox*/
h2.qasorteo {
  margin-top: 10%;
  margin-bottom: 15px;
  font-size: 13px;
  font-family: 'Gotham-Black';
  text-align: center;
}
.cajon {
  width: 100%;
  display: grid;
  grid-template:
   'item1 item2'
   'item3 item4';
  margin-bottom: 10%;
}
.cajon .vol1{
 grid-area: item1;
}
.cajon .vol2{
  grid-area: item2;
}
.cajon .vol3{
  grid-area: item3;
}
.cajon .vol4{
  grid-area: item4;
}
.chkcito {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.chkcito input{
  height:13px !important;
  width: 30% !important;
}
.chkcito label{
  margin: 0;
}
/*final chechbox*/

@media screen and (max-width: 769px) {
	
	#fondo_adios{
	background: url('../images/adios/landing_mob.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:70vh;   
}
  .btnEnviar input.enviar{
    width: 75%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 3vw;
  }
  .contentInput{
    margin-top: 25px;
  }
  #formulario_form_moda_fds{
    padding-bottom: 58px;
    margin-bottom: -60px;
    /*background-color: #E1E5E8;*/
    margin-top: 0px;
  }
  section#BloqFormulario .listBloq{
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  section#BloqFormulario{
    /*background: url('../images/bloq2/v2/fondo_mob.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top; 
    top: -10px;*/
    /*background-color:#9472A4;*/
  }
  section#BloqFormulario .listBloq .bloq1{
    width: 100%;
  }
  section#BloqFormulario .listBloq .bloq2{
    width: 100%;
    padding-top:7%;
    margin-top: -2vw;
  }
  section#BloqFormulario .bloq_form{
    padding: 0px 4%;
  }
  section#BloqFormulario .listBloq .bloq3{
    width: 100%;
    /*background: #9472A4;*/
    margin-top: 1%;
    left: 0vw;
  }
  section#BloqFormulario .bloq_form .terminos, section#BloqFormulario .bloq_form .terminos a{
    font-size: 2.5vw;
  }
  section#BloqFormulario .bloq_form{
    margin: 5% 0;
  }

  section#BloqFormulario .bloq_form h3{
    font-size: 4.5vw;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px){

    section#BloqFormulario .bloq_form h3{
      font-size: 1.5vw;
    }
    section#BloqFormulario .contentInput .datosInp input{
      font-size: 1.3vw;
    }
    section#BloqFormulario .listBloq .bloq3{
      left: 5.5vw;
    }
    section#BloqFormulario .bloq_form .terminos, section#BloqFormulario .bloq_form .terminos a{
      font-size: 1vw; 
    }
    .btnEnviar{
      width: 70%;
    }
    .btnEnviar input.enviar{
      font-size: 1.8vw;
    }
}


/*LEGAL*/

section#info{
  max-width: 1110px;
  margin: 0 auto;
}
.legalci {
    padding: 2% 0;
}
.legalci p{
    font-family: 'Gotham-Book';
    font-size: 10px;
    text-align: center;
}
@media screen and (max-width: 769px){
  section#info{
    margin-top: 10px;
  }

  .legalci p {
    font-size: 2vw;
    padding: 0 8%;
    text-align: center;
  }
}