@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,a:hover,abbr,acronym,address,cite,code,del,em,img,ins,strong,sub,sup,dd,dl,dt,li,font,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    line-height: 140%
}
:root {
    /*Principal colors*/
    --color_accent:#000000;
    --color_accent_border:#cccccc;
    --color_primary:#fdd700;
    --color-primary-accent:#fccc00;
    --color-primary-second:#dc9200;
    --menu_bg_accent:rgba(247, 247, 247, 0.9);
    --menu_bg_primary:rgba(254, 224, 5, .7);
    --featured_color:#f9c302;
    --featured_icons:#F44336;
    --opacity_color-primary:rgba(0,0,0,.8);
    --box-shadow-color:rgba(0,0,0,.04);
    /*Basic colors*/
    --default-color:#333333;
    --white-primary:#ffffff;
    --white-accent:#f7f7f7;
    --white-accent-bg:#fafafa;
    --gray-prymary:#8e8e8e;
    --gray-accent:#626262;
    --gray-third:#b8b8b8;
    --gray-box-shadow:#E5E4E5;
    --black-accent:#070707;
    --dark-blue:#3e545f;
    --primary-blue:#042246;
    --accent-blue:#042246;
    /*Input colors*/
    --input-bg:#363636;
    --input-border:#ececec;
    --input-border-accent:#e6e6e6;
    --input-color:#5a5a5a;
    --migas-de-pan:#0e0e0e;
}
.iconpicker {
    height: 34px;
}
.modal {
    z-index: 100050 !important;
}
.modal-backdrop {
    z-index: 100040 !important;
}
.modal-content{
    width: 450px;
    margin: 0 auto;
}
body,td,th,input,select,textarea {
    color: var(--dark-blue);
    font-family: 'Open Sans', sans-serif;
    font-size: 14px
}
body {
    background-color: var(--white-primary);
    margin: 0
}
a {
    color: var(--default-color);
    text-decoration: none
}
a:visited {
    color: var(--default-color)
}
a:active {
    color: var(--default-color)
}
a:hover {
    color: var(--default-color);
    text-decoration: underline
}
h1 {
    color: var(--dark-blue);
    font-size: 17px
}
h2 {
    color: var(--dark-blue)
}
h3 {
    color: var(--dark-blue)
}
h4 {
    color: var(--black-accent)
}
h5 {
    color: #666
}
h6 {
    color: #ccc
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
.zebra {
    margin-bottom: 20px;
    margin-top: 15px
}
.zebra td {
    border-bottom: 1px solid #f1f1f1
}
.zebra tr.alt td {
    background: var(--white-accent)
}
.zebra tr.over td {
    background: #e2e2e2
}
.zebra tr.title td {
    background-color: #d6d6d6;
    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-width: 1px
}
.ui-state-default,.ui-widget-content .ui-state-default {
    background: var(--gray-accent);
    border: none;
    color: var(--white-primary)
}
.ui-state-active,.ui-widget-content .ui-state-active {
    background-color: #28aeed;
    background-image: none;
    border: none;
    color: var(--white-primary)
}
.ui-state-default,.ui-widget-content .ui-state-default * {
    color: var(--white-primary);
    border: none
}
.ui-state-active,.ui-widget-content .ui-state-active * {
    color: var(--white-primary);
    border: none
}
.ui-widget-header,.ui-widget-content {
    background: var(--white-primary);
    border: none
}
.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: var(--black-accent)
}
.ui-tabs-nav {
    border-bottom-color: var(--gray-accent);
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border: none;
    padding-bottom: 5px
}
.ui-tabs .ui-tabs-nav li a {
    padding: 5px
}
.margin {
    margin: 5px
}
.clear {
    clear: both
}
.zoom {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: 1s;
}
.full_height {
    height: 100%!important;
    max-width: initial!important;
    width: auto!important
}
.full_height_no {
    width: 100%
}
.full_page {
    position: relative
}
.f-detalles {
    /*margin: 0!important*/
}
.content-box,.mod-box {
    margin: auto;
    max-width: 1170px;
    padding: 20px;
}
.mod-box {
    height: auto
}
#modulo-derecha .mod-box {
    border-radius: 5px;
    border: var(--input-border-accent) solid 1px;
    box-shadow: 1px 1px 3px 2px var(--gray-box-shadow);
    margin-top: 20px;
}
.chekcboxes{
    color: var(--featured_color);
}
.icon-cat{
    border-radius:50px;
}
.icon-cat i{
    font-size: 45px;
}

/*General styles*/
.fb_iframe_widget {
    top: 4px !important;
}
.menuplus_n1_3 .submenu li{
    /*text-align: right !important;
    padding: 10px 20px 10px 0 !important;*/
}
.close-mobile{
    margin-right:10px; 
}
.fixed-menu{
    /*transition: background .6s cubic-bezier(.25,.37,0,.87);*/
    background:var(--white-primary) !important;
    box-shadow: 3px 3px 16px 2px var(--box-shadow-color);
    padding: 0;
    position: fixed !important;
    top:-1px;
    z-index: 100000;
    border-bottom: 1px solid var(--input-border);
}
.fixed-menu #menu_principal #menuprincipal2017>li>a{
    color: var(--black-accent) !important;
}
.fixed-menu #menu_principal #menuprincipal2017>li>a:hover{
    color: var(--color-primary-second) !important;
}
.fixed-menu-top{
    position: fixed !important;
}

.content-box .content-box-title {
    background: var(--white-primary);
    color: var(--black-accent);
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    /*left: 50%;*/
    margin-bottom: 25px;
    position: relative;
    /*transform: translate(-50%)*/
}
.content-box .content-box-title:after {
    /*background: var(--color_primary);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    transform: translate(-50%);
    width: 50%*/
}
/*.content-box .content-box-title:before {
    background: url(icono-contentbox.png) no-repeat;
    content: "";
    height: 43px;
    left: -72px;
    position: absolute;
    top: -10px;
    width: 56px;
}*/
.mod-box .mod-box-title {
    background: var(--white-primary);
    color: var(--black-accent);
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    /*left: 50%;*/
    margin-bottom: 10px;
    position: relative;
    /*transform: translate(-50%)*/
}
.mod-box .mod-box-title:after {
    background: var(--color_primary);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    /*transform: translate(-50%);*/
    width: 50%
}
/*.mod-box .mod-box-title:before {
    background: url(icono-contentbox.png) no-repeat;
    content: "";
    height: 43px;
    left: -72px;
    position: absolute;
    top: -10px;
    width: 56px
}*/
.content-area #MenuVertical {
    /*float: left;*/
    margin: 20px 0;
    padding: 0;
    /*width: 16%!important*/
}

#MenuVertical li {
    list-style-image: url(vineta.gif);
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3px;
    padding: 0
}
#MenuVertical li a {
    color: var(--dark-blue);
    display: inline;
    font-size: 13px;
    font-weight: 400;
    list-style-position: inside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none
}
.main-logo{
    margin-top: -25px;
    position: absolute;
    width: 120px;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
}
.main-logo-fixed{
    margin-top: 6px;
    width: 70px;
}
.main-logo-close-menu{
    left: 10px;
    position: fixed;
    top: 0px;
    width: 50px;
    display: none;
}
#header_top {
    background: var(--black-accent);
    margin: auto;
    width: 100%
}
#contenedor_header_top {
    margin: auto;
    max-width: 1650px;
    padding: 12px 0;
    text-align:left;
}
#contenedor_header_top a>i {
    background: var(--white-primary);
    border-radius: 50%;
    color: var(--black-accent);
    font-size: 1.2em;
    height: 27px;
    margin-right: 6px;
    padding-top: 6px;
    text-align: center;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    width: 27px
}
#contenedor_header_top a>i:hover {
    background: var(--black-accent);
    color: var(--white-primary)
}
#contenedor_header_top span {
    color: var(--gray-third);
    margin-right: 6px
}
#header_bottom {
    /*background: var(--menu_bg_accent);*/
    background: transparent;
    margin: auto;
    position: absolute;
    transition: background .6s cubic-bezier(.25,.37,0,.87);
    width: 100%;
    z-index: 1000;
}
#header_bottom_dir {
    background: var(--white-accent);
    margin: auto;
    width: 100%
}
#header_bottom_dir #menu_principal #menuprincipal2017>li>a {
    color: var(--color_accent);
}
#header_bottom_dir #menu_principal #menuprincipal2017>li>a:hover {
    color: var(--color-primary-second);
}
#header_bottom:hover{
    /*background: var(--menu_bg_primary)*/
}
.input-group input {
    background-color: var(--white-accent);
    border-top: 1px solid var(--input-border);
    border-right: 0 !important;
    border-left: 1px solid var(--input-border);
    border-bottom: 1px solid var(--input-border);
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--input-color);
    display: block;
    padding: 0px 30px;
}
.input-group-site {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-site.b_nav{
    margin: 18px 0 0 0;
    display:none;
}
#header_bottom_dir .input-group-site.b_nav{
    margin: 18px 0 0 0;
    display:table;
}
.input-group-site input {
    background-color: transparent !important;
    border-top: 1px solid var(--input-border);
    border-right: 0 !important;
    border-left: 1px solid var(--input-border);
    border-bottom: 1px solid var(--input-border);
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--input-color);
    display: block;
    /*padding: 34px 30px;*/
}
.input-group-addon {
    background-color: var(--white-accent);
    border: none;
    border-top: 1px solid var(--input-border);
    border-right: 1px solid var(--input-border);
    border-bottom: 1px solid var(--input-border);
}
.input-group-addon.btn_b_nav {
    background-color: transparent;
    color: var(--white-primary);
}

#header_bottom_dir .input-group-addon.btn_b_nav {
    background-color: transparent;
    color: var(--black-accent);
}
.fixed-menu .input-group-addon.btn_b_nav {
    color: var(--input-color);
}
.btn-buscar-ficha {
    background: transparent;
    border: none !important;
    outline: none !important;
}   
#contenedor_header_bottom {
    margin: auto;
    max-width: 1610px;
    /*padding: 24px 0;*/
    position: relative;
    z-index: 3
}
div.cloud{
    text-align:left !important;
}
.ver_mas{
    background-color: var(--white-accent-bg);
    border: 1px solid var(--input-border);
    border-radius: 5px;
    color: var(--color_accent);
    display: table;
    font-size: 16px;
    margin: 20px auto;
    padding: 10px 20px;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
}
.ver_mas::before {
    content: ' ';
    width: 100%;
    top: 50px;
    left: 0;
    border-bottom: 1px solid var(--input-border);
    height: 2px;
    position: absolute;
    z-index: -1;
}

#ofertas_registro>div>div>div:nth-child(1)>p>a {
    background: var(--color-primary-accent) url(ofertas.png) no-repeat 20px center;
    border-radius: 5px 25px 25px;
    color: var(--color_accent);
    display: inline-block;
    /*float: right;*/
    font-size: 1em;
    font-weight: 600;
    padding: 20px 20px 20px 45px;
    text-decoration: none;
    width: 100%
}
#ofertas_registro>div>div>div:nth-child(2)>p>a {
    background: var(--color-primary-accent) url(registra-empresa.png) no-repeat 20px center;
    border-radius: 5px 25px 25px;
    color: var(--color_accent);
    display: inline-block;
    /*float: right;*/
    font-size: .9em;
    font-weight: 600;
    padding: 20px 20px 20px 45px;
    text-decoration: none;
    width: 100%
}
#ofertas_registro {
    margin-top: 10px;
    padding-right: 0;
    text-align: right;
    animation:_buttons .5s;
    -moz-animation:_buttons .5s; /* Firefox */
    -webkit-animation:_buttons .5s; /* Safari and Chrome */
}
@keyframes _buttons{
    from {transform:scale(.1);} 
    to{transform:scale(1);}
}
#ofertas_registro>div>div>div.col-xs-7,#ofertas_registro>div>div>div.col-xs-5 {
    padding-right: 0
}
.visitas-contador,.empresas-contador {
    margin-right: 0;
    padding-left: 0;
    padding-top: 6px
}
.visitas-contador span,.empresas-contador span {
    color: var(--white-primary)!important;
    letter-spacing: .09em
}
.visitas-contador img,.empresas-contador img {
    margin-right: 10px
}
.visitas {
    font-size: 14px
}
@-webkit-keyframes spaceboots {
    10%,90% {
        transform: translate3d(-1px,0,0)
    }
    20%,80% {
        transform: translate3d(2px,0,0)
    }
    30%,50%,70% {
        transform: translate3d(-2px,0,0)
    }
    40%,60% {
        transform: translate3d(2px,0,0)
    }
}
.shake {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: .8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 4;
    -webkit-animation-timing-function: linear
}
#menu_principal #menuprincipal2017 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-left: 18px
}
#menu_principal #menuprincipal2017>li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 15px;
}
#menu_principal #menuprincipal2017>li>a {
    color: var(--white-primary);
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    height: 31px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
}
#menu_principal #menuprincipal2017>li>a::before,#menu-main>li>a::after {
    border-radius: 20px;
    bottom: 0;
    content: '';
    height: 5px;
    position: absolute;
    width: 100%
}
#menu_principal #menuprincipal2017>li>a::before {
    /*background-color: var(--color-primary-second);
    left: -100%;
    opacity: 0;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    z-index: 2*/
}
#menu_principal #menuprincipal2017>li>a::after {
    /*background-color: var(--color_primary);
    border-radius: 30px;
    left: 0;
    z-index: 1*/
}
#menu_principal #menuprincipal2017>li>a:hover::before {
    left: 0;
    opacity: 1
}
#menu_principal #menuprincipal2017>li>a:hover {
    color: var(--color-primary-second);
}
#menu_principal #menuprincipal2017 .submenu {
    background: var(--white-primary);
    border-radius: 5px;
    border:1px solid var(--input-border);
    list-style: none;
    /*overflow: hidden!important;*/
    padding: 10px 0 20px;
    position: absolute;
    top: 61px;
    width: 15vw;
    z-index: 9;
}
/*Para las flechas del submenu*/
.prev {
    float:right;
    margin: 1px 20px;
    font-size: large;
}
.menuplus_n1_3 .submenu,
#menu_principal #menuprincipal2017 .lastMenuPlus .submenu {
    left: 10px;
}
#menu_principal #menuprincipal2017 .submenu>li {
    background: var(--white-primary);
    padding: 10px 0 10px 20px;
    text-align: left;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
/*#menu_principal #menuprincipal2017 .submenu>li:hover {
    background: var(--color_accent)
}*/
#menu_principal #menuprincipal2017 .submenu>li:hover a {
    color: var(--color-primary-second)
}
#menu_principal #menuprincipal2017 .submenu>li>a {
    color: var(--color_accent);
    font-size: 13px;
    text-decoration: none;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
#menu_principal #menuprincipal2017 .submenu .subsubmenu {
    background: var(--white-primary);
    border-radius: 5px;
    border:1px solid var(--input-border);
    display: initial;
    list-style: none;
    padding: 10px;
    position: absolute;
    left: 15vw;
    top: -1px;
    width: 15vw;
}
#menu_principal #menuprincipal2017 .submenu .subsubmenu>li {
    background: var(--white-primary);
    padding: 10px 0 10px 20px;
    text-align: left;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
#menu_principal #menuprincipal2017 .submenu .subsubmenu>li:hover {
    background: var(--white-primary)
}
#menu_principal #menuprincipal2017 .submenu .subsubmenu>li:hover a {
    color: var(--color-primary-second)
}
#menu_principal #menuprincipal2017 .submenu .subsubmenu>li>a {
    color: var(--color_accent);
    text-decoration: none;
    font-size: 13px;
}
#menuprincipal2017 li ul {
    display: none
}
.ubicaciones-button {
    display: none!important
}
.contain_buscador {
    -moz-animation:_buscador .4s; /* Firefox */
    -webkit-animation:_buscador .4s; /* Safari and Chrome */
    animation:_buscador .4s;
    animation-timing-function: ease-out;
    background: var(--white-accent-bg);
    border-radius: 5px;
    border: 1px solid var(--input-border-accent);
    bottom: -30px;
    box-shadow: 3px 3px 16px 2px var(--box-shadow-color);
    left: 5%;
    padding:25px 0 10px;
    position: absolute;
    width: 90%;
    z-index: 2
}

@keyframes _buscador{
    from {bottom: 50px;} 
    to{bottom:-30px;}
}
@-moz-keyframes _buscador{
    from {bottom: 50px;} 
    to{bottom:-30px;}
}
@-webkit-keyframes _buscador{
    from {bottom: 50px;} 
    to{bottom:-30px;}
}

.slider-title{
    background: var(--white-primary);
    border-radius: 5px;
    font-size: 26px;
    margin: 0;
    padding: 17px;
    animation:_title 2.5s;
    -moz-animation:_title 2.5s; /* Firefox */
    -webkit-animation:_title 2.5s; /* Safari and Chrome */
}
@keyframes _title{
    from {background:var(--color_primary);} 
    to{background:var(--white-primary);}
}

.input_buscador {
    font-size: 20px;
    height: 71px;
    padding: 0 25px
}
.input_buscador_nav {
    font-size: 12px;
    height: 30px;
    padding: 21px 25px;
}

.button_buscador {
    background-color: var(--color_primary);
    border-radius:5px;
    border: none;
    color: var(--color_accent);
    font-size: 18px;
    font-weight: 700;
    padding: 25px;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
.button_buscador:hover{
    background-color: black;
    color: var(--color_primary)
}
.select_buscador {
    -moz-appearance: none;
    -moz-box-shadow: -5px 6px 5px 0 rgba(240,240,240,.56);
    -webkit-appearance: none;
    -webkit-box-shadow: -5px 6px 5px 0 rgba(240,240,240,.56);
    appearance: none;
    background-image: url(icon_select_bck2.png),url(icon_select_bck.png);
    background-position: 5% center,90% center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 2px solid #e1e1e1;
    border: none;
    box-shadow: -5px 6px 5px 0 rgba(240,240,240,.56);
    box-shadow: 1px 3px 5px #e1e1e1;
    color: #bdbdbd;
    font-size: 18px;
    height: 70px;
    padding: 0 65px
}
.container-slide {
    position: relative
}
.container-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(38,38,38,.35);
    height: 100%;
    content: ' ';
    z-index: 1;
}
.slick-slider {
    margin-bottom: 50px;
}
/*Slider multiple effects*/
#sitios_destacados .slick-track .slick-slide{
    overflow: hidden
}
#sitios_destacados .slick-track .slick-slide:hover img{
    transform: scale(1.050)
}
.slick-slide img {
    margin: auto;
    opacity: .4!important;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    width: 100%!important
}
/*End Slider multiple effects content*/
#ue_slider .ue_prev {
    cursor: pointer;
    margin-left: 85px;
    position: absolute;
    top: 45.8%;
    z-index: 999
}
#ue_slider .ue_next {
    cursor: pointer;
    position: absolute;
    right: 85px;
    top: 45.8%;
    z-index: 999
}
.ue_prev {
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 45.8%;
    margin-left: 33px
}
.ue_next {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 45.8%;
    z-index: 999
}
.slick-dots {
    display: none!important
}
.ue_prev,.ue_next {
    color: var(--white-primary);
    font-size: 41px;
    text-shadow: 2px 2px 5px #777
}
.slick-slide img {
    opacity: 1!important
}
.texto_banner {
    font-size: 4em;
    font-weight: 700;
    left: 50%;
    position: absolute;
    text-align: center;
    text-shadow: 2px 2px 5px var(--gray-accent);
    top: 50%;
    transform: translate(-50%,-50%);
    width: 32%
}
.texto_banner .blanco {
    color: var(--white-primary)
}
.texto_banner .amarillo {
    color: var(--color_primary)
}
#categorias_gde {
    background: var(--white-accent-bg)
}
#contenedor_categorias_gde {
    margin: auto;
    max-width: 1600px
}
#contenedor_categorias_gde .column{
    display: inline-block;
    float:none;
    text-align: center;
    vertical-align: top;
}
#contenedor_categorias_gde .column a:hover i{
    color: var(--featured_color)
}
#contenedor_categorias_gde .column a i{
    transition: all .6s cubic-bezier(.25,.37,0,.87);
}
#contenedor_categorias_gde .column a{
    color:var(--gray-prymary);
    text-decoration: none;
}
#contenedor_categorias_gde>div:nth-child(1)>div>img {
    padding: 0 42px
}
#contenedor_alto {
    position: relative
}
#contenedor_categorias_gde>div:nth-child(1)>div>span>a>img {
    padding: 12px 17px 0
}
#contenedor_categorias_gde>div>div>div>figure>span {
    border-radius: 50%;
    display: inline-block;
    float: none;
    height: 42px;
    margin: 0 20px;
    text-align: center;
    transition: all .8s cubic-bezier(.25,.37,0,.87);
    width: 42px;
}
#contenedor_categorias_gde>div>div>div>figure>span:hover {
    color: var(--color_primary);
}
#contenedor_categorias_gde>div>div>div>figure>span>a>img {
    padding-top: 8px
}
#contenedor_categorias_gde>div>div>div>figure>figcaption>p {
    font-size: 1.2em;
    margin-top: 12px;
    text-align: center
}
#contenedor_categorias_gde>div>div>div>figure>figcaption>p>a {
    text-decoration: none
}
#contenedor_categorias_gde>div:nth-child(1)>div>span:nth-child(1)>a>img {
    padding: 5px 17px 0
}
#contenedor_categorias_gde>div:nth-child(1)>div>span:nth-child(11)>a>img {
    padding: 12px 17px 0 24px
}
#contenedor_categorias_gde>div:nth-child(2) {
    font-size: 1.1em;
    margin-top: 10px
}
#contenedor_categorias_gde>div:nth-child(2)>div>span>a {
    text-decoration: none
}
.fecha-evento{
    position: absolute;
    top: 10px;
    left: 30px;
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
}
.fecha-evento a.event{
    background-color: var(--featured_color);
    color: var(--color_accent);
    display: block;
    padding: 10px;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    font-size: 11px;
}
.ver_mas:hover,
.fecha-evento a.event:hover{
    background-color: var(--color_primary);
    color: var(--color_accent);
    text-decoration: none;
}
.icon-destacado-evento{
    color: #dc9200;
    position: absolute;
    font-size: 30px;
    top: 0px;
    right: 15px;
    z-index: 900;
}
#eventos_destacados,
#sitios_destacados {
    margin: auto;
    max-width: 1170px;
    padding: 80px 0 10px
} 

#titulo_sitios_destacados {
    color: #272f3a;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}
#titulo_sitios_destacados>span {
    font-weight: 700
}
.contenido_eventosd{
    margin: 15px 0;
}
.contenido_eventosd a{
    box-shadow: 3px 3px 16px 2px var(--box-shadow-color);
    border-radius:5px;
    border: 1px solid var(--input-border-accent);
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
}
.texto_eventos_destacados{
    position: relative;
    display: block;
    padding: 30px 22px 24px;
}
#contenedor_cosas-por-hacer h4,
.texto_eventos_destacados .nombre_empresa {
    color: var(--color_accent);
    overflow: hidden;
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
}
.fechas p,
.texto_eventos_destacados .ciudad_empresa {
    color: var(--gray-prymary);
    display: block;
    font-size: 14px;
    font-weight: 100;
}
#contenedor_cosas-por-hacer p{
    line-height: 25px;
    text-align: center;
}
.texto_sitios_destacados {
    /*background: -moz-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 70%);*/
    background: rgba(38,38,38,.35);
    border-radius:5px;
    left:15px;
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0',endColorstr='var(--color_accent)000',GradientType=0 );
    height: 40%;
    padding: 18px 20px 20px;
    position: absolute;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    width: 90%;
}
.texto_sitios_destacados .nombre_empresa {
    color: var(--white-primary);
    display: block;
    overflow: hidden;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.texto_sitios_destacados .ciudad_empresa {
    color: var(--white-primary);
    display: block;
    font-size: 14px;
    font-weight: 100;
    position: relative;
    margin:6px 0 0;
}
.texto_sitios_destacados .enlace_info_empresa {
    color: var(--white-primary);
    display: block;
    font-size: 1.1em;
    font-weight: 100;
    margin-left: 7%;
    position: relative;;
    text-decoration: none;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
.texto_sitios_destacados .enlace_info_empresa:hover {
    color: var(--color_primary)
}

.multiple_items .ue_prev,
.multiple_items .ue_next {
    cursor: pointer;
    margin-left: 85px;
    position: absolute;
    top: 45.8%;
    z-index: 999;
    color: var(--black-accent)
}
.multiple_items .ue_next {
    right: -32px
}
.multiple_items .ue_prev {
    margin-left: -32px
}
.link_eventosT:hover .fechas{
    background: var(--featured_color);
    color: var(--white-primary);
}
.link_eventosT:hover .fechas p{
    color: var(--white-primary);
}
.link_sitiosd:hover .nombre_empresa{
    color:var(--featured_color);
}
.link_eventosd:hover img,
.link_sitiosd:hover img{
    transform: scale(1.1);
}
.link_eventosd img,
.link_sitiosd img{
    transform: scale(1);
    transition: transform .6s cubic-bezier(.25,.37,0,.87);
}
.featured-label {
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    color: var(--featured_color);
    height: 100%;
    left: -15px;
    position: absolute;
    top: 24px;
    transform-origin: 0 0;
    transform: rotate(90deg);
    white-space: nowrap;
}
.featured-mark-dir .featured-label {
    left: 18px;
}
.featured{
    border: dashed 1px #FFC107 !important;
}
.featured-mark-dir,
.featured-mark-view,
.featured-mark {
    position: absolute;
    width: 12px;
    height: 16px;
    line-height: 1;
    color: var(--featured_color);
    z-index: 1;
}
.featured-mark-dir,
.featured-mark {
    right: 14px;
}
.featured-mark{
    top: 0px;
}
.featured-mark-dir{
    top: -30px;
}
.featured-mark-view{
    left: 15px;
    top: -7px;
}
.featured-mark-view,
.featured-mark-dir,
.featured-mark svg {
    display: block;
    fill: currentColor;
}
.contenedor-imagen{
    box-shadow: 3px 3px 16px 2px var(--box-shadow-color);
    display: block;
    overflow: hidden;
}
.contenido_sitiosd{
    border-radius:5px; 
    display: block;
    margin: 20px 0 60px 0;
    overflow: hidden;
}
.contenido_sitiosd a{
    border-radius:5px;
    /*border: 1px solid var(--input-border-accent);*/
    display: block;
    overflow: hidden;
}
#ofertas {
    /*background: var(--color_primary) url(background-parallax.jpg) no-repeat center center;*/
    color: var(--white-primary);
    font-size: 18px;
    margin: auto;
    padding: 120px 0;
    width: 100%;
    background-size: cover;
}
#seccion-directorio{
    padding: 50px 0;
}
#seccion-directorio ul{
    padding: 0;
    list-style: none;
    display: block;
    margin:20px 0;
}
#seccion-directorio h3{
    color:var(--black-accent);
    font-size: 20px;
}
#seccion-directorio ul li a{
    font-size: 13px;
    line-height: 100%;
}
#seccion-directorio ul li a:hover{
    color: var(--color-primary-accent);
    text-decoration: none;
}
#seccion-directorio,
#cosas-por-hacer {
    background: var(--white-accent-bg);
    color: var(--gray-prymary);
    font-size: 18px;
    margin-bottom: -20px;
    width: 100%;
    display: inline-block;
}
#seccion-directorio{
    text-align: left;
}

#cosas-por-hacer {
    text-align: center;
}
#cosas-por-hacer img {
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    transform: scale(1.3);
}
#cosas-por-hacer a:hover img {
    transform: scale(1.4);
}
#ofertas .cbp-btn{
    background-color: var(--color_primary);
    color: var(--color_accent); 
    font-size: 18px;
}
#ofertas .cbp-btn:hover{
    background-color: var(--color_accent);
    color: var(--white-primary);
}
#contenedor_ofertas {
    margin: auto;
    max-width: 1170px;
    padding-top: 56px
}
#contenedor_cosas-por-hacer{
    margin: auto;
    /*max-width: 1180px;*/
    padding-top: 50px;
    padding-bottom: 100px !important;
}
.contenido-cosas-por-hacer{
    margin: 35px 10px 0 10px;
    position: relative;
}
.contenido-cosas-por-hacer a:hover{
    text-decoration: none;
}
.contenido-cosas-por-hacer a:hover h4{
    color: var(--color-primary-second) !important;
}
.contenido-cosas-por-hacer .contenido{
    background-color: var(--white-primary);
    border-radius: 5px;
    border: 1px solid var(--input-border-accent);
    box-shadow: 3px 3px 16px 2px var(--box-shadow-color);
    box-sizing: border-box;
    display: block;
    min-height: 400px;
    overflow: hidden;
    padding: 0px 0px 45px;
    text-decoration: none;
    width: 100%;
}
.contenido-cosas-por-hacer .contenido i{
    color: var(--color_accent);
    font-size: 50px;
    margin: 40px 0;
}

.contenido-cosas-por-hacer .fechas{
    background-color: var(--white-primary);
    border-radius: 5px;
    border: 1px solid var(--input-border-accent);
    box-shadow: 3px 3px 16px 2px var(--box-shadow-color);
    box-sizing: border-box;
    color: var(--featured_color);
    display: block;
    font-size: 25px;
    font-weight: 700;
    height: 80px;
    /* left: calc(37%); */
    left: 30px;
    margin-top: 10px;
    overflow: hidden;
    padding: 10px 0 0 0;
    position: absolute;
    /* top: -35px; */
    top: 10px;
    transition: background .2s ease-in-out;
    width: 85px;
    z-index: 49;
}

#contenedor_ofertas .cbp-h1{
    color: var(--white-primary);
    font-family:'Montserrat', sans-serif;
    font-size: 60px;
    text-shadow: 0 3px 5px var(--color_accent);
}
#contenedor_ofertas #btn_ofertas {
    background: #121212;
    border-radius: 5px 25px 25px;
    box-shadow: 1px 1px 22px #484848;
    color: var(--white-primary);
    font-size: 1.2em;
    padding: 17px 34px;
    position: relative;
    text-decoration: none;
    top: 58px;
    transition: all .5s .6s cubic-bezier(.25,.37,0,.87)
}
#contenedor_ofertas #btn_ofertas:hover {
    background: var(--color_primary);
    color: #121212
}
#contenedor_testimonios {
    background: url(fondo-testimonios.png) no-repeat center bottom;
    margin-bottom: 15px;
    margin: auto;
    max-width: 750px;
    padding: 80px 0 70px
}
#slide_testimonios .slick-slide .img_testimonio img {
    border-radius: 50%;
    border: solid 7px var(--color_primary);
    width: auto!important
}
.nombre_second_slide {
    color: #272f3a;
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 20px;
    text-align: center
}
#slide_testimonios .slick-prev,#slide_testimonios .slick-next {
    display: none!important
}
#slide_testimonios .slick-slide img {
    width: auto!important
}
.testimonio_second_slide p {
    color: #939393;
    font-size: 1.1em;
    text-align: center
}
.comilla2 {
    float: right
}
.ui-state-default,.ui-widget-content .ui-state-default {
    background: var(--black-accent)!important
}
.ui-state-active,.ui-widget-content .ui-state-active {
    background-color: var(--color_primary)!important
}
.ui-state-active,.ui-widget-content .ui-state-active>a {
    color: var(--black-accent)
}
.contenedor-slide {
    margin-top: 0;
    margin-bottom: -30px;
}
#footer {
    background: #0a0a0a;
    clear: both;
    margin: 30px auto 0;
    padding-top: 72px;
    width: 100%
}
#footer_top {
    margin: auto;
    max-width: 1420px;
    padding-bottom: 32px
}
#footer_bottom {
    border-top: solid 1px #161616;
    margin: auto;
    max-width: 1420px;
    padding: 38px 0
}
#info_gde_footer>div>div {
    color: #7e7e7e;
    padding-left: 0;
    width: 75%
}
#menufooter1,#menufooter2 {
    list-style: none;
    padding: 0
}
#menufooter1>li>a,#menufooter2>li>a {
    color: #7e7e7e;
    text-decoration: none;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
#menufooter1>li>a:hover,#menufooter2>li>a:hover {
    color: var(--white-primary)
}
#boletin_gde_footer i {
    background: var(--white-primary);
    border-radius: 50%;
    color: #0a0a0a;
    font-size: 1.3em;
    height: 27px;
    margin-right: 5px;
    padding-top: 5px;
    text-align: center;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    width: 27px
}
#boletin_gde_footer i:hover {
    color: var(--white-primary);
    background: #0a0a0a
}
#footer_top .row .col-xs-12 span {
    color: #e1e1e1;
    display: block;
    font-size: 1.3em;
    margin-bottom: 20px
}
.menufooter1_item2 {
    color: var(--color_primary);
    font-size: 1.1em
}
#menufooter1 #first>a,#menufooter1 #last>a {
    color: var(--color_primary);
    font-size: 1em;
    margin-top: 5px
}
#menufooter1 #first>a:hover,#menufooter1 #last>a:hover {
    color: var(--white-accent);
}
#boletin_gde_footer>span {
    font-size: 1.1em!important;
    margin-top: 22px
}
#Form_2_container>div.col-md-12.form-group.F2_item_1>label {
    display: none!important
}
#boletin_gde_footer {
    padding: 0
}
#Form_2_container #textbox33 {
    background: var(--input-bg);
    border-radius: 5px ;
    border: 0;
    height: 54px
}
#Form_2_container .F2_item_4 {
    background: transparent url(enviar-footer.png) no-repeat 4px 18px;
    border: none;
    box-shadow: none;
    font-size: 0;
    height: 40px;
    position: absolute;
    right: 22%;
    width: 40px;
}
#exus {
    padding-right: 45px;
    text-align: right
}
#derechos_reservados {
    color: var(--gray-prymary);
    padding-top: 12px
}
#terminos_condiciones {
    padding-top: 12px
}
#terminos_condiciones a,#exus a {
    color: var(--gray-prymary);
    text-decoration: none;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
#terminos_condiciones a:hover {
    color: var(--white-primary)
}
.header_menu {
    color: var(--color-primary-accent);
    font-size: 40px;
    height: 100%;
    margin-top: 5px;
    position: relative;
    width: auto
}
.header_menu .fa-bars,.header_menu .fa-times {
    font-size: 1.4em;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
.header_menu .fa-times {
    display: none;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
.menu_wrapper {
    height: 1000px;
    background: var(--color_primary);
    display: none;
    padding: 10px 0;
    overflow: auto;
    position: fixed;
    right: 98%;
    top: 53px;
    width: 100%;
    z-index: 9999999;
}
.menu {
    height: 0;
    position: relative
}
.submenu_oculto {
    display: none
}
#menu-alternate,
.submenu_oculto {
    list-style-type: none;
    margin: 0;
    padding: 25px;
    text-align: left
}
#menu-alternate>li,
.submenu_oculto>li {
    position: relative
}
#menu-alternate>li>a,.submenu_oculto>li>a {
    border-bottom: 1px solid rgba(242,242,242,.18);
    color: var(--black-accent);
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 0;
    text-decoration: none!important
}
#menu-alternate .submenu {
    display: none
}
.target-item {
    color: var(--color_accent);
    cursor: pointer;
    font-size: 15px;
    height: 100%;
    padding: 27px 20px;
    position: absolute;
    right: 0;
    top: -11px;
    width: auto;
    z-index: 999
}
.target-item i{
    font-size: 10px;
}
#btn_menu_main {
    background: var(--white-accent);
    display: none;
    height: 54px;
    width: 100%
}
.barra_superior {
    background: var(--black-accent);
    height: 54px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}
.slide-izquierda {
    top: 47%!important
}
.slide-derecha {
    top: 47%!important
}
.logo-detalle-ficha {
    left: 0!important;
    top: 0!important;
    transform: none!important
}
.ficha-c_general div .detalle-ficha {
    /*padding: 0!important*/
}
.contenedor-logo .logo-ficha {
    background-size: 100%!important;
    margin: 30px 0
}
@media(min-width: 1600px) {
    #menu_principal {
        width:58.3333%
    }
    #ofertas_registro {
        width: 25%
    }
    #ofertas_registro>div>div>div:nth-child(1)>p>a {
        width: 80%
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        width: 80%
    }
}
@media(min-width: 1650px) {
    #ofertas_registro>div>div>div:nth-child(1)>p>a {
        width:100%
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        width: 100%
    }
}
@media(max-width: 1610px) {
    .texto_banner {
        width:48%
    }
    #contenedor_categorias_gde>div>div>div {
        float: none;
        display: inline-block
    }
    #contenedor_categorias_gde>div>div {
        float: none;
        margin: auto!important;
        text-align: center!important;
        padding: 0;
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        margin: 0 8px
    }
    .multiple_items .ue_next {
        /*top: -51px;
        right: 45%*/
    }
    .multiple_items .ue_prev {
        /*margin-left: 0;
        top: -51px;
        left: 45%*/
    }
}
@media(max-width: 1400px) {
    #contenedor_categorias_gde .column p {
        margin: 0 10px;
        font-size: 10px;
        width: 60px;
    }
    #menu_principal #menuprincipal2017 {
        padding:0
    }
    #menu_principal #menuprincipal2017>li>a {
        margin: 0 auto;
        padding: 0 10px;
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a,#ofertas_registro>div>div>div:nth-child(1)>p>a {
        width: 100%
    }
    #contenedor_categorias_gde>div>div>div {
        padding: 0
    }
}
@media(max-width: 1240px) {
    #menu_principal #menuprincipal2017>li>a {
        font-size: 1.1em;
        margin:0 10px 0 0
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        padding: 20px 5px 20px 45px
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        margin: 0 4px
    }
}
@media(max-width: 1090px) {
    #contenedor_categorias_gde .column.full {
        display: flex;
        float: none;
        overflow: scroll;
    }
    #contenedor_categorias_gde .column {
        display: contents;
    }
    #contenedor_ofertas .cbp-h1{
        font-size: 25px;
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        background:var(--color-primary-accent) url(registra-empresa.png) no-repeat 8px center;
        background-size: 18%
    }
    #menu_principal #menuprincipal2017>li>a {
        font-size: 1em;
        margin: 0 8px 0 0
    }
    #ofertas_registro>div>div>div:nth-child(1)>p>a {
        background: var(--color-primary-accent) url(ofertas.png) no-repeat 5px center;
        background-size: 30%
    }
    .texto_banner {
        width: 70%
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        height: 75px;
        margin: 0 2px;
        width: 75px
    }
}
@media(max-width: 991px) {
    .container-slide::before {
        background: transparent;
        z-index: 0;
    }
    #trigger .fa-arrow-left {
        color:var(--black-accent);
        font-size: 2.5em;
        margin-left: 20px
    }
    #header_bottom {
        position: relative
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        background: var(--color-primary-accent) url(registra-empresa.png) no-repeat 20px center;
        color: var(--color_accent);
        padding: 20px 20px 20px 45px
    }
    #ofertas_registro>div>div>div:nth-child(1)>p>a {
        background: var(--color-primary-accent) url(ofertas.png) no-repeat 20px center
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        height: 82px;
        margin: 0 21px;
        width: 82px
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        background: var(--color_primary);
        border-radius: 50%
    }
    .multiple_items .ue_prev {
        left: 40%
    }
    .multiple_items .ue_next {
        right: 40%
    }
    .texto_sitios_destacados {
        width: 88%
    }
    #logo_gde_footer img {
        margin: auto
    }
    #info_gde_footer>div>div {
        text-align: center;
        width: 100%
    }
    #info_gde_footer,#menu1_gde_footer,#menu2_gde_footer,#boletin_gde_footer,#derechos_reservados,#exus {
        text-align: center
    }
    #info_gde_footer {
        height: 170px
    }
    #Form_2_container #textbox33 {
        left: 50%;
        position: absolute;
        transform: translate(-50%);
        width: 50%
    }
    #boletin_gde_footer {
        height: 150px
    }
    #Form_2_container .F2_item_4 {
        bottom: 14%;
        right: 28%
    }
    .contenido-cosas-por-hacer .fechas{
        left: 30px;
    }
}
@media(max-width: 767px) {
    .link_eventosd img, .link_sitiosd img {
        transform: scale(1.2);
    }
    .content-box .content-box-title {
        left: 5%;
    }
    #Form_1_container {
        padding: 20px !important;
    }
    #contenedor_cosas-por-hacer {
        padding-top: 5px;
    }
    .texto_sitios_destacados {
        padding: 5px 10px 10px;
    }
    #eventos_destacados,
    #sitios_destacados {
        padding: 0px 0 10px;
    }
    .col-mysm-6{
        width: 50%;
    }
    #ofertas_registro>div>div>div:nth-child(1)>p>a {
        background-size: 30%;
        background:var(--color-primary-accent) url(ofertas.png) no-repeat 5px center;
        padding: 20px 8px 20px 45px
    }
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        background-size: 18%;
        background: var(--color-primary-accent) url(registra-empresa.png) no-repeat 8px center;
        padding: 20px 5px 20px 45px
    }
    .texto_banner {
        font-size: 2.5em
    }
    #ue_slider .ue_next {
        right: 20px
    }
    #ue_slider .ue_prev {
        margin-left: 20px
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        margin: 0 10px
    }
    .texto_sitios_destacados {
        width: 89%
    }
    .texto_sitios_destacados .nombre_empresa {
        font-size: 1.1em
    }
    .texto_sitios_destacados .ciudad_empresa,.texto_sitios_destacados .enlace_info_empresa {
        font-size: 1em
    }
    #sitios_destacados {
        padding: 30px 0 40px
    }
    #contenedor_ofertas {
        padding-top: 70px
    }
    #ofertas {
        padding: 0 15px 42px
    }
    .contain_buscador {
        margin-top: 20px;
        position: static
    }
    .input_buscador {
        font-size: 17px
    }
    .button_buscador {
        width: 100%
    }
    .slider-title{
        text-align: center;
    }
    .content-box, 
    .mod-box {
        padding: 0px;
    }
    .mod-box .content-area,
    .mod-box .mod-box-title {
        padding: 10px 20px;
    }
    .mod-box .mod-box-title:after {
        top: 50px;
        left: 20px;
    }
}
@media(max-width: 670px) {
    #ofertas_registro>div>div>div:nth-child(2)>p>a,#ofertas_registro>div>div>div:nth-child(1)>p>a {
        background:var(--color-primary-accent);
        padding: 20px 0;
        text-align: center
    }
    #logo_gde {
        padding: 0 5px
    }
    #ofertas_registro>div>div>div.col-xs-7,#ofertas_registro>div>div>div.col-xs-5 {
        padding-left: 5px
    }
    #contenedor_categorias_gde>div>div>div>figure>span {
        height: 75px;
        margin: 0 5px;
        width: 75px
    }
    #contenedor_categorias_gde>div>div>div:nth-child(7)>figure>span>a>img {
        padding-top: 13px
    }
    #contenedor_categorias_gde>div>div>div:nth-child(1)>figure>span>a>img {
        padding-top: 0
    }
}
@media(max-width: 640px) {
    #contenedor_ofertas>div>div {
        margin-top:20px;
        text-align: center
    }
    #contenedor_ofertas>div:nth-child(3) {
        display: none
    }
    #contenedor_ofertas>span {
        margin-bottom: 0
    }
    #terminos_condiciones>div>div {
        text-align: center
    }
    .visitas-contador b,.empresas-contador b,.siguenos-redes span {
        display: none
    }
}
@media(max-width: 500px) {
    .contenido-cosas-por-hacer .fechas{
        left: 30px;
    }
    #contenedor_categorias_gde .column.full {
        display: flex;
        float: none;
        overflow: scroll;
    }
    #contenedor_categorias_gde .column {
        /*display: inline-block;*/
        margin: 10px 0;
    }
    #titulo_sitios_destacados {
        padding: 10px;
        font-size: 30px;
    }
    #ue_slider .ue_next,#ue_slider .ue_prev {
        width:5%
    }
    .main-logo{
        margin-top: -35px
    }
    .main-logo-fixed{
        margin-top: -13px
    }
    .texto_banner {
        font-size: 1.6em
    }
    #contenedor_header_bottom {
        padding: 12px 0
    }
    .multiple_items .ue_next {
        right: 34%
    }
    .multiple_items .ue_prev {
        left: 34%
    }
    .texto_sitios_destacados .nombre_empresa {
        font-size: 1.3em
    }
    .texto_sitios_destacados .ciudad_empresa,.texto_sitios_destacados .enlace_info_empresa {
        font-size: 1.2em
    }
    #Form_2_container #textbox33 {
        width: 75%
    }
    #Form_2_container .F2_item_4 {
        right: 18%
    }
}
@media(max-width: 480px) {
    #titulo_detalle span {
        line-height: 100% !important;
    }
    .fb_iframe_widget {
        top: -10px !important;
    }
    .sharebar_social_content a {
        margin: 10px 0;
    }
    .texto_sitios_destacados {
        width:85%;
        height: 50%;
        background:var(--opacity_color-primary);
        font-size:10px;
    }
    .texto_sitios_destacados .nombre_empresa {
        bottom:0; 
        position: relative;
    }
    .texto_sitios_destacados .ciudad_empresa {
        bottom:0;
        position: relative;
    }
    .texto_sitios_destacados .enlace_info_empresa {
        bottom:0;
        position: relative;
    }
}
@media(max-width: 455px) {
    #ofertas_registro>div>div>div:nth-child(2)>p>a {
        padding:2px 0
    }
    .header_menu .fa-bars,.header_menu .fa-times {
        font-size: 1.2em
    }
    #ofertas_registro>div>div>div:nth-child(1)>p>a {
        padding: 12px 0
    }
    #contenedor_header_top span {
        font-size: .9em
    }
    .col-mysm-6{
        width: 50%;
    }
}
@media(max-width: 365px) {

    #contenedor_header_top>div>div {
        padding:0 5px
    }
    #contenedor_header_top a>i {
        height: 25px;
        margin-right: 0;
        width: 25px
    }
    #ofertas_registro>div>div>div.col-xs-7,#ofertas_registro>div>div>div.col-xs-5 {
        font-size: .9em;
        padding-left: 2px
    }
    .header_menu .fa-bars,.header_menu .fa-times {
        font-size: 1em
    }
    .texto_sitios_destacados {
        width: 83.5%;
        left: 14px
    }
    .contenido-cosas-por-hacer .fechas {
        left: 30px;
    }
    .contenido-cosas-por-hacer .contenido {
        min-height: 250px;
    }
    .contenido_sitiosd {
        margin: 10px 0 10px 0;
    }
}
/*Style editor*/
.sedes-add{
    margin:20px 0;
}
/*Styles for BLOG & Pages*/
.titulo-articulo-blog {
    font-size: 34px !important;
}
.url-articulo{
    overflow: hidden;
}
.url-articulo img{
    overflow: hidden;
    transition: all .6s cubic-bezier(.25,.37,0,.87);
    transform: scale(1.0);
}
.url-articulo:hover img{
    transform: scale(1.05)
}

#lista-de-etiquetas li {
    /*display: inline;*/
    display: inline-block;
    float: none !important;
    padding: 15px !important;
    font-size: 15px !important;
    transition: all .6s cubic-bezier(.25,.37,0,.87)
}
#lista-de-etiquetas li:hover{
    background-color: var(--color_primary);
    color: var(--menu_bg_accent)
}

/*Form styles*/
#Form_1_container{
    padding: 70px 200px;
}
.F1_item_1 label{
    font-size: 25px;
    margin-bottom: 20px;
}
.F1_item_2{
    margin-bottom: 20px;
}
input.inputformgenerator{
    -moz-transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -webkit-transition: border-color .2s ease-in-out;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--input-border);
    box-sizing: border-box;
    color: var(--gray-prymary);
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    height: 50px;
    line-height: calc(48px - (12px * 2) - 2px);
    margin: 0 0 14px;
    padding: 12px 20px;
    position: relative;
    transition: border-color .2s ease-in-out;
    width: 100%;
    box-shadow: none;
}
textarea.form-control{
    padding: 12px 20px;
}
textarea.form-control:focus, 
input:focus[type=text], 
input:focus[type=email], 
input:focus[type=password], 
input:focus[type=number], 
input:focus[type=date] {
    color: var(--color_accent);
    background-color: var(--white-accent);
    outline: none !important;
    outline-color: var(--white-accent) !important;
    border-color: var(--input-border) !important;
    box-shadow: none !important;
}