@font-face {
  font-family: 'Gotham Bold';
  src: url('./fonts/Gotham-Bold.otf') format('opentype'),
    url('./fonts/Gotham-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Gotham Book';
  src: url('./fonts/Gotham-Book.otf') format('opentype'),
}

.form-cotizar {
  margin: 2rem auto;
  padding: 2rem;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-family: "Gotham Book", sans-serif;

}

.form-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  gap: 20px;
}

.form-cotizar h3,
.form-cotizar h4 {
  grid-column: 1 / -1;
  margin-top: 2rem;
  font-size: 1.2rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3rem;
  color: #333;
  font-family: "Gotham Bold", sans-serif;

}

.form-cotizar label {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5em;
  font-weight: normal;
  color: #000000;
  font-size: 17px;
  font-family: "Gotham Book", sans-serif;

}

.form-cotizar input,
.form-cotizar select {
  width: 100%;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  width: 100%;
  padding: 12px 18px !important;
  border: 1px solid #4A9699 !important;
  border-radius: 4px !important;
  font-size: 17px;
  line-height: 1.4;
  background-color: #fafafa;
  color: #717171;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s !important;
  font-family: "Gotham Book", sans-serif;

}

.form-cotizar input:focus,
.form-cotizar select:focus {
  outline: none;
  border-color: #4A9699;
  background-color: #ffffff;
  color: #000000;
  /* Color de la tipografía en negro */
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}

.form-cotizar button {
  display: inline-block;
  background-color: #009ca5;
  color: #ffffff;
  padding: 14px 28px;
  border: none;
  border-radius: 20px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  font-family: "Gotham Bold", sans-serif;

}

.form-cotizar button:hover {
  background-color: #008a92;
  transform: translateY(-1px);
}

.aseguradoras-container {
  background-color: #f5f5f5;
  padding: 2rem 0rem;
}

/* Aca empieza el div de cada aseguradora */
.aseguradora {
  margin-bottom: 2rem;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 40px;
}

.aseguradora-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aseguradora-logo {
  max-width: 170px;
}


.aseguradora-logo {
  width: auto;
  object-fit: contain;
  
}

.coberturas-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}


.cobertura-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  font-family: "Gotham Book", sans-serif;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  min-height: 230px;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

@media screen and (max-width: 768px) {
  .aseguradora {
    grid-template-columns: 1fr;
  }

  .coberturas-list {
    grid-template-columns: 1fr;
  }

  .form-line {
    grid-template-columns: 1fr;
  }

  .form-cotizar h3,
  .form-cotizar h4 {
    font-size: 0.8rem;
    margin-top: 1rem;
  }

  .form-cotizar label {
    font-size: 0.8rem;

  }

  .form-cotizar input,
  .form-cotizar select {
    font-size: 0.8rem;
  }

  .form-cotizar button {
    font-size: 0.8rem;
  }

}


.cobertura-content a {
  display: inline-block;
  background-color: #4A9699;
  color: #ffffff !important;
  padding: 8px 20px;
  border: none;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  font-family: "Gotham Book", sans-serif;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  margin-top: 2px'

}

.cobertura-content a:hover {
  color: white !important;
  background-color: #348D91 !important;

}

.cobertura-content p {
  font-size: 12px;
  font-family: "Segoe UI", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

.cobertura-content h5 {
  font-size: 26px;
  font-family: "Gotham Bold", sans-serif;
  font-weight: bold;
  color: #801f80;
  margin: 0;
}


.cobertura-item {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.cobertura-item input[type="checkbox"] {
  margin-right: 0.5rem;
}

.cobertura-content a:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.is-valid {
  border-color: #28a745 !important;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
}

.error-popup .swal2-html-container {
  max-height: 400px;
  overflow-y: auto;
}

.progress-bar-container {
  position: relative;
  overflow: hidden;
}

.hidden {
  display: none;
}

.cotizacion_detalle {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 12px;
  font-family: "Segoe UI", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 19px;
  padding: 13px 24px;
  width: fit-content;
  margin: 30px auto;
}

.btn-contacto-whatsapp {
  background-color: #1c325e !important;
  color: #ffffff !important;
  padding: 8px 20px;
  border: none;
  border-radius: 20px !important;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.1s;
  font-family: "Gotham Book", sans-serif;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.btn-contacto-whatsapp:hover {
  color: white !important;
  background-color: #0096c7 !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #0096c7;
}