*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	background: #fff;
	font-family: "Open Sans", Sans-serif;
	font-size: 16px;
}

.contenedor{
	width:90%;
	max-width: 1000px;
	margin: auto;
	overflow: hidden; 
}

/*HEADER*/

header{
	background: url('../img/borda.jpg');
	background-repeat: no-repeat;
	background-position: center;
	max-height: 400px;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.8;
}

header .menu{
	margin: 20px 0;
	text-align: right;
}

header .menu a{
	margin: 0 8px;
	color: #ffffff;
	padding-bottom: 9px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	font-size: 1em;
	font-weight: 600;
	position: relative;
}

header .menu a:hover{
	border-bottom: 2px solid #ffffff;
}

header .contenedor-texto{
	display:flex;
	justify-content: center;
	align-content: center;
	/*margin: 120px 0 73px 0; el mofificado*/
	margin: 120px 0; /*original*/
}

header .contenedor-texto .texto{
	display: inline-block;
	text-align: center;
	padding: 20px 60px;
}

header .contenedor-texto .texto h1,
header .contenedor-texto .texto h2{
	color: #fff;
	font-family: "Sriracha", Sans-serif;
	font-weight: 400;
	margin: 0;
	/*font-size: 200px;*/
	text-shadow:0px 0px 10px #12153a, 0px 0px 10px #12153a;
	/*font-weight:bold;*/

}

header .contenedor-texto .texto .nombre{
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 70px;
}

header .contenedor-texto .texto .subnombre{
	margin-bottom: 10px;
	font-size: 70px;
	line-height: 70px;
}

header .contenedor-texto .texto .profesion{
	font-size: 25px;
	line-height: 25px;
}

/*MAIN*/
.main .contenedor{
	overflow: visible;
}


.main .inicio{
	text-align: center;
	

	background: url('../img/t8.png');
	background-repeat: repeat;
	background-attachment: scroll;
	opacity: 0.8;
}

.main .inicio .foto{
	margin-top: -60px;
}

.main .inicio .foto img{
	vertical-align: top;
	border-radius: 50%;
	border:5px solid rgba(255,255,255,0.2);
}

.main .inicio .texto{
	color:#121d2d;
	padding-top: 20px;
	font-weight: 600;
	font-size: 1em;
	line-height: 25px;
	width: 80%;
	margin: 0 auto; /*el mofificado*/
	/*margin: 40px auto 60px auto;*/ /*original*/
}

.main .inicio .texto .titulo{
	font-size: 34px;
	/*padding-top: 20px; */ /*modificado*/
	/*el original no pading*/
	line-height: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	color:#121d2d;
	text-align: center;
}


.main .inicio .texto p{
	padding-bottom: 20px;
	margin-bottom: 0px;
}



.main .inicio .texto .menuinicio{
	margin: 0 0 20px 0;
	text-align: right;
}

.main .inicio .texto .menuinicio a{
	color:#605ab6;
	text-decoration: none;
	font-size: 1em;
}

.main .inicio .texto .menuinicio a:hover{
	color:#b5b63b;*/
}

.main .inicio .texto .bold{
	color:#17182e;
	text-decoration: underline;
	font-weight: 700;
}

.main .acerca-de{
	background: #e1e6e3;
	text-align: center;
	padding: 10px 0;
}

.main .acerca-de .foto{
	margin-top: -60px;
}

.main .acerca-de .foto img{
	vertical-align: top;
	border-radius: 50%;
	border:5px solid rgba(255,255,255,0.2);
}

.main .acerca-de .texto{
	color:#123022;
	font-weight: 600;
	font-size: 1em;
	line-height: 30px;
	width: 80%;
	margin: 40px auto 60px auto;
}

.main .acerca-de .texto .titulo{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 0px;
	font-weight: 300;
	color:#123022;
	text-align: center;
}


.main .acerca-de .texto p{
	font-size: 1em;
	line-height: 24px;
	margin-bottom: 0px;
	font-weight: 300;
	color:#123022;
	text-align: justify;
}

.main .acerca-de .texto .menuinicio{
	margin: 0 0 20px 0;
	text-align: right;
}

.main .acerca-de .texto .menuinicio a{
	color:#605ab6;
	text-decoration: none;
	font-size: 1em;
}

.main .acerca-de .texto .menuinicio a:hover{
	color:#b5b63b;
}


.main .acerca-de .texto .bold{
	color:#b0b828;
	text-decoration: underline;
}

/*----------------------------PRODUCTOS----------------------*/

.main .trabajos{
	background: #C2BCF4;
	max-height: 4000px;
}

.main .trabajos .contenedor{
	overflow: hidden;
}

.main .trabajos .titulo{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	color:#121d2d;
}

.main .trabajos .menuinicio{
	margin: 0 0 20px 0;
	text-align: right;
}

.main .trabajos .menuinicio a{
	color:#0d1521;
	text-decoration: none;
	font-size: 1em;
}

.main .trabajos .menuinicio a:hover{
	color:#b5b63b;
}

.main .trabajos .contenedor-trabajos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .trabajos .contenedor-trabajos .trabajo{
	width: 23%;
	margin-bottom: 40px;
}

.main .trabajos .contenedor-trabajos .trabajo .thumb{
	width: 100%
	margin-bottom:10px;
}

.main .trabajos .contenedor-trabajos .trabajo .thumb img{
	width: 100%;
	vertical-align: top;
}

.main .trabajos .contenedor-trabajos .trabajo .descripcion{
	text-align: center;
}

.main .trabajos .contenedor-trabajos .trabajo .descripcion .nombre{
	font-weight: 700;
	color: #051328;
	margin-bottom: 10px;
}

.main .trabajos .contenedor-trabajos .trabajo .descripcion .categoria{
	font-size: 14px;
	color: #11233d;
}

/*----------------------------SERVICIOS----------------------*/


.main .trabajos2{
	background: #fff;
	max-height: 3000px;
}

.main .trabajos2 .contenedor{
	overflow: hidden;
}

.main .trabajos2 .titulo{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	/*font-weight: 300;
	color:#0d1521;*/
	text-align: center;
	font-weight: 600;
	color:#121d2d;
}

.main .trabajos2 .menuinicio{
	margin: 0 0 20px 0;
	text-align: right;
}

.main .trabajos2 .menuinicio a{
	color:#0d1521;
	text-decoration: none;
	/*border-bottom: 2px solid transparent;*/
	font-size: 1em;
}

.main .trabajos2 .menuinicio a:hover{
	color:#b5b63b;
	/*border-bottom: 2px solid #0d1521;*/
}

.main .trabajos2 .contenedor-trabajos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .trabajos2 .contenedor-trabajos .trabajo{
	width: 23%;
	margin-bottom: 40px;
}

.main .trabajos2 .contenedor-trabajos .trabajo .thumb{
	width: 100%
	margin-bottom:10px;
}

.main .trabajos2 .contenedor-trabajos .trabajo .thumb img{
	width: 100%;
	vertical-align: top;
}

.main .trabajos2 .contenedor-trabajos .trabajo .descripcion{
	text-align: center;
}

.main .trabajos2 .contenedor-trabajos .trabajo .descripcion .nombre{
	font-weight: 700;
	color: #051328;
	margin-bottom: 10px;
}

.main .trabajos2 .contenedor-trabajos .trabajo .descripcion .categoria{
	font-size: 14px;
	color: #11233d;
}


/*-----------------------------UBICACION-------------------------------*/


.main .ubicacion{
	background: #fff;
	max-height: 2000px;
}

.main .ubicacion .contenedor{
	overflow: hidden;
}

.main .ubicacion .titulo{
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	color:#121d2d;
}



.main .ubicacion .menuinicio{
	margin: 0 0 20px 0;
	text-align: right;
}

.main .ubicacion .menuinicio a{
	color:#0d1521;
	text-decoration: none;
	font-size: 1em;
}

.main .ubicacion .menuinicio a:hover{
	color:#cc4175;
}




.main .ubicacion .contenedor-ubicacion{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main .ubicacion .contenedor-ubicacion .lugar{
	width: 46%;
	margin-bottom: 40px;
}

.main .ubicacion .contenedor-ubicacion .lugar .thumb{
	width: 100%
	margin-bottom:10px;
}

.main .ubicacion .contenedor-ubicacion .lugar .thumb iframe{
	width: 100%;
	vertical-align: top;
}

.main .ubicacion .contenedor-ubicacion .lugar .thumb img{
	width: 100%;
	vertical-align: top;
}

.main .ubicacion .contenedor-ubicacion .lugar .descripcion{
	text-align: center;
}

.main .ubicacion .contenedor-ubicacion .lugar .descripcion .nombre{
	font-weight: 700;
	color: #051328;
	margin-bottom: 10px;
}

.main .ubicacion .contenedor-ubicacion .lugar .descripcion .categoria{
	font-size: 14px;
	color: #11233d;
	line-height: 30px;
}



/*FOOTER*/

footer .contacto{
	background: #f5f7fb;
	padding: 20px 0 60px 0;
}

footer .contacto .titulo {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
	color:#121d2d;
}

footer .contacto .menuinicio{
	margin: 0 0 20px 0;
	text-align: right;
}

footer .contacto .menuinicio a{
	color:#0d1521;
	text-decoration: none;
	font-size: 1em;
}

footer .contacto .menuinicio a:hover{
	color:#f3d948;
}

footer .contacto .formulario{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

footer .contacto .formulario input[type="text"],
footer .contacto .formulario input[type="email"],
footer .contacto .formulario textarea{
	border:1px solid #1d365b;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 20px;
	color: #0d1521;
}

footer .contacto .formulario input[type="text"]:focus,
footer .contacto .formulario input[type="email"]:focus,
footer .contacto .formulario textarea:focus{
	border:2px solid #0d1521;
}

footer .contacto .formulario input[type="text"]{
	width: 49%;
	margin-bottom: 15px;
}

footer .contacto .formulario input[type="email"]{
	width: 100%;
	margin-bottom: 15px;
}

footer .contacto .formulario textarea{
	width: 100%;
	height: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 100px;
	max-height: 300px;
	margin-bottom: 15px;
}

footer .contacto .formulario .boton{
	margin:auto;
	background: #1c2d47;
	color:#fff;
	border: none;
	border-radius: 3px;
	padding:15px 40px;
	cursor:pointer;
}

footer .contacto .formulario .boton:hover{
	background: #0d1521;
}

footer .redes-sociales{
	/*background: $colorprimario;*/
	background: #151334;
	padding: 60px 0;
}

footer .redes-sociales .contenedor{
	display: flex;
	justify-content: center;
}

footer .redes-sociales a{
	color: #fff;
	text-align: center;
	width: 100px;
	display: block;
	padding: 15px 0;
	border-radius: 3px;
	font-size: 30px;
	margin: 0 20px;
}

footer .redes-sociales .twiter:hover{background: #1da1f2}
footer .redes-sociales .facebook:hover{background: #3b5998}
footer .redes-sociales .youtube:hover{background: #cd201f}
footer .redes-sociales .github:hover{background: #6cc644}
footer .redes-sociales .instagram:hover{background: #f77737}


#Iframe-Liason-Sheet {
    max-width: 760px;
    max-height: 1200px;
    overflow: hidden;
    }
    /* inner wrapper: make responsive */
    .responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom setting */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    }
    .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    }
    /* padding-bottom = h/w as a % */
    .responsive-wrapper-wxh-760x1200 {
    padding-bottom: 363.6364%;
    }
    .iframe-border {
    border: 1px solid #000;
    }
    .center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
    }






/*------------------------copy-------------------*/
footer .copy{
	padding: 0;
	background: #f5f7fb;
}

footer .copy .texto p{
	text-align: center;
	padding: 0;
	font-weight: 400;
	color:#121d2d;
	margin: 0;
}

footer .copy .creditos p{
	text-align: center;
	padding: 0;
	font-weight: 300;
	color:#121d2d;
	font-size: 12px;
	margin: 0;
}

/*----------------------------------envio den php-----------------------------*/

.envioformulario{
    background: #cfe0fa;
	text-align: center;
	padding: 40px 20px;
	font-size: 40px;
	color: #0d1521;
	line-height: 60px;
}


/*MEDIA QUERIES*/
@media screen and (max-width:800px){
	header .menu{
		text-align: center;
	}
	.main .trabajos{
    	max-height: 6000px;
	}
	.main .trabajos2{
	    max-height: 4000px;
	}
	.main .trabajos .contenedor-trabajos .trabajo{
		width: 46%;
	}
	.main .trabajos2 .contenedor-trabajos .trabajo{
		width: 46%;
	}
	.main .ubicacion .contenedor-ubicacion .lugar{
	width: 100%;
	}
}

@media screen and (max-width:500px){
	header .contenedor-texto .texto .nombre{
		font-size: 35px;
	}
	header .contenedor-texto .texto .profesion{
		font-size: 18px;
	}
	footer .redes-sociales .contenedor{
		flex-wrap:wrap;
		padding: 20px 0;
	}
	
	footer .copy .texto p{
		font-weight: 300;
		font-size: 13px;
	}

	footer .copy .creditos p{
		font-weight: 300;
		font-size: 10px;
	}


}

/*el pading del titulo*/
@media screen and (max-width:470px){
	header .contenedor-texto{
		/*display:flex;
		justify-content: center;
		align-content: center;*/
		margin: 50px 0;
	}

	.main .ubicacion .contenedor-ubicacion .lugar{
	width: 100%;
	/*margin-bottom: 40px;*/
	}

	footer .contacto .formulario input[type="text"],
	footer .contacto .formulario input[type="email"],
	footer .contacto .formulario textarea{
		border:1px solid #1d365b;
		border-radius: 5px;
		padding: 15px 20px;
		font-size: 15px;
		color: #0d1521;
	}

	footer .contacto .formulario input[type="text"]{
	width: 100%;
	margin-bottom: 15px;
	}


	footer .redes-sociales{
		/*background: $colorprimario;*/
		background: #151334;
		padding: 20px 0;
	}


	footer .redes-sociales a{
		color: #fff;
		text-align: center;
		width: 100px;
		display: block;
		padding: 5px 0;
		border-radius: 3px;
		font-size: 30px;
		margin: 0 20px;
	}


	header .menu a{
	color: #ffffff;
}

header .menu a:hover{
	border-bottom: 2px solid #ffffff;
}



/*para nokia*/
@media screen and (max-width:250px){
	header .contenedor-texto .texto .nombre{
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 30px;
	}
	
	
	header .contenedor-texto .texto{
	display: inline-block;
	text-align: center;
	padding: 20px 0;
	}
	

	header .contenedor-texto{
		margin: 30px 0;
	}

	.main .ubicacion .contenedor-ubicacion .lugar{
	width: 100%;
	}


	footer .redes-sociales{
		background: #151334;
		padding: 20px 0;
	}


	footer .redes-sociales a{
		color: #fff;
		text-align: center;
		width: 100px;
		display: block;
		padding: 5px 0;
		border-radius: 3px;
		font-size: 30px;
		margin: 0 20px;
	}


	footer .contacto .formulario input[type="text"],
	footer .contacto .formulario input[type="email"],
	footer .contacto .formulario textarea{
		border:1px solid #1d365b;
		border-radius: 5px;
		padding: 15px 20px;
		font-size: 15px;
		color: #0d1521;
	}

	footer .contacto .formulario input[type="text"]{
	width: 100%;
	margin-bottom: 15px;
	}

}





