html, body {
    height: 100%;
    margin: 0;
    font-family: 'Omnes Regular';
}

body {
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    background-image: url('../img/ice.png');
    background-size: cover;
    background-position: bottom;
}
.titulo{
    font-family: 'Omnes Black';
}
.ft8{
    font-size: 60px;
}
.ft10{
    font-size: 80px;
}
main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}
.carlito-regular {
  font-family: "Carlito", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.carlito-bold {
  font-family: "Carlito", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.carlito-regular-italic {
  font-family: "Carlito", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.carlito-bold-italic {
  font-family: "Carlito", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.cuandro_img{
  max-height: 700px;
}

.gray_ct{
  border: 4px solid #cbcbcb;
}
.form_ct{
  border: 4px solid #ff0000;
}
.cl-most
{
  background : #FEB12F;
  background : rgba(254, 177, 47, 1);
}
.modal-content{
  background-color: transparent !important;
  border: none;
}
.modal-header{
  border: none;
}
.modal-body{
  background-color: transparent !important;
}
.modal-footer{
  border: none;
}
.bg-rojo_ac {
  --bs-bg-opacity: 1;
  background-color: rgb(215 32 51) !important;
}

@media (max-width: 700px) {
  .cuandro_img{
    max-height: 100%;
  }
  .ft8{
    font-size: 40px;
}
.ft10{
  font-size: 50px;
}
}

.felicitaciones-box {
    background-color: #D72033; /* Red color from image */
    border-radius: 20px;
    padding: 40px;
    color: white;
    border: 4px solid rgb(133, 14, 14);
}

.felicitaciones-text {
    font-family: 'Omnes SemiBold';
    font-weight: normal;
    font-size: 2.5rem; /* Tamaño para laptops y pantallas grandes */
    /* text-transform: uppercase; */
    /* line-height: 1.5; */
}

/* Para tabletas */
@media (max-width: 992px) {
    .felicitaciones-text {
        font-size: 2rem;
    }
}

/* Para celulares */
@media (max-width: 768px) {
    .felicitaciones-text {
        font-size: 1.75rem;
    }
}

.divider {
  height: 4px; /* Altura de la "línea" */
  margin: 30px auto;
  opacity: 1;
  width: 100%; /* O el ancho que desees para el degradado */
  background: linear-gradient(to right,
              rgba(255, 255, 255, 0) 0%,     /* Transparente al inicio */
              rgba(255, 255, 255, 0.8) 25%,  /* Se vuelve blanco claro */
              rgba(255, 255, 255, 1) 50%,    /* Blanco sólido en el medio */
              rgba(255, 255, 255, 0.8) 75%,  /* Vuelve a ser blanco claro */
              rgba(255, 255, 255, 0) 100%);  /* Transparente al final */
}

.btn-custom {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: none;
}

.btn-custom:hover {
    background-color: white;
    color: #d81e23;
}

.separator {
    border-left: 2px solid white;
    height: 50px;
    margin: 0 20px;
}

.btn-volver {
    background-color: #fec10f; /* Yellow color from image */
    color: #d81e23;
    border-radius: 25px;
    padding: 10px 40px;
    font-weight: bold;
    border: solid 6px #d81e23;
}

.btn-volver:hover,
.btn-volver:active,
.btn-volver:focus {
    background-color: #eab10d !important;
    color: white !important;
    border: solid 6px #d81e23 !important;
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    .separator {
        display: none;
    }
    .felicitaciones-text {
        font-size: 1.2rem;
    }
}
