@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

*{
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
}

.enla{
    width: 100%;
    height: 500px;
}

.footer{
    width: 100%;
    height: 100%;
}

.gal{
    width: 100%;
    height: 500px;
}

.galeria_sct {
    width: 100%;
    background: linear-gradient(150deg, #050e24 0, #052e74 40%, #545454 70%, #050e24 100%);
    height: 550px;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    width: 400px;
    height: 300px;
}

nav {
    width: 100%;
    background: linear-gradient(150deg, #050e24 0, #052e74 40%, #545454 70%, #545454 70%, #052e74 100%);
}

/* == logos-menu == */
.logo img {
    width: 100px;
    height: 44px;
    margin: auto;
}

/* == btn home == */
.nav-link i {
    color: #fff;
    font-size: 25px;
    margin: auto 5px;
}

.nav-link i:hover {
    color: #009dcf;
}

/* == menu == */
.nav-item>a {
    color: #fff;
    letter-spacing: 0.5px;
    margin: auto 5px;
}

.nav-item>a:hover {
    color: #009dcf;
}

.nav-item>a:focus {
    color: #009dcf;
}

/* == sub-menu == */
.nav-item .dropdown-menu li a {
    display: block;
    color: #050e24;
    padding: 6px;
    padding-left: 12px;
    margin-top: 10px;
    font-size: 10px;
    text-transform: capitalize;
    transition: all 200ms ease;
}

.nav-item .dropdown-menu li a:hover {
    background-color: #252850;
    color: #fff;
    transform: scale(1.1);
    padding-left: 15px;
    font-size: 15px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.w-100 {
    height: 100vh;
}

/* == btn-menu == */
.btn__quote {
    display: block;
    padding: 8px 40px;
    border: 2px solid #fff;
    border-radius: 8px;
    font-weight: 900;
    margin: 0px 10px;
    transition: all 300ms;
    color: #fff;
    text-decoration: none;
}

.btn__quote:hover {
    color: white;
    background: #009dcf;
}

.sncf {
    width: 50px;
    height: 44px;
}

/* == img principal == */
.img__banner {
    margin: 2px auto;
    width: 100%;
    height: 400px;
    opacity: 0.9;
}

/* == Marquee == */
.container__marquesina {
    width: 100%;
    height: 30px;
    margin: 0px auto;
    background: #d9d9d9;
}

.marquesina {
    width: 105%;
    margin: 5px auto;
    display: flex;
    align-items: left;
}

.text__marquesina {
    width: 100%;
}

.text__marquesina marquee {
    margin: 5px auto;
    font-size: 16px;
    color: #050e24;
}

/* == fecha == */
.text__fecha {
    width: 30%;
    margin: 5px auto;
    text-align: center;
}

/* == section padding == */
.section-padding {
    padding: 50px 0;
}

hr {
    width: 90%;
    margin: 20px auto;
    border: 2px solid #050e24;
}

/* == carousel == */

.carousel-inner {
    position: relative; /* para que el ::before se posicione correctamente */
    width: 100%;
    height: 500px;
    background-color: #050e24;
}

.carousel-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.img__carousel {
    width: 100%;
    height: 500px;
    margin: auto;
    padding: 0;
}

.carousel__one {
    margin: 5px auto;
    padding: 0;
}

.slide {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    padding: 0;
}

.carousel-item {
    height: 500px;
}

.carousel-caption {
    bottom: 220px;
    z-index: 2;
}

/* == about section == */
.about {
    margin: 40px auto;
    padding: 0px;
}

.about__video video {
    width: 400px;
    height: 300px;
}

.about__video img {
    width: 400px;
    height: 300px;
    border-radius: 10px;
    margin: 20px auto;
}

.about-text h2 {
    text-shadow: 1px 0px #545454;
    font-size: 18px;
    margin: 30px auto;
}

.about-text p {
    text-align: justify;
    margin: 10px auto;
}

.btn__about a {
    color: #fff;
    text-decoration: none;
}

.btn__about span {
    color: #fff;
    text-decoration: none;
}

.btn__about__22 a {
    color: #fff;
    text-decoration: none;
}

.btn__about a:hover {
    color: #052e74;
    text-decoration: none;
}

.btn__about span:hover {
    color: #052e74;
    text-decoration: none;
}

.btn__about__22 a:hover {
    color: #052e74;
    text-decoration: none;
}

.btn__about {
    background-color: #050e24;
    border: 1px #052e74 solid;
    width: 70px;
    margin: 10px auto;
    height: 40px;
    border-radius: 5px;
}

.btn__about__22 {
    background-color: #050e24;
    border: 1px #052e74 solid;
    width: 30%;
    margin: 0px auto;
    height: 40px;
    border-radius: 5px;
}

.btn__about:hover {
    background-color: #fff;
    border: 1px #052e74 solid;
}

.btn__about__22:hover {
    background-color: #fff;
    border: 1px #052e74 solid;
}

.portfolio{
    width: 100%;
    height: 600px;
}

/* == portfolio section == 
.portfolio {
    margin: 60px auto;
    padding: 0;
}

.portfolio .card {
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}

.section-header h2 {
    text-shadow: 1px 1px #545454;
    margin: 10px auto;
    padding: 0;
    letter-spacing: 2px;
    font-family: Arial, Helvetica, sans-serif
}

.card-body {
    height: 250px;
}

.card-body h3 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 20px auto;
}

.btn__portfolio {
    background-color: #050e24;
    color: #fff;
    border: 1px #052e74 solid;
    width: 30%;
    margin: 5px auto;
    height: 40px;
}

.btn__portfolio:hover {
    background-color: #fff;
    color: #052e74;
    border: 1px #052e74 solid;
}*/

/*== contact section ==*/
.contact {
    margin: 20px auto;
    padding: 0;
}

.btn__contact {
    background-color: #050e24;
    color: #fff;
    border: 1px #052e74 solid;
    width: 15%;
    margin: 10px auto;
    height: 40px;
}

.btn__contact:hover {
    background-color: #fff;
    color: #052e74;
    border: 1px #052e74 solid;
}

/*== footer ==*/
footer {
    width: 100%;
    background: linear-gradient(150deg, #050e24 0, #052e74 40%, #545454 70%, #050e24 100%);
    color: #fff;
}

.container-footer-all-2 {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.container-body2 {
    display: flex;
    justify-content: space-between;
}

.colum11 {
    max-width: 400px;
}

.colum11 iframe {
    border-radius: 5px;
}

.colum21 {
    max-width: 3000px;
}

.colum21 h1 {
    text-align: center;
    font-size: 3000px;
}

.row1 {
    margin-top: 20px;
    display: flex;
}

.row1 img {
    width: 30px;
    height: 30px;
}

.row1 label {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 20px;
    color: #fff;
}

.colum31 {
    max-width: 400px;
}

.colum31 h1 {
    text-align: center;
    font-size: 22px;
}

.row21 {
    margin-top: 10px;
    display: flex;
}

.row21 img {
    width: 30px;
    height: 30px;
}

.row21 label {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 20px;
    max-width: 180px;
}

.container-footer1 {
    width: 100%;
    background: linear-gradient(150deg, #050e24 0, #545454 70%, #050e24 100%);
    height: 15px;
}

.footer {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.copyright {
    color: #fff;
    font-size: 10px;
}

.copyright a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

.information {
    font-size: 10px;
    text-decoration: none;
    color: #fff;
}

.titulo_h1 {
    margin: 0px auto;
    color: #052e74;
    text-align: justify;
    width: 80%;
}

.titulo_h6 {
    margin: 20px auto;
    text-align: justify;
    width: 80%;
}

.linea_titulo {
    width: 80%;
    margin: 60px auto;
}

.container__galeria {
    width: 60%;
    margin: auto;
}

.img__boletin {
    border-radius: 15px;
    width: 650px;
    height: 450px;
    margin: 20px auto;
}

.p__boletin {
    color: #000;
    width: 80%;
    text-align: center;
    margin: 0px auto;
    background-color: rgb(128, 128, 128, 0.5);
    border-radius: 5px;
}

.boletin__text {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 550px;
}

.boletin__text__11 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 800px;
}


.boletin__text__12 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 850px;
}
.boletin__text__9 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 500px;
}

.boletin__text__91 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 600px;
}

.boletin__text__15 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 800px;
}

.boletin__text__16 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 550px;
}

.boletin__text__17 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 900px;
}

.boletin__text__18 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 850px;
}

.boletin__text__19 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 550px;
}

.boletin__text__20 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 80%;
    margin: 10px auto;
    border-radius: 10px;
    height: 1100px;
}

.boletin__text__21 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 450px;
}

.boletin__text__32 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 250px;
}

.boletin__text__33 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 450px;
}

.boletin__text__34 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 350px;
}

.boletin__text__23 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 800px;
}

.boletin__text__26 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 600px;
}

.boletin__text__27 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 700px;
}

.boletin__text__28 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 600px;
}



.boletin__text__30 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 700px;

}
.boletin__text__41 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 1200px;
 }

 .boletin__text__40 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 800px;
}

                                                                                        /*.boletin__text__69 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 75%;
    margin: 10px auto;
    border-radius: 10px;
    height: 1200px;
}*/

.enlaces__22 {
    width: 25%;
}

.tabla__sncf {
    width: 60%;
    margin: 10px auto;
}

.tabla__sncf__2 {
    width: 90%;
    margin: 10px auto;
}

.img_sncf {
    border-radius: 15px;
    width: 400px;
    height: 250px;
    margin: 20px auto;
}

/*Copyright 2023 Nick Falbo (https://nick.falbo.dev)
SPDX-License-Identifier: Apache-2.0*/
.pop-up-img {
    height: 200px;
    width: 200px;
    cursor: pointer;
    border-radius: 10px;
}

.pop-up-frame {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.zoomed-img {
    /* Change height and width to match dimensions of the images in your project */
    height: 35em;
    width: 35em;
}

/* === responsive css === */
@media only screen and (min-width:768px) and (max-width:991px) {
    body {
        width: 98%;
    }

    .btn__quote {
        width: 20%;
        margin: auto 0px;
    }

    .text__marquesina marquee {
        font-size: 12px;
    }

    .text__fecha {
        font-size: 8px;
    }

    .about-text h2 {
        font-size: 12px;
    }

    .about-text p {
        font-size: 10px;
    }

    .btn__about a {
        font-size: 12px;
    }

    .btn__about__22 a {
        font-size: 12px;
    }

    .btn__about {
        width: 50%;
        height: 30px;
    }

    .btn__about__22 {
        width: 50%;
        height: 30px;
    }

    /*.carousel-caption {
        bottom: 300px;
    }*/

    /*.carousel-caption p {
        width: 100%;
    }*/

    .card {
        margin-bottom: 30px;
    }

    .img-area img {
        width: 10%;
    }

    .btn__contact {
        width: 20%;
        height: 30px;
    }

    .colum11 iframe {
        width: 100%;
    }

    .colum21 h1 {
        font-size: 12px;
    }

    .row1 img {
        width: 15px;
        height: 15px;
    }

    .row1 label {
        font-size: 10px;
        margin-top: 0px;
    }

    .colum31 h1 {
        font-size: 12px;
    }

    .row21 img {
        width: 15px;
        height: 15px;
    }

    .row21 label {
        font-size: 10px;
        margin-top: 0px;
    }

    .footer {
        max-width: 98%;
    }

    /* Change height and width to match dimensions of the images in your project */
    .zoomed-img {
        height: 21em;
        width: 21em;
    }

    .pop-up-exit-button {
        cursor: pointer;
        height: 55px;
        width: 55px;
        border: 0;
        background-color: transparent;
        padding-left: 75%;
        margin-bottom: 1%;
    }

    .galeria_sct {
        width: 100%;
        height: 250px;
        background: linear-gradient(150deg, #050e24 0, #052e74 40%, #545454 70%, #050e24 100%);
    }

    .swiper-container {
        width: 100%;
        height: 150px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        border-radius: 10px;
        width: 130px;
        height: 100px;
    }

}


@media only screen and (max-width: 767px) {
    body {
        max-width: 100%;
    }

    .btn__quote {
        width: 50%;
        margin: auto 0px;
        letter-spacing: 2px;
    }

    .logo img {
        width: 30px;
        margin: 5px auto;
    }

    .img__banner {
        width: 100%;
        height: 275px;
    }

    .btn__about {
        width: 60%;
        height: 40px;
    }

    .btn__about__22 {
        width: 60%;
        height: 40px;
    }

    /*.carousel-caption {
        bottom: 125px;
    }*/

    /*.carousel-caption h5 {
        font-size: 17px;
    }*/

    /*.carousel-caption a {
        padding: 10px 15px;
    }*/

    /*.carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 12px;
    }*/

    .about {
        margin: 20px auto;
    }

    .about-text {
        margin: 15px auto;
    }

    .card {
        margin-bottom: 30px;
    }

    .text__fecha {
        width: 80%;
        height: 50px;
        text-align: center;
        font-size: 10px;
        margin: 5px auto;
        padding: 0;
    }

    .text__marquesina marquee {
        font-size: 12px;
        color: #050e24;
    }

    .carousel {
        width: 100%;
        height: 300px;
        margin: 0px auto;
    }

    .carousel-inner {
        width: 100%;
        height: 300px;
        background-color: #050e24;
    }

    .img__carousel {
        width: 100%;
        height: 300px;
    }

    .container-body2 {
        flex-wrap: wrap;
    }

    .colum31 {
        margin: 20px auto;
    }

    .colum11 iframe {
        width: 100%;
        margin: auto;
    }

    .colum11,
    .colum21 {
        margin: 50px auto;
    }

    .container-footer1 {
        width: 100%;
        height: 100px;
    }

    .form-control {
        width: 90%;
        margin: 5px auto;
    }

    .btn__contact {
        width: 40%;
        height: 30px;
    }

    .copyright {
        color: #fff;
        font-size: 8px;
        width: 550px;
        margin: 5px auto;
    }

    .copyright a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 8px;
    }

    .information {
        text-decoration: none;
        color: #fff;
        font-size: 8px;
        width: 150px;
        margin: 5px auto;
    }

    /*.titulo_h1 {
        margin: 40px auto;
        color: #052e74;
        text-align: center;
        font-family: 'Times New Roman', Times, serif;
        letter-spacing: 1px;
        font-size: 14px;
    }*/

    .titulo_h1 {
        margin: 0px auto;
        color: #052e74;
        text-align: center;
        width: 80%;
    }

    .titulo_h6 {
        margin: 20px auto;
        text-align: justify;
        width: 80%;
    }

    .linea_titulo {
        width: 80%;
        margin: 60px auto;
    }

    .linea_titulo {
        width: 80%;
        margin: 60px auto
    }

    .container__galeria {
        width: 100%;
        height: 300px;
        margin: auto;
    }

    .img__boletin {
        border-radius: 10px;
        width: 90%;
        height: 250px;
        margin: 30px auto;
    }

    .p__boletin {
        color: #000;
        width: 80%;
        text-align: center;
        margin: 0px auto;
        background-color: rgb(128, 128, 128, 0.5);
        border-radius: 5px;
    }

    .boletin__text {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1050px;
    }

 

    .boletin__text__9 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 900px;
    }

    .boletin__text__91 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1150px;
    }

    .boletin__text__15 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1500px;
    }

    .boletin__text__16 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 950px;
    }

    .boletin__text__17 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 2000px;
    }

    .boletin__text__18 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1500px;
    }

    .boletin__text__19 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 950px;
    }

    .boletin__text__20 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1700px;
    }

    .boletin__text__21 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 700px;
    }

    .boletin__text__23 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1400px;
    }

    .boletin__text__26 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1200px;
    }

    .boletin__text__27 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1300px;
    }

    .boletin__text__28 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1050px;
    }

  
    .boletin__text__30 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1600px;
    }
    
    .boletin__text__41 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
    height: 2400px;
    }
    
    .boletin__text__31 {
    -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
    height: 2000px;
    
    }

    .boletin__text__32 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 400px;
    }

    .boletin__text__33 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 850px;
    }

    .boletin__text__34 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 550px;
    }
    
       .boletin__text__40 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 100px;
    } 
    .boletin__text__35 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 1200px;
    }
     .boletin__text__17 {
        -webkit-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        box-shadow: 4px 10px 14px 1px rgba(0, 0, 0, 0.67);
        width: 100%;
        margin: 10px auto;
        border-radius: 10px;
        height: 2300px;
    }
 
 
 
    
    
    .enlaces__22 {
        width: 100%;
    }

    .tabla__sncf {
        width: 90%;
    }

    .tabla__sncf__2 {
        width: 100%;
    }

    .img_sncf {
        border-radius: 15px;
        width: 100%;
        margin: 10px auto;
    }

    .pop-up-exit-button {
        padding-left: 70%;
    }

    /* make two button spans cross for an 'x' */
    .cross-one,
    .cross-two {
        display: block;
        position: absolute;
        border: 0;
        border-radius: 15px;
        background-color: white;
        height: 5px;
        width: 40px;
    }

    .cross-one {
        transform: rotate(45deg);
    }

    .cross-two {
        transform: rotate(-45deg);
    }

    .galeria_sct {
        width: 100%;
        height: 250px;
        background: linear-gradient(150deg, #050e24 0, #052e74 40%, #545454 70%, #050e24 100%);
    }

    .swiper-container {
        width: 100%;
        height: 150px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        border-radius: 10px;
        width: 130px;
        height: 100px;
    }

    .enla{
        width: 100%;
        height: 1450px;
    }

    .gal {
        width: 100%;
        height: 400px;
    }

    .portfolio{
        width: 100%;
        height: 1550px;
    }

}