﻿#sec-pag-eventos { margin-bottom:20px; }

.box-eventos figure { margin-bottom:40px; }
.box-eventos figure div { box-shadow:0 1px 3px 1px rgba(0,0,0,0.15); background-color:#f9f9f9; padding:10px; border-radius:2px; margin:0 0 20px 0; }
.box-eventos figure figcaption time { display:block; padding-bottom:6px; margin-bottom:6px; border-bottom:1px solid #dbdbdb; font-size:1.65em; font-family:'league_gothicregular', Arial, helvetica, sans-serif; color:#303438; }
.box-eventos figure figcaption a { color:#394b5e; line-height:130%; text-decoration:none; font-weight:bold; transition:500ms ease; }
.box-eventos figure figcaption a:hover { color:#1b569e; }

/*-----------------------------------------------
	Media Queries
-----------------------------------------------*/
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 480px) {
.box-eventos figure { margin:15px 50px 40px 50px; }
.bt-imprimir-certificado { float:none !important; width:100%; }
}