/*
Theme Name: Concurso de Narrativa José Miguel Santiago Castelo
Template: thegem
*/
h1,h2{text-transform:none !important;letter-spacing:-1px !important;} 

#tabla-premios{ background-position:top center !important}
.light{color:#fff;}
.container {
	max-width: 1024px !important;
}
.border{
	border-radius: 6px;
	box-shadow: 0 0 6px 6px rgba(100, 100, 100, 0.1);
}
.degradado{
	background: linear-gradient(to bottom, #cecdce 0%, #eeedee 35%, white 80%, white 100%);
}

.descarga{background-color:#5b5a5d;padding:5px 10px;font-size:12px;color:#fff;border-radius:10px;margin-bottom:0px;}

.blanco > *{
	color: #fff !important
}
.gem-list > ul{
	padding: 0 0 5px 44px !important;
}
.gem-list > ul > li{
	line-height: 20px;
	margin-bottom: 20px !important;
}
.gem-list > ul > li::before{
	content: url(img/stick-premios.png) !important;
}
.boton a{
	transition: 0.40s;
	display: inline-block;
	text-align: left;
	background-color: #c2c3c8;
	padding: 10px 18px;
	color: #ED192D;
	width: 100%;
	max-width: 250px;
	margin: 12px auto 0;
	text-decoration: none;
	text-transform:uppercase;
	min-height: 88px;
	font-size: 16px;
	min-height: 140px;
}
.boton:hover a,.boton:hover a strong{color:#fff !important;}
.boton a:hover{
	color: #fff;
	background-color: #535155;
}
.boton a strong{
	color: #5b5a5d;
	font-size: 17px !important;
	line-height: 20px !important;
}
.boton .fa {
    display: inline-block;
    font: normal normal normal 14px/1 'Font Awesome 5 free';
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.boton .fa:before{
	content: "\f0ab";
}
.boton p{text-align: center;}

/* FORMULARIO */

form{font-size: 16px;}
label {
    margin: 0px 0px 15px 0;
    width: 100% !important;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
}
input, select{padding: 10px !important}
select{background-color: #f4f6f7;}

@media (max-width: 1199px) {
	.wpb_row {
		margin-top: 0px !important;
	}
	.wpb_row > * {
		margin-top: 0px !important;
	}
	.logos .vc_col-sm-6{
		width: 50% !important
	}
	.blanco > div {padding: 48px 18px 20px 18px !important;}
	.premios {padding-left: 20px}
	.wpb_wrapper .machado{margin-bottom: 32px !important}
	.gem-list > ul {padding: 0 0 24px 65px !important;}
}
@media (max-width: 1024px) {
	.post-content .border{margin-top: 0px !important; padding: 15px !important}
}