body {
    margin: 0;
    overflow-y: auto;
    cursor: default;
    background-color: #050424;
}

/*Dios te bendiga*/

.inicio {
    background-color: #050424;
    height: 930px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.inicio-imagen {
    width: 50%;
    height: 930px;
    display: flex;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0px 0px 0px 12px;
}

.inicio-imagen:hover .todo {
    background-color: transparent;
    height: 325px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.767);
}

.info-casos {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.todo {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.767);
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in;
}

.todo h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 2.2em;
    color: white;
    margin-bottom: 0px;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    border-radius: 8px;
    transition: all 0.3s ease-in;
    text-align: center;
    width: 85%;
}

.inicio-imagen:hover .todo h2 {
    color: #87ddff;
    background-color: transparent;
    text-shadow: 2px 2px 5px transparent;
}

.inicio-imagen:hover .todo p {
    opacity: 1;
    visibility: visible;
    transition: all 2s ease-in-out;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.todo p {
    opacity: 0;
    visibility: hidden;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.5;
    text-align: justify;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    border-radius: 12px;
    width: 85%;
}

.inicio-texto {
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}

.inicio-texto p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.5;
    width: 80%;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    border-radius: 8px;
}

.inicio-texto h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
}

.otros {
    background-color: rgba(0, 0, 0, 0.767);
    border: none;
    height: 100%;
    width: 80px;
    font-size: 3em;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

#menos {
    border-radius: 0px 0px 0px 12px;
}

.otros:hover {
    background-color: rgba(0, 0, 0, 0.901);
    font-size: 3.5em;
}

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

.opciones-casos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #050424;
}

select {
    width: 60%;
    height: 48px;
    color: #87ddff;
    background-color: #201f39;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    border: none;
    border-radius: 0px 8px 8px 0px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    padding-right: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select:focus {
    outline: none;
}

option {
    font-size: 0.8em;
}

label {
    font-family: "Josefin Sans", sans-serif;
    background-color: #201f39;
    color: #87ddff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    border-radius: 8px 0px 0px 8px;
    padding: 12.2px;
    margin: 0;
}

.caso-contenedor1 {
    background-image: linear-gradient(to top, #05042400, #05042400, #05042400, #050424), linear-gradient(to bottom, #05042400, #05042400, #05042400, #050424), url("../images/13.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    height: 930px;
    width: 100%;
}

.caso-contenedor1 h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    padding: 9px;
    text-align: center;
}

.caso-contenedor2 {
    background-image: url("../images/14.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 930px;
    width: 100%;
}

.izquierda {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    text-align: justify;
    padding: 2.4%;
}

.izquierda h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    color: white;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.izquierda p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    line-height: 1.5;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.derecha {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.derecha img {
    width: 70%;
    height: 70%;
    border-radius: 4px;
    object-fit: cover;
}

.derecha h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.izquierda ul {
    padding: 0;
}

.izquierda li {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.918);
    border-radius: 6px;
    list-style-type: none;
    cursor: default;
    transition: all 0.3s ease-in-out;
}

.izquierda li h2 {
    font-size: 1.4em;
    margin: 0;
    color: #87ddff !important;
    text-shadow: 2px 2px 5px #ffffff8e;
    text-decoration: underline;
}

.izquierda li p {
    font-size: 1.2em;
    margin: 0;
    color: rgb(255, 255, 255) !important;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.izquierda li:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px #87ddff;
    background-color: black;
}

.izquierda ul {
    width: 100%;
    height: 150px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}

.contenedor-chico {
    background-color: #050424;
    width: 100%;
    height: 300px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.contenedor-chico h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 3px;
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.contenedor-chico p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    text-align: justify;
    font-style: normal;
    width: 80%;
    font-size: 1.4em;
    line-height: 1.5;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
}

.lista-beneficios {
    width: 100%;
    display: flex;
}

.lista-beneficios ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0;
    text-align: justify;
    justify-content: center;
}

.lista-beneficios li {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1.5;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    list-style: none;
    width: 90%;
}

.sistema-contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sistema-columna {
    background-color: rgba(0, 0, 0, 0.822);
    padding: 10px;
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: help;
    transition: all 0.3s ease-in-out;
}

.sistema-columna:hover {
    height: 150px;
}

.sistema-columna:hover p {
    visibility: visible;
    opacity: 1;
    transition: all 1.8s ease-in-out;
}

.sistema-columna:hover h2 {
    color: #87ddff;
}

#primera {
    border-radius: 12px 12px 0px 0px;
}

#ultima {
    border-radius: 0px 0px 12px 12px;
}

.sistema-columna p {
    font-size: 1.4em;
    text-align: center;
    width: 100%;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
}

.sistema-columna h2 {
    font-size: 2em;
}

.soluciones-contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.solucion-columna {
    background-color: rgba(0, 0, 0, 0.842);
    padding: 20px;
    padding-bottom: 5px !important;
    border-radius: 12px;
    width: 380px;
    height: 455px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solucion-columna img {
    width: 388px;
    height: 258px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 8px;
}

.solucion-columna p {
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-align: justify;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    font-size: 1.3em;
    line-height: 1.5;
}

.banner {
    width: 100%;
    height: 465px;
    background-image: linear-gradient(to top, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #050424), url("../images/78.jpg");
    background-size: cover;
    background-position: end;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.banner h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    letter-spacing: 3px;
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    background-color: #050424;
    padding: 5px;
    border-radius: 10px;
}

.under {
    width: 100%;
    height: 465px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.under .izquierda {
    justify-content: center;
    text-align: justify;
    width: 50%;
    padding: 20px;
}

.under .derecha {
    flex-direction: row;
    width: 47%;
    gap: 10%;
}

.under .derecha img {
    width: 40%;
    height: 90%;
    object-fit: cover;
    margin: 0;
}

#margintop {
    margin-top: 200px;
}

#seis {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    line-height: 1.5;
    padding: 0;
    height: auto;
}

#seis li {
    background-color: rgba(0, 0, 0, 0.726);
    font-size: 1.3em;
}

#seis li:hover {
    background-color: black;
}

#camaras {
    background-image: linear-gradient(to top, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #050424), url("../images/84.jpg") !important;
    height: 50vh;
    background-position: center;
}

#penultimo {
    justify-content: start;
}

#penultimo img {
    width: 80%;
}

#texto-penultimo {
    height: 300px;
}

#contenedor-penultimo {
    height: 500px;
}

#ultimo {
    background-color: #050424 !important;
    background-image: none;
}

#info-ultimo h2 {
    margin-top: 80px;
}

#tercera p,
#primeraizquierda p,
#segundo p {
    width: 90% !important;
}

@media (max-width: 1860px) {
    .izquierda ul {
        width: 100%;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .soluciones-contenedor {
        gap: 10px;
    }

    .izquierda li {
        width: 100%;
    }

    #seis {
        gap: 50px;
    }

    .banner h2,
    .derecha h2,
    .contenedor-chico h2,
    .izquierda h2 {
        font-size: 2.8em;
    }

    .sistema-columna h2 {
        font-size: 2em;
    }

    .contenedor-chico {
        height: 430px;
    }

    .sistema-columna p,
    .izquierda p {
        font-size: 1.3em;
    }

    .derecha img {
        width: 90%;
    }

    .under .derecha img {
        height: 60%;
    }

    .under .derecha {
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 1808px) {
    .solucion-columna {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        height: 200px;
        padding: 5px;
    }

    .solucion-columna img {
        width: 35%;
        height: 180px;
        margin: 0;
    }

    .solucion-columna p {
        width: 60%;
        text-align: justify;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 1580px) {
    .izquierda ul {
        width: 100%;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }

    .izquierda li {
        border-radius: 0px;
    }

    .izquierda li h2 {
        padding: 0;
    }

    .banner h2,
    .derecha h2,
    .contenedor-chico h2,
    .izquierda h2 {
        font-size: 2.6em;
    }

    .sistema-columna h2 {
        font-size: 2em;
    }
}

@media (max-width: 1470px) {
    .inicio {
        flex-wrap: wrap;
    }

    select {
        height: 46px;
    }

    .contenedor-chico p,
    select,
    label,
    .todo p,
    .inicio-texto p {
        font-size: 1.3em;
    }

    .todo {
        height: 120px;
    }

    .inicio-imagen:hover .todo {
        height: 200px;
    }

    .todo h2 {
        font-size: 2.1em;
    }

    .inicio-texto h2 {
        font-size: 2.5em;
    }

    #menos {
        border-radius: 0px;
    }

    .inicio-texto {
        height: 412px;
        padding-top: 50px;
        width: 100%;
    }

    .inicio-imagen {
        width: 100%;
        height: 462px;
        border-radius: 0px;
    }

    .contenedor-chico h2,
    .izquierda h2 {
        font-size: 2.4em;
    }

    .sistema-columna h2 {
        font-size: 1.9em;
    }


    #seis li,
    .sistema-columna p,
    .izquierda p {
        font-size: 1.2em;
    }

}

@media (max-width:1316px) {
    select {
        height: 44px;
    }

    .contenedor-chico p,
    select,
    label,
    .todo p,
    .inicio-texto p {
        font-size: 1.2em;
    }

}

@media (max-width: 1100px) {
    .todo h2 {
        color: #87ddff;
        background-color: transparent;
        text-shadow: 2px 2px 5px transparent;
        font-size: 1.9em;
    }

    .inicio-imagen:hover .todo,
    .todo {
        height: 190px;
    }

    .todo p {
        opacity: 1;
        visibility: visible;
        transition: all 1.2s ease-in-out;
        text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.527);
    }

}

@media(max-width:980px) {
    select {
        height: 42px;
    }

    #info-ultimo h2 {
        margin-top: 0px;
    }

    #ultimo {
        height: 1000px;
    }

    #ultimo-caso {
        height: 40%;
    }

    #info-ultimo {
        height: 40%;
    }

    #info-ultimo p {
        width: 90%;
    }

    .under {
        width: 100%;
        flex-direction: row;
    }

    .under .izquierda {
        width: 100%;
        height: 40% !important;
        justify-content: start;
        padding-bottom: 0;
    }

    .under .izquierda p {
        width: 90%;
        text-align: justify;
        margin: 0;
    }

    .under .derecha {
        width: 100%;
        height: 60% !important;
        align-items: center;
        justify-content: center;
    }

    .under .derecha img {
        height: 80%;
    }


    #margintop {
        margin-top: 30px;
    }

    #tercera {
        height: 450px;
    }

    #segundo {
        height: 60%;
    }

    #Caso2 .derecha {
        height: 40%;
    }

    #caso3 .derecha img {
        height: 75%;
    }

    .caso-contenedor1 {
        background-color: #050424;
        background-image: none;
    }

    .contenedor-chico p,
    #seis li,
    .lista-beneficios li,
    .izquierda p,
    .izquierda li p,
    select,
    label,
    .todo p,
    .inicio-texto p {
        font-size: 1.1em;
    }

    .lista-beneficios ul {
        padding: 10px;
    }

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

    .banner h2,
    .derecha h2,
    .contenedor-chico h2,
    .izquierda h2 {
        font-size: 2.2em;
    }

    .otros {
        font-size: 2em;
        width: 8%;
    }

    .sistema-columna p {
        visibility: visible;
        opacity: 1;
        margin: 0;
        transition: all 1.8s ease-in-out;
    }

    .sistema-columna h2 {
        color: #87ddff;
        margin: 0;
    }

    .sistema-columna:hover,
    .sistema-columna {
        height: 92px;
    }

    .otros:hover {
        font-size: 2.5em;
    }


    .sistema-columna h2,
    .inicio-texto h2 {
        font-size: 1.9em;
    }

    .caso-contenedor1 {
        display: flex;
        flex-direction: column;
        height: 1400px;
    }

    #caso3 {
        height: 1100px;
    }


    #Caso2 {
        flex-direction: column-reverse;
        height: 1100px;
    }

    .derecha {
        width: 100%;
        height: 49%;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .derecha img {
        height: 90%;
    }

    .izquierda {
        width: 95%;
        height: 51%;
    }

}

@media (max-width: 904px) {
    .contenedor-chico {
        height: 600px;
    }
}

@media (max-width: 781px) {
    select {
        height: 42px;
    }


    #seis li,
    .lista-beneficios li,
    .izquierda p,
    .izquierda li p {
        font-size: 1em;
    }

    .lista-beneficios ul {
        gap: 40px
    }

    .contenedor-chico p,
    select,
    label,
    .todo p,
    .inicio-texto p {
        font-size: 1em;
    }

    .contenedor-chico {
        height: 500px;
    }

    .banner h2,
    .derecha h2,
    .sistema-columna h2,
    .contenedor-chico h2,
    .todo h2,
    .izquierda h2,
    .inicio-texto h2 {
        font-size: 1.8em;
    }

    .otros {
        display: none;
    }

    select {
        height: 40px;
    }

}


@media (max-width: 670px) {
    .opciones-casos label {
        display: none;
    }

    select {
        border-radius: 8px;
    }

    #ultimo {
        height: 1100px;
    }


}

@media (max-width:630px) {
    .opciones-casos {
        justify-content: center;
        align-items: start;
    }

    .izquierda h2,
    .inicio-texto h2 {
        margin: 0;
        margin-top: 40px;
    }

    .sistema-columna h2 {
        margin: 0;
    }

    .todo h2,
    .todo p {
        width: 90%;
    }

    .todo h2 {
        font-size: 1.4em;
    }

    select {
        border-radius: 0px;
        width: 100%;
    }

    .izquierda {
        height: 55%;
    }

    .derecha {
        height: 45%;
    }

    #tercera {
        height: 550px;
    }

}

@media (max-width: 590px) {
    #segundo {
        height: 65%;
    }

    #Caso2 .derecha {
        height: 35%;
    }

    .banner {
        height: 400px;
        background-image: linear-gradient(to top, transparent, transparent, transparent, transparent, transparent, transparent, transparent, #050424), url("../images/78.jpg");
        background-position: center;
    }

    .banner h2 {
        border-radius: 0;
    }

    #ultimo {
        height: 1200px;
    }

    #ultimo-caso {
        height: 50%;
        display: flex;
        justify-content: start;
    }

    #info-ultimo {
        height: 50%;
        padding-bottom: 0;
    }

    .derecha {
        display: flex;
        height: 50%;
        justify-content: center;
        padding: 0;
    }

    .derecha img {
        height: 80%;
        margin: 0;
    }

    .izquierda {
        height: 50%;
    }

}

@media (max-width: 530px) {
    #primeraizquierda {
        height: 60% !important;
    }

    #primeraderecha {
        height: 40% !important;
    }
}

@media (max-width: 494px) {

    .sistema-columna p {
        font-size: 0.9em;
    }

    .sistema-columna h2 {
        font-size: 1.4em;
        padding: 0;
        margin: 0;
    }

    #texto-penultimo {
        height: 350px;
    }

    .sistema-columna:hover,
    .sistema-columna {
        height: 110px;
        padding-top: 0px;
    }

    #ultimo {
        height: 1000px;
    }

    #ultimo-caso {
        height: 50%;
    }

    #info-ultimo {
        height: 50%;
    }

    .under .derecha {
        height: 60% !important;
        align-items: center;
        justify-content: center;
    }

}

@media (max-width: 480px) {
    .contenedor-chico {
        height: 540px;
    }
}

@media (max-width: 460px) {
    #ultimo .izquierda p {
        width: 80%;
    }

    .izquierda h2 {
        font-size: 1.6em;
    }
}

@media (max-width: 430px) {
    select {
        height: 42px;
    }

    #tercera {
        height: 650px;
    }

    #seis li,
    .sistema-columna p,
    .lista-beneficios li,
    .izquierda p,
    .izquierda li p,
    select,
    label {
        font-size: 0.9em;
    }

    .banner h2,
    .derecha h2,
    .izquierda h2,
    .contenedor-chico h2,
    .inicio-texto h2 {
        font-size: 1.6em;
    }


    .todo h2 {
        font-size: 1.2em;
    }

    .inicio-imagen:hover .todo,
    .todo {
        height: 220px;
    }

    .otros {
        display: none;
    }

    select {
        height: 40px;
        width: 60%;
    }

    .inicio-texto {
        height: 450px;
    }

    .inicio-imagen {
        height: 390px;
    }

}

@media (max-width: 410px) {
    select {
        height: 42px;
    }

    .inicio-texto {
        height: 450px;
    }

    .inicio-imagen {
        height: 390px;
    }

    .izquierda h2,
    .inicio-texto h2 {
        font-size: 1.4em;
    }

    .otros {
        display: none;
    }

    select {
        height: 40px;
        width: 60%;
    }


}

@media (max-width: 385px) {

    #texto-penultimo {
        height: 420px;
    }

    .inicio-texto {
        height: 490px;
    }

    .inicio-imagen {
        height: 360px;
    }

    .info-casos {
        display: none;
    }

    .derecha img {
        height: 75%;
    }

    #ultimo-caso img {
        height: 300px;
        margin-top: 100px;
    }

}