/* 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_cocina {
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: 0px;
  margin-bottom: -50px;
}
#formulario_form_cocina section {
  /*display: inline-block;*/
  width: 100%;
  position: relative;
}


/* INFO MODAL */



/* NUEVO ESTILO DEL FORM*/
input{
  font:inherit;
}
.contentInput{
  margin: 2rem 0 1.5rem;
  display: grid;
  color: #6b6b6b;
}
.datosInp{
  width: 100%;
  display: grid;
  grid-template-areas: "input";
}
.fname, .fapellido, .fdni, .fcelular, .fmail,.fpredi{
  grid-area: input;
  width: 100%;
  padding: .7rem 1.5rem;
  color: #000;
}
.form-text{
  grid-area: input;
    z-index: 5;
    width: max-content;
    height: 100%;
    margin-left: 1rem;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    transform-origin: left center;
    transition: transform .3s;
    pointer-events: none;
}
.fname:focus + .form-text, .fname:not(:placeholder-shown) + .form-text,
.fapellido:focus + .form-text, .fapellido:not(:placeholder-shown) + .form-text,
.fdni:focus + .form-text, .fdni:not(:placeholder-shown) + .form-text,
.fcelular:focus + .form-text, .fcelular:not(:placeholder-shown) + .form-text,
.fpredi:focus + .form-text, .fpredi:not(:placeholder-shown) + .form-text,
.fmail:focus + .form-text, .fmail:not(:placeholder-shown) + .form-text{
    background-color: #fff;
    transform: translateY(-50%) scale(.7);
}
.datosInp .fmediodifusion{
  color: #000;
}

/*  */







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;


  /* editado por estructura // borrar */


    /* background: url(https://minisitios.ripley.com.pe/minisitios/sorteo3/images/test2.jpg?v1); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 38.5vw; */
}



section#BloqFormulario .bloq_form h3{
  text-align: center;
  font-size: 20px;
  font-family: 'Gotham-Black';
  font-weight: bold;
  margin: 10px 40px 25px 50px;
  /* color: #fff; */
  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 4% 0;
}
section#BloqFormulario .contentInput .datosInp input{
  width: 100%;
  height: 35px;
  padding-left: 25px;
  background-repeat: no-repeat;
  border: 0.5px solid #000000;
  border-radius: 10px;
}
section#BloqFormulario .contentInput .datosInp select{
  width: 100%;
  height:37px;
  padding-left: 50px;
  background-repeat: no-repeat;
  border: 1px solid #CDD6D1;
}

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/icon_nom.png');
}

section#BloqFormulario .contentInput .datosInp input.fapellido{
  background-image: url('../images/ic_form/icon_nom.png');
}
section#BloqFormulario .contentInput .datosInp input.fdni{
  background-image: url('../images/ic_form/icon_dni.png');
}
section#BloqFormulario .contentInput .datosInp input.fmail{
  background-image: url('../images/ic_form/icon_correo.png');
}
section#BloqFormulario .contentInput .datosInp input.fcelular{
  background-image: url('../images/ic_form/icon_celular.png');
}
section#BloqFormulario .contentInput .datosInp input.fcalendario{
  background-image: url('../images/ic_form/icon_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: #fff; */
  color: #000;
  font-family: 'Gotham-Bold';
  margin: 5% 2%;
  font-size: 11px;
  text-align: center;
}
.contentInput{
    width: 90%;
    margin: 0 auto;
    gap: 7px;
  }
section#BloqFormulario .contentInput .btnEnviar{
  text-align: center;
}
.btnEnviar {
    width: 90%;
    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: #000000; */
  background-color: #ff0094;
  
  color: #fff;
  font-size: 20px;
  font-family: 'Gotham-Bold';
  border: 0px;
  border-radius: 15px;
  border: 1px solid transparent;
  transition: all 0.35s ease;
  margin: auto;
  text-align: center;
  height: 100% !important;
  width: 85%;
}
.btnEnviar input.enviar:hover{
  
  border:1px solid #f3f3f3;
}

#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;
  color: #fff;
}
.cajon {
    width: 85%;
    display: grid;
    grid-template:
        'item1 item2'
        'item3 item4';
    margin-bottom: 10%;
    color: #fff;
}
.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: 5vw;
  }
  .contentInput{
    margin-top: 25px;
  }
  #formulario_form_cocina{
    padding-bottom: 58px;
    margin-bottom: -60px;
    /*background-color: #E1E5E8;*/
    margin-top: 0px;
  }
  section#BloqFormulario .listBloq{
    padding: 0;
    margin: 0 auto;
    width: 100%;

    /* editado por estructura // borrar */
    background: url();
    background-size: contain;
    background-position: left;
    background-repeat: round;
    height: 100%;
  }
  .cajon {
    color: #000;
  }



  

  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.2vw;
    color: #000;
  }
  section#BloqFormulario .bloq_form{
    margin: 5%;
  }

  section#BloqFormulario .bloq_form h3{
    font-size: 4.2vw;
    color: #000;
  }
  h2.qasorteo{
    color: #000;
  }
}

@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;
  }
}