.aladdin {
    font-family: 'BAHNSCHRIFT';
    position: relative;
}
.banner2 {
    margin-top: -55px;
    position: relative;
}
.banner2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    z-index: 1000;
    top: 0;
}
.banner__img2 {
    width: 100%;
    height: 750px;
    object-fit: cover;
    margin-top: 10px;
}

.title_aladdin {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.title_aladdin h2 {
    text-align: center;
    color: #73A592;
    font-weight: 100;
    font-size: 3em;
    margin: 20px; 
}
.title_aladdin h1 {
    text-align: center;
    color: #73A592;
    font-weight: 100;
    font-size: 3em;
    margin: 10px; 
}
.texto1_aladdin {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 20px;
    padding-bottom: 0px;
}
.texto1_aladdin p{
    text-align: justify;
    color: #555555;
    font-size: 1.1em;
}
.texto1_aladdin p2{
    text-align: center;
    color: #555555;
}
.texto2_aladdin {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
}

.texto2_aladdin_txt {
    width: 100%;
    text-align: center;
    margin: 20px;
    margin-top: 0px;
    font-size: 1.1em;
    padding: 0px;
}
.texto2_aladdin_img {
    width: 100%;
    margin-top: 15px;
}

.texto2_aladdin_txt p {
   text-align: justify;
    color: #555555; 
    margin-bottom: 100px;
}

.texto2_aladdin_txt p3 {
   text-align: center;
    color: #555555; 
}

.texto3_aladdin p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
}

.sinopsis_aladdin_title {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
}
.sinopsis_aladdin_title h1{
    color: #73A592;
    font-weight: 100;
    font-size: 2.5em;
    margin-left: 20px; 
}
.texto4_aladdin p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.texto5_aladdin {
    margin-bottom: 100px;
}
.texto5_aladdin p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
}
.galeria_aladdin {
    margin-bottom: 100px;
}
.gallery__img {
    object-fit: cover;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.gallery__img:hover {
    transform: scale(1.02);
}
.gallery__img--big {
    height: 200px;
}
.gallery__img--small {
    height: 100px;
}
.modal {
    width: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: none
}

.modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.modal__img {
    width: 50%;
}
.modal__boton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #DE423A;
    font-size: 2.1em;
    text-align: center;
    border-radius: 50%;
    font-family: monospace;
}
.modal--open {
    display: block;
}

.volver {
    width: 150px;
    text-align: center;
    margin: auto;
    background: #9CC0B2;
    border: 0;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
    display: block;
    padding: 10px;
    margin-bottom: 100px;
    font-size: .8em;
}
.volver a{
    text-decoration: none;
    color: white;
}
.video_intro {
    width: 300px;
    margin: auto;
}

/* ------------------------- */
/* Estilos CSS del Reproductor */
/* ------------------------- */
.fm-video {
	width: 100%;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,.5);
}

.fm-video .vjs-control-bar {
	background: #F4F4F4;
	color: #2d5f85;
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
	background: #1d87d8;
}

.fm-video .vjs-slider {
	background: #2d5f85;
}

.video-js:hover .vjs-big-play-button {
	background: rgba(0,0,0,.2);
}

.fm-video .vjs-big-play-button {
	background: rgba(0,0,0,.2);
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 100%;
	border:none;
}

.fm-video .vjs-big-play-button:hover {
	background: rgba(0,0,0,.5);
}

@media screen and (min-width:480px) {
.banner2 {
        width: 100%;
        margin-top: -100px;
        z-index: -1000;
    }
.banner__img2 {
    width: 100%;
    height: 950px;
    object-fit: cover;
}
    .texto2_aladdin_txt{
        width: 70%;
    }

.texto2_aladdin_img {
    width: 40%;
}
.primeragalabenefica .video_intro {
    width: 400px;
    margin: auto;
}
.texto2_aladdin {
    flex-wrap:nowrap;
}
    .video_intro {
    width: 500px;
    margin: auto;
}
}
