header {
    /* background: #000;*/
    max-width: 100%;
    min-height: 100vh; 
}

.carrusel {
    height: 100vh;
    width: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    overflow: hidden;

}

.swiper {
    width: 90%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
header{
    background-image: url(../img/fondo.jpg);
    height: 80vh;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

*/
@media (max-width:858px) {
    
    header{
        min-height: 60vh;
    }
    .carrusel{
        height: 60vh;

    }

}