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

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

.urbanist-<uniquifier> {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
  font-family: "Urbanist", serif;
  font-size: 13pt;
  color: #000;
  background-color: #fcb71a;
}
section {
	background-color: #fff;
}

h1 {
	
}
h2 {
	font-size: 2em;
	font-weight: 500;
}
h3 {
	font-size: 1.5em;
	font-weight: 600;
}
h4 {
	font-size: 1.6em;
	font-weight: 800;
}
h5 {
	font-size: 1.3em;
	font-weight: 700;
}
hr {
	width: 10%;
	margin-left: auto;
	margin-right: auto;
}
.no-pad {
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.fix-padding-row {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.grey-txt {
	color: #000;
}
.orange-txt {
	color: #fcb71a;
}
.orange-link{
	color: #333;
	text-decoration: none;
}
.orange-link:hover{
	color: #fff;
	text-decoration: underline;
}
.link{
	color: #000;
	text-decoration: none;
}
.link:hover{
	color: #fcb71a;
	text-decoration: underline;
}

.orange-bkg {
	background-color: #fcb71a;
}
.button-1 {
	margin-top: 10px;
	color: #fff;
	font-weight: 800;
	background-color: #fcb71a;
}


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

.navbar-collapse {
    align-items: center;
    width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.navbar {
	font-weight: 400 !important;

}

.navbar {
	height: 140px;
	font-weight: 800;
	
}
.navbar li {
	margin-right: 25px;
}
.icon-menu {
	margin-top: 10px;
}
.logo-nav {
	width: 200px;
	margin-left: 25px;
}

.header {
	position: fixed;
	background-color: #f8f9fa;
	z-index: 1010;
	top: 0px;
}
#top {
	z-index: 1005;
}
.box-1 {
    width: 80%;
    height: 800px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-top: 0px;
    background-image: url(imgs/header.jpg);
    background-size: cover;
    background-position: center bottom;
}

.box-2 {
	color: #fff;
	background-color: rgba(61,60,76,0.85);
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 50%;
	position: absolute;
	margin-top: -600px;
	right: 0px;
}
.img-box2 {
	width: 400px;
}


#vitrum {
    scroll-margin-top: 80px;
	padding-bottom: 100px;
	margin-top: 0px;
}

.durante {
	border-bottom: thick;
	border-left: thick;
	border-top: thick;
	border-right: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	border-color: #eabc44;
	padding-bottom: 30px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 30px;
	margin-top: 70px;
}
.durante2 {
	padding-bottom: 40px;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #3d3c4c;
	color: #fff;
	border-top-left-radius: 40px;
	margin-top: 70px;
}

.realidad {
	background-color: #fff;
	margin-top: -40px;
	display:inline-block;
	padding: 15px;
	float: right;

}
#productos {
	scroll-margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 40px;
}
.carousel {
	
}
.carrusel-ptos {
	margin-top: 60px;
}
.carousel-control-next {
	right: -100px !important;
	color: #000 !important;
	border: none !important;

}
.carousel-control-next-icon {
    background-image: url(imgs/next.png);
}
.carousel-control-prev-icon {
    background-image: url(imgs/next.png);
	transform: rotate(-0.5turn);
}
.carousel-control-prev {
	left: -130px !important;
	color: #000 !important;
	border: none !important;
	background-color: transparent;
}
.carousel-control-next {
	right: -130px !important;
	color: #000 !important;
	border: none !important;
	background-color: transparent;
}

.card {
	flex-direction: row !important;
	border: none !important;
}
.card-img, .card-img-bottom, .card-img-top {
    width: 50% !important;
}
.card-text {
	padding-right: 25px;
	padding-left: 25px;
}

#integrar {
	padding-bottom: 80px;
	padding-top: 90px;
	padding-right: 40px;
	padding-left: 80px;
	background-color: #3d3c4c;
	color: #fff;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	font-weight: 600;
}

.aplicacion {
    scroll-margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(imgs/back-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.img-rounded {
	border-radius: 10%;
}
.img-rounded-2 {
	border-bottom-right-radius: 40px;
}
#servicios {
	scroll-margin-top: 80px;
	padding-top: 80px;
	padding-bottom: 80px;
}


#contacto {
	padding-top: 80px;
	padding-bottom: 80px;
}

#footer {
    background-color: #fcb71a;
	color: #fff;
	font-size: .7em;
	height: 80px;
	padding-top: 28px;
	padding-bottom: 40px;
	border-top-right-radius: 80px;
}




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


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

.aviso {
	margin-top: 140px;
	padding-top: 50px;
	padding-bottom: 50px;
}



@media only screen and (max-width: 1398px) {

}

@media only screen and (max-width: 1200px) {


}

@media only screen and (max-width: 992px) {

}


@media only screen and (max-width: 768px) {


	#footer {
		height: 150px;
	}

	#vitrum {
		scroll-margin-top: 80px;
		background-image: none;
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.logo-nav {
		width: 230px;
	}
	.img-box2 {
		width: 800px;
	}
	.box-1 {
		width: 90%;
		height: 580px;
		margin-top: 0px;
	}
	.box-2 {
		width: 90%;
		margin-top: -400px;
	}
	.durante {
		border-bottom: thick;
		border-left: thick;
		border-top: thick;
		border-right: none;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-style: solid;
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;
		border-color: #eabc44;
		padding-bottom: 30px;
		padding-top: 30px;
		padding-right: 20px;
		padding-left: 30px;
		margin-top: 0px;
	}
	.durante2 {
		padding-bottom: 40px;
		padding-top: 40px;
		padding-right: 40px;
		padding-left: 40px;
		background-color: #3d3c4c;
		color: #fff;
		border-top-left-radius: 40px;
		margin-top: 70px;
	}

	.realidad {
		background-color: #fff;
		margin-top: -40px;
		display:inline-block;
		padding: 15px;
		float: right;

	}

	.carousel-control-next-icon {
		background-image: url(imgs/next.png);
	}
	.carousel-control-prev-icon {
		background-image: url(imgs/next.png);
		transform: rotate(-0.5turn);
	}
	.carousel-control-prev {
		left: -30px !important;
		color: #000 !important;
		border: none !important;
		background-color: transparent;
	}
	.carousel-control-next {
		right: -30px !important;
		color: #000 !important;
		border: none !important;
		background-color: transparent;
	}

	.card {
		flex-direction: column !important;
		border: none !important;
	}
	.card-img, .card-img-bottom, .card-img-top {
		width: 50% !important;
	}
	.card-text {
		padding-right: 5px;
		padding-left: 5px;
	}

}





/*ANIMATIONS*/

		.scroll-watcher {
			height: 10px;
			position: fixed;
			top:125px;
			z-index: 1049;
			background-color: #fcb71a;
			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);
		  }
		
		 } 


