@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@1,700&family=Roboto:wght@400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-decoration: none;
}

html{
    scroll-behavior: smooth;
}

header{
    background-color: rgb(1, 54, 134);
    height: 5rem;
    position: fixed;
    width: 100%;
}

.menu{
    display: flex;
    align-items: center;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}

.menu img{
    height: 4rem;
}

.menu-opciones{
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    margin-left: 15%;
}

.menu-opciones a{
    color: white;
}

.menu-opciones a:hover{
    color: rgb(253, 221, 54);
}

.img-portada{
    width: 100%;
    height: calc(100vh - 5rem);
    margin-top: 5rem;
}

.secciones{
    padding-top: 3rem;
    margin-top: 5rem;
}

h1{
    font-size: 3rem;
    text-align: center;
    color: rgb(1, 54, 134);
    margin-top: 3rem;
    margin-bottom: -8rem;
}

h2{
    font-family: 'Amaranth', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 2rem;
}

hr{
    border: 0.2rem solid rgb(1, 54, 134);
    width: 50%;
    margin: 0 auto;
    border-radius: 1rem;
    margin-top: 0.5rem;
}

#quienessomos p{
    width: 50%;
    text-align: center;
    margin: 2rem auto 0;
    font-size: 1.3rem;
}

.destinos{
    display: flex;
    width: 80%;
    margin: 2rem auto 0;
}

.destinos-ciudades{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.destinos .horarios-imagenes{
    width: 95%;
    border-radius: 10%;
}

.destinos h3{
    font-size: 1.3rem;
    margin-top: 0.5rem;
}

.modal{
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

#btn-modal-quito:checked ~ .modal{
    opacity: 1;
    visibility: visible;
}

#btn-modal-quito{
    display: none;
}

#btn-modal-guayaquil:checked ~ .modal{
    opacity: 1;
    visibility: visible;
}

#btn-modal-guayaquil{
    display: none;
}

#btn-modal-ventanas:checked ~ .modal{
    opacity: 1;
    visibility: visible;
}

#btn-modal-ventanas{
    display: none;
}

#btn-modal-babahoyo:checked ~ .modal{
    opacity: 1;
    visibility: visible;
}

#btn-modal-babahoyo{
    display: none;
}

.modal-recuadro{
    width: 45%;
    margin: 0 auto;
    position: relative;
}

.modal-recuadro-guayaquil{
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.lbl-modal{
    margin-top: 0.5rem;
    background-color: rgb(1, 54, 134);
    color: white;
    padding:  0.5rem 1rem;
    border-radius: 0.5rem;
}

.lbl-modal:hover{
    box-shadow: 5px 5px 5px gray;
    color: rgb(253, 221, 54);
    cursor: pointer;
}

.modal-recuadro label{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: rgb(172, 12, 12);
    padding: 0.2rem 1rem;
    border-radius: 0.5rem;
}

.modal-recuadro-guayaquil label{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: rgb(172, 12, 12);
    padding: 0.2rem 1rem;
    border-radius: 0.5rem;
}

.modal-recuadro label:hover{
    cursor: pointer;
    box-shadow: 5px 5px 5px gray;
    background-color: rgb(148, 12, 12);
}

.modal-recuadro-guayaquil label:hover{
    cursor: pointer;
    box-shadow: 5px 5px 5px gray;
    background-color: rgb(148, 12, 12);
}

.modal-recuadro img{
    width: 100%;
}

.modal-recuadro-guayaquil img{
    width: 100%;
}

.ventaenlinea-enunciado{
    width: 50%;
    text-align: center;
    margin: 2rem auto 0;
    font-size: 1.3rem;
}

.ventaenlinea-contenido{
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    margin-top: 3rem;
}

.ventaenlinea-texto{
    width: 60%;
}

.ventaenlinea-texto p{
    font-size: 1.3rem;
}

.ventaenlinea-texto span{
    font-size: 1.3rem;
    font-weight: bold;
}

.btn-ventaenlinea{
    margin-top: 0.5rem;
    background-color: rgb(1, 54, 134);
    color: white;
    padding:  0.5rem 1rem;
    border-radius: 0.5rem;
}

.btn-ventaenlinea:hover{
    box-shadow: 5px 5px 5px gray;
    color: rgb(253, 221, 54);
    cursor: pointer;
}

.ventaenlinea-imagen{
    width: 40%;
    text-align: center;
}

.ventaenlinea-imagen img{
    width: 100%;
}

.oficinas-contenido{
    width: 60%;
    margin: 1rem auto 0;
    display: flex;
}

.oficinas-columna{
    width: 50%;
}

.oficinas-contenido h3{
    font-size: 1.3rem;
    color: rgb(1, 54, 134);
    margin-top: 2rem;
}

footer{
    background-color: rgb(1, 54, 134);
    height: 3rem;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p{
    color: white;
}
