* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    background-color: #FFF;
}

body {
    background: linear-gradient(to bottom, #1682F5, #ffffff);
    height: 100vh;
    /* Ajusta la altura al 100% de la viewport */
    margin: 0;
}

.contenedor {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header {
    width: 100%;
    height: 20px;
    background: #000;
}

.section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.icono {
    display: flex;
    justify-content: center;
    align-items: center;
}

.monedas {
    margin-top: 50px;
}

.footer {
    background-color: #343a40;
    color: #ffffffa8;
    text-align: center;
    padding-top: 12px;
}


.bg-custom-1 {

    color: white;
}

.bg-custom-2 {
    background-color: #22242100;

    color: white;
}

.bg-custom-3 {
    background-color: #22242100;

    color: white;
}

.bg-custom-2 iframe {
    margin-left: 40%;
    margin-top: 60px;
}

.bg-custom-3 iframe {
    margin-left: 40%;
    margin-top: 60px;
}



.bg-custom-1-1 {
    background-color: #0d0e0d00;
    color: white;

}

.bg-custom-2-2 {
    background-color: #eef3eb00;
    width: 100%;
    color: white;
}

.bg-custom-3-3 {
    background-color: #eef3eb00;
    width: 100%;
    color: white;
}



.bg-custom-3-3 {

    background-color: #24232200;

    color: rgb(178, 209, 182);
}


.public-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;

}

.Mensaje {
    margin-top: 40px;
}




/* Media Queries */
@media (min-width: 300px) and (max-width: 767px) {

    .bg-custom-2 iframe {
        margin-left: 0%;
        height: 300px;
    }

    .bg-custom-3 iframe {
        margin-left: 0%;
        height: 300px;

    }


    .contenedor {
        min-height: 100vh;
    }

    .header {
        font-size: 1.2em;
    }

    .text-header {

        margin-top: 10px;
    }

    .section {
        padding: 20px;
        margin-top: 30px;
    }

    .icono {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5px;
    }

    .bg-custom-3-3 {
        background-color: #24232200;
        color: rgb(178, 209, 182);
        margin-top: -40px;
    }



}

/*code de david*/

.bg-color-card {
    background-color: #F5A716;
}

.color-icons {
    font-size: 50px;
    color: #0B9D4F;
}

.marquesa {
    background-color: #c9d46c;
    color: #000;
    padding-top: 5px;
}

.padding-nav {
    /*padding: 30px 20px;*/
}

.text-size-money {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
}

.text-header {
    padding-top: 130px;
    font-weight: bold;
    color: #FFF;
}

.marquee span {
    display: inline-block;
    width: 600px;
    text-align: left;
    /* Centra el texto dentro de cada elemento */
    /*margin: 0 10px; /* Agrega un margen para separar los elementos */
}

.logo {
    width: 100px;
}

.embed-responsive-item {
    width: 100%;
    height: 100%;
}

.col-custom {
    padding: 0;

}

.p-central1 {
    position: absolute;
    width: 100%;
    margin-top: 20px;
}

.p-central2 {
    position: absolute;
    width: 100%;
    margin-top: 100px;
}

.p-central3 {
    position: absolute;
    width: 100%;
    margin-top: 180px;
}

.p-central4 {
    position: absolute;
    width: 100%;
    margin-top: 260px;
}


.card2 {
    background-color: #c4aa9000;
    width: 92%;
    text-align: center;
    height: 400px
}

.public1 {
    background-color: #24232200;
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

.public3 {
    margin-top: 40px;
    background-color: #24232200;
    width: 100%;
    height: 400px;

}