header.masthead {
    position: relative;
}

header.masthead:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: rgba(0,0,0,0.5);
    content: "";
    top: 0;
}

header.masthead .container {
    z-index: 1;
    position: relative;
}

a {
	color: #f49d00;
}

@media (min-width: 768px) {
	header.masthead .intro-text .intro-heading {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	a.navbar-brand {
		max-width: 150px;
	}
	
	img { width: 100%;}
}


.btn-primary {
    background-color: #f49d00;
    border-color: #f49d00;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f49d00;
}

.text-primary {
    color: #f49d00!important;
}

.bg-primary {
    background-color: #f49d00!important;
}

.footer {background-color: #f49d00!important;color: #fff;}

.footer a {
    color: #fff;
}

.bg-dark {
    background-color: #212529!important;
}

textarea.form-control {
    height: 120px;
}

.content-noticia {
    background: #fff;
    padding: 15px;
    height: 100%;
	border-top: 1px solid #eee;
}

.noticia {
    display: flex;
    flex-flow: wrap row;
    height: 100%;
    align-items: flex-start;
	overflow: hidden;
}

#mainNav .navbar-toggler {
    background-color: #f49d00;
    font-size: 20px;
    padding: 5px 9px;
    position: absolute;
    top: -38px;
    right: -17px;
}

.mapa {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 52.25%;
	margin-bottom: 15px;
}

.mapa iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.direccion p {
	margin: 0;
}

.direccion .fas,
.direccion .far {
	font-size: 36px;
}

span.icon-contact {
    font-size: 42px;
}

.text-contact a {
    font-size: 23px;
    color: #fff;
    font-weight: bold;
}

.page-section h3.section-subheading {
	margin-bottom: 50px;
}

a.file-download {
    font-size: 100px;
}

h2.section-subheading {
    font-size: 1.7em;
}

/* QUE HACEMOS */

section#que-hacemos {
    padding: 0 0 100px;
}

.que-hacemos-1 {
	background-image: url('../img/que-hacemos-estiria.jpg');
	background-position: center;
	background-size: cover;
}
.que-hacemos-2 {
    padding: 5em;
    background: rgba(243,146,0,1);
    background: -moz-linear-gradient(left, rgba(243,146,0,1) 0%, rgba(243,146,0,1) 61%, rgba(231,97,115,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,146,0,1)), color-stop(61%, rgba(243,146,0,1)), color-stop(100%, rgba(231,97,115,1)));
    background: -webkit-linear-gradient(left, rgba(243,146,0,1) 0%, rgba(243,146,0,1) 61%, rgba(231,97,115,1) 100%);
    background: -o-linear-gradient(left, rgba(243,146,0,1) 0%, rgba(243,146,0,1) 61%, rgba(231,97,115,1) 100%);
    background: -ms-linear-gradient(left, rgba(243,146,0,1) 0%, rgba(243,146,0,1) 61%, rgba(231,97,115,1) 100%);
    background: linear-gradient(to right, rgba(243,146,0,1) 0%, rgba(243,146,0,1) 61%, rgba(231,97,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#e76173', GradientType=1 );
}

.que-hacemos-2 h3 {
    font-size: 18px;
    margin: 35px 0;
}

.block-color {
    border: 6px solid #f49d00;
}

.block-color h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #555;
}


.block-color img {
    max-width: 70%;
}

@media (max-width: 767px) {
	.que-hacemos-1 {
		min-height: 300px;
	}
	.que-hacemos-2 {
		padding: 2em 15px;
	}
}


/** popup - cookies **/

#overbox3 {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 999999;
	display: block;
}

#overbox3 {
	position: fixed;
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.85);
    color: #fff;
    padding: 15px 0;
}

#infobox3 p {
	font-size: 14px;
	text-align:center;
	margin: 0;
}
#infobox3 p a {
	margin-right:5px;
	text-decoration: underline;
}