@charset "utf-8";
body, td, th, input, select, textarea{
	font-size:16px;
	color: #0a0a0a;
	font-family: 'Montserrat', sans-serif;

}
body{
	margin:0px;
	padding: 0px;
}
h1{color:#000000;}
h2{color:#244f39;}
h3{color:#000000;}
h4{color:#ccc;}
h5{color:#000;}
h6{color:#CCC;}

/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }

.carousel-control.right, .carousel-control.left{background-image:none !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {margin: auto;}

/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background:#999; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #244f39; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #626262; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}

.margin{margin: 5px;}
.clear{clear: both;}
.no-padding{padding:0px;}
.content-site{max-width:1200px;margin:0 auto;}

#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #3e545f; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }

#menu-main .submenu {
    display: none;
}

.content-box, .mod-box{padding:20px;}
/* General Styles */

/* Colors */
.col-whi{
	color: #fff;
}
.col-bla{
	color: #000;
}
.col-blue{
	color: #244f39;
}
.col-blue-dark{
	color: #0E2559;
}
.bg-gray{
	background-color: #F1F4F5;
}
.bg-blue{
	background-color: #244f39;
}
.bg-light{
	background-color: #F1EDEC;
}

/* Paddings */
.pad-0{
	padding: 0;
}
.pad-1{
	padding: 1em;
}
.pad-3{
	padding: 3em;
}

/* Displays */
.dis-blo{
	display: block;
}
.dis-inl{
	display: inline-block;
}
.dis-flex{
	display: flex;
}

/* Tags */
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}

.menufooter a:hover {
    color: #3fa36a !important;
	text-decoration: none;
}

*:focus{
	outline: none !important;
}

section.home-section,.site-content-inside {
    padding-top: 84px;
}

.info-section p{
	text-align: center;
	font-size: 1.2em;
}
.info-section .row .col-xs-12 {
    padding: 0;
}
.intro {
    font-size: 16px;
    padding: 2em 1.5em;
}
.site-content{
	max-width: 1200px;
	margin: 0 auto;
}

/* Headlines */
.subtitle {
    font-size: 1.5em;
    line-height: 1.4em;
    margin: .6em 0;
}



/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 10px;
    transition: all .4s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header-content {
    justify-content: space-between;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
}
.nav-brand {
    max-width: 90px;
}
.nav-brand img{
	transition: all .2s ease;
}
.social-links, .navbar-header,.main-nav-mobile {
    display: none;
}
a.toogle-menu {
    color: #244f39;
    font-size: 40px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background:#244f39;
    border-color: rgba(0,0,0,.1);
    color: rgb(255, 255, 255);
}
ul.mm-listview {
    display: block !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: rgb(255, 255, 255);
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: rgb(255, 255, 255);
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: rgb(255, 255, 255);
}
.mm-listitem::after {
    left: 0;
}
.mm-listview li a{
	padding: 15px 15px 15px 15px;
}
.mm-listview .menuMobil_item0 a{
	background: url('icon1.png') no-repeat 10px center;
	background-size: 30px;
    padding: 15px 15px 15px 50px;
}
.mm-listview .menuMobil_item1 a {
    background: url(icon2.png) no-repeat 10px center;
    background-size: 30px;
    padding: 15px 15px 15px 50px;
}
.mm-listview .menuMobil_item2 a {
    background: url(icon3.png) no-repeat 10px center;
    background-size: 30px;
    padding: 15px 15px 15px 50px;
}
.mm-listview .menuMobil_item3 a {
    background: url(icon4.png) no-repeat 10px center;
    background-size: 30px;
    padding: 15px 15px 15px 50px;
}
.mm-listview .menuMobil_item4 a {
    background: url(icon5.png) no-repeat 10px center;
    background-size: 30px;
    padding: 15px 15px 15px 50px;
}

.pad-0-intro .col-xs-12{
	padding: 0;
}


/* Slider Home */
.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 45px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.slick-arrow:hover{
	color: #244f39;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slider-home .slide.slick-slide {
    position: relative;
}
.content-layer-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    padding: 20px;
    max-width: 480px;
}
.layer-slide * {
    color: #fff;
    text-shadow: 0 0 4px black;
    letter-spacing: 2px;
}

/* Menu Circle */
.cn-button {
	position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 11;
    transform: translate(-50%,40%);
    padding: 50px;
    border-radius: 50%;
    width: 250px;
    height: 265px;
    border: none;
}
.csstransforms .cn-wrapper {
	position: absolute;
    left: 50%;
    z-index: 10;
    bottom: 0 !important;
    height: 50em;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    transition: transform .3s ease .2s, opacity .3s ease .1s;
    -webkit-transform: scale(0) translate(-50%,-6%);
    -ms-transform: scale(0) translate(-50%,-6%);
    -moz-transform: scale(0) translate(-50%,-6%);
    transform: scale(0) translate(-50%,-6%);
    pointer-events: none;
}
.csstransforms .opened-nav .cn-wrap{
	opacity: 1;
	-webkit-transform:  scale(1) translate(-50%,-6%) !important;
	-moz-transform:  scale(1) translate(-50%,-6%) !important;
	-ms-transform:  scale(1) translate(-50%,-6%) !important;
	transform: scale(1) translate(-50%,-6%) !important;
}

.component {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    display: none;
}
.csstransforms .cn-wrapper li {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin-top: -3.3em;
	margin-left: -20em;
	width: 20em;
	height: 20em;
	font-size: 1.5em;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: rotate(76deg) skew(60deg);
	-moz-transform: rotate(76deg) skew(60deg);
	-ms-transform: rotate(76deg) skew(60deg);
	transform: rotate(76deg) skew(60deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	pointer-events: none;
}

.csstransforms .cn-wrapper li a {
	position: absolute;
    right: -12.25em;
    bottom: -12.25em;
    display: block;
    width: 24.5em;
    height: 24.5em;
    border-radius: 50%;
    background: #e8e8e8;
    background: -webkit-radial-gradient(transparent 35%,rgba(255, 255, 255, 0.3) 35%);
    background: -moz-radial-gradient(transparent 35%, rgba(255, 255, 255, 0.3) 35%);
    background: radial-gradient(transparent 35%, rgba(255, 255, 255, 0.3) 35%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    -webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
    -moz-transform: skew(-50deg) rotate(-70deg) scale(1);
    -ms-transform: skew(-50deg) rotate(-70deg) scale(1);
    transform: skew(-50deg) rotate(-70deg) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
}

.csstransforms .cn-wrapper li a span {
	position: relative;
	top: 1.8em;
	display: block;
	font-size: .5em;
	font-weight: 700;
	text-transform: uppercase;
}

.csstransforms .cn-wrapper li a:hover,
.csstransforms .cn-wrapper li a:active,
.csstransforms .cn-wrapper li a:focus {
	background: -webkit-radial-gradient(transparent 35%, #244f39 35%);
	background: -moz-radial-gradient(transparent 35%, #244f39 35%);
	background: radial-gradient(transparent 35%, #244f39 35%);
}
.csstransforms .cn-wrapper li a:focus {
    position: fixed; 
}

.csstransforms .opened-nav li {
	-webkit-transition: all .3s ease .3s;
	-moz-transition: all .3s ease .3s;
	transition: all .3s ease .3s;
}

.csstransforms .opened-nav li:first-child {
	-webkit-transform: rotate(-16deg) skew(50deg);
	-moz-transform: rotate(-16deg) skew(50deg);
	-ms-transform: rotate(-16deg) skew(50deg);
	transform: rotate(-16deg) skew(50deg);
}

.csstransforms .opened-nav li:nth-child(2) {
	-webkit-transform: rotate(27deg) skew(50deg);
	-moz-transform: rotate(27deg) skew(50deg);
	-ms-transform: rotate(27deg) skew(50deg);
	transform: rotate(27deg) skew(50deg);
}

.csstransforms .opened-nav  li:nth-child(3) {
	-webkit-transform: rotate(71deg) skew(50deg);
	-moz-transform: rotate(71deg) skew(50deg);
	-ms-transform: rotate(71deg) skew(50deg);
	transform: rotate(71deg) skew(50deg);
}

.csstransforms .opened-nav li:nth-child(4) {
	-webkit-transform: rotate(115deg) skew(50deg);
	-moz-transform: rotate(115deg) skew(50deg);
	-ms-transform: rotate(115deg) skew(50deg);
	transform: rotate(115deg) skew(50deg);
}

.csstransforms .opened-nav li:nth-child(5) {
	-webkit-transform: rotate(158deg) skew(50deg);
	-moz-transform: rotate(158deg) skew(50deg);
	-ms-transform: rotate(158deg) skew(50deg);
	transform: rotate(158deg) skew(50deg);
}

.no-csstransforms .cn-wrapper {
	overflow: hidden;
	margin: 10em auto;
	padding: .5em;
	text-align: center;
}

.no-csstransforms .cn-wrapper ul {
	display: inline-block;
}

.no-csstransforms .cn-wrapper li {
	float: left;
	width: 5em;
	height: 5em;
	background-color: #fff;
	text-align: center;
	font-size: 1em;
	line-height: 5em;
}

.no-csstransforms .cn-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.no-csstransforms .cn-wrapper li a:hover,
.no-csstransforms .cn-wrapper li a:active,
.no-csstransforms .cn-wrapper li a:focus {
	background-color: #f8f8f8;
}

.no-csstransforms .cn-wrapper li.active a{
	background-color: #6F325C;
	color: #fff;
}

.no-csstransforms .cn-button {
	display: none;
}

.content-item span {
    top: 7px !important;
    font-size: 15px !important;
    line-height: 1.2;
}
.content-item small {
    display: block;
    font-weight: 400;
    font-size: 10px;
}
.content-item img {
    width: 70px;
}
.content-item {
    font-size: 22px;
    width: 150px;
    margin: 0 auto;
    padding-top: 25px;
}
.csstransforms .opened-nav li:first-child .content-item {
    transform: rotate(86deg);
    padding-bottom: 25px;
}
.csstransforms .opened-nav li:nth-child(2) .content-item {
    transform: rotate(42deg);
    padding: 20px;
}
.csstransforms .opened-nav li:nth-child(4) .content-item {
    transform: rotate(-46deg);
    padding: 28px;
}
.csstransforms .opened-nav li:nth-child(5) .content-item {
    transform: rotate(-88deg);
    padding-bottom: 45px;
}
.overlay-menu{
	transition: all .3s ease;
	opacity: 0;
}
.opened-nav .overlay-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.cn-button {
    color: #244f39;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease;
    cursor: pointer;
    font-weight: 800;
    background: #F1F4F5;
}
.cn-button i {
    display: block;
    color: #B0BED1;
    font-size: 30px;
}
.cn-button span {
    margin-top: -30px;
    display: block;
    transition: all .3s ease;
}
.cn-button:hover span{
	margin-top: -60px;
}
.content-slider-home {
    position: relative;
}

/* Recomendations */
.content-recommendations {
    padding: 15px;
    margin: 25px 0;
}
.btn-large {
    text-align: center;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 100;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.content-btn-center {
    text-align: center;
    padding-top: 30px;
}
a.btn-large::before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #244f39;
    z-index: -1;
    transition: all 1s ease;
    width: 0;
}
.btn-large:hover::before{
	width: 100%;
}
.title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}
.recommendations .info-section {
    max-width: 400px;
    margin: 0 auto;
}
.content-item-new{
	background: url(bg-recomendacion.jpg) no-repeat center center;
    background-size: cover;
    padding: 5px;
    margin: 0 10px;
}
.info-new {
    padding: 0 10px;
    font-size: 14px;
}
.info-new .col-blue-dark {
    padding-bottom: 10px;
}
.content-item-new:hover img{
	transform: scale(1.15);
}
.slider-recommendations .slick-track{
    margin:0 auto !important;
    background: #fff;
    padding: 15px 0;
}

/* Promotions */
.slider-promotions {
    padding: 30px 0 15px 0;
}
.w-100{
	width: 100%;
}

/* Social Section */
.video-home {
    min-height: 350px;
    width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    box-shadow: 0 0 8px black;
}
.content-social > .row {
    display: flex;
    flex-wrap: wrap;
}
.row.social-widgets {
    display: none;
}
.content-social a {
    display: flex;
    width: 100%;
}
.content-social{
	margin-top: 15px;
}
.content-social a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 60px;
    color: #fff;
}

/* Footer Información Victoria */
.info-victoria {
    background-size: cover !important;
    background-position: center bottom !important;
}

/* Footer */
.footer{
	/*background: url('cuadros.jpg') no-repeat center center;*/
    background-color: #244f39;
	background-size: cover !important;
    padding: 25px 0;
}
.footer * {
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    line-height: 1;
}
.menufooter {
    padding: 12px 0 0 0;
    margin: 0;
    list-style: none;
}
.menufooter li {
    margin-bottom: 8px;
}
.title-footer {
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
}
.social-footer a i {
    font-size: 18px;
    transition: all .3s ease;
}
.social-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-footer a {
    display: block;
    margin: 15px 5px;
    border-radius: 50%;
    border: 2px solid white;
    width: 35px;
    height: 31px;
    padding: 5px 0 0 0 !important;
    text-align: center;
    font-size: 16px !important;
}

.social-footer .ico--tictok{
    padding: 1px 0 0 0 !important;
}
.social-footer .ico--tictok:hover{
    fill: #3fa36a;
}

.social-footer a:hover {
	color: #3fa36a;
	border-color: #3fa36a;
}
.social-footer a:hover i{
	color: #3fa36a;
}
.menu-fixed-pages{
	display: none;
}

.content-box-title,.mod-box-title{
	background: url(rayas.png) no-repeat center top;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 25px;
    font-size: 25px;
}

/* Comercios */
.cat-headline {
    text-align: center;
    padding: 25px 10px;
}
h3.cat-title,.banner-page h2{
    color: #244f39;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.banner-page h2{
    position: static;
    top: 50%;
    text-align: center;
    padding: 0;
    background: no-repeat;
}
.cat-comercios {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cat-sidebar {
    width: 100%;
    background: #f5f7f9;
}
.cat-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.cat-sidebar ul li a {
    text-align: center;
    display: block;
    color: #244f39;
    padding: 10px;
    font-size: 14px;
    text-transform: capitalize;
    border-top: 1px dashed #244f39;
}
.cat-list-comercios {
    padding: 25px 10px;
}
.item-comercio {
    box-shadow: 2px 2px 13px 1px #cccaca7a;
    border-radius: 5px;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto 25px;
}
.item-comercio figure {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(3, 180, 237, 0.2);
}
.cat-social {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-in-out;
}
.cat-social a {
    color: #fff;
    padding: 15px 10px;
    font-size: 20px;
    line-height: 1;
}
.item-comercio-headline h3 {
    color: #244f39;
    font-weight: 700;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
}


.item-comercio-headline h3 a{
    color: #244f39;        
}

.cat-list-comercios h2 {
    font-size: 22px;
    color: #244f39;
    margin: 25px 0;
}
.banner-page {
    position: relative;
}
a.cat-active {
    background: #244f39 !important;
    color: #fff !important;
}
.info-local {
    position: absolute;
    top: 0;
    background: #244f39;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 12px;
    border-bottom-right-radius: 5px;
}
.content-list-comercios > .row {
    display: flex;
    flex-wrap: wrap;
}
.cat-social a:hover {
    color: #3fa36a;
}
.footer-bottom * {
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slider-home {
    z-index: 10;
}
.flex-justify-between{
    justify-content: space-between;
}


/* Slider Home */
.main-slider .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 52vw;
    min-height: 8vw;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
    z-index: 10;
}
.main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.main-slider .slick-slide {
    position: relative;
    height: 52vw;
}
.main-slider .slick-slide::before {
    background-color: #000;
    opacity: 0.1;
    z-index: 1;
}
.main-slider .slick-slide iframe {
    position: relative;
    pointer-events: none;
}
.main-slider .slick-slide figure {
    position: relative;
    height: 100%;
}
.main-slider .slick-slide .slide-image {
    /* opacity: 0; */
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}
.main-slider .slick-slide .slide-image.show {
    opacity: 1;
}
.main-slider .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.main-slider .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}
.main-slider .slick-slide .slide-media {
    -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
            animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-slider .slick-slide.slick-active {
    z-index: 1;
}
.main-slider .slick-slide.slick-active .slide-media {
    -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
            animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.main-content {
    margin: 0 auto;
    max-width: 1400px;
    box-shadow: 0px 0px 78px 0px #dcdcdc;
}
.opened-nav {
    z-index: 10;
}


@-webkit-keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
              filter: blur(15px);
    }
    to {
        -webkit-filter: blur(0);
              filter: blur(0);
    }
    }

    @keyframes slideIn {
    from {
        -webkit-filter: blur(15px);
              filter: blur(15px);
    }
    to {
        -webkit-filter: blur(0);
              filter: blur(0);
    }
    }
    @-webkit-keyframes slideOut {
    from {
        -webkit-filter: blur(0);
              filter: blur(0);
    }
    to {
        -webkit-filter: blur(15px);
              filter: blur(15px);
    }
    }
    @keyframes slideOut {
    from {
        -webkit-filter: blur(0);
              filter: blur(0);
    }
    to {
        -webkit-filter: blur(15px);
              filter: blur(15px);
    }
}


.main-slider .slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
}
.main-slider .slick-dots li button {
    display: none;
}
.main-slider .slick-dots li {
    background: white;
    width: 10px;
    height: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: all .3s ease;
}
.main-slider .slick-dots li.slick-active {
    background: #3fa36a;
}

span.event-date-cloud-from, .event-date-cloud-until {
    display: none;
}
.event-date-cloud > br{
    display: none;
}

/* Media Queries */
@media (min-width: 480px){
	h2.title-slider {
		font-size: 40px;
		font-weight: 700;
		text-align: right;
	}
	.info-slider {
	    font-size: 25px;
	    text-align: right;
	}
}

@media screen and (min-width: 620px){
	.social-links {
	    display: flex;
	    align-items: center;
	    /* padding-right: 20px; */
	}
	.social-links a {
	    color: #244f39;
	    font-size: 25px;
	    padding: 0 8px;
	}
    .icono-tiktok{
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-top: 8px;
        background: url('tiktok-2.svg') no-repeat center center;
        fill: #244f39;
        filter: brightness(0) saturate(100%) invert(23%) sepia(24%) saturate(1040%) hue-rotate(118deg) brightness(92%) contrast(89%);
    }
	.item-promotion {
	    margin: 0 35px;
	}

}

@media (min-width: 768px){
	.content-layer-slider {
	    max-width: 680px;
	}
	.info-slider {
	    max-width: 460px;
	    margin-right: 0;
	    margin-left: auto;
	}
	a.btn-large {
	    padding:25px 20px;
	}
	.title {
	    font-size: 32px;
	}
	.info-victoria .row {
	    display: flex;
	    align-items: center;
	}
	.info-text-victoria h2 {
	    font-size: 25px;
	}
	.content-galeria-comercia {
        padding-top: 50px !important;
    }
    .info-comercio h1 {
        margin: 0 0 10px 0 !important;
    }
    .info-comercio {
        padding: 0 0 15px 0 !important;
    }
    .imagen_ver_evento {
        display: none;
    }
}

@media (min-width: 992px){
    .cat-social {
        transform: translateY(100%);
    }
    .item-comercio:hover .cat-social{
        transform: translateY(0%);
    }
	.component {
	    display: block;
	}
	section.home-section {
	    padding-top: 0;
	}
	header {
	    position: absolute;
	    background: none;
	    box-shadow: none;
	    padding-top: 0;
	}
	.nav-mobile {
	    display: none;
	}
	.navbar-header {
	    display: flex;
	    align-items: center;
	    padding: 20px;
	}
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	nav.main-nav ul {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	}
	.header-content {
	    align-items: flex-start;
	}
	.nav-brand {
	    max-width: 250px;
	    background: #fff;
	    padding: 10px 40px;
	    box-shadow: 0px 2px 5px 0px #00000047;
	}
	nav.main-nav ul li {
	    padding: 0 15px;
        position: relative;

	}
	.social-links a {
	    color: #ffffff;
	    padding: 0 10px;
	}
    .icono-tiktok{
        filter: none;
    }
	nav.main-nav ul li a {
	    color: #fff;
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    text-transform: uppercase;
        text-shadow: 0px 1px 4px black;
	}
	nav.main-nav ul li a:hover,.social-links a:hover{
		color: #3fa36a;
	}

    ul.submenu {
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        padding-top: 9px !important;
        flex-direction: column;
    }
    ul.submenu a {
        padding: 3px 0;
        white-space: nowrap;
    }

    ul.subsubmenu {
        flex-direction: column;
        align-items: flex-start !important;
        position: absolute;
        z-index: 10;
        left: 100%;
        top: 9px;
        min-width: 17rem;
    }

    .icono-tiktok:hover{
        filter: grayscale(100%) sepia(100%) brightness(60%) hue-rotate(95deg) saturate(500%);
    }
	.slider-home .wrap-img-slider::after {
	    content: "";
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .35);
	    position: absolute;
	    top: 0;
	    z-index: 0;
	}
	.content-layer-slider {
	    z-index: 10;
	}
	.slick-arrow {
	    padding: 0 50px;
	}
	.title {
	    font-size: 38px;
	    line-height: 1;
	}
	.intro {
	    padding: 3.5em 1.5em;
	}
	.promotions {
	    background-attachment: fixed !important;
	    background-position: top center !important;
	}
	.row.social-widgets{
		display: block;
	}
	.content-social{
		margin-top: 40px;
	}
	.wd-ins{
		padding-left: 5px;
		padding-top: 1px;
	}
	.footer * {
	    text-align: left;
	}
	.title-footer {
	    font-size: 20px;
	}
	.social-footer a {
	    margin: 5px;
	}
	.footer {
	    padding: 40px 0 0 0;
	}
	.social-footer {
	    padding-top: 6px;
	}
	footer .site-content {
	    padding-bottom: 30px;
	    border-bottom: 2px solid white;
	}
	.menu-fixed-pages {
		display: block;
	    background: #F1F2F3;
	    position: fixed;
	    width: 100%;
	    bottom: 0;
	    z-index: 100;
	    box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
	}
	.menu-fixed-pages ul {
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    display: flex;
	    align-items: stretch;
	    justify-content: center;
	}
	.menu-fixed-pages ul li {
	    border-right: 1px solid rgba(38, 49, 53, 0.1);
	}
	.menu-fixed-pages ul li:nth-child(1) {
	    background: #2E8B57;
	}
	.menu-fixed-pages ul li a {
	    color: #fff;
	    font-size: 12px;
	    padding: 10px 15px;
	    min-width: 200px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.menu-fixed-pages ul img {
	    max-width: 50px;
	    margin-top: 5px;
	    margin: 0;
	}
	.menu-fixed-pages ul li a span {
	    font-size: 14px;
	    display: block;
	    margin-top: 8px;
	    font-weight: 500;
	    line-height: 1.2;
	    padding-left: 12px;
	}
	.menu-fixed-pages ul li a small {
	    display: block;
	    font-size: 9px;
	    font-weight: 100;
	}
	.menu-fixed-pages ul li:nth-child(2) {
	    background: #2FA36B;
	}
	.menu-fixed-pages ul li:nth-child(3) {
	    background: #33B172;
	}
	.menu-fixed-pages ul li:nth-child(4) {
	    background: #3FC17F;
	}
	.menu-fixed-pages ul li:nth-child(5) {
	    background: #58D68D;
	}
	.menu-fixed-pages ul li a:hover {
	    background: #5a595a;
	}
	.content-box, .mod-box {
	    padding: 50px;
	}
	.content-box-title,.mod-box-title {
	    font-size: 30px;
	}
    .cat-sidebar {
        width: 25%;
    }
    .cat-list-comercios {
        width: 75%;
    }
    h3.cat-title,.banner-page h2 {
        font-size: 30px;
        font-weight: bold;
        text-shadow: 1px 1px 6px black;
        margin: 15px 0;
        color: #fff;
    }
    .cat-info {
        color: #fff;
        text-shadow: 0 0 1px black;
    }
    .cat-headline {
        position: absolute;
        top: 50%;
        right: 5%;
        text-align: right;
        max-width: 500px;
        transform: translateY(-50%);
    }
    .subtitle {
        margin: 1em 0;
    }
    .content-list-comercios {
        padding: 20px 30px;
    }
    .cat-sidebar {
        padding-top: 30px;
    }
    .cat-list-comercios > h3 {
        position: relative;
    }
    .cat-list-comercios > h3::after {
        content: "";
        width: 50px;
        height: 3px;
        background: #244f39;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .page-view-comercio {
        padding: 80px 20px !important;
    }
    .footer-bottom .site-content {
        border: none;
        margin: 0 auto !important;
        padding: 25px 0 10px 0;
    }
    a.exus-url,.terms {
        display: block;
        text-align: right;
    }
    .terms {
        text-align: center !important;
    }
    .banner-page h2{
        position: absolute;
        left: 50%;
        width: 100%;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    .main-slider .slick-dots {
        padding-left: 50px;
    }
}

@media (min-width: 1200px){
	nav.main-nav ul li a {
	    font-size: 15px;
	}
	nav.main-nav ul li {
	    padding: 0 10px;
	}
	.nav-brand {
	    min-width: 250px;
	}
	.navbar-header {
	    padding: 35px 20px;
	}
	.content-info-header {
	    width: 100%;
	    justify-content: space-around;
	}
	.social-links a {
	    font-size: 23px;
	}
	.content-layer-slider * {
	    text-shadow: none;
	}
	.content-layer-slider {
	    left: auto;
	    right: 10%;
	    transform: translate(0);
	    top: 18%;
	}
	h2.title-slider {
	    font-size: 70px;
	    font-weight: 700;
	    text-align: right;
	    margin-bottom: 0;
	}
	.info-slider {
	    max-width: 470px;
	    margin-right: 0;
	    margin-left: auto;
	    font-size: 28px;
	    line-height: 1;
	    font-weight: 500;
	}
	.info-text-victoria p {
	    font-size: 20px;
	    font-weight: 500;
	}
	.info-text-victoria h2 {
	    font-size: 36px;
	}
	.intro.social {
	    padding-bottom: 5em;
	}
    h3.cat-title,.banner-page h2 {
        font-size: 50px;
        margin: 15px 0 15px auto;
    }
    .cat-headline {
        max-width: 800px;
        right: 15%;
    }
    .cat-info {
        font-size: 18px;
    }
    .subtitle {
        font-size: 28px;
    }
}

@media (min-width: 1400px){
	.info-slider {
	    max-width: 630px;
	    font-size: 37px;
	}
	h2.title-slider {
	    font-size: 90px;
	}
	.layer-slide {
	    right: 15%;
	}
	nav.main-nav ul li {
	    padding: 0 25px;
	}
}