#gallery-related-content container_widget_gallery.one-entry #titular_widget_gallery {
    font-size: 36px;
    font-weight: normal;
    height: auto;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 5px;
    position: absolute;
    width: 100%;
}

#gallery-related-content #container_widget_gallery.one-entry {
    height: auto;
    min-height: 400px;
    width: 100%;
}

#titular_widget_gallery {
    font-size: 2.6em;
    line-height: 1.2em;
    height: 100%;
    text-align: center;
    background-color: #30a8ad;
    font-family: "Oswald", sans-serif;
    color: #fff;
}


.pie_galeria {
    font-size: 16px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-right: 30px;
    font-style: italic;
    font-weight: bold;
}

.photo_desc {
    font-size: 18px;
    margin-top: 5px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.owl-carousel .owl-item .item .lazy {
    width: 100%;
    height: 600px;
    position: relative;
}
.owl-theme .owl-controls.clickable .owl-buttons div.owl-next{
    background: url(images/slider-next-arrow-white.png) no-repeat scroll center center rgba(77, 77, 77, 0.7);
    right: 20px;
}
div.owl-next:hover,div.owl-prev:hover{ background: url(images/slider-next-arrow-white.png) no-repeat scroll center center #30a8ad;}
.owl-theme .owl-controls.clickable .owl-buttons div.owl-next, .owl-theme .owl-controls.clickable .owl-buttons div.owl-prev{
    bottom: 0;
    color: #ffffff;
    font-size: 0;
    height: 52px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 501;
    border-radius: 50%;
}
.owl-theme .owl-controls.clickable .owl-buttons div.owl-prev{
    background: url(images/slider-prev-arrow-white.png) no-repeat scroll center center rgba(77, 77, 77, 0.7);
    left: 20px;
}

.owl-theme .owl-item .slide-num {
    position: absolute;
    bottom: 10px;
    background: #30a8ad;
    opacity: 1.0;
    font-size: 1.0em;
    color: #FFF;
    padding: 2px 10px;
    border-radius: 30px;
}

.antevenio {
    position: relative;
    margin-left: 34%;
    margin-top: 16%;
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 250px;
}
.owl-carousel .a-single{
    height: 100%;
    width: 100%;
    max-width: 300px;
    min-height: 250px;
}

.product-box .antevenio {
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    position: absolute;
}

.detail-pictures{
    margin-left: 10%;
    max-height: 600px;
}

.owl-carousel .owl-wrapper-outer{
    max-height: 600px;
}
#spinner-related {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    max-height: 600px;
    background-color: rgba(0,0,0,.4);
    top: 0%;
    z-index: 503;
}

#spinner-related img{
    top: 50%;
    left: 44%;
    position: relative;
}

.owl-theme .owl-controls .owl-buttons div{
    background-color:#30a8ad;
    opacity: 0.7;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,.owl-theme .owl-controls .owl-buttons div.owl-next:hover{
    background-color:#30a8ad;
}


@media only screen and (max-width: 375px) and (max-width: 468px)  {

    .owl-carousel .owl-item .item .lazy {
        width: 100%;
        height: 205px;
    }

    .owl-prev, .owl-next{
        height: 42px;width: 42px;
    }
    .owl-prev{
        float: left;
    }
    .owl-next{
        float:right;
    }
    .owl-theme .owl-controls .owl-buttons div{
        padding: 7px 10px;
    }
    .owl-carousel .owl-wrapper-outer{
        height: auto;
        max-height: 220px;
    }

    #gallery-related-content #container_widget_gallery.one-entry{
        min-height: 220px;
    }
    #titular_widget_gallery {
        font-size: 1.3em;
    }
    #spinner-related img {
        top: 23%;
        left: 30%;
    }
    .owl-controls{
        position: absolute;
        top: 30%;
        width: 100%;
    }

    .antevenio{
        margin-left: 0%;
        margin-top: 0%;
        height: 100%;
        min-height: 220px;
        width: 100%;
        max-width: 300px;
    }
    .owl-carousel .a-single{
        height: 100%;
        max-height: 220px;
        width: 100%;
        max-width: 300px;}
}