/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */


.hero {
    /*height: calc(100vh - 0px);*/
}
.hero.bg {
    /*background-image: url(/media/glob/hero-home-bg.jpg)!important;*/
    /*background-color: #222;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: 50%;
    position: relative;
    display: flex;
    align-items: center;
    height: auto;
}
.hero.container {
    background-color: #222;
    padding: 0;
}
.hero .item_0 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero .item_2 {
    margin: auto;
}
.hero .item {
    /*height: calc(100vh - 0px);*/
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}
.hero .item.item_0.banner {
    height: 100%;
    width: 100%;
    min-height: 396px;
    display: flex;
    align-items: center;
}
/*.hero .item.post:before,*/
.hero .item.post .uvp,
.hero .item.publicacion {
    gap: 14rem;
}
.hero .item.post .uvp,
.hero .item.publicacion:before {
    content: '';
    background: rgb(37 81 153);
    height: 200px;
    width: 43%;
    position: absolute;
    z-index: 0;
    opacity: .83;
    pointer-events: none;
    left: 0.5rem;
    border-radius: 0 100px 100px 0;
}
/* .hero .item.post:before {
    background-image: linear-gradient(360deg,#1d1d1b 47%,rgba(0,0,0,.71) 84%,rgba(29,29,27,.85) 100%);
} */
/* .hero .item.post, */
.hero .item.ads {
    /* height: 1000px;
    height: calc(85vh - 0px); */
    padding: 0;
    margin: 0 auto;
}
.hero .item figure {
    height: 100%;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    max-width: 240px;
    margin: 0;
    z-index: 1;
}
/* .hero .item.post figure, */
.hero .item.ads figure {
    height: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
}
.hero .banner-item.banner-slider {
    background-color: rgb(243 245 247);
    height: 100%; 
    /* min-height: 865px;
    max-height: 865px; */
    display: flex; 
    align-items: center;
}
.hero .item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero .item_2 .uvp {
    max-width: 440px;
}
.hero .item .uvp {
    top: 35%;
    /*position: absolute;*/
    width: 100%;
    left: 0;
    /* text-transform: uppercase; */
    /*color: white;*/
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    z-index: 1;
}
/* .hero .item.post .uvp, */
.hero .item.ads .uvp {
    top: auto;
    bottom: 15%;
    text-align: center;
}
.hero .item .uvp .uvp--text {
    max-width: 600px;
    position: relative;
}
/* .hero .item.post .uvp .uvp--text {
    margin: auto;
} */
.hero .item.ads .uvp .uvp--text {
    position: relative;
    max-width: none;
}
.hero .uvp .tile_hero {
    font-weight: bold;
    font-size: 3rem;
    margin: 0 0 0;
    color: #000;
}
.hero .uvp .subtile_hero {

}
.hero .uvp .featured-publication {
    color: #fff;
    font-size: 9px;
    background-color: #30539d;
    display: inline-block;
    position: absolute;
    right: 0;
    font-family: 'Abel', sans-serif;
    padding: 5px 11px;
    top: -21px;
    border-radius: 12px 12px 12px 0;
    display: none;
}
.hero .uvp .list-author {
    opacity: .5;
    margin: 1rem 0;
    padding: 0;
    list-style-type: none;
}
.hero .uvp .list-author li {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 400;
    color: black;
}
.hero .uvp .desc {
    margin-bottom: 1.5rem;
}
.hero .uvp .desc p {
    font-size: 1.2rem;
    font-weight: 300;
}
/* .hero .item.post .uvp .btn, */
.hero .item.ads .uvp .btn {
    margin: auto;
}
.hero .uvp .btn {

}
.hero .owl-nav {
    position: absolute;
    top: 40%;
    width: 98%;
    margin: auto;
    left: 0;
    right: 0;
}
.hero .owl-dots {
    position: absolute;
    bottom: 27px;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    display: flex !important;
    -ms-flex-pack: start;
    justify-content: center;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero .owl-dots .owl-dot {
    display: inline-block;
    list-style: none;
    margin: 0 1px;
}
.hero .owl-dots .owl-dot span {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    /* border: 1px solid #fff; */
    /* background-color: transparent !important; */
    border-radius: 50%;
    background-clip: padding-box;
    transition: all 0.4s;
    padding: 0;
    /* border-color: #fff;
}
.hero .owl-dots .owl-dot.active span {
    /*background-color: #fff !important;*/
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background-color: transparent;
    border: 1px solid black;
}

.hero .owl-dots .owl-dot.active span {
    background-color: #276D63 !important;
    /* width: 30px; */
    height: 10px;
}
.mp-banner-slider .owl-nav button span{
    position: absolute;
    color: #000;
    padding: 0;
    display: flex;
    align-items: center;
    outline: none;
    transition: .3s;
    font-size: 0;
    background: black;
    height: 3rem;
    width: 3rem;
    border-radius: 50px;
    top: 45%;
    opacity: .5;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
}
.mp-banner-slider .owl-nav button span:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1.2rem;
    color: white;
}
.mp-banner-slider .owl-nav button.owl-next span:before {
    content: '\f054';
}
.mp-banner-slider .owl-nav button.owl-prev span:before {
    content: '\f053';
}
.mp-banner-slider .owl-nav .owl-prev span{
    left: 1%;
}
.mp-banner-slider .owl-nav .owl-next span{
    right: 1%;
}
.mp-banner-slider .owl-dots{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem 0;
    background-color: rgb(233 233 233);
    width: fit-content;
}
.mp-banner-slider .owl-dots .owl-dot{
    box-shadow: none;
}
.mp-banner-slider .owl-dots .owl-dot:focus {
    outline: none;
}
.sidebar .mp-banner-slider .owl-nav button span{
    font-size: 30px;
    top: 30%;
}
.sidebar .mp-banner-slider .owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
}
.sidebar .mp-banner-slider .owl-dots{
    top: 70%;
    left: 42.5%;
}

.hero .banner-item.banner-slider .img-mobile {
    display: none;
}
.udg-user-link-actions > ul > li > .minicart-wrapper > .action.showcart > .cart-toggle-action {
    position: relative;
}
/* .udg-user-link-actions > ul > li > .minicart-wrapper > .action.showcart > .cart-toggle-action img {
    display: none;
}
.udg-user-link-actions > ul > li > .minicart-wrapper > .action.showcart > .cart-toggle-action::before {
    content: '' !important;
    position: relative;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 35px;
    display: block;
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(7488%) hue-rotate(344deg) brightness(89%) contrast(98%);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 36 33.8'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; %7D .cls-1, .cls-2 %7B stroke-width: 0px; %7D .cls-2 %7B fill: %23e74828; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M21.1,7.8h-12.2c.9,2.3,1.9,4.4,2.7,6.6.4,1,.9,1.3,1.9,1.2,3,0,6,0,9.1,0,.8,0,1.3-.1,1.7-.9.1-.3.3-.5.4-.8-2.2-1.2-3.6-3.5-3.6-6.1Z'/%3E%3Cpath class='cls-2' d='M10.5,26.7c-1.7,0-3.2,1.3-3.2,3,0,1.7,1.2,3.2,2.9,3.3,1.8.1,3.3-1.3,3.3-3.1,0-1.7-1.3-3.1-3-3.2Z'/%3E%3Cpath class='cls-2' d='M26.2,26.7c-1.8,0-3.3,1.4-3.2,3.2,0,1.7,1.5,3.1,3.2,3.1,1.7,0,3.1-1.4,3.1-3.1,0-1.7-1.4-3.1-3.1-3.2Z'/%3E%3C/g%3E%3Cpath class='cls-2' d='M14.5,18.7c2.9.3,5.8,0,8.7,0,1.7,0,2.9-.7,3.7-2.1.3-.6.7-1.3,1-1.9,0,0,.2,0,.3,0,3.9,0,7-3.1,7-7s-3.1-7-7-7-5.1,1.5-6.2,3.8h0c-4.2,0-8.5,0-12.7,0-1,0-1.8,0-2.1-1.2-.3-1.7-1.4-2.3-3.1-2-.6,0-1.2.1-1.8,0-1.5-.2-1.3.7-1.4,1.6,0,1.1.2,1.8,1.5,1.5,1.6-.3,2.1.5,2.6,1.8.9,2.5,1.9,4.9,3,7.2,1.1,2.2,1.3,4.1-.3,6.3-1.8,2.4-.1,5.1,2.9,5.2,5.8,0,11.7,0,17.5,0,.9,0,1.1-.3,1.2-1.2.2-1.7-.4-2.1-2-2-5.6.1-11.3,0-17.1,0,.8-2.1,1.7-3.5,4.3-3.2ZM28.1,2.8c2.8,0,5,2.2,5,5s-2.2,5-5,5-5-2.2-5-5,2.2-5,5-5ZM9,7.8h12.2c0,2.6,1.5,4.9,3.6,6.1-.1.3-.3.5-.4.8-.4.8-.9.9-1.7.9-3,0-6,0-9.1,0-1,0-1.5-.3-1.9-1.2-.8-2.2-1.7-4.3-2.7-6.6Z'/%3E%3C/svg%3E");
} */
@media only screen and (max-width: 1024px) {
    .hero .uvp .desc {
        display: none;
    }
    .hero .banner-item.banner-slider .img-desktop {
        display: none;
    }
    .hero .banner-item.banner-slider .img-mobile {
        display: block;
    }
} 
@media only screen and (max-width: 764px) {
    .mp-banner-slider .owl-nav button span{
        top: 43%;
        font-size: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mp-banner-slider .owl-nav button span{
        top: 50%;
        font-size: 0;
    }
    .mp-banner-slider .owl-dots{
        /* top: 75%;
        left: 49%; */
    }
}

@media only screen and (max-width: 400px) {
    .mp-banner-slider .owl-nav button span{
        top: 41%;
    }
}