#banner-home ul{
	list-style: none;
	padding: 0;
	width: calc(100% + 30px);
	margin-left: -15px;
}
#mini-banner-home{
    margin-top:20px;
}
#mini-banner-home img{
    max-width:100%;
}
@media (min-width: 768px){
    
    #mini-banner-home .col-md-8 {
        padding-right:0px;
    }
}
@media (min-width: 576px){
    
    #mini-banner-home .col-md-8 {
        padding-right:0px;
    }
}
#news-home{
	background: #c8393f;
	padding-top: 130px;
	padding-bottom: 130px;
}
#news-home .sombra{
	background: #FFF;
	position: relative;
	z-index: 999;
    padding-top: 35px;
    padding-bottom: 35px;
}
#news-home .sombra form{
	width: 100%;
	height: 100%;
	background: #FFF;
}
#news-home .sombra .transparencia{
	content:'';
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0.1;
	z-index: -1;
}
#news-home .sombra .titulo-horizontal{
	position: absolute;
    right: -55px;
    top: 40px;
    color: #ffffff;
    font-size: 31px;
    font-family: 'Saira Semi Condensed', sans-serif;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
#news-home .sombra h2{
	color: #000;
	font-size: 20px;
    font-family: 'Saira Semi Condensed', sans-serif;
}
#news-home .sombra form input{
	width: calc(100% - 215px);
	border: 1px solid #bcbcbc;
	height: 45px;
	color: #000;
	font-size: 16px;
    font-family: 'Saira Semi Condensed', sans-serif;
    padding: 5px;
}
#news-home .sombra form button.btn-submit{
	border: 2px solid #e48126;
	height: 45px;
	width: 200px;
	text-align: center;
	color: #000;
	font-size: 16px;
    font-family: 'Saira Semi Condensed', sans-serif;
}
#news-home .sombra form label{
	margin-top: 20px;
	color: #757575;
	font-size: 12px;
    font-family: 'Saira Semi Condensed', sans-serif;
    font-weight: 200;
    line-height: 16px;
}
#news-home .sombra form input.check{
	width: 16px;
	border: 1px solid #bcbcbc;
	height: 16px;
    vertical-align: sub;
    margin-right: 5px;
}
#tags-home{
	padding-top: 105px;
	padding-bottom: 65px;
}
#tags-home h2{
	color: #616161;
	font-size: 22px;
	font-family: 'Saira Semi Condensed', sans-serif;
	margin-bottom: 60px;
}
#tags-home a{
	display: inline-block;
	width: max-content;
	padding-left: 60px;
	padding-right: 60px;
	height: 40px;
	line-height: 40px;
	border:2px solid #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	color: #000;
	text-decoration: none;
}
#tags-home a:hover{
	background: #e48126;
	border-color: #e48126;
	color: #FFF;
}
#insta-home{
	background: #d7d7d7;
	padding-top: 60px;
	padding-bottom: 60px;
}
#insta-home h2{
	color: #000;
	font-size: 40px;
	font-family: 'MabryProRegular';
	margin-bottom: 60px;
   	line-height: 30px;
}
#insta-home h2 span{
	color: #808080;
	font-size: 24px;
	font-family: 'MabryProRegular';
}
#insta-home ul{
	list-style: none;
	padding: 0;
	width: calc(100% + 30px);
	margin-left: -15px;
}
@media(max-width: 1024px){
	#news-home .sombra .titulo-horizontal {
	    transform: translate(-50%, 0);
	    position: absolute;
	    left: 50%;
	    right: inherit;
	    top: -60px;
	    color: #ffffff;
	    font-size: 31px;
	    font-family: 'Saira Semi Condensed', sans-serif;
	    text-transform: uppercase;
	    writing-mode: horizontal-tb;
	    text-orientation: mixed;
	}
}
@media(max-width: 520px){
	#news-home .sombra h2{
		text-align: center;
	}
	#news-home .sombra form input{
		width: 100%;
	}
	#news-home .sombra form button.btn-submit{
		margin-top: 5px;
		width: 100%;
	}
}