@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:');

 html, body {
    max-width: 100%;
    overflow-x: hidden;
}

*{
	font-family: 'Titillium Web', sans-serif;
}

/* CONTACTO */
nav ul li{
	font-size: 20px;
	font-weight: 700;
}

.fondoRes{
	display: none;
}

.fixedHere{
	position: fixed;
	z-index: 40;
	background-color: white;
	width: 105%;
	padding-bottom: 10px;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 20px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 15px;
	-webkit-margin: 0px 15px;
	-moz-margin: 0px 15px;
	font-size: 20px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	color: white;
	border-radius: 30px;
	border: none;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 727px;
	-webkit-margin-left: 727px;
	-moz-margin-left: 727px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 787px;
	-webkit-margin-left: 787px;
	-moz-margin-left: 787px;
}

.divContacto{
	position: absolute;
	left: 780px;
	-webkit-left: 780px;
	-moz-left: 780px;
}

.divTel img{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
}

.pTel p{
	margin-top: 148px;
	-webkit-margin-top: 148px;
	-moz-margin-top: 148px;
	font-size: 15px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	margin-top: 70px;
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 60.6%;
	z-index: 2;
}

.rAzul img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 92.2%;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 700px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 300px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 300px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 950px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 580px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 280px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 650px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 500px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 200px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 250px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 590px;
	width: 90px;
	height: auto
}


/* MODALES */


.modal-header{
        background-color: black;
        color: #f6db00;
}

.modal-body{
        background-color: white;
}

.labelForm{
	color: black;
}

.writtenForm{
	width: 100%;
}

.marginPop img{
	margin-top: 20px;
	margin-left: 15px;
	width: 350px;
}

.marginPop input{
	margin-left: 15px;
	margin-top: 20px;
}

.writtenForm {
	border-top:0;
	border-left:0;
	border-right:0;
	outline:0;
}


.close{
       background-color: #f6db00;
       border: none;
}


/* Diseño Responsive */

@media only screen and (max-width: 1600px){
/* CONTACTO */
nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 15px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 15px;
	-webkit-margin: 0px 15px;
	-moz-margin: 0px 15px;
	font-size: 18px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	font-size: 20px;
	color: white;
	border-radius: 30px;
	border: none;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 727px;
	-webkit-margin-left: 727px;
	-moz-margin-left: 727px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 787px;
	-webkit-margin-left: 787px;
	-moz-margin-left: 787px;
}

.divContacto{
	position: absolute;
	left: 780px;
	-webkit-left: 780px;
	-moz-left: 780px;
}

.divTel img{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
}

.pTel p{
	margin-top: 148px;
	-webkit-margin-top: 148px;
	-moz-margin-top: 148px;
	font-size: 15px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	margin-top: 70px;
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 56.4%;
	z-index: 2;
}

.rAzul img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 91.8%;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 700px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 300px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 300px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 950px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 580px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 280px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 650px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 500px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 200px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 250px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 590px;
	width: 90px;
	height: auto
}

}


@media only screen and (max-width: 1500px){
/* CONTACTO */
nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 10px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 14px;
	-webkit-margin: 0px 14px;
	-moz-margin: 0px 14px;
	font-size: 18px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	color: white;
	border-radius: 30px;
	border: none;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 727px;
	-webkit-margin-left: 727px;
	-moz-margin-left: 727px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 787px;
	-webkit-margin-left: 787px;
	-moz-margin-left: 787px;
}

.divContacto{
	position: absolute;
	left: 780px;
	-webkit-left: 780px;
	-moz-left: 780px;
}

.divTel img{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
}

.pTel p{
	margin-top: 148px;
	-webkit-margin-top: 148px;
	-moz-margin-top: 148px;
	font-size: 15px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	margin-top: 70px;
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 56%;
	z-index: 2;
}

.rAzul img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 91.2%;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 600px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 200px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 200px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 850px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 480px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 180px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 550px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 500px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 200px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 250px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 590px;
	width: 90px;
	height: auto
}

}


@media only screen and (max-width: 1400px){
/* CONTACTO */
nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 15px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 14px;
	-webkit-margin: 0px 14px;
	-moz-margin: 0px 14px;
	font-size: 15px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	color: white;
	border-radius: 30px;
	border: none;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 727px;
	-webkit-margin-left: 727px;
	-moz-margin-left: 727px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 787px;
	-webkit-margin-left: 787px;
	-moz-margin-left: 787px;
}

.divContacto{
	position: absolute;
	left: 780px;
	-webkit-left: 780px;
	-moz-left: 780px;
}

.divTel img{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
}

.pTel p{
	margin-top: 148px;
	-webkit-margin-top: 148px;
	-moz-margin-top: 148px;
	font-size: 15px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	margin-top: 70px;
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 52%;
	z-index: 2;
}

.rAzul img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 90.5%;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 500px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 100px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 100px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 750px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 380px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 80px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 450px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 500px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 200px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 250px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 590px;
	width: 90px;
	height: auto
}

}


@media only screen and (max-width: 1300px){
/* CONTACTO */
nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 5px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 10px;
	-webkit-margin: 0px 10px;
	-moz-margin: 0px 10px;
	font-size: 17px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	color: white;
	border-radius: 30px;
	border: none;
}


.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 727px;
	-webkit-margin-left: 727px;
	-moz-margin-left: 727px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 787px;
	-webkit-margin-left: 787px;
	-moz-margin-left: 787px;
}

.divContacto{
	position: absolute;
	left: 780px;
	-webkit-left: 780px;
	-moz-left: 780px;
}

.divTel img{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
}

.pTel p{
	margin-top: 148px;
	-webkit-margin-top: 148px;
	-moz-margin-top: 148px;
	font-size: 15px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 50%;
	z-index: 2;
}

.rAzul img{
	height: 400px;
	width: auto;
	max-width: 100%;
	left: 89.8%;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 420px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 40px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 40px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 670px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 320px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 20px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 370px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 500px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 200px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 250px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 590px;
	width: 90px;
	height: auto
}

}



@media only screen and (max-width: 1200px){
/* CONTACTO */
body{ overflow-x: hidden; }

nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 0px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 10px;
	-webkit-margin: 0px 10px;
	-moz-margin: 0px 10px;
	font-size: 15px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	color: white;
	border-radius: 30px;
	border: none;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 527px;
	-webkit-margin-left: 527px;
	-moz-margin-left: 527px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 587px;
	-webkit-margin-left: 587px;
	-moz-margin-left: 587px;
}

.divContacto{
	position: absolute;
	left: 580px;
	-webkit-left: 580px;
	-moz-left: 580px;
}

.divTel img{
	margin-top: 170px;
	-webkit-margin-top: 170px;
	-moz-margin-top: 170px;
}

.pTel p{
	margin-top: 168px;
	-webkit-margin-top: 168px;
	-moz-margin-top: 168px;
	font-size: 12px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	margin-top: 60px;
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	display: none;
}

.rAzul img{
	display: none;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 780px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 240px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 240px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 1040px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 520px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 220px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 740px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 400px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtFooter1 p{
        font-size: 13px;
        margin-left: 0px;
}

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
        font-size: 13px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
        font-size: 13px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

.divFacebook a img{
	position: absolute;
	transform: scale(0.8);
	left: 0px;
	margin-left: 0px;
	margin-top: 0;
}

.divInstagram a img{
	position: absolute;
	transform: scale(0.8);
	left: 0px;
	margin-left: 0px;
	margin-top: 0;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 100px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 150px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 490px;
	width: 90px;
	height: auto
}

}


@media only screen and (max-width: 1100px){
/* CONTACTO */
body{ overflow-x: hidden; }

nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
	margin-left: 0px;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 10px;
	-webkit-margin: 0px 10px;
	-moz-margin: 0px 10px;
	font-size: 15px;
}

.divLogo a img{
	margin-left: 30px;
	-webkit-margin-left: 30px;
	-moz-margin-left: 30px;
	margin-top: 20px;
	-webkit-margin-top: 20px;
	-moz-margin-top: 20px;
}

.btnNav button{
	margin-top: 60px;
	-webkit-margin-top: 60px;
	-moz-margin-top: 60px;
	width: 60%;
	height: 30px;
	background-color: black;
	color: white;
	border-radius: 30px;
	border: none;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 527px;
	-webkit-margin-left: 527px;
	-moz-margin-left: 527px;
}

.divRedes .divInsta a{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
	position: absolute;
	margin-left: 587px;
	-webkit-margin-left: 587px;
	-moz-margin-left: 587px;
}

.divContacto{
	position: absolute;
	left: 580px;
	-webkit-left: 580px;
	-moz-left: 580px;
}

.divTel img{
	margin-top: 150px;
	-webkit-margin-top: 150px;
	-moz-margin-top: 150px;
}

.pTel p{
	margin-top: 148px;
	-webkit-margin-top: 148px;
	-moz-margin-top: 148px;
	font-size: 12px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	margin-top: 60px;
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	display: none;
}

.rAzul img{
	display: none;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 680px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 240px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 240px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 940px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 520px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 220px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 640px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 400px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtFooter1 p{
        font-size: 13px;
        margin-left: 0px;
}

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
        font-size: 13px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
        font-size: 13px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

.divFacebook a img{
	position: absolute;
	transform: scale(0.8);
	left: 0px;
	margin-left: 0px;
	margin-top: 0;
}

.divInstagram a img{
	position: absolute;
	transform: scale(0.8);
	left: 0px;
	margin-left: 0px;
	margin-top: 0;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 100px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 150px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 490px;
	width: 90px;
	height: auto
}

}


@media only screen and (max-width: 1000px){
/* CONTACTO */
body{ overflow-x: hidden; }

nav ul li{
	font-size: 20px;
	font-weight: 700;
}

nav{
	z-index: 2;
	margin-bottom: 40px;
}

nav a{
	color: black;
}

.fondo{
	display: none;
}

.fondoRes{
	display: block;
}

.imgMenu img{
	display: none;
}

.divUl a:hover{
	color: #EDD614;
}

.bajarAqui{
	margin-bottom: 10px;
}

.d-flex{
	display: flex;
}

.divUl ul li{
	display: inline-block;
	margin: 0px 20px;
	-webkit-margin: 0px 20px;
	-moz-margin: 0px 20px;
	font-size: 16px;
}

.divLogo{
	padding-top: 20px;
	-webkit-padding-top: 20px;
	-moz-padding-top: 20px;
}

.divLogo img:hover{
	cursor: pointer;
}

.divUl{
	padding-top: 60px;
	-webkit-padding-top: 60px;
	-moz-padding-top: 60px;
}

.divUl li:hover{
	color: #EDD614;
	cursor: pointer;
}

.divRedes .divFace{
	position: absolute;
	left: 527px;
	-webkit-left: 527px;
	-moz-left: 527px;
}

.divRedes .divInsta{
	position: absolute;
	left: 580px;
	-webkit-left: 580px;
	-moz-left: 580px;
}

.divContacto{
	position: absolute;
	left: 580px;
	-webkit-left: 580px;
	-moz-left: 580px;
}

.divTel img{
	margin-top: 15px;
	-webkit-margin-top: 15px;
	-moz-margin-top: 15px;
}

.pTel p{
	margin-top: 12px;
	-webkit-margin-top: 12px;
	-moz-margin-top: 12px;
	font-size: 12px;
}

/* Introducción */
.introContenedor img{
	position: absolute;
}

.introContenedor{
	height: 400px;
	background-color: black;
	z-index: -1;
}

.introContenedor p{
	color: white;
	position: absolute;
	font-weight: 600;
	font-size: 45px;
}

.fotografia img{
	display: none;
}

.rAzul img{
	display: none;
}

.uAzul img{
	height: 400px;
	width: auto;
	margin-left: 680px;
        max-width: 100%;
	z-index: 0;
}

.Nuestros p{
	font-weight: 200;
	margin-top: 120px;
	margin-left: 240px;
        max-width: 100%;
	line-height: 45px;
	z-index: 2;
}

.Proyectos p{
	margin-top: 200px;
	margin-left: 240px;
        max-width: 100%;
	z-index: 2;
}

.lineaAzul img{
	margin-left: 940px;
	margin-top: 5px;
	width: 25px;
	height: 400px;
	z-index: 3;
	animation: moverAzul 3s both;
}

@keyframes moverAzul{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px) scale(0.8); }
}

.lineaBlanca img{
	margin-top: 100px;
	margin-left: 520px;
	animation: moverBlanca 3s both;
	z-index: 4;
}

@keyframes moverBlanca{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}

.cuadroNegro1{
	height: 150px;
	width: 300px;
	position: absolute;
	margin-top: 110px;
	margin-left: 220px;
	z-index: 3;
	background-color: black;
	animation: moverCuadro 3s both;
}

.cuadroNegro2{
	height: 400px;
	width: 300px;
	z-index: 1;
	background-color: black;
	position: absolute;
	margin-left: 640px;
	animation: moverCuadro 3s both;
}

@keyframes moverCuadro{
	0%{ transform: translateX(0px); }
	100%{ transform: translateX(-300px); }
}


/* Proyectos */

.responsive div{
	display: none;
}

.container{
	margin-top: 50px;
}

.container img{
	border-radius: 2.5px;
}

.imgs img{
	width: 100%;
	height: 290px;
}

.imgs2 img{
	width: 100%;
	height: 250px;
}

.imgs3 img{
	width: 100%;
	height: 400px;
}

.imgs4 img{
	width: 100%;
	height: 225px;
}
/*Parte Uno*/

.imgsChicas img{
	height: 140px;
}

.img3 img{
	margin-top: 10px;
}

.imgs .col-6{
	padding: 5px;
}

.imgs .col-2{
	padding: 5px;
}

.imgs .col-4{
	padding: 5px;
}

/* Segunda Fila */

.imgs2 .col-7{
	padding: 5px;
}

.imgs2 .col-5{
	padding: 5px;
}

/*Tercera Fila*/
.imgs3 .col-3{
	padding: 5px;
}

.imgs3 .col-9{
	padding: 5px;
}

/* Cuarta Parte */
.imgs4 .col-6{
	padding: 5px;
}

.imgs4 .col-6{
	padding: 5px;
}

/* Slider Vertical */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

section{
	margin-bottom: 25px;
}

/* FOOTER */

footer{
	background-color: black;
	font-family: 'Titillium Web', sans-serif;
	padding-top: 40px;
	padding-bottom: 70px;
}

footer p{
	color: white;
}

/* Botón de Enviar */

.botonEnviar button{
	margin-left: 400px;
	background-color: black;
	border-width: 2px;
	border-color: white;
	border-radius: 5px;
	padding-right: 20px;
	padding-left: 20px;
}

.botonEnviar button:hover{
	background-color: white;
	color: black;
	border-color: white;
}

.botonEnviar{
	margin-bottom: 40px;
}

/* Contacto Web  */

.txtFooter1 p{
        font-size: 13px;
        margin-left: 0px;
}

.txtTel p{
 	margin-left: 10px;
}

.divCorreo img{
 	margin-top: 15px;
}

.divCorreo p{
 	margin-top: 10px;
        font-size: 13px;
}

.divTelefono img{
 	margin-top: 15px;
}

.divTelefono p{
 	margin-top: 10px;
        font-size: 13px;
}

.contactoGeneral{
	margin-bottom: 5px;
}

.divFacebook a img{
	position: absolute;
	transform: scale(0.8);
	left: 0px;
	margin-left: 0px;
	margin-top: 0;
}

.divInstagram a img{
	position: absolute;
	transform: scale(0.8);
	left: 0px;
	margin-left: 0px;
	margin-top: 0;
}

/* HR */

.hr{
	padding-bottom: 10px;
}

/* Derechos */

.divDerecho{
	margin-left: 160px;
	margin-right: 160px;
}

.divC img{
	position: absolute;
	margin-left: 100px;
	margin-top: 14px;
}

.divTodos p{
	position: absolute;
	margin-left: 150px;
	margin-top: 10px;
}

.divUnico img{
	position: absolute;
	margin-left: 490px;
	width: 90px;
	height: auto
}

}


@media only screen and (max-width: 1090px){
	body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	.fondo{
		display: none;
	}

	.fondoRes{
		display: block;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 100px;
		-webkit-margin-left: 100px;
		-moz-margin-left: 100px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		margin-left: 80px;
		-webkit-margin-left: 80px;
		-moz-margin-left: 80px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 60px;
		-webkit-margin-top: 60px;
		-moz-margin-top: 60px;
		width: 60%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	ul{
		display: none;
	}

	.divUlRes li{
		margin: 0px 0px;
		-webkit-margin: 0px 0px;
		-moz-margin: 0px 0px;
	}
 
	.divUlRes ul li{
		font-size: 20px;
		font-size: 25px;
		display: inline-block;

	}

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -5px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -20px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -15px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -28px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -25px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
		-webkit-left: 35px;
		-moz-left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 840px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		margin-top: 70px;
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 480px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 470px;
		font-size: 25px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 450px;
		font-size: 30px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 620px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 620px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 320px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 320px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 480px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 400px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -460px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -390px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 400px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
                margin-left: 380px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
                margin-left: 670px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}


@media only screen and (max-width: 990px){
        body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 100px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		margin-left: 80px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 50px;
		width: 70%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	ul{
		display: none;
	}

	.divUl li{
		margin: 0px 0px;
	}
 

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -40px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -45px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -60px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -55px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -68px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -65px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 590px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 380px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 370px;
		font-size: 25px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 350px;
		font-size: 30px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 520px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 520px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 220px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 220px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 430px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 250px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -350px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -300px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 360px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
                margin-left: 320px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
                margin-left: 570px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}



@media only screen and (max-width: 890px){
	body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 70px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		margin-left: 80px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 50px;
		width: 70%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	ul{
		display: none;
	}

	.divUl li{
		margin: 0px 0px;
	}
 
	.divUl ul li{
		font-size: 20px;
	}

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -140px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -145px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -160px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -155px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -168px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -165px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 550px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 380px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 370px;
		font-size: 25px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 350px;
		font-size: 30px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 520px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 520px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 220px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 220px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 430px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 250px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -350px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -300px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 300px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
                margin-left: 260px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
                margin-left: 510px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}


@media only screen and (max-width: 790px){
         body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 50px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		margin-left: 40px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 50px;
		width: 70%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	ul{
		display: none;
	}

	.divUl li{
		margin: 0px 0px;
	}
 

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -190px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -195px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -210px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -205px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -218px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -215px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 590px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 300px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 300px;
		font-size: 25px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 280px;
		font-size: 30px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 430px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 430px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 130px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 130px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 430px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 250px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -350px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -300px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 250px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
                margin-left: 210px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
                margin-left: 460px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}


@media only screen and (max-width: 690px){
         body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 50px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		margin-left: 40px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 40px;
		width: 70%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	ul{
		display: none;
	}

	.divUl li{
		margin: 0px 0px;
	}


	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -230px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -235px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -250px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -245px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -258px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -255px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 490px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 300px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 300px;
		font-size: 25px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 280px;
		font-size: 30px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 430px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 430px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 130px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 130px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 310px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 180px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -270px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -200px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 210px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
                margin-left: 170px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
                margin-left: 430px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}


@media only screen and (max-width: 590px){
        body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 50px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		margin-left: 20px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 40px;
		width: 80%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	ul{
		display: none;
	}

	.divUl li{
		margin: 0px 0px;
	}
 
        .divUl ul li{
                font-size: 20px;
        }

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -270px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -275px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -290px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -285px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -298px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -295px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 250px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 220px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 220px;
		font-size: 20px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 210px;
		font-size: 23px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 360px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 360px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 60px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 60px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 200px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 170px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
		margin-left: -290px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
		margin-left: -200px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 170px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
		margin-left: 140px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
		margin-left: 390px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}


@media only screen and (max-width: 490px){
        body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.imgMenuRes img{
		transition: 100ms;
		margin-left: 40px;
	}

	.imgMenuRes img:hover{
		opacity: 70%;
	}

	.divLogoRes img{
		position: absolute;
		width: 150px;
		margin-top: 12px;
		margin-left: 20px;
	}

	.imgMenuRes img{
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 40px;
		width: 80%;
		height: 30px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}


	ul{
		display: none;
	}

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -340px;
		top: 100px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -345px;
		top: 138px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -370px;
		top: 176px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -365px;
		top: 214px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -378px;
		top: 252px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 550px;
		padding-right: 510px;
		width: 100%;
		position: absolute;
		left: -375px;
		top: 290px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 250px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 140px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 140px;
		font-size: 20px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 65px;
		margin-left: 130px;
		font-size: 23px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 300px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 300px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: 0px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: 0px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 200px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 120px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
		margin-left: -240px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
		margin-left: -140px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		display: none;
	}

	.divC img{
		left: 0px;
		margin-left: 120px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
		margin-left: 70px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
		margin-left: 320px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}

}


@media only screen and (max-width: 400px){
	body{
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	/* Nav */
	nav ul{
		position: absolute;
		z-index: 9;
		width: 100%;
	}

	.divLogoRes img{
		width: 130px;
		margin-left: 20px;
		margin-top: 20px;
	}

	.imgMenuRes img{
		width: 70px;
		margin-top: 10px;
		margin-left: 40px;
		transition: 100ms;
	}

	.btnNav button{
		margin-top: 40px;
		font-size: 12px;
		width: 85%;
		height: 35px;
		background-color: black;
		color: white;
		border-radius: 30px;
		border: none;
	}

	ul{
		display: none;
	}

	.divUl li{
		margin: 0px 0px;
	}

	ul .uno{
	 	background-color: white;
	 	color: black;
		padding-left: 156px;
		padding-right: 244px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 120px;
	}

	ul .uno:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .dos{
	 	background-color: white;
	 	color: black;
		padding-left: 154px;
		padding-right: 246px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 158px;
	}

	ul .dos:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .tres{
	 	background-color: white;
	 	color: black;
		padding-left: 135px;
		padding-right: 265px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 196px;
	}

	ul .tres:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	ul .cuatro{
	 	background-color: white;
	 	color: black;
		padding-left: 140px;
		padding-right: 260px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 234px;
	}

	ul .cuatro:hover{
	 	background-color: #cc006b;
	 	color: white;
	}

	ul .cinco{
	 	background-color: white;
	 	color: black;
		padding-left: 130px;
		padding-right: 270px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 272px;
	}

	ul .cinco:hover{
	 	background-color: #0096d3;
	 	color: white;
	}

	ul .seis{
	 	background-color: white;
	 	color: black;
		padding-left: 136px;
		padding-right: 266px;
		width: 100%;
		position: absolute;
		left: 0px;
		top: 310px;
	}

	ul .seis:hover{
	 	background-color: #f6db00;
	 	color: white;
	}

	.divLogo img{
		height: 75px;
		position: absolute;
		left: 35px;
	}

	nav{
		margin-bottom: 	110px;
	}

	.bajarAqui{
		display: none;
		margin-bottom: 0px;
		height: 0px;
		width: 0px;

	}

	.divRedes{
		height: 0px;
		width: 0px;
	}

	.divRedes img{
		display: none;
	}

	.divContacto p{
		display: none;
	}

	.divContacto img{
		display: none;
	}

	.divContacto{
		height: 0px;
		width: 0px;
	}

	.imgMenu img{
		display: block;
		position: absolute;
		top: 25px;
		margin-left: 290px;
		height: 65px;
		width: auto;
	}

	.divAbajo{
		height: 0px;
		width: 0px;
	}

	.container{
		margin-top: 0px;
	}

	/* Intro */

	.introContenedor{
		height: 400px;
		background-color: black;
		z-index: -1;
	}

	.introContenedor p{
		color: white;
		position: absolute;
		font-weight: 600;
		font-size: 45px;
	}

	.fotografia img{
		display: none;
	}

	.rAzul img{
		display: none;
	}

	.uAzul img{
		height: 280px;
		width: auto;
		margin-left: 120px;
		z-index: 0;
		margin-top: 120px;
	}

	.Nuestros p{
		text-align: center;
		font-weight: 200;
		margin-top: 10px;
		margin-left: 120px;
		font-size: 25px;
		line-height: 30px;
		z-index: 2;
	}

	.Proyectos p{
		margin-top: 60px;
		margin-left: 110px;
		font-size: 30px;
		z-index: 2;
	}

	.lineaAzul img{
		margin-left: 250px;
		margin-top: 120px;
		width: 25px;
		height: 289px;
		z-index: 3;
		animation: moverAzul 3s both;
	}

	@keyframes moverAzul{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.lineaBlanca img{
		margin-top: 10px;
		margin-left: 250px;
		height: 92px;
		width: 21px;
		animation: moverBlanca 3s both;
		z-index: 4;
	}

	@keyframes moverBlanca{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.cuadroNegro1{
		height: 90px;
		width: 300px;
		position: absolute;
		margin-top: 10px;
		margin-left: -50px;
		z-index: 3;
		background-color: black;
		animation: moverCuadro 3s both;
	}

	.cuadroNegro2{
		height: 280px;
		width: 300px;
		z-index: 1;
		background-color: black;
		position: absolute;
		margin-left: -50px;
		margin-top: 120px;
		animation: moverCuadro 3s both;
	}

	@keyframes moverCuadro{
		0%{ transform: translateX(0px); }
		100%{ transform: translateX(-200px); }
	}

	.responsive div{
		display: block;
	}

	.imgs div{
		display: none;
	}

	.imgs2 div{
		display: none;
	}

	.imgs3 div{
		display: none;
	}

	.imgs4 div{
		display: none;
	}

	.imgsChicasR div{
		display: none;
	}

	.img9 img{
		display: none;
	}

	.img10 img{
		display: none;
	}

	.carousel-item{
		margin-top: 50px;
		height: 220px;
	}

	/* Footer */

	.imgFooter1 img{
		display: none;
	}

	.txtFooter1 p{
		display: none;
	}

	.imgCorreo img{
		display: none;
	}

	.pCorreo p{
		display: none;
	}

	.imgTel img{
		display: none;
	}

	.txtTel p{
		display: none;
	}

	.botonEnviar button{
		margin-left: 100px;
		background-color: black;
		border-width: 2px;
		border-color: white;
		border-radius: 5px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.divFacebook a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -200px;
		margin-top: 0;
	}

	.divInstagram a img{
		position: absolute;
		transform: scale(0.8);
		left: 0px;
                margin-left: -150px;
		margin-top: 0;
	}

	footer{
		height: 370px;
	}

	.hr img{
		transform: scale(0.5);
		position: absolute;
		margin-left: -500px;
		padding-top: 150px;
	}

	.divC img{
		left: 0px;
		margin-left: 50px;
		margin-top: 140px;
	}

	.divTodos p{
		left: 0px;
                margin-left: 10px;
		margin-top: 0px;
		font-size: 9px;
		left: 80px;
		margin-top: 140px;
	}

	.divUnico img{
		left: 0px;
                margin-left: 270px;
	 	margin-top: 125px;
		transform: scale(0.6);
	}
}