﻿@font-face {
    font-family: "Amplitude-Compressed-Medium";
    src: url("/css/fonts/amplitude-compressed-medium.eot");
    src: 
    url("/css/fonts/amplitude-compressed-medium.woff") format("woff"),
    url("/css/fonts/amplitude-compressed-medium.woff2") format("woff2");
}
@font-face {
    font-family: "Amplitude-Light";
    src: url("/css/fonts/amplitude-light.woff");
    src: url("/css/fonts/amplitude-light.woff2") format("woff2");
}
@font-face {
    font-family: "Industrial736W01-Roman";
    src: url("/css/fonts/Industrial736W01-Roman.eot");
    src: 
    url("/css/fonts/Industrial736W01-Roman.woff") format("woff"),
    url("/css/fonts/Industrial736W01-Roman.woff2") format("woff2"),    
    url("/css/fonts/Industrial736W01-Roman.ttf") format("ttf"),        
    url("/css/fonts/Industrial736W01-Roman.svg") format("svg");
}

@media(max-width:767px){
    body {
        padding-top: 50px;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}
@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}
@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}
h1, h2, h3 {
    font-weight: 400;
}

a {
    color: #a89757
}
a:active,
a:hover {
    color: grey
}

.icono-mano {
	cursor: pointer;
}

.img-responsive-height {
    height: 100%
}

.img-center {
    margin: 0 auto;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}  
@media (min-width: 769px) {
    .row.align-end {
        display: flex;
        align-items: flex-end;
    }
}

.vcenter {
    display: flex !important;
    align-items: center !important;
}
span.input-group-addon {
    background: #a89757;
    color: white
}

.main {
    overflow: hidden;
}

.nav.navbar-nav.navbar-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
@media (min-width: 768px) {
	.navbar-nav.navbar-center  {
		float: none;
	}
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(168, 151, 87, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(168, 151, 87, 0.6);
  outline: 0 none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
.uneditable-input {   
  border-color: #111 !important;
}

.btn-spendin {
    padding: 0 20px;
    background-color: #a89757;
    text-decoration: none;
    border: 1px solid #a89757;
    display: inline-block;
    color: #fff;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    text-shadow: -1px 1px 1px rgba(0,0,0,.5);
    cursor: pointer;
}

.btn-spendin:hover, .btn-spendin:active {
    background-color: black;
    text-decoration: none;
    color: white;
}

.form-error{
    font-family:Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:20px;
    font-size:2rem;
    line-height:26px;
    margin:15px 0;
    color:#bd0000
}

/*CABECERA BUSQUEDA*/

.search-cabecera form.busqueda{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.search-cabecera form.busqueda input, .navbar-spendin.secundaria form.busqueda button{
    height: 41px;
}
.search-cabecera form.busqueda input{
    width: 100%;
}
.search-cabecera form.busqueda button {
    margin-left: 12px;
    margin-right: 12px
}

.search-cabecera form.busqueda span.glyphicon {
    font-size: 41px;
}
.search-cabecera form.busqueda div.form-group{
    flex-grow: 1;
}

.search-cabecera{
    padding-top: 10px;
}
/*FIN CABECERA BUSQUEDA*/

/*CABECERA-RRSS*/
ul.cabecera-list-icon-rrss {
    margin-top: 20px;
    margin-bottom: 5px;
}

ul.cabecera-list-icon-rrss li svg {
    fill: grey;
    height: 25px;
    width: 25px;
}
/* FIn CABECERA-RRSS*/

/*NAVBAR*/
.navbar-nav > li > a {
    padding-bottom: 10px !important;
}

.navbar-spendin.secundaria form.busqueda{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar-spendin.secundaria form.busqueda input, .navbar-spendin.secundaria form.busqueda button{
    height: 41px;
}
.navbar-spendin.secundaria form.busqueda input{
    width: 100%;
}
.navbar-spendin.secundaria form.busqueda button {
    margin-left: 12px;
    margin-right: 12px
}

.navbar-spendin.secundaria form.busqueda span.glyphicon {
    font-size: 41px;
}
.navbar-spendin.secundaria form.busqueda div.form-group{
    flex-grow: 1;
}

.navbar-spendin.secundaria img.icono-spend-in-fixed {
    padding: 12px;
    height:50px
}

.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}

.navbar-spendin .navbar-nav>li>a>span{
font-size: 17px;
}

.navbar-spendin {
    background-color: transparent !important; 
    border-color: transparent !important; 
}

.navbar-spendin .navbar-nav>li>a>span{
font-size: 17px;
}

.navbar-spendin.secundaria {
    background-color: white !important; 
    border-color: #e7e7e7 !important;
}

.navbar-spendin .navbar-nav > li:not(.active) > a:hover {
  border-bottom: 3px solid #333;
}

.navbar-spendin .navbar-nav > li.active > a {
    border-bottom: 3px solid #333;
}

.navbar-spendin .navbar-nav > li:not(.active) > a {
    border-bottom: 3px solid transparent;
}

.navbar-spendin .navbar-nav > li.active > a {
    background-color: transparent !important; 
}

.navbar-spendin .navbar-nav > li> a, .navbar-spendin .navbar-nav > li> span {
    text-transform: uppercase;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 17px;    
    font-size: 2.4rem;
    font-weight: 400;
    color: #111 !important;
}
.navbar-spendin .navbar-nav > li > span {
    cursor: default;    
}
.navbar-nav>li>span {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (min-width: 768px){
    .navbar-nav>li>span {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-spendin ul li a:hover, .navbar-spendin ul li a:focus {
    background-color: transparent !important;
}

.navbar-spendin ul.dropdown-menu li a:hover, .navbar-spendin ul.dropdown-menu li a:focus {
    text-decoration: underline;
    color: white
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }

.dropdown-menu {
    background: #333; 
}

.dropdown-menu-large {
    min-width: 800px;
}

.dropdown-menu-large div.row ul {
    margin-bottom:20px
}
.dropdown-menu-large div.row ul li {    
    list-style-type: none;
}
.dropdown-menu > li > a{   
    color: #fff;
    font-family: Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}

.dropdown-menu-large div.row  ul > li:not(:first-child) a{
    line-height: 1.5;
    font-family: Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: white
}

.dropdown-menu-large div.row  ul > li:first-child a,
.dropdown-menu-large div.row  ul > li:first-child span{
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    text-transform: uppercase;
    color: white;
}

.dropdown-menu-large div.row ul > li:first-child span {
    cursor: default;
}

.dropdown-menu-large-footer {
    border-top: 1px solid #FFF;    
    padding-top: 10px;
    margin-left:40px;
    margin-right: 40px;
}

.dropdown-menu-large-footer div {
    float: right
}

.dropdown-menu-large-footer ul {
    float: left;
}

.dropdown-menu-large-footer div * {
    float: left
}

.dropdown-menu-large-footer div ul.list-icon-rrss {
    padding-top: 8px;
    padding-bottom: 8px;
}

.dropdown-menu-large-footer div ul.list-icon-rrss li svg {
    fill: white;
    height: 40px;
    width: 40px;
}


.dropdown-menu-large-footer ul.footer-categories {
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-menu-large-footer ul.footer-categories li a {
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    float: left;  
}
.dropdown-menu-large-footer div h3 {
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: white;
    font-size: 2.4rem;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 15px 0;
}

/*SIDEBAR*/

.sidebarmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #cec6b9;
    
}
.sidebarmenu>div>span.glyphicon, .sidebarmenu .sidebarmenucats span.glyphicon{
    font-size: 25px;    
}

.svg-close svg{
    width: 35px;
    height: 35px;
}

.sidebarmenu-collapse-horizontal {
    -webkit-transition: width 0.4s ease;
    -moz-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
    
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    padding:0;
}
.sidebarmenu-collapse-horizontal.in {
    overflow-y: auto;
    display: inherit;
    width: 270px;
    padding: 15px;
}
    
.svg-logo-sidebar svg{
    max-height: 33px;
    width: auto;
    margin-top: 15px;
}

.sidebarmenucats {
    padding-top: 10px
}

.sidebarmenucats>li>a,
.sidebarmenucats>li>span:not(.pull-right){
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #111;
    display: block;
    padding: 14.5px 16px 14.5px 0px;
    border-bottom: 0;
    text-decoration: none;
}

.sidebarmenucats > li > span:not(.pull-right) {
    cursor: default;
}

 .sidebarmenucats>li>a:hover, .sidebarmenucats>li>a.hovered{
    background-color: #f5f5f5 !important;
    text-decoration: underline;
}
  .sidebarmenucats>li>a:focus{
    background-color: #f5f5f5 !important;
    text-decoration: underline;
}
.sidebarmenucats > li > span.icono-arrow-up,
.sidebarmenucats > li > span.icono-arrow-down  {
    padding: 5px;
    z-index: 99999;
    padding-top: 19px;
    background-color: #ebebeb;
    padding-bottom: 19px;
    height: 63px;
    width: 42px;
    position: relative;
    display: inline-block;
}

.sidebarmenucats > li > span.icono-arrow-up::before,
.sidebarmenucats > li > span.icono-arrow-down::before {
    background: url(/img/icon/arrow-icon.svg) center center no-repeat;
    display: inline-block;
    width: 100%;
    height: 25px;
    content: " "
}

.sidebarmenucats > li > span.icono-arrow-down::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}

.sidebarmenucats > li > ul > li {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111;
}

.sidebarmenucats > li > ul {
    background-color: #f5f5f5;
}

.sidebarmenucats>li>ul>li>a{
    font-family: Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    color: #111;
    display: block;
    padding: 12px 16px;
    border-bottom: 0;
    text-decoration: none;
}

.sidebarmenucats>li>ul>li:hover {  
    text-decoration: underline;
}

.sidebarmenu-footer>li>a{
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #111;
    display: block;
    padding: 12px 16px;
    border-bottom: 0;
    text-decoration: none;
    padding-left: 0!important
}
.sidebarmenu-footer>li>a:hover{
    background-color: transparent !important;
    text-decoration: underline;
}
.sidebarmenu-footer {
    margin-top: 20px;
    border-top: 1px solid #000;
}
.sidebarmenu-title-rrss {
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    color: #111;
    text-transform: uppercase;
}
.sidebarmenu-list-rrss li a {
    color:black;    

}
.sidebarmenu-list-rrss li {
    padding-left:0
}
.sidebarmenu-list-rrss li a svg{
    height: 35px;
    width: 35px;
}
.sidebarmenu-list-rrss {
    margin: 0 auto
}

.sidebarmenu-form-search {
    margin-top: 10px
}

/*FIN SIDEBAR*/

/*CABECERA*/
.cabecera-central {
    margin-top: 20px;
}

.svg-logo-central svg{
    max-height: 60px;
    width: auto
}

.img-logo-central-derecha {
    max-height: 35px;
}

.icono-busqueda-central-izquierda {
    font-size: 26px;
}
/*FIN CABECERA*/


/*CABECERA EN MENU*/
.img-icono-menu-xs {
    height: 30px;
}

@media (min-width: 768px) {
    .img-icono-menu-xs {
        display: none;
    }

}

.logo-menu-xs svg{
    max-height: 35px;
    width: auto;
    margin-bottom: 5px;
    margin-top: 5px
}

.navbar-spendin {
    margin-bottom: 0px;
}

.navbar-spendin.secundaria .navbar-header-spendin {
    padding-top: 10px;
    padding-bottom: 10px
}
.navbar-spendin.secundaria .navbar-header-spendin span.glyphicon{
    font-size: 30px;
    margin: 0 auto;
}

.navbar-spendin.secundaria .navbar-header-spendin div.row div > img,
.navbar-spendin.secundaria .navbar-header-spendin div.row div > a > span > svg{
    margin-top: 10px;
    
}

@media (min-width: 768px) {
    .navbar-spendin.secundaria .navbar-header-spendin {
        display: none;
    }
}

/*FIN CABECERA EN MENU*/

/*FOOTER*/
footer {
    border-top: 3px solid #111;
    padding: 20px 0;
    margin-top: 40px;
}
footer div.row ul.footer-categorias>li>a{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #111;
    padding: 12px 0px;
    border-bottom: 0;
    text-decoration: none;
}
footer div.row ul.footer-categorias>li {
    list-style-type: none;
    line-height: 1.625;
    padding-bottom: 5px;
}
footer div.row ul.footer-categorias {
    padding-left: 0;
    margin-top: 40px;
}

@media (max-width: 768px) {
    footer div.row ul.footer-categorias{
        margin-top: 20px;
    }
}

footer div.row ul.list-icon-rrss {
    padding-top: 8px;
    padding-bottom: 8px;
}

footer div.row ul.list-icon-rrss li svg {
    fill: black;
    height: 40px;
    width: 40px;
}

footer div.row h3{
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 20px 0 0;
    color: #111;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
}
/*FIn FOOTER*/

/*FLAGS*/
img.flag-img {
    height:20px;
    margin: 2px;
}

/*FIN FLAGS*/
/*LOADER*/
.preloader {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

.preloader>div {
    border: 16px solid #d3d3d3; /* Light grey */
    border-top: 16px solid #a89757; /*#3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -60px 0 0 -60px !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spinInv {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
/*FIN LOADER*/

/*NOTICIA*/
@media (max-width: 768px) {
    .row-noticias_1_3{
        margin-right: -5px;
        margin-left: -5px;
    }
    .row-noticias_1_3>div{
        padding-left: 5px;
        padding-right: 5px;
    }

}

  
.row-noticias article.noticia, .row-noticias article.noticia1_3, .row-noticias div.noticiaAd, .row-noticias .newsletter {
    margin-bottom: 15px;
    margin-top: 15px;
}
article.noticia, article.noticia1_3 {
    position: relative;
}

article.noticia a.noticia-link {
    min-height: 300px;    
}

article.noticia a.noticia-link, article.noticia1_3 a.noticia-link  {
    display: block;
    overflow: hidden;
}

article.noticia a.noticia-tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 8px 20px;
    background-color: rgba(168,151,87,.8);
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    text-shadow: -1px 1px 1px rgba(0,0,0,.5);
    cursor: pointer;
    text-transform: uppercase;
}

article.noticia a.noticia-tag:hover {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-decoration: none
}

article.noticia1_3 div.noticia-cuerpo h2.noticia-titulo {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-shadow: -1px 1px 1px rgba(0,0,0,.5);
    font-family:Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;

    margin: 0;
    padding: 0 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 4.6rem;
    line-height: 46px;
    
    text-align: center;
}
article.noticia div.noticia-cuerpo h2.noticia-titulo{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    text-shadow: -1px 1px 1px rgba(0, 0, 0, .5);
    color: #fff;
    font-family: Industrial736W01-Roman, Georgia, Times New Roman, serif
}

@media screen and (max-width: 480px) {
    article.noticia1_3 div.noticia-cuerpo h2.noticia-titulo {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
    }
}

@media (min-width: 480px) {
    article.noticia div.noticia-cuerpo h2.noticia-titulo  {
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 56px
    }

    article.noticia1_3 div.noticia-cuerpo h2.noticia-titulo  {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 18px
    }
}

@media (min-width: 992px) {
    article.noticia div.noticia-cuerpo h2.noticia-titulo,
    article.noticia1_3 div.noticia-cuerpo h2.noticia-titulo {
        font-size: 46px;
        font-size: 4.6rem;
        line-height: 46px
    }
}

@media (min-width: 1200px) {
    article.noticia div.noticia-cuerpo h2.noticia-titulo,
    article.noticia1_3 div.noticia-cuerpo h2.noticia-titulo  {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 64px
    }
}
article.noticia div.noticia-cuerpo:hover div.noticia-imagen,
article.noticia1_3 div.noticia-cuerpo:hover div.noticia-imagen {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

article.noticia1_3 div.noticia-cuerpo:hover div.noticia-imagen {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

article.noticia div.noticia-imagen,
article.noticia1_3 div.noticia-imagen {
    width: 100%;
    background-color: #f5f5f5;
    background-position: top;
    background-size: cover;
    -webkit-transition: all .3s;
    transition: all .3s;
}
article.noticia div.noticia-imagen:after,
article.noticia1_3 div.noticia-imagen:after {
    content: "";
    display: block;
    padding-bottom: 100%
}
@media (min-width: 41.25em) {
    article.noticia div.noticia-imagen:after  {
        padding-bottom: 0
    }
}
@media (min-width: 41.25em) {
    article.noticia div.noticia-imagen {
        height: 620px;
    }
}

/*@media (min-width: 991px) {
    .noticiaAd {
        min-height: 620px;
    }
}*/
@media (max-width: 992px) {
    .noticiaAd {
        margin: 0 calc(50% - 50vw) 20px;
    }
   /* .noticiaAd{
        min-height: 290px;
    }*/
}


@media (min-width: 41.25em) {
    article.noticia div.noticia-imagen article.noticia div.noticia-cuerpo,
    article.noticia1_3 div.noticia-imagen article.noticia div.noticia-cuerpo {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03)
    }
}
.bg-vignette {
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmN2Y3ZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzdmN2Y3ZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iIzdmN2Y3ZiIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, rgba(127, 127, 127, 0) 0, rgba(127, 127, 127, 0) 44%, rgba(127, 127, 127, .18) 56%, rgba(0, 0, 0, .83) 99%, rgba(0, 0, 0, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 127, 127, 0)), color-stop(44%, rgba(127, 127, 127, 0)), color-stop(56%, rgba(127, 127, 127, .18)), color-stop(99%, rgba(0, 0, 0, .83)), to(rgba(0, 0, 0, .85)));
    background: linear-gradient(to bottom, rgba(127, 127, 127, 0) 0, rgba(127, 127, 127, 0) 44%, rgba(127, 127, 127, .18) 56%, rgba(0, 0, 0, .83) 99%, rgba(0, 0, 0, .85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#007f7f7f', endColorstr='#d9000000', GradientType=0)
}
@media (min-width: 41.25em) {
    .bg-vignette {
        height: 460px
    }
}
@media (min-width: 61.25em) {
    .bg-vignette {
        height: 500px
    }
}

/*article.noticia1_4 > div > a > div.noticia1_4-imagen img {
     max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: cover;
}
@media (max-width: 768px) {
    article.noticia1_4 > div > a > div.noticia1_4-imagen img {
         margin: 10px 0 10px 10px
    }
}*/


article.noticia1_4>div>a>div.noticia1_4-imagen {
    background: #f5f5f5 no-repeat center bottom;
    background-size: auto 100%;
}

@media (min-width: 1200px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 262.5px;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 485px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 375px;
    }
}

@media (max-width:767px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 210px;
        margin-bottom: 15px;
    }
}

@media (max-width:627px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 170px;
        margin-bottom: 15px;
    }
}

@media (max-width:493px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 121px;
        margin-bottom: 15px;
    }
}

@media (max-width:400px) {
    article.noticia1_4>div>a>div.noticia1_4-imagen {
        height: 66px;
        margin-bottom: 15px;
    }
}


article.noticia1_4>div>a>div.noticia1_4-imagen:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

article.noticia1_4>div.noticia1_4-detalle {
    padding: 10px 10px 0 5px
}

@media (min-width: 768px) {
    article.noticia1_4>div.noticia1_4-detalle{
        text-align: center;
    }
}

@media (min-width: 41.25em) {
    article.noticia1_4>div.noticia1_4-detalle{
        padding: 10px 0;
        text-align: center
    }
}
@media (min-width: 61.25em) {
    article.noticia1_4>div.noticia1_4-detalle {
        margin-bottom: 0
    }
}

article.noticia1_4>div.noticia1_4-detalle>a, article.noticia1_4>div.noticia1_4-detalle>span {
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #111;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 10px
}

article.noticia1_4 > div.noticia1_4-detalle > a {
    color: #a89757;
}

@media (min-width: 41.25em) {
    article.noticia1_4>div.noticia1_4-detalle>a, article.noticia1_4>div.noticia1_4-detalle>span {
        font-size: 24px;
        font-size: 2.4rem
    }
}

article.noticia1_4>div.noticia1_4-detalle>a:active,
article.noticia1_4>div.noticia1_4-detalle>a:hover {
    color: grey
}

 article.noticia1_4>div.noticia1_4-detalle>a:hover {
    text-decoration: none
}

article.noticia1_4>div.noticia1_4-detalle>h2{
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    margin: 0;
    font-family: Industrial736W01-Roman,Georgia,Times New Roman,serif;
    min-height: 75px
}

@media screen and (max-width: 480px) {
    article.noticia1_4>div.noticia1_4-detalle>h2 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px
    }
}
@media screen and (max-width: 419px) {
    article.noticia1_4>div.noticia1_4-detalle>h2 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 22px
    }
}
article.noticia1_4>div.noticia1_4-detalle>h2>a {
    color: #111;
}
article.noticia1_4>div.noticia1_4-detalle>h2>a:active,
article.noticia1_4>div.noticia1_4-detalle>h2>a:hover {
    color: grey;
    text-decoration:none
}


article.noticia1_4.destacada {
    background: #f5f5f5
}
/*FIn NOTICIA*/

/*NEWSLETTER NOTICIA*/

.newsletter .cls-1 {
    fill: white;
}

.newsletter-formulario svg{
    fill: white;
    width: 100%;
    padding: 20px;
}

.newsletter .newsletter-formulario{
    border-bottom: 1px solid white;
    padding-bottom:10px;
    margin-bottom:30px
}

.newsletter  .newsletter-rrss .list-icon-rrss li a svg{
    fill: white;
    height: 40px;
    width: 40px;
}

.newsletter {
    background-color: #111;
    /* hasta el 28/11/2024 padding: 20px;*/
    color: white
}
.newsletter>div>.newsletter-formulario>.row>.col-xs-12:not(:last-child)  {
   margin-bottom: 20px 
}
.newsletter .btn-spendin:hover {
    background-color: grey;
}
.newsletter .newsletter-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin: 0;
    display: inline-block;
    text-align: center
}
@media (min-width: 41.25em) {
    .newsletter .newsletter-text  {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 24px
    }
}
@media (min-width: 81.25em) {
    .newsletter .newsletter-text  {
        margin: 10px 0 20px
    }
}

.newsletter .newsletter-title-small {
    text-align: center;
    font-size: 21px;
    font-size: 2.1rem;
    margin: 0;
    font-family: Amplitude-Compressed-Medium, Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: 15px
}
@media (min-width: 41.25em) {
    .newsletter .newsletter-title-small {
        font-size: 24px;
        font-size: 2.4rem
    }
}
.newsletter .newsletter-title {
    font-family: Amplitude-Compressed-Medium, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    color: white;
    text-align: center;
}
@media (min-width: 41.25em) {
    .newsletter .newsletter-title {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 40px
    }
}
@media (min-width: 81.25em) {
    .newsletter .newsletter-title {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 38px
    }
}
 

@media (min-width: 1199px) {
    .newsletter {
        min-height: 620px;
    }
}
@media (max-width: 1198px) {

    .newsletter {
        min-height: 290px;
    }
}


@media (min-width: 1199px) {
    .newsletter  .newsletter-rrss {
        margin-top: 45px;
    }
}

/*FIN NEWSLETTER NOTICIA*/

/*BAZAR*/
.container-full {
    margin: 0 calc(50% - 50vw) 20px;
}

.bazar.bazar-gradient {
    background: #818ea7;
    background: -webkit-gradient(left top,right bottom,color-stop(0,#818ea7),color-stop(3%,#818ea7),color-stop(36%,#e5e8ed),color-stop(49%,#faf9f9),color-stop(66%,#e5e8ed),color-stop(97%,#818ea7),color-stop(100%,#818ea7));
    background: -webkit-linear-gradient(-45deg,#818ea7 0,#818ea7 3%,#e5e8ed 36%,#faf9f9 49%,#e5e8ed 66%,#818ea7 97%,#818ea7 100%);
    background: -webkit-linear-gradient(315deg,#818ea7 0,#818ea7 3%,#e5e8ed 36%,#faf9f9 49%,#e5e8ed 66%,#818ea7 97%,#818ea7 100%);
    background: linear-gradient(135deg,#818ea7 0,#818ea7 3%,#e5e8ed 36%,#faf9f9 49%,#e5e8ed 66%,#818ea7 97%,#818ea7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818ea7', endColorstr='#818ea7', GradientType=1 );
}

.bazar h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    color: #111;
    text-align: center
}

@media (min-width: 41.25em) {
    .bazar h2 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 40px
    }
}
 
.bazar div.bazar-elemento img{
    margin: 0 auto;
}  

.bazar div.bazar-elemento a{
    text-decoration: none;
}

.bazar div.bazar-elemento span {
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #a89757;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
}
@media (min-width: 41.25em) {
    .bazar div.bazar-elemento span {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.bazar div.bazar-elemento h3{
    font-size: 30px;
    font-size: 3rem;
    line-height: 32px;
    margin: 0;
    font-family: Industrial736W01-Roman, Georgia, Times New Roman, serif;
    text-decoration: none;
    color: #111
}
@media screen and (max-width: 480px) {
    .bazar div.bazar-elemento h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px
    }
}
@media screen and (max-width: 419px) {
    .bazar div.bazar-elemento h3 {
        font-size: 20px;
        font-size: 2rem;
        line-height: 22px
    }
}
.bazar div.bazar-elemento a:hover *{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*FIN BAZAR*/

/*SECCION HEAD*/

.section-head {
    background: #111;
    color: white;
}

.section-head .row {
   margin: 10px 0 10px 0 
}

.section-head .section-head-title h1{
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
    display: inline-block;
}

@media (min-width: 61.25em) {
    .section-head h1 {
        font-size: 56px;
        font-size: 5.6rem
    }
}

.section-head-desc {
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px
}
@media (min-width: 61.25em) {
    .section-head-desc {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px
    }
}

.section-head select{
    background: #fff;
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #111;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-weight: 700;
    background: url(/img/select-arrow.png) 98% 60% no-repeat;
    background-size: 12px 8px;
    background-color: #fff;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #000;
}

.section-head .list-categories li {
    margin-right: 40px;
}

.section-head .list-categories li a {
    color: #fff;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
}

.section-head .list-categories li a:active,
.section-head .list-categories li a:hover {
    color: #a89757
}

.section-head .list-categories li.active {
    text-decoration: underline;
    color: #fff
}
/*FIN SECTION HEAD*/

/* Error 404 */

.Error404 h1 {
    text-align: center;
    margin: 10px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
    font-family: Industrial736W01-Roman, Georgia, Times New Roman, serif
}
@media (min-width: 41.25em) {
    .Error404 h1 {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 64px
    }
}

.Error404 p {
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 10px 0
}

@media (min-width: 41.25em) {
    .Error404 p {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 26px;
        margin: 15px 0
    }
}

/* FIN Error 404*/

/* Articulo Detalle */

.articulo-detalle header a{
    font-family: Amplitude-Compressed-Medium, Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #a89757;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase
}

.articulo-detalle header a:active,
.articulo-detalle header a:hover {
    color: grey
}

.articulo-detalle header a:hover {
    text-decoration: none
}

@media (min-width: 41.25em) {
    .articulo-detalle header a {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.articulo-detalle header h1 {
    text-align: center;
    margin: 10px 0;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
    color: #111;
    font-family: Industrial736W01-Roman, Georgia, Times New Roman, serif
}
@media (min-width: 41.25em) {
    .articulo-detalle header h1 {
        font-size: 64px;
        font-size: 6.4rem;
        line-height: 64px
    }
}

.articulo-detalle header p {
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 10px 0
}
@media (min-width: 41.25em) {
    .articulo-detalle header p {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 26px;
        margin: 15px 0
    }
}

.articulo-detalle .articulo-contenido figure {
    margin-bottom: 30px;
}

.articulo-detalle .articulo-contenido figure img.img-principal {
    max-height: 700px;
    margin: 0 auto
}

.articulo-detalle .articulo-contenido figure img.img-principal {
}

@media (min-width: 81.25em) {
    .articulo-detalle .articulo-contenido figure img.img-principal {
        max-height: 930px
    }
}

.articulo-detalle .articulo-contenido figure figcaption {
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    color: #505050;
    text-align: center;
    margin: 10px auto 0;
    max-width: 620px
}
@media (min-width: 41.25em) {
    .articulo-detalle .articulo-contenido figure figcaption {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 23px
    }
}

.articulo-detalle .articulo-contenido div.articulo-contenido-completo section.cabecera {
    border: 1px solid #111;
    border-left: none;
    border-right: none;
    padding: 10px 0;
    min-height: 60px
}

@media (max-width: 768px) {
    .articulo-detalle .articulo-contenido div.articulo-contenido-completo section.cabecera {
        text-align: center
    }
}

span.articulo-fecha {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
}

@media (min-width: 769px) {
    div.articulo-rrss {
        float: right;
    }
}

div.articulo-rrss ul li a {
    color:black
}

div.articulo-rrss ul li a svg{
    height: 40px;
    width: 40px;
}

div.articulo-rrss ul {
    margin: 0 auto
}

.articulo-contenido-completo > * {
    margin-bottom: 20px
}

.articulo-contenido-completo .texto {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 27px;
    font-family: Georgia, Times, Times New Roman, serif
}

@media (min-width: 41.25em) {
    .articulo-contenido-completo .texto {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 30px
    }
}


.articulo-contenido-completo .texto img{
    margin-top: 20px;
    margin-bottom:20px
}

.articulo-contenido-ads img {
    margin: 10px;
    display: inline;
}
@media (min-width: 769px) {
    div.articulo-contenido-ads-contenedor {
        position: fixed;
        top: 60px;
    }
}

.articulo-contenido-info>div{
    background: #f5f5f5;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    position: relative;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.articulo-contenido-info>div h2{
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    margin-top: 0px
}
.articulo-contenido-info > div {
    padding:10px
}
.articulo-contenido-completo .articulo-contenido-info>div {
    padding: 15px;
}


.articulo-contenido-completo .related-links h3 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 34px;
    margin: 20px 0;
    font-family: Amplitude-Compressed-Medium, Arial, Helvetica Neue, Helvetica, sans-serif
}
@media (min-width: 41.25em) {
    .articulo-contenido-completo .related-links h3 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 42px;
        margin-bottom: 20px
    }
}

.articulo-contenido-completo .related-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.articulo-contenido-completo .related-links ul li {
    font-size: 21px;
    font-size: 2.1rem;
    margin-left: 10px;
    line-height: 24px;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    margin-bottom: 5px;
    position: relative;
    margin-left: 0px;
}
    
.articulo-contenido-completo .related-links ul li:not(:last-child):after{
    content:','
}

.articulo-contenido-completo .related-links ul li a {
    text-decoration: none;
}

.articulo-contenido-completo .related-links>a {
    font-size: 21px;
    font-size: 2.1rem;
    margin-left: 10px;
    line-height: 24px;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    margin-bottom: 5px;
    position: relative;
    margin-left: 0px;
}

/*Galeria noticia evento*/
.articulo-contenido-completo ul.galeria-fotos li {
    
    margin-bottom: 20px;
}

div.send-friend svg {
    width:20px;
    height: 20px;
    margin-right: 10px;
}

div.send-friend {
    margin-top: 10px
}

div.send-friend a {
    color: #111;
    margin: 0 auto
}
div.send-friend a span {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
div.send-friend a:hover {
    text-decoration: none
}

a.bsp-controls, a.bsp-controls:visited, a.bsp-controls:active {
    top: 110px!important;
}

/*Galeria noticia articulo*/
.articulo-contenido-completo div.galeria-fotos figure img{
    margin: 0 auto;
    margin-bottom: 20px;
}
/* FIN Articulo Detalle */

/*Galeria_1_4*/
.galeria_1_4 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 24px;
    margin: 0;
    margin-top:10px;
    color: #111;
    min-height: 75px
}

.galeria_1_4 h1 {
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #a89757;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding-right: 10px
}

@media (min-width: 41.25em) {
    .galeria_1_4 h1 {
        font-size: 24px;
        font-size: 2.4rem
    }
}


.galeria_1_4>div.row>div>a:active,
.galeria_1_4>div.row>div>a:hover{
    text-decoration: none;
}

.galeria_1_4>div.row>div>a:active h2,
.galeria_1_4>div.row>div>a:hover h2,
.galeria_1_4>div.row>div>a:active h1,
.galeria_1_4>div.row>div>a:hover h1{
    color: grey
}

.container-full-banners {
    background-color: #F5F5F5;
}
.container-full-banners > div {
    padding: 5px
}

.container-full-banners img {
    margin: 0 auto
}
/*FIN Galeria_1_4*/

/*Search*/
.container-full-bg {
    background-color:#111;
}

.title-search {
    padding-top: 20px;
    padding-bottom: 5px;
}

.results-search {
    padding-bottom: 20px
}

.results-search, .title-search {
    justify-content:center;
}

.title-search i svg {
    fill: #FFF;
    height: 50px;
    width: 50px;
}

.title-search h1 {
    font-family: Amplitude-Compressed-Medium, Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 1;
    margin: 0 10px;
    color: #FFF;
}
@media (min-width: 61.25em) {
    .title-search h1 {
        font-size: 56px;
        font-size: 5.6rem
    }
}

.results-search span {
    display: block;
    font-size: 21px;
    font-size: 2.1rem;
    color: #FFF
}
@media (min-width: 41.25em) {
    .results-search span {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.btn-search-more {
    width: 100%;
    background-color: transparent;
    border: 1px solid #a89757;
    text-align: center;
    display: block;
    margin: 20px 0;
}

.btn-search-more:hover {
    border: 1px solid grey;
}

.btn-search-more span {
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    color: #a89757;
}
@media (min-width: 41.25em) {
    .btn-search-more span {
        font-size: 32px;
        font-size: 3.2rem
    }
}

.btn-search-more:hover span{
    color: grey;
}
/*FIN Search*/

/*Formulario newsletter*/
.form-newsletter-success, .form-newsletter {
    max-width:800px;
    margin:0 auto;
}

.form-newsletter-success h1, .form-newsletter h1{
    text-align:center;
    margin:10px 0;
    font-size:36px;
    font-size:3.6rem;
    line-height:1.1;
    font-family: Industrial736W01-Roman,Georgia,Times New Roman,serif;
}

@media (min-width:41.25em){
    .form-newsletter-success h1, .form-newsletter h1{
        font-size:64px;
        font-size:6.4rem;
        line-height:64px
    }
}

.form-newsletter-success > div, .form-newsletter>div {
    max-width: 300px;
    margin: 30px auto 20px;
}

.form-newsletter > div > form> div {
    margin-bottom: 20px
}

.form-newsletter-success > div > a, .form-newsletter > div input:not([type='checkbox']), .form-newsletter > div button{
    width: 100%;
}

.form-newsletter-success > div > a{
    text-align: center;
}

.form-newsletter>p{
    font-family:Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:17px;
    font-size:1.7rem;
    line-height:1.2;
    margin:10px 0
}
@media (min-width:41.25em){
    .form-newsletter>p{
        font-size:21px;
        font-size:2.1rem;
        line-height:26px;
        margin:15px 0
    }
}   
/*FIN Formulario newsletter*/

/*Suscripcion*/
.form-subscription, .form-subscription-success {
    max-width:800px;
    margin:0 auto;
}

.form-subscription h1, .form-subscription-success h1{
    text-align:center;
    margin:10px 0;
    font-size:36px;
    font-size:3.6rem;
    line-height:1.1;
    font-family: Industrial736W01-Roman,Georgia,Times New Roman,serif;
}

@media (min-width:41.25em){
    .form-subscription h1, .form-subscription-success h1{
        font-size:64px;
        font-size:6.4rem;
        line-height:64px
    }
}

.form-subscription>div {
    max-width: 800px;
    margin: 30px auto 20px;
}

.form-subscription-success > div{
    max-width: 300px;
    margin: 30px auto 20px;
}

.form-subscription > div > div > form> div, .form-newsletter > div > form> div {
    margin-bottom: 20px
}

.form-subscription-success > div > a, 
.form-subscription > div input:not([type='checkbox']), 
.form-subscription > div button, 
.form-subscription-success  > div > a{
    width: 100%;
}

.form-subscription-success > div > a{
    text-align: center;
}

.form-subscription>p, .form-subscription-success>p{
    font-family:Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:17px;
    font-size:1.7rem;
    line-height:1.2;
    margin:10px 0
}
@media (min-width:41.25em){
    .form-subscription>p,  .form-subscription-success>p{
        font-size:21px;
        font-size:2.1rem;
        line-height:26px;
        margin:15px 0
    }
}   

/*FIN Suscripcion*/

/*Form Compartir por correo*/
.form-share-contain, .form-share-contain-success {
    max-width:800px;
    margin:0 auto;
}

.form-share-contain h1, .form-share-contain-success h1{
    text-align:center;
    margin:10px 0;
    font-size:36px;
    font-size:3.6rem;
    line-height:1.1;
    font-family: Industrial736W01-Roman,Georgia,Times New Roman,serif;
}

@media (min-width:41.25em){
    .form-share-contain h1, .form-share-contain-success h1{
        font-size:64px;
        font-size:6.4rem;
        line-height:64px
    }
}

.form-share-contain>div {
    max-width: 800px;
    margin: 30px auto 20px;
}

.form-share-contain-success > div{
    max-width: 300px;
    margin: 30px auto 20px;
}

.form-share-contain > div > div > form> div, .form-newsletter > div > form> div {
    margin-bottom: 20px
}

.form-share-contain-success > div > a, 
.form-share-contain > div input:not([type='checkbox']), 
.form-share-contain > div button, 
.form-share-contain-success  > div > a{
    width: 100%;
}

.form-share-contain-success > div > a{
    text-align: center;
}

.form-share-contain>p, .form-share-contain-success>p{
    font-family:Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:17px;
    font-size:1.7rem;
    line-height:1.2;
    margin:10px 0
}
@media (min-width:41.25em){
    .form-share-contain>p,  .form-share-contain-success>p{
        font-size:21px;
        font-size:2.1rem;
        line-height:26px;
        margin:15px 0
    }
}   

/*FIN Form Compartir por correo*/
 
/*Portadas*/
.portadas-listado div.row > div {
    margin-bottom: 20px
}
.portadas-listado img.img-portada {
    border: 1px solid #000000;
}

.portadas-listado select {
    margin-top: 1rem;
}
/*FIN Portadas*/

/*MediaKit*/
ul.media-kit-listado{
    list-style-type: none;
}

.panel-group.panel-group-media-kit>.panel.panel-default>.panel-heading>h4>span.icono-arrow-down,
.panel-group.panel-group-media-kit>.panel.panel-default>.panel-heading>h4>span.icono-arrow-up{
    width: 25px
}
.panel-group.panel-group-media-kit>.panel.panel-default>.panel-heading>h4>span.icono-arrow-down::before,
.panel-group.panel-group-media-kit>.panel.panel-default>.panel-heading>h4>span.icono-arrow-up::before{
    background: url(/img/icon/arrow-icon.svg) center center no-repeat;
    display: inline-block;
    width: 100%;
    height: 25px;
    content: " "

}

.panel-group.panel-group-media-kit>.panel.panel-default>.panel-heading>h4>span.icono-arrow-down::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
}
/*FIN MediaKit*/

/*Mensaje Cookies*/
.cookie-message {
    position: fixed;
     background-color: #fff;
    -webkit-box-shadow: 2px 0 0 2px rgba(0,0,0,.5);
    box-shadow: 2px 0 0 2px rgba(0,0,0,.5);
    padding: 20px 10px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 13;
}

.cookie-message>div {    
    display: block;
    max-width: 1275px;
    margin: 0 auto;
}

.cookie-message>div>p {
    margin: 0;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    padding-right: 55px;
}
/*FIN Mensaje Cookies*/

/*ABOUT US*/
.about-us-text{
    font-family:Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:17px;
    font-size:1.7rem;
    line-height:1.2;
    margin:10px 0
}
@media (min-width:41.25em){
    .about-us-text{
        font-size:21px;
        font-size:2.1rem;
        line-height:26px;
        margin:15px 0
    }
}  

.about-us-address{
    font-family:Amplitude-Light,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size:15px;
    font-size:1.5rem;
    line-height:1;
    margin:10px 0
}
@media (min-width:41.25em){
    .about-us-address{
        font-size:18px;
        font-size:1.8rem;
        line-height:26px;
        margin:15px 0
    }
} 
/*FIN ABOUT US*/

/* Sin datos */

.no-data p {
    font-family: Amplitude-Light, Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2;
    margin: 10px 0
}

@media (min-width: 41.25em) {
    .no-data p {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 26px;
        margin: 15px 0
    }
}
/* FIN Sin datos */

/*INICIO Selector Idioma*/
li.dropdown>.contenedor-selector-idioma {
    padding: 12px;
}

div.navbar-header-spendin div.contenedor-selector-idioma {
    margin-top: 10px;
}

.contenedor-selector-idioma>div>i {
    vertical-align: middle;
    font-size: 2.4rem;
    font-weight: 400;
    color: #111 !important;
}

.contenedor-selector-idioma>div>span {
    vertical-align: middle;
    text-transform: uppercase;
    font-family: Amplitude-Compressed-Medium,Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 17px;
    font-size: 2.4rem;
    font-weight: 400;
    color: #111 !important;
}
.contenedor-selector-idioma>ul.dropdown-menu {
    right:0;
    left: auto;

}

.contenedor-selector-idioma > ul.dropdown-menu > li > a:hover {
    color: white;
    text-decoration: underline;
    background-color: inherit;
}

/*FIN Selector Idioma*/