 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 font,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     line-height: initial;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
 }

 body {
     line-height: 20px;
     font-family: Josefin Sans;
     font-weight: 300;
     font-size: 15px
 }

 html {
     font-family: Josefin Sans;
 }

 .bg_blanco {
     background-color: #fff
 }

 .bg_azul {
     background: #00acfb
 }

 .bg_gris {
     background: #4f5258;
 }

 .bg_azulclaro {
     background: #ecf3ff;
 }

 .button-disabled {
    background-color: #f2f2f2 !important; /* Color de fondo gris claro */
    color: #999 !important; /* Color de texto gris */
    cursor: not-allowed !important; /* Cambia el cursor a 'no permitido' */
    /* Puedes agregar más estilos según tus preferencias */
  }

 b {
     font-weight: bold;
 }

 .color-azul-oscuro {
     color: #003488;
 }

 .color-blanco {
     color: #fff;
 }

 .color-azul {
     color: #00acfb;
 }

 .color-rojo {
     color: #ef2525;
 }

 .color-gris {
     color: #4f5258;
 }

 .pie {
     background: #000;
     color: #fff;
     font-size: 15px;
     padding: 5px;
     text-align: center;
     font-weight: 500
 }

 .TittleCursoVirtual {
     font-weight: 500 !important
 }

 .sin_m {
     margin: 0
 }

 .sin_p {
     padding: 0
 }

 .ocultar {
     display: none !important;
 }

 .modal-dialog {
     max-width: 620px
 }

 .modal-dialog .modal-header,
 .modal-dialog #continuar {
     background: #00acfb;
     color: white
 }

 .modal-dialog .modal-header h4 {
     font-weight: 400;
     font-size: 19px
 }

 .modal-dialog .modal-body p {
     font-weight: 300;
     font-size: 18px;
     color: #2e2c2c;
     text-align: justify;
     line-height: 120%
 }

 .banner {
     background: url('../img/banner.png');
     background-size: cover;
     padding: 3% 0 7% 0;
 }

 .banner img {
     width: 90%;
 }

 .titulo h1 {
     font-size: 45px;
 }

 .formulario {
     padding: 2% 0;
 }

 .formulario .form {
     box-shadow: 0 0 5px #4f5258;
 }

 .formulario .parte1 img {
     width: 40%;
     cursor: pointer;
 }

 .formulario .cont-flecha img {
     cursor: pointer;
 }

 .formulario .parte2 .triangulo {
     width: 0;
     height: 0;
     border-width: 0 30px 40px;
     border-style: solid;
     border-color: transparent transparent #fff;
     position: relative;
     background: transparent;
     margin-top: 3%;
     margin-bottom: -1%;
 }

 .formulario .form .cont-titulo h1 {
     font-size: 35px;
 }

 .formulario .form .cont-form {
     height: 100% !important;
 }

 .formulario .form .cont-form span {
     font-weight: 400;
     font-size: 25px;
     margin: 0 1%;
 }

 .formulario .form .cont-form input[type='radio'] {
     width: 28px;
     height: 28px;
 }

 .formulario .form .cont-form input[type='radio']:after {
     width: 28px;
     height: 28px;
     border-radius: 28px;
     top: 0;
     left: 0;
     position: relative;
     background-color: white;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 2px solid #00acfb;
 }

 .formulario .form .cont-form input[type='radio']:checked:after {
     width: 26px;
     height: 26px;
     border-radius: 26px;
     top: 1px;
     left: 1px;
     position: relative;
     background-color: #00acfb;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 2px solid white;
 }

 .formulario .form .cont-form input[type='checkbox'] {
     width: 28px;
     height: 28px;
 }

 .formulario .form .cont-form input[type='checkbox']:after {
     width: 28px;
     height: 28px;
     top: 0;
     left: 0;
     position: relative;
     background-color: #00acfb;
     content: '';
     display: inline-block;
     visibility: visible;
     border: 2px solid #00acfb;
 }

 .formulario .form .cont-form input[type='checkbox']:checked:after {
     width: 26px;
     height: 26px;
     top: 1px;
     left: 1px;
     position: relative;
     background-color: #00acfb;
     content: '✔';
     display: inline-block;
     visibility: visible;
     border: 2px solid #00acfb;
     display: flex;
     justify-content: center;
     align-items: center;
     color: white;
     font-weight: bold;
 }

 .formulario .form .cont-form textarea {
     width: 100%;
     border: none;
     background: #d6eaff;
 }

 .formulario .form .cont-form input[type='text'],
 .formulario .form .cont-form input[type='tel'],
 .formulario .form .cont-form input[type='email'],
 .formulario .form .cont-form select {
     width: 100%;
     height: 28px;
     border: none;
     background: #d6eaff;
     font-size: 20px;
     font-weight: 300;
 }

 .formulario .form .cont-form input[type='text']:focus,
 .formulario .form .cont-form input[type='tel']:focus,
 .formulario .form .cont-form input[type='email']:focus,
 .formulario .form .cont-form select:focus,
 .formulario .form .cont-form textarea:focus {
     outline: none !important;
     box-shadow: 0 0 5px #00acfb;
 }

 .formulario .form .cont-form select {
     background-image: url(../img/Recurso\ 13.png);
     background-repeat: no-repeat;
     background-position-y: center;
     background-position-x: 98%;
     background-size: 15px;
     -webkit-appearance: none;
     -moz-appearance: none;
     -o-appearance: none;
     appearance: none;
 }

 .texto {
     padding: 3% 0;
     border-bottom: solid 1px #00acfb;
 }

 .texto p {
     font-weight: 400;
     text-align: justify;
     font-size: 25px;
     line-height: 30px;
     margin: 3% 0;
 }

 .texto button {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     width: 60%;
     height: 50px;
     background: #00acfb;
     color: #fff;
     font-family: 'Roboto', sans-serif;
     font-size: 30px;
     font-weight: bolder;
     border: none;
     cursor: pointer;
     text-transform: uppercase;
     transition: .3s ease all;
     border-radius: 5px;
     position: relative;
     overflow: hidden;
 }

 .texto button span {
     position: relative;
     z-index: 2;
     transition: .3s ease all;
 }

 .texto button span {
     transition: .4s ease-in-out all;
     position: absolute;
 }

 .texto button .icono {
     display: flex;
     align-items: center;
     position: absolute;
     z-index: 2;
     left: -40px;
     transition: .3s ease-in-out all;
     opacity: 0;
 }

 .texto button svg {
     color: #fff;
     width: 35px;
     height: 35px;
 }

 .texto button:hover {
     background: #007DFE;
 }

 .texto button:hover .icono {
     left: calc(100% - 50px);
     opacity: 1;
 }

 .texto button:hover span {
     left: 20px;
 }

 .footer {
     padding: 5%;
 }

 .footer img {
     width: 80%;
 }

 .footer span {
     font-size: 25px;
     line-height: 40px;
 }

 @media(max-width:1650px) {
     .banner img {
         width: 80%;
     }

     .titulo h1 {
         font-size: 40px;
     }

     .formulario .form .cont-titulo h1 {
         font-size: 30px;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 23px;
     }
 }

 @media(max-width:1530px) {
     .banner img {
         width: 75%;
     }

     .titulo h1 {
         font-size: 37px;
     }

     .formulario .form .cont-titulo h1 {
         font-size: 27px;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 21px;
     }
 }

 @media(max-width:1400px) {
     .banner img {
         width: 65%;
     }

     .titulo h1 {
         font-size: 34px;
     }

     .formulario .form .cont-titulo h1 {
         font-size: 24px;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 19px;
     }
 }

 @media(max-width:1280px) {
     .titulo h1 {
         font-size: 32px;
     }

     .formulario .form .cont-titulo h1 {
         font-size: 22px;
     }

     .formulario .parte1 img {
         width: 60%;
     }

     .banner img {
         width: 60%;
     }

     .titulo h1 {
         font-size: 32px;
     }

     .formulario .form .cont-titulo h1 {
         font-size: 22px;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 18px;
     }

     .formulario .form .cont-form input[type='text'],
     .formulario .form .cont-form input[type='tel'],
     .formulario .form .cont-form input[type='email'],
     .formulario .form .cont-form select {
         font-size: 19px
     }
 }

 @media(max-width:1220px) {
     .titulo h1 {
         font-size: 28px;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 17px;
     }
 }

 @media(max-width:991px) {
     .texto button {
         width: 95%;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 20px;
     }

     .formulario .form .cont-form {
         height: 100%;
     }

     .formulario .parte1 img {
         width: 70%;
     }

     .formulario .form .cont-form .flechas2 {
         margin-top: 75px;
     }

     .footer img {
         display: none;
     }
 }

 @media(max-width:715px) {
     .titulo h1 {
         font-size: 24px;
     }

     .formulario .parte1 img {
         width: 90%;
     }

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 18px;
     }

     .formulario .form .cont-form input[type='text'],
     .formulario .form .cont-form input[type='tel'],
     .formulario .form .cont-form input[type='email'],
     .formulario .form .cont-form select {
         font-size: 18px
     }
 }

 @media(max-width:610px) {

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 16px;
     }

     .banner img {
         width: 80%;
     }
 }

 @media(max-width:576px) {
     .formulario {
         padding: 3%
     }
 }

 @media(max-width:470px) {

     .formulario .form .cont-form span,
     .texto p,
     .footer span {
         font-size: 15px;
     }
 }

 /*------------------- PROMO CONGELADOS --------------------*/
/* FREEZE SCREEN */

#freeze-screen {
  position: fixed;
  inset: 0;
  background: radial-gradient(
    circle,
    rgba(200,240,255,.6),
    rgba(174,211,250,.9)
  );
  backdrop-filter: blur(6px);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

#freeze-screen.active {
  opacity: 1;
  pointer-events: all;
  animation: freezeIn 1.2s ease-out forwards;
}

@keyframes freezeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* COPOS INDIVIDUALES */

#freeze-screen .snowflake {
  position: absolute;
  background: url("../img/CopoN.svg") no-repeat center / contain;
  pointer-events: none;
  animation: snowFloat 7s ease-in-out infinite;
}

#freeze-screen .snow-1 {
  top: 10%;
  left: 6%;
  width: 140px;
  height: 140px;
}

#freeze-screen .snow-2 {
  top: 14%;
  right: 8%;
  width: 180px;
  height: 180px;
  animation-duration: 9s;
}

#freeze-screen .snow-3 {
  bottom: 12%;
  left: 10%;
  width: 120px;
  height: 120px;
  animation-duration: 8s;
}

#freeze-screen .snow-4 {
  bottom: 10%;
  right: 12%;
  width: 160px;
  height: 160px;
  animation-duration: 10s;
}

#freeze-screen .snow-5 {
  right: 20%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}
#freeze-screen .snow-6 {
  left: 10%;
  width: 100px;
  height: 100px;
  animation-duration: 10s;
}

@keyframes snowFloat {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(6deg); }
}

/* TEXTO CONGELADO CENTRAL */

.freeze-message h1 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  filter: drop-shadow(0 0 35px rgba(180,230,255,.9));
  animation: textBounce 1.2s ease-out forwards;
}

.freeze-message .line-1 {
  display: block;
  font-size: 11.7rem;
  font-weight: 400;
  color: #3579f6;
  margin-bottom: 20px;
}

.freeze-message .line-2 {
  display: block;
  font-size: 6.5rem;
  font-weight: 800;
  transform: translateY(-50px);
  color: #ffffff;
}

.freeze-message .line-3 {
  display: inline-block;
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 3.5rem;
  font-weight: 500;
  text-transform: none;
  color: #3579f6;
  background: rgba(220,240,255,.95);
  border-radius: 50px;
  box-shadow:
    0 10px 25px rgba(53,121,246,.25),
    inset 0 0 12px rgba(255,255,255,.6);
  transform: translateY(-80px);
}

/*-------- Responsive Texto y Copos -----------*/

@media (max-width: 1600px) {

  .freeze-message .line-1 { font-size: 9.5rem; }
  .freeze-message .line-2 { font-size: 5.4rem;  }
  .freeze-message .line-3 { font-size: 3rem; padding: 12px 30px;  }

  .snow-1 { width: 120px; height: 120px; }
  .snow-2 { width: 150px; height: 150px; }
  .snow-3 { width: 100px; height: 100px; }
  .snow-4 { width: 130px; height: 130px; }
}

@media (max-width: 1400px) {

  .freeze-message .line-1 { font-size: 8rem; }
  .freeze-message .line-2 { font-size: 4.8rem; margin-top: 20px;}
  .freeze-message .line-3 { font-size: 2.6rem; padding: 10px 26px;}

  .snow-1,
  .snow-2,
  .snow-3,
  .snow-4 { opacity: .8; }
}

@media (max-width: 1200px) {

  .freeze-message .line-1 { font-size: 6.8rem; margin-bottom: 30px;}
  .freeze-message .line-2 { font-size: 4rem;  }
  .freeze-message .line-3 { font-size: 2.2rem; }

  .snow-2,
  .snow-4 { display: none; }
}

@media (max-width: 992px) {

  .freeze-message .line-1 { font-size: 5.4rem; }
  .freeze-message .line-2 { font-size: 3.2rem; margin-top: 0;}
  .freeze-message .line-3 { font-size: 1.9rem; padding: 8px 22px; }

  .snowflake { opacity: .5; }
}

@media (max-width: 768px) {

  .freeze-message .line-1 { font-size: 3.6rem; }
  .freeze-message .line-2 { font-size: 2.4rem; transform: translateY(-25px); }
  .freeze-message .line-3 {
    font-size: 1.4rem;
    padding: 6px 18px;
    transform: translateY(-60px);
  }

  .snowflake {
    width: 70px !important;
    height: 70px !important;
    opacity: .35;
  }
}


/*---------------------------------------------*/

@keyframes textBounce {
  0% { transform: scale(.6); opacity: 0; }
  70% { transform: scale(1.08); opacity: 1; }
  100% { transform: scale(1); }
}

/* UNFREEZE */

#freeze-screen.unfreeze {
  animation: unfreeze 1.2s ease-in forwards;
}

@keyframes unfreeze {
  to {
    opacity: 0;
    backdrop-filter: blur(0);
  }
}

/* LOGO FLOAT CONGELADOS */

#congelados-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 250px;
  height: 250px;
  z-index: 9999;
  opacity: 0;
  transform: scale(.4);
  transition: all .9s ease;
}

#congelados-float.show {
  opacity: 1;
  transform: scale(1);
}

#congelados-float img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* Halo de hielo */
.ice-glow {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(180,230,255,.6),
    transparent 70%
  );
  opacity: 0;
  filter: blur(10px);
  transition: opacity .5s ease;
  z-index: 1;
}

#congelados-float:hover .ice-glow {
  opacity: 1;
}

/* HINT CLICK AQUÍ */

.hint {
  position: absolute;
  top: -55px;
  right: 65px;
  text-align: center;
  animation: hintFloat 1.6s ease-in-out infinite;
}

.hint span {
  font-size: 30px;
  font-weight: 600;
  color: #3579f6;
  letter-spacing: 1px;
}

.arrow {
  width: 2px;
  height: 55px;
  margin: 8px auto 0;
  background: linear-gradient(
    to bottom,
    rgba(200,240,255,.9),
    rgba(200,240,255,.1)
  );
}

@keyframes hintFloat {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Hover: ocultar hint */
#congelados-float:hover .hint {
  opacity: 0;
  transform: translateY(18px);
  transition: all .4s ease;
}

/*--------------------- Responsive logo --------------------------*/
@media (max-width: 1720px) {
  #congelados-float {
    width: 200px;
    height: 200px;
  }

  .hint {
    top: -50px;
    right: 45px;
  }

  .hint span {
    font-size: 28px;
  }

  .arrow {
    height: 48px;
  }
}

@media (max-width: 1400px) {
  #congelados-float {
    width: 190px;
    height: 190px;
  }

  .hint {
    top: -40px;
    right: 55px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 42px;
  }
}

@media (max-width: 1200px) {
  #congelados-float {
    width: 170px;
    height: 170px;
  }

  .hint {
    top: -40px;
    right: 45px;
  }

  .hint span {
    font-size: 20px;
  }

  .arrow {
    height: 36px;
  }
}

@media (max-width: 992px) {
  #congelados-float {
    width: 150px;
    height: 150px;
  }

  .hint {
    top: -50px;
    right: 40px;
  }

  .hint span {
    font-size: 17px;
  }

  .arrow {
    height: 30px;
  }
}

@media (max-width: 768px) {
  #congelados-float {
    width: 150px;
    height: 150px;
    bottom: 15px;
    right: 15px;
  }

  .hint {
    top: -40px;
    right: 40px;
  }

  .hint span {
    font-size: 16px;
  }

  .arrow {
    height: 24px;
  }
}