﻿@media (min-width: 992px) {

    .imgini {
        height: 400px !important;
    }
	 .eventos{
        max-height: 400px;
    }
}
@media (max-width: 520px) {
    .event_desc{
        display:none;
    }
}
.traslate {
    display: block !important;
}
#Carrusel {
    max-width: 100%;
    max-height: 400px !important;
}

.imgini {
    width: auto;
    height:auto;
    max-height: 400px !important;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.eventimg {
    height: 600px;
    /*filter: brightness(50%);*/
}
.eventimg:hover{
    cursor:pointer;
}
.carousel-dark .carousel-caption {
    color: white !important;
}
.video{
    width:100%;
    height:100%;
}
.myvideo {
    width: 100%;
    height: 500px;
    max-width: 1320px;
    max-height: 600px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 0px solid #000000;
}
.myvideo2 {
    width: 600px;
    height: 300px;
    max-width: 1320px;
    max-height: 600px;
    border: 0px solid #000000;
}
