.container {
    margin: auto;
    padding: 70px 172px;
}

div#tittle_article {
    margin-bottom: 30px;
}

h1{
	font-size: 45px;
	line-height: 55px;
	color: #00335B;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

div#heder_article{
	position: relative;
}

.container_play {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 40%;
}

div#heder_article svg {
    width: 125px;
}

div#heder_article img {
    width: 100%;
}

.st0{fill:#008385;}
.st1{fill:#FFFFFF;}

div#text_article {
    margin-top: 30px;
}

div#text_article p {
    color: #00335B;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.more_articles{
    margin: auto;
    padding: 20px 0px 125px;
    display: inline-flex;
}

.container_more_articles,
.container_grill{
    display: flex;
}

.container_grill {
    flex-wrap: wrap;
}

.more_articles article{
    width: 29%;
    display: inline-block;
    margin-right: 4%;
    position: relative;
}

.container_grill article {
    width: 30.5%;
    display: inline-block;
    margin-right: 4%;
    position: relative;
    margin-bottom: 100px;
}

.container_grill article:nth-child(3n){
    margin-right: 0;
}

.img_article {
    height: 222px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.more_articles h2,
.container_grill h2 {
    font-family: 'Montserrat';
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #00335B;
    margin-top: 1.2em;
}

.more_articles p,
.container_grill p {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    color: #00335B;
}

.more_articles .button_article,
.container_grill .button_article {
    position: absolute;
    bottom: -60px;
    background-color: #008385;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    padding: 1em 5em;
    cursor: pointer;
}

.otras_novedades_title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-family: 'Montserrat';
    font-size: 15px;
    text-align: center;
    color: white;
    background: white;
    letter-spacing: 0;
    text-shadow: -1px -1px 1px #008385, 1px -1px 1px #008385, -1px 1px 1px #008385, 1px 1px 1px #008385;
    font-style: italic;
    font-weight: bold;
    padding-left: 155px;
    opacity: 0.5;
}

.title_grill {
    font-family: 'Montserrat';
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    color: #00335B;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.ver_mas_grill {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #00335B;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.ver_mas_grill a{
    color: #00335B;
}


.ver_mas_grill a:visited {
    color: #00335B;
}

.ver_mas_grill>a>div {
    display: flex;
    align-items: center;
}

span.ver_mas {
    display: inline-block;
    margin-left: 20px;
    margin-top: 5px;
}

.ver_mas svg {
    width: 32px;
    height: 32px;
}


@media all and (max-width: 1100px){
    .more_articles .button_article,
    .container_grill .button_article {
        padding: 1em 3.5em;
    }
}

@media all and (max-width: 1000px){
	
	.container {
	    margin: auto;
	    padding: 70px 45px;
	}

    .otras_novedades_title {
        writing-mode: inherit;
        transform: inherit;
        width: 100%;
        padding: 0px 0 35px;
    }

	.more_articles {
        display: inline-block;
		padding: 0px 45px 125px;
	}

	.more_articles article:nth-child(3) {
		display: none;
	}

	.more_articles article {
	    width: 47%;
	    margin-right: 6%;
	}

	.more_articles article:nth-child(2) {
        margin-right: 0;
    }

    .title_grill {
        font-size: 25px;
        font-weight: 900;
        color: #00335B;
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }

    .container_grill article {
        width: 45.5%;
        margin-right: 4%;
    }

    .container_grill article:nth-child(3n) {
        margin-right: 4%
    }

    .container_grill article:nth-child(2n) {
        margin-right: 0;
    }
    .more_articles .button_article,
    .container_grill .button_article {
        padding: 1em 5em;
    }

}

@media all and (max-width: 750px){
	
	.container {
        padding: 75px 25px 60px;
    }

    .more_articles {
        display: inline-block;
        padding: 0px 25px 70px;
    }

    div#tittle_article {
        margin-bottom: 20px;
    }

    h1{
        font-size: 25px;
        line-height: 30px;
    }

    div#text_article {
        margin-top: 20px;
    }

    div#text_article p {
        font-size: 12px;
        line-height: 16px;
    }

    .more_articles article,
    .container_grill article {
	    width: 100%;
	    margin-right: 0;
	}

    .container_more_articles {
        display: inline-block;
    }

    .more_articles .button_article {
        position: relative;
        bottom: 0;
        margin-bottom: 50px;
        width: fit-content;
    }

    div.title_grill {
        margin-bottom: 14px;
    }

    .more_articles h2,
    .container_grill h2 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0.5em;
    }

    .more_articles p,
    .container_grill p {
        font-size: 12px;
        line-height: 16px;
    }

    .container_grill .button_article {
        bottom: -50px;
        font-size: 11px;
    }

    .more_articles .button_article {
        bottom: -14px;
        font-size: 11px;
    }

    
}

@media all and (max-width: 450px){

    .more_articles .button_article,
    .container_grill .button_article {
        padding: 1em 4em;
    }

    .container_play {
        top: 35%;
    }

    div#heder_article svg {
        width: 60px;
    }

}

section#hoytecontamos {
    width: 100%;
    overflow: hidden;
}

.container_articles_home:after {
    content: '';
    display: block;
    background: url(../img/puntos.svg) repeat;
    background-size: 44px 42px;
    position: absolute;
    top: 0;
    left: 5%;
    width: 100%;
    height: 53%;
    z-index: 0;
}

.slick_articles_home {
    z-index: 1;
}

.articles_home {
    background-color: #00335B; 
    font-family: 'Montserrat';
    height: 450px;
    margin-top: 90px;
    position: relative;
}

.te_contamos {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 15px;
    text-align: center;
    color: #00335C;
    background: #00335C;
    letter-spacing: 0;
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
    font-style: italic;
    font-weight: bold;
    opacity: 0.5;
    height: 100%;
    display: none;
}

.container_articles_home {
    position: absolute;
    top: -90px;
    width: 90%;
    left: 10%;
    /*overflow: hidden;*/
}

.slick_articles_home>button {
    /*display: none !important;*/
}

.slick-prev:before { 
    content: "‹" !important; 
    top: 40%;
    position: absolute;
    left: 10px;
}

.slick-prev {
    left: 0 !important;
    z-index: inherit;
    height: 140% !important;
    background-color: #0079c7 !Important;
    width: 30px !important;
    top: 70% !important;
}

.slick-next:before {
    content: "›" !important;
    top: 40%;
    position: absolute;
    left: 10px;
}

.slick-next {
    right:  0!important;
    z-index: inherit;
    height: 140% !important;
    background-color: #0079c7 !Important;
    width: 30px !important;
    top: 70% !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 40px !important;
}

.slick-prev.slick-disabled, 
.slick-next.slick-disabled {
    opacity: 0;
}

.slick_articles_home article {
    padding: 0 30px;
}


.slick_articles_home h2 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 1.2em;
    height: 2.9em;
    overflow: hidden;
}

.slick_articles_home p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 200;
    color: #fff;
    height: 5.2em;
    overflow: hidden;
}

.slick_articles_home .button_article {
    background-color: #008385;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    padding: 1em 5em;
    cursor: pointer;
    width: fit-content;
    margin-top: 10px;
}

@media all and (max-width: 1000px){
    
    .te_contamos {
        display: none;
    }

    .container_articles_home{
        left: 10%;
        width: 90%;
    }

    .container_articles_home:after{
        left: 0;
    }

    .slick-next {
        right: 0 !important;
    }

}

@media all and (max-width: 750px){
    .container_articles_home{
        left: 0;
        width: 100%;
    }

    .slick_articles_home h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .slick_articles_home p {
        font-size: 12px;
        line-height: 16px;
    }

    .slick_articles_home .button_article {
        font-size: 11px;
    }

    .slick-next {
        right: 0 !important;
    }

    .slick_articles_home button {
        display: none !important;
    }
}

/* popup */
#container-bg-popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#container-popup{
    background-color: #0079c8;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    max-width: 90%;
}

#container-popup img{
    width: 100%;
}

#text-popup {
    padding-right: 8%;
    font-family: Montserrat, sans-serif;
    max-width: 450px;
}

#text-popup h2 {
   font-size: 38px;
   margin-bottom: 20px;
   line-height: 1;
   font-weight: 600;
}

#text-popup p {
    line-height: 1.2;
    margin: 0;
}

#text-popup a{
    text-decoration: none;
    font-weight: bold;
    color: #ffF;
}

#text-popup h3{
    font-size: 22px;
    margin-top: 4px;
}

#close-popup {
    position: absolute;
    background-color: #fff;
    color: #000;
    padding: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 20px;
    right: -10px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: monospace;
    font-size: 17px;
    line-height: 1;
    cursor: pointer;
}

@media all and (max-width: 980px) {
    #container-popup{
        flex-direction: column;
    }

    #text-popup {
        padding: 0 10% 10%;
    }

}

#contadores .contadores__espe-mas {
    visibility: hidden;
}