@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html,
body {
  margin: 0px;
  height: 100%;
  width: 100%;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
  padding: 30px 30px;
}

.header.visible {
  transform: translateY(0);
  opacity: 1;
}

.head {
  background: #fff;
  padding: 30px 30px;
}

.section-intro {
  background-color: #FFFFFF;
  padding: 30px 30px;
}

.btn-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 330px;
  height: 48px;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: #3d5afe;
  box-shadow: -6px 6px 0px #1e1fa3;
  border-radius: 12px;
  overflow: hidden;
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}

.btn-blue:hover {
  background-color: #1A237E;
  color: #ffffff;
  cursor: pointer;
}

.btn-orange {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 330px;
  height: 48px;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: #ffd700;
  box-shadow: -6px 6px 0px #ff9800;
  border-radius: 12px;
  overflow: hidden;
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A237E;
}

.btn-orange:hover {
  background-color: #FFC107;
  color: #ffffff;
  cursor: pointer;
}

.hero {
  background-color: #f9f9f9;
  padding: 30px 30px 60px 30px;
}

.hero-image {
  width: 100%;
  height: 50vh;
  background: url('images/Home Image 2.jpeg') center center no-repeat;
  background-size: 100% auto;
  position: relative;
}

.subtitle-orange-600 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffc107;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 56px;
}

.text-hero-blue-500 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1a237e;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.text-gray {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.section-2 {
  background-color: #fff8cc;
  padding: 60px 30px;
}

.subtitle-orange-700b {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff6f00;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 56px;
}

.text-blue-400 {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #3D5AFE;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.text-bold-blue-500 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A237E;
  font-size: 20px;
  line-height: 28px;
}

.text-blue-500 {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1A237E;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.text-bold-blue-400 {
  font-weight: 700;
  font-style: normal;
  color: #3D5AFE;
}

.section-4 {
  background-color: #FFD700;
  padding: 60px 30px;
}

.subtitle-blue-400 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3D5AFE;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 56px;
}

.text-orange-900 {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #E65100;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.section-6 {
  background-color: #FFFFFF;
  padding: 60px 30px;
}

.subtitle-blue-500 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A237E;
  font-size: 48px;
  text-align: center;
  letter-spacing: 0;
  line-height: 56px;
}

.section-7 {
  background-color: #dddfff;
  padding: 60px 30px;
}

.number-blue-200 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #9FA8FF;
  font-size: 100px;
  text-align: center;
  letter-spacing: 0;
  line-height: 100px;
}

.text-blue-300 {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #536DFE;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 28px;
}

.section-8 {
  background-color: #536DFE;
  padding: 60px 30px;
}

.number-blue-100 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #DDE0FF;
  font-size: 100px;
  text-align: center;
  letter-spacing: 0;
  line-height: 100px;
}

.text-hero-orange-300 {
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFEB3B;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.text-blue-100 {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #DDE0FF;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
}

.section-contact .form-control {
  border-radius: 12px;       
  padding: 12px 16px;    
  border: 1px solid #666666;
  transition: border-color 0.3s, box-shadow 0.3s;
  box-shadow: -6px 6px 0px #1e1fa3;
  overflow: hidden;
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #666666 !important;
  font-size: 16px;
  line-height: 24px;
}

.section-contact .form-control::placeholder {
  color: #ccc;
}

/* Enfoque (focus) */
.section-contact .form-control:focus {
  border-color: #3D5AFE;
  box-shadow: -6px 6px 0px #3D5AFE;
  outline: none;
}

.form-label {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  line-height: 24px;
}

.section-12 {
  background-color: #FFFFFF;
  padding: 0px;
}

.section-13 {
  background-color: #FFD700;
  padding: 32px 30px;
}

.img-fix-bottom {
  display: block !important;
  margin-bottom: -1px !important;
}

.section-14 {
  background-color: #FF9800;
  padding: 24px 30px;
}

.text-footer-blue-500 {
  font-family: "KoHo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1A237E;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 22px;
}

@media (max-width: 575.98px) {
  /* Subtitles */
  .subtitle-orange-600,
  .subtitle-orange-700b,
  .subtitle-blue-400,
  .subtitle-blue-500 {
    font-size: 32px;
    line-height: 40px;
  }

  /* Text */
  .text-gray,
  .text-blue-100,
  .text-blue-300,
  .text-blue-400,
  .text-blue-500,
  .text-orange-900,
  .text-bold-blue-500 {
    font-size: 16px;
    line-height: 24px;
  }

  /* Text Hero */
  .text-hero-orange-300,
  .text-hero-blue-500 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767.98px) {
  .header {
    background-color: #FFFFFF;
    padding: 24px 16px;
  }
}

@media (min-width: 768px) {
  .hero-image {
    height: 100vh;
    background-size: cover;
  }
}

/* Botón del cotizador */
.btn-blue-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  min-height: 48px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #3D5AFE;
  box-shadow: -6px 6px 0px #1e1fa3;
  border-radius: 12px;
  font-family: "KoHo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1A237E;
}

.btn-blue-outlined:hover {
  background-color: #3D5AFE;
  color: #ffffff;
  cursor: pointer;
}

/* Modal Cotizador */
.cotizador-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;              /* se muestra con JS */
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.cotizador-content {
  background: #ffffff;
  border-radius: 16px;
  max-width: 900px;
  width: 90%;
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.cotizador-left {
  flex: 1;
}

.cotizador-right {
  flex: 1;
}

.close-modal {
  border: none;
  background: transparent;
  font-size: 20px;
  float: right;
  cursor: pointer;
  color: #666666;
}

.close-modal:hover {
  color: #000000;
}

.modal-title {
  margin-top: 8px;
  margin-bottom: 16px;
}

.shadow-input {
  box-shadow: -4px 4px 0px #1e1fa3;
}

.btn-calc {
  margin-top: 8px;
}

/* Responsive modal */
@media (max-width: 767.98px) {
  .cotizador-content {
    padding: 16px;
  }

  .cotizador-right {
    display: none !important;
  }
}

/* Sección del video */

.section-video .video-card {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-video {
  padding: 80px 0;
  background: linear-gradient(to bottom, #ffffff, #fafbff);
}

/* Tarjeta que envuelve el video */
.video-card {
  max-width: 380px;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  background-color: #FFFFFF;
  border: 2px solid #E0E7FF;       /* azul muy clarito */
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}

/* Redondear el propio iframe */
.video-card iframe {
  border-radius: 16px;
}
