/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


:root {
    --border-tag: #c7c7c7;
    --gray-text: #aaaaaa;
    --main-color: #F07F22;
} 

/*::::: GENERAL :::::::::*/

.last-publication-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.last-publications{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    width: 80%;
}

.last-publications .column-1{
    width: 65%;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 100px;

}

.last-publications .column-2{
    width: 35%;
}

.last-publications .title-section{
    font-size: 1.6em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid black;
    font-weight: 500;
}

/*:::::: FIRST POST ::::::*/
.container-UltimasEntradas-contar{
    margin-top: 1.2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-UltimasEntradas-contar .containerPost-contar{
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

.box-viveAfro-custom-contar{
    width: 100%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.box-viveAfro-custom-contar img{
    width: 100%;
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
} 

.containerPost-contar-2 .postcontar-firstColumn .box-viveAfro-custom-contar img{
    height: 400;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
}
.categories{
    margin-top: 0.5em;
   
    display: -webkit-box;
   
    display: -ms-flexbox;
   
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  
}
.categoriesContainer{
    margin-bottom: 1.2em;
}

.advertising-home-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;


}

    /*tags*/
.categories .tag, .all-categories .containerTag .tag{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer !important;

    border: 1px solid var(--border-tag);
    padding: 1px 13px;
    border-radius:20px ;
    -webkit-border-radius:20px ;
    -moz-border-radius:20px ;
    -ms-border-radius:20px ;
    -o-border-radius:20px ;
    font-size: 16px;
}


.categories .tag , .all-categories .containerTag .tag{
    margin: 4px 4px 5px;
    color: black;
    background-color: white;
    
}

.categories .tag .color-tag, .all-categories .containerTag .tag .color-tag{
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}




.containerDate-contar .last-post-title  a{
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.containerDate-contar .last-post-title  a:hover{
    color: #F07F22
}

.seeMore-lastPosts-Container{
    margin: 2em 0;
}
.seeMore-lastPosts {
    padding: 10px 30px;
    background-color: black;
    color: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer !important;
}

.seeMore-lastPosts:hover{
    color:white;
  
}

/*:::::::::::: OTHER POSTS ::::::::::::::: */

.container-UltimasEntradas-contar-2{
    margin-top: 2em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.containerPost-contar-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.postcontar-firstColumn{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    padding: 0.5em;

}


.postContar-secondColumn{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding: 0 0.5em 0.5em 0.5em; 
    margin-left: 0.5em;
}


/*:::::::::::: BIG  TAGS::::::::::::::: */
.containerTag{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    margin-top: 10px;
    border-radius:20px ;
    -webkit-border-radius:20px ;
    -moz-border-radius:20px ;
    -ms-border-radius:20px ;
    -o-border-radius:20px ;
}

.all-categories .containerTag .tag{
    border: none;

}

.all-categories .containerTag .tag:hover{
    color: var(--main-color) !important;
}

.count-posts{
    color: white;
    margin-left: 1em;
}

.social-media{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.social-media .title-3 {
    margin-top: 1.5em;
}

.social-media-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5em  1em ;
    margin: 0.2em 0;
    border-radius: 5px;
    color: white;
    font-size: 1.0em;
    font-weight: 500;

}

.facebook.social-media-item{
    background-color: #3b5998;
}


.twitter.social-media-item{
    background-color: #00acee;
}

.youtube.social-media-item{
    background-color: #c4302b;
}

.spotify.social-media-item{
    background-color: #1DB954;
}

.instagram.social-media-item{
    background-color: #3b5998;
}

.icon-socialmedia {
    font: 1.0em;
    color: white;
}

.social-media-name{
    margin: 0;

}

.social-media-item:hover > .social-media-name{
    color: white !important;
}

.advertising-home-container > * {
    margin: 0 auto;
    width: 100%;
}

/*::::::: MEDIA QUERIES ::::::::::: */
@media (max-width: 1600px) {
    .categoriesContainer .all-categories, .categories .tag, .all-categories .containerTag .tag{
        font-size: 0.9em;
    }
}

@media (max-width: 1200px) {
    .categoriesContainer .all-categories .containerTag{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }

    .categoriesContainer .all-categories .containerTag .count-posts{
        margin: 0;
        margin-top: 0.4em;
    }
}


@media (max-width: 1000px) {
    .last-publications{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .last-publications > .column{
        width: 100%;
    }

    .all-categories{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-orient: horizontal; 
        -webkit-box-direction: normal; 
            -ms-flex-direction: row; 
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .categoriesContainer .all-categories .containerTag{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0.5em;
    }

    .categoriesContainer .all-categories .containerTag .count-posts{
        margin-left: 0.2em;
    }
}

@media (max-width: 700px) {
    .containerPost-contar-2{
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-direction: column;
                 flex-direction: column;
    }

    .containerPost-contar-2 > .postcontarColumn{
        width: 100%;
    }
}

@media (max-width: 600px) {
    .last-publications{
        width: 100%;
    }

    .containerPost-contar-2{
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
             -ms-flex-direction: column;
                 flex-direction: column;
    }

    .containerPost-contar-2 > .postcontarColumn{
        width: 100%;
    }

    .containerDate-contar .last-post-title  a{
        font-size: 20px;   
    }

    .textoDescription-contar{
        font-size: 0.9em;
    }


}