.invalid-feedback {
  display: none;
}
input.is-invalid + .invalid-feedback,
select.is-invalid + .invalid-feedback,
.form-check-input.is-invalid + .invalid-feedback {
  display: block;
}
.personaje_footer {
  max-width: 100%;
  height: auto;
}
.texto_formulario {
  margin-bottom: 20px;
}
.modal-body {
  max-height: 60vh;
  overflow-y: auto;
}
.newBTNEnviar {
  background: #ffa200 !important;
  color: white;
  padding: 10px 2rem !important;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.newBTNEnviar:hover {
  background: #e09000 !important;
}
/* Estilos consistentes para inputs y selects */
.form-control,
.form-select {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ced4da;
}

.form-select {
  width: 100%;
  margin-left: 0px !important;
  color: #999;
  font-size: inherit !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #ffa200;
  box-shadow: 0 0 0 0.25rem rgba(255, 162, 0, 0.25);
}
.form-control.is-valid,
.form-select.is-valid {
  border-color: #198754;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#footer {
  background: linear-gradient(
    90deg,
    rgba(0, 23, 79, 1) 0%,
    rgba(0, 23, 137, 1) 47%
  );
  margin-top: -3px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
}

.personaje_footer {
  width: 60vw;
}

.row_formulario {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}

.col-formulario {
  display: flex;
  justify-content: center;
  height: 50%;
  padding-top: 5%;
}

#titulo_formulario,
#subtitulo_formulario,
#texto_formulario {
  text-align: center;
  color: #001789 !important;
}

#titulo_formulario {
  font-size: 24px;
  font-weight: 900;
  line-height: normal !important;
  margin: 2px !important;
  text-transform: none !important;
}

#subtitulo_formulario {
  font-size: 18px;
  font-weight: 600;
  line-height: normal !important;
  margin: 2px !important;
  text-transform: none !important;
}

#texto_formulario {
  font-size: 14px;
  line-height: normal !important;
  margin: 2px !important;
  text-transform: none !important;
}

/***************************************************/

/** MEDIA QUERYS MEDIA **/

@media (min-width: 1920px) {
  .container-boletin {
    max-width: 1100px;
  }

  .personaje_footer {
    width: 40vw;
  }
}

@media (min-width: 1620px) {
  .container-boletin {
    max-width: 1100px;
  }

  .personaje_footer {
    width: 52vw;
  }
}

@media (min-width: 1400px) {
  .container-boletin {
    max-width: 1100px;
  }
}

/** phone **/

@media only screen and (max-width: 600px) {
  .col-formulario {
    padding-bottom: 60px;
    padding-top: 0px;
  }

  .personaje_footer {
    width: 120vw;
  }
}

label {
  margin-bottom: 1.5rem !important;
  margin-right: 10px;
}

.noticlass {
  margin-bottom: -8px;
  margin-top: -10px;
  font-size: 14px;
}

.cabecera {
  width: 100%;
  height: 50px;
  background-color: #3797f7;
  margin: 0px auto;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
}

.marco {
  padding: 0px 0px 0px 0px;
}

.formulario {
  width: 100%;
}

.formulario tr.campo td {
  padding: 6px 0;
}

.formulario td p {
  text-align: right;
  line-height: 12px;
  alignment-baseline: middle;
  font-size: 12px !important;
  font-weight: lighter !important;
}

.formulario input,
select {
  border: solid 1px #999;
  min-height: 22px;
  min-width: 200px;
  line-height: 22px;
  padding: 0px 5px;
  color: #999;
  font-size: 12px;
  border-radius: 2px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  margin-left: 5px;
  background-color: #ffffff;
}

input[type="submit"] {
  display: inline-block;
  border: solid 1px #1c83ea;
  min-height: 34px;
  line-height: 34px;
  padding: 0px 20px;
  background-color: #3797f7;
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  border-radius: 3px;
  white-space: nowrap;
  text-decoration: none;
  margin-top: 20px;
}

.leyenda {
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
}

.leyenda a {
  color: #3366cc;
  text-decoration: none;
  alignment-adjust: central;
}

.txt-cap {
  text-transform: capitalize;
}

.error {
  color: #8a0808;
  font-size: 11px;
  margin-right: 40px;
}

td.campo input {
  width: 96% !important;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 1rem;
  outline: 0;
  margin: 5px;
}

td.campo select {
  width: 96% !important;
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 1rem;
  outline: 0;
  margin: 5px;
}

.formulario input,
select {
  border: solid 1px #999;
  min-height: 22px;
  min-width: 200px;
  line-height: 22px;
  padding: 0px 5px;
  color: #999;
  font-size: 12px;
  border-radius: 2px;
  -space: nowrap;
  text-decoration: none;
  color: #333;
  margin-left: 5px;
  background-color: #ffffff;
}

.formulario input[type="submit"]:hover {
  box-shadow: 0px 60px 0px rgba(0, 0, 0, 0.2) inset;
}

.formulario input[type="submit"] {
  background: linear-gradient(
    to bottom,
    rgba(208, 10, 23, 1) 0%,
    rgba(203, 14, 28, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#d00a17', endColorstr='#cb0e1c', GradientType=0);
  border: none;
  border-radius: 40px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0 -80px 4rem 0;
  padding: 1rem 3rem;
  text-decoration: none;
  text-shadow: none;
  transition: 0.5s all ease;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2) inset;
  margin-top: 47px;
}

.custom-radio-checkbox {
  display: inline-flex;
  margin-right: 20px;
  align-items: center;
  cursor: pointer;
  font-family: arial;
}

span.custom-radio-checkbox__text {
  text-transform: initial;
  font-size: 17px;
  color: #ffffff;
}

.modaltextinput {
  color: #000000 !important;
}

span.custom-radio-checkbox__text a {
  color: #000000;
}

span.texto-congelados {
  color: #001789;
}

span.custom-radio-checkbox__text .radio_congelados {
  color: #001789;
}

.modaltextinput a {
  color: #c32420 !important;
}

.custom-control .custom-radio-checkbox__show--radio {
  background-image: url(https://momentosfriko.com/Portals/MomentosFriko/Images/radio-uncheck.png?ver=2020-06-05-204628-367) !important;
}

.custom-radio-checkbox > .custom-radio-checkbox__input {
  display: none;
}

.custom-radio-checkbox > .custom-radio-checkbox__show {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.5rem;
  background-size: cover;
}

.custom-radio-checkbox > .modalchekterms {
  background-image: url(https://momentosfriko.com/Portals/MomentosFriko/Images/radio-uncheck.png?ver=2020-06-05-204628-367) !important;
  filter: contrast(0);
}

.custom-control
  .custom-radio-checkbox
  > .custom-radio-checkbox__input:checked
  + .custom-radio-checkbox__show--radio {
  background-image: url(https://momentosfriko.com/Portals/MomentosFriko/Images/radio-check.png?ver=2020-06-05-204838-510) !important;
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.custom-radio-checkbox
  > .custom-radio-checkbox__input:checked
  + .modalchekterms {
  background-image: url(https://momentosfriko.com/Portals/MomentosFriko/Images/radio-check.png?ver=2020-06-05-204838-510) !important;
  filter: contrast(0);
}

.formulario .campo {
  vertical-align: middle;
  display: inline-block;
  width: 49%;
  margin-bottom: 3px;
  color: #fff;
}

.campo input {
  width: 100% !important;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  outline: 0;
  margin: 5px;
  border: 1px solid #dee2e6;
}

input:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem #80bdff80;
}

.campo select {
  width: 100% !important;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 14px;
  outline: 0;
  margin: 5px;
  border: 1px solid #dee2e6;
}

.newBTNEnviar {
  border-radius: 40px !important;
  color: #fff !important;
  font-weight: bold;
  transition: 0.5s all ease;
  background: #cd0b18 !important;
  border: 0 !important;
  font-size: 16px !important;
  outline: 0;
  padding: 10px 16px;
}

input.newBTNEnviar:hover {
  box-shadow: 0px 60px 0px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  padding: 10px 16px;
}

@media only screen and (max-width: 768px) {
  .formulario .campo {
    width: 100%;
    margin: 12px 0;
  }

  ul {
    padding-left: 0px !important;
  }
}

/*.campo2:after {
content: '<>';
font: 17px "Consolas", monospace;
color: #333;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 11px;
top: 18px;
padding: 0 0 2px;
border-bottom: 1px solid #999;
position: absolute;
pointer-events: none;
}*/

.campo2 {
  position: relative;
  text-align: center;
}

.campo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0px 20px;
  height: 50px;
  border: 1px solid #dee2e6;
  -ms-word-break: normal;
  word-break: normal;
}

.custom-control-label {
  color: white;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff0000;
}

.error-required:nth-child(4) {
  position: absolute;
  padding-top: 45px;
  display: flex;
  margin-left: 50px;
  color: #fed417;
  font-weight: 600;
}

.custom-radio-checkbox__text {
  font-size: 14px !important;
  line-height: 15px;
}

.modal-title {
  color: #333 !important;
}

.modal-footer {
  border-top: none !important;
}

.btn-close-custom {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-close-custom:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.btn-close-custom span {
  line-height: 1;
  font-weight: 900;
}

.modal-content-popup {
  height: 640px;
  position: relative;
}

@media (max-width: 768px) {
  .modal-content-popup {
    height: auto;
    position: relative;
  }
}

.modal-body {
  max-height: none;
  overflow-y: hidden;
}

/* Estilos del banner fijo */
.fixed-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  max-width: 90vw; /* Responsivo en pantallas pequeñas */
  background: #ffffff;
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.banner-content {
  position: relative;
  display: block;
}

.banner-image {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

/* Botón de cerrar */
.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.close-btn:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* Clase para ocultar el banner */
.banner-hidden {
  transform: translateX(-50%) translateY(100%);
}

/* Responsivo para móviles */
@media (max-width: 640px) {
  .fixed-banner {
    width: 95vw;
    left: 2.5vw;
    transform: none;
  }

  .banner-hidden {
    transform: translateY(100%);
  }
}
.social-link.threads {
  background-color: #000000;
  color: white !important;
}

footer ul {
  padding-left: 0 !important ;
  margin-left: 0 !important;
}
