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

/* Liberamos el contenedor de Bootstrap */
section#BloqFormulario .container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
}

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

section#BloqFormulario{
margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh; /* Asegura que cubra el alto de la pantalla */
    
    background-image: url('../images/header/form_desk.png?v3');
    background-repeat: no-repeat;
    background-position: center center; /* Centrado total */
    background-size: cover; /* Estira la imagen para que no queden huecos */
    /*background-attachment: fixed;*/
    
    /* Usamos Flexbox aquí para centrar TODO el contenido de la sección */
    display: flex;
    align-items: center;
    justify-content: center;
}


section#BloqFormulario .listBloq .bloq2{ 
  display: flex;
  /*width: 40%;*/
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}

/* --- CONFIGURACIÓN PARA ESCRITORIO --- */
section#BloqFormulario .listBloq {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important; /* Manda el contenido al área roja */
    align-items: center !important;
    width: 100% !important;
    min-height: 100vh !important;
    padding: 0 5% 0 0 !important; /* Margen para que no pegue al borde derecho */
}

/* El bloque 1 ahora es el encargado de proteger el arte de Samsung */
section#BloqFormulario .listBloq .bloq1 {
    flex-grow: 1 !important; /* Ocupa todo el espacio donde está el texto e imagen */
    display: block !important;
}

/* El bloque 3 es tu formulario en el área vacía */
section#BloqFormulario .listBloq .bloq3 {
    flex: 0 0 450px !important; /* Mantiene el ancho del formulario constante */
    width: 450px !important;
    z-index: 10;
}

section#BloqFormulario .bloq_form h3{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 3%;
  line-height:1.2;
  color: #000;
}
section#BloqFormulario .bloq_form h3 strong{
	/* color:#b01b30; */
  color: #fff;
}

/* Quitamos márgenes que puedan estar centrando el form internamente */
section#BloqFormulario .bloq_form {
    margin: 0; 
    background: rgba(255, 255, 255, 0.1); 
    backdrop-filter: blur(10px);
    border-radius: 20px;
}
section#BloqFormulario .img-input{
  position: absolute;
}
section#BloqFormulario .img-input img{
  background: #000;
  width: 65%;
  border-radius: 5px 0px 0px 5px;
  padding: 5px 15px 5px 5px;
}
.img-input.cuar img{
width: 60%;
}
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: 1px solid #000;
    border-radius: 5px;
}
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{
  background-color: #000;
} */

section#BloqFormulario .contentInput .datosInp input.fname{
/*  background-image: url('../images/iconos/nombre.png');*/
 background-size: contain;
/*background-color: #E6DA9C;*/

}
section#BloqFormulario .contentInput .datosInp input.fname2{
  background-image: url('../images/ic_form/nom.png');
}
section#BloqFormulario .contentInput .datosInp input.fapellido{
  background-image: url('../images/ic_form/nom.png');
   background-size: contain;
}
section#BloqFormulario .contentInput .datosInp input.fapellido2{
  background-image: url('../images/iconos/nom.png');
}
section#BloqFormulario .contentInput .datosInp input.fdni{
  background-image: url('../images/iconos/DNI.png');
   background-size: contain;

}
section#BloqFormulario .contentInput .datosInp input.fmail{
  background-image: url('../images/iconos/correo.png');
   background-size: contain;
}
section#BloqFormulario .contentInput .datosInp input.fcelular{
  background-image: url('../images/iconos/celular.png');
   background-size: contain;
}

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: 8% 0%;
    font-size: 16px;
    font-weight: bold;
}

section#BloqFormulario .contentInput .btnEnviar{
  text-align: center;
  margin: 0% 20% 5%;
}
section#BloqFormulario .contentInput .btnEnviar input.enviar{
    padding: 2% 7%;
    /* background-color: #b01b30; */
    background-color: #000; 
    color: #fff;
    font-size: 25px;
    font-family: 'Gotham-Bold';
    border: 0px;
    border-radius: 20px;
    border: 1px solid #fff;
    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;
}

section#bases-legales{
  color: #fff;
  padding-top: 3%;
  padding-bottom: 3%;
}
section#bases-legales{
   font-size: 9px;
   text-align:center;
}
@media screen and (max-width: 769px) {
  #formulario_form_cocina{
    background-color: #000;
  }
	.container{
		padding:0
	}
	section#BloqFormulario .img-input img{
  background: #000;
  width: 59%;
  border-radius: 5px 0px 0px 5px;
  padding: 5px;
}
	#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;
	height:100%;
  }

  section#BloqFormulario{
    background: url('../images/header/form_mob.png?v3');
    background-repeat: no-repeat;
    background-size: cover;
   /* background-color:#9472A4; */
   /*background-color:#fff;*/
  }
  section#BloqFormulario .listBloq .bloq1{
    width: 50%;
  }
  section#BloqFormulario .listBloq .bloq2{
    width: 50%;
    padding-top:5%;
  }
  section#BloqFormulario .listBloq .bloq3{
    width: 100%;
    /* background: #9472A4; */
    background-color: transparent;
    margin-top: 200%

  }

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

  section#BloqFormulario .bloq_form h3{
	color:#fff;
    font-size: 4vw;
  }
  section#BloqFormulario .bloq_form .terminos, section#BloqFormulario .bloq_form .terminos a{
	  font-size:12px;
	  color:#fff;
  }
  section#bases-legales{
    padding-top: 5%;
    font-size: 2vw;
    text-align: justify;
    text-align-last: center;
    padding: 20px;
  }

}
@media screen and (max-width: 991px) {
    
    /* 1. Cambiamos la dirección a columna y centramos el contenedor */
    section#BloqFormulario .listBloq {
        flex-direction: column !important;
        justify-content: center !important; 
        align-items: center !important;
        padding: 40px 20px !important;
        height: auto;
        min-height: 100vh;
    }

    /* 2. Ocultamos el bloque vacío de la izquierda para que no empuje el form */
    section#BloqFormulario .listBloq .bloq1 {
        display: none !important;
    }

    /* 3. El bloque del formulario ahora ocupa el ancho disponible y se centra */
    section#BloqFormulario .listBloq .bloq3 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 450px; /* Evita que sea gigante en tablets */
        /*margin: 0 auto !important;*/
    }

    /* 4. Ajustamos el padding interno del formulario para pantallas pequeñas */
    section#BloqFormulario .bloq_form {
        padding: 20px;
        margin: 0 auto;
        width: 100%;
    }
    
    /* 5. Ajuste opcional: centrar el título en móvil */
    section#BloqFormulario .bloq_form h3 {
        text-align: center;
        font-size: 20px;
    }
}
