@media (max-width: 1280px) {
    .premios_section .container {
        max-width: 968px;
    }
}

.premios_section .premios-banner {
    padding-bottom: 15.42%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 1024px) {
    .premios_section .premios-banner {
        padding-bottom: 23.7%;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .premios_section .premios-banner {
        padding-bottom: 39.5%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .premios_section .link-list-banner {
        min-height: 120px;
    }
}

.premios_section .link-list-banner .container {
    position: relative;
}

.premios_section .premios-banner-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-54%);
}

.premios_section .premios-banner-content h2 {
    font-size: 55px;
    color: #fff;
            text-shadow: 0px 0px 10px #000;

}

@media only screen and (max-width: 1279px) {
    .premios_section .premios-banner-content h2 {
        font-size: 45px;
        top: 61px;
        padding-left: 47px;
    }
}

@media only screen and (max-width: 479px) {
    .premios_section .premios-banner-content h2 {
        font-size: 25px;
        top: 61px;
        padding-left: 0;
    }
}

.premios_content {
    display: block;
    float: left;
    padding-bottom: 80px;
    width: 100%;
}

.premios_content h1 {
    display: block;
    float: left;
    color: #641F2D;
    font-family: montserratbold;
    font-size: 24px;
    font-weight: normal;
    width: 100%;
}

.premios_content ul {
    display: grid;
    float: left;
	margin-top: 20px;
    grid-template-columns: 1fr;
	grid-gap: 20px;
    width: 100%;
}

@media only screen and (min-width: 480px) {
    .premios_content ul {
        grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .premios_content ul {
		margin-top: 30px;
        grid-template-columns: repeat(3, 1fr);
		grid-gap: 40px;
    }
}

.premios_content ul li {
	color: #1C1C1C;
	font-family: montserratmedium;
	font-size: 16px;
	line-height: 22px;
}

.premios_content ul li img {
	display: block;
	float: left;
	width: 100%;
}

.premios_content ul li strong {
	display: block;
	float: left;
	color: #641F2D;
	font-family: montserratbold;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	padding: 10px 0px 6px;
	width: 100%;
}

.premios_content ul li span {
	display: block;
	float: left;
	color: #AC5572;
	font-family: montserratmedium;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}