* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgb(243, 248, 248);
}

.overlay {
  /*   display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    /* Fondo semitransparente */
    z-index: 5;
}

.containerimg {
    /*position: relative;*/
    height: 130vh;
    top:-90px ;
    /* O la altura que desees */
}

.containerimg img {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 50%;
    /* Ajusta la altura máxima de la imagen */
}

.containerimg .text-img {
    position: absolute;
    bottom: 35%;
    /* Espacio reducido desde la parte inferior del contenedor */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin-top: -20px;
}


@keyframes mover {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-2000px);
    }
}

.animationExitOverlay {
    animation: mover 4s forwards;
}

header {
    width: 100%;
    height: 650px;
    position: relative;
}

.imgReturn {
    margin-top: -100px !important;
}

.return {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #42b1869f;
    border-radius: 50%;
    right: 30px;
    bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    display: none;

}

.whastapp {
    position: fixed;
    width: 50px;
    height: 50px;
    background: #42b1869f;
    border-radius: 50%;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.return i {
    color: white;
    font-size: 24px;
}



video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.padre {
    display: flex;
    flex-flow: column nowrap;
    z-index: 2;
    position: relative;
}

.header {
    width: 100%;
    background: #4eece441;
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: white;
}


.menu {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
}

.movil-menu,.check-mobil {
    display: none;
}

.logo {
    text-align: left;
    height: 70px;
    flex: 0.4 1 auto;
    background: transparent;
    padding: 5px;
}

.logo img {
    position: fixed;
    /*width: 7%;*/
    margin-top: -22px;
}

/* .nav {
    flex: 1.1 auto;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.nav a {
    text-decoration: none;

    padding: 10px 1em;
} */

/* .nav a:hover {
    background-color: #1f5540;
}
 */
/* .component {
    display: flex;
    flex-direction: row; */
    /* Apila los elementos en una columna */
/*     align-items: flex-start; */
    /* Centra los elementos horizontalmente */
/*     background-color: transparent;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
}
 */
 .nav {
    flex: 1.1 auto;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.nav-item {
    position: relative;
}

.nav a {
    text-decoration: none;
    padding: 8px 1em;
    transition: all 0.3s ease;
font-size: 12px;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1f554073;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(10px);
    z-index: 1000;
}

.submenu a {
    color: #fff;
    display: block;
    padding: 12px 15px;
    transition: background 0.3s ease;
}

.nav-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav a:hover {
    background-color: #1f5540;
    color: #fff;
}

.submenu a:hover {
    background-color:
    #7a968a5d;
    padding-left: 20px;
}


.submenu:hover {
    opacity: 1;
    visibility: visible;
}


.h-titles {
    margin-top: 130px;
}

.view {
    margin-top: 30px;
}

.h-titles {
    flex: 1 1 auto;

}

.titulo,
.box-text {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
}

.titulo {
    flex: 1 1 auto;
    background: #584fdb00;
}

.box-text {
    flex: 1 1 auto;
    background: #29222200;
}

.box-text .titulo span {
    font: 700 2em/1 "Oswald", sans-serif;
}

.view {
    background: transparent;
    flex: 3 1 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.box {
    width: 50%;
    height: 350px;
    box-shadow: 4px 3px 5px 4px rgb(0, 0, 0);
    margin-top: 10px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    /*margin-left: 5px;*/
    top: 0;
    left: 0;
}

.titulo span {
    font: 700 3em/1 "Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    /*background: url("../assets/img/part/franja.png") repeat-y;*/
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /*-webkit-animation: aitf 80s linear infinite;*/
    -webkit-transformg: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;

}

@-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.carrucel {
    display: flex;
    background: transparent;
    text-align: center;
    padding: 10px;
    margin: 5px;
    width: 700px;
}

.carrucel .slider {
    width: 100%;
}


.section-title-a {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: transparent;

}

.section-title-a h3 {
    font-size: 45px;
    margin-top: 50px;
}

.section-a {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    background: transparent;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.s1,
.s2,
.s3,
.s4 {
    /*width: 300px !important;*/
}

.s1 .item1,
.s2 .item2,
.s3 .item3,
.s4 .item4 {
    flex-basis: 100%;
    max-width: 100%;
    height: 400px;
    box-shadow: 5px 5px 5px 5px black;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item1,
.item2,
.item3,
.item4 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.item1 {
    background-image: url("../assets/img/part/fondo1.1.png");
}

.item2 {
    background-image: url("../assets/img/part/fruta.jpg");
}

.item3 {
    background-image: url("../assets/img/card/room.jpg");
}

.item4 {
    background-image: url("../assets/img/card/spaces.jpg");
}

.cont-item1 {
    /*width: 90%;*/
    padding: 20px;
    height: auto;
    background: #0000006e;
}

.e-imagen1 {
    margin-top: 20px;
    margin-left: -5px;
    opacity: 0.9;
}

.titulo-item {
    width: 67%;
    height: 30px;
    font-weight: 500;
    background: #f7f7f879;
    text-align: center;
    color: #0c0b0b;
    border-radius: 10%;
    margin-left: 35px;
    margin-bottom: 10px;
}

.titulo-item h4 {
    font-size: 18px !important;
    font-weight: 700;
}

.titulo-item:hover {
    background-color: #d9d9e9;
    color: #000;
}

.boton-item .btn-item {
    width: 140px !important;

    background-color: #4543cc5b;
}

.section-title-b {
    width: 100%;
    height: 300px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/img/part/fondo1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-position-x: center;
}

.section-title-b h3 {
    font-size: 15px;
    margin-top: -5px;
    color: aliceblue;
}

.section-b {
    display: flex;
    flex-flow: wrap nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s1-b {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.s2-b {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;


}

.titulo-s1-b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 50px;

}

.titulo-s1-b h3 span {
    margin: 0;
    font-size: 20px;
    padding-bottom: 0px;

}

.content-sb-2 {
    width: 70%;
    text-align: center;
    margin-top: 20px;

}

.titulo-s3-b h3 span {
    margin: 0;
    font-size: 24px;

}

.content-s3-b {
    width: 70%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.deta-servicios-a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    background: transparent;
    justify-content: center;
    align-items: initial;
    padding: 2px 0px 2px 0px;

}

.serv-c {
    max-width: 25%;
    height: 200px;
    box-shadow: 5px 5px 5px 1px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
    /* Apila los elementos en una columna */
    width: 100%;
    background: #aaa9e9;
    /* Color de fondo */
    position: relative;

}

.serv-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.247) 100%), linear-gradient(90deg, transparent 0%, rgba(230, 214, 214, 0.568) 100%);
    opacity: 1;
    /* Ajusta la opacidad del ruido */
    pointer-events: none;
    /* Permite interactuar con el contenido debajo del pseudo-elemento */
}

.button-play {
    height: 10em;
    width: 10em;
    /* Aumenta el ancho del contenedor */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 20px auto;
    /* Centra horizontalmente y ajusta el margen superior */
    transition: all .3s ease-in-out 0;
}

.icono {
    position: absolute;
    margin-left: 0;
    /* Elimina el margen izquierdo */
    margin-top: -80px;
    /* Elimina el margen superior negativo */
    font-size: 40px;
}

.conte-serv1 {
    width: 300px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente el contenido */
    align-items: center;
    /* Centra verticalmente el contenido */
    margin-top: 60px;
    /* Ajusta el margen superior */
    font-weight: 600;
    color: #fff;
}

.icono2 {
    position: absolute;
    margin-left: 0;
    /* Elimina el margen izquierdo */
    margin-top: -70px;
    /* Elimina el margen superior negativo */
    font-size: 40px;
}

.conte-serv2 {
    width: 300px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente el contenido */
    align-items: center;
    /* Centra verticalmente el contenido */
    margin-top: 60px;
    /* Ajusta el margen superior */
    font-weight: 600;
    color: #fff;
}

.deta-servicios-b {
    width: 100%;
    height: 250px;
    display: flex;
    flex-flow: row nowrap;
    background: transparent;
    justify-content: center;
    align-items: initial;
    padding: 2px 0px 15px 0px;
}


.wave .delay1,
.wave .delay2,
.wave .delay3,
.wave .delay4 {
    animation: waves 2.5s linear infinite;
}

.wave .circle {
    height: 3.9em;
    width: 3.9em;
    border-radius: 50%;
    background: #eeeeee52;
    position: absolute;
    top: 0;
}
.wave {
    display: flex;
    /* Cambiado a flex para la disposición correcta */
    flex-direction: column;
    /* Apilar elementos en una columna */
    align-items: center;
    /* Centra elementos horizontalmente */
    justify-content: center;
    /* Centra elementos verticalmente */
    height: 3.9em;
    width: 3.9em;
    line-height: 3.5;
}


.wave2 .delay1,
.wave2 .delay2,
.wave2 .delay3,
.wave2 .delay4 {
    animation: waves 2.5s linear infinite;
}

.wave2 .circle {
    height: 3.9em;
    width: 3.9em;
    border-radius: 50%;
    background: #eeeeee52;
    position: absolute;
    margin-top: 7px;
    top: 0;
}

.wave2 {
    display: flex;
    /* Cambiado a flex para la disposición correcta */
    flex-direction: column;
    /* Apilar elementos en una columna */
    align-items: center;
    /* Centra elementos horizontalmente */
    justify-content: center;
    /* Centra elementos verticalmente */
    height: 3.9em;
    width: 3.9em;
    line-height: 3.5;

}



@keyframes waves {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.slider-clientes {
    width: 100%;
    height: 350px;
    display: flex;
    flex-flow: row nowrap;
    background: transparent;
    justify-content: center;
    align-items: center;
    background: #a09cda;
}

.contactanos {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
}

.contenido-contact {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: row nowrap;
    /*background: #C5C7F3;*/
    justify-content: center;
    align-items: initial;
}

.contact1 {
    flex: 0.2 1 auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.contact2 {
    flex: 1 1 auto;
    background: rgba(134, 132, 236, 0.418);
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacto {
    width: 100%;
    margin-top: 72px;

}

.titulo-footer {
    color: rgb(255, 251, 251);
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    margin-top: -200px;
    margin-left: -50px;
    margin-bottom: 20px;
}

.btn {
    width: 100% !important;

}

.text-contact {
    width: 700px !important;
    align-items: center;
    text-align: center;
    margin-top: -100px;
}

.text-contact h6,
p {
    color: #000;
}

.check-mobil {
    display: none;
}

.productos {
    /*display: flex;*/
    flex-direction: row;
    /* Asegura que los divs se alineen en una fila */
    justify-content: space-between;
    /* Espacio uniforme entre las columnas */
    align-items: center;
    /* Centra el contenido verticalmente */
    width: 100%;
    /* Asegura que ocupe todo el ancho del contenedor */
}

.productos>div {
    flex: 1;
    /* Cada columna ocupa el mismo espacio */
    text-align: center;
    /* Centra el texto en cada columna */
    padding: 20px;
    /* Espacio dentro de cada columna */
}

.juego1,
.juego2,
.juego3,
.juego4 {
    flex-basis: 80%;
    max-width: 80%;
    height: 300px;
    box-shadow: 5px 5px 5px 5px;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.juego1 {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/img/part/fruta.jpg");
}

.detalles {
    width: 100%;
    height: 300px;
    background: #0000006e;
}

.d-imagen1 {
    margin-top: 10px;

    opacity: 0.9;
}

.botonP img {
    width: 100px;
    /* Ajusta el tamaño a tu preferencia */
    height: auto;
    /* Mantén la proporción original de la imagen */
}

.botonP2 img {
    width: 100px;
    /* Ajusta el tamaño a tu preferencia */
    height: auto;
    /* Mantén la proporción original de la imagen */
    margin-top: -10px;

}

.botonP3 img {
    width: 100px;
    /* Ajusta el tamaño a tu preferencia */
    height: auto;
    /* Mantén la proporción original de la imagen */
    margin-top: -10px;
}

.titulo-item2 h4 {
    width: 100%;
    height: 30px;
    font-weight: 700;
    background: #f7f7f857;
    text-align: center;
    color: #0c0b0b;
    border-radius: 10%;
    font-size: 19px !important;

    margin-bottom: 2px;
}

.juego2 {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/img/part/fondo1.1.png");

}

.juego3 {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../assets/img/part/fondo-rejas.jpg");
}

footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    background: #386e61;
    justify-content: center;
}

footer .row {
    width: 85%;
}

footer li {
    list-style-type: none;

}

footer a {
    text-decoration: none;
    text-align: justify;
    color: #68d7e6;
    font-size: 13px;
    font-weight: 450;

}

footer p {
    color: #68d7e6;
}

footer p:hover {
    color: #fff;

}

footer ul {
    margin-bottom: 50px;
}

.ulfooter a {
    width: 90%;
}

footer.link {
    font-size: 14px;
}



.titulof1 {
    color: rgb(255, 251, 251);
    font-weight: 600;
    font-size: 18px !important;
    padding-top: 50px;
}

.centerClass {
    text-align: center;

}
.mobilPanel{
    background-color: transparent;
}


/*css de terminos de condiciones */

/*css de terminos de condiciones */





  /* Estilos para pantallas medianas (768px en adelante) */


@media screen and (max-width: 890px) {
    .header {
        display: flex;
        flex-flow: row;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        background: transparent;
    }

    .containerimg .text-img {
        position: absolute;
        bottom: 35%;
        /* Espacio reducido desde la parte inferior del contenedor */
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }


    .menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        justify-content: center;



    }

    .logo {
        flex: 1 1 auto;
        height: 200px;
        background: transparent;
        display: flex;
        align-items: initial;
        justify-content: center;
    }

    .logo img {
        width: 30%;
        height: 70%;
        margin-top: 10px;
        position: absolute;

    }

      .nav {

        display: none;
    }

    .movil-menu{
        position: fixed;
        display: flex;
        width: 70%;
        height: 100%;
        margin-left: -50px;
        margin-top: -10px;

        background: #292222c5;
        flex: 1 1 auto;
        display: none;

    }
        .movil-menu .ul-movil    {
            margin-left: 20px !important;
            margin-top: 20px;
            text-decoration: none;
            list-style-type: none;
        }
        .li-movil a{
            text-decoration: none;
            color: #fff;
            font-size: 16px;
        }
        .li-movil a:hover{
            background: #fff;
            color: #000;

        }

    .check-mobil {
        position: fixed;
        top: 10px;
        right: 30px;
        width: 50px;
        height: 50px;
        background: #68d7e634;
        z-index: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .check-mobil input[type="checkbox"] {
        display: none;/* Oculta el checkbox predeterminado */
    }

    .check-mobil label {
        background: url('../assets/img/part/ham.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        cursor: pointer;
        background-size: contain;
        pointer-events: auto;
    }

    .check-mobil input[type="checkbox"]:checked + label {
        background: url('../assets/img/part/ham.png') no-repeat;/* Imagen para el estado marcado */
        background-size: contain;
        pointer-events: auto;
    }


    .section-title-a .span-s1-b {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .section-a {
        width: 100%;
        flex-flow: column nowrap;
        margin-bottom: -80px;
    }

    .s1,
    .s2,
    .s3,
    .s4 {
        width: 100%;
        flex: 1 1 100%;
        max-width: 100%;
        /*margin-bottom: 40px;*/
    }

    .s1 .item1,
    .s2 .item2,
    .s3 .item3,
    .item4,
    .s4 {
        /*height: auto;*/
    }

    .cont-item1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .e-imagen1 {
        margin-top: 10px;
        margin-left: -5px;
        opacity: 0.9;
    }

    .titulo-item {
        width: 80%;
        height: 30px;
        font-weight: 500;
        background: #f7f7f879;
        text-align: center;
        color: #0c0b0b;
        border-radius: 10%;
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .titulo-item h4 {
        font-size: 16px !important;
        font-weight: 700;
    }

    .titulo-item:hover {
        background-color: #d9d9e9;
        color: #000;
    }

    .boton-item .btn-item {
        width: 140px !important;
        margin-left: 10px;
        background-color: #4543cc5b;
    }

    .section-title-b {
        font-size: 14px;
    }

    .deta-servicios-a {
        width: 100%;
        height: 60%;
        flex-flow: column nowrap;
        align-items: center;

    }

    .wave {
        margin-top: -50px;
    }

    .deta-servicios-b {
        width: 100%;
        height: 60%;
        flex-flow: column nowrap;
        align-items: center;


    }

    .serv-c {
        flex-basis: 100%;
        max-width: 400px;
        height: 150px;
        margin-top: 20px;


    }

    .serv-3 {
        margin-bottom: 30px;
    }

    .serv-4,
    .serv-5,
    .serv-6 {
        flex-basis: 100%;
        max-width: 400px;
        height: 150px;

    }



    .icono {
        position: absolute;
        margin-left: 0;
        /* Elimina el margen izquierdo */
        margin-top: -135px;
        /* Elimina el margen superior negativo */
        font-size: 80px;
    }

    .conte-serv1,
    .conte-serv2 {
        width: 300px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        /* Centra horizontalmente el contenido */
        align-items: center;
        /* Centra verticalmente el contenido */
        margin-top: 20px;
        /* Ajusta el margen superior */
        font-weight: 700;

    }

    .deta-servicios-a .icono {
        margin-top: -80px;
    }

    .wave .conte-serv1 {
        margin-top: 60px;

    }


    .wave2 .conte-serv2 {
        margin-top: 60px;

    }

    .icono2 {
        position: absolute;
        margin-left: 0;
        /* Elimina el margen izquierdo */
        margin-top: -75px;
        /* Elimina el margen superior negativo */
        font-size: 80px;
    }

    .wave2 .circle {
        height: 3.9em;
        width: 3.9em;
        border-radius: 50%;
        background: #eeeeee52;
        position: absolute;
        margin-top: 30px;
        top: 0;
    }



    .component {
        display: flex;
        flex-direction: column;
        /* Apila los elementos en una columna */
        align-items: flex-start;
        /* Centra los elementos horizontalmente */
        background-color: transparent;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }


    .h-titles {
        flex: 1 1 auto;
        width: 100%;
        background: #e2d5d500;
        margin-top: 200px;
    }

    .titulo span {
        font: 700 2.3em/1 "Oswald", sans-serif;
    }

    .box-text .titulo span {
        font: 700 1.3em/1 "Oswald", sans-serif;
    }



    .view {
        flex: 1 1 auto;
        width: 100%;
        background: #29222200;
        margin-top: 20px;
    }

    .box {
        width: 80%;
        height: 180px;
        box-shadow: 4px 3px 5px 4px white;
        margin-top: -20px;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }

    .box video {
        width: 100%;
        height: 120%;
        object-fit: cover;
        position: absolute;
        margin-left: 5px;
        top: 0;
        left: 0;
    }

    .carrucel {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center;
        width: 100%;
    }


    .productos {
        display: flex;
        flex-direction: column;
        /* Asegura que los divs se alineen en una fila */
        justify-content: space-between;
        /* Espacio uniforme entre las columnas */
        align-items: center;
        /* Centra el contenido verticalmente */
        width: 100%;
        /* Asegura que ocupe todo el ancho del contenedor */
    }




    .juego1,
    .juego2,
    .juego3,
    .juego4 {
        flex-basis: 90%;
        max-width: 190px;
        height: 250px;

    }

    .juego1 {
        width: 100%;
        height: 300px;
        background-size: 50% auto;
        /* Ajusta el ancho al 50% y mantiene la proporción de altura */


    }

    .juego2 {
        width: 100%;
        height: 300px;
        background-size: 50% auto;
        /* Ajusta el ancho al 50% y mantiene la proporción de altura */


    }

    .juego3 {
        width: 100%;
        height: 300px;
        background-size: 50% auto;
        /* Ajusta el ancho al 50% y mantiene la proporción de altura */


    }

    .juego4 {
        width: 100%;
        height: 300px;
        background-size: 50% auto;
        /* Ajusta el ancho al 50% y mantiene la proporción de altura */
        margin-bottom: 10px !important;
    }

    .espaciador {
        width: 100%;
        height: 100px;
    }



    .contenido-contact {
        background: #C5C7F3;
        flex-flow: column nowrap;
        height: auto;
        /*margin-top: 90px;*/
    }

    .contactanos .section-title-b {
        position: absolute;
        height: 300px;
    }

    .text-contact {
        /*background: #ebe4e4;*/
    }

    .contact1 {
        width: 100%;
        /* Make both divs take full width */
        margin-top: 100px;
    }

    .contact2 {
        width: 100%;
        /* Make both divs take full width */
        background: #555454;
    }

    .contacto {
        width: 100% !important;
        /*margin-left: 30px;*/
        /* margin-left: 0px; */
    }

    .footer {
        flex-direction: column;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
    }



    .ul-footer {
        width: 100%;
        list-style-type: none;
        /* Eliminar puntos de las listas */
        padding: 0;
        margin: 0;
        text-align: left;
        /* Alinear texto a la izquierda */
    }

    .ul-footer li {
        border-bottom: 1px dotted rgba(210, 228, 217, 0.808);
        /* Subrayado de puntos */
        padding-bottom: 2px;
        margin-bottom: 10px;
        color: rgb(255, 251, 251);
    }

    .ul-footer li:hover {
        background-color: #0c0b0b4b;
    }

    .ul-footer li:last-child {
        border-bottom: none;
        /* Eliminar subrayado de puntos para el último elemento */
        margin-bottom: 0;
    }


    .f4 .ul-footer {
        margin-top: 10px;
        width: 100%;

    }

    .f4 a {
        padding: 5px !important;
    }

    .titulof1 {
        /*margin-left: 170px;
                 width: 230px;
                 font-weight: 600;
                 font-size: 18px !important;*/
        color: rgb(255, 251, 251);
    }

    .titulof2 {
        text-align: center;
        color: rgb(255, 251, 251);
        font-weight: 600;
        font-size: 18px !important;
        margin-top: 20px;
    }

    .titulof3 {
        margin-left: 150px;
        width: 230px;
        color: rgb(255, 251, 251);
        font-weight: 600;
        font-size: 18px !important;
        margin-top: 12px;
    }

    .titulof4 {
        margin-left: 75px;

        text-align: center;
        width: 230px;

        color: rgb(255, 251, 251);
        font-weight: 600;
        font-size: 18px !important;

    }

    .ulfooter {
        padding: 0;
    }
    .containerimg {
        position: relative;
        height: 130vh;
        /*top:0px ;*/
        /* O la altura que desees */
    }

    .containerimg img {
        /*top: 32%;*/
        left: 50%;
        /* Ajusta la altura máxima de la imagen */
    }

}

/*anexado por david beltran*/

.txt-justify {
    text-align: justify;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

.link {
    text-align: justify;
    color: #68d7e6;
}

.link2 {
    text-align: justify;
    color: #fff;
}

.selected {
    color: #68d7e6;
}

.padding-left-right-10px {
    padding: 0 10px 0 10px;
}

@media screen and (min-width: 891px) and (max-width: 1100px) {
    .nav {
        font-size: 13px;
    }

    .logo{
        text-align: left;
    }
    .containerimg .text-img {
        position: absolute;
        bottom: 35%;
        /* Espacio reducido desde la parte inferior del contenedor */
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
}


