
@font-face {
    font-family: 'CircularStd-Book';
    src: url('../font/CircularStd-Book.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3 5 */
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 300px;
    overflow-x: hidden;
    width: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
}

.light {
    font-weight: 200;
}

.regular {
    font-weight: 400;
}

.regular-blue {
    font-weight: 400;
    color: #009ddf !important;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1;
    margin: 0px;
}

.encabezado {
    font-size: 2.8rem;
}

input[type=checkbox] {
    width: 25% !important;
    height: 35px !important;
    margin-bottom: 15px !important;
}

@media only screen and (min-width: 1370px) {
    .encabezado {
        font-size: calc(2.8rem * 1.2);
    }
}

@media only screen and (max-width: 600px) {
    .encabezado {
        font-size: calc(2.8rem / 2);
    }
}

.titulo {
    font-size: 2.2rem;
}

@media only screen and (min-width: 1370px) {
    .titulo {
        font-size: calc(2rem * 2);
    }
}

@media only screen and (max-width: 600px) {
    .titulo {
        font-size: calc(2rem / 2);
    }
}

.subtitulo {
    font-size: 1.2rem;
}

@media only screen and (min-width: 1370px) {
    .subtitulo {
        font-size: calc(1.2rem * 2);
    }
}

@media only screen and (max-width: 600px) {
    .subtitulo {
        font-size: calc(1.2rem / 2);
    }
}

.subtitulo-sm {
    font-size: 0.9rem;
}

@media only screen and (min-width: 1370px) {
    .subtitulo-sm {
        font-size: calc(0.9rem * 1.5);
    }
}

@media only screen and (max-width: 600px) {
    .subtitulo-sm {
        font-size: calc(0.9rem / 2);
    }
}

.subtitulo-sm2 {
    font-size: 1rem;
}

@media only screen and (min-width: 1370px) {
    .subtitulo-sm2 {
        font-size: calc(1rem * 1.5);
    }
}

@media only screen and (max-width: 600px) {
    .subtitulo-sm2 {
        font-size: 1rem;
    }
}

.texto {
    font-size: 1rem;
}

@media only screen and (min-width: 1370px) {
    .texto {
        font-size: calc(1rem * 1.5);
    }
}

@media only screen and (max-width: 600px) {
    .texto {
        font-size: calc(1rem / 2);
    }
}

.texto-productos {
    font-size: 1.5rem;
}

@media only screen and (min-width: 1370px) {
    .texto {
        font-size: calc(1.5rem * 1.5);
    }
}

@media only screen and (max-width: 600px) {
    .texto {
        font-size: calc(1.5rem / 2);
    }
}

#Menu .texto-menu {
    font-size: 0.8rem;
    color: #a5bfca;
}

@media only screen and (min-width: 1370px) {
    #Menu .texto-menu {
        font-size: calc(1rem * 1.3);
    }
}

@media only screen and (max-width: 1280px) {
    #Menu .texto-menu {
        font-size: calc(2rem / 2);
    }
}

@media only screen and (max-width: 600px) {
    #Menu .texto-menu {
        font-size: calc(1.25rem / 2);
    }
}

@media only screen and (min-width: 1370px) {
    .texto-menu {
        font-size: calc(0.7rem * 1.5);
    }
}

@media only screen and (max-width: 600px) {
    .texto-menu {
        font-size: calc(1rem / 2);
    }
}

.texto-form {
    font-size: 1.3rem;
}

@media only screen and (min-width: 1370px) {
    .texto {
        font-size: calc(1rem * 1.5);
    }
}

@media only screen and (max-width: 600px) {
    .texto {
        font-size: calc(1rem / 2);
    }
}



.texto-sm {
    font-size: 0.8rem;
}

@media only screen and (min-width: 1370px) {
    .texto-sm {
        font-size: calc(0.8rem * 1.2);
    }
}

@media only screen and (max-width: 600px) {
    .texto-sm {
        font-size: calc(0.8rem / 2);
    }
}

.txt-primary {
    color: #213c74 !important;
}

.txt-secondary {
    color: #009dde !important;
}

.txt-blue {
    color: #009ddf !important;
}

.txt-neutral {
    color: #8082a0 !important;
}

.txt-error {
    background-color: transparent !important;
    color: red !important;
    font-size: 0.9rem !important;
}

.bg-primary {
    background-color: #213c74 !important;
}

.bg-secondary {
    background-color: #009dde !important;
}

.bg-neutral {
    background-color: #8082a0 !important;
}

.txt-white {
    color: white !important;
}

.txt-boton {
    bottom: 20px;
}

.bg-white {
    background-color: white !important;
}

.txt-black {
    color: black !important;
}

.bg-black {
    background-color: black !important;
}

a {
    text-decoration: none !important;
}

li {
    font-family: "CircularStd-Book", sans-serif;
    color: #aecad6 !important;
}

ul {
    font-family: "CircularStd-Book", sans-serif;
    color: #aecad6 !important;
}

h6 {
    font-family: "CircularStd-Book", sans-serif;
}

* {
    color: #213c74;
    font-family: "CircularStd-Book", sans-serif;
}

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

.center-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

#Menu {
    margin-top: 0px !important;
    height: 200px;
}

    #Menu .logo-sorteadora {
        width: 150px;
        margin-left: 35%;
    }

@media only screen and (max-width: 600px) {
    #Menu .logo-sorteadora {
        width: 200px;
        margin-left: 0px;
        margin-right: auto;
    }
}

#Menu .links-menu {
    flex-grow: 1.4;
}

@media only screen and (max-width: 1080px) {
    #Menu .links-menu {
        display: none;
    }
}

#Menu .links-menu a {
    color: black;
    margin-right: 1.5%;
    font-size: 1rem;
}

    #Menu .links-menu a:hover {
        border-bottom: 2px solid #009dde;
        padding-bottom: 3px;
    }

    #Menu .links-menu a:last-child {
        color: black;
        background-color: #f1f6f8;
        border-radius: 20px;
        padding: 12px 20px;
        margin: 0px;
        border-color: black;
        border-style: solid;
    }

.menu-mobile {
    background-color: black;
    height: 100%;
    width: 100%;
    display: flex;
    position: fixed;
    z-index: 1024;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .menu-mobile > div a {
        color: white;
        display: block;
        margin-bottom: 20px;
    }

        .menu-mobile > div a:last-child {
            margin-bottom: 0px;
        }

    .menu-mobile .close-menu-btn {
        position: absolute;
        top: 50px;
        right: 0px;
        transform: translate(-50%, -50%);
    }

.site-footer .logo-footer {
    width: 150px;
}

/* 
#Footer {
background-color: #f1f6f8;
padding: 50px; }
#Footer .col > div span {
  margin-bottom: 10px;
  display: block;
  color: white; }
#Footer .logo-footer {
  width: 180px; }
#Footer .btn-telwp {
  padding: 25px 20px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 600px) {
    #Footer .btn-telwp {
      padding: 0px 15px; } }
  #Footer .btn-telwp .icono-btn {
    width: 25px;
    height: 25px;
    margin-right: 10px; }
    @media only screen and (max-width: 600px) {
      #Footer .btn-telwp .icono-btn {
        height: 15px;
        width: 15px; } }
#Footer .btn-social {
  height: 35px;
  width: 35px;
  display: inline-block;
  margin-right: 10px; }
  #Footer .btn-social img {
    width: 100%;
    height: 100%; }
.footer-row {
display: flex;
justify-content: space-around;
align-items: flex-start;
}

.footer-col {
flex: 1;
max-width: 400px; 
} */
.footer {
    background-color: #f1f6f8;
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.column {
    flex: 1;
    margin-right: 20px;
}

    .column:last-child {
        margin-right: 0;
    }

.bloque-carousel .carousel-header {
    height: 100vh !important;
    position: relative;
}

    .bloque-carousel .carousel-header img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .bloque-carousel .carousel-header .linea-rosa-carousel {
        width: 2px;
        height: 200px;
        margin: 0px 20px;
        background-color: #f44c7f;
    }

@media only screen and (max-width: 600px) {
    .bloque-carousel .carousel-header .linea-rosa-carousel {
        height: 2px;
        width: 100%;
        margin: 10px 0px;
    }
}

.bloque-carousel .carousel-header .texto-carousel {
    width: 75%;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #213c74;
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .bloque-carousel .carousel-header .texto-carousel {
        text-align: center;
    }
}

.bloque-carousel .carousel-header .texto-carousel .row {
    align-items: center;
}

.bloque-carousel .carousel-header .texto-carousel span {
    line-height: 1;
    color: #213c74;
}

.bloque-carousel .carousel-header .v-carousel__controls {
    background: none;
    bottom: 30px;
}

    .bloque-carousel
    .carousel-header
    .v-carousel__controls
    .v-btn
    .v-btn__content
    .v-icon {
        color: #96999b;
    }

    .bloque-carousel
    .carousel-header
    .v-carousel__controls
    .v-item--active
    .v-btn__content
    .v-icon {
        color: #009dde;
    }

.bloque-quienes-somos {
    height: 65vh;
    background-color: #9aeae3;
}

    .bloque-quienes-somos .subtitulo {
        font-size: 1rem;
    }


    .bloque-quienes-somos span {
        margin-left: 0px;
        padding-right: 50px;
        display: block;
    }

@media only screen and (max-width: 960px) {
    .bloque-quienes-somos {
        display: none !important;
    }
}


@media only screen and (max-width: 960px) {

    .bloque-quienes-somos-mobile {
        display: none;
        background-color: #9aeae3;
    }
}


@media only screen and (max-width: 960px) {
    .bloque-quienes-somos .subtitulo {
        font-size: 0.9rem !important;
    }
}

@media only screen and (max-width: 960px) {
    .bloque-quienes-somos .titulo {
        font-size: 1.5rem !important;
    }
}

.bloque-quienes-somos .info-container {
    height: 100%;
    width: 95%;
    margin: auto;
    background-color: #f8fbfe;
    border-radius: 64px;
}

.bloque-quienes-somos .img-how img {
    width: 100%;
    margin: auto;
    display: flex;
}

@media only screen and (min-width: 1370px) {
    .bloque-quienes-somos .img-how img {
        max-width: 1000px;
    }
}

.bloque-mision {
    height: 100vh;
    background-color: #f1f6f8;
    background-image: url("../images/Fondo-QuienesSomos.png"); /* Replace with the path to your image */
    background-position: center center;
}

@media only screen and (max-width: 960px) {
    .bloque-mision {
        height: 90vh;
    }
}

.bloque-mision span {
    display: block;
}

.bloque-mision .titulo {
    margin: 50px 0px 0px 20px;
}

.bloque-mision .info-container {
    height: 100%;
    width: 95%;
    margin: auto;
    background-color: #f8fbfe;
    border-radius: 64px;
}

@media only screen and (max-width: 600px) {
    .bloque--misions .info-container {
        width: 100%;
    }
}

.bloque-mision .info-container .cards {
    display: grid;
    grid-template-columns: 40% 40% 40%;
    grid-template-rows: 50vh 50vh;
    gap: 20px;
    height: 100%;
    align-content: center;
    margin-left: 20px;
}

@media only screen and (max-width: 960px) {
    .bloque-mision .info-container .cards {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-mision .info-container .cards {
        margin: 0px;
        grid-template-columns: 45% 45%;
        grid-template-rows: 150px 150px;
        gap: 10px;
        justify-content: center;
    }
}

.bloque-mision .info-container .cards .info-card {
    border-radius: 28px;
    background-color: white;
    padding: 0px 30px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

    .bloque-mision .info-container .cards .info-card > div {
        height: 80%;
    }

@media only screen and (max-width: 600px) {
    .bloque-mision .info-container .cards .info-card {
        padding: 0px 10px;
    }
}

.bloque-mision .info-container .cards .info-card span {
    padding-top: 10px;
}

.bloque-mision .info-container .cards .info-card img {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 600px) {
    .bloque-mision .info-container .cards .info-card img {
        width: 25px;
        height: 25px;
    }
}

.bloque-mision .img-how img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 700px;
    margin: auto;
    display: flex;
}

@media only screen and (min-width: 1370px) {
    .bloque-mision .img-how img {
        max-width: 700px;
        max-height: 700px;
    }
}

.bloque-nuestra-mision {
    height: 100vh;
}

@media only screen and (max-width: 960px) {
    .bloque-nuestra-mision {
        height: auto;
    }
}

.bloque-nuestra-mision span {
    display: block;
}

.bloque-nuestra-mision .img-mision {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    min-height: 100%;
    min-width: 100%;
    margin: auto;
    display: flex;
}

@media only screen and (min-width: 1370px) {
    .bloque-nuestra-mision .img-mision {
        max-width: 700px;
        max-height: 700px;
    }
}

.bloque-nuestra-mision .linea-rosa {
    height: 5px;
    width: 80px;
    background-color: #f44c7f;
    margin: 20px 0px 20px -15px;
}

.bloque-como {
    height: 40vh;
    justify-content: center;
    background-color: #F1F6F8;
}

@media only screen and (max-width: 960px) {
    .bloque-como {
        height: auto;
        padding: 50px 0px 100px 0px;
    }
}

.bloque-como > div span {
    display: block;
}

@media only screen and (max-width: 960px) {
    .bloque-como > div span {
        width: 70%;
        margin: auto;
    }
}

.bloque-como > div span:first-child {
    color: #BCDEFF !important;
    margin-top: 50px;
}

.bloque-como > div span {
    text-align: center;
}

    .bloque-como > div span:last-child {
        text-align: center;
        padding: 0px 15% 0px 15%;
        margin-bottom: 50px;
    }

.bloque-como > .row {
    flex-direction: row;
    justify-content: center;
    transition: all 0.5s;
}

@media only screen and (max-width: 600px) {
    .bloque-como {
        height: auto;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-como span {
        font-size: 1rem;
    }
}


@media only screen and (max-width: 600px) {
    .instrucciones {
        width: 100%;
        padding: 3px 0px 1px 0px;
    }
}


@media only screen and (max-width: 960px) {
    .bloque-info {
        height: auto;
        background-color: #f8fbfe;
    }
}

@media only screen and (min-width: 800px) {
    .custom-div {
        display: block;
    }

    .custom-div-mob {
        display: none;
    }
}

@media only screen and (max-width: 650px) {
    .custom-div {
        display: none;
    }

    .custom-div-mob {
        display: block;
    }
}

.custom-div-mob,
.cards-mobile-container .custom-div-mob {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 650px) {
    .custom-div {
        width: 100% !important; /* Set a fixed width */
        height: 200px;
        margin-top: 15px;
        border-radius: 15px; /* Set rounded corners */
        margin-bottom: 10px; /* Add some space between divs */
        margin-left: 10%;
        padding: 10px;
    }

    .bloque-info .custom-div img {
        width: 55px; /* Set the width of the icon image */
        margin-left: 20px;
        vertical-align: middle; /* Align the image vertically with the text */
        margin-right: 0; /* Add some space between the image and text */
        float: left;
    }
}

.custom-div-mob {
    width: 320px; /* Set a fixed width */
    height: 28%;
    margin-top: 15px;
    border-radius: 15px; /* Set rounded corners */
    margin-bottom: 10px; /* Add some space between divs */
    padding: 10px 0 10px; /* Add padding to create some space around content */
}

    .custom-div-mob span {
        display: block; /* Make spans block-level elements */
    }

    .custom-div-mob img {
        width: 50px; /* Set the width of the icon image */
    }

.custom-div {
    width: 650px; /* Set a fixed width */
    height: 95px;
    margin-top: 15px;
    border-radius: 15px; /* Set rounded corners */
    margin-bottom: 10px; /* Add some space between divs */
    margin-left: 10%;
    padding: 10px; /* Add padding to create some space around content */
}

    .custom-div span {
        display: block; /* Make spans block-level elements */
    }

    .custom-div img {
        width: 55px; /* Set the width of the icon image */
        margin-left: 20px;
        vertical-align: middle; /* Align the image vertically with the text */
        margin-right: 30px; /* Add some space between the image and text */
        margin-top: 8px;
        float: left;
    }

.bloque-info {
    background-color: #f8fbfe;
}

    .bloque-info span {
        display: block;
    }

    .bloque-info .titulo {
        margin: 60px 0px 0px 20px;
    }

    .bloque-info .info-container {
        height: 100%;
        width: 100%;
        margin: auto;
        background-color: #f8fbfe;
    }

@media only screen and (max-width: 960px) {
    .bloque-info .info-container .info-container-texto {
        font-size: 1.5rem;
        margin-left: 5% !important;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.bloque-info .info-container .info-container-texto {
    font-size: 1.5rem;
    margin-left: 10%;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
    .bloque-info .info-container .info-container-texto {
        margin-left: 0 !important; /* Adjusted margin-left for smaller screens */
        text-align: center; /* Center-align the text on smaller screens */
        font-size: 1rem;
        margin: 0;
    }

    .bloque-info .info-container .titulo {
        font-size: 1.5rem;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-info .info-container {
        width: 100%;
        align-items: center;
        text-align: center;
    }

        .bloque-info .info-container .titulo {
            font-size: 1.5rem;
        }
}

@media only screen and (max-width: 960px) {
    .bloque-info .info-container .cards {
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-info .info-container .cards {
        margin: 0px;
        grid-template-columns: 45% 45%;
        grid-template-rows: 150px 150px;
        gap: 10px;
        justify-content: center;
    }
}

.bloque-info .info-container .cards .info-card {
    border-radius: 28px;
    background-color: white;
    padding: 0px 30px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

    .bloque-info .info-container .cards .info-card > div {
        height: 50%;
    }

@media only screen and (max-width: 600px) {
    .bloque-info .info-container .cards .info-card {
        padding: 0px 10px;
    }
}

.bloque-info .info-container .cards .info-card span {
    padding-top: 10px;
}

.bloque-info .info-container .cards .info-card img {
    width: 60px;
    height: 60px;
}

@media only screen and (max-width: 600px) {
    .bloque-info .info-container .cards .info-card img {
        width: 25px;
        height: 25px;
    }
}

.bloque-info .img-how img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    margin: auto;
    margin-top: -55px !important;
    display: flex;
}

@media only screen and (max-width: 900px) {
    .bloque-info .img-how img {
        margin-top: 0 !important;
    }
}



@media only screen and (min-width: 1370px) {
    .bloque-info .img-how img {
        max-width: 700px;
        max-height: 700px;
    }
}

.bloque-info .conocemas {
    padding-top: 30px;
    padding-left: 30px;
    color: #0056b3;
    font-size: 1.5rem;
    text-decoration: underline;
}

.conocemas .circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #0056b3;
    border-radius: 50%;
    border: 3px solid #0056b3;
    background-color: transparent;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    font-family: Arial, sans-serif;
}


@media only screen and (max-width: 650px) {
    .cards-mobile-container {
        text-align: center; /* Center-align the content */
    }
}

.bloque-servicios {
    height: 100vh;
}

@media only screen and (max-width: 960px) {
    .bloque-servicios {
        height: auto;
    }
}

.bloque-servicios span {
    display: block;
}

    .bloque-servicios span:nth-child(2) {
        margin: 20px 0px;
    }

.bloque-servicios .img-servicios {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    margin: auto;
    display: flex;
}

@media only screen and (min-width: 1370px) {
    .bloque-servicios .img-servicios {
        max-width: 700px;
        max-height: 700px;
    }
}

.bloque-servicios .info-servicios {
    width: 90%;
    margin: auto;
}

.bloque-casos-de-exito {
    height: 85vh;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 960px) {
    .bloque-casos-de-exito {
        height: auto;
        padding: 50px 0px 100px 0px;
    }
}

.bloque-casos-de-exito > div span {
    display: block;
}

@media only screen and (max-width: 960px) {
    .bloque-casos-de-exito > div span {
        width: 70%;
        margin: auto;
    }
}

.bloque-casos-de-exito > div span:first-child {
    text-align: center;
    margin-bottom: 20px;
}

.bloque-casos-de-exito > div span:last-child {
    margin-bottom: 50px;
}

.bloque-casos-de-exito > .row {
    flex-direction: row;
    justify-content: center;
    transition: all 0.5s;
}

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito {
        height: auto;
    }
}

.bloque-casos-de-exito .cards-container {
    display: grid;
    grid-template-columns: 40% 40%;
    grid-template-rows: 350px;
    gap: 50px;
    justify-content: center;
    align-content: center;
}

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito .cards-container {
        grid-template-columns: 300px;
        grid-template-rows: none;
        row-gap: 20px;
        margin: auto;
    }
}

.bloque-casos-de-exito .cards-container .card-sorteo {
    padding: 20px;
    transition: all 0.2s ease-in-out;
}

    .bloque-casos-de-exito .cards-container .card-sorteo:hover {
        transform: scale(1.1);
        z-index: 1;
    }

        .bloque-casos-de-exito .cards-container .card-sorteo:hover .ver-mas {
            background-color: white;
            border-radius: 30px;
        }

            .bloque-casos-de-exito .cards-container .card-sorteo:hover .ver-mas span {
                color: #213c74;
            }

            .bloque-casos-de-exito .cards-container .card-sorteo:hover .ver-mas .v-icon {
                color: #213c74;
            }

    .bloque-casos-de-exito .cards-container .card-sorteo .card-logo {
        height: 100px;
        margin: auto;
    }

    .bloque-casos-de-exito .cards-container .card-sorteo span {
        color: white;
    }

    .bloque-casos-de-exito .cards-container .card-sorteo .ver-mas {
        padding: 5px 25px;
        margin: 20px 0px;
    }

        .bloque-casos-de-exito .cards-container .card-sorteo .ver-mas .v-icon {
            font-size: 30px;
        }

.bloque-casos-de-exito .sorteo-info-container {
    width: 80%;
    margin: auto;
    transition: all 0.5s;
}

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito .sorteo-info-container {
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-info .info-container span {
        font-size: 1rem;
    }
}

.bloque-casos-de-exito .sorteo-info-container .img-app {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito .sorteo-info-container .img-app {
        margin: auto;
        text-align: center;
    }
}

.bloque-casos-de-exito .sorteo-info-container .img-app button {
    vertical-align: top;
}

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito .sorteo-info-container .img-app button {
        position: absolute;
        left: 0;
    }
}

.bloque-casos-de-exito .sorteo-info-container .img-app img {
    height: 400px;
}

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito .sorteo-info-container .img-app img {
        height: 300px;
    }
}

.bloque-casos-de-exito .sorteo-info-container .info-institucion {
    justify-content: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .bloque-casos-de-exito .sorteo-info-container .info-institucion img {
        width: 250px;
    }

@media only screen and (max-width: 600px) {
    .bloque-casos-de-exito .sorteo-info-container .info-institucion {
        margin: auto;
        align-items: center;
    }
}

.fade-enter,
.fade-leave-active {
    opacity: 0;
}

.fade-leave-active {
    position: absolute;
}

.bloque-form-hs {
    height: 80vh;
    background-color: #213c74;
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .bloque-form-hs {
        height: auto;
        padding: 50px 10px 100px 10px;
    }
}

.bloque-form-hs .row {
    flex-direction: column;
}

.bloque-form-hs span {
    color: white;
    display: block;
    padding-bottom: 20px;
}

    .bloque-form-hs span:last-child {
        margin-bottom: 30px;
    }

.bloque-form-hs .form {
    width: 50%;
}

@media only screen and (max-width: 960px) {
    .bloque-form-hs .form {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    .mapa {
        width: 100%;
        padding: 3px 0px 1px 0px;
    }
}

.bloque-header {
    height: 100vh;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .bloque-header {
        height: 65vh;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-header .subtitulo-sm {
        font-size: 1rem !important;
        text-align: center;
        font-weight: 600;
    }

    .bloque-header .container-header .texto-header-index {
        width: 100% !important;
        text-align: center !important;
    }
}

.bloque-header .container-header {
    /* margin-top: 100px; */
    height: 100%;
    width: 100%;
    position: relative;
}

    .bloque-header .container-header .bg-header {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .bloque-header .container-header .texto-header-index {
        width: 75%;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

        .bloque-header .container-header .texto-header-index h2 {
            display: block;
            margin-bottom: 20px;
        }

        .bloque-header .container-header .texto-header-index h1 {
            display: inline;
        }

@media only screen and (max-width: 600px) {
    .bloque-header .container-header .texto-header-index {
        width: 90%;
        text-align: left;
        position: absolute;
        top: 60%;
        left: 50%;
    }
}

.bloque-header .container-header .texto-header-index .row {
    align-items: center;
}

.bloque-header .container-header .texto-header-index span {
    line-height: 1;
    color: #172760;
}

.bloque-header .container-header .texto-header {
    width: 75%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .bloque-header .container-header .texto-header h2 {
        display: block;
        margin-bottom: 20px;
    }

    .bloque-header .container-header .texto-header h1 {
        line-height: 1;
        display: inline;
    }

@media only screen and (max-width: 600px) {
    .bloque-header .container-header .texto-header {
        text-align: center;
        width: 80%;
    }
}

.bloque-header .container-header .texto-header .row {
    align-items: center;
}

.bloque-header .container-header .texto-header span {
    line-height: 1;
    color: #172760;
}

.bloque-header .container-header .btn-comprar-boleto {
    display: block;
    background-color: #009fdf;
    border-radius: 20px;
    text-align: center;
    padding: 20px 0px;
    width: 300px;
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .bloque-header .container-header .btn-comprar-boleto {
        padding: 10px 0px;
        width: 200px;
        margin: 20px auto 0px auto;
    }
}

.bloque-header .container-header .img-celular {
    max-width: 300px;
    margin: auto;
}

@media only screen and (max-width: 960px) {
    .bloque-header .container-header .img-celular {
        width: 150px;
    }
}

.bloque-header .container-header .img-celular img {
    width: 100%;
    height: 100%;
}


@media only screen and (max-width: 600px) {
    .bloque-header {
        display: none;
    }

    .mobile-header {
        background-image: url('../images/Slider-principal-LDM.png');
        background-size: cover;
        padding: 0;
        background-position: 60% center;
    }

        .mobile-header .container-header {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 90vh;
            padding: 0;
            text-align: center; /* Center text horizontally */
        }

        .mobile-header .texto-header-index {
            width: 100%;
            max-width: 90%;
            margin: 0 auto;
        }

            .mobile-header .texto-header-index h2,
            .mobile-header .texto-header-index h1,
            .mobile-header .texto-header-index h1.subtitulo-sm {
                text-align: center !important; /* Ensure all text is centered */
            }

        /* Adjust padding and font size for smaller screens */
        .mobile-header .container-header .texto-header-index h2 {
            font-size: 1.5rem;
        }

        .mobile-header .container-header .texto-header-index h1 {
            font-size: 2rem;
        }

            .mobile-header .container-header .texto-header-index h1.subtitulo-sm {
                font-size: 1rem;
            }

        .mobile-header .container-header .bg-header {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
}

/* Show desktop version only on screens larger than 600px */
@media only screen and (min-width: 601px) {
    .mobile-header {
        display: none;
    }
}



.bloque-header-alt {
    height: 70vh;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    .bloque-header-alt {
        height: 65vh;
    }
}

.bloque-header-alt .container-header {
    /* margin-top: 100px; */
    height: 100%;
    width: 100%;
    position: relative;
    background-color: black;
}

    .bloque-header-alt .container-header .bg-header {
        height: 100%;
        width: 100%;
        object-fit: cover;
        filter: brightness(60%);
    }

    .bloque-header-alt .container-header .texto-header-index {
        width: 75%;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }

        .bloque-header-alt .container-header .texto-header-index h2 {
            display: block;
            margin-bottom: 20px;
        }

        .bloque-header-alt .container-header .texto-header-index h1 {
            line-height: 1;
            display: inline;
        }

@media only screen and (max-width: 600px) {
    .bloque-header-alt .container-header .texto-header-index {
        text-align: center;
        width: 80%;
    }
}

.bloque-header-alt .container-header .texto-header-index .row {
    align-items: center;
}

.bloque-header-alt .container-header .texto-header-index span {
    line-height: 1;
    color: #172760;
}

.bloque-header-alt .container-header .texto-header {
    width: 75%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .bloque-header-alt .container-header .texto-header h2 {
        display: block;
        margin-bottom: 20px;
    }

    .bloque-header-alt .container-header .texto-header h1 {
        line-height: 1;
        display: inline;
    }

@media only screen and (max-width: 600px) {
    .bloque-header-alt .container-header .texto-header {
        text-align: center;
        width: 80%;
    }
}

.bloque-header-alt .container-header .texto-header .row {
    align-items: center;
}

.bloque-header-alt .container-header .texto-header span {
    line-height: 1;
    color: #172760;
}

.bloque-header-alt .container-header .btn-comprar-boleto {
    display: block;
    background-color: #009fdf;
    border-radius: 20px;
    text-align: center;
    padding: 20px 0px;
    width: 300px;
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .bloque-header-alt .container-header .btn-comprar-boleto {
        padding: 10px 0px;
        width: 200px;
        margin: 20px auto 0px auto;
    }
}

.bloque-header-alt .container-header .img-celular {
    max-width: 300px;
    margin: auto;
}

@media only screen and (max-width: 960px) {
    .bloque-header-alt .container-header .img-celular {
        width: 150px;
    }
}

.bloque-header-alt .container-header .img-celular img {
    width: 100%;
    height: 100%;
}

.btn-cta {
    display: flex;
    align-items: center;
    background-color: lightblue;
    border-radius: 10px;
    text-align: center;
    padding: 15px 20px;
    transition: 0.3s ease-in-out;
    justify-content: center;
}

    .btn-cta:hover {
        margin-top: 5px;
        background-color: aqua;
        transform: scale(1.1);
        box-shadow: 0px -1px 64px 3px rgba(126, 107, 158, 0.75);
    }

.bloque-mision .mision {
    position: relative;
    width: 100%;
    height: 60vh; /* Set the desired height */
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}

@media only screen and (min-width: 1024px) {
    .bloque-mision .mision span {
        font-size: 2rem;
    }
}

.bloque-mision .mision span {
    font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
    .bloque-mision .mision span {
        font-size: calc(2rem / 2);
    }
}

.bloque-mision .top-text {
    padding-top: 0px;
}

.bloque-mision .center-text,
.bottom-text {
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.quotebutton {
    background-image: url("../images/Banner-Contacto-QuienesSomos.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}

@media only screen and (min-width: 1024px) {
    .quotebutton .texto-quote {
        padding-top: 60px !important;
        padding-left: 100px !important;
        width: 600px;
    }

        .quotebutton .texto-quote span {
            font-weight: 700;
            font-size: 3.5rem !important;
        }
}

.quotebutton .texto-quote {
    padding-top: 60px;
    padding-left: 100px;
    width: 600px;
}

    .quotebutton .texto-quote span {
        font-weight: 700;
        font-size: 2rem;
    }

@media only screen and (max-width: 960px) {
    .quotebutton .texto-quote {
        width: 500px;
        padding: 100px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 960px) {
    .quotebutton {
        background-position: -400px;
        height: 50vh;
    }
}

@media only screen and (max-width: 600px) {
    .quotebutton {
        background-position: -350px;
    }
}

@media only screen and (max-width: 960px) {
    .quotebutton .texto-quote span {
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

#downloadButton {
    margin-top: 30px;
    background-color: #0E69E0;
    color: #fff !important;
    padding: 15px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

    #downloadButton img {
        margin-right: 5px;
        width: 20px; /* Set the width of the image */
        height: 20px; /* Set the height of the image */
    }

@media only screen and (max-width: 960px) {
    #downloadButton {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom-button {
    background-color: #29c3b6; /* Green background color */
    color: #ffffff; /* White text color */
    border: none; /* Remove default button border */
    border-radius: 15px; /* Rounded corners */
    padding: 20px 20px; /* Adjust padding for desired size */
    cursor: pointer; /* Add a pointer cursor on hover */
    font-size: 32px; /* Adjust font size as needed */
    margin-top: 40px;
    margin-left: 20px;
}

.custom-button2 {
    font-weight: 600;
    background-color: #282F72; /* Green background color */
    color: #ffffff; /* White text color */
    border: none; /* Remove default button border */
    border-radius: 15px; /* Rounded corners */
    padding: 20px 20px; /* Adjust padding for desired size */
    cursor: pointer; /* Add a pointer cursor on hover */
    font-size: 20px; /* Adjust font size as needed */
}

@media only screen and (max-width: 960px) {
    .custom-button2 {
        font-weight: 600;
        background-color: #282F72; /* Green background color */
        color: #ffffff; /* White text color */
        border: none; /* Remove default button border */
        border-radius: 15px; /* Rounded corners */
        padding: 10px 20px; /* Adjust padding for desired size */
        cursor: pointer; /* Add a pointer cursor on hover */
        font-size: 1rem; /* Adjust font size as needed */
    }
}

@media only screen and (max-width: 960px) {
    .quotebutton .texto-quote .custom-button {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px 10px !important;
        font-size: 1.5rem !important;
        font-weight: 600;
        margin-left: 0px;
        margin-top: 0px;
    }
}


.quote {
    height: 80vh;
    background-color: #51ADEC;
    background-image: url("../images/Incentivos.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
}


.pasos {
    height: 80vh;
    background-color: #EB60A7;
    background-image: url("../images/Pasos.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
}



@media only screen and (max-width: 960px) {
    .quote span {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width: 600px) {
    .quote span {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 600px) {
    .quote {
        padding: 60px 0;
        display: flexbox;
        background-position: left center;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}

.quotename {
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .quotename {
        margin-top: 20px !important;
    }
}

@media only screen and (max-width: 960px) {
    .quote .texto-quote span {
        font-size: 1.5rem !important;
    }
}

.quote .texto-quote span {
    font-size: 2rem;
}

.quote .texto-quote {
    width: 850px;
}

.valores {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f1f6f8;
}

    .valores .valores-encabezado {
        width: 100%;
        padding-top: 80px;
        text-align: center;
        color: black;
    }

@media only screen and (max-width: 600px) {
    .valores .valores-encabezado .encabezado {
        font-size: 2rem;
    }

    .valor-container {
        padding: 10px !important;
    }

        .valor-container img {
            width: 85px !important;
            padding-bottom: 20px;
        }
}

.wrapper-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.valor-container {
    width: 100%;
    max-width: 420px;
    text-align: left;
    padding: 25px;
}

    .valor-container img {
        width: 106px;
        padding-bottom: 20px;
    }

.valor-content {
    display: flex;
    flex-direction: column;
    align-items: left;
}

@media screen and (max-width: 960px) {
    .wrapper-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .valores .custom-button {
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
}

.valores-titulo {
    font-size: 1.7rem;
    font-weight: bolder;
    padding-bottom: 10px;
}

.valores-texto {
    font-size: 1.2rem;
    padding-top: 10px;
    font-weight: 500;
}

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Adjust the margin as needed */
    margin-bottom: 20px;
}

.valores .custom-button {
    background-color: black; /* Green background color */
    color: #ffffff; /* White text color */
    border: none; /* Remove default button border */
    border-radius: 20px; /* Rounded corners */
    padding: 25px 25px; /* Adjust padding for desired size */
    cursor: pointer; /* Add a pointer cursor on hover */
    font-size: 32px; /* Adjust font size as needed */
}

.bloque-necesitas {
    height: 6vh;
    margin-bottom: 450px;
}

@media only screen and (max-width: 960px) {
    .bloque-necesitas {
        width: 100%;
        background-color: #f1f6f8;
    }
}

.bloque-necesitas span {
    display: block;
    text-align: center;
}


.bloque-necesitas .titulo-sm {
    margin: 50px 0 0 0;
    padding-top: 30px;
    margin-bottom: 10px;
}

.bloque-necesitas .subtitulo-sm {
    padding-left: 100px;
}

@media only screen and (max-width: 600px) {
    .bloque-necesitas {
        width: 100%;
    }

        .bloque-necesitas .titulo {
            margin: 0 auto;
            margin-bottom: 0 !important;
            font-size: 1.5rem !important;
        }

        .bloque-necesitas .subtitulo-sm {
            padding: 10px !important;
            font-size: 1rem !important;
        }
}

.bloque-necesitas .cards {
    display: flex;
    flex-wrap: wrap; /* Allow flex items to wrap to the next line */
    justify-content: center; /* Distribute items evenly across the container with space between them */
    margin-top: 50px;
    gap: 100px; /* Adjust the gap between cards */
}

@media only screen and (max-width: 960px) {
    .bloque-necesitas .cards {
        justify-content: center; /* Center items on smaller screens */
        gap: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .bloque-necesitas .cards {
        flex-direction: column; /* Stack items vertically on mobile */
        margin: 0;
    }
}

.bloque-necesitas .cards .info-card {
    position: relative;
    flex: 0 0 calc(33.33% - 10px); /* Adjusted flex basis to add some space on the sides */
    border-radius: 28px;
    height: 140px;
    background-color: white;
    padding: 20px;
    box-shadow: 0px 3px 16px 0px #9aeae38b; /* Updated box-shadow */
    margin-bottom: 20px; /* Add some spacing between cards */
    max-width: 400px; /* Limit the maximum width of the cards */
    width: 100%; /* Make sure the cards take the full width of the container on smaller screens */
}

    .bloque-necesitas .cards .info-card::before {
        content: ""; /* Empty content for pseudo-element */
        position: absolute;
        top: -35px; /* Adjusted top position */
        left: 50%;
        transform: translateX(-50%); /* Center the circle horizontally */
        background-color: #29c3b6; /* Colored circle */
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }

    .bloque-necesitas .cards .info-card::after {
        content: "\2713"; /* Unicode check mark character */
        position: absolute;
        top: 0%; /* Center the check mark vertically within the circle */
        left: 50%; /* Center the check mark horizontally within the circle */
        transform: translate( -50%, -50% ); /* Center the check mark both horizontally and vertically */
        font-size: 40px;
        color: white;
    }

@media only screen and (max-width: 600px) {
    .bloque-necesitas .cards .info-card::before {
        content: ""; /* Empty content for pseudo-element */
        position: absolute;
        top: -10px; /* Adjusted top position */
        left: 50%;
        transform: translateX(-50%); /* Center the circle horizontally */
        background-color: #29c3b6; /* Colored circle */
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }

    .bloque-necesitas .cards .info-card::after {
        content: "\2713"; /* Unicode check mark character */
        position: absolute;
        top: 3%; /* Center the check mark vertically within the circle */
        left: 50%; /* Center the check mark horizontally within the circle */
        transform: translate( -50%, -50% ); /* Center the check mark both horizontally and vertically */
        font-size: 20px;
        color: white;
    }
}

@media only screen and (max-width: 1424px) {
    .bloque-necesitas .cards .info-card {
        flex: 0 0 calc(29% - 20px); /* Adjusted flex basis for screens between 1424px and 960px */
    }
}

@media only screen and (max-width: 960px) {
    .bloque-necesitas .cards .info-card {
        flex: 0 0 calc(50% - 20px); /* Adjusted flex basis for screens up to 960px */
    }
}

@media only screen and (max-width: 600px) {
    .bloque-necesitas .cards .info-card {
        padding: 10px;
    }
}

.fondo-boton {
    padding: 60px;
    background-color: #28c3b6;
}

    .fondo-boton .fondo-boton-titulo {
        font-size: 2.8rem;
        color: #ffffff;
        font-weight: 700;
    }

@media only screen and (max-width: 600px) {
    .fondo-boton .fondo-boton-titulo {
        font-size: 1.6rem !important;
        margin: 0 auto;
    }

    .fondo-boton-subtexto {
        font-size: 1rem !important;
    }
}

.bloque-formulario {
    width: 100%;
    margin: 0 auto;
}

.centered-logo {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

    .centered-logo img {
        width: 250px;
    }

.bloque-formulario .text-container {
    text-align: left;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .bloque-formulario .text-container .encabezado {
        margin-top: 100px;
        margin-bottom: 50px;
        text-align: left;
    }

.bloque-formulario .form-container .encabezado {
    margin-top: 8%;
    margin-left: 5%;
    margin-bottom: 50px;
}

.bloque-formulario .form {
    padding-top: 3%;
    margin-left: 3%;
    margin-right: 4%;
}

input[type="text"], input[type="email"], input[type="time"], input[type="date"], input[type="number"] {
    width: 100%;
    border: 2px solid #a2d9ed; /* Blue border */
    border-radius: 15px; /* Border radius */
    padding: 10px; /* Add some padding for better visual */
    font-family: "CircularStd-Book";
    font-size: 1.1rem;
    font-weight: 600;
    color: #07a2e0;
}

select {
    width: 100%;
    border: 2px solid #a2d9ed; /* Blue border */
    border-radius: 15px; /* Border radius */
    padding: 10px; /* Add some padding for better visual */
    font-family: "CircularStd-Book";
    font-size: 1.1rem;
    font-weight: 600;
    color: #07a2e0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="time"]:focus, input[type="date"]:focus {
    outline: none; /* Remove the default focus outline */
    border-color: #0056b3; /* Change border color on focus */
}


label {
    font-size: 18px; /* Set the font size */
    font-family: "CircularStd-Book", sans-serif;
    font-weight: 600;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#popup {
    display: none;
    position: fixed;
    background: #ffffff;
    width: 550px;
    height: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    #popup img {
        width: 120px;
        max-width: 100%; /* Make sure the image doesn't exceed the popup's width */
    }

    #popup .popup-texto {
        font-size: 1.5rem;
    }

@media only screen and (max-width: 600px) {
    #popup {
        display: none;
        position: fixed;
        background: #ffffff;
        width: 90%;
        height: 61%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

        #popup img {
            width: 100px;
            max-width: 100%; /* Make sure the image doesn't exceed the popup's width */
        }

        #popup .popup-titulo {
            font-size: 1.5rem !important;
        }

        #popup .popup-texto {
            font-size: 1.3rem;
        }

    .return-button {
        display: inline-block;
        background-color: #29c3b6;
        color: white !important;
        text-align: center;
        text-decoration: none;
        padding: 15px 10px !important;
        margin-top: 10px !important;
        font-size: 1rem;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
    }

        .return-button:hover {
            background-color: #1f9e91;
        }
}

.return-button {
    display: inline-block;
    background-color: #29c3b6;
    color: white !important;
    text-align: center;
    text-decoration: none;
    padding: 25px 20px;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
}

    .return-button:hover {
        background-color: #1f9e91;
    }

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
}

.form input {
    display: block;
    width: 90%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
}

.form select {
    display: block;
    width: 90%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: white;
}

@media only screen and (max-width: 960px) {
    .form-left {
        background-color: #111d24;
        background-size: cover;
        height: 60vh;
    }

    .bloque-formulario .text-container .encabezado {
        margin-top: 135px;
        margin-bottom: 50px;
        text-align: left;
    }

    .texto-form {
        font-size: 1.3rem;
    }
}

.bloque-formulario .form .opciones h2 {
    font-size: 2rem !important;
    font-weight: 700;
}

.bloque-formulario .form .opciones span {
    font-size: 1.3rem !important;
    font-weight: 400;
}

.bloque-formulario .form .opciones {
    margin-bottom: 20px;
}

    .bloque-formulario .form .opciones label {
        font-weight: normal;
        color: #333;
    }

.checkbox-container {
    display: flex;
    gap: 20px; /* Adjust the gap between checkboxes as needed */
    flex-wrap: wrap; /* Allow items to wrap */
}

@media (max-width: 600px) {
    .checkbox-container {
        gap: 10px; /* Adjust the gap for mobile if needed */
    }

    .custom-checkbox {
        flex: 1 1 100%; /* Full width for each checkbox */
        margin-bottom: 10px; /* Space between checkboxes */
    }
}

.custom-checkbox {
    display: flex;
    align-items: center;
    color: #213c74;
}

    .custom-checkbox input[type="checkbox"] {
        width: 40px;
        height: 40px;
        border: 2px solid #34495e;
        border-radius: 25px;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
    }

        .custom-checkbox input[type="checkbox"]:checked {
            background-color: #1976d2;
            border-color: #1976d2;
        }

            .custom-checkbox input[type="checkbox"]:checked::before {
                content: '';
                position: absolute;
                top: 4px;
                left: 4px;
                width: 10px;
                height: 10px;
                background-color: white;
                border-radius: 25px;
            }

.centered-logo {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
}

    .centered-logo img {
        width: 300px;
    }

label {
    font-size: 16px !important;
}

.site-footer {
    background-color: #f1f6f8;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

    .site-footer hr {
        border-top-color: #bbb;
        opacity: 0.5;
    }

        .site-footer hr.small {
            margin: 20px 0;
        }

    .site-footer h6 {
        color: #aecad6;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 5px;
        letter-spacing: 2px;
        padding-bottom: 20px;
    }

    .site-footer .footer-text {
        font-family: "CircularStd-Book", sans-serif;
        font-size: 0.9rem;
        color: #0e69e0;
        padding-top: 10px;
    }

    .site-footer a {
        color: #aecad6;
    }

        .site-footer a:hover {
            color: #aecad6;
            text-decoration: none;
        }

.footer-links {
    padding-left: 0 !important;
    list-style: none;
}

    .footer-links li {
        display: block;
        padding-bottom: 20px;
    }

    .footer-links a {
        color: #0e69e0;
    }

        .footer-links a:active,
        .footer-links a:focus,
        .footer-links a:hover {
            color: #aecad6;
            text-decoration: none;
        }

    .footer-links.inline li {
        display: inline-block;
    }

.site-footer .social-icons {
    text-align: right;
}

    .site-footer .social-icons a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 6px;
        margin-right: 0;
        border-radius: 100%;
        background-color: #33353d;
    }

.copyright-text {
    margin: 0;
}

@media (max-width: 991px) {
    .site-footer [class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding-bottom: 0;
    }

        .site-footer .copyright-text,
        .site-footer .social-icons {
            text-align: center;
        }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .social-icons li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .social-icons li.title {
            margin-right: 15px;
            text-transform: uppercase;
            color: #aecad6;
            font-weight: 700;
            font-size: 13px;
        }

    .social-icons a {
        background-color: #eceeef;
        color: #aecad6;
        font-size: 16px;
        display: inline-block;
        line-height: 44px;
        width: 44px;
        height: 44px;
        text-align: center;
        margin-right: 8px;
        border-radius: 100%;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .social-icons a:active,
        .social-icons a:focus,
        .social-icons a:hover {
            color: #fff;
            background-color: #aecad6;
        }

    .social-icons.size-sm a {
        line-height: 34px;
        height: 34px;
        width: 34px;
        font-size: 14px;
    }

    .social-icons a.facebook:hover {
        background-color: #3b5998;
    }

    .social-icons a.twitter:hover {
        background-color: #00aced;
    }

    .social-icons a.linkedin:hover {
        background-color: #007bb6;
    }

    .social-icons a.dribbble:hover {
        background-color: #ea4c89;
    }

@media (max-width: 767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600;
    }
}

.site-footer .btn-social {
    height: 35px;
    width: 35px;
    display: inline-block;
    margin-right: 10px;
}

    .site-footer .btn-social img {
        width: 100%;
        height: 100%;
    }

#infoIcon {
    cursor: pointer;
    color: blue; /* Change the color to your preference */
}

#popup2 {
    display: none;
    position: fixed;
    background: #ffffff;
    width: 600px;
    height: 420px; /* Adjust height as needed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    #popup2 .popup-titulo {
        font-size: 2rem;
        text-align: left;
        padding: 20px;
        color: black !important;
        border-bottom: 2px solid #e9eaeb; /* Added border-bottom property */
    }

@media only screen and (max-width: 600px) {
    #popup2 {
        display: none;
        position: fixed;
        background: #ffffff;
        width: 90%;
        height: 600px; /* Adjust height as needed */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 15px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
}

#overlay2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.popup-list {
    list-style-type: none; /* Remove default list styles */
    text-align: left;
    margin-top: 0;
    padding-left: 20px;
}

#popup2 .popup-list li::before {
    content: "\2022"; /* Unicode character for a bullet point */
    color: #29c3b6; /* Set the color of the bullet point */
    display: inline-block;
    width: 1.5em !important;
    margin-left: -1em; /* Adjust the spacing between the bullet and the text */
}

#popup2 .popup-list li:nth-child(2)::before,
#popup2 .popup-list li:nth-child(3)::before,
#popup2 .popup-list li:nth-child(4)::before {
    color: #6dc5e6; /* Color for the bullet point of the second and third items */
}

.popup-list li {
    color: black !important;
    font-size: 1.1rem;
}

#popup2 .popup-list li:nth-child(2),
#popup2 .popup-list li:nth-child(3),
#popup2 .popup-list li:nth-child(4) {
    padding-left: 30px; /* Add additional padding for the second and third items */
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    max-width: 100%;
    box-sizing: border-box;
}

    .carousel-item img {
        max-width: 350px;
        padding-right: 30px;
    }

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.carousel-control-prev {
    left: 0px;
}

.carousel-control-next {
    right: 0px;
}



.colaboro {
    background-color: #29C3B6;
    height: 40vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .colaboro .text-content {
        color: white;
        font-weight: 900;
        font-size: 2.5rem;
        padding-left: 4%;
        width: 500px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

@media only screen and (max-width: 600px) {
    .colaboro {
        height: 60vh !important;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }

        .colaboro .text-content {
            position: relative;
            display: flex;
            align-items: center;
            font-size: 2rem;
            top: 40px;
        }

        .colaboro .buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: absolute;
            width: 100%;
            top: 180px !important;
            transform: translateX(0%);
            right: -3% !important;
        }

        .colaboro .phonebutton, .colaboro .phonebutton2 {
            width: 200px !important; /* Adjust size for mobile */
            margin-bottom: 10px;
        }
}

.bg-header {
    height: 100%;
    width: 100%;
    object-fit: cover;
}



.colaboro .phone {
    width: 250px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.colaboro .buttons {
    display: flex;
    flex-direction: row;
    position: absolute;
    right: 4%; /* Add padding from the right */
    top: 50%;
    transform: translateY(-50%);
}

.colaboro .phonebutton, .colaboro .phonebutton2 {
    width: 250px;
    margin-bottom: 10px;
    padding-right: 20px;
}


@media only screen and (min-width: 1025px) {
    .container-mobile {
        display: none !important;
    }
}



.container-mobile {
    display: flex;
    flex-direction: column;
    background-color: #9aeae3 !important;
    padding-top: 20px;
}

.row {
    display: flex;
    justify-content: center;
}

.row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.cell {
    flex: 1;
    padding: 10px;
    text-align: left;
}


.sub-row {
    flex: 1;
}

.centered-text {
    text-align: center;
}

.centered-image {
    display: block;
    margin: 0 auto;
    max-width: 80%;
    height: auto;
}

/* Media Queries for Tablet and Mobile
  @media (max-width: 767px) {
    .row {
      flex-direction: column;
    }
  } */

.div-cell {
    /* background-color: #ed8080c4; */
    padding: 10px;
    display: grid;
}

/* Style for the two columns */
.column {
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    max-width: 100%;
}

.center-container {
    display: flex;
    align-items: center; /* Center items vertically */
}

.column1 {
    /*  background-color: #ffc0cb; Pink background color */
    word-wrap: break-word; /* Allow words to break and wrap within the column */
    max-width: 100%; /* Ensure the column doesn't exceed 100% width of the container */
    padding: 10px; /* Add some padding to create space for the button */
    text-align: center;
}

.green-button {
    display: inline-block;
    background-color: #04c0b3; /* Green color for the button */
    color: #fff; /* White text color */
    padding: 10px 12px; /* Adjust the padding to your liking */
    text-decoration: none; /* Remove underline from the link */
    font-weight: bold;
    border-radius: 25px; /* Rounded corners for the button */
}

.mobile-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.rowm {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.cellm {
    flex: 0 0 100%;
    scroll-snap-align: start;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

    .cellm img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

/*# sourceMappingURL=styles.css.map */

.blank-template-basic .back-home i:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    background-image: url(arrow-back.1871f5430a343bcb.svg);
    transform: translate(30px);
    filter: brightness(0) invert(1);
    transition: .3s ease all
}

.blank-template-basic .back-home i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    background-image: url(arrow-back.1871f5430a343bcb.svg);
    transition: .3s ease all
}

.divFormulario {
    display: flex;
    justify-content: space-around;
}

.divSeccion4Campos {
    width: 50%;
}

.divFormulario1Campo {
    display: flex;
}

.divSeccion1Campo {
    width: 33.33%;
}

.input-jc {
    width: 96.7% !important;
}

.input-jc-tres {
    width: 95% !important;
}

.input-jc-small-second {
    margin-left: 11px;
}

.select-jc-par {
    width: 90% !important;
}

.logo {
    transform: scale(1.8, 1.8);
}

@media only screen and (max-width: 600px) {

    .logo {
        transform: scale(0.4, 0.4);
    }

    .divFormulario {
        flex-direction: column;
    }

    .divSeccion4Campos {
        width: 100%;
    }

    .divFormulario1Campo {
        flex-direction: column;
    }

    .divSeccion1Campo {
        width: 100%;
    }

    .input-jc {
        width: 90% !important;
    }

    .input-jc-tres {
        width: 90% !important;
    }

    .submit-button {

    }
}
