/*
Embarazo and crecimiento are useing the same style
*/

@font-face {
    font-family: "Amatic SC-bold";
    src: url("/templates/tx_zenith/css/fonts/amatic/amaticsc_bold.ttf");
}

.preIntro{
    font-size: 16px;
    font-family: Caecilia;
    color: #595959;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

@media (max-width: 430px) {
    .preIntro{
        text-align: center;
        font: 15px/24px 'Caecilia' !important;
        margin-bottom: 27px;
        padding: 0 5px;
    }
}

/*endre 2017 04 03*/
.patrocBlock{
    margin-top: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.patrocBlock .patrocTitle{
    position:absolute;
    width: 170px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    letter-spacing: 1px;
}

.patrocBlock #sponsor{
    margin-top: 16px;
}

@media (max-width: 650px) {

    .herramientaspag .herramientasSeparator{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}

.herramientasTitleSimple{
    font-family: 'Caecilia-Heavy';
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
    background-image: url("/templates/tx_zenith/images/herramientas/embarazo/heart-decoration-line-divider.png");
    background-position: center left;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 19px;
    color: #595959;
    padding-top: 3px;
}

.homeMainImgDt{
    margin-bottom: 30px;
    text-align: center;
}


.monthilst {
    width: 100%;
    box-sizing: border-box; }
.monthilst h3.monthstitle, h2.monthstitle{
    border-top: 2px dashed #dedacf;
    color: #f35264;
    border-bottom: 2px dashed #dedacf;
    padding-left: 60px;
    margin: 43px 0px 46px;
    font-family: "Caecilia";
    font-size: 20px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    background-position: 0px center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px;
    text-align: left;
    background-image: url("/templates/tx_zenith/images/home-seccion-vv.png");
}

@media (max-width: 430px) {
    .monthilst{
        /*margin-top: 52px;*/
        margin-top: 30px;
    }
}

h2.monthstitle{
    padding-top: 10px;
    padding-bottom: 10px;
}

.monthilst .monthHolder {
    border-radius: 10px;
    margin-bottom: 47px;
    padding: 28px 5px 15px 15px;
    border: 7px solid #f2f0e6;
}

.monthilst .monthHolder .monthTitle {
    font-size: 19px;
    font-family: 'Open Sans';
    position: absolute;
    margin-top: -53px;
    color: #fff;
    padding-left: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url('/templates/tx_zenith/images/herramientas/embarazo/title-semana-page-bg-PC.png');
    background-position: right;
    width: 315px;
    height: 38px;
    background-repeat: no-repeat;
    padding-top: 1px;

}

@media (max-width: 650px) {
    .monthilst h3.monthstitle, h2.monthstitle,
    .herramientas_cuadro h3{
        margin: 0;
    }
    .monthilst .monthHolder .monthTitle {
        text-align: center;
        background-image: url('/templates/tx_zenith/images/herramientas/embarazo/title-month-box-bg.png');
        /*width: 350px;*/
        width: auto;
        height: 50px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        margin-top: -26px;
        /*margin-top: -33px;*/
        background-position: center center;
        /*background-size: cover;*/
        background-size: auto;
        font-size: 16px;
        line-height: 39px;
        /* padding-top: 13px; */
        font-weight: 700;
        /* margin-bottom: 25px; */
    }
    .monthilst .monthHolder{
        /*border-radius: 0;*/
        border-radius: 7px;
        padding: 8px 5px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 374px) {
    .monthilst .monthHolder .monthTitle {
        font-size: 14px;
        background-size: contain;
    }
    .monthilst .monthHolder .monthTitle{
        width: 295px;
        padding-top: 2px;
        /*margin-top: -35px;*/
        margin-top: -28px;
    }
}

/*
@media (max-width: 340px) {
    .monthilst .monthHolder .monthTitle{
        width: 295px;
    }
}
*/

.monthilst .monthHolder .weekList {
    list-style: none;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
}
.monthilst .monthHolder .weekList li {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 20%;
    padding-right: 8px;
}

.monthilst .monthHolder.odd .weekList li {
    padding-right: 3px;
}

.monthilst .monthHolder.even .weekList li{
    width: 25%;
}
.monthilst .monthHolder .weekList li.last {
    margin-right: 0; }
.monthilst .monthHolder .weekList li .weekTitle {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: 13px;
    font-family: 'Caecilia-Heavy'; }
@media (max-width: 430px) {
    .monthilst .monthHolder .weekList li .weekTitle {
        margin-top: 0;
        font-size: 14px; } }
.monthilst .monthHolder .weekList li .weekTitle a {
    color: #f25264 }

.monthilst .monthHolder .weekList li:hover .weekTitle a{
    color: #ff9baa;
    text-decoration: underline;
}

.monthilst .monthHolder .weekList li:hover .weekImg{
    opacity:0.7; }

@media (max-width: 430px) {
    .monthilst .monthHolder .weekList{
        text-align: center;
        /*margin-top: 24px;*/
        margin-top:45px;
    }
    .monthilst .monthHolder .weekList li {
        width: 30%;
        margin-right: 5px;
        margin-bottom: 10px;
        display: inline-block;
        float: none; }
    .monthilst .monthHolder.even .weekList li{
        width: 33.33%;
    }
}

@media (max-width: 430px) {
    .monthHolder.even .weekList > li.weeks:nth-child(2),
    .monthHolder.even .weekList > li.weeks:nth-child(4) {
        margin-right: -8px;
    }

    .monthHolder.odd .weekList > li.weeks:nth-child(3),
    .monthHolder.odd .weekList > li.weeks:nth-child(5) {
        margin-right: -3px;
    }
}

.semana_container {
    background: #fff1e6;
    border-radius: 5px;
    padding: 18px;
    text-align: center;
    font-size: 0;
    margin-bottom: 15px;
}

.FondoOscuro, .FondoClaro {
    width: 60px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #f25466;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 5px;
    transition: 200ms all;
}

@media (max-width: 430px) {
    .FondoOscuro, .FondoClaro {
        width: 66px !important;
        height: 77px !important;
        margin-right: 12px !important;
        margin-bottom: 12px !important;
    }
}

.embarazoSemanasSlider .FondoOscuro, .FondoClaro{
    width: 60px;
    height: 80px;
    margin-right: 5px;
    margin-bottom: 8px;
}

@media (max-width: 430px) {
    .slider_article .FondoOscuro, .slider_article .FondoClaro {
        width: 60px !important;
        height: 80px !important;
        margin-right: 5px !important;
        margin-bottom: 8px !important;
    }

    .embarazoSemanasSlider.crecimiento .FondoOscuro,
    .embarazoSemanasSlider.crecimiento .FondoClaro {
        width: 65px !important;
        height: 80px !important;
    }
}

.ColorLetraGris{
    padding-top: 10px;
    color: #595959;
    font-family: Caecilia;
    font-size: 13px;
    display: block;
    clear: both;
    transition: 200ms all;
}

.ColorLetraRosa{
    position: relative;
    top: 0;
    color: #f25264;
    line-height: 42px;
    font-family: Caecilia-Heavy;
    font-size: 42px;
    transition: 200ms all;
}

.FondoOscuro:hover, .FondoClaro:hover{
    background-color: #f25264;
}

.FondoOscuro:hover .ColorLetraGris,.FondoClaro:hover .ColorLetraGris{
    color:#fff;
}

.FondoOscuro:hover .ColorLetraRosa, .FondoClaro:hover .ColorLetraRosa{
    color:#fff;
}

.embarazoSemanasBlock {
    background: #fff1e6;
    border-radius: 5px;
    padding: 20px 0;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}


.embarazoSemanasSlider {
    background: #fff1e6;
    border-radius: 5px;
    padding: 15px 0;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    height: 112px;
    margin: 50px auto 55px;
}

.embarazoSemanasSlider .bx-wrapper .bx-prev {
    background: url('/images/herramientas/tu-embarazo/nav-carousel.png') no-repeat;
    left: -37px;
    margin: 0;
    background-position: 0 0;
    z-index: 0;
}

.embarazoSemanasSlider .bx-wrapper .bx-next {
    background: url('/images/herramientas/tu-embarazo/nav-carousel.png') no-repeat;
    right: -37px;
    margin: 0;
    background-position: -30px 0;
    z-index: 0;
}

.embarazoSemanasSlider.crecimiento .bx-wrapper .bx-prev {
    left: -30px;
}

.embarazoSemanasSlider.crecimiento .bx-wrapper .bx-next {
    right: -30px;
}

.embarazoSemanasSlider .bx-wrapper .bx-prev:hover{
    background-position: 0 -40px;
}
.embarazoSemanasSlider .bx-wrapper .bx-next:hover {
    background-position: -30px -40px;
}

.embarazoSemanasSlider .bx-wrapper .bx-controls-direction a {
    width: 17px;
    height: 30px;
    margin-top: 0;
    /*top: calc(50% - 15px);*/
    top: 50%;
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    transform: translateY(-18px);
}


.embarazoArticleTitle{
    background-image: url('/templates/tx_zenith/images/herramientas/embarazo/title-semana-page-bg-PC.png');
    background-position: left center;
    background-repeat: no-repeat;
    width: 500px;
    height: 46px;
    /*font-size: 30px;*/
    color: #fff;
    padding-top: 7px;
    padding-left: 15px;
    font: 31px/41px 'Open sans';
    font-weight: 800;
    text-transform: uppercase;
    top: 25px;
    margin-bottom: 40px;
    position: relative;
}

.embarazoArticleTitle.crecimiento {
    margin-bottom: 75px;
}

.subTitleArticle{
    font-size: 31px;
    font-family: 'Caecilia-Heavy';
    margin-bottom: 56px;
    line-height: 37px;
}

@media (max-width: 430px) {
    .subTitleArticle {
        font: 23px/29px 'Caecilia-Heavy';
        text-align: center;
        padding: 0 15px;
    }

    .subTitleArticle.crecimiento {
        padding: 20px 15px 0;
        margin-bottom: 33px;
    }

    .embarazoarticle{
        padding: 5px;
    }
}




.semanaMainImg{
    text-align:center;
}

.semanaMainImg.crecimiento {
    margin-bottom: 35px;
}

@media(max-width: 650px) {
    .semanaMainImg img.hidedesktop{
        width: 100%;
    }

    .semanaMainImg.crecimiento {
        margin-bottom: 0;
    }
}

.titleBlock .titleRibbon{
    background-image: url('/templates/tx_zenith/images/herramientas/embarazo/title-semana-page-bg.png');
    width: 100%;
    height: 77px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 39px;
    font-family: 'Open sans';
    font-weight: 800;
    margin-top: 20px;
    max-width: 371px;
    background-size: contain;
    line-height: 56px;
    background-position: center center;
    margin: 38px auto 0;
    text-transform: uppercase;
    padding:5px 0 0;
}

.titleBlock.crecimiento {
    padding: 0 15px;
    margin-top: 25px;
}

.titleBlock.crecimiento .titleRibbon {
    margin-top: 0;
}

.titleBlock .mainTitleMonth{
    /*font-family: 'Amatic SC-bold';*/
    color: #f25264;
    /*font-size: 51px;*/
    /*font-weight: 600;*/
    text-align: center;
    letter-spacing: 3px;
    font: 51px/63px 'Amatic SC-bold';
    text-transform: uppercase;
    font-weight: 600;
}

.titleBlock .mainTitleMonth.darkgrey {
    color: #595959;
}

.articleMain .imgMain{
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.articleMain .imgMain .imgTxt{
    float:left;
    font-family: 'Amatic SC-bold';
    font-size: 50px;
    /*width: 300px;*/
    text-align: left;
    line-height: 60px;
    margin-top: 55px;
    /*font-weight: 700;*/
    color: #9797A6;
    width: 40%;
}

@media (min-width: 891px) and (max-width: 1024px) {
    .articleMain .imgMain .imgTxt {
        /*font-size: 40px;
        line-height: 45px;*/
        margin-top: 25px;
    }
}

@media (min-width: 575px) and (max-width: 890px) {
    .articleMain .imgMain .imgTxt {
        /*font-size: 40px;
        line-height: 45px;*/
        margin-top: 40px;
    }
}

@media (min-width: 481px) and (max-width: 574px) {
    .articleMain .imgMain .imgTxt {
        font-size: 40px;
        line-height: 45px;
        margin-top: 20px;
    }
    .articleMain .imgMain .fruitHolder .fruitArrow {
        margin-top: 20px;
    }
}

.articleMain .imgMain .fruitHolder{
    float:left;
    width: 60%;
}

.articleMain .imgMain .fruitHolder .fruitImage{
    float:left;
    width: 50%;
    max-width: 252px;
}

@media (max-width: 500px) {
    .articleMain .imgMain .fruitHolder {
        width: 100%;
    }
    .articleMain .imgMain .fruitHolder .fruitImage {
        /*width: 180px;*/
        width:50%;
    }
}

@media (max-width: 330px) {
    .articleMain .imgMain .fruitHolder .fruitImage{
        /*width: 150px;*/
    }
}

.articleMain .imgMain .fruitHolder .fruitName {
    line-height: 60px;
    text-align: right;
    /*width: 205px;*/
    float: left;
    width: 50%;
}

@media (max-width: 500px) {
    .articleMain .imgMain .fruitHolder .fruitName {
        /*width: 161px;*/
        width:50%;
    }
}

@media (max-width: 330px) {
    .articleMain .imgMain .fruitHolder .fruitName{
        /*width: 133px;*/
    }
}

.articleMain .imgMain .fruitHolder .fruitArrow{
    display: block;
    margin-left: 41px;
    margin-top: 41px;
    margin-bottom: 10px;
}

.articleMain .imgMain .fruitHolder .fruitArrowMobile{
    display: none;
    /*margin-left: 41px;*/
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 500px) {
    .articleMain .imgMain .fruitHolder .fruitArrow {
        display: none
    }

    .articleMain .imgMain .fruitHolder .fruitArrowMobile{
        display: block;
        margin-left: 20px;
    }
}

@media (max-width: 330px) {
    .articleMain .imgMain .fruitHolder .fruitArrowMobile{
        margin-left: 20px;
        /*margin-top: 29px;*/
        margin-top: 15px;
    }
}


.articleMain .imgMain .fruitHolder .fruitTxt{
    font-size: 60px;
    font-weight: 400;
    color: #9797A6;
    font-family: 'Caveat';
    text-align: center;
    font-size: 55px;
    line-height: 50px;
}

@media (max-width: 500px) {
    .articleMain .imgMain .fruitHolder .fruitTxt{
        font-size: 45px;
        line-height: 33px;
        width: 177px;
        /*float:right;*/
    }
}

@media (max-width: 400px) {
    .articleMain .imgMain .fruitHolder .fruitTxt{
        /*width: 132px;*/
    }
}

@media (min-width: 331px) and (max-width: 349px) {
    .articleMain .imgMain .fruitHolder .fruitTxt{
        /*width: 113px;*/
    }
}


@media (max-width: 330px) {
    .articleMain .imgMain .fruitHolder .fruitTxt{
        /*width: 132px;*/
        font-size: 38px;
    }
}


.articleSub{
    overflow: hidden;
    position: relative;
}

.articleSub .imgSub{
    float:left;
    box-sizing: border-box;
    margin-right: 25px;
    /*width: 250px;
    height: 250px;*/
    width: 176px;
    height: 176px;
}

@media (max-width: 650px){
    .articleSub{
        overflow: visible;
        position: relative;
    }

    .articleSub .imgSub{
        width: 134px !important;
        height: 134px !important;
        margin-right: 15px !important;
    }
}

.articleSub .imgSub img{
    width: 100%;
    height: 100%;
}

.articleSub .readmore{
    color: #fff;
    background-color: #f35264;
    padding: 5px 12px;
    line-height: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Caecilia-Heavy';
    font-size: 13px;
    border-radius: 5px;
    float:right;
    margin-top:15px;
}

.articleSub .readmore:hover {
    background: #ff9baa;
}

.articleMain .txt, .articleSub .txt{
    /*font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;*/
    box-sizing: border-box;
    font: 16px/27px 'Open sans';
    color: #595959 !important;
}

.articleMain .txt p, .articleMain .txt a, .articleSub .txt p, .articleSub .txt a{
    /*font-size: 14px;*/
}

@media (max-width: 500px) {
    .articleMain .txt, .articleSub .txt {
        font: 15px/25px 'Open sans';
        text-align: justify;
    }
    .embarazoarticle .txt p, .embarazoarticle .txt a{
        font-size: 15px;
    }
}

.nextMonth{
    /*margin-top:20px;*/
    margin-top: 45px;
}

.nextMonth h3.relatedMonthTitle{
    border-top: 2px dashed #DEDACF;
    background-image: url("../images/home-seccion-vv.png");
    border-bottom: 2px dashed #DEDACF;
    padding-left: 60px;
    margin: 20px 0;
    font-family: "Caecilia";
    font-size: 20px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    background-position: 0 center;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #F25264;
    overflow: hidden;
}

.nextMonth .relatedMonth{
    color: #F25264;
    font-family: 'Caecilia';
    font-size: 28px;
}

.nextMonth .nextMonthArticle{
    margin-top: 26px;
    overflow: hidden;
}
@media (max-width: 330px) {
    .nextMonth .nextMonthArticle{
        margin-top:0;
        margin-bottom: 11px;
    }
}


.nextMonth .nextMonthArticle .imgSide{
    float: left;
    width:126px;
    margin-right: 22px;
    overflow: hidden;
}

.nextMonth .nextMonthArticle .imgSide img.desrollo{
    width: 335px;
    height: 126px;
    max-width: none;
    margin-left: -30px;
}

.nextMonth .nextMonthArticle .introSide{

}

.nextMonth .nextMonthArticle .introTitle,
.nextMonth .nextMonthArticle .introTitle *{
    color: #F25264;
    /*margin-bottom: 5px;*/
    /*font-family: 'Lato';*/
    /*font-size: 20px;*/
    font: 18px/18px 'Open sans';
    margin-bottom: 13px;
    font-weight: 700;
}

.nextMonth .nextMonthArticle .mobileTitle{
    display:none;
    color: #F25264;
    font: 16px/21px 'Open sans';
    font-weight: 700;
    margin-bottom:8px;
}

.nextMonth .nextMonthArticle .intro{
    /*line-height: 28px;
    font-family: 'Lato';
    font-size: 16px;*/
    font: 14px/23px 'Open sans';
    text-align: justify;
}


@media (max-width: 480px) {


    h1{
        font-size: 22px !important;
        font-family: 'Caecilia-Heavy' !important;
        line-height: 30px !important;
        margin: 0 10px !important;
    }

    .imgSub, .imgCrecMain{
        width: 134px;
        height: 134px;
    }

    .articleMain .imgMain .imgTxt{
        display: none;
    }

    .nextMonth .nextMonthArticle .mobileTitle{
        display:block;
    }

    .nextMonth .nextMonthArticle .introTitle{
        display:none;
    }

    #siteSubTitle{
        display:none;
    }

    .bx-wrapper{
        width: 217px;
    }
}

.crecimiento .slide {
    width: 67px !important;
}

.imgTxt{
    display:none;
}

.crecimiento .slide {
    width: 67px !important;
}

.categoryImage{
    float:left;
}

/*endre 2016.06.28.*/
.mobile-imgTxt{
    display: none;
}

@media only screen and (max-width: 480px){

    .mobile-imgTxt{
        display: block;
        font-family: 'Amatic SC-bold';
        font-size: 45px;
        text-align: center;
        font-weight: 600;
        color: #9797A5;

    }
}

@media only screen and (max-width: 736px) and (orientation: landscape){

    .imgMain .imgTxt{
        display: none;
    }

    .mobile-imgTxt{
        display: block;
        font-family: 'Amatic SC';
        font-weight: bold;
        font-size: 31px;
        text-align: center;
    }
}

.wi_related_articles .related_page a.txt_container {
    font: 15px/23px 'Open sans';
    color: #595959 !important;
}

.wi_related_articles .related_page a.txt_container:hover {
    color: #F35264 !important;
}

.embarazoarticle > .moduletable {
    margin-top: 25px;
    margin-bottom: 45px;
}

.crecimientoPlugins {
    margin-bottom: 40px;
}

@media (max-width: 650px) {
    .mainIntro {
        margin-bottom: 40px
    }
}

@media (max-width: 650px){
    #emailHolderNew {
        margin:0 -10px !important;
    }
}

@media (max-width: 650px) {
    .embarazoSemanasSlider {
        margin: 20px 10px 40px;
    }
}


.clear.embarazo {
    margin-bottom: 39px;
}

.uppercase {
    text-transform: uppercase;
}

@media (max-width: 400px) {
    .embarazoarticle > .titleBlock {
        padding: 0 15px;
    }
}
@media (max-width: 374px) {
    .titleBlock .titleRibbon {
        font-size: 30px;
        padding-top: 9px;
        margin-top: 0;
    }
}


/* TODO::AG DELETE OR MODIFY (NOW IT IS ABLE to FULL SCREEN) */
@media (max-width: 650px) {
    #content,.embarazoarticle,.crecimientoPlugins{
        padding-left:0 !important;
        padding-right:0 !important;
    }

    #emailHolderNew,.herramientaspag .herramientasSeparator,.herramientasHearthLine{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .wi_related_articles {
        padding: 0 15px !important;
    }

    .nextMonthArticle,
    .articleMain .txt, .articleSub .txt,
    .herramientaspag .category-desc {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .articleSub .imgSub {
        margin-left: 15px;
    }
}

/* related pages mobile */
@media (max-width: 430px) {
    .wi_related_articles .related_page {
        height: 235px !important;
    }
}
@media (max-width: 374px) {
    .wi_related_articles .related_page {
        height: 228px !important;
    }
}
@media (max-width: 340px) {
    .wi_related_articles .related_page {
        height: 210px !important;
    }
}
@media (max-width: 430px) {
    /*.crecimientoPlugins {padding: 0 15px;}*/

    .wi_related_articles .related_page .img_conteiner img {
        height: auto;
        width: auto;
        margin: 0 auto !important;
    }

    .wi_related_articles .related_page a.txt_container {
        font: 14px/19px 'Open Sans' !important;
    }

    .wi_related_articles .related_page:nth-child(1), .wi_related_articles .related_page:nth-child(4n+1) {
        margin: 0;
    }

    .wi_related_articles .related_page:nth-child(4n) {
        margin: 0;
    }

    .wi_related_articles .related_page:nth-child(4n+2) {
        margin-right: 0;
    }

    .wi_related_articles .related_page:nth-child(1), .wi_related_articles .related_page:nth-child(2n+1) {
        padding-right: 7px !important;
        padding-left: 0 !important;
    }

    .wi_related_articles .related_page:nth-child(2n) {
        padding-right: 0 !important;
        padding-left: 8px !important;
    }

    .wi_related_articles .related_page:nth-child(5), .wi_related_articles .related_page:nth-child(6) {
        display: none;
    }

    .wi_related_articles .related_page {
        width: 50% !important;
        float: left !important;
        border: none !important;
        margin-bottom: 10px !important;
        padding-top: 0 !important;
    }

    .wi_related_articles .related_page .img_conteiner {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .titleHome {
        display: none;
    }
}

.semanaMainImg .popup_img {
    display: none;
}

/* Gergo - 31/01/2017 */
@media(max-width: 650px) {
    .wi_related_articles > div.related_page:nth-child(3) {
        display:none;
    }

    .semanaMainImg .popup_img {
        position: fixed;
        z-index: 8;
        width: 95%;
        margin: -50% 2.5% 0;
        top: 50%;
        overflow: hidden;
    }

    .semanaMainImg .popup_img > img {
        width: 120%;
        margin-left: -10%;
        max-width: none;
    }

    .semanaMainImg .popup_img .close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 28px;
    }
}

@media(max-width: 374px) {
    .semanaMainImg .popup_img > img {
        width: 150%;
        margin-left: -25%;
    }
}

/* Gergo - 20/03/2017 - correcting block semana/meses */
@media (max-width: 430px) {
    .block_dias > div:nth-of-type(4n) {
        margin-right: 6px !important;
    }

    .block_dias > div:nth-of-type(4n + 1) {
        margin-left: 6px;
    }

    .block_dias {
        margin: 0 10px 39px;
        padding: 40px 0 30px;
    }
}

@media (max-width: 351px) {
    .block_dias > div:nth-of-type(4n) {
        margin-right: 12px !important;
    }

    .block_dias > div:nth-of-type(4n + 1) {
        margin-left: 0px;
    }

    .block_dias > div:nth-of-type(3n) {
        margin-right: 6px !important;
    }

    .block_dias > div:nth-of-type(3n + 1) {
        margin-left: 6px;
    }
}