/*Estilos para 1930*/
/* BANNER*/
.banner-separa {
    padding: 0;
    width: 100%;
    height: 140px;
    background-position: top;
    background-color: #fef8e1;
}

.selected-Multimedia {
    transform: scale(1.05);
    background-color: #95ce5e;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.outer .junta {
    color: rgb(149, 206, 94);
}

.subrayado {
    text-decoration: underline;
}

/*IMAGENES*/
.contenedor-imagenes {
    background-color: #fef8e1;
    width: 100%;
    display: flex;
    position: relative;
}

.sombra-imagenes {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1450px;
    height: 1700px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.cabezera-imagenes {
    width: 100%;
    height: auto;
}

.cabezera-imagenes h2 {
    font-size: 25px;
}

.cabezera-imagenes .img-imagenes {
    width: 100%;
}

.imagenescontent {
    width: 100%;
    height: 830px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.imagenescontent .texto_uno-imagenes {
    width: 97%;
    padding: 5px;
    padding-top: 15px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 1.1em;
}

.imagenescontent .texto_uno-imagenes .linea3 {
    width: 100%;
    margin-top: 10px;
}

.imagenescontent .galeria-imagenes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    width: 96%;
    height: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.imagenescontent .galeria-imagenes a {
    display: block;
    position: relative;
    overflow: hidden;
}

.imagenescontent .galeria-imagenes img {
    width: 219px;
    height: 150px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 0px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.imagenescontent .galeria-imagenes img:hover {
    transform: scale(1.05);
}

.image-uno-imagenes {
    width: 200px;
    height: 200px;
    position: absolute;
    margin-top: 1200px;
    margin-left: 650px;
}


/*VIDEOS*/
.contenedor-videos {
    background-color: #fef8e1;
    width: 100%;
    display: flex;
    position: relative;
}

.sombra-videos {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1450px;
    height: 930px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.cabezera-videos {
    width: 100%;
    height: auto;
}

.cabezera-videos .img-videos {
    width: 100%;
}

.cabezera-videos h2 {
    font-size: 25px;
}

.videoscontent {
    width: 100%;
    height: 630px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.texto_uno-videos {
    width: 60%;
    padding: 20px;
    margin-top: 5px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 1.1em;
}

.texto_uno-videos a {
    width: 60%;
    margin-top: 5px;
    margin-right: 40px;
    font-size: 1.1em;
    color: darkgreen;
    cursor: pointer;
}

.texto_uno-videos a:hover {
    color: #95ce5e;
}

.image-uno-videos {
    width: 200px;
    height: 200px;
    position: absolute;
    margin-top: 200px;
    margin-left: 1050px;
}

/*APP*/
.contenedor-app {
    background-color: #fef8e1;
    width: 100%;
    display: flex;
    position: relative;
}

.sombra-app {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    width: 1450px;
    height: 820px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.cabezera-app {
    width: 100%;
    height: auto;
}

.cabezera-app .img-app {
    width: 100%;
}

.cabezera-app h2 {
    font-size: 25px;
}

.appcontent {
    width: 100%;
    height: 530px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.texto_uno-app {
    width: 65%;
    padding: 10px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 40px;
    font-size: 1.1em;
}

.image-uno-video {
    width: 150px;
    height: 150px;
    position: absolute;
    margin-top: 350px;
    margin-left: 390px;
}

.image-uno-app {
    width: 220px;
    height: 480px;
    position: absolute;
    margin-top: 25px;
    margin-left: 1100px;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1441px) and (max-width: 1660px) {

    /*IMAGENES*/
    .sombra-imagenes {
        width: 1360px;
        height: 1700px;
    }

    .image-uno-imagenes {
        margin-left: 570px;
    }

    /*VIDEOS*/
    .sombra-videos {
        width: 1360px;
        height: 930px;
    }

    .image-uno-videos {
        width: 200px;
        height: 200px;
        margin-top: 220px;
        margin-left: 950px;
    }

    /*APP*/
    .sombra-app {
        width: 1360px;
        height: 800px;
    }

    .image-uno-video {
        width: 120px;
        height: 120px;
        position: absolute;
        margin-top: 380px;
        margin-left: 390px;
    }

    .image-uno-app {
        margin-top: 15px;
        margin-left: 1000px;
    }
}

@media (min-width: 1281px) and (max-width: 1440px) {

    /*IMAGENES*/
    .sombra-imagenes {
        width: 1150px;
        height: 1830px;
    }

    .image-uno-imagenes {
        width: 180px;
        height: 180px;
        margin-top: 1400px;
        margin-left: 480px;
    }

    /*VIDEOS*/
    .sombra-videos {
        width: 1150px;
        height: 890px;
    }

    .image-uno-videos {
        width: 180px;
        height: 180px;
        margin-top: 220px;
        margin-left: 800px;
    }

    /*APP*/
    .appcontent {
        height: 480px;
    }

    .sombra-app {
        width: 1150px;
        height: 720px;
    }

    .image-uno-video {
        width: 100px;
        height: 100px;
        margin-top: 360px;
        margin-left: 310px;
    }

    .image-uno-app {
        width: 210px;
        height: 440px;
        margin-top: 15px;
        margin-left: 830px;
    }
}

@media (min-width: 1023px) and (max-width: 1280px) {

    /*IMAGENES*/
    .sombra-imagenes {
        width: 960px;
        height: 1750px;
    }

    .image-uno-imagenes {
        width: 120px;
        height: 120px;
        margin-top: 1400px;
        margin-left: 400px;
    }

    /*VIDEOS*/
    .sombra-videos {
        width: 960px;
        height: 850px;
    }

    .texto_uno-videos a {
        width: 60%;
        margin-top: 5px;
        margin-right: 40px;
        font-size: 16px;
        color: darkgreen;
        cursor: pointer;
    }

    .image-uno-videos {
        width: 120px;
        height: 120px;
        margin-top: 280px;
        margin-left: 670px;
    }

    /*APP*/
    .appcontent {
        height: 550px;
    }

    .sombra-app {
        width: 960px;
        height: 700px;
    }

    .texto_uno-app {
        font-size: 16px;
    }

    .image-uno-video {
        width: 120px;
        height: 120px;
        margin-top: 350px;
        margin-left: 250px;
    }

    .image-uno-app {
        width: 220px;
        height: 450px;
        margin-top: 20px;
        margin-left: 670px;
    }
}

@media (min-width: 720px) and (max-width: 1022px) {

    /*IMAGENES*/
    .sombra-imagenes {
        width: 590px;
        height: 2185px;
    }

    .cabezera-imagenes h2 {
        font-size: 22px;
    }

    .imagenescontent .texto_uno-imagenes {
        width: 100%;
        margin-left: 0px;
    }

    .imagenescontent .galeria-imagenes {
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        width: 100%;
        height: 1850px;
        margin-left: auto;
        margin-right: auto;
    }

    .imagenescontent .galeria-imagenes img {
        width: 100%;
        height: auto;
    }

    .image-uno-imagenes {
        width: 80px;
        height: 80px;
        margin-top: 1930px;
        margin-left: 235px;
    }

    /*VIDEOS*/
    .sombra-videos {
        width: 590px;
        height: 900px;
    }

    .cabezera-videos h2 {
        font-size: 22px;
    }

    .texto_uno-videos {
        width: 93%;
        padding: 0px;
        margin-top: 35px;
        margin-left: 20px;
    }

    .texto_uno-videos a {
        font-size: 17px;
    }

    .image-uno-videos {
        width: 80px;
        height: 80px;
        margin-top: 640px;
        margin-left: 230px;
    }

    /*APP*/
    .appcontent {
        height: 550px;
    }

    .sombra-app {
        width: 590px;
        height: 700px;
    }

    .cabezera-app h2 {
        font-size: 22px;
    }

    .texto_uno-app {
        font-size: 14px;
        width: 50%;
    }

    .image-uno-video {
        width: 80px;
        height: 80px;
        margin-top: 470px;
        margin-left: 110px;
    }

    .image-uno-app {
        width: 230px;
        height: 470px;
        margin-top: 50px;
        margin-left: 320px;
    }
}

@media (min-width: 430px) and (max-width: 719px) {

    /*IMAGENES*/
    .sombra-imagenes {
        width: 400px;
        height: 2140px;
    }

    .cabezera-imagenes h2 {
        font-size: 20px;
    }

    .imagenescontent .texto_uno-imagenes {
        width: 100%;
        margin-left: 0px;
    }

    .imagenescontent .galeria-imagenes {
        grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
        width: 100%;
        height: 1850px;
        margin-left: auto;
        margin-right: auto;
    }

    .imagenescontent .galeria-imagenes img {
        width: 100%;
        height: auto;
    }

    .image-uno-imagenes {
        width: 90px;
        height: 90px;
        margin-top: 1930px;
        margin-left: 145px;
    }

    /*VIDEOS*/
    .sombra-videos {
        width: 400px;
        height: 970px;
    }

    .cabezera-videos h2 {
        font-size: 20px;
    }

    .texto_uno-videos {
        font-size: 14px;
        width: 93%;
        padding: 0px;
        margin-top: 15px;
        margin-left: 20px;
    }

    .image-uno-videos {
        width: 90px;
        height: 90px;
        margin-top: 750px;
        margin-left: 140px;
    }

    /*APP*/
    .appcontent {
        height: 980px;
    }

    .sombra-app {
        width: 400px;
        height: 1110px;
    }

    .cabezera-app h2 {
        font-size: 20px;
    }

    .texto_uno-app {
        font-size: 14px;
        width: 100%;
        padding-left: 0;
        margin-left: 10px;
    }

    .image-uno-video {
        width: 90px;
        height: 90px;
        margin-top: 400px;
        margin-left: 140px;
    }

    .image-uno-app {
        width: 220px;
        height: 450px;
        margin-top: 520px;
        margin-left: 75px;
    }
}

@media (min-width: 280px) and (max-width: 429px) {
    div[id] {
        scroll-margin-top: 120px;
    }

    /*IMAGENES*/
    .sombra-imagenes {
        width: 350px;
        height: 1370px;
    }

    .cabezera-imagenes h2 {
        font-size: 20px;
    }

    .imagenescontent .texto_uno-imagenes {
        width: 100%;
        margin-left: 0px;
    }

    .imagenescontent .galeria-imagenes {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
        width: 100%;
        height: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

    .imagenescontent .galeria-imagenes img {
        width: 100%;
        height: auto;
    }

    .image-uno-imagenes {
        width: 90px;
        height: 90px;
        margin-top: 1170px;
        margin-left: 115px;
    }

    /*VIDEOS*/
    .sombra-videos {
        width: 350px;
        height: 975px;
    }

    .cabezera-videos h2 {
        font-size: 20px;
    }

    .texto_uno-videos {
        font-size: 14px;
        width: 100%;
        padding: 0px;
        margin-top: 15px;
        margin-left: 10px;
    }

    .image-uno-videos {
        width: 90px;
        height: 90px;
        margin-top: 765px;
        margin-left: 120px;
    }


    /*APP*/
    .appcontent {
        height: 970px;
    }

    .sombra-app {
        width: 350px;
        height: 1160px;
    }

    .texto_uno-app {
        font-size: 14px;
        width: 100%;
        padding-left: 0;
        margin-left: 5px;
    }

    .image-uno-video {
        width: 90px;
        height: 90px;
        margin-top: 420px;
        margin-left: 120px;
    }

    .image-uno-app {
        width: 230px;
        height: 480px;
        margin-top: 540px;
        margin-left: 50px;
    }
}
