.Menu-Icon div {
    background: #1f1713;
}
.navbar ul li .active-link{
    color: #6b2378;
    font-family: 'montserratbold';
}
nav ul li .active-link::after {
    background: #6b2378;
    width: 100%;
}

.flag-col{
    width: 25px;
    position: relative;
    top: 6px;
    padding-right: 18px;
}
.footer-evento img{
    width: 20px;
    position: relative;
    top: -4px;
}
.evento-box .col-2 {
    box-shadow: 0px 0px 55px 0px #542e6a4f;
    border-radius: 20px;
}

.extra-bold {
    font-weight: 900;
    font-family: 'montserratblack';
    line-height: 60px;
}
h2{
    font-size: 35px;
}
h3{
    color: #6b2378;
    font-size: 30px;
}
.h2-subt{
    text-align: center;
}
.txt-h3 {
    font-size: 0.8em;
}
.ultimos-eventos h3{
    text-align: center;
    margin-bottom: 2em;
}
.eventos-container{
    margin-top: 5em;
}
.evento-box {
    margin-top: 7em;
}
.btn-evento{
    border-radius: 8px;
    color: #fff!important;
    background: linear-gradient(to right, rgba(171,56,145,1), rgba(78,45,103,1));
    box-shadow: 0px 10px 49px -7px rgb(166, 55, 142, 0.4);
    transition: .3s ease-out;
    border: none;
    padding: 1em 2em;
    font-family: 'montserratregular';

}
.body-evento {
    margin-top: 2em;
}
.footer-evento{
    margin-top: 5em;   
}
.head-evento h3{
    margin-top: 1em;
}

.content-txt-event {
    line-height: 29px;
    font-size: 0.9em;
}

.container-events{
    justify-content: space-around;
    flex-wrap: wrap;
}

.card-evento{
    border: 1px solid #e2e2e24f;
    border-radius: 15px;
    width: 290px;
    box-shadow: 0px 5px 24px 0px #542e6a4f;
    cursor: pointer;
}

.card-evento:hover img{
   transform: scale(1.05);
   transition: .5s
}
.head-img{
    height: 200px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.head-img img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transition: .5s
}
.body-box-event{
    padding: 2em 1em;
    text-align: center;
}
.title-evento{
    font-size: 20px;
    font-family: 'montserratbold';
    color: #6b2378;
    padding-bottom: 25px;
}
.autor-evento{
    font-size: 14px;
    padding-bottom: 15px;
    font-family: 'montserratbold';
}
.date-evento{
    font-size: 12px;
}

.eventos{
    position: relative;
}
.eventos:after{
    content: '';
    position: absolute;
    width: 600px;
    height: 90%;
    bottom: -100px;
    right: 0;
    background: url(../img/right.png) no-repeat right;
    background-size: contain;
    z-index: -1;
}
.evnt-img {
    border-radius: 20px;
}
@media (min-width: 1000px){

    .ultimos-eventos {
        padding-top: 15em;
        padding-bottom: 17em;
    }
    .content-txt-event {
        padding: 0 12em 0 0;
    }
    .title-evento{
        padding-left: 2em;
        padding-right: 2em;
    }
    .evnt-img {
        width: 500px;
        display: block;
    }
}

@media (max-width: 1000px) and (min-width: 800px){

}

@media (max-width: 1300px) and (min-width: 1000px){

    .evento-box .col-2 {
        height: 100%;
    }
    .content-txt-event {
        padding: 0 6em 0 0;
    }
}


@media (max-width: 1000px){

   .evento-box{
       flex-direction: column;
   }
   .footer-evento {
        margin-top: 3em;
    }
    .head-evento .extra-bold {
        line-height: 20px;
    }
    .card-evento {
        margin-bottom: 1em;
    }
}

@media (max-width: 800px){

    .eventos-container {
        margin-top: 4em;
    }
    .evento-box {
        margin-top: 4em;
    }
    .evento-box .col-1 {
        margin-bottom: 4em;
    }
    .head-evento .extra-bold {
        line-height: 25px;
    }

}
@media (max-width: 600px){

}