section.loMasVisto
{
    overflow: hidden;
    background-image: repeating-linear-gradient(45deg,
    rgba(12, 83, 100),
    rgba(1, 98, 89)3px,
    transparent 0,transparent 35px );
}
section.loMasVisto .titulo
{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: .01em;
    text-shadow: .022em .022em .022em #111;
    margin-bottom: 100px;
}
section.loMasVisto .contenido
{
    margin-top: 100px;
    margin-bottom: 150px;
}
section.loMasVisto .item
{
    height: 350px;
    padding: 5px;
}
section.loMasVisto .item .card-header,
section.loMasVisto .item .card
{
    background: #E5E5E5;
    border: none !important;
}
section.loMasVisto .item .card-header img
{
    height: 180px;
}
section.loMasVisto .item .triangulo
{
    width: 0;
    height: 0;
    margin: auto;
    border-top: 25px solid #E5E5E5;;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
}
section.loMasVisto .item span
{
    color: #fff;
    margin: auto;
    font-size: 25px;
}
section.loMasVisto .owl-carousel .owl-nav.disabled
{
    display: block;
}
section.loMasVisto .owl-carousel .owl-nav .owl-prev
{
    right: 100%;
    position:absolute;
    top: 30%;
    transform: translateX(-50%);
    margin: 0;
    background: transparent;
    font-size: 40px;
}
section.loMasVisto .owl-carousel .owl-nav .owl-next
{
    left: 100%;
    position:absolute;
    top: 30%;
    transform: translateX(50%);
    margin: 0;
    background: transparent;
    font-size: 40px;
}
section.loMasVisto .owl-prev i,
section.loMasVisto .owl-next i
{
    color: #fff;
    transition-duration: 500ms;
}
section.loMasVisto .owl-prev:hover i,
section.loMasVisto .owl-next:hover i
{
    transform : scale(1.2);
    color: black;
    transition-duration: 500ms;
}
section.loMasVisto .owl-prev:hover,
section.loMasVisto .owl-next:hover
{
    background:transparent !important;
}



/* Escritorio extra grande */
@media only screen and (min-width: 1200px){

}

/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1199px){

}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
    section.loMasVisto .titulo
    {
        font-size: 55px;
        margin-bottom: 60px;
    }
    section.loMasVisto .contenido
    {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    section.loMasVisto .item span
    {
        font-size: 18px;
    }
    section.loMasVisto .owl-carousel .owl-dots .owl-dot span
    {
        padding:1px;
    }
    section.loMasVisto .owl-carousel .owl-dots .owl-dot:hover span,
    section.loMasVisto .owl-carousel .owl-dots .owl-dot.active span
    {
        padding:3px;
        border: 1px solid transparent;
    }
    section.loMasVisto .owl-carousel .owl-nav .owl-prev
    {
        font-size: 18px;
    }
    section.loMasVisto .owl-carousel .owl-nav .owl-next
    {
        font-size: 18px;
    }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
    section.loMasVisto .titulo
    {
        font-size: 50px;
        margin-bottom: 50px;
    }
    section.loMasVisto .contenido
    {
        margin-top: 60px;
        margin-bottom: 80px;
    }
    section.loMasVisto .item span
    {
        font-size: 16px;
    }
    section.loMasVisto .owl-carousel .owl-dots .owl-dot span
    {
        padding:1px;
    }
    section.loMasVisto .owl-carousel .owl-dots .owl-dot:hover span,
    section.loMasVisto .owl-carousel .owl-dots .owl-dot.active span
    {
        padding:3px;
        border: 1px solid transparent;
    }
    section.loMasVisto .owl-carousel .owl-nav .owl-prev
    {
        font-size: 16px;
    }
    section.loMasVisto .owl-carousel .owl-nav .owl-next
    {
        font-size: 16px;
    }
}

/* Teléfonos */
@media only screen and (max-width: 575px)
{
    section.loMasVisto .titulo
    {
        font-size: 40px;
        margin-bottom: 80px;
    }
    section.loMasVisto .contenido
    {
        margin-top: 90px;
        margin-bottom: 80px;
    }
    section.loMasVisto .item span
    {
        font-size: 20px;
    }
    section.loMasVisto .owl-carousel .owl-dots .owl-dot span
    {
        padding:1px;
    }
    section.loMasVisto .owl-carousel .owl-dots .owl-dot:hover span,
    section.loMasVisto .owl-carousel .owl-dots .owl-dot.active span
    {
        padding:3px;
        border: 1px solid transparent;
    }
}

/* ipad lanscape*/
@media only screen
and (width: 1024px)
and (height: 768px)
and (orientation: landscape)
{
    section.loMasVisto .titulo
    {
        font-size: 60px;
        /* margin-bottom: 80px; */
    }
}
