/* 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;
 /* .row {
  margin: 0 10%; */
}

#formulario_form_cocina {
  font-family: "Gotham-Book";
  color: #000000;
  /*margin-top: 10px; */
  margin-top: 0px;
}
#formulario_form_cocina section {
  /*display: inline-block;*/
  width: 100%;
  position: relative;
}

section#BloqFormulario{
  /*background: url('../images/header/form_01.png');
  background-repeat: no-repeat;*/
  /*background-size: cover;*/
  /*background-size: contain;*/
  background-color: #EFEFEF;
  max-width:1600px;
  margin:0 auto;
}
section#BloqFormulario .listBloq{
	  background: url('../images/header/form_01.png');
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: contain;
  background-color: #EFEFEF;*/
  height:761px;
}
section#BloqFormulario .listBloq .bloq1{ width: 60%;}
section#BloqFormulario .listBloq .bloq2{ 
  display: flex;
  /*width: 40%;*/
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
section#BloqFormulario .listBloq .bloq3{ width: 30%;} 

section#BloqFormulario .listBloq{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  /*padding: 10px;*/
  width: 100%;;
}

section#BloqFormulario .bloq_form  h3{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0%;
  margin: 0;
  line-height:1.2;
  font-family: 'Gotham-Black';
  color: #000;
  /*padding-bottom: 2px; */

}
section#BloqFormulario .bloq_form p{
  margin: 0 auto;
  text-align: center;
  padding: 2% 0% 5%;
}
section#BloqFormulario .bloq_form h3 strong{
	/*color:#FE0096; */
  color: #000;

}

section#BloqFormulario .bloq_form{
   padding: 10%;
  /*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: 35px;
    padding-left: 50px;
    background-repeat: no-repeat;
    border: 1px solid #E6DA9C;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
section#BloqFormulario .contentInput .datosInp select{
   width: 100%;
   height: 35px;
  padding-left: 50px;
    background-repeat: no-repeat;
    border: 1px solid #E6DA9C;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}

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/nombre.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fname2{
  background-image: url('../images/ic_form/nombre.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fapellido{
  background-image: url('../images/ic_form/nombre.png');
  width: 80%;
  border: 2px solid black;
}

section#BloqFormulario .contentInput .datosInp input.fapellido2{
  background-image: url('../images/iconos/nombre.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fdni{
  background-image: url('../images/ic_form/dni.png'); 
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fmail{
  background-image: url('../images/ic_form/correo.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fcelular{
  background-image: url('../images/ic_form/cel.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fciudad{
  background-image: url('../images/ic_form/4_cuidad1.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp select.fselector{
  background-image: url('../images/ic_form/suplemento.png');
  width: 80%;
  border: 2px solid black;
}
section#BloqFormulario .contentInput .datosInp input.fmensaje{
  background-image: url('../images/ic_form/6_mensaje.png');
  width: 80%;
  border: 2px solid black;
}

section#BloqFormulario .bloq_form .terminos input[type="checkbox"]{
  width: auto;
  display: inline-block;
}
section#BloqFormulario .bloq_form .terminos, section#BloqFormulario .bloq_form .terminos a{
	color: #000;
    margin: 4% 0%;
    font-size: 12px;
    font-weight: bold;
	padding-left: 3px;
}

section#BloqFormulario .contentInput .btnEnviar{
  text-align: center;
  margin: 0% 20% 5%;
}
section#BloqFormulario .contentInput .btnEnviar input.enviar{
    padding: 2% 7%;
    background-color:#000;
    color: #fff;
    font-size: 17px;
    font-family: 'Gotham-Bold';
    border: 0px;
    border-radius: 20px;
    
    transition: all 0.35s ease;
    margin: 0 auto;
    text-align: center;

}
section#BloqFormulario .contentInput .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;
    
}
@media screen and (max-width: 1500px) {
	section#BloqFormulario .listBloq{
	 background-size: contain;
	  height:640px;
	}
}

@media screen and (max-width: 1300px) {
	section#BloqFormulario .listBloq{
	  height:auto;
	}
}


@media screen and (max-width: 769px) {
	.container{
		padding:0
	}
	
	#fondo_adios{
	background: url('../images/adios/landing_mob.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:70vh;
    
}

  section#BloqFormulario .listBloq{
    padding: 0;
  }

  section#BloqFormulario{
    /*background: url('../images/header/form_01_mob.png');
    background-repeat: no-repeat;
    background-size: contain;*/
   /* background-color:#9472A4; */
   /*background-color:#fff;*/
  }
  section#BloqFormulario .listBloq .bloq1{
	width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
		background:#EFEFEF;
  }
  section#BloqFormulario .listBloq .bloq2{
    width: 100%;
  }
  section#BloqFormulario .listBloq .bloq3{
    width: 100%;
  }

  section#BloqFormulario .bloq_form{
    margin: 5%;
	padding: 10% 4%;
  }

  section#BloqFormulario .bloq_form h3{
    font-size: 4vw;
  }
  section#BloqFormulario .bloq_form .terminos, section#BloqFormulario .bloq_form .terminos a{
	  font-size:14px;
  }
  section#BloqFormulario .contentInput .btnEnviar input.enviar{
    font-size: 5vw;
  }
}
