@charset "UTF-8";
/* CSS Document */

.nunito-sans-<uniquifier> {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 12pt;
  color: #000;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    background-color: #000;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
	
}
h2 {
	font-size: 2em;
	font-weight: 800;
}
h3 {
	font-size: 1.9em;
	font-weight: 800;
}
h4 {
	font-size: 1.6em;
	font-weight: 800;
}
h5 {
	font-size: 1.3em;
	font-weight: 800;
}
hr {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
}
.title {
	font-family: "Roboto Condensed", sans-serif;
	color: #fff;
	font-size: 1.8em;
	letter-spacing: .5px;
	font-weight: 600;
	line-height: 1em;
}
.justify {
	text-align: justify;
}

.separator {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 5px;
	background-color: #fff;
}
.separator-2 {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 5px;
	background-color: #000;
}
.separator-4 {
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 2px;
	background-color: #000;
}
.separator-3 {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 5px;
	background-color: #FFA400;
}
.section-inside {
	margin-top: 100px;
	padding-top: 80px;
	padding-bottom: 30px;
}
.fix-padding-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.grey-txt {
	color: #444444;
}
.orange-txt {
	color: #FFA400;
}
.orange-link{
	color: #FFA400;
	text-decoration: none;
}
.orange-link:hover{
	color: #FFA400;
	text-decoration: underline;
}
.orange-bkg {
	background-color: #FFA400;
}
.button-1 {
	margin-top: 10px;
	color: #fff;
	font-weight: 800;
	background-color: #FFA400;
}


.whatsapp {
	position: fixed;
	bottom: 65px;
	right: 30px;
	cursor: pointer;
	z-index: 20000;
}



.navbar {
	height: 80px;
	font-weight: 800;
	color: #fff;
}
.navbar li {
	margin-right: 25px;
}
.bg-dark {
    background-color: #000 !important;
}
.icon-menu {
	margin-top: 10px;
}

header {
	background-color: #000;
	position: fixed;
	z-index: 1010;
	top: 0;
}

#slider {
    background-image: url(imgs/header-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-position: center bottom;
	height: 550px;
}
.barra {
	margin-top: 230px;
}
#slider-text-1 {
	position: relative;
	margin-top: -150px;
}
.bigger {
	font-size: 1.7em;
}
#experiencia {
	margin-top: 20px;
}

#steelo {
	scroll-margin-top: 80px;
}
#proyectos {
	scroll-margin-top: 80px;
}
#sistemas {
	scroll-margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
}
.tit-sistema {

	margin-top: 55px;
}
#hacemos {
    background-image: url(imgs/header-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center center;
	color: #fff;
	scroll-margin-top: 80px;
}
.servicio {
	padding-bottom: 25px;
}
.servicio:hover {
	color: #000;
	background-color: #FFA400;
	border-radius: 15px;
	padding-bottom: 25px;
}
.servicio-img {
	border-radius: 15px;
	background-color: #fff;
	padding: 8px;
}
.servicio-img:hover {
	background-color: #FFA400;
}

.grey {
	background-color: rgba(215,215,215,1.00);
}


.proyecto-tit {
	background-color: #FFA400;
	color: #fff;
	padding: 15px;
	text-align: start;
	font-weight: 800;
	margin-bottom: 20px;
}
.proyecto-desc {
	color: #000;
	padding: 12px;
	text-align: start;
	margin-bottom: 20px;
	font-size: .9em;
}
.proyecto-img {
	border-radius: 10px;
}


#contacto {
    background-image: url(imgs/header-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center center;
	color: #fff;
}

#footer {
    background-color: rgba(35,35,35,1.00);
	color: #fff;
	font-size: .7em;
	height: 80px;
	padding-top: 28px;
	padding-bottom: 40px;
}




.grey-back {
	background-color: #DBD7D5;
	padding-top: 65px;
	padding-bottom: 85px;
}



.green-button {
	background-color: #BFD04B;
	padding: 15px;
	color: #fff;
	display: inline-block;
}

#virtual-tour {
	width: 1000px;
	height: 562px;
}




@media only screen and (max-width: 1398px) {
	.barra {
		margin-top: 270px;
	}
	#experiencia {
		font-size: 1.2em;
	}
}

@media only screen and (max-width: 1200px) {
	.barra {
		margin-top: 
			310px;
	}
	#slider-text-1 {
		margin-top: -110px;
	}
	#experiencia {
		display: none;
	}
}

@media only screen and (max-width: 992px) {
	.barra {
		margin-top: 350px;
	}
	#slider-text-1 {
		color: #fff;
		margin-top: -300px;
		text-shadow: 3px 3px 5px rgba(1,1,1,1);
	}
	#experiencia {
		display: none;
	}
}


@media only screen and (max-width: 768px) {
	.section-inside {
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 20px;
	}
	footer {
		text-align: center !important;
	}
	#footer {
		height: 100px;
	}
	.barra {
		margin-top: 480px;
	}
	#slider-text-1 {
		color: #fff;
		margin-top: -330px;
		text-shadow: 3px 3px 5px rgba(1,1,1,1);
	}

}





/*ANIMATIONS*/

		.scroll-watcher {
			height: 10px;
			position: fixed;
			top:85px;
			z-index: 1049;
			background-color: #FFA400;
			width: 100%;
			scale: 0 1;
			animation: scroll-watcher linear;
			animation-timeline: scroll();
		}

		@keyframes scroll-watcher {
			to { scale: 1 1;}
		}

		section img {
			scale: .6; opacity: 0;
			animation: fade-in linear forwards;
			animation-timeline: view();
			animation-range: entry 50px;
		}

		@keyframes fade-in {
			to { scale: 1; opacity: 1;}
		}

		section p {
			opacity: 0;
			animation: fade-in-txt linear forwards;
			animation-timeline: view();
			animation-range-start: 200px;
			animation-range-end: 700px;
		}

		@keyframes fade-in-txt {
			to { opacity: 1;}
		}


		.whatsapp:hover {
		  -webkit-animation-name: pulse;
		  animation-name: pulse;
		  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
		  -webkit-animation-fill-mode: both;
		  animation-fill-mode: both;
		  }
		  @-webkit-keyframes pulse {
		  0% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  50% {
		  -webkit-transform: scale3d(1.2, 1.2, 1.2);
		  transform: scale3d(1.2, 1.2, 1.2);
		  }
		  100% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  }
		  @keyframes pulse {
		  0% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		  50% {
		  -webkit-transform: scale3d(1.2, 1.2, 1.2);
		  transform: scale3d(1.2, 1.2, 1.2);
		  }
		  100% {
		  -webkit-transform: scale3d(1, 1, 1);
		  transform: scale3d(1, 1, 1);
		  }
		
		 } 


