/*=============================================
INFOPRODUCTO
=============================================*/

.infoproduct,
.buy-product-container,
.pay-product-container {
    border-left: 5px solid red;
    border-right: 5px solid red;
}

.infoproduct figure.visor img {
    display: none;
}

.infoproduct figure.visor img:first-child {
    display: block;
}

.flexslider {
    cursor: pointer;
    width: 70%;
    float: left;
}

.flexslider .slides img{
    border: 2px solid #ffffff;
    border-radius: 5px;
}
.flexslider .slides li{
    margin-right: 2px;
}

.flex-control-nav { display: none;}

.view-video {
    background: #b3b4b5;
    color: white;
    float: right;
    height: 76px;
    padding-bottom: 0 10px;
}

.view-video:hover .view-video-yt{
    color: white;
    background: red;
}

.view-video-yt{
    color: red;
}

.view-video:hover{
    background: red;
}

.lupa {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.lupa img {
    position: relative;
    margin-top: -100%;
    margin-left: -50%;
    width: 160%;
}

.nav-tabs .nav-link {
    color: grey;
}

.nav-tabs .nav-link.active {
    color: white;
    background: #7303c0;
}

.days, .departures {
    margin-top: -10px;
    display: block;
}

.buy {
    width: 100%;
}

.img-circle {
    border-radius: 50%;
}

#myTabContent strong{ font-weight: bold;}
#myTabContent li{ list-style: outside; margin-left: 15px;}


/*=============================================
MEDIA QUERIES
=============================================*/

@media (min-width: 576px) {   
    .flexslider {
        width: 83%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
    .flexslider {
        width: 88%;
    }

    .view-video {
        width: 11%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .flexslider {
        width: 85%;
    }
    .view-video {
        width: 13%;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
   
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
   
}