@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    font-family: 'Ibarra Real Nova', serif;
}
body {
    letter-spacing: 0px;
    color: #171717;
    padding: 0px;
    overflow-x: hidden;
    z-index: 0;    
}

h1,h2,h3,h4,h5,h6{
 font-family: 'Jost', sans-serif !important;   
}



.header_area {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-height: 93px;
}


.header_area.navbar_fixed .sticky_logo img,.header_area.navbar_fixed .redes img{
        filter: invert(0.4) sepia(1);
}

.header_area.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
    z-index: 999;
}

.header_area {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 0;
    background-color: rgba(90,90,90,0.7);
}

.menu > .nav-item {
    position: relative;
    padding-bottom: 34.5px;
    padding-top: 34.5px;
}

.menu > .nav-item > .nav-link {
    font-family: 'Jost', sans-serif !important;   
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 0px;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    position: relative;
}

.menu > .nav-item + .nav-item {
    margin-left: 45px;
}
.menu > .nav-item:hover .nav-link:before {
    width: 100%;
    left: 0;
    right: auto;
}

.menu > .nav-item .dropdown-menu .nav-item .nav-link:hover {
    color: #92e633;
}

.w_menu .nav-item .nav-link:before {
    background: #fff;
}
.menu > .nav-item > .nav-link:before{
    content: "";
    width: 0;
    height: 3px;
    background: #ffffff;
    position: absolute;
    bottom: -5px;
    left: auto;
    border-radius: 6px;
    right: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.menu > .nav-item ul.sub_menu {
    margin: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    left: 0;
    min-width: 200px;
    background-color: transparent;
    -webkit-box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
    box-shadow: 0px 15px 27px 0px rgba(14, 0, 40, 0.05);
}

.menu > .nav-item .dropdown-menu .nav-item:first-child {
    padding-top: 25px;
    border-radius: 7px 7px 0px 0px;
}
.menu > .nav-item .dropdown-menu .nav-item:last-child {
    padding-bottom: 40px;
    margin-bottom: -8px;
    border-radius: 0px 0px 7px 7px;
}

.menu > .nav-item .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0px;
    padding: 0px 40px;
    background-color: rgba(120,120,120,0.6);
}

.menu > .nav-item .dropdown-menu .nav-item .nav-link {
    padding: 0px;
    white-space: nowrap;
    font-family: 'Jost', sans-serif !important;   
    color: #fff;
    font-size: 14px/34px;
    font-weight: 400;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand img {
    width: 45px;
}

.carousel-item{
/*    height: 500px;
*/    height: 100vh;
}

figure.effect-zoe{
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.carousel-item figure figcaption, .carousel-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    left: 1%;
    border-radius: 5px 5px 0px 0px;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: .45em;
    height: 4.35em;
    overflow: hidden;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    background-color: rgba(120,120,120,0.4);
    color:#f9f9f9;
}
.cover-image{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.M21_ap_banners .banner-content{
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.M21_ap_banners .banner-content:before,.carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.5) 100%);
*/}

figcaption .description{
    text-align: left !important;
    font-size: .9em;
}
.description a {
    font-weight: 400;
    color: #f3983e;
    text-decoration: none;
}

/*figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}*/

figure.effect-zoe figcaption, figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe h2{
    text-align: left;
    font-size: 1em;
    margin-bottom: 0.6em;
    font-weight: 300;
}

.M21box_nombre.pb-2.pt-2 {
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.2;
}

.carousel-indicators{
    z-index: 200;
}

.carousel-indicators{
    bottom: 45px;
}

.footer_nine_area {
    position: relative;
    background-color: #EFEFEF;
}

.footer_nine_top {
    padding-bottom: 170px;
    position: relative;
    padding-top: 150px;
}

.footer_nine_bottom {
    background: #b2b2b2;
    padding: 10px 0px;
}

.footer_nine_bottom p {
    font-family: 'Jost', sans-serif !important;   
    font-weight: 300;
    font-size: 14px;
}

.footer_nine_top {
    padding-bottom: 170px;
    position: relative;
    padding-top: 150px;
}

.header_area.navbar_fixed .nav-item .nav-link {
    color: #051441;
}

.header_area.navbar_fixed .nav-item .nav-link:before {
    background: #051441;
}

.header_area.navbar_fixed .menu > .nav-item .dropdown-menu .nav-item{
    background: #fff !important;
}

.header_area.navbar_fixed ul.sub_menu.dropdown-menu .nav-link {
    color: #051441 !important;
}
.m21_oculto{
    display: none !important;
}

.M21_ap_banners .M21box_nombre h2 {
   -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    /*word-spacing: -0.15em;*/
    font-weight: 300;
    font-size: 1.07em;
    margin: 0px;
}

.M21_ap_banners figcaption{
    padding: .3em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 40px;
    background-color: rgba(64, 63, 63, 0.7);
    left: 0px;
    border-radius: 0px 5px 5px 0px;
}

h1.title-page {
    text-align: center;
    font-weight: 200;
    font-size: 1.8em;    
}

.migasdepan {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
}
.M21_paginador_oculto{
    display: none;
}
.contenedor-noticias-intra{
    position: relative;
}
.M21_paginador_contenedor{
    position: absolute;
    top: -40px;
    margin-left: 15px;
}

.M21_paginador_contenedor_in a {
    position: relative;
    display: block;
    padding: .2rem .65rem;
    margin-left: 0px;
    line-height: 1.25;
    background-color: #acacac;
    color: white;
    margin-right: 5px;
    border-radius: 3px;
}

.M21_paginador_contenedor_in {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.migasdepan a {
    margin-right: 4px;
    margin-left: 4px;
    color: #5e6264;
}
.migasdepan a:last-child {
    font-weight: 500;
}

/*.M21_ap_banners figcaption::before {
    width: 0;
    height: 0;
    border-left: 29px solid rgba(64, 63, 63, 0.7);
    border-top: 18.6px solid transparent;
    border-bottom: 18.6px solid transparent;
    content: '';
    position: absolute;
    right: -29px;
    top: 0px;
}*/

.M21_motor_pestamas_fondo, .menu_sub_base5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.M21_motor_pestamas_fondo a,.menu_sub_base5 a{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: .5rem 1rem;
    color: #101010;
    font-weight: 400;
    text-decoration: none;
}

.M21_motor_pestamas_fondo a {
    border-radius: .25rem;
}

.M21_motor_pestana_activa a{
    background-color: rgb(214, 214, 221);
    color: #fff;
    border-radius: .25rem;
}

.menu_lateral{
    background-color: #EFEFEF;
}

.menu_sub_base5 a:hover {
    background-color: #d6d6dd;
}

.container-fluid.banne_black{
    padding-top: 100px !important;
}

.M21_motor_pestamas_fondo{
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #ececec;
}

.M21_ap_formulario input[type=text],.M21_ap_formulario textarea{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.campos_etiqueta_titulo {
    margin-bottom: 2em;
    padding-left: .66em;
    height: 2em;
    padding-top: 1em;
}

.campos_etiqueta_titulo {
    padding: .33em;
    padding-left: 0;
    font-size: 1.06em;
    border-bottom: #333 .13em solid;
}

button[type=submit],input[type=submit]{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
    color: #fff;
    background-color: rgb(172, 172, 172);
    border-color:  rgb(172, 172, 172);
}
.link-enlace-noticias{
    color: #000;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none !important;
}
.comentadas-listado{
    padding:0px !important;
}
.lista-numeros{
    font-size: 1.5em;
}
.lista-valorados {
    border-bottom: 1px solid;
}

.contenido-noticia{
    position: relative;
}

.motor_noticias_comentarios_counter {
    height: 40px;
    width: 40px;
    background-color: #d7d6dd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: white;
    position: absolute;
    right: 20px;
    bottom: 54px;
}

.motor_noticias_comentarios_counter:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 4px 0px;
    border-color: transparent #d8d7dd;
    display: block;
    width: 0;
    z-index: 0;
    margin-top: -4px;
    left: 1px;
    top: 86%;
    transform: rotate(-38deg);
}

.M21_ap_imagenes {
    min-height: 200px;
    background-size: cover !important;
    background-position: center center;
    cursor: pointer;
    transition: .2s;
}

.M21_ap_imagenes:hover {
    opacity: .8;
    transform: scale(1.1,1.1);
}

#motor_noticias_nombre a {
    text-decoration: none;
}
#motor_noticias_prev{
    font-size: .94em;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #b3b3b3;
    border-left: 0px;
}
.carousel-item.motor {
    height: 350px;
}
ol.carousel-indicators.motor {
    bottom: 95px;
}
section.suscribe-area {
    background-color: rgba(0,0,0,0.3);
    height: 70px;
    line-height: 70px;
    color: #fff;
}

#correo_chart32_electr_chart243_nico_chart32_personal{
    font-size:.8em;
    color:#B3B3B3;
    border-radius: 0px;
    border:solid 0px;
    width:386px;
    height:32px;
    background-color:white;
    padding-left:6px;
}
.item-menu_bot {
    display: inline-block;
    vertical-align: top;
}
.item-menu_bot ul {
    list-style: none;
    padding-inline-start: 0;
}
.item-menu_bot ul {
    margin-bottom: 3px;
}

.item-menu_bot ul a {
    color: #2b2f33;
}

.item-menu_bot ul a {
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    text-decoration: none;
}
.item-menu_bot ul a p{
    margin:0px;
    padding-bottom: 20px;
}

.item-menu_bot ul li {
    display: block;
    min-width: 225px;
}

p.p_pata_title {
    font-weight: 500;
    color: #2b2f33;
}

.wrapper {
    position: relative;
    z-index: 20;
    overflow: hidden;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}


.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block;
}
.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
}
.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #5e2ced;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.header_area .menu_four .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span,.menu_toggle .hamburger-cross span {
    background: #fafafa;
}

.header_area.navbar_fixed .menu_four .menu_toggle .hamburger span, .header_area.navbar_fixed .menu_four .menu_toggle .hamburger-cross span,.menu_toggle .hamburger-cross span {
    background: #d0bd9d;
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger span {
    width: 100%;
}
.navbar-toggler{
    outline: none;
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #fefefe;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

li.content-hexag div {
    background-color: black;
}
div#menu{
    position: relative;
}
div#menu ul {
    list-style: none;
    padding: 0px;
}

.hexagono3 {
  height: 10em;
  margin: -3em 0;
  overflow: hidden;
  transform: rotate(120deg);
  visibility: hidden;
  width: 5em;
}
.hexagono3-1 {
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  width: 100%;
}
.hexagono3-2 {
  height: 100%;
  transform: rotate(-60deg);
  visibility: visible ;
  width: 100%;
}
button.navbar-toggler {
    outline: none;
}
.eventos-botanico {
    height: 450px;
}

ul.list-eventos.row {
    list-style: none;
    padding: 0px;
}

ul.list-eventos .encabezado {
    width: 100%;
    height: 320px;
    background-color: white;
    background-size: cover;
}
.elemento_evento .thumb {
    height: 280px;
}

.elemento_evento .thumb {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 991px){

    .menu_one, .header_area.navbar_fixed .menu_one, .menu_two, .menu_six, .menu_seven {
        padding: 15px 0px;
    }

    .header_area .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu > .nav-item ul.sub_menu{
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block;
    }

    .menu > .nav-item:hover .dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible;
    }
    .content-hex {
        position: fixed;
        z-index: 9999;
        right: 34px;
        top: 300px;
    }
}


.hex,.hex-evento {
    width: 50px;
    height: 28px;        
    background-color: #5f576e;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 173px;
    position: relative;
    margin: 25px 5px;
    text-align: center;
    z-index: 100;
}

@media (max-width: 991px){
    .hex{
        width: 45px;
        height: 25px;
        margin: 18px 5px;
        display: inline-block;
    }
    
    span.toltip{
        display:none !important;
    }

    img.hex-img {
        width: 40px !important;
    }

    .hex:nth-child(odd) {
        transform: translate(0px, 26px) !important;
    }
    .content-hex {
        position: fixed;
        z-index: 9999;
        right: 50%;
        margin-right: -85px;
        top: initial;
        bottom: 35px;
    }

    .text-none{
        display: none;
    }
    .header_area{
        background-color: rgba(90,90,90,0.3);
    }
    .pl-0{
        padding-left: 15px !important;
    }
    #correo_chart32_electr_chart243_nico_chart32_personal{
        max-width:280px;
    }
    footer .slider {
        display: none;
    }
    nav.navbar.navbar-expand-lg.menu_one.menu_four{
        background: rgba(90,90,90,0.7);
    }
    .navbar_fixed nav.navbar.navbar-expand-lg.menu_one.menu_four{
        background: #fff;
    }
    .menu {
        padding: 10px 30px;
        margin-top: 20px;
    }
    .menu > .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu > .nav-item + .nav-item {
        margin-left: 0px;
    }
    .redes{
        display:none;
    }
    .carousel-item{
        height: 250px; 
        margin-bottom: 20px;
/*        height: 100vh;
*/ }

    .carousel-indicators {
        bottom: 0px;
    }

    .carousel-item__description{
        height: 150px;
        margin: 0px;
    }

    .carousel-item__description div:first-child {
        height: 85px;
        overflow: hidden;
    }

    .carousel-full-2 {
        height: 220px;
    }
    .carousel-item__info{
        padding: 10px;
    }

    .carousel-item__title{
        line-height: initial;
        font-size: .8em;
        margin: 0px;
    }

    .M21_ap_banners{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .M21_ap_banners .banner-content{
        height:  250px;
    }

    .contenedor-noticias-intra .M21_paginador_visible a img{
        display: block;
        margin: 20px auto;
        width: 100%;
    }
    #motor_noticias_prev{
        border-left: 1px solid #b3b3b3;
    }


}

@media (max-width: 767px){
    .container {
        max-width: 100%;
    }
    .shop_list_item{
        margin-right: 0px;
        margin-left: 0px;
    }

}

.hex-img{
    margin-top: -17px;
}

.hex:nth-child(odd) {
    transform: translatex(28px);
    background-color: #7fa9a8;
}


.hex.hex-gap {
    margin-left: 86px;
}

.hex a ,
.hex-evento a{
    display:block;
    width: 100%;
    height:35px;
    position:absolute;
    top:0;
    left:0;
}

.hex .corner-1,
.hex .corner-2,
.hex-evento .corner-1,
.hex-evento .corner-2 {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: inherit;
    z-index:-2;
    overflow:hidden;
    backface-visibility: hidden;
}

.hex .corner-1,
.hex-evento .corner-1 {
    z-index:-1;
    transform: rotate(60deg);
}

.hex .corner-2,
.hex-evento .corner-2 {
    transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex-evento .corner-1:before,
.hex .corner-2:before,
.hex-evento .corner-2:before {
    width: 173px;
    height: 173px;
  content: '';
  position: absolute;
  background: inherit;
  top:0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat:no-repeat;
  backface-visibility: hidden;
}

.hex .corner-1:before,
.hex-evento .corner-1:before {
  transform: rotate(-60deg) translate(-87px, 0px);
  transform-origin: 0 0;
}

.hex .corner-2:before.hex-evento .corner-2:before {
    transform: rotate(60deg) translate(-48px, -11px);
    bottom:0;
}

.hex-evento {
    margin: 0px auto;
    top: 30px;
}

.texto-evento{
    font-size: 1em;
}
.contenido-evento h1.title {
    color: #333333;
    font-size: 1.2em;
    font-weight: 500;
    margin: 0px;
}
.date {
    color: #fdfdfd;
    line-height: 17px;
    font-weight: 600;
}
.contenido-evento {
    height: 210px;
}
.elemento_evento .thumb,.contenido-evento{
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.shop_list_item .single_product_item .single_pr_details .s_list_title {
    display: inline-block;
}
.single_product_item .single_pr_details h3 {
    color: #282835;
    margin-bottom: 5px;
}
.f_500 {
    font-weight: 500;
}
.f_size_22 {
    font-size: 22px;
}
.shop_list_item .single_product_item .single_pr_details {
    padding-bottom: 0px;
}
.single_product_item .single_pr_details {
    padding: 28px 0px;
}
.single_product_item .single_pr_details .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.shop_list_item .single_product_item .single_pr_details .price {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 16px;
}
.single_product_item .single_pr_details .price ins {
    font-weight: 500;
    color: #282835;
    text-decoration: none;
    padding-right: 12px;
}
.single_product_item .single_pr_details .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Jost', sans-serif !important;   
    color: #677294;
}
a:hover{
    text-decoration: none !important;
}
.f_300 {
    font-weight: 300;
}
.f_size_15 {
    font-size: 15px;
}
.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn {
    font-family: 'Jost', sans-serif !important;   
    font-size: 15px/30px;
    font-weight: 400;
    color: #677294;
    border: 1px solid #e7e7f6;
    border-radius: 45px;
    background: #f9f9fc;
    padding: 9px 28px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
}

.shop_list_item .single_product_item .single_pr_details .pr_button .cart_btn:hover,.pr_details .cart_button .cart_btn:hover {
    color: #fff;
    background: #5f576e;
    border-color: #5f576e;
}

.pr_details .cart_button .cart_btn.back:hover {
    color: #fff;
    background: #7fa9a8;
    border-color: #7fa9a8;
}
.pr_details .pr_title {
    color: #282835;
}

.pr_details .price {
    font-family: 'Jost', sans-serif !important;   
    font-size: 20px;
    font-weight: 300;
    color: #677294;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-top: 8px;
}

.pr_details .price ins {
    text-decoration: none;
    font-weight: 600;
    color: #282835;
    padding-right: 18px;
}

.pr_details .product-qty {
    display: inline-block;
    position: relative;
}

.pr_details .product-qty .ar_top, .pr_details .product-qty .ar_down {
    position: absolute;
    background: #fff;
    border: 0px;
    font-size: 12px;
    color: #677294;
    right: 5px;
    border-radius: 15px;
    padding: 0px 15px 0px 0px;
}

.pr_details .product-qty .ar_top {
    top: 3px;
}

.pr_details .product-qty .ar_down {
    bottom: 3px;
}

.pr_details .product-qty .manual-adjust {
    width: 95px;
    border: 1px solid #5f576e;
    border-radius: 45px;
    background: #fff;
    text-align: center;
    height: 45px;
    outline: none;
}
.pr_details .cart_button {
    display: inline-block;
}
.pr_details .cart_button .cart_btn, .pr_details .cart_button .wish_list {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pr_details .cart_button .cart_btn {
    border-radius: 45px;
    font-family: 'Jost', sans-serif !important;   
    font-size: 15px/30px;
    font-weight: 400;
    color: #677294;
    border: 1px solid #e7e7f6;
    background: #f8f8fc;
    min-width: 140px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
    outline: none;
}
.pr_details .stock {
    font-family: 'Jost', sans-serif !important;   
    font-size: 16px;
    font-weight: 400;
    color: #7fa9a8;
    vertical-align: middle;
    padding-top: 20px;
    display: inline-block;
}
.pr_details .stock:before {
    content: "\e64c";
    font-family: 'themify';
    color: #7fa9a8;
    padding-right: 10px;
}
.pr_details .product_meta li span {
    font-weight: 500;
    color: #282835;
    padding-right: 8px;
}

.t_color3 {
    color: #222d39;
}

.single_product_item .single_pr_details h3 {
    color: #282835;
    margin-bottom: 5px;
}
.f_size_16 {
    font-size: 16px;
}
.single_product_item .single_pr_details h3:hover {
    color: #5f576e;
}

span.toltip {
    display: block;
    position: relative;
    left: -120px;
    width: 110px;
    background-color: #7fa9a8;
    top: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    transform: translate(-15%, 0%);
    opacity: 0;
}

.hex:nth-child(odd) span.toltip {
    background-color: #5f576e;
}

.hex:hover span.toltip{
    animation: tooltips-horz 180ms ease-out forwards;
}

.img-gratitud {
    width: 179px;
    height: 179px;
    background-color: #ffffff;
    margin: 11px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #c7c6c6;
}   

.banner-content {
    cursor: pointer;
}

a.mensup.nav-link:active:before {
    width: 100%;
    left: 0;
    right: auto;
}
 

a.mensup.nav-link.active:before {
    width: 100%;
    left: 0;
    right: auto;
}

/*a.active:not(.mensup) {
    background-color: #d6d6dd;
}*/

.redes a img {
    width: 25px;
}


.ui-datepicker{
    z-index: 999;
}

@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0%, 0%);
  }
}