*{
	font-family: 'Montserrat', sans-serif;
}
body{
	background-color: white;
	margin: 0px;
}
header{
	background-color: black;
	padding-top: 120px;
	padding-bottom: 120px;
	box-sizing: border-box;
	color: #E6F1FD;
}
a{
		text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a:hover{
		text-decoration: none;
    color: inherit;
    cursor: pointer;
}
textarea {
  resize: none;
}
img{
	user-select: none;
}
.menu{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	transition-duration: 0.6s;
	background-color: rgba(0, 0, 0, 0.3);
}
.navbar-logo {
  width: 90px;
}
.nav-item{
	display: inline-block;
}
.navbar-nav a{
	font-size: 14px;
}
.nav-link-wrapper{
	width: 150px;
	height: 50px;
	color:  white;
	border: solid 1px white;
	margin-right: 10px;
	margin-left: 10px;
	background: rgba(255, 255, 255, 0);
	cursor: pointer;
	transform: scale(1);
	transition-duration: 0.2s;
	opacity: 0;
}
.nav-link-wrapper:hover{
	background: rgba(255, 255, 255, 0.9);
	transform: scale(1.06);
	color:  black;
}
.nav-link-wrapper a{
	cursor: pointer;
}
.navbar-brand{
	margin-right: 40px;
	opacity: 0;
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 0.8s;
}
#link-1{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 1s;
}
#link-2{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 1.2s;
}
#link-3{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 1.4s;
}
#link-4{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 1.6s;
}
#link-5{
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 1.8s;
}
.social-link{
	margin-left: 20px;
	padding-top: 8px;
	opacity: 0;
	animation: 0.6s menuIn 1 ease-in-out;
	animation-fill-mode:forwards;
	animation-delay: 2s;
}
#link-insta{
	padding-top: 10px;
}
.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('../img/header/header-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-header{
	opacity: 0;
	animation: 0.8s logoIn 1 ease-in-out;
	animation-fill-mode:forwards;
}
.container-slideshow{
	margin-top: -100px;
	z-index: 1;
	opacity: 0;
	animation: 0.8s galleryIn 1 ease-in-out;
	animation-fill-mode:forwards;
}
.carousel-photo-container{
	overflow: hidden;
}
.carousel-item img{
	border: solid 2px white;
}
.carousel-control-next, .carousel-control-prev{
	width: 100%;
}
.carousel-control-prev-icon {
    background-image: url("../img/assets/carousel-control-prev.png");
    height: 25px;
}
.carousel-control-next-icon {
    background-image: url("../img/assets/carousel-control-next.png");
    height: 25px;
}
.gallery-container{
	margin-top: -15px;
}
.gallery-photo:after{
	transition-duration: 0.5s
}
.gallery-photo{
	height: 200px;
	background-color: black;
	cursor: pointer;
	border: 1px solid white;
	transition-duration: 0.5s
}
#gallery-1{
	background-image: url("../img/gallery/gallery-1-row-1.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-2{
	background-image: url("../img/gallery/gallery-2-row-1.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-3{
	background-image: url("../img/gallery/gallery-3-row-1.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-4{
	background-image: url("../img/gallery/gallery-4-row-1.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-5{
	background-image: url("../img/gallery/gallery-5-row-2.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-6{
	background-image: url("../img/gallery/gallery-6-row-2.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-7{
	background-image: url("../img/gallery/gallery-7-row-2.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery-8{
	background-image: url("../img/gallery/gallery-8-row-2.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery-text{
	height: 200px;
	min-height: 200px;
	display: flex;
  align-items: center;
	background-color: #0f1120;
	color: #CCCCCC;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	border: 1px solid white;
}
.consulta-container{
	height: 1000px;
	padding-top: 80px;
}
.consulta-text{
	padding-top: 10px;
	padding-right: 80px;
	padding-left: 40px;
	color: #0f1120;
}
.consulta-text h3{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #0f1120;
}
.consulta-text h2{
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 20px;
}
.consulta-text p{
	font-size: 16px;
	margin-bottom: 50px;
}
.consulta-text p:last-of-type {
  margin-bottom: 80px;
}
.consulta-button{
	border: solid 1px black;
	margin-top: 30px;
	padding: 15px;
	background-color: #0f1120;
	color: white;
	transition-duration: 0.3s;
}
.consulta-button:hover{
	border: solid 1px #0f1120;
	background-color: rgba(0, 0, 0, 0);
	color: #0f1120;
}
.consulta-photo{
	height: 800px;
	background-image: url("../img/background/head-interiorismo.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: red;
  padding: 0px;
}
.adress-photo{
	height: 400px;
	color: white;
	padding-top: 70px;
	padding-left: 50px;
	padding-right: 50px;
	border: 1px solid white;
}
.adress-photo p{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: -5px;
}
.adress-photo h2{
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 900;
	margin-bottom: 60px;
}
.adress-button{
	border: solid 1px white;
	padding: 15px;
	background-color: rgba(255, 255, 255, 0);
	transition-duration: 0.3s;
}
.adress-button:hover{
	color: black;
	background-color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
#adress-1{
	background-image: url("../img/adress/sucursal-1.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}
#adress-2{
	background-image: url("../img/adress/sucursal-2.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.quote-container{
}
.quote-right{
	background-color: white;
	padding: 80px 10px 120px 10px;
}
.quote-right h3{
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 60px;
	margin-top: 10px;
	color: #0f1120;
}
.quote-right p{
	font-size: 16px;
	color: #0f1120;
	margin-left: 10px;
	margin-right: 10px;
}
.quote-left{
	background-color: #0f1120;
	padding: 80px 0px 70px 20px;
}
.quote-left h3{
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 60px;
	margin-top: 10px;
	color: white;
}
.quote-left p{
	font-size: 16px;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
}
.trayectoria-container{
	background-color: #0f1120;
	height: 300px;
	margin-top: 2px;
}
.trayectora_left{
	padding-right: 120px;
}
.trayectora_left h3{
	font-size: 24px;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
}
.trayectora_left p{
	font-size: 18px;
	font-weight: 400;
	color: white;
	margin-top: 40px;
	margin-bottom: 50px;
}
.trayectora_right{
	padding-right: 150px;
}
.trayectora-button{
	margin-top: 30px;
	padding: 15px;
	background-color: white;
	color: #0f1120;
	transition-duration: 0.3s;
}
.trayectora-button:hover{
	border: solid 1px white;
	background-color: rgba(0, 0, 0, 0);
	color: white;
}
.clientes-container{
	height: 700px;
	padding-top: 40px;
	padding-left: 80px;
	padding-right: 80px;
}
.clientes-container video{
	background-color: #0f1120;
	padding: 20px;
}
.clientes-container h3{
	ont-size: 24px;
	font-weight: 600;
	color: black;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.clientes-container video{
	background-color: #0f1120;
	padding: 20px;
}
.detalle-container{
	background-color: #E4E4E4;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 2px;
}
.detalle-container-middle{
	background-color: #0f1120;
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 2px;
}
.carousel-left{
}
.carousel-right-middle{
	padding-top: 40px;
	padding-right: 50px;
}
.carousel-right{
	padding-top: 40px;
	padding-left: 50px;
}
.carousel-right-middle p{
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
}
.carousel-right p{
	font-size: 18px;
	color: #0f1120;
	margin-bottom: 20px;
}
.carousel-right-middle h3{
	font-size: 32px;
	font-weight: 600;
	color: white;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.carousel-right h3{
	font-size: 32px;
	font-weight: 600;
	color: #0f1120;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.contacto-container{
	height: 600px;
	margin-top: 80px;
	padding-left: 130px;
	padding-right: 130px;
	margin-bottom: -200px;
	z-index: 10;
	position: relative;
}
.contacto-inner{
	background-color: white;
	padding-top: 80px;
	border: 2px solid #0f1120;
}
.contacto-inner h3{
	font-size: 32px;
	color: black;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.contacto-inner p{
	font-size: 18px;
	color: #0f1120;
	margin-bottom: 10px;
}
.social-img{
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}
.row-contact{
	padding-left: 130px;
	padding-right: 130px;
	margin-top: 20px;
}
.row-button{
	margin-top: 20px;
	padding-left: 120px;
	padding-right: 100px;
	padding-bottom: 20px;
}
.row-button img{
	display: inline;
	margin-right: 16px;
}
.btnContacto{
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #0f1120;
	transition-duration: 0.3s;
	padding: 10px 50px 20px 50px;
	text-transform: uppercase;
	font-size: 16px;
}
.btnContacto:hover{
	color: white;
	background-color: #0f1120;
	text-decoration: none;
	transform: scale(1.1);
}
.captcha-container{
	text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
.contact-footer{
	padding-bottom: 20px;
}
.footer-container{
	height: 700px;
	color: #0f1120;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-image: url('../img/footer/footer-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-copy{
	padding-top: 630px;
}
.form-group input{
	height: 40px;
	margin-bottom: 10px;
	border: solid 1px black;
	border-radius: 0px;
}
.form-group textarea{
	height: 150px;
	margin: 0px;
	border: solid 1px black;
	border-radius: 0px;
}
.whatsapp-container{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	cursor: pointer;
	transition-duration: 0.3s;
}
.whatsapp-container:hover{
	transform: scale(1.1);
}
@keyframes logoIn{
	0%{
		transform: translateY(30px);
		transform: scale(1.1);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
		transform: scale(1.0);
	}
}
@keyframes menuIn{
	0%{
		transform: translateY(10px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes galleryIn{
	0%{
		transform: translateY(-80px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@media (min-width:320px) and (max-width:1024px) {
	.navbar-brand img {
	  height: 100px;
	  margin-left: 100px;
	}
	.logo-header{
		height: 200px;
	}
	.masthead {
	  height: 80vh;
	  background-position: -420px;
	}
	.container-slideshow{
		margin-top: -50px;
		z-index: 1;
		margin-bottom: 40px;
	}
	.carousel-control-next, .carousel-control-prev{
		width: 0%;
	}
	.gallery-photo{
		height: 140px;
		border: 1px solid white;
	}
	.gallery-text{
		height: 140px;
		min-height: 100px;
		line-height: 14px;
		font-size: 14px;
		border: 1px solid white;
	}
	.consulta-container{
		height: 940px;
		padding-top: 60px;
	}
	.consulta-text{
		padding-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.consulta-text h3{
		font-size: 22px;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 20px;
		margin-top: 60px;
	}
	.consulta-text h2{
		font-size: 28px;
		text-transform: uppercase;
		font-weight: 200;
		margin-bottom: 30px;
	}
	.consulta-text p{
		font-size: 14px;
		margin-bottom: 50px;
	}
	.consulta-button{
		border: solid 1px black;
		margin-top: 30px;
		padding: 15px;
		background-color: #0f1120;
		color: white;
		transition-duration: 0.3s;
	}
	.consulta-button:hover{
		border: solid 1px #0f1120;
		background-color: rgba(0, 0, 0, 0);
		color: #0f1120;
	}
	.consulta-photo{
		display: none;
	}
	.adress-photo{
		height: 200px;
		color: white;
		padding-top: 40px;
		padding-left: 50px;
		padding-right: 50px;
		margin-bottom: 3px;
	}
	.quote-right{
		background-color: white;
		padding: 40px 10px 40px 10px;
	}
	.quote-right h3{
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 40px;
		margin-top: 10px;
		color: #0f1120;
	}
	.quote-right p{
		font-size: 14px;
		color: #0f1120;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.quote-left{
		background-color: #0f1120;
		padding: 40px 10px 40px 20px;
	}
	.quote-left h3{
		font-size: 30px;
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 60px;
		margin-top: 10px;
		color: white;
	}
	.quote-left p{
		font-size: 14px;
		color: white;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 20px;
	}


	.adress-photo p{
		text-transform: uppercase;
		font-size: 18px;
		margin-bottom: -5px;
	}
	.adress-photo h2{
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 900;
		margin-bottom: 30px;
	}
	.adress-button{
		border: solid 1px white;
		padding: 15px;
		background-color: rgba(255, 255, 255, 0);
		transition-duration: 0.3s;
	}
	.quote h2{
		font-size: 28px;
		line-height: 50px;
	}
	.quote p{
		margin-top: 60px;
		font-weight: 900;
		font-size: 22px;
	}
	.trayectoria-container{
		background-color: black;
		height: 400px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.trayectora_left{
		padding-right: 0px;
	}
	.trayectora_left h3{
		font-size: 28px;
		font-weight: 600;
		color: white;
		text-transform: uppercase;
	}
	.trayectora_left p{
		font-size: 14px;
		font-weight: 400;
		color: white;
		margin-top: 40px;
	}
	.trayectora_right{
		display: none;
	}
	.clientes-container{
		height: 460px;
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.clientes-container video{
		background-color: #0f1120;
		padding: 10px;
		width: 500px;
	}
	.clientes-container h3{
		ont-size: 20px;
		font-weight: 600;
		color: black;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 40px;
	}
	.client-item{
		background-color: black;
		height: 260px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
	.client-item p{
		color: white;
		font-size: 14px;
	}
	.proyecto-container{
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.proyecto-container h3{
		font-size: 20px;
		font-weight: 600;
		color: black;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 40px;
	}
	.proyecto-container p{
		font-size: 16px;
		font-weight: 400;
		color: black;
	}
	.proyecto-photo{
		height: 80px;
		border: 2px solid white;
		margin-bottom: 2px;
		padding: 0px;
	}
	.contacto-container{
		height: 600px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: -200px;
		z-index: 10;
		position: relative;
	}
	.contacto-inner{
		padding-top: 40px;
	}
	.contacto-inner h3{
		font-size: 18px;
		color: black;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.contacto-inner p{
		font-size: 18px;
		color: black;
		margin-bottom: 10px;
	}
	.social-img{
		display: inline;
		margin-left: 4px;
		margin-right: 4px;
	}
	.row-contact{
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 50px;
	}
	.row-button{
		margin-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 20px;
	}
	.row-button img{
		display: inline;
		margin-right: 8px;
	}
	.btnContacto{
		background-color: rgba(0, 0, 0, 0);
		border: 1px solid grey;
		transition-duration: 0.3s;
		padding: 10px 50px 20px 50px;
		text-transform: uppercase;
		font-size: 16px;
	}
	.btnContacto:hover{
		color: white;
		background-color: rgba(0, 0, 0, 1);
		text-decoration: none;
		transform: scale(1.1);
	}
	.contact-footer{
		padding-bottom: 20px;
	}
	.footer-container{
		font-size: 10px;
	}
	.footer-copy{
		padding-top: 600px;
	}
}



































