@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 *{
  font-family: 'Lato', sans-serif;
}

html{
    font-size: 14px;
    scroll-behavior: smooth;
}



/* FUENTES ==========================================
====================================================*/

.p-small{
    font-size: 0.8rem;
}


/* COLORES ==========================================
====================================================*/

.text-primario{
    color: #00b2db !important;
}
.text-azul{
    color: #00458D;
}


.link:hover{
    color: #038db7 !important;
    font-weight: 600;
}


.bg-primario-light{
    background-color: color-mix(in srgb, #00b2db 20%, white);
}
.bg-azul-light{
    background-color: color-mix(in srgb, #00458D 20%, white);
}


.btn-xlight{
    text-decoration: none;
    background-color: color-mix(in srgb, #00b2db 8%, white);
    border: 1.5px solid #00b2db;
}
.btn-xlight:hover , .btn-xlight:focus , .btn-xlight:hover i{
    background-color: #00b2db;
    color: #ffffff !important;
}

.btn-azul-xlight{
    text-decoration: none;
    background-color: color-mix(in srgb, #00458D 8%, white);
    border: 1.5px solid #00458D;
}
.btn-azul-xlight:hover , .btn-xlight:focus , .btn-azul-xlight:hover i{
    background-color: #00458D;
    color: #ffffff !important;
}

.btn-azul-light{
    text-decoration: none;
    background-color: color-mix(in srgb, #00458D 20%, white);
    border: 1.5px solid #00458D;
}
.btn-azul-light:hover , .btn-light:focus , .btn-azul-light:hover i{
    background-color: #00458D;
    color: #ffffff !important;
}


/* ESTILOS VARIOS ==================================
====================================================*/

.border-8px{
    border-radius: 8px;
}
.border-6px{
    border-radius: 6px;
}


.img-vert1{
    width: 100%;
    max-width: 500px;
    aspect-ratio: 16 / 9;
}
.img-card{
    aspect-ratio: 16 / 9;
}


.carousel-control-next, .carousel-control-prev{
    width: 10% !important;
    color: #00b2db !important;
    font-size: 2rem;
}


/* HEADER ==========================================
====================================================*/

 .size-logo{
    height: 40px;
 }


 .portada{
    height: 80vh;
    z-index: 2;
    border-radius: 0 0 20px 20px;
 }


 .portada-itinerario{
    height: 20vh;
    position: relative;
    z-index: 2;
    background: url(images/bg-salidas.jpg);
    background-size: cover;
    background-position: center center;
 }

 .shadow-h1{
    text-shadow: 5px 1px 5px rgba(0,0,0,0.4);
 }

 .video-bg-index{
    width: 100%;
    height: 100%;
    object-fit: cover;
 }


 .overlay{
    background: rgb(0,0,0);
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 3%, rgba(0,0,0,0) 100%);
 }



 /* GALLERY BARCOS =================================
====================================================*/

.gallery-barcos{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 800px;
}

.card-barcos {
    position: relative;
    left: 0px;
    width: 80px;
    height: 360px;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    flex: 0.25;
}
.card-barcos-first{
    border-radius: 8px 0px 0px 8px;
}
.card-barcos-end{
    border-radius: 0px 8px 8px 0px;
}

.card-barcos img {
    height: 360px;
}
.card-barcos:hover , .card-barcos:active {
    flex: 2;
    font-weight: bold;
    cursor: pointer;
}


 /* BOTON INFO =====================================
====================================================*/

.btn-info-fixed{
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    bottom: 2%;
    right: 5%;
    z-index: 10;
    border-radius: 100%;
}

.btn-close-modal{
    right: 2%;
}



.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(108%);
}


@media (min-width: 768px){

    html{
        font-size: 16px;
     }


     .carousel-control-next, .carousel-control-prev{
        width: 5% !important;
    }


    /* BOTON INFO =====================================
    ===================================================*/

    .btn-info-fixed{
        bottom: 5%;
    }
}



@media (min-width: 992px){

    .portada-itinerario{
        height: 35vh;
     }

}
