*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'work_sanslight', sans-serif;
    background: rgb(173,173,173);
    background: linear-gradient(0deg, rgba(173,173,173,1) 0%, rgba(255,255,255,1) 52%);
}
.contenedor{
    width: 100%;
    text-align:  -webkit-center;
}

.hero {
    width: 100%;
    color: red;
    display: grid;
    grid-template-rows: max-content 1fr;
    grid-template-areas:
        "nav"
        "contenido";
    min-height: 60vh;
}
.nav{
    grid-area: nav;
    display: grid;
    justify-content: space-between;
    grid-auto-flow: column;
    gap: 1em;
    align-items: center;
    height: 90px;
}
.nav-list{
    list-style: none;
    display: grid;
    grid-auto-flow: column;
    gap: 1em;
}
/* .nav-link{
    color: #003a5d;
    text-decoration: none;
    font-size: 2.5rem;
} */
button.btn.btn-primary{
    background: #B02322;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    border: 2px solid #fff !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

button.btn.btn-primary a{
    color: #ffffff !important;
    text-decoration: none;
    
    }
    
    
.nav-menu{
    display: none;
}
.nav-icon{
    width: 30px;
}

.hero-main{
    grid-area: contenido;
    display: block;
    gap: 2em;
    grid-template-columns: 1fr 650px;
    padding-bottom: 250px;
    align-items: self-start;
}
section{
    background-image: url(../images/autobus.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 52vh;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.hero-waves{
grid-area: contenido;
    align-self: end;
    height: 50px !important;
    top: auto;
    display: block;
    position: relative;
    padding: 0;
}
.hero-title{
    margin-right: 20px;
    text-align: right;
    font-size: 8rem;
    letter-spacing: 2px;
    font-family: 'Racing Sans One', cursive;
}
.hero-subtitle{
    margin-bottom: 0;
    font-size: 2.2rem;
    text-align: right;
    color: #fff;
}
.tarifa{
    font-size: 2.5rem;
    font-weight: 600;
    font-weight: 700;

}
.hero-subtitle2{
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-align: right;
    color: #fff;
}
.d-piso{
    font-weight: 600;
}

.contenidos{
    padding: 0;
}
.titulos{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    background: #2D2D2F;
/*     background: linear-gradient(90deg, rgba(173,173,173,1) 0%, rgba(123,167,174,1) 50%, rgba(173,173,173,1) 100%);
 */    padding: 0;
    min-height: 5px;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.home-icon{
    width: 100%;
    /* border: 2px solid yellow; */
}
.home-icon img{
    width: 50px;
    margin-right: 20px;
    /* margin-left: 650px; */
}
.t-txt{
    font-family: 'work_sanslight';
    font-size: 3rem;
    color: #ffffff;
    position: relative;
    margin: 0 auto;
}
/* .t-txt::before{
    content: attr(data-text);
    position: absolute;
    /* color: #123c5d; */
    color: #B02322;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 6px solid #123c5d;
    animation: animate 5s linear infinite;
    filter: drop-shadow(0 0 20px #fff) drop-shadow(0 0 20px #fff);
} */

.verticalLine{
    border-left: outset .5px;
    border-left-width: 0.5px;
    border-left-style: outset;
    border-left-color: black;
}



@keyframes animate{
    0%,10%,100%{
        width: 0;
    }
    70%,90%{
        width: 100%;
    }
}
.neon-txt{
    text-transform: uppercase;
    text-align: left;
    font-size: 2.5rem;
    /* cursor: pointer; */
    /* transition: .3s linear; */
    color: #123c5d;
    text-shadow: 0 0 10px rgba(0, 38, 116, .5),
                 0 0 20px rgba(0, 38, 116, .5),
                 0 0 20px rgba(0, 38, 116, .5),
                 0 0 20px rgba(0, 38, 116, .5),
/*                  0 0 160px rgba(255, 0, 0, .5), */
                 0 0 20px rgba(0, 38, 116, .5),
}

.content-imagenes{
    width: 100%;
}
.contenedor-images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
    border-radius: 20px !important;
}
.contenedor-images figure {
    margin: 10px;
    padding: 0;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.contenedor-images figure img{
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.contenedor-images figure .capa{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: rgba(11, 103, 123, 0.6);
    transition: all 0.5s ease;
    translate: (2px, -69px);
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.contenedor-images figure:hover > .capa{
    opacity: 0.8;
    visibility: visible;
}
.contenedor-images figure:hover > .capa h3{
    margin-top: 130px;
    margin-bottom: 15px;
    font-size: 2rem !important;
}
.contenedor-images figure .capa h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 200px;
    transition: all 0.5s ease;
    margin-top: 30px;
}
.contenedor-images figure:hover > img{
    opacity: 0.8;
    transform: scale(1.5);
}
.destinos-mapa{
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    align-items: center;
}
.destinos{
    /* margin-top: 100px; */
    margin-left: 30px;
    /* border: 2px solid red; */
    display: flex;
    width: 70%;
    justify-content: center;
    /* height: 600px; */
    /* border-radius: 10%; */
/*     box-shadow: rgba(2, 10, 10, 1); */
}
ul{
    list-style: disc;
    /* margin-top: 40px; */
    line-height: 3.5rem;
}
.destinos ul li{
    text-align: left;
    color: #123c5d;
    font-family: 'work_sanslight' !important;
    font-size: 2.5rem;
    font-weight: 600 !important;
}
.destinos-mapa img{
    width: 100%;
}

.bus{
    width: 100%;
    height: 520px !important;
    margin-top: 30px;
    /* border: 2px solid blue; */
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
/* .bus-2{
    width: 55% !important;
    height: 500px !important;
    margin: 5px;
    padding: 20px;
    background-image: url(../images/HP_doblepiso.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y: center;
     border: 5px solid red; 
    float: left;
    text-align: center;
    line-height: 200px;
    
} */
/* .bus-2 img{
    width: 80% !important;
} */
.asientos{
    width: 40% !important;
    height: 500px !important;
    margin: 5px 5px 5px 10px !important;
    padding: 5px !important;
    /* border: 2px solid yellow; */
    float: left !important;
    text-align: center !important;
    align-items: center !important;
}
.asientos-1{
    width: 100% !important;
    height: 240px !important;
    margin: 5px !important;
    /* margin-bottom: 20px !important; */
    /* border: 2px solid rgba(2, 10, 10, 1) !important; */
}
.asientos-2{
    width: 100% !important;
    width: 80%;
    height: 240px !important;
    margin: 5px !important;
    /* margin-top: 20px !important; */
    /* border: 2px solid violet !important; */
}
.asientos-1 img{
    width: 200px !important;
   
}
.asientos-2 img{
    width: 200px;
   
}
.seats{
    width: 20% !important;
    height: 500px !important;
    margin: 5px 5px 5px 20px!important;
    padding: 5px !important;
    /* border: 2px solid yellow; */
    float: left !important;
    text-align: center !important;
    /* align-items: center !important; */
}
.seats-1{
    width: 100% !important;
    height: 240px !important;
    margin: 5px !important;
    font-size: 45px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 200px; */
    /* margin-bottom: 20px !important; */
    /* border: 2px solid rgba(2, 10, 10, 1) !important; */
}
.seats-2{
    width: 100%;
    height: 240px !important;
    margin: 5px !important;
    font-size: 45px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 20px !important; */
    /* border: 2px solid violet !important; */
}
.pisos{
    /* border: 2px solid yellowgreen; */
    width: 100%;
    display: flex;
    height: 500px;
    /* float: left; */
}
.piso1{
    /* border: 2px solid tomato; */
    margin: 10px;
    padding: 20px;
    width: 50%;
    height: 450px;
    display: flex;
    background-image: url(../images/piso1.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.piso1 p{
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    align-self: self-end;
    margin-bottom: 2px !important;
}
.piso2{
    /* border: 2px solid tomato; */
    margin: 10px;
    padding: 20px;
    width: 50%;
    height: 450px;
    display: flex;
    background-image: url(../images/piso2.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-origin: content-box;
}
.piso2 p{
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    align-self: self-end;
    margin-bottom: 2px !important;
}
.idioma{
    align-self: center;
    margin-bottom: 10px !important;
}
dl, ol, ul{
    margin-bottom: 0 !important;
}