/* NOTICIAS */


.row.seccion-noticias {
    margin-right: -30px;
    margin-left: -30px;

}

.seccion-noticias {}

.seccion-noticias img {
    width: 100%;
}

figure {
    position: relative;
    overflow: hidden;
    margin: 15px 0;
    height: 200px;
}

figcaption {
    cursor: pointer;
    padding: 15px;
    top: 55%;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.selector-noticia {
    width: 31px;
    position: absolute;
    bottom: -1px;
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.selector-noticia img {
    width: auto;
}

figcaption.txt-evento {
    background: rgba(0, 174, 239, 0.8);
} 

figcaption.txt-noticia {
    background: rgba(168, 51, 112, 0.8);
}

figure:hover figcaption {
    top: 0;
    transition: all 0.2s ease-in-out;
}

figcaption .txt-fecha {
    font-family: "Helvetica65";
    font-size: 13px;
    text-align: center;
}

figcaption h2 {
    color: #fff!important;
    font-size: 14px!important;
    padding: 0!important;
    margin: 0!important;
    margin-bottom: 20px!important;
    font-style: normal!important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}

.noticia-desplegada {
    
    /*background-color: #dfdfdf;*/
}

.noticia-desplegada .col-xs-12 {
    border: 1px solid #dbdbdb;
}

.noticia-desplegada img {
    display: block;
    max-width: 800px;
    width: 90%;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
}

.noticia-desplegada .contenedor-txt {
    padding: 40px;
    /*background-color: #dfdfdf;*/
}

.noticia-desplegada .contenedor-txt h3, .noticia-desplegada .contenedor-txt p {
    color: #333;
}

.noticia-desplegada .contenedor-txt h3 {
    font-size: 26px;
    color: #ce6098;
    margin-top: 0;
}

.noticia-desplegada .contenedor-txt p {
    font-size: 15px;
}

ul.menu-noticias {
   text-align: center;
   margin-bottom: 40px;
}

ul.menu-noticias li {
    float: none;
    display: inline-block;
}

.product-list .item > div {
    height:80px;
    display:table;
}
.product-list .item > div > span {
    vertical-align: middle;
    display: table-cell;
}
.product-list .line{
    background-color:#ce6098;
    height:2px;
    margin-top: 10px;
    margin-bottom: 10px;

}
.product-list .img:after{
    padding-top:100%;
    content:" ";
    display:block;

}
.product-list .img{
    width:100%;
    background-size:cover;
    background-color:#666;
}

.product-list .cajas {
    border: 1px solid #dbdbdb;
    margin: 0.8%;
    padding: 18px;
}

.product-list h2 {
    font-family: "HelveticaNeueUltraLight", arial;
    font-weight: normal;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 20px;
}


.product-list .cajas h3 {
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 50px;
}

.product-list .cajas .codigo {
    color: #a83370;
    font-size: 12px;
}

.producto {
}

.producto .img {
    background-size: cover;
    position:relative;
    border:1px solid #dbdbdb;
    display:block;
}
.producto .img::after{
    padding-top: 100%;
    display: block;
    width: 100%;
    content: "";
}


.top {
    font-family:"HelveticaNeueLight";
    padding:20px 0;
}
@media screen and (max-width:1360px){
    .top {
        padding:20px 60px!important;
    }
}

.top h1,.top h2 {
    color:#ce6098;
    margin:40px 0;
}

.top h2 {
    font-style: italic;
    font-size:2em;
}

.product-list h2 {
    color: #333;
    font-style: normal;
    font-family: "HelveticaNeueUltraLight", arial;
    font-weight: normal;
    font-size: 26px;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid #a83370;
}


.nav-boton .pill-todo, .nav-boton .pill-evento, .nav-boton .pill-noticia {
    background: #CCC;
    padding: 10px;
}

.nav-boton .pill-todo.active {
    background: #555;
}


.nav-boton .pill-evento.active {
    background: #00aeef;
}

.nav-boton .pill-noticia.active {
    background: #a83370;
}

/*.nav-pills .pill-todo {
    background: #555;
}

.nav-pills .pill-evento {
    background: #00aeef;
}

.nav-pills .pill-noticia {
    background: #a83370;
}*/

/*.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color:#a83370;
}*/
.nav-boton>li>a:hover {
    color:inherit;
    text-decoration: none;
}
.nav-boton>li>a {
    border-radius:0;
    color: #fff;
    font-family:"Helvetica65";
    text-decoration: none;
}

.tab-content {
    padding:30px 0;
}
.tab-content a {
    width:100%;
}
.tab-content a.active {
    font-family:"Helvetica65"
}
.tab-content h6 {
    font-family: inherit;
    font-size: 11px;
    margin: 5px 0;
}
.tab-content li:after {
    height: 1px;
    margin:12px 0 12px 0;
    background-color: gray;
    content: " ";
    display: block;
    width:100%;
}
.tab-content li:last-child:after {
    height:0;
}

.section-slider {
    width:200%;
    overflow:hidden;
    min-height:400px;
    -webkit-transition:-webkit-transform .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out;
    transition:transform .3s ease-in-out;
}
.section-slider.open {
    -webkit-transform:translate3d(-50%,0,0);
    -moz-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
}
.section-left,.section-right {
    width:50%;
    overflow:hidden;
    float:left;
}

#contenido{
    padding:0 40px 40px 40px;
}
#contenido .b-image-cover{
    margin-top:5px;
    box-shadow:0 0 5px rgba(0,0,0,.2);
    border-radius:3px;
}

@media screen and (min-width:720px) {
    .section-slider.open{
        -webkit-transform:translate3d(0,0,0);
        -moz-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
    }
    .section-slider{
        width:100%;
        -webkit-transition:none;
        -moz-transition:none;
        transition:none;
    }
    .section-left{width:35%;}
    .section-right{width:65%;}
}


@media screen and (max-width: 768px) {

figure {
    /*margin: 30px 0;*/
}

.selector-noticia {
    bottom: -17px;
 }

}

@media screen and (max-width: 640px) {

.row.seccion-noticias { /* para que no se exceda los margenes laterales */
    margin-right: -15px;
    margin-left: -15px;

}

figcaption {
    top: 50%;

}

figcaption h2 {
    font-size: 11px!important;
    padding-top: 0;
 }

figcaption p {
    display: none;
 }

 figcaption p.txt-fecha {
    display: block;
 }

ul.menu-noticias li {
    float: none;
    display: block;
}

.top {
     padding:20px!important;
}

}


@media only screen and (min-width:400px) and (max-width: 768px) {

.seccion-noticias .col-xs-12 {
    width: 50%!important;

}

}

@media screen and (min-width: 768px) {

.col-sm-6.cajas {
    width: 48.3%;
}
}

@media screen and (min-width: 992px) {

.col-md-3.cajas {
    width: 23.2%;
}
}