body {
	padding-top: 56px;
    font-family: 'Source Sans Pro', sans-serif;
}
.modal-body{
	margin-top: -1px!important;
	border: none;
}
footer{
	position: relative;
	background: url(../img/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
footer .ondas-down{
	position: absolute;
	top: 0;
	width: 100%;
	height: 53px;
	background: url(../img/ondas-down.png);

}
h1{
	font-weight:600;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
}
h2{
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.h-dos{
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
	color: #333!important;
	text-transform: uppercase;
}
h2 a,h2 a:hover{
	color: #f34643;
}
p{
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.close {
	z-index: 1020!important;
	padding: 4px 10px!important;
	border-radius: 50%;
    float: right!important;
    font-size: 1.5rem!important;
    font-weight: 300!important;
    line-height: 1!important;
    color: #fff!important;
    background-color: #f34643!important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0)!important;
    opacity: 1!important;
}
.modal-content {
    border-radius: 20px!important;
}
.media{
	border-radius: 15px;
	padding: 10px;
	background-color: rgba(255,255,255,.2);
}
.media img{
	border-radius: 10px;
	width: 80px;
}
.masthead-page{
	position: relative;
	min-height: 270px;
	background: url(../img/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.masthead-page-modal{
	border-radius: 20px 20px 0 0!important;
	position: relative;
	min-height: 120px!important;
	background: url(../img/bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ondas{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 53px;
	background: url(../img/ondas.png);
}
.img-logo{
	display: inline-block;
	vertical-align: top;
	width: 50px;
}
.texto-logo{
	margin-top: 10px;
	width: 180px;
	display: inline-block!important;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: 600;

}
.btn-color{
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 15px;
	font-weight: 300;
	padding: 5px 25px;
	color: #fff!important;
	background-color: #f34643;
}
.btn-color-small{
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
	border-radius: 15px;
	font-weight: 300;
	padding: 2px 10px;
	color: #fff;
	background-color: #f34643;
}
.btn-color:hover,
.btn-color-small:hover{
	color: #fff;
	background-color: #780c91;
}

@media (min-width: 767px) {
	#portafolio {
		margin-bottom: 0px!important;
	}
	footer {
		position: relative;
	}
}

@media (max-width: 767px) {
	.texto-logo{
		display: none!important
	}
}

