body {
    /*min-height: 100vh;*/
    font-family: 'montserrat' !important;
    font-weight: lighter;
    background-repeat: repeat;
}
table tr th, table tr td{
    font-family: 'montserrat' !important;
}
table tr th p, table tr td p{
   margin-bottom: 10px !important;
}
.row {
    max-width: 69.5em;
}
.alert-box {
    word-break: break-all;
}
.row.l-main,
.l-footer.row,
.foot .row {
    margin-left: 0;
    margin-right: 0;
}
.l-featured .large-12.columns  {
    padding-left: 0;
    padding-right: 0;
}
.main.columns {
    z-index: 0;
    position: relative;
}
.content-box,
.l-featured {
    background: #fff;
    /*-moz-box-shadow: 10px 10px 0 10px #000;*/
    /*-webkit-box-shadow: 10px 10px 0 10px #000;*/
    /*box-shadow: 10px 10px 0 10px #000;*/
    padding: 20px;
    overflow: auto;
}
.page-node- .content-box {
    padding-top: 10px;
}
.l-header-region {
    min-height: 100vh;
    z-index: 10;
    position: relative;
}
.l-footer.row {
    background: #000;
    padding: 10px;
    color: #fff;
}
.l-help .large-12{
    background: #fff;
    border-bottom: 1px dotted #000;
}
.l-header .block-logo-block{
    background: #000;
    padding: 10px;
    margin-bottom: 10%;
    transition: background-color 0.5s ease;
    text-align: center;
}
.l-header .block-logo-block:hover{
    background: #FF0071;
}
a {
    color: #FF0071;
    transition: all 0.1s linear;
}
a:hover, a:focus {
    color: #000;
}

.butcon h2 a {
    font-size:13px;
    background: #FF0071;
    padding: 4px 5px;
    color: #fff;
    text-transform: uppercase;
    margin: 1px 0;
    display: inline-block;
    font-weight: bold;
    padding-left: 10px;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out, 0.5s background-color ease;
    font-size: 13px;
    border: none;
    text-align:center;
    width: 100%;
}

.bgblack a {
    background-color: black !important;
}

.butcon h2 {
    width:100%;
    display:inline-block;
    font-size: 13px;
}

.page {
    width: 100%;
    margin: 0;
    float: left;
    min-height: 600px;
    z-index: -2;
    position: relative;
}
.l-top {
    text-align: right;
    padding-right: 0.9375em;
}
.l-top p {
    margin: 0;
}
.l-top .block {
    float: right;
}
.l-top .block-block-2 {
    margin-right: 10px;
}
.block-block-2 div {
    background: #000;
    transition: 0.5s background-color ease;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
    display: block;
    padding: 8px 5px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
    float: left;
    margin: 1px 2px;
}
.block-block-2 #bg3:hover {
    background: url(../images/color-2-plataforma-gif.gif);
    background-size: 100%;
}
.block-block-2 #bg:hover {
    background: url(../images/color-3-plataforma-gif.gif);
    background-size: 100%;
}
.l-top .block-custom-search-blocks {
    width: 17%;
}
.l-top .block-custom-search-blocks .form-type-textfield {
    background: #000;
    margin: 0;
    padding: 5px 5px 5px 36%;
}
body.bg-0{
  background-image: url(../images/bkg.png);
}
body.bg-1 {
  background-image: url(../images/color-3-plataforma-gif.gif);
}
body.bg-2 {
  background-image: url(../images/color-4-plataforma-gif.gif);
}
body.bg-3 {
  background-image: url(../images/color-plataforma-gif.gif);
}
body.bg-4 {
  background-image: url(../images/color-2-plataforma-gif.gif);
}
.block-superfish-1 {
  float: right;
  position: relative;
  z-index: 9999;
}
.sf-menu.sf-style-white .sf-sub-indicator {
    background-image: none
}
.sf-vertical li.sfHover > ul {
    top: 0;
    position: relative;
    left: 3em;
}
.sf-vertical li.sfHover > ul li a  {
    line-height: 1em;
}
.block-system-main-menu.header ul.menu li {
    list-style: none;
    font-size: 13px;
}
.sf-menu.sf-style-white li,
.sf-menu.sf-style-white.sf-navbar,
.sf-menu.sf-style-white li:hover, .sf-menu.sf-style-white li.sfHover, .sf-menu.sf-style-white a:hover,
.sf-menu.sf-style-white a:active, .sf-menu.sf-style-white span.nolink:hover,
.sf-menu.sf-style-white.sf-navbar li li,
.sf-menu.sf-style-white li li {
    background: transparent;
}
.block-system-main-menu.header ul.menu li a,
.block-superfish-1 ul.menu li a {
    background: #000;
    padding: 4px 5px;
    color: #fff;
    text-transform: uppercase;
    margin: 1px 0;
    display: inline-block;
    font-weight: bold;
    padding-left: 110px;
    transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out, 0.5s background-color ease;
    font-size: 13px;
    border: none;
}
.sf-vertical,
.sf-vertical li {
    width: 100%;
}
.block-system-main-menu.header ul li a:hover,
.block-superfish-1 ul.menu li a:hover,
.block-superfish-1 ul.menu li a.active {
    background: #FF0071;
    padding-left: 120px;
}
.sf-menu.sf-style-white a:focus{
    background: #FF0071;
}
a#superfish-1-toggle:before{
    content: "\f0c9";
    margin-right: 5px;
    font-family: 'FontAwesome';
}
.block-superfish-1 ul.menu li.menuparent ul li a{
    padding-left: 60px;
}
.block-superfish-1 ul.menu li.menuparent ul li a:hover{
    padding-left: 65px;
}
.content {
    margin-bottom: 30px;
}
/***********************/
.l-header .block-widgets-s-socialmedia-profile-default  {
    margin: 20px 0;
}
.block-widgets-s-socialmedia-profile-default .widgets-set-horizontal a {
    font-family: 'social';
    background: #000;
    text-align: center;
    font-size: 15px;
    transition: color 0.6s ease;
    padding: 7px;
    width: 27px;
    height: 27px;
    display: inline-block;
    margin-left: 10px;
}
.block-widgets-s-socialmedia-profile-default .widgets-set-horizontal a:hover {
    background: #FF0071;
    transition:0.5s background-color ease;
}
.block-widgets-s-socialmedia-profile-default .widgets-set-horizontal a img {
    display: none;
}
.block-widgets-s-socialmedia-profile-default .widgets-set-horizontal a:before {
    color: #fff;
}
#widgets-element-socialmedia_socialmedia-twitter-profile-button a:before {
  content: "\e651";
}
#widgets-element-socialmedia_socialmedia-facebook-profile-button a:before {
   content: "\e617";
}
#widgets-element-socialmedia_socialmedia-flickr-profile-button a:before {
   content: "\e61a"; 
}

#widgets-element-socialmedia_socialmedia-instagram-profile-button a:before {
    content: "\e626";
}
#widgets-element-socialmedia_socialmedia-vimeo-profile-button a:before {
    content: "\e654";
}
#widgets-element-socialmedia_socialmedia-rss-feed-button a:before {
    content: "\e63f";
}

#widgets-element-socialmedia_socialmedia-slideshare-profile-button a:before {
    content: "\e604";
}

/***********************/
.row.l-footer-columns {
    /* max-width: 980px; */
    max-width: 100%;
}

.foot {
    background-color: #000;
    padding-top: 20px;
    margin-top: 10px;
    font-size: 11px;
    color: #fff;
    padding-bottom: 20px;
}
.foot .l-footer-columns {
    opacity: 0.9;
}

.foot h2{
    color: #FFFFFF;
}

.foot p {
    margin-bottom: 0;
    font-size: 1.1em;
}
.foot p a{
  color: #FFFFFF;
}
.foot p a:hover{
  text-decoration: underline;
  color: #FFFFFF;
}
.foot .block-logo-block,
.foot .block-imageblock {
    text-align: center;
}
.foot .block-logo-block img {
    width: 80%;
}


.custom-footer{
    display: flex;
    justify-content: center;
}

.custom-footer .footer-second h2{ opacity: 0;}

.custom-footer .footer-third .logoft1 img{ width: 200px; }
.custom-footer .footer-third .logoft2 img{ width: 145px; margin: 10px 28px; }
.custom-footer .footer-third .logoft3 img{ width: 60px; margin-left: 65px; }

@media (max-width: 767px) {
    .custom-footer{ flex-direction: column; text-align: center;}
    .custom-footer .footer-second{ margin: 1rem 0; }
    .custom-footer .footer-third .logoft img{ margin: 5px auto !important; }
}

@media (min-width: 768px) and (max-width: 1024px){
    .medium-4{ width: 30% !important; }
}

.fb-like-box.fb_iframe_widget,
.fb-like-box.fb_iframe_widget span,
.fb-like-box.fb_iframe_widget iframe,
.fb-like-box.fb_iframe_widget ._2p3a {
    width: 100% !important;
}
.easy-breadcrumb {
    font-size: 10px;
    color: #000;
    padding: 10px 0;
    text-transform: uppercase;
}
.easy-breadcrumb a:hover {
    color: #FF0071;
    text-decoration: underline;
    font-weight: bold;
}
/*slide*/
.flexslider {
    margin: 0 0 30px;
    background: #fff;
    border: none;
    position: relative;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    zoom: 1;
}
.flex-control-paging li a {
    width: 25px;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #000;
    opacity: 1;
}
.flex-control-nav {
    bottom: -32px;
}
.flex-control-paging li a.flex-active {
    background:#6D6D6D;
}
.flex-control-nav {
    text-align: left;
}
.flex-control-nav li {
    margin: 0 6px 0 0;
}
.view-slide-banner-home {
    position: relative;
}
.b_title {
    position: absolute;
    bottom: 20%;
    left: 0%;
    background: #000;
    color: #fff;
    padding:5px 10px;
    font-style: italic;
    font-weight: bold;
    opacity: 0;
    transition: 0.20s position ease-out, 0.20s margin ease-out, 0.20s opacity ease-out, 0.20s background ease-out;
}
.view-slide-banner-home  li:hover .b_title {
    opacity: 1;
    background: #FF0071;
    left: 5%;
}
.listado-p td .l_img img,
.view-slide-banner-home  li .b_image img,
.row.l-main img,
.block-image img {
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    filter: grayscale(1);
    webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.listado-p td:hover .l_img img,
.view-slide-banner-home  li:hover .b_image img,
.row.l-main img:hover,
.block-image img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.field-name-body p img {
    height: auto !important; 
}
.b_enlace a {
    display: block;
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}

/*paginas internas info/contenido*/
p{
    font-weight: lighter;
}
h1, h2.block-title,
.l_title,
.l_title h3,
.l_link,
.view .date-nav-wrapper .date-heading,
.g_title,
.field-name-field-reference article.node-teaser h2.node-title,
h3.title,
p.error  {
    font-family: 'montserrat';
    font-weight: bolder;
    text-transform: uppercase;
}
.content .field-name-title {
    clear: both;
}
h1.node-title,
.block-views-home-content-block .views-field-title {
    background: #000;
    color: #fff;
    padding: 5px;
    line-height: 1.2;
    font-size: 1.5em !important;
    font-weight: bold;
}
.block-views-home-content-block .views-field-title,
.block-views-home-content-block .views-field-field-image {
   margin-bottom: 10px;
}
.block-views-home-content-block .views-field-title a {
    color: #fff;
    text-transform: uppercase; 
}
h2.field-label,
.field .field-label {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 0em;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    font-family: 'montserrat' !important;
}
h2.block-title {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 1.8em;
}
.field-label-inline .field-label {
    margin-right: 5px;
}
.page-node.page-node- .content .field-label-inline .field-label {
    font-weight: bold;
}
.field-name-field-img-portada,
.field-name-field-c-date-5,
.media-youtube-video {
   margin-bottom: 10px;
}
.taxonomy-term-reference-0  a{
   background:#FF0071;
   color: #fff;
   text-transform: uppercase;
   padding: 2px;
   font-size: 11px;
}
.content-box ul.links.inline li {
  list-style: none
}
.content-box ul.links.inline {
  margin: 0;
  padding: 0;
}
/*******collageplus*********/
.Image_Wrapper {
    opacity: 0;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    position: relative;
}
.g_title {
    font-weight: bold;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 5px 5px 5px 10px;
    bottom: 15%;
    opacity: 0;
    left: -20px;
    font-size: 11px;
    transition: 0.20s position ease-out, 0.20s margin ease-out, 0.20s opacity ease-out, 0.20s background ease-out;
}
.g_title a,
.g_title a:hover{
    color: #fff;

}
.Image_Wrapper:hover .g_title {
    left: 0;
    opacity: 1;
    transition: 0.20s position ease-out, 0.20s margin ease-out, 0.20s opacity ease-out, 0.20s background ease-out;
}
.g_enlace a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px;
    display: block;
}
.listado-p td .l_img{
overflow: hidden;
position: relative;
}
.listado-p td .l_img img {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.listado-p td:hover .l_img img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.Image_Wrapper .g_img img,
.node-type-galeria  .content .field-name-field-imagen-video img {
    display: block;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.Image_Wrapper:hover .g_img img,
.node-type-galeria  .content .field-name-field-imagen-video a:hover img  {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.Image_Wrapper .g_img img {
    height: auto !important;
}
.node-type-galeria  .content .field-name-field-imagen-video img {
    height: 150px;
    margin: 0 5px 5px 0;
    float: left;
}
.listado-p table {
    border:none;
    margin: 0;
    padding: 0;
}
.l_img,
.l_title,
.l_link {
    margin-bottom: 10px;
}
.l_title  span{
    background: #000;
    box-shadow: -10px 0px 0 #000, 10px 0px 0 #000;
  -webkit-box-shadow: -10px 0px 0 #000, 10px 0px 0 #000;
-moz-box-shadow: -10px 0px 0 #000, 10px 0px 0 #000;
}
.l_title  h3 {
  margin: 0 0 0 10px;
  font-weight: lighter;
    font-size: 1.1em;
}
.l_title  span a{
   color: #fff;
   font-weight: bold;
}
.listado-p table td {
    width: 50%;
}
.listado-p td:hover .l_title  span{
    background: #FF0071;
    box-shadow: -10px 0px 0 #FF0071, 10px 0px 0 #FF0071;
    -webkit-box-shadow: -10px 0px 0 #FF0071, 10px 0px 0 #FF0071;
    -moz-box-shadow: -10px 0px 0 #FF0071, 10px 0px 0 #FF0071;
}
.l_link a {
    font-weight: bolder;
    text-transform: uppercase;
    color: #000;
    transition: 0.5s color ease;
}
.listado-p td:hover .l_link a {
    color: #FF0071;
}
.l_link a:after{
    font-family: 'FontAwesome';
    content: "\f101";
    margin-left: 5px;
    font-size: 18px;
}
.listado-p table tr.even,
.listado-p table tr.alt,
.listado-p table tr:nth-of-type(even) {
    background: transparent;
}
.listado-p table td.col-1 {
    border-right: 1px dotted #DEDEDE;
}
.listado-p table tr{
    border-bottom: 1px dotted #DEDEDE;
}
.listado-p table td.col-1 {
    border-right: 1px dotted #DEDEDE;
}
table thead tr th, table tfoot tr th,table tbody tr td, table tr td, table tfoot tr td {
    vertical-align: top;
}
#edit-field-tags-tid-wrapper,
#edit-field-a-que-l-nea-pertenece-tid-wrapper, 
#edit-field-tag-tipo-tid-wrapper,
#edit-field-a-que-l-nea-pertenece-tid-1-wrapper {
    width: 29%;
    margin-right: 1%;
}
.views-exposed-form .views-exposed-widget {
    margin-right: 0;
    padding-right: 0;
}
.views-exposed-form label {
    font-size: 11px;
}
.views-exposed-widget  .description {
    text-indent: -9999px;
    display: block;
    margin:0;
    padding: 0;
}
.views-exposed-form .views-exposed-widget .form-submit {
    margin-top: 0;
    text-transform: uppercase;
    background: #FF0171;
    border: none;
    font-size: 12px;
    margin-top: 13px;
    padding: 8px;
}
/*calendario*/
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
    overflow: visible;
}
td.has-events {
    background: #F5F5F5;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid #000 !important;
}
td.has-events:hover {
    border-bottom: 2px solid #FF0071 !important;
}
td.has-events:hover  span {
    color: #FF0071 !important;
}
.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
    background-color: #000;
    color: #fff;
    cursor: pointer;
}
.calendar-calendar tr td.today:hover,
.calendar-calendar tr.odd td.today:hover,
.calendar-calendar tr.even td.today:hover {
    background-color: #FF0071;
    transition: 0.5s background-color ease;
}
td.today.has-events:hover span {
    color: #FFF !important;
}
.view .date-nav-wrapper .date-nav {
    margin-bottom: 0;
    padding-bottom: 0;
}
.calendar-calendar th.days {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 1px solid #DADADA;
    padding: 5px;
}
.view-calendario-mes .date-nav-wrapper .date-next a,
.view-calendario-mes .date-nav-wrapper .date-prev a {
    margin: 0px;
    font-weight: bold;
    padding: 0 10px;
    color: #fff;
}
.view-calendario-mes .date-nav-wrapper .date-next a,
.view-calendario-mes .date-nav-wrapper .date-prev a {
    line-height: 0.7;
    font-size: 24px;
    background: transparent;
}
.view .date-nav-wrapper .date-next a:hover,
.view .date-nav-wrapper .date-prev a:hover {
    color: #FF0071;
    transition: 0.5s background-color ease;
}
.view .date-nav-wrapper .date-next,
.view .date-nav-wrapper .date-prev {
    -web-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}
.calendar-calendar tbody,
.calendar-calendar .mini {
    border:1px solid #DADADA;
    font-weight: bold;
}
.calendar-calendar td {
    color: #000;
}
.view .date-nav-wrapper .date-nav {
    background: #000;
    font-weight: bold;
}
.view .date-nav-wrapper .date-heading h3,
.view .date-nav-wrapper .date-heading a {
    color: #fff;
}
.view .date-nav-wrapper .date-heading h3 {
    font-size: 1.2em;
}
table td.mini, table th.mini, table.mini td.week {
    padding: 5px 1px 5px 0;
    margin: 0;
}
.mini.future .month > span.beautytips-module-processed {
    display: block;
    width: 100%;
}
.calendar_tooltips ul,
.bt-wrapper ul{
   margin: 0;
}
.calendar_tooltips ul li,
.bt-content ul li{
   list-style: none;
}
.date-display-range {
    /*color: #999;
    margin-bottom: 10px;
    font-size: 12px;*/
}
.date-display-range:before,
.date-display-single:before,
.field-name-post-date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 15px;
}
.content-box .field-name-post-date {
    margin-bottom: 10px;
}
.field-name-field-horario:after {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 15px;
    content: "\f017";
    float: left;
}
.field-name-field-lugar:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 15px;
    float: left;
    content: "\f041";
    margin-top: 5px;
}
.bt-wrapper .bt-content{
  padding: 15px !important;
}
.c_link {
  font-weight: bold;
}
.c_link a:hover{
  text-decoration: underline;
}

.page-calendar-created-month .large-8.main.columns .bt-wrapper{
  display: none !important;
}
.calendar-calendar .month-view .full td.date-box.today,
.calendar-calendar .month-view .full tr td.single-day.today {
    border-color: #000;
}
.calendar-calendar td .inner div.day a {
    color: #FE0070;
}
.calendar .month-view .full td.multi-day .inner .monthview .cutoff,
.calendar-calendar .month-view .full td.multi-day .inner .monthview .continues, .calendar-calendar .month-view .full td.multi-day .inner .monthview .cutoff, .calendar-calendar .week-view .full td.multi-day .inner .weekview .continues, .calendar-calendar .week-view .full td.multi-day .inner .weekview .cutoff,
.calendar-calendar .month-view .full td.multi-day div.monthview, .calendar-calendar .week-view .full td.multi-day div.weekview, .calendar-calendar .day-view .full td.multi-day div.dayview {
    background: #000;
    -web-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
    background: #E4E4E4;
    width: auto;
    padding: 5px;
    overflow: hidden;
    border-radius: 0px;
    -web-border-radius: 0px;
    -moz-border-radius: 0px;
    margin: 0;
}
.view-calendario-1 .date-heading h3 {
    color: #fff
}
.multi-day {
    overflow: hidden;
}
.calendar.monthview a:hover{
    text-decoration: underline;
    color: #FF0071;
}
.calendar-calendar td.empty {
    background: #ccc;
    border-color: #ccc;
    color: rgba(162, 162, 162, 0.35);
}
.view .date-nav-wrapper .date-prev a,
.view .date-nav-wrapper .date-next a {
    color: #fff;
    text-decoration: none !important;
}
/*flippy paginador*/
ul.flippy {
    clear: both;
    float: right;
    margin: 0 0 10px 0;
}
ul.flippy li {
   display: block;
   background: #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    transition: background-color 0.5s ease;
    overflow: hidden;
    color: #ccc;
    padding: 0;
    float: left;
}
ul.flippy li.prev a,
ul.flippy li.next a {
   background: #000;
    width: 30px;
    height: 30px;
    display: block;
}
ul.flippy li.prev{
   margin-right: 5px;
}
ul.flippy li.prev a:hover,
ul.flippy li.next a:hover {
   background: #FF0071;
}
ul.flippy li.prev a:before,
ul.flippy li.next a:before,
.flippy li.prev.empty:before,
.flippy li.next.empty:before {
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 21px;
    text-indent: 0px;
    padding: 10px;
    margin: 0;
    text-align: center;
    padding: 8px;
}
.flippy li.prev.empty:before,
ul.flippy li.prev a:before {
    content: "\f053";
}
ul.flippy li.next a:before,
.flippy li.next.empty:before {
    content: "\f054";
}

/*lazyloader icon*/

img.lazyloader-icon {
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
}
/*Galería/taller*/
.field-name-field-imagen-video,
.field-label-above,
.field-name-field-tags  {
   margin-bottom: 10px;
}
.block-widgets-s-addthis-share {
    margin: 20px 0;
}
.field-name-field-dirigido-a  p{
}
.page-node- .content-box .field-name-field-img-portada img {
    width: 100%;
}
.field-name-field-tags ul,
.field  ul.links {
    margin-bottom: 0px;
}
.field-name-field-tags li,
.field  ul.links li {
    list-style: none;
}
.field-name-field-tags li  a:hover{
    background: #000;
}
.ajax-progress .throbber {
    background: transparent url(../images/throbber-active.gif) no-repeat 0px center;
    position: absolute;
    background-size: 100%;
}
/*CONTENIDO RELACIONADO*/
.field-name-field-reference  .field-label {
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    margin-bottom:10px;
}
.field-name-field-reference .node-teaser {
    margin: 0 0 15px 0;
    clear: both;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
.field-name-field-reference .node-teaser h2 {
    font-size: 0.9em;
    text-transform: uppercase;
    background: #000;
    padding: 5px;
    transition: background-color 0.5s ease;
    margin-top: 0;
}
.field-name-field-reference .node-teaser h2:hover {
    background: #FF0071;
}
.field-name-field-reference .node-teaser h2 a,
.field-name-field-reference .node-teaser h2 a:hover  {
    color: #fff;
}
.field-name-field-reference .node-teaser .node-readmore a,
.field-name-field-reference .node-teaser .field-name-node-link a {
    color: #000;
    font-size: 0.9em;
}
.field-name-field-reference .node-teaser .node-readmore a:hover,
.field-name-field-reference .node-teaser .field-name-node-link a:hover {
    color: #FF0071;
}
.field-name-field-reference .node-teaser .node-readmore a:before,
.field-name-field-reference .node-teaser .field-name-node-link a:before {
    font-weight: bold;
    font-family: 'FontAwesome';
    content: "\f067";
    margin-right: 5px;
}
.field-name-field-reference .node-teaser p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.field-name-field-reference .node-teaser.node-galeria .field-name-field-imagen-video {
    position: relative;
    display: block;
    float: left;
    width: 100px;
    margin-right: 10px;
}

/*serach page*/

.search-results h3.title a {
    background: #000;
    transition: 0.5s background-color ease;
    padding: 5px;
    color: #fff;
}
.search-results h3.title a:hover {
    background: #FF0071;
}
ul.pagination li.current a {
    background: #FF0071;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

/*404 page*/
p.error {
    font-size: 6em;
    margin: 0px 0 0px;
    line-height: 1em;
    color: #FF0071;
    font-weight: bold;
}
p.error:before {
    font-family: 'FontAwesome';
    font-size: 400px;
    display: block;
    content: "\f11a";
    line-height: 350px;
    font-style: normal;
    color: #B3B3B3;
}
.content .field-name-field-file .field-label {
   margin-bottom: 10px;
}
.content .field-name-field-file span.file {
    display: block;
    margin-bottom: 5px;
}
.collageformatter-collage-wrapper {
   max-width: 100% !important;
   width: 100% !important;
}
.block-views-galer-a-block-block .Image_Wrapper img {
   height: auto;
}
.view-filters form {
   margin-bottom: 0;
}
.view-tutoriales-p-gina .video-embed-description {
   display: none;
   margin: 0;
}
.field-name-field-dirigido-a {
    border-bottom: 1px solid #c2b5b5;

}

/*Logo de idartes*/
.block-block-3{
    
    height:auto;
    background-color:#000000;
    padding:1vh 1vw;
    display: block;
    float: right;
    margin: 2vh 0;
}

.block-block-3 img {
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 25px;
}

#edit-field-c-date-2-value-value {
    display: flex;
}

/* Styles convocatorias */
.node-convocatorias .field-name-field-file,
.node-convocatorias .field-name-field-invitacion,
.node-convocatorias .field-name-field-nota,
.node-muestra .field-name-field-invitacion{  
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    cursor: pointer;
}


.node-convocatorias .field-name-field-file img{ display: none; }
.node-convocatorias .field-name-field-file span.file{ display: block; width: 100%; margin-bottom: 5px; }
.node-convocatorias .field-name-field-file a,
.node-convocatorias .field-name-field-invitacion a,
.node-muestra .field-name-field-invitacion a
{ background-color: #000;  color: #fff; font-weight: bold; display: block; width: 100%; padding: 1.2rem; margin-bottom: 5px; }

.node-convocatorias .field-name-field-nota a{ background-color: #0000; color: #000; border: 3px solid #000; font-weight: bold; display: block; width: 100%; padding: 1.2rem; margin-bottom: 5px; }

.node-convocatorias .field-name-field-file a:hover,
.node-convocatorias .field-name-field-invitacion a:hover,
.node-muestra .field-name-field-invitacion a:hover,
.node-convocatorias .field-name-field-nota a:hover{
    background-color: #FF0071;
}

/*Logo ckweb*/

.block-block-8 .block-title{ display: none; }
.block-ckweb{
    position: relative;
    width: 100%;
    left: 0%;
    display: flex;
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 15px 0 20px 0;
    padding: 12px 20px;
    box-sizing: border-box;
}

.block-ckweb .player{
    position: relative;
    width: 100%;
}

.block-ckweb .player img{
    display: block;
    margin: 5px auto;
}

.block-ckweb .content-audio{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.block-ckweb .content-audio .btn-ckweb{
    width: 52px;
    height: 52px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
    color: #000;
    text-align: center;
    line-height: 54px;
    font-size: 40px;
    text-indent: 7px;
    cursor: pointer;
    flex-shrink: 0;
}
.block-ckweb .content-audio .text-audio-ckweb p{
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 0.9em;
}

.block-ckweb img{
    height: 35px;
    margin-right: 16px;
}

.text-ckweb{
    width: 100%;
    color: #fff;
    font-size: 0.9em;
    margin-top: 30px;
}

.bar-govco{
    position: relative;
    width: 100%;
    background-color: #36c;
    padding: 4px 2rem;
    margin-bottom: 20px;
  }
  
.bar-govco img{ height: 25px; }

@media only screen and (max-width: 768px){
    .block-ckweb {
        justify-content: center;
        flex-direction: column;
        margin: 15px 0 15px 0;
    }

    .block-ckweb img{
        height: 30px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .text-ckweb { margin-top: 14px; }
}

@media only screen and (max-width: 1024px){
    .block-ckweb {
        width: 100%;
    }
}