* {
	box-sizing: border-box;
}

a {
	color: #FF0000;
}

#ini {
	display: hidden!important;
}
#mov {
	display: hidden!important;
}

.izq {
	display: none!important;
	margin-top: 10px!important;
	margin-right: 1150px!important;
}
@media (max-width: 768px) {
	.izq {
		display: none!important;
		margin-top: 0px!important;
	}
	#mov {
		display: visible;
	}
}
.text-left {
	display: hidden!important;
	height: 40px;
	margin: 5px;
}

.navbar-default {
	background-color: rgba(0,0,0,0.6);
	border-color: transparent;
	color: #FFFFFF;
	transition: background-color 500ms, color 500ms;
}

@media (min-width: 768px) {
	.navbar-default {
		margin-top: 24px;
		background-color: transparent;
		font-size: 18px!important;
		font-weight: bold!important;
	}
}

.notransition { /* para la barra de navegacion de las paginas de politica de cookies, aviso legal y politica de privacidad */
	background-color: rgba(0,0,0,0.7)!important;
}

.link-active {
	color: #FF0000 !important;
	text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #777777;
}

#serv {
	margin-top: 0px;
	background-color: rgba(0,0,0,0.6)!important;
	border-color: transparent;
}

.intro-header {
	background: url('../img/portada-seo.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	color: #FFFFFF;
}

.fondo-semiopaco {
	background-color: rgba(0,0,0,0.6)!important;
}

.central {
	width: 75%;
}

.intro-message {
	position: relative;
	padding-top: 25%;
	padding-bottom: 10%;
	width: 75%;
	margin: auto;
}

.intro-message > h1 {
	font-family: "Open Sans", Gadget, sans-serif;
	font-size: 40px;
	font-weight: bold;
}

.intro-message > h2 {
	font-family: "Open Sans", Gadget, sans-serif;
	font-size: 25px;
}

@media (min-width: 768px) {
	.intro-message > h1 {
		font-size: 60px;
	}
	.intro-message > h2 {
		font-size: 40px;
	}
}

.intro-message > h2 > p {
	display: inline;
	padding: 5px;
	/*border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;*/
}

.borde-blanco {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}

.intro-message > img {
	margin-top: 40px;
	margin-bottom: 30px;
	max-width: 60%;
	width: 100px;
	height: auto;
}

.intro-message > span {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	font-size: 12px;
	margin-right: -15%;
}

.formulario-sup{
	background-color: #FFFFFF;
	padding: 50px 0;
}

.formulario-sup h4{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
}

.formulario-sup p{
	text-align: center;
	font-size:12px;
}

.col-md-12 div{
	margin:0 auto;
}

.formulario-sup input{
	padding:10px;
	margin:5px;
}

@media (min-width: 768px) {
	.formulario-sup input {
		max-width: 30%;
	}
}

.formulario-sup input[type^="submit"]{
	color: #FFF;
	background-color: #555555; 
	font-size:18px;
	margin:auto;
	border:0px;
}

.banner1 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FF0000;
	color: #FFFFFF;
}

.banner1 > * {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.section-heading {
	margin-top: 75px;
    margin-bottom: 30px;
    text-align: center;
}

.banner2 {
	background-image: url('../img/asphalt-banner.jpg');
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	text-align: center;
	color: #FFFFFF;
	/*height: 300px;*/
}

.banner2 .row {
	padding-top: 75px;
	padding-bottom: 75px;
	margin-left: 30px;
	margin-right: 30px;
}



.fila-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	flex-direction: column;
	border-top: solid 1px #555555;
}

.fila-flex > div {
	width: 100%;
	padding: 10px;
}

.fila-flex:nth-child(odd) > .texto-flex > h3 {
	background-color: #555555;
}

.fila-flex:nth-child(even) > .texto-flex > h3 {
	background-color: #FF0000;
}

.texto-flex > h3 {
	color: #FFFFFF;
	padding: 10px;
	font-weight: bold;
}

.texto-flex > p {
	text-align: justify;
}

.texto-flex > ul {
	text-align: justify;
}

.img-flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 50%;*/
    /*width: 200px;
    height: auto;*/
    height: 220px;
    width: auto;
}

.logo-footer {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    height: 100px;
}

@media (min-width: 768px) {

	.fila-flex {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flexbox-direction: row;
		flex-direction: row;
		padding: 50px 0;
	}

	.fila-flex:nth-child(odd) {
		-webkit-flex-direction: row-reverse;
		-ms-flexbox-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.fila-flex > div {
		width: 50%;
	}

}

footer {
    padding: 40px 0;
	padding-bottom: 25px;
    background-color: #000;
	border-top:13px solid #FF0000;
}

footer {
    width: 100%;
    text-align: center;
	color:#fff;
	display:inline-block;
}

#subfooter{
	width: 100%;
    text-align: center;
	background-color: #fff;
	display:inline-block;
	font-family: "Open Sans";
	padding:1%;
}
#subfooter a{
	color:#000;
	text-decoration:none;
}
#subfooter a:hover{
	color:#FF0000;
	text-decoration:none;
}

.footer-copy a {
	color: #FF0000 !important;
	text-decoration: underline !important;
}

.footer-copy a:hover {
	color: #000000 !important;
}

.img-social {
	width: 25px;
	height: auto;
	margin: 10px;
	display: inline;
}

#form_contacto > div {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
}

@media (min-width: 768px) {
	#form_contacto > div {
		-webkit-flex-direction: row;
		-ms-flexbox-direction: row;
		flex-direction: row;
	}
}

textarea {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
	resize: none;
	max-width: 100%;
	/*width: 91%;*/
}

@media (min-width: 974px) {
	textarea {
		width: 100%;
	}
}

#form_contacto > div > p {
	display: block;
	margin: auto;
}