@media (max-width: 575.98px) {
} @media (min-width: 575.98px) and (max-width: 767.98px) {
} @media (min-width: 767.98px) and (max-width: 991.98px) {
}

body {
    background-color: #f6f7fb;
}

.bg-img-top-videos {
	padding-top: 210px;
	background-image: url('/home/assets/img/header-videos.webp');
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
} #filtros {
    margin: 50px 0px;
} #filtros .todos {
	background-color: #8ea9c6;
	color:  #fff;
} #filtros select {
	box-shadow: 1px 1px 10px #c6c6c6;
	color: #83a1c7;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url(/home/assets/img/DROPDOWN.webp);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 98%;
} #filtros i {
	color: #83a1c7;
} #filtros .box {
	box-shadow: 1px 1px 10px #c6c6c6;
} #filtros .box input {
	border: 0px;
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
} #filtros .box button {
	border: 0px;
	background-color: #fff;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

#resultados {
	padding-bottom: 50px;
} #resultados .image-mini-1 {
	background-image:  url(/home/assets/videos/video-mini.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-height: 240px;
} #resultados .title {
	color:  #1d1d1d;
	font-family: "Gotham-Bold";
}

#videoModal .close {
	text-shadow: none;
	color: #fff;
	opacity: 1 !important;
	font-size: 14px !important;
	font-weight: 100;
	font-family: "Gotham-Light" !important;
}
