*  {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

* {
	scroll-behavior: smooth;
}

body {
	 font-family: 'Roboto', sans-serif;
	 color: #fff;
	 background-color: #eee;
	}

a {
	text-decoration: none;
	color: #dadada;
}

a:hover {
		color: #fff;
		text-decoration: none;
}



p {
	color: #333;
	display: flex;
}
li {
	list-style:none;
}

#navigation {
	display: none;
}



/* --------------------HERO BANNER----------------------- */

.contenedor {
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	display: flex;
	flex-flow: column nowrap;
}



h1 {
	font-family: roboto;
	font-size: 40px;
	padding: 10px;
	margin: 80px auto;
	width: 600px;
	color: #333;
}

#titulo-slider {
	font-size: 50px;
	font-weight: 200;
	color: #B2A849;
	margin: 0px auto;
}

#sub-titulo-slider {
	font-size: 20px;
	font-weight: 200;
	color: #fff;
	margin: 10px auto;
}


/* h2 {
	font-family: roboto;
	font-size: 28px;
	color: #333;
	font-weight: 400px;
	width: 800px;
	
} */

h3 {
	font-size: 16px;
	color: rgb(34, 11, 245);
	font-weight: 200px;
	padding-left: 20px;

}

.header {
	background: url(../img/img-bak.jpg);
	background-color: #eee;
  	background-blend-mode: soft-light;
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	display: flex;
	flex-flow: column nowrap;
}
	.menu {
		display: flex;
		flex-flow: row nowrap;
		width: 100%;
		height: 160px;
		justify-content: space-between;
		align-items: center;
		background-color: #f5f5f5;
		border-bottom: 1px dashed #d6d6d6;
		position: fixed;
		z-index: 2;
	}
			
		.logo {
			flex: 1 1 auto;
			margin-left: 80px;
		}
			.logo a {
				color:#fff;
				font-size: 30px;
			}
			.logo a:hover {
				color:#343434;
			}
		.nav {
			flex:1 1 auto;
			text-align: right;
			margin-right: 40px;
			margin-top: 40px;
		}
			.nav a {
				color:#333;
				font-size: 11px;
				text-transform: uppercase;
				padding: 0 10px;
				letter-spacing: 2px;
				font-size: 0.8em;
			}
			.nav a:hover {
				color: #B2A849;
			}

			.info-tel {
				background-color: #DE6A14;
				font-size: 0.8em;
				line-height: 0.4em;
				text-align: center;
				padding: 14px;
				border-radius: 12px;
				width: 220px;
				height: 60px;
			}

			.info-tel p {
				color: #fff;
			
			}

			#ico-face {
				margin: 6px 60px;
				color: #2757b1 !important;
				font-size: 2em;
			}
			#ico-face a:hover {
				color: rgb(41, 81, 134);
			}


			.carousel {
				z-index: 1;
			}

			.carousel-caption {
				margin-bottom: 120px;

			}
			.carousel-indicators {
				margin-bottom: 140px;

			}

				

#titulo-intro {
	font-family: Merriweather;
	font-size: 40px;
	text-align: center;
	color: #555;
	margin-top: 200px;
	margin-bottom: 10px;
}
#titulo-intro-1 {
	font-family: Merriweather;
	font-size: 40px;
	text-align: center;
	color: #555;
	margin-top: 100px;
}
	

#intro {
	height: 480px;
	margin: auto;
}
		#texto-intro {
			font-family: Merriweather;
			font-size: 24px;
			text-align: center;
			line-height: 40px;
			font-style: italic;
			width: 60%;
			margin: 40px auto;
			color: #333;
		}


.temas {
	display: flex;
	flex: 1 1 auto;
	justify-content: space-around;
	align-items: flex-start;
	padding-top: 80px;
	width: 100%;
	height: 600px;
	background: url(../img/img-clientes-bak.jpg);
	background-color: rgba(170, 125, 67, 0.5);
	background-blend-mode: overlay;
	
}
	
	#lista-trabajos {
		list-style: none;
		font-size: 14px;
		line-height: 50px;
		/* height: 400px;
		background-color: #DE6A14; */
		display: inline-flex;
		flex: 1 1 auto;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		align-content: center;
	}

	.caja {
		color: #fff;
		width: 280px;
		height: 400px;
		margin: 10px;
		padding: 14px;
		line-height: 36px;
		background-color: #33333385;
		border: #c5c5c5 1px dashed;
		/* background-image: linear-gradient(0deg, #00725c 0%, #0a3936 64%, #041b19 80%); */
		border-radius: 4px;
	}

		#titulo-cajas  {
			font-size: 1.6em;
			font-weight: bold;
			line-height: 1.4;
			color: #fff;
			text-align: left;
			margin-top: 30px;
			padding-left: 20px;
			padding-bottom: 20px;
		}

		#texto-cajas  {
			font-size: 1.4em;
			line-height: 1.4;
			color: #fff;
			text-align: left;
		}

			#caja-boton  {
			/* background-color: #ccc; */
			flex: 1 1 auto;
			font-size: 1.4em;
			text-align: center;
			border-radius: 10px;
			margin: 80px auto;
			width: 360px;
			height: 80px;
		}

		.btn-b:hover {
			
			background: #333;
			border: 1px solid #ccc;
		}

		
		.btn-b {
			width: 400px;
			height: 80px;
			background: #DE6A14;
			color: #fff;
			border: 1px solid #ccc;
			border-radius: 10px;
			margin-top: 80px;
		}

		.btn-b-app {
			width: 280px;
			height: 60px;
			background: #DE6A14;
			color: #fff;
			border: 1px solid #ccc;
			border-radius: 40px;
			margin: 20px;
			padding: 10px;
			font-size: 1.6em;
			text-align: center;
		}
 

			.btn-b-app:hover {
				background: #333;
				border: 1px solid #ccc;
			}

		.temas-2 {
			display: flex;
			flex: 1 1 auto;
			flex-direction: row;
			flex-wrap: wrap;
			align-items: center;
			flex-wrap: wrap;
			padding: 20px;
			width: 100%;
			/* background-color: #B2A849; */
		}
			
			#lista-trabajos-2 {
				list-style: none;
				font-size: 14px;
				line-height: 50px;
				display: inline-flex;
				flex: 1 1 auto;
				justify-content: center;
				align-items: center;
				flex-direction: row;
				align-content: center;
				/* background-color: #DE6A14; */
			}
		
			.caja-2 {
				color: #fff;
				width: 340px;
				height: 200px;
				margin: 20px;
				padding: 20px;
				background-color: #80b398;
				background-image: linear-gradient(0deg, #618f85 0%, #4d726a 100%);
				border-radius: 20px;
			}
			.caja-2b {
				color: #fff;
				width: 340px;
				height: 200px;
				margin: 20px;
				padding: 20px;
				background-color: #80b398;
				background-image: linear-gradient(0deg, #618f85 0%, #7bb6a9 100%);
				border-radius: 20px;
			}
		
				#titulo-cajas-2  {
					font-size: 1.4em;
					font-weight: bold;
					line-height: 2;
					color: #fff;
					text-align: left;
					margin: 10px 0px;
				}

				#texto-caja-2 {
					font-size: 1em;
					line-height: 1.6;
					color: #fff;
					text-align: left;
				}

			

				

	.cont-clientes {
			display: flex;
			flex: 1 1 auto;
			flex-direction: row;
			width: 80%;
			height: 400px;
			align-self: center;
			margin: 200px auto;
			/* border: solid 1px #ccc; */
		}

		.clientes {
			display: block;
			flex: 1 1 auto;
			width: 30%;
			margin-left: 40px;
			/* background-color: #e7e7e7; */
		}

		

		.equipo {
			display: flex;
			flex: 1 1 auto;
			width: 60%;
			height: 350px;
			margin-right: 40px;
			background-color: #333;
			border-radius: 120px;
			background: url(../img/img-clientes.jpg);
			background-position: center;
			background-attachment: contain;
			background-size: cover;
		}

		#lista-trabajos-3 {
			list-style: none;
			line-height: 50px;
			display: inline-flex;
			flex: 1 1 auto;
			justify-content: center;
			align-items: center;
			flex-direction: row;
			flex-wrap: wrap;
			align-content: center;
			padding-top: 20px;
		}
		
		.caja-3 {
			color: #fff;
			width: 300px;
			height: 160px;
			margin: 20px;
			padding: 4px;
			line-height: 36px;
		}
		
			#titulo-cajas-3  {
				font-size: 1.4em;
				line-height: 1.4;
				text-align: left;
				margin-left: 0px;
			}

			#texto-caja-3 {
				font-size: 1em;
				line-height: 1.6;
				color: #fff;
				text-align: left;
				padding: 10px 0px;
			}

			#titulo-equipo {
				font-size: 1.2em;
				line-height: 1.6;
				color: #ebcb14;
				text-align: left;
				margin-top: 4px;
			}


	/* #gente {
		font-size: 18px;
		line-height: 1.4;
	}

	.equipo {
				
		display: flex;
		flex: 1 1 100%;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		margin-top: 80px;
		margin-bottom: 80px;
		padding: 20px;
		flex-flow: row;
	} */
	
	

		
		
/* ---------------------------CONTACTO-------------------------------------- */

.section {
	display: flex;
	background: #fff;
}

section#contact form {
    margin-top: 15px;
}
section#contact.form-group {
margin-bottom: 25px;
}

section#contact .form-group input, section#contact .form-group textarea {
    width: 600px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 13px;
}



.contact h3 {
	margin-bottom: 30px;
}

.contact p {
	font-size: 13px;
}

/* .contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
} */


#contact {
	display: flex;
	flex-direction: row;
	margin-top: 200px;
	background-color: #3b3b3b;
	height: 640px;
	padding-bottom: 40px;
}

.form-control {
    width: 400px !important;
	background: #fff;
}
    .form-group input textarea {
        width: 700px !important;
    }
    .btn {
		width: 300px;
		height: 40px;
		background: #222;
		color: #fff;
		border: 1px solid #ccc;
		margin-bottom: 60px;
    }
    .btn:hover {
        color: #fff;
        background: #333;
        border: 1px solid #ccc;
    }






.cont-contacto {
	width: 50%;
    margin: 120px auto;
    padding-top: 60px;
    padding-left: 150px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    align-content: left;
	align-self: left;
	display: inline-flex;
	flex: 1 1 auto;
	/* background-color: rgb(194, 193, 145); */
}

    #titulo-contacto {
		font-family: Merriweather;
		color: #fff;
		font-size: 40px;
		text-align: left;
        /* margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: center; */
	}

	.row {
		display: block !important;
		width: 100%;
		margin: auto;
	}


	.mapa {
		width: 400px;
		height: 300px;
		margin-top: 180px;
		display: flex;
		flex-direction: column;
		justify-content: right;
		align-items: right;
		align-content: right;
		align-self: right;
		display: inline-flex;
		flex: 1 1 auto;
		
		}
	
	


/* -----------------------FOOTER-------------------------- */

		

	.info {
		text-align: left;
		display: flex;
		justify-content: center;	
	}

	#mail {
		margin-left: 40px;	
	}



.footer {
	width: 100%;
	font-size: 0.8em;
	text-align: center;
	display: flex;
	flex: 1 1 auto;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	background-color: #222;
	padding: 20px;
}

	#texto-footer {
		margin: auto 80px;
		color: rgb(214, 201, 86);
	}


	

/* --------------------RESPONSIVE----------------------- */
@media only screen 

	and (min-width: 600px)
{

	.info-tel-2 { display: none; }
}


@media only screen
		
		and (min-width: 320px) 
		and (max-width: 480px) 
		
{
	.info-tel-2 {
		margin: 60px auto !important;
	}
}

@media only screen
		
		and (max-width: 600px)
		
{

	* { 
		max-width: 100%;
		margin: 0;	
	}
	
	img {
		width: 100%;
		max-width: 600px;
		display: none;
	}

	
		
	.header {
		background: url(../img/slide1-mobile.jpg) none;
		background-color: #eee;
		background-blend-mode: soft-light;
		background-position: center;
		background-attachment: contain;
		background-size: cover;
		display: flex;
		flex-flow: column;
	}

		.menu {
			display: flex;
			position: fixed;
			width: 100vw;
			height: 100px;
			z-index: 10;
		}

		.off { display: none; }
		.nav a {
			display: inline;
			font-size: 26px;
			padding: 14px;
		}
		.nav {
			display: flex;
			margin-top: 10px;
			/* display: none; */
		}
		.logo {
			margin: auto 40px;
		}
		.logo img {
			width: 60px;
			display: flex;
			flex: 1 2 auto;
		}

		   .info-tel {
			width: 500px;
			height: auto;
			font-size: 0.8em;
			line-height: 0.8em;
			text-align: center;
			padding: 10px;
			display: none;
		}
		.info-tel p {
			color: #fff;
			font-size: 0.7em;
			line-height: 0.8em;
		}

		.info-tel-2 {
			background-color: #DE6A14;
			font-size: 0.9em;
			line-height: 1.2em;
			text-align: center;
			padding-top: 12px;
			margin: 140px auto;
			border-radius: 12px;
			width: 320px;
			height: 60px;
		}
		.info-tel-2 p {
			color: #fff;
			font-size: 1.2em;
			line-height: 0.8em;
			text-align: center;
			margin: auto;
			padding: 4px 30px;
		}

		#ico-face {
			display: none;
			width: 50%;
			margin: auto;
		}

		
		.carousel {
			max-width: 100vw;
			height: 45vh;
			margin-top: 40px;
			z-index: 1;
		}

		.carousel-control-next-icon, .carousel-control-prev-icon,.carousel-indicators { display: none; }
		

	
#intro  {
	margin: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	z-index: 2;
}
	#texto-intro {
		color: #333;
		font-size: 1.2em;
		line-height: 1.6em;
		margin-top: -20px;
	}


#titulo-intro-1 {
	color: #333;
	text-align: center;
	justify-content: center;
	display: flex;
	margin-top: 0px;
}

.contenedor {
	background-position: center;
	background-attachment: contain;
	background-size: cover;
	width: 100%;
}




#titulo-intro {
	color: rgb(51, 51, 51);
	text-align: center;
	justify-content: center;
	display: flex;
	margin-top: 40px;
}

#lista-trabajos, #lista-trabajos-2 {
	width: 80vw;
	height: auto;
	
	flex-direction: column;
	/* background: #DE6A14; */
}

#caja-boton {
	margin-top: 10px;
}

.caja {
	background-color: #3333335e;
	border: #c5c5c5 1px dashed;
}


.caja, .caja-2 {
	width: 80%;
	height: auto;
	padding: 16px;
}

.caja-2 {
	width: 320px;
}

.temas {
	padding-top: 40px;
	width: 100%;
	height: 1500px;
	
}

.btn-b {
	width: 340px;
 	height: 50px;
	margin-top: 40px;
}




.cont-clientes {
	width: 90vw;
	height: auto;
	margin: 20px auto;
	flex-direction: column;
	border: none;
	/* background: rgb(201, 15, 145); */
}
.clientes {
	width: 100vw;
	height: auto;
	margin: 20px auto;
	flex-direction: column;
	/* background: rgb(42, 96, 179); */
}

.equipo {
	width: 80vw;
	height: 40vh;
	border-radius: 40px;
	margin: 10px auto;
	flex-direction: column;
	/* background: rgb(71, 134, 98); */
}



#titulo-contacto {
	margin-top: 90px;
}

.cont-contacto {
	width: 100%;
	height: 230px;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	margin-top: 4px;
	text-align: center;
	padding: 20px;
	justify-content: center;
	
}

#contact {
	height: 860px;
	display: flex;
	margin-top: 10px;
	padding-top: 4px;
}


.mapa {
	width: 50% !important;
	height: 50% !important;
	margin: 80px auto;
	align-items: center;
	justify-content: center;
	border: none;
}

iframe {
	padding: 20px;
	margin: 20px;
}

section {
	height: auto;
	display: flex;
	flex-direction: column;
	flex-flow: wrap;
	justify-content: center;
}


.form-control, .form-group {
	width: 80vw;
	margin: 6px auto;
	display: flex;
}



.footer {
	width: 100vw;
	height: 110px;
	text-align: center;
	display: flex;
	padding: 10px;
	z-index: 2;
	margin-bottom: 0;
}

	#pie {
		width: 240px;
		
	}

	#ico-face-pie {
		font-size: 40px;
	}


}





/* --------------- MENU MOBILE ---------------------------------------- */

@media screen and (max-width: 600px) 
    
{

	.nav {display: none;}
	.menu {display: none;}


	.menu-mobile {display: block;}

	.menu-mobile {
		display: flex;
		position: fixed;
		margin-top: 0px;
		background: #fff;
		z-index: 10;
	}

		.logo-mobile {
			margin: 20px;
		}
		.logo-mobile img {
			width: 60px;
			display: flex;
			flex: 1 2 auto;
			/* max-width: 95%; */
		}


	#navigation {
		display: block;
		margin-right: 10px;
		width: 600px;
	}

    a {
        color: #999;
	}
	
	.header {
		display: flex;
	}

    
    .control-menu {
		display: block;
		float: right;
		font-size: 1.6em;
		margin-top: 40px;
		margin-right: 40px;
    }

ul.nav-items {
    height: 0;
    overflow: hidden;
    list-style: none;
	font-family: sans-serif;
	text-align: right;
}

#navigation:target .nav-items {
    height: 300px;
    width: 240px;
    color: #333;
}

nav ul li {
	color: #333;
	padding: 30px;
	width: 240px;
	font-size: 1em;
	border-block-end: #999 1px dashed;
}


/* Al hacer click sobre el enlace que abre el menu éste desaparece */

.close {
    display: none;
}

#navigation:target .open {
    display: none;
}

/* Al hacer click sobre el enlace que abre el menu aparece el enlace .close que previamente estaba oculto*/

#navigation:target .close {
	display: block;
	margin-right: 0px;
}




/* El menu cambia su altura y su color de fondo mediante una transición suavizada al abrirse */


#navigation:target .nav-items {
    background: rgba(51, 51, 51, 0.80) none repeat scroll 0 0;
    height: 300px;
	width: 240px;
	margin-right: 0;
	padding-right: 20px;
	transition: height 0.5s ease-in-out 0s, background-color 0.9s ease 0s;
	background: none;
}


/* El menu cambia su altura y su color de fondo mediante una transición suavizada al volver a su estado inicial */

ul.nav-items {
    clear: both;
    height: 0;
	width: 240px;
	margin-right: 0;
	padding-right: 20px;
    overflow: hidden;
    transition: height 0.5s ease-in-out 0s, background-color 0.9s ease 0s;
}

}