/* Enter Your Custom CSS Here */
@media only screen and (max-width: 460px) {
h1,
	
.titulo{
		color: #333333;
		font-size: 100px;
		font-weight: 300;
		line-height: 35px;
		margin-top: 0px;
	}
}

.panel-grid .widget-title::after {
  position: absolute;
  content: '';
  width: 50px;
  bottom: -20px;
  left: 50%;
  border-bottom: 2px solid;
  margin-left: -25px;
  color: #730710;
}

.titulo-anos {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 0px;
}

.overlay {
    background-color: #1c1c1c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.0;
}

.su-spoiler-style-metro > .su-spoiler-title {
    position: relative;
    min-height: 20px;
    line-height: 20px;
    padding: 8px 8px 8px 32px;
    font-weight: bold;
    color: #fff;
    background: #730710;
    cursor: pointer;
    padding: 1em;
    text-align: center;
    font-size: 16px;
}

.footer-widgets {
    background-color: #333333;
}