.of-gethex img {
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #e5e5e5;
    z-index: 1;
}

.col-6 {
    /*-ms-flex: 0 0 50%;
        flex: 0 0 50%;*/
    max-width: 50%;
}

.row-4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
   


.slideshow {
    width: 100%;
    position: relative;
}
    .slideshow .passabanners li a .img {
        width: 100%;
        height: 404px;
        background-position: center;
        background-size: cover;
        background-image: url('../img/banner1.jpg');
    }
.passabanners li,
ul {
    width: 100%;
}

.passabanners li {
    overflow: hidden;
}

.passabanners li img {
    width: 100%;
}

.passabanners .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    z-index: 1;
}

.passabanners .caption h1 {
    font-size: 50px;
}

.passabanners .caption p {
    margin-top: 10px;
    font-size: 20px;
}

.left,
.right {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    z-index: 2;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

@media screen and (max-width: 600px) {
    .slider .caption p {
        display: none;
    }
    .slider .caption h1 {
        font-size: 35px;
    }
    .left,
    .right {
        font-size: 30px;
    }
    .slider li img {
        width: 600px;
    }
}


    @media screen and (max-width: 418px) {
        .slideshow {
            width: 100%;
            position: relative;
            margin-top: 65px;
            height: 200px;
        }

            .slideshow .passabanners li a .img {
                width: 100%;
                height: 100%;
                background-size: contain;
                background-position: center;
                background-image: url('../img/banner1_movil.jpg');
            }

            .slideshow .passabanners li, ul {
                width: 100%;
                height: 100%;
            }

            .slideshow .left,
            .slideshow .right {
                height: 81%;
                display: none;
            }
        .col-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
    }