@import 'reset.css';
@import 'fonts.css';
@import 'forms.css';

body{ /*min-width: 1200px*/ }

.pink{ background: pink !important }

a{
    text-decoration: none;
    color: #313131;
    /*display: block;*/
}

p a{ display: inline }
.noticia-cuerpo a {
    color: #4bc3b4
}
.noticia-cuerpo a:hover {
    border-bottom: 1px dotted #4bc3b4
}
p{ margin: 0 0 24px 0; font-size: 16px; line-height: 26px; color: #202020;}

a:hover{ color: #4bc3b4 }

img{
    display: block;
}

h2, h3{ margin: 0 0 24px 0 }


.lh24{
    line-height: 48px;
    height: 48px;
}

.no-margin-bottom{ margin-bottom: 0 }

.imageWrapper{
    width: 100%;
    display: block;
    overflow: hidden;
    /*margin: 0 0 1.7142em 0;*/
    margin: 0 0 1em 0;
    background: #333;

    position: relative;
}

.imageWrapper>img{
    /*max-width: 100%;*/
}

.aCentered{
    /* Absolutly centered */
    position: absolute;
    margin: auto;
    top: -50%; right: -50%; bottom: -50%; left: -50%;
}

.vCentered{
    position: absolute;
    margin: auto;
    top: -50%; right: 0; bottom: -50%; left: 0;
    width: 100%;
}

.hCentered{
    position: absolute;
    margin: auto;
    top: 0; right: -50%; bottom: 0; left: -50%;
    height: 100%;
}

.floatLeft{ float: left }
.floatRight{ float: right }

.clear{ clear: both }

.contentWrapper{
    margin: 0 auto;
    padding: 0 15px;
    /*max-width: 1170px;*/
    max-width: 1600px;
    width: 100%;
   /* min-width: 960px;*/
}

.relative { position: relative }

.showCase{
    /*height: 24em;*/
    height: 160px;
    margin: 0 0 1.7142em 0;
    /*background: url("../images/bg_mainHeader.jpg")no-repeat center;*/
    /*background: url("../images/temp/2560x336-FMCEweb.jpg")no-repeat center;*/
    /*background-image: url("../images/temp/2560x336-FMCEweb-def-2.jpg");*/
    /*background-image: url("../images/header_18_edicion.jpg");*/
    background-image: url("../images/bg_header.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.topBar{ background: #fff; }

.topBarNav,
.topBar .socialNav{ float: right }

.topBarNav{ margin: 0 10px }

.topBarNav>ul>li>a{
    color: #202020;
    border-bottom: 2px solid transparent;
    transition: all 0.8s;
    text-transform: uppercase;
    font-size: 15px;
    font-style: normal;
}

.topBarNav>ul>li:hover>a,
.topBarNav>ul>li>a:hover{ border-bottom: 2px solid #4bc3b4;}

.topBarNav>ul{
    display: table;
    margin-top: 5px;
}

.topBarNav>ul>li{
    display: table-cell;
    vertical-align: middle;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #202020;
}
.topBarNav>ul>li:last-child{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.socialNav{
    display: table;
    height: 3.4285em;
}

.socialNav>ul{ display: table-cell; vertical-align: middle }

.socialNav li{ display: inline-block;}

.socialNav>ul>li>a{
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #202020;
    color: #202020;
    text-align: center;
    padding-top: 3px;
    transition: all 0.5s ease 0.2s;
}
.socialNav>ul>li>a:hover{
    background: #4bc3b4;
}
.socialNav>ul>li>a>i {
    font-size: 16px;
}

.socialNav>ul>li>a:hover{ opacity: 1 }
.socialNav>ul>li>a>img{ display: block }

.biznaga{
    /*width: 180px;
    height: 600px;*/
    width: 125px;
    height: 416px;
    background-image: url("/assets/images/180x600-biznaga.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 125px;
    display: none;
}

.mainLogo{
    float: left;
    /*height: 5.1428em;*/
    /*margin: 0 0 1.7142em 0;*/
}

.mainNav{
    float: right;
   /* margin: 3em 0 -2px 0;*/
       margin-bottom: 15px;
}

.mainNav>ul>li{
    box-sizing: border-box;
    float: left;
    margin: 0 12px 0 0;
}

.mainNav>ul>li:last-child{ margin: 0 }

.mainNav>ul>li>a{
    display: block;
    box-sizing: border-box;
    color: #202020;
    border-bottom: 2px solid transparent;
    transition: border-color 0.8s;
    text-transform: uppercase;
    font-size: 16px;
}
.mainNav>ul>li:hover>a,
.mainNav>ul>li>a:hover{ border-bottom: 4px solid #4bc3b4 }

.submenu{
    white-space: nowrap;
    display: none;
    position: absolute;
    z-index: 10;
}

.submenu>li>a{ display: block }

.expandable{ position: relative }

.expandable:hover .submenu, .expandable:focus .submenu, .expandable:active .submenu{ display: block }

.mainNav .submenu, .topBarNav .submenu{
    background: #202020;
    box-shadow: 0;
}

.mainNav .submenu>li, .topBarNav .submenu>li{
    border-bottom: 1px #dadbdc solid;
}

.mainNav .submenu>li:last-child, .topBarNav .submenu>li:last-child{ border: none }

.mainNav .submenu>li>a, .topBarNav .submenu>li>a{
    font-size: 16px;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
    font-style: normal;
    transition: all 0.8s;
}

.mainNav .submenu>li>a:hover, .mainNav .submenu>li>a:active, .topBarNav .submenu>li>a:hover, .topBarNav .submenu>li>a:active {
    color: #4bc3b4;
}

.mainNav .dropdown-menu, .topBarNav .dropdown-menu, #acreditaciones .dropdown-menu {
    position: relative;
    margin: 0;
    background-color: #333;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    float: none;

}

.mainNav .dropdown-menu li a, .topBarNav .dropdown-menu li a, #acreditaciones .dropdown-menu li a {
    color: white;
    font-size: 14px;
    text-transform: none;
    font-style: italic;
}

.mainNav .dropdown-menu li a:hover, .mainNav .dropdown-menu li a:active, .mainNav .dropdown-menu li a:focus, .topBarNav .dropdown-menu li a:hover, .topBarNav .dropdown-menu li a:active, .topBarNav .dropdown-menu li a:focus,
#acreditaciones .dropdown-menu li a:hover, #acreditaciones .dropdown-menu li a:active, #acreditaciones .dropdown-menu li a:focus {
    background: transparent;
    color: #4bc3b4;
}

.mainNav .submenu>li.open>a, .topBarNav .submenu>li.open>a{
    color: #4bc3b4;
    background: #202020;
}

/*.mainNav a.dropdown-toggle:hover+.dropdown-menu, .mainNav .dropdown-menu:hover,.topBarNav a.dropdown-toggle:hover+.dropdown-menu, .topBarNav .dropdown-menu:hover {
    display: block;
}*/

.topBarNav .submenu, #acreditaciones .submenu{
    background: #202020;
}
#acreditaciones .submenu {
    min-width: 175.66px;
}
.topBarNav .submenu>li, #acreditaciones .submenu>li{
    border-bottom: 1px #dadbdc solid;
}

.mainNav .submenu>li:last-child, #acreditaciones .submenu>li:last-child{ border: none }

.topBarNav .submenu>li>a, #acreditaciones .submenu>li>a{
    font-size: 14px;
    color: #fff;
    padding: 10px;
    transition: all 0.8s;
}

.topBarNav .submenu>li>a:hover, #acreditaciones .submenu>li>a:hover{
    color: #4bc3b4;
}

.mainFooter{
    margin: 30px 0 0 0;
    padding: 60px 0 0 0;
    background: #f1f1f1;
}
.mainFooter a {
    color: #202020;
    transition: all 0.5s ease 0.2s;
}
.mainFooter a:hover{ color: #4bc3b4; }

.footerSocialNav a:hover {
    color: #202020;
}

.vSeparator{
    float: left;
    width: 1px;
    height: 100%;
    /*background: #ffe780;*/
    background: #fff;
    margin: 0 14px;
}

.socialWidgetsWrapper{
    float: left;
    margin: 0 5em 0 0;
}

.socialWidget{
    max-width: 12.1428em;
    float: left;
    margin: 0 2.1428em 0 0;
}

.socialWidget>h3+a{
    line-height: 1em;
    margin-top:  0.8375em;
}

.tweet,
.tweet *,
.facebookPost,
.facebookPost *{
    padding: 1em 0 0 0;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

.tweet,
.facebookPost{
    border-top: 1px white solid;
}

.timePosted{
    font-size: 11px;
    /*color: #cb9700;*/
    color: #999;
    line-height: 3.2727em;
    margin: 0;
}

.footerStaticWrapper{
    /*height: 315px;*/
    height: 339px;
}

.footerStaticWrapper a{ color: #3f4449 }

.footerNav,
.footerShortcuts,
footer .footerInfo {
    border-left: 1px solid #202020;
    padding-left: 30px;
    margin-bottom: 30px;
}
.footerSocialNav>ul>li>a{
    border-color: #3f4449;
}

.googleMapsLink{
    display: inline-block;
    margin: 1.7142em 0;
}

hr{
    /*margin: 1.7142em 0;*/
    /*margin: .7857em 0 .8571em 0;*/
    margin: 11px 0 11px 0;
    height: 1px;
    width: 100%;
    border: none;
    background: #d9dadb;
    float: left;
}

hr.bottom{ margin: 22px 0 11px 0 }

.footerHR{ background: #fff }

.sponsors{
    margin-top: 30px;
    border-top: 1px solid white;
    padding: 60px 0;
}

.sponsorBig{
    /*margin: 0 2.1428em 0 0;*/
}

/*.sponsor-list{ margin: 0 0 0 5em }*/

.sponsor-list li{
    display: inline-block;
    margin-right: 15px;
}

.footerCredits{
    background: #202020;
    padding: 15px 0;
}

.desarrollado{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-style: normal;
}
.desarrollado a{
    display: inline;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    transition: all 0.5s ease 0.2s;
}
.desarrollado a:hover{
    color: #4bc3b4;
}

.date{
    /*border-top: 1px #d9dadb solid;*/
    margin: 0 0 1em 0;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 24px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}
.videos-secundarios .date {
    right: inherit;
    left: -15px;
}
.videos-secundarios img {
    width: 100%;
    margin-bottom: 30px;
}
/* ####### ESTILO NUEVO NOTICAS Y FMTV ###############*/
.portada-noticia .date span, .noticia-excerpt .date span, .fmtv-portada .date span, .noticia .mainCol .date span, .fmtv-page .date span, .videos-secundarios .date span {
    background: rgba(75,195,180,0.7);
    padding: 4px 8px 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    color: #202020;
}

.noticia .mainCol {
    margin-top: 0;
}

.noticia-excerpt h2.noticiasExcerptTitle, .portada-noticia h2.noticiasExcerptTitle {
    border-bottom: 1px solid #4bc3b4;
    padding-bottom: 5px;
    margin: 0 0 16px 0;
}
.noticia-excerpt p {
    text-align: right;
    margin-bottom: 60px;
}

.noticia .font-titleLarge {
    border-bottom: 1px solid #4bc3b4;
    padding-bottom: 10px;
    padding-top: 40px;
}
/* ####### FIN ESTILO NUEVO NOTICAS Y FMTV ###############*/

.date span{
    /*border: 1px solid #d9dadb;
    border-top-width: 0;
    border-left-width: 0;*/
    display: inline-block;
    float: right;
    /*padding: 0 1em;*/
    line-height: 22px;
}

.date .calendarIcon{
    /*border: 1px solid #d9dadb;
    width: 15px;
    border-top-width: 0;
    float: right;
    padding: 4px;*/
    display: none;
}

.titleSide{
    float: right;
    box-sizing: border-box;
    border: 1px #4bc3b4 solid;
    padding: 0 1em;
    margin: 5px 0 -7px 0; /* {x} pixels to push bottom to the baseline, -{x}px to contrarest the displacement -2 for the borders */
}

.titleSide-icon{
    /*width: 19px;
    height: 19px;*/
    padding: 2px;

}

.titileSide-icon>img{
    display: block;
    background: pink;
}

.breadCrumbs{ margin: 0 0 3.4285em 0 }

.lastPage{ float: left }

.breadCrumbs>ul{
    float: right;
}

.breadCrumbs>ul>li{
    float: left;
}

nav.pagination{ float: right }
nav.pagination>ul>li{
    height: 27px;
    line-height: 28px;
    border: 1px #d9dadb solid;
    padding: 1px;
    margin: 5px 1px -7px 0; /* {x} pixels to push bottom to the baseline, -{x}px to contrarest the displacement -2 for the borders */
    float: left;
}
nav.pagination>ul>li>a{
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    text-align: center;
    padding: 0 3px 0 0;
    display: block;
}

nav.pagination .currentPage,
nav.pagination>ul>li>a:hover{
    background: #4bc3b4;
    color: #333;
}

.leftCol{
    width: 270px;
    float: left;
    height: 100%;
}

.mainCol{
    /*float: left;*/
    /*width: 770px;*/
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    /*margin: 0 100px 48px 30px;*/
    min-height: 240px;
}

.leftCol,
.mainCol{
    margin-top: 24px;
}

.mainCol-semi{
    float: left;
    width: 370px;
    min-height: 24px;
    margin-bottom: 24px;
}

.mainCol-semi + .mainCol-semi{ margin-left: 30px }

.leftMenu{ position: absolute; left: 15px }

.leftMenu>ul>li{ display: block }

.leftMenu>ul>li.indented{ margin-left: 12px }

.leftMenu>ul>li>a,
.boxedLink{
    display: inline-block;
    border: 1px #d9dadb solid;
    padding: 8px 15px;
    line-height: 21px;
    margin-right: 1px;
}

.leftMenu>ul>li>a:hover,
.boxedLink:hover{
    color: #313131;
    background: #4bc3b4;
    border-color: #4bc3b4;
}

#presentacion, #informacion, #tickets{
    /* es la presentacion que se muestra al pulsar
    el boton junto al titular */
    background: #f4f4f4;
    border: 1px solid #d9dadb;
    box-sizing: border-box;
    width: 1170px;
    padding: 48px 100px 72px;
    position: absolute;
    top: 118px;
    z-index: 2;
    visibility: hidden;
}

.nota{
    display: block;
    margin-top: -24px;
    margin-bottom: 24px;
    color: #777;
}

.noContent{
    background-color: #eee;
    padding: 14px 12px;
    text-align: center;
}

.noContentProximamente{
    padding: 14px 12px;
    text-align: center;
}

.noContentProximamente p{
    margin-top: 25px;
    font-size: 25px;
}

#googleMaps{
    width: 100%;
    height: 360px;
    margin-bottom: 24px;
}

.full-mainCol{
    margin-right: 0;
    width: 870px;
}

.file-wrapper{
    width: 170px;
    margin: 0 30px 0 0;
    height: 192px;
    float: left;
}

.file-wrapper a{
    outline: none;
}

.file-wrapper a:first-child{
    margin-bottom: 12px;
}

.ui-selectmenu-text{
    font-size: 12px;
    font-style: italic;
    color: #666666;
    /*padding: 2px 0 !important;*/
}

.ui-menu{ max-height: 800px; vertical-align: top }

.ui-menu .ui-menu-item{
    display: block;
    font-size: 12px;
    font-style: italic;
}

.ui-state-focus{ outline: none }

.recaptchaWrapper{
    margin: -10px 0 24px 0;
}

.display-none{ display: none !important }

.error:not(textarea){
    color: #c42d2d;
/*    background: #eee;*/
    line-height: 48px;
    padding: 0 18px;
    font-weight: 600;
    margin-bottom: 1px;
}

a#btn_mobile {
	margin-top: 5px;
	padding: 5px 15px;
	float: right;
	border-radius: 3px;
	font-size: 16pt;
	background: #aa0000;
	color:#fff;
}
a#btn_mobile:hover {
	background: #000;
}

a#fmce-tv_Wrapper_portada {
	position: relative;
	float: left;
	width: 664px;
	height: 373px;
	margin-top: 10px;
	overflow: hidden;
	border: solid 3px #4bc3b4;

}
a#fmce-tv_Wrapper_portada img#tv_cartel{
	float: left;
	margin: 0;
	width: 100%;
}

a#fmce-tv_Wrapper_portada img#tv_play{
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	width: 90px;
	margin-top: -45px;
	margin-left: -45px;
	opacity: 1;
}
a#fmce-tv_Wrapper_portada:hover img#tv_play{
	opacity: .75;
}

.linea-amarilla{
    height:4px;
    width:30px;
    background-color:#4bc3b4;
    margin-bottom: 12px;
    margin-top: 4px;
}

#contactos-dep-prensa p {
    margin-bottom: 0px;
}

.nombre_contacto
{
    font-size: 16px;
}

.email-dep-prensa
{
    text-decoration: underline;
    margin-bottom: 14px;
    color: #333;
    border-style: solid doted;
}
/*
@media (min-width: 0) and ( max-width: 1170px){
    .socialWidgetsWrapper{ margin: 0 }
    .vSeparator{ display: none }
    .sponsor-list{ margin : 0 }

    .mainLogo,
    .mainLogo img{ height: 3.4285em }

    .mainNav{
        margin: 1.7142em 0 0 0;
        line-height: 1.7142em;
    }

    .topBarNav a{ font-size: 1.1428em }

    .mainCol{
        width: 640px;
        margin: 24px 0 48px 30px;
    }
}*/

.twitter .timePosted a{
  font-size: 11px !important;
  /* color: #cb9700; */
  color: #999 !important;
  line-height: 3.2727em;
  margin: 0;
}

.dl-menuwrapper, .dl-menuwrapper button {
    z-index: 1000;
    float: right;
}
.dl-menuwrapper button, .dl-menuwrapper button:hover, .dl-menuwrapper button:active, .dl-menuwrapper button:focus, .dl-menuwrapper button.dl-active  {
    background: transparent;
}
.dl-menuwrapper button:after {
    width: 100%;
    height: 3px;
    background: #202020;
    top: 10px;
    left: 0;
    box-shadow: 0 12px 0 #202020, 0 24px 0 #202020;
}
.dl-menuwrapper .dl-menu {
    margin: 50px 0 0 0;
}
.dl-menuwrapper ul {
    background: #202020;
}
.dl-menuwrapper li.dl-back > a {
    background: rgba(0,0,0,0.3);
}
.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,255,255,0.05);
}
.dl-menuwrapper li a {
    text-transform: uppercase;
    padding: 15px 30px;
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    line-height: 0;
    font-size: 0;
    content: "";
    border: 6px solid transparent;
    border-left-color: white;
}
.edicion-movil {
    position: absolute;
    left: 50%;
    margin-left: -93px;
    top: 78px;
}
#dl-menu {
    display: none;
}
.tablet-movil {
    display: none;
}
.programNav {
    position: absolute;
    right: 0;
    top: 47px;
}
.programNav ul li {
    display: inline-block;
}
.programNav ul li a {
    display: block;
    padding: 5px 10px 5px 6px;
    background: white;
    color: #333;
    font-weight: 600;
    font-style: italic;
    font-size: 21px;
    text-align: center;
    border-top: 4px solid #4bc3b4;
}
.programNav ul li:first-child a {
    padding: 5px 10px 5px 10px;
}

@media screen and (max-width: 1460px) {
    .programNav ul  {
        text-align: right;
        max-width: 300px;
    }
}

@media screen and (max-width: 1180px) {
    .mainNav>ul>li>a {
        font-size: 13px;
    }
    .mainNav>ul>li {
        margin: 0 8px 0 0;
    }
}

#slideGrande {
    margin: 0 0 60px 0;
}
#slideGrande .swiper-slide a, #slideGrande .swiper-slide a img {
    width: 100%;
}
#slidePequeño {
    margin-bottom: 1.7142em;
}
@media all and (max-width: 992px) {
    .footerNav, .footerShortcuts {
        display: none;
    }

.showCase{
    /*height: 24em;*/
    height: 47px;
    margin: 0 0 1.7142em 0;
    background-image: none;
}
.topBar {
    background: #fff;
    height: 47px;
}
.socialNav.socialTop {
    display: none;
}
.nav-escritorio {
    display: none;
}
#dl-menu {
    display: block;
    margin-top: 8px;
    position: absolute;
    right: 15px;
}
header {
  height: 141px;
}
.mainLogo{
position: absolute;
}
.tablet-movil {
    display: block;
}
.programNav {
    display: none;
}
h1 {
    margin-top: 20px;
}
#slideGrande {
    margin: 20px 0 1.7142em;
}
}
@media all and (max-width: 768px) {
    #slideGrande {
        display: none;
    }
    .sectionHeader.marcas {
    margin-top: 20px;
    }
}
@media all and (max-width: 480px) {
    .col-xs-6 {
        width: 100%;
    }
}

/* ACCESO MI FESTIVAL */
ul#acreditaciones {
    position: absolute;
    margin-top: 14px;
    text-transform: uppercase;
}
ul#acreditaciones>li {
    display: inline-block;
}
ul#acreditaciones>li:nth-child(2) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #202020;
}
ul#acreditaciones>li>a {
    font-size: 15px;
    color:#202020;
    border-color: transparent;
    transition: border-color 0.8s;
}
ul#acreditaciones>li>a:hover {
  border-bottom: 2px #4bc3b4 solid;
}

.topBarNavMovil {
  display: none;
}
#menuTopbar .swiper-slide {
  background: transparent;
}
#menuTopbar .swiper-slide a {line-height: 15px;}
#menuTopbar .swiper-slide a, #menuTopbar .swiper-slide .submenu .dropdown-menu a{
  color: #fff;
  transition: all 0.5s ease 0s;
}
#menuTopbar .swiper-slide .submenu a{
  color: #fff;
  text-align: left;
}
#menuTopbar .swiper-slide a:hover, #menuTopbar .swiper-slide .submenu .dropdown-menu a:hover{
  color: #4bc3b4;
}
@media all and (max-width: 992px) {
  #acreditaciones {
    display: none;
  }
  .topBarNavMovil {
    display: block;
    width: 100%;
    margin: 0;
  }
  .topBarNavEscritorio {
    display: none;
  }
  body, html {
    overflow-x: hidden;
  }
}

.arrowLeft{
    background: url("../images/gliph-left.png") center no-repeat;
}

.arrowRight{
    background: url("../images/gliph-right.png") center no-repeat;
    right: 0;
}

.arrowLeft,
.arrowRight{
    z-index: 999;
    width: 34px;
    height: 100%;
    position: absolute;
    top: 0;
    /*background-color: rgba(255, 255, 255, .5);*/

    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
}

.arrowLeft:hover,
.arrowRight:hover{
    background-color: rgba(0,0,0, 1);
}


.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width:1275px) {
    .socialNav.socialTop{ display: none!important}
}

.trumbowyg-disabled .trumbowyg-button-pane{
    display: none;
}
.trumbowyg-disabled .trumbowyg-editor{
    background-color: #eee;
}

.banners-malaga img {
    margin-bottom: 30px;
}

/* ############# BLOG DEL DIRECTOR ################*/
.main {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
.blog .thumb-noticia, .archivo .thumb-noticia {
	margin-bottom: 30px;
}
.blog h3 {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 1px;
	border-bottom: 1px solid #4bc3b4;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.blog .fecha {
	background: #4bc3b4;
	color: #202020;
	text-align: center;
	padding: 8px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	position: absolute;
	right: 15px;
	top: 0;
}
.blog a img {
	width: 100%;
	opacity: 1;
	transition: all 0.5s ease 0.2s;
}
.blog a:hover img {
	opacity: 0.7;
}
.blog h2 {
	margin-top: 5px;
	font-size: 20px;
	line-height:26px;
}
.blog h2 a {
	color: #202020;
	transition: all 0.5s ease 0.2s;
}
.blog h2 a:hover, .blog h2 a:active, .blog h2 a:focus {
	color: #4bc3b4;
	text-decoration: none;
}
.archivo h4 {
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 1px;
	/*text-align: center;*/
	padding-bottom: 30px;
	padding-left: 30px;
}
.separador {
	width: 50px;
	height: 5px;
	background: #4bc3b4;
	display: block;
	margin: 15px auto;
}
.archivo ul {
	/*text-align: center;*/
	width: 120px;
	margin-bottom: 60px;
	margin-left: 30px;
}
.archivo ul li {
	padding-bottom: 15px;
	border-bottom: 1px solid #202020;
	margin-bottom: 15px;
	padding-left: 15px;
}
.archivo ul li:last-child {
	padding-bottom: 0;
	border: 0;
	margin: 0
}
.archivo ul li a {
	color: #202020;
	font-weight: 400;
	transition: all 0.5s ease 0.2s;
}
.archivo ul li a:hover, .archivo ul li a:focus, .archivo ul li a:active, .archivo ul li a#activo {
	font-weight: 600;
	text-decoration: none;
}
.blog .noticia-single img {
    max-width: 100%;
    display:block;
    margin: 0 auto;
}
.blog .noticia-single h2 {
	font-size: 24px;
	padding-bottom: 5px;
    border-bottom: 1px solid #4bc3b4;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #202020;
}
.blog .noticia-single .entrada {
	margin-bottom: 30px;
	position: relative;
}
.blog .noticia-single .entrada .fecha {
	right: 0;
}
.blog p {
letter-spacing: 0.5px;
line-height: 26px;
padding-bottom: 15px;
}
.blog p:last-child {
	padding: 0;
}
.comentarios h3, .formulario-comentario h3 {
	font-size: 18px;
}
.comentario {
	background: #f1f1f1;
	padding: 20px;
	margin-bottom: 10px;
}
.comentario:last-child {
	margin-bottom: 30px;
}
.comentario .nombre-comentario {
	font-weight: 500;
}
.comentario .fecha-comentario {
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	padding-bottom: 5px;
}
.formulario-comentario input {
	width: 100%;
	padding: 15px;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	transition: all 0.5s ease 0.2s;
}
.formulario-comentario textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 140px;
	min-height: 140px;
	border: 1px solid #ccc;
	padding: 15px;
	transition: all 0.5s ease 0.2s;
	margin-bottom: 30px;
}
.formulario-comentario input:hover, .formulario-comentario input:focus, .formulario-comentario textarea:hover, .formulario-comentario textarea:focus {
	border: 1px solid #4bc3b4;
}
.formulario-comentario .boton {
	border: 0;
	background: #202020;
	width: 280px;
	margin: 0 auto 60px auto;
	display: block;
	color: #fff;
}
.formulario-comentario .boton:hover, .formulario-comentario .boton:focus {
	border: 0;
	background: #4bc3b4;
}
