/*
Author: Leonardo Funez del Chiaro
Website; leonardofunez.com
Portfolio: behance.net/leofunez
Linkedin: linkedin.com/in/leonardofunez
Drupal.org: drupal.org/u/leonardofunez
*/

/* Globals */
    /* @import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Zilla+Slab:400,400i,500,500i,600,600i,700,700i'); */

    body{font-family: 'Muli', sans-serif; -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision;}
    body.logged-in {/*padding-top: 0 !important;*/ font-family: 'Muli', sans-serif;}

    * {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}

    img{width: 100%; height: auto;}

    p{font-size: 16px; line-height: 22px;}

    .main-content.front-content{margin-top: 0;}

    .block_title{text-transform: uppercase; margin: 0 0 20px; font-weight: 900; font-size: 13px; color: #112534;}
    .block_title a{color: #112534; font-weight: 900;}

    .wrapper {max-width: 1280px; width: 100%; padding: 0 10px; margin: 0 auto;}

    .views-row{position: relative;}

    .section a,
    .views-field-field-seccion a{color: white; padding: 6px 15px; border-radius: 2px; font-size: 10px; font-weight: 700; text-transform: uppercase;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.35);
        background: linear-gradient(to right, #f68929 , #f60);
        background: -webkit-linear-gradient(left, #f68929 , #f60);
        background: -o-linear-gradient(right, #f68929 , #f60);
        background: -moz-linear-gradient(right, #f68929 , #f60);}
    
    .views-field-field-video a{position: absolute; width: 45px; height: 45px; right: 10px; z-index: 1; top: 10px; font-size: 0; color: transparent;}
    .views-field-field-video a:hover:after{opacity: 0.8;}
    .views-field-field-video a:after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/icons/play1.svg") no-repeat center / 100%;}

    .views-field-field-image,
    .views-field-field-imagen-galeria{background: url("../img/bg/photo_bg1.svg") no-repeat center / cover;}
/* .Globals */

/* Annonces */
    .an_pub{margin: 80px auto; border: 1px solid #eee;}
    .an_pub.an_pub_728{width: 728px; height: 90px;}
    .an_pub.an_pub_300{width: 300px; height: 100px;}
    .front-content .an_pub_2,
    .front-content .an_pub_4{margin-bottom: 100px}
/* .Annonces */

/* Slick Slider */
    .slick-slider{position: relative;}
    .slick-slider img{width: inherit;}
    .slick-slider .slick-list{overflow: hidden;}
    .slick-slider .views-row{position: relative; display: inline-block; vertical-align: top;}
    .slick-arrow{font-size: 0; color: transparent; background: none; border: 0; height: 100%; width: 50px; position: absolute; z-index: 1; top: 0; bottom: 0; margin: auto;}
    .slick-arrow:before{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0;
        background: linear-gradient(to right, transparent , #11253480);
        background: -webkit-linear-gradient(left, transparent , #11253480);
        background: -o-linear-gradient(right, transparent , #11253480);
        background: -moz-linear-gradient(to right, transparent , #11253480);}
    .slick-arrow:after{content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/icons/next.svg") no-repeat center / 42px;}
    .slick-arrow.slick-prev{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

    .slick-dots{margin: 30px 0 0; padding: 0; text-align: center;}
    .slick-dots li{display: inline-block; height: 12px; width: 12px; margin: 0 5px;}
    .slick-dots li button{font-size: 0; vertical-align: top; color: transparent; height: 12px; width: 12px; cursor: pointer; border-radius: 50%; background: #c9d1de; border: 1px solid #c9cfda; padding: 0;}
    .slick-dots li.slick-active button{border-color: #d3d9e6; background: white;}

    .slick-arrow.slick-prev{background: none;}
/* Slick Slider */

/* Header */
    header {position: relative; z-index: 7; width: 100%; height: 170px;
        background: #122433;
        background: -webkit-linear-gradient(#142939, #1A364E);
        background: -o-linear-gradient(#142939, #1A364E);
        background: -moz-linear-gradient(#142939, #1A364E);
        background: linear-gradient(#142939, #1A364E);
    }

    /* Menu Button */
        header .menu_button {width: 125px; height: 100%; border: 0 solid #142939; color: white; position: relative; cursor: pointer; z-index: 1;
            background: #1a364e;
            background: -webkit-linear-gradient(#1a364e, #183146);
            background: -o-linear-gradient(#1a364e, #183146);
            background: -moz-linear-gradient(#1a364e, #183146);
            background: linear-gradient(#1a364e, #183146);
        }
        header .menu_button .line,
        header .menu_button .line:before,
        header .menu_button .line:after {
            content: "";
            position: absolute;
            width: 37px;
            background: #fff;
            height: 1px;
            left: 0;
            right: 0;
            top: 70px;
            margin: 0 auto;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
        }
        header .menu_button .line:before {
            top: -6px;
        }
        header .menu_button .line:after {
            top: 6px;
        }
        header .menu_button p {
            font-weight: 300;
            margin: 0;
            font-size: 12px;
            position: absolute;
            bottom: 67px;
            left: 44px;
            letter-spacing: .4px;
            font: 600 12px "Muli";
        }

        /* Active */
            header .menu_button.active {
                background: #152d42;
                background: -webkit-linear-gradient(#1a364e, #152d42);
                background: -o-linear-gradient(#1a364e, #152d42);
                background: -moz-linear-gradient(#1a364e, #152d42);
                background: linear-gradient(#1a364e, #152d42);
            }
            .menu_button.active .line {
                background-color: transparent;
            }
            header .menu_button.active .line:before,
            header .menu_button.active .line:after {
                top: 0;
            }
            .menu_button.active .line:before {
                top: 0;
                transform: rotate(-40deg);
                -webkit-transform: rotate(-40deg);
                -moz-transform: rotate(-40deg);
                -ms-transform: rotate(-40deg);
                -o-transform: rotate(-40deg);
            }
            .menu_button.active .line:after {
                top: 0;
                transform: rotate(40deg);
                -webkit-transform: rotate(40deg);
                -moz-transform: rotate(40deg);
                -ms-transform: rotate(40deg);
                -o-transform: rotate(40deg);
            }
        /* .Active */
    /* .Menu Button */
    
    /* Logo */
        header .logo {
            background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/logos/logo_blanco_text2.svg") no-repeat center / 100% auto;
            display: inline-block;
            position: absolute;
            width: 237px;
            height: 42px;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 50px;
        }
    /* .Logo */

    /* Nav */
        header nav {position: absolute; bottom: 0; width: 100%; height: 54px; text-align: center;}
        header nav a{text-transform: uppercase; color: white; padding: 20px; font-size: 11px; font-weight: 500; font-family: "Montserrat"; display: inline-block;}
    /* .Nav */

    /* Menu List */
        .menu-list {position: absolute; display: none; width: 200px; background: #0c212f; height: auto; top: 170px; z-index: 5; box-shadow: 0px 12px 34px rgba(5, 23, 35, 0.77); height: 100%; overflow: scroll; padding-bottom: 200px;}
        .menu-list.active {display: block;}
        .menu-list .item {float: left; text-align: left; width: 100%;}
        .menu-list .item:last-child {border: 0;}
        .menu-list .item .left {width: 200px; float: left; background: #091d2b;}
        .menu-list .item a,
        .menu-list .item span {float: left; color: #c8dbe8; text-transform: uppercase; font: 500 11px "Muli"; padding: 10px 15px; width: 100%;}
        .menu-list .item .main {font-weight: 800;}
        .menu-list .item span {color: #677884;}

        .menu-list .social a {padding-left: 40px; color: white !important; font-weight: 800;}
        .menu-list .social .facebook {background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/facebook_white.svg") no-repeat 8px center / 25px;}
        .menu-list .social .twitter {background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/twitter_white.svg") no-repeat 8px center / 20px;}
        .menu-list .social .instagram {background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/instagram_white.svg") no-repeat 8px center / 18px;}
        .menu-list .social .google {background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/google_white.svg") no-repeat 8px center / 25px;}
        .menu-list .social .youtube {background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/youtube_white.svg") no-repeat 2px center / 32px;}
    /* .Menu List */

    /* Overlay */
        .overlay-menu-fixed,
        .overlay-fixed {position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; background: rgba(18, 35, 49, 0.8); z-index: 1000;}
        .overlay-menu-fixed {z-index: 5;}
        .overlay-menu-fixed.active,
        .overlay-fixed.active {display: block;}
    /* .Overlaty */
/* .Header */

/* Footer */
	footer{background-color: #122433; width: 100%; height: 300px; padding-top: 50px;}
	footer nav{width: 690px; margin: 40px auto;}
	footer nav a{text-transform: uppercase; color: #fff; padding: 20px; font-size: 11px; font-weight: 400;}
	footer nav a:hover{background: #132738;}
	footer .logo{background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/logos/logo_blanco_text2.svg") no-repeat center / 100% auto; display: block; position: relative; width: 237px; height: 42px; left: 0; right: 0; margin: 0 auto;}
	footer .social{position: relative; display: inline-block; margin: 0 auto 40px; width: 100%; text-align: center; height: 40px;}
	footer .social a{display: inline-block; width: 40px; height: 40px;}
	footer .social .Facebook{background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/facebook_white.svg") no-repeat center / 27px;}
	footer .social .Twitter{background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/twitter_white.svg") no-repeat center / 23px;}
	footer .social .Instagram{background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/instagram_white.svg") no-repeat center / 18px;}
	footer .social .Google{background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/google_white.svg") no-repeat center / 27px;}
	footer .social .Youtube{background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/social/youtube_white.svg") no-repeat center / 32px;}
	footer .copyright{background-color: #15293A; text-align: center; color: #4c6477; text-transform: uppercase; font: 10px "Poppins"; padding: 15px 0;}
    footer .by{width: 100%; background: #102333; text-align: center; color: #4c6477; font: 10px "Poppins"; text-transform: uppercase; padding: 10px 0;}
    footer .by a{color: #7699b7;}
    footer .by a:hover{text-decoration: underline;}
/* .Footer */

/* Breaking News */
    #breking-news-bar {width: 100%; min-height: 64px; position: relative; top: 0px; padding: 16px 0 14px;
        background-color: #f72323;
        background: linear-gradient(to right, #f68929 , #f60);
        background: -webkit-linear-gradient(left, #f68929 , #f60);
        background: -o-linear-gradient(right, #f68929 , #f60);
        background: -moz-linear-gradient(to right, #f68929 , #f60);
    }
    #breking-news-bar span {color: white; text-transform: uppercase; background: url("https://seguimiento.co/sites/all/themes/seguimiento/img/icons/time2.svg") no-repeat 10px center / 18px #ff6602; padding: 11px 10px 10px 36px; margin-right: 10px; display: inline-block; font: 700 12px "Montserrat"; border-radius: 2px;}
    #breking-news-bar p,
    #breking-news-bar p a {color: white; text-decoration: none; font: 700 13px/37px "Muli"; text-transform: uppercase; margin: 0;}
/* .Breaking News */

/* List Block */
    .list-block{width: 100%;}
    .list-block .block_title{padding-left: 10px;}
    .list-block .view-content{font-size: 0;}
    .list-block .views-row{width: 100%; max-width: 295px; display: inline-block; vertical-align: top; margin: 0 10px 30px; height: 280px; font-size: 15px;}
    .list-block .views-field-field-image,
    .list-block .views-field-field-imagen-galeria{box-shadow: 0px 0px 8px rgba(2, 11, 49, 0.3); height: 160px; width: 100%; border-radius: 2px; overflow: hidden; position: relative;}
    .list-block .slick-slider{position: initial;}
    .list-block .views-row img{float: left;}
    .list-block .views-field-field-seccion{position: relative; z-index: 1; top: -12px; left: 10px; display: inline-block;}
    .list-block .views-field-title{padding: 0 10px;}
    .list-block .views-field-title a{color: #112534; font-weight: 700; font-size: 16px; line-height: 21px;}
    .list-block .slick-arrow:active:after{background-size: 41px;}

    .list-block .info{padding: 10px 20px 0; min-height: 108px; border-radius: 0 0 4px 4px; width: 100%; position: relative; top: -2px; z-index: 1;}
    .list-block .info .section{position: absolute; top: -10px;}
    .list-block .info .title{line-height: 20px; margin: 10px 0 0;}
    .list-block .info .title a{color: #112534; font-weight: 700; font-size: 16px;}

    .list-block .views-field-field-image-1,
    .list-block .views-field-field-imagen-galeria-1{display: none;}
/* .List Block */

/* Opnion */
    .opinion-module{background: #f2f7ff; padding: 80px 0 60px; width: 100%; background: linear-gradient(to top, white , #eaf3f7); background: -webkit-linear-gradient(top, white , #eaf3f7); background: -o-linear-gradient(top, white , #eaf3f7); background: -moz-linear-gradient(top, white , #eaf3f7);}
    .opinion-module .wrapper{padding: 0 20px;}
    .opinion-module .block_title{margin-bottom: 30px;}
    .opinion-module .views-row{width: 300px;}
    .opinion-module .views-field-field-imagen-de-perfil{width: 100px; height: 100px; overflow: hidden; border-radius: 50%; position: absolute;}
    .opinion-module .column-info{padding: 0 20px 0 115px;}
    .opinion-module .author{display: block; width: 100%; margin-bottom: 5px; color: #3c5161; font-size: 14px;}
    .opinion-module .column-info a{color: #112534; font-weight: 600; display: block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
    .opinion-module .slick-arrow{display: none !important;}
/* .Opnion */

/* Modules Four */
    .module_four{background: #f2f7ff; padding: 80px 0 40px; width: 100%; position: relative;}
    .module_four .bg{position: absolute; height: 100%; width: 100%; left: 0; top: 0; opacity: 0.3; background-position: center; background-size: cover; background-repeat: no-repeat;}
    .module_four:after{content: ""; position: absolute; height: 100%; width: 100%; top: 0; left: 0;
        background: linear-gradient(to top, transparent , #f9f9f9);
        background: -webkit-linear-gradient(top, transparent , #f9f9f9);
        background: -o-linear-gradient(top, transparent , #f9f9f9);
        background: -moz-linear-gradient(top, transparent , #f9f9f9);}
    .module_four .wrapper{position: relative; z-index: 1;}
    .module_four .views-row{margin-bottom: 0;}
    .module_four .section a, 
    .module_four .views-field-field-seccion a{background: #112534; box-shadow: none;}
    .module_four.list-block .views-field-field-image,
    .module_four.list-block .views-field-field-imagen-galeria{box-shadow: none;}

    .banner_especial_728{height: 100px; width: calc(100% - 10px); display: block; left: 10px;}
    .banner_especial_300{}
    
    /* Elecciones 2018 */
    .elecciones_2018{margin-bottom: 80px; margin-top: 20px;}
    .elecciones_2018 .bg{background-image: url("../img/especiales/2018/elecciones/casa_narinio.jpg");}
    .elecciones_2018 .banner_especial_728{background-image: url("../img/especiales/2018/elecciones/elecciones_2018_1.svg");}

    /* Muelle de las américas */
    .muelle_americas{margin-bottom: 80px;}
    .muelle_americas .bg{background-image: url("../img/especiales/2017/muelle_de_las_americas/muelle_de_las_americas.jpg");}

    /* Magdalena Ambiental */
    .magdalena_ambiental .bg{background-image: url("../img/especiales/2017/magdalena_ambiental/magdalena_ambiental_bg.jpg");}
/* .Modules Four */

/* Most Read Slide */
    .most-read{padding: 0 0 20px; border-bottom: 1px solid #eee;}
    .most-read .block_title{padding-left: 40px; font-size: 12px; margin-bottom: 10px;}
    .most-read .views-row{display: inline-block; vertical-align: top;}
    .most-read .views-field-field-image,
    .most-read .views-field-field-imagen-galeria{width: 80px; height: 80px; float: left; box-shadow: 0px 0px 8px rgba(2, 11, 49, 0.3); border-radius: 2px; overflow: hidden;}
    .most-read .views-field-field-image img,
    .most-read .views-field-field-imagen-galeria img{width: 100%; height: auto;}
    .most-read .views-field-title{width: calc(100% - 20px); padding-left: 90px;}
    .most-read .views-field-title a{color: #112534; font-size: 14px; top: -4px; position: relative; display: block; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
    .most-read .slick-slider .slick-list{width: calc(100% - 80px);position: relative; left: 40px;}
    .most-read .slick-arrow:before{display: none;}
/* .Most Read Slide */

/* Most Read */
    .most-read-block .block_title{background: url("../img/icons/trending3.svg") no-repeat 10px center / 17px; padding-left: 35px;}
/* .Most Read */

/* Super Featured */
    .super-featured{background: #0a1d2d; padding: 60px 0;}
    .super-featured .block_title,
    .super-featured .block_title a{color: white}
    .super-featured .field-content:before {content: ""; position: absolute; width: 100%; height: 80%; z-index: 2; left: 0; right: 0; bottom: 0; background: #091d2d none; background-size: 100% 100%; background: none,-webkit-linear-gradient(top,rgba(0,0,0,0) 20%, #091d2d); background: none,linear-gradient(180deg,rgba(0,0,0,0) 20%, #091d2d); pointer-events: none;}
    .super-featured .info{position: absolute; bottom: 0; width: 100%; max-width: 900px; z-index: 2; padding: 0 60px 60px 60px;}
    .super-featured .title{margin-bottom: 0;}
    .super-featured .title a{color: white; font-size: 40px; font-weight: 800; line-height: 48px;}
    .super-featured .resume{color: white; margin-bottom: 0; display: none;}

    .super-featured .slick-arrow{width: 80px; z-index: 3;}
    .super-featured .slick-arrow:before{display: none;}
    .super-featured .slick-arrow:after{background-size: 60px;}
/* .Super Featured */

/* Streaming */
    .streaming{width: 100%; background: #0b4a7d; margin-bottom: 0; padding: 60px 0; position: relative;}
    .streaming .title-streaming{margin-bottom: 15px;}
    .streaming .title-streaming .block_title{color: white;}
    .streaming .video-streaming{width: 100%; height: 600px; background: #091d2d;}
/* End Streaming */

/* Section Module */
    .section-module{width: 100%; margin-bottom: 80px; background: #f7fbfd; padding: 80px 0; /*border-top: 2px solid #eef4f7; border-bottom: 2px solid #eef4f7;*/ background: linear-gradient(to top, white , #f7fbfd); background: -webkit-linear-gradient(top, white , #f7fbfd); background: -moz-linear-gradient(top, white , #f7fbfd); background: -o-linear-gradient(top, white , #f7fbfd);}
    .section-module .wrapper{padding: 0 20px;}
    .section-module .main-article{width: 100%; position: relative; margin-bottom: 20px;}
    .section-module .main-article .views-field-field-image,
    .section-module .main-article .views-field-field-imagen-galeria{width: 790px; min-height: 412px; max-height: 412px; display: inline-block; box-shadow: 0px 0px 8px rgba(2, 11, 49, 0.3); border-radius: 2px; overflow: hidden;}
    .section-module .main-article .views-field-field-image img,
    .section-module .main-article .views-field-field-imagen-galeria img{float: left;}
    .section-module .main-article .views-field-nothing{width: calc(100% -  795px); display: inline-block; padding: 0 0 0 30px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
    .section-module .main-article .title{font-size: 30px; line-height: 34px;}
    .section-module .main-article .title a{color: #112534; font-weight: 800;}
    .section-module .main-article .resume{margin-bottom: 0;}
    .section-module .list-block .views-row{margin: 0 20px 0 0;}
    .section-module .list-block .views-row-4{margin-right: 0;}
    .section-module .list-block .info {background: #eaf4f9;}
    
    .section-module.featured-news{background: white; padding: 40px 0 0 0; border: 0;}
    .section-module.featured-news .list-block .info{background-color: white;}

    .section-module .main-article .slick-arrow{width: 80px;}
    .section-module .main-article .slick-arrow:after{background-size: 60px;}
/* .Section Module */

/* Double News */
    .double-news{margin-bottom: 40px; width: 100%; background: #f7fbfd; padding: 80px 0 40px;
        background: linear-gradient(to top, white , #f7fbfd);
        background: -webkit-linear-gradient(top, white , #f7fbfd);
        background: -moz-linear-gradient(top, white , #f7fbfd);
        background: -o-linear-gradient(top, white , #f7fbfd);}
    .double-news .views-row{width: calc(50% - 10px); display: inline-block; vertical-align: top;}
    .double-news .views-row-1{margin-right: 15px;}
    .double-news .views-row img{float: left;}
    .double-news .info{display: inline-block; width: 100%; position: relative; top: -13px; padding: 0 20px;}
    .double-news .info .title{font-size: 30px; line-height: 34px; margin-bottom: 0;}
    .double-news .info .title a{color: #112534; font-weight: 800;}
/* .Double News */

/* Sociales */
    .socials-module{padding: 80px 0; background: #061927; background: linear-gradient(to top, #03345a , #061927); background: -webkit-linear-gradient(top, #03345a , #061927); background: -o-linear-gradient(top, #03345a , #061927); background: -moz-linear-gradient(top, #03345a , #061927);}
    .socials-module .block_title{color: white;}
    .socials-module .wrapper{overflow: hidden; padding: 0; max-width: 1100px;}
    .socials-module .content_gallery:before {content: ""; position: absolute; width: 100%; height: 80%; z-index: 2; left: 0; right: 0; bottom: 0; background: #091d2d none; background-size: 100% 100%; background: none,-webkit-linear-gradient(top,rgba(0,0,0,0) 20%, #091d2d); background: none,linear-gradient(180deg,rgba(0,0,0,0) 20%, #091d2d); pointer-events: none;}
    .socials-module .views-row .info{position: absolute; width: 100%; bottom: 20px; text-align: center; z-index: 3; max-width: 500px; margin: auto; left: 0; right: 0;}
    .socials-module .info h2 a{color: white; font-size: 32px;}
    
    .socials-module .slick-arrow{width: 100px;}
    .socials-module .slick-arrow:before{display: none;}
    .socials-module .slick-arrow:after{background-size: 80px;}
    .socials-module .slick-arrow:active:after{background-size: 78px;}
/* .Sociales */

/* Funny Articles */
    .funny-articles-module{padding: 80px 0 0; width: 100%;}
    .funny-articles-module .views-row{margin-bottom: 0;}
    .funny-articles-module .info{background: white;}
/* .Funny Articles */

/* List Text Articles */
    .list-text-articles{display: inline-block; width: 100%; margin-bottom: 80px;}
    .list-text-articles .view{width: 300px; margin-right: 20px; float: left;}
    .list-text-articles .view:last-child{margin-right: 0;}
    .list-text-articles .view-header a{text-transform: uppercase; font-size: 13px; color: #122433; font-weight: 700; margin-bottom: 20px; display: block;}
    .list-text-articles .views-row{margin: 0 10px 20px 20px; display: list-item; list-style: square; color: #bfccd6; width: calc(100% - 40px); line-height: 20px;}
    .list-text-articles .views-row a{font: 600 14px/18px "Muli"; color: #1a364e;}
/* End List Text Articles */

body.logged-in{padding-top: 0 !important;}
body.logged-in.toolbar{padding-left: 0;}
#toolbar{display: none !important;}

/***** Media Queries *****/
    @media screen and (max-width: 1280px) {
        .wrapper {max-width: 965px;}

        /* Section Module */
        .section-module .list-block .views-row-3{margin-right: 0;}
        .section-module .main-article .views-field-field-image,
        .section-module .main-article .views-field-field-imagen-galeria{width: 610px; min-height: 318px; max-height: 318px;}
        .section-module .main-article .views-field-nothing{width: calc(100% - 610px);}
        .section-module .main-article .resume{display: none;}
        .section-module .main-article .title{font-size: 28px; line-height: 32px; margin: 12px 0 0;}

        /* Hidding 4 Row */
        .section-module .list-block .views-row-4,
        .funny-articles-module .views-row-4,
        .list-block.most-read-block .views-row-3,
        .list-text-articles .view:nth-child(4){display: none;}

        /* Socials */
        .socials-module .wrapper{max-width: 965px;}
        .socials-module .slick-slider .views-row,
        .socials-module .slick-track{height: 510px;}
    }

    @media screen and (max-width: 965px) {
        .wrapper,
        .module_four .wrapper{padding: 0 20px; max-width: initial;}

        /* Section Module */
        .section-module.featured-news{padding-top: 80px;}
        .section-module .main-article{margin-bottom: 60px;}
        .section-module .main-article .views-field-field-image,
        .section-module .main-article .views-field-field-imagen-galeria{width: 100%; margin-bottom: 10px;}
        .section-module .main-article .views-field-nothing{width: 100%; position: relative; top: 0; transform: translateY(0); -webkit-transform: translateY(0); padding: 0 40px;}
        .section-module .main-article .resume{display: block;}
        .section-module .list-block .info{background: transparent;}

        .section a,
        .views-field-field-seccion a{background: none; color: #f60; box-shadow: none; padding: 0; border-radius: 0; font-size: 1.5vw; font-weight: 800;}

        /* List Block */
        .list-block .block_title{padding-left: 0;}
        .most-read-block .block_title{padding-left: 35px;}
        .list-block .views-row,
        .section-module .list-block .views-row{max-width: initial; height: auto; margin: 0 0 30px;}
        .list-block .views-field-field-image,
        .list-block .views-field-field-imagen-galeria{width: 40%; height: 0; padding-bottom: 21%; box-shadow: none; display: inline-block; border-radius: 0;}
        .list-block .views-field-nothing{display: inline-block; width: 59%; padding-left: 20px; vertical-align: top;}
        .list-block .info .section{position: relative; top: 0;}
        .list-block .info{width: 100%; display: inline-block; padding: 0; top: 0; min-height: initial;}
        .list-block .info .title{margin-top: 15px; font-size: auto;}
        .list-block .info .title a{font-size: 3vw; line-height: 1.2;}

        .module_four .section a,
        .module_four .views-field-field-seccion a{background: transparent; color: #6d7893;}
        
        /* Showing 4 Row */
        .section-module .list-block .views-row-4,
        .funny-articles-module .views-row-4,
        .list-block.most-read-block .views-row-3,
        .list-text-articles .view:nth-child(4){display: inline-block;}

        /* Sociales */
        .socials-module{padding: 40px 0;}
        .socials-module .wrapper{width: calc(100% - 40px)}
        .socials-module .slick-slider .views-row,
        .socials-module .slick-track{height: auto;}
        .socials-module .slick-slider img{width: 100%;}
        .socials-module .slick-arrow{width: 80px; height: calc(100% - 100px); top: 0; bottom: auto;}
        .socials-module .slick-arrow::after{background-size: 50px;}
        .socials-module .slick-arrow:active::after{background-size: 48px;}
        .socials-module .content_gallery::before{display: none}
        .socials-module .views-row .info{padding: 10px 20px 0; position: relative; bottom: 0;}
        .socials-module .views-row .info h2{line-height: 22px; margin: 2px 0 5px;}
        .socials-module .views-row .info h2 a{font-size: 18px;}
    }

    @media screen and (max-width: 728px) {
        .an_pub.an_pub_728{display: none;}
    }

    @media screen and (max-width: 540px) {
        /* Section Module */
        .section-module .main-article .views-field-nothing{padding: 0;}
        .section-module .main-article .views-field-field-image,
        .section-module .main-article .views-field-field-imagen-galeria{min-height: initial;}
        .section-module .main-article .title{font-size: 24px; line-height: 30px; margin-top: 5px;}
        .section-module .main-article .resume{margin-top: 10px;}

        /* List Block */
        .list-block .views-field-field-image,
        .list-block .views-field-field-imagen-galeria{display: none}
        .list-block .views-field-field-image-1,
        .list-block .views-field-field-imagen-galeria-1{display: block; float: left; width: calc(30% - 2px); border-radius: 2px; overflow: hidden; box-shadow: 0px 0px 8px rgba(2, 11, 49, 0.3);}
        .list-block .views-field-nothing{width: 70%; padding-left: 20px;}
        .list-block .info .section{margin-bottom: 5px;}
        .section a, .views-field-field-seccion a {font-size: 11px;}
        .list-block .info{top: -5px}
        .list-block .info .title{margin-top: 0;}
        .list-block .info .title a{font-size: 15px; line-height: 1.22;}

        /* Opinion */
        .opinion-module .slick-list{min-height: 120px;}

        .slick-dots li{height: 9px; width: 9px; margin: 0 4px;}
        .slick-dots li button{height: 9px; width: 9px;}

        /* List Text */
        .list-text-articles .view{width: 100%;}

        /* Footer */
        footer .logo{margin-bottom: 20px;}
    }
/***** .Media Queries *****/