﻿h2, h3 {
    margin: 0px;
}
h3 {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
    line-height: 24px;
}
.nuevoCarrusel .slick-dots {
    display: block !important;
}
.slick-slide {
    margin: 0px 10px;
}

    .slick-slide:first-child {
        margin-left: 0px;
    }

    .slick-slide:last-child {
        margin-right: 0px;
    }


.btn-next img {
    margin-left: 6px;
}


.contentCarusel {
    background-color: #fff;
    width: 90%;
    margin: -13px auto 0px;
    position: relative;
    padding: 10px 8px;
    text-align: center;
}

.slick-slide img {
    width: 100%;
}
h2.mostView{
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    margin:2rem 0rem;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide .contentCarusel img {
    height: 19px;
    width: auto;
    display: -webkit-inline-box;
    margin-right: 10px;
}
.slick-dots {
    text-align: right !important;
}
section.regular {
    border-bottom: 1px solid #ccc;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #9e9e9e !important;
    font-size:8px;
}
.slick-dots li button:before {
    color: #cccccc !important;
    opacity: 1 !important;
    font-size: 8px !important;
}
div.slick-slide > div.contentCarusel h2 {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}
div.slick-slide:hover > div.contentCarusel h2 {
    color: #808080;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

.nuevoCarrusel div.slick-slide img{
    position:relative;
}
#widgetVideoCommercial .slick-slide img {
    margin: auto;
}
#widgetVideoCommercial .slick-dots {
    text-align: center !important;
}
div.slick-slide img {
    border-bottom: 1px solid transparent;
    position: absolute;
    max-width: inherit;
}
div.slick-slide:hover > img {
    border-bottom: 1px solid #808080;
}
.slick-dots {
    display: block !important;
}
.maskCarrusel {
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height:140px;
}
h2 a{
    color:#000;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 1rem;
}

div#containerSlider {
    position: relative;
}
.nuevoCarrusel section.regular.slider {
    margin-right: -5px;
    z-index:1;
}
#containerSlider .slick-initialized .slick-slide {
    margin: 0;
}

#containerSlider .slick-slider {
    background: transparent;
}

#slider-1 {
    width: 100%;
}

#slider-2 {
    position: absolute;
    right: 0;
    bottom: -27px;
    width: 123px;
    height: 123px;
}

.slides {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .slides img {
        width: auto;
        height: 100%;
        display: block;
        max-height: initial;
    }

.gallery-cell.slick-slide .mask {
    width: 100%;
    height: 320px !important;
    overflow: hidden;
}

button:focus.btn-next {
    background: transparent;
}

.btn-next {
    background: none;
    border: none;
    position: absolute;
    padding: 0;
    width: 39px;
    top: 17px;
    margin-left: 10px;
}

    .btn-next:focus {
        outline: none;
    }

    .btn-next svg {
        padding: 12px;
    }

        .btn-next svg #arrow-line {
            transition: all 0.3s ease-out;
            transform-origin: right bottom;
        }

.btnSliderContent {
    background: rgba(0, 0, 0, 0.4);
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    bottom: 183px;
    left: 63px;
}

.mask2 {
    width: 100%;
    height: 123px;
    overflow: hidden;
    position: relative;
}

    .mask2 img {
        height: 100%;
        width: auto;
        left: -50%;
        position: absolute;
    }
/*Copy*/
#containerSlider .copy{
    width: 85%;
    padding-left: 1rem;
    padding-top: 1rem;
}

    #containerSlider .copy h4 {
        margin: 0;
        font-family: 'Lato', 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
        font-weight: 400;
        display: inline-flex;
        font-size: 15px;
        position: absolute;
    }

#containerSlider img.iconSlider {
    width: auto;
    padding-right: 10px;
    display: inline-flex;
    height: 19px;
}

#containerSlider .copy h2 {
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.1;
    padding: 8px 0;
}

#containerSlider .copy p {
    margin: 0;
    font-size: 14px;
}

.opaWht {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9;
}
div#slider-1 {
    background-color: #000;
}
#containerSlider .copy h2 {
    font-weight: normal;
    width: 90%;
    padding-bottom: 20px;
}
#containerSlider .copy h2 a {
    color: #fff;   
}
.carruselMobile #containerSlider .copy h2 a{
    color:#000
}

#slider-2 {
    bottom: 0px;
}
.opaWht {
    background: rgba(000, 000, 000, 0.6);  
}
/* -------------- Media --------------------*/
@media screen and (max-width: 768px) {
    .btnSliderContent {        
        bottom: 184px;      
    }
    .blackHeader .tab-bar.tab-bar-SN {
        background: #000;
        border-bottom: 1px solid #f4f4f4;
        height: 42px;
    }
    .inner-wrap .tab-bar .tab-bar-section ul.menu li a {
        color: #fff;
    }
    .tab-bar .menu-icon span::after {
        box-shadow: 0 0px 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    }
    .btn-next {
        margin-left: 10px;
        top: 15px;
    }

    #newArticle div#slider-1 {
        background-color: #000;
    }

    #newArticle  .opaWht {
        background: rgba(000, 000, 000, 0.6);
    }
    #slider-2 {
        bottom: 59px;
    }
    .opaWht {        
        background: rgba(255, 255, 255, 0.6);       
    }
    #slider-2 {
        bottom: -27px;
    }
    div#slider-1 {
        background-color: transparent;
    }
    #containerSlider .copy h2 {
        color: #000;
        padding-bottom: 8px;
        width: 90%;
        font-size: 18px;
    }
    .gallery-cell.slick-slide .mask {
        height: auto;
    }
    button:hover{
        background-color:transparent !important
    }
   
    .right-small {
        width: 1.8125rem;
    }

    .carruselMobile #containerSlider div#slider-1 {
        background-color:transparent;
    }
    #containerSlider div#slider-1 {
        background-color: #000;
    }

 
}
@media screen and (max-width: 640px) {
    #slider-1 .slides .mask img {
        width: 150%;
        margin-left: -20%;
    }
    .panel {
       padding: 0rem;      
    }
    .row.apertura-container.nuevoCarrusel {    
        margin-top: 0rem;
    }
    .blackHeader .right-small .right-off-canvas-toggle i.icon-user {
        color: #fff;
        font-size: 1rem;
        line-height: 2;
    }

    .blackHeader .slick-initialized .slick-slide {
        margin: 0px 0rem;
    }

    .blackHeader section.main-section {
        margin-top: 0;
    }

    .blackHeader .row apertura-container .tab-bar.tab-bar-SN {
        position: relative
    }
    .blackHeader .tab-bar.tab-bar-SN {
        background-image: url(../img/bgHeaderMobile.png) !important;
        border-bottom: 0px;
        box-shadow: none;
    }

    .blackHeader .tab-bar.tab-bar-SN {
        background: transparent;
        border-bottom: 0px solid #f4f4f4;
    }

    .blackHeader nav.tab-bar {
        background: transparent;
        border-bottom: none;
        height: 81px !important
    }

    .blackHeader .top-bar-container, nav.tab-bar {
        background: #000;
    }
    .inner-wrap .tab-bar .tab-bar-section span.categoria{
        color:#fff
    }
    #containerSlider .copy {
        width: 65%;
    }
    .meta, .panel .meta {        
        margin-top: 8px;       
    }
    #slider-2 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 123px;
        height: 123px;
    }
}
@media only screen and (max-width: 425px) {
    .gallery-cell.slick-slide .mask {
        width: 100%;
        height: 275px !important;
        overflow: hidden;
    }

    #containerSlider .copy {
        width: 75%;
        padding-left: 1rem;
        padding-top: 9px !important;
    }
}
    @media screen and (max-width: 380px) {
        #slider-1 .slides .mask img {
            width: auto;
            margin-left: -30%;
            height: 100%;
            position: relative;
        }
        .carruselMobile div.slick-slide img {
            position: relative;
        }
        #slider-1 .slick-slider {
            padding: 0px;
        }
        #containerSlider .copy {
            width: 60%;
        }

        #slider-2 {
            bottom: 7px;
        }
    }

    @media screen and (max-width: 320px) {
        #containerSlider .copy {
            width: 50%;
        }

        #slider-2 {
            bottom: 62px;
        }

        .mask2 {
            height: 183px;
        }

            .mask2 img {
                left: -103%;
            }

        .btnSliderContent {
            bottom: 243px;
        }
    }
