/* GENERAL */

body {
  background: #f7f9ff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #555;
}
h1, h2, h3, h4, h5, h6 {
  color: #00011c;
}

p {
  margin-bottom: 24px;
  line-height: 1.8;
  

}

label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #00011c;
}

/* TITLE */
#title-container {
  min-height: 460px;
  height: 100%;
  color: #fff;
  background-color: #044e37;
  text-align: center;
  padding: 105px 28px 28px 28px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
  -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}
#title-container h2 {
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  padding: 0;
  margin-bottom: 0px;
}
#title-container h3 {
  font-size: 25px;
  font-weight: 600;
  color: #D5ED9F;
  padding: 0;
}
#title-container p {
  font-size: 13px;
  padding: 0 25px;
  line-height: 20px;
}
.escudo_pnp {
  width: 214px;
  margin-bottom: 10px;
}


.formats-container {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 1.2rem;
  border-radius: 8px;
  margin-top: 2rem;
}


/* .formats-container .btn-outline-light {
  
  transition: all 0.3s ease;
}

.formats-container .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
  
}  */



/* FORMS */
#qbox-container {
  background-color: #ffffff;  
  position: relative;
  padding: 2.5rem;
  border-radius: 12px;
  min-height: 630px;
  box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
  -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
  -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}


#steps-container {
  margin: auto;
  width: auto;
  min-height: 230px; /*280 para verificar solicitud*/
  display: flex;
  vertical-align: middle;
  align-items: center;
}

#steps-container p {
  color: #6c757d;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.step h4 {
  margin: 0 0 26px 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.6;
}

button#submit-btn {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 130px;
  height: 50px;
  background: #DC3545;
  /* background-color: #033527; */
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color .3s;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

button#submit-btn:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cc0616;
  content: "";
  z-index: -2;
  transition: transform .3s;
}

button#submit-btn:hover::after {
  transform: translateY(-80%);
  transition: transform .3s;
}

button#submit-btn-consulta {
  font-size: 17px;
  font-weight: bold;
  position: relative;
  width: 130px;
  height: 50px;  
  background: #056e4d;
  /* background-color: #033527; */
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color .3s;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

button#submit-btn-consulta:after {
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #044e37;
  content: "";
  z-index: -2;
  transition: transform .3s;
}

button#submit-btn-consulta:hover::after {
  transform: translateY(-80%);
  transition: transform .3s;
}



input:focus {
  outline: none;
}

#input-container {
  display: inline-block;
  box-shadow: none !important;
  margin-top: 36px !important;
}

#q-box__buttons {
  text-align: center;
}

input[type="text"], input[type="email"] {
  padding: 8px 14px;
}

input[type="text"]:focus, input[type="email"]:focus {
  border: 1px solid #056e4d;
  border-radius: 5px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* formatos to download */

.formats-section h5 {
  color: #044e37;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.3px;
}

.format-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  height: 100%;
  border-radius: 8px;
  padding: 1.25rem;
}

.format-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #e9ecef;
}

.format-card i.fa-file-pdf {
  font-size: 1.3rem;
  opacity: 0.9;  
}

.format-card i.fa-download {
  font-size: 0.9rem;
}


#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* Fondo semitransparente */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

 /*boton video part 1*/
#btn-videotutoriales {
  bottom: 20px;
  right: 20px;
  border-radius: 50px;
  padding: 10px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}

#btn-videotutoriales:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

@-webkit-keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

/* MEDIA QUERIES */
@media (min-width: 990px) and (max-width: 1199px) {
  #title-container {
    padding: 80px 28px 28px 28px;
  }
  #steps-container {
    width: 85%;
  }
}
@media (max-width: 991px) {
  #title-container {
    padding: 30px;
    min-height: inherit;
  }
}
@media (max-width: 767px) {
  #qbox-container {
    padding: 30px;
  }
  #steps-container {
    width: 100%;
    min-height: 400px;
  }
  #title-container {
    padding-top: 50px;
  }

 /*boton video part 2*/
  #btn-videotutoriales {
      padding: 12px;
  }
  
  #btn-videotutoriales i {
      margin-right: 0 !important;
      font-size: 1.25rem;
  }


}
@media (max-width: 560px) {
  #qbox-container {
    padding: 40px;
  }
  #title-container {
    padding-top: 45px;
  }
}


