.suitebyb {
    font-family: 'BAHNSCHRIFT';
    font-weight: 100;
    position: relative;
}
.banner__img{
    margin-top: 10px;
}

.title_suitebyb {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.title_suitebyb h2 {
    text-align: center;
    color: #73A592;
    font-weight: 100;
    font-size: 3em;
    margin: 20px; 
}
.title_suitebyb h1 {
    text-align: center;
    color: #73A592;
    font-weight: 100;
    font-size: 3em;
    margin: 10px; 
}
.texto1_suitebyb {
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 20px;
    padding-bottom: 0px;
}
.texto1_suitebyb p{
    text-align: justify;
    color: #555555;
    font-size: 1.1em;
}
.texto1_suitebyb p2{
    text-align: center;
    color: #555555;
    font-size: 1.1em;
}
.texto2_suitebyb {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 50px;
}

.texto2_suitebyb_txt {
    width: 100%;
    text-align: center;
    margin: 20px;
    margin-top: -15px;
    font-size: 1.1em;
    padding: 0px;
}
.texto2_suitebyb_img {
    width: auto;
}


.texto2_suitebyb_txt p {
   text-align: justify;
    color: #555555; 
    margin-bottom: 60px;
}

.texto2_suitebyb_txt p3 {
   text-align: center;
    color: #555555; 
}

.texto3_suitebyb p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
    font-size: 1.1em;
}

.sinopsis_suitebyb_title {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: left;
}
.sinopsis_suitebyb_title h1{
    color: #73A592;
    font-weight: 100;
    font-size: 2.5em;
    margin-left: 20px; 
}
.texto4_suitebyb p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
    font-size: 1.1em;
}
.texto5_suitebyb {
    margin-bottom: 0px;
}
.texto5_suitebyb p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
    font-size: 1.1em;
}
.texto6_suitebyb {
    margin-bottom: 100px;
}
.texto6_suitebyb p {
    margin: auto;
   width: 80%;
   text-align: justify;
   color: #555555; 
    padding: 5px;
    padding-left: 20px;
    font-size: 1.1em;
}
.galeria_suitebyb {
    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) {

.texto2_suitebyb_img {
    width: 30%;
}
.texto2_suitebyb {
    flex-wrap:nowrap;
}
.texto2_suitealaddin_txt {
    width: 70%;
}
.video_intro {
    width: 400px;
    margin: auto;
}
}