@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	width: 100%;
	height: auto;
	min-height: 100vh;	
	font-family: 'Poppins', sans-serif;
	background-color: #FFFFFF;
	font-size: 20px;
}
.main_container{
	width: 100%;
	height: 100%;	
}
.navbar{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.navbar[data-scroll="out"] {
        background-color: #C30000;
}
.logo_container{
	width: 350px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_container img{
	width: 100%;
	height: auto;
}
.menu{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;	
}
.menu li {
	list-style-type: none;
}
.menu li a{
	text-decoration: none;
	color: #FFFFFF;
}
.responsive_navbar{
	width: auto;
	height: auto;	
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 10px;
	left: 10px;
	display: none;
	z-index: 200;
}
.responsive_navbar_icon_container{
	width: 65px;
	height: 65px;	
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.responsive_navbar_icon_container i{
	font-size: 40px;
	/*color: #E2E2E2;*/
	color: #000000;
}
.responsive_menu{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #333333;
	background: -webkit-linear-gradient(to right, #dd1818, #460000);
	background: linear-gradient(to right, #dd1818, #460000);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	gap: 20px;
	z-index: 100;	
}
#bars_menu{
	transition: 1s;		
}
#close_menu{
	opacity: 0;
	margin-left: 200px;
	transition: 1s;	
}
.responsive_menu li{
	list-style-type: none;
}
.responsive_menu li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 30px;
	cursor: pointer;
}
.banner{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
}
.typed_animated{
	position: absolute;
	top: 30%;
	left: 20%;
}
.typed{
	color: #DB0000;
}
.typed_animated h1{
	color: #FFFFFF;
	font-size: 40px;
}
.productos{
	width: 100%;
	height: auto;	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}
.title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;	
	margin-bottom: 30px;
}
.title h2{
	letter-spacing: 2px;
}
.title::after, .title::before{
	content: "";
	width: 100px;
	height: 3px;
	background-color: #009C13;
}
.title::after{
	margin-left: 20px;
	background-color: #FF0000;
}
.title::before{
	margin-right: 20px;
	background-color: #009C13;		
}
.productos{
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.banner_productos{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;	
}
.banner_productos_inner{
	width: 50%;
	min-width: 450px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.banner_productos_image_container{
	width: 450px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_productos_image_container img{
	width: 100%;
	height: auto;
}
.aditec{
	width: 100%;
	height: auto;
	min-height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px;
}
.aditec p{
	text-align: justify;
}
.agentes_title{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aditivos{
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	background-color: #F5F5F5;
	padding: 20px;
}
.aditivo{
	width: 350px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 6px 6px 17px -8px rgba(0,0,0,0.75);
	-webkit-box-shadow: 6px 6px 17px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 17px -8px rgba(0,0,0,0.75);
	border-radius: 20px;
	background-color: #FFFFFF;	
}
.aditivo_image{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aditivo_image_container{
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aditivo_image_container img{
	width: 100%;
	height: auto;
}
.aditivo_text{
	width: 100%;
	height: 50%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	gap: 3px;
	padding: 10px;
}
.aditivo_text p{
	font-size: 13px;
	text-align: justify;
}
.nosotros{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 100px;	
}
.timeliner_container{
	width: 90%;
	height: auto;
	position: relative;	
}
.timeliner{
	width: 50%;	
	padding-right: 60px;	
	float: left;
	position: relative;
}
.timeliner_title{
	display: block;
	background-color: #00950B;
	border-radius: 0px 25px 25px 0px;	
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}
.timeliner_icon{
	width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #00205B;
    position: absolute;
    top: 2.5%;
    right: -17.5px
}
.timeliner_text{	
	padding: 30px 20px;
	margin: 0 45px 0 35px;
	font-size: 15px;
	text-align: justify;
	background-color: #F2F2F2;	
}
.timeliner_title::before{
	content: "";
    border-top: 35px solid #40AD48;
    border-left: 35px solid transparent;
    position: absolute;
    bottom: -35px;
    left: 0;
}
.timeliner:nth-child(2) .timeliner_title, .timeliner:nth-child(4) .timeliner_title{
	background-color: #FF0000;
	border-radius: 25px 0 0 25px;
}
.timeliner:nth-child(2) .timeliner_title::before, .timeliner:nth-child(4) .timeliner_title::before{
	border-top: 35px solid #DA4646;
	left: auto;
	right: 0;
	border-left: none;
	border-right: 35px solid transparent;
}
.timeliner:nth-child(2) .timeliner_text, .timeliner:nth-child(4) .timeliner_text{
	margin: 0 35px 0 45px;
}
.timeliner:nth-child(2), .timeliner:nth-child(4){
	float: right;
	margin-top: 170px;
	padding-left: 30px;
	padding-right: none;	
}
.timeliner:nth-child(2) .timeliner_icon, .timeliner:nth-child(4) .timeliner_icon{
	right: auto;
	left: -13.5px;
}
.timeliner:nth-child(3){
	margin: 0 0 0;
}
.timeliner:nth-child(4){
	margin-top: 0px;
}
.contacto{
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.contacto_container{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.card_container{
	width: 350px;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.card{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	background: #000000;
	background: -webkit-linear-gradient(to right, #0f9b0f, #004400);
	background: linear-gradient(to right, #0f9b0f, #004400);
	border-radius: 50px 15px 15px 15px;
	box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.75);
	gap: 10px;
}
.icon_container{
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: solid 3px #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon_container i{
	font-size: 50px;
	color: #FFFFFF;
}
.card p{
	font-size: 17px;
	color: #FFFFFF;
}
.facturacion{
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px 0px 20px;;
}
.parallax_container{
	width: 100%;
	height: 400px;
	display: flex;
    align-items: center;
    background-image: url(../images/parallax.png);    
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.logo_container_parallax{
	width: 250px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50px;
	right: 300px;
}
.logo_container_parallax img{
	width: 100%;
	height: auto;
}
.parallax_text{
	width: 300px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 150px;
	right: 300px;
}
.parallax_text p{
	font-size: 20px;
	color: #FFFFFF;
}
.parallax_store_container{
	width: 520px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: absolute;
	top: 200px;
	right: 150px;
}
.appstore_container{
	width: 250px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;	
}
.appstore_container img{
	width: 100%;
	height: auto;
}
.playstore_container{
	width: 250px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.playstore_container img{
	width: 100%;
	height: auto;
}
.facturacion_web{
	width: 250px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 320px;
	right: 300px;
}
.facturacion_web a{
	text-decoration: none;
	padding: 8px 15px;
	background-color: #05009A;
	color: #FFFFFF;
	border-radius: 8px;
	transition: .5s;
	cursor: pointer;	
}
.facturacion_web a:hover{	
	background-color: #544FFF;	
}
.footer{
	width: 100%;
	height: 100px;
	margin-top: 50px;			
}
.footer_container{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.whatsapp{
	width: 80px;
	height: 80px;
	background-color: #25D366;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 150;
}
.icon_container_whats{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	border: solid 3px #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: #FFFFFF; 
}
.factu_banner{
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background-color: #FF0000;
	position: fixed;
	top: 50%;
	left: 0px;
	padding: 10px;
	transition: .5s;
	cursor: pointer;
	user-select: none;
}
.factu_banner p{
	font-size: 15px;
	color: #FFFFFF;
}
.banner_container{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: solid 2px #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner_container i{
	font-size: 18px;
	color: #FFFFFF;
}
.factu_banner:hover{
	padding-left: 20px;
	border-radius: 0 8px 8px 0px;
}
.wave_container{
	position: absolute;			
}
#wave1{
	animation: move_right1 linear infinite 7s;	
}
#wave2{
	animation: move_right2 linear infinite 5s;		
}
#wave3{
	animation: move_right3 linear infinite 3s;		
}
#wave4{
	animation: move_right4 linear infinite 7s;		
}
@keyframes move_right1{
	0%{
		margin-left: -2%;
	}
	50%{
		margin-left: -8%;
	}
	100%{
		margin-left: -2%;
	}
}
@keyframes move_right2{
	0%{
		margin-left: -5%;
	}
	50%{
		margin-left: -11%;
	}
	100%{
		margin-left: -5%;
	}
}
@keyframes move_right3{
	0%{
		margin-left: -8%;
	}
	50%{
		margin-left: -14%;
	}
	100%{
		margin-left: -8%;
	}
}
@keyframes move_right4{
	0%{
		margin-left: -12%;
	}
	50%{
		margin-left: -17%;
	}
	100%{
		margin-left: -12%;
	}
}


@media screen and (max-width: 1200px){
	
}
@media screen and (max-width: 1000px){
	
}
@media screen and (max-width: 800px){
	.navbar{
		display: none;
	}
	.responsive_navbar{
		display: flex;
	}
	.timeliner{
		width: 100%;
		float: none;
		padding: 0 0 0 30px;	
		display: flex;
		flex-direction: column;		
	}
	.timeliner:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (max-width: 600px){
	.typed_animated h1{		
		font-size: 20px;
	}	
	.title h2{
		font-size: 25px;
		letter-spacing: normal;
	}
	.title::after, .title::before{	
		width: 50px;	
	}
}
@media screen and (max-width: 500px){
	.title h2{
		font-size: 20px;		
	}
	.banner_productos_image_container{
		width: 300px;
	}
	.parallax_container{
		background-image: url("../images/parallax_res.png");
	}
	.logo_container_parallax{
		left: calc(50% - 155px);
	}
	.parallax_text{
		left: calc(50% - 150px);
	}
	.parallax_store_container{
		width: 310px;
		left: calc(50% - 155px);
		gap: 10px;
	}
	.appstore_container{
		width: 150px;
		height: auto;
	}
	.playstore_container{
		width: 150px;
		height: auto;
	}
	.facturacion_web{
		left: calc(50% - 125px);
	}
	.aditec p{
		font-size: 15px;
	}
	.agentes_title h4{
		text-align: center;
	}
}