@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

{
	padding: 0;
	margin: 0;
	
}

/* burguer*/
nav{/*antes del @media para esconderlo*/
	position: fixed;
	top: 0;
	bottom: 0;
	left:-300px; /* Escondemos nuestro menú con un valor negativo */ 
	
}
/*fin*/


html {
	scroll-behavior: smooth; /*desplazamiento suave*/
}

.logo img{
	width: 180px;
	height: 90px;
	height: top;
	float: left;
	position: relative;/*traer adelante al logo*/
	z-index: 1000;/*traer adelante al logo*/
	margin-top: auto;
	
}

body{
	/*background-image: url(image/ejecutivos.jpg);
	background-size: 100% 80%;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	*/
	font-family: sans-serif;
	
	}
a{
	color: none;
	text-decoration-line: none; /*quita el subrayado de los hipervinculos*/
}
.menu-icon img{/*menu hamburguesa*/
	width: 30px;
	height: 30px;
	border-radius: 2px;
	margin-top:-150px
	position:fixed;
	display:block;
	

}

.menu-bar{
	background: rgba(0,0,0,0.29);/*color del bar*/
	text-align: center;
	position: relative;
	z-index: 500;/*traer adelante al logo*/
	font-size: 11px;


}
.menu-bar h3{
	margin-left: 15px;
	color: white;
	font-size: 25px;
	display: inline-flex;/*centrar verticalmente el nombre de RZ*/
	font-weight: 55px;
}

.menu-bar ul{
	display: inline-flex;
	list-style: none;
	color: white;
	background: none; /*color de menu*/
	float: auto;

}

.menu-bar ul li{

	width: auto;
	margin: 10px;
	padding: 15px;
	color: rgb(0, 4, 255);


}
.menu-bar ul li a{
	text-decoration: none;
	color: #084B8A;/*color de letras del menu*/
	font-size: 12px;
	
}
.active, .menu-bar ul li:hover{
	background: #A9F5F2;/*color de botones de menu*/
	border-radius: 3px;
	transition: all 0.3s ease-in/*tiempo de seleccion de boton*/
}
.menu-bar .fa{
	margin-right: 15px;
}
.sub-menu-l{
	display: none;
}
.menu-bar ul li:hover .sub-menu-l{
	display: block;
	position: absolute;
	background: #A9F5F2;/*color de submenu1*/
	margin-top: 15px;
	margin-left: -15px;
}
.menu-bar ul li:hover .sub-menu-l ul{
	display: block;
	margin: 10px;
}
.menu-bar ul li:hover .sub-menu-l ul li{
	width: 150px;
	padding: 10px;
	border-bottom: 1px dotted #fff;
	background: transparent;
	border-radius: 0;
	text-align: left;
}
.menu-bar ul li:hover .sub-menu-l ul li:last-child{
	border-bottom: none;
}
.menu-bar ul li:hover .sub-menu-l ul li a:hover{
	color: #179F8A;
}
.fa-angle-right{
	float: right;
}
.sub-menu-2{
	display: none;
}
.hover-me:hover .sub-menu-2{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 140px;
	background: #A9F5F2;/*color de submenu2*/
}


.carousel-caption{
	
    background-color: rgba(0,0,0,0.5);
}




.carousel-inner img{
	background-position: center center; 
	height: 600px;
	width: 100%;
	float: center;
	background

}

.title h3{
	margin: 50px;
}

/*formulario transparente
form{
	width: 500px;
	margin: auto;
	background: rgba(0,0,0,0.4);
	padding: 50px 20px;
	box-sizing: border-box;
	float: center;
	color: white;
	text-align: justify;
}*/

/*estilo de cuerpo de página*/

.carousel-item p {
	font-size: 30px;
	color: #fdfdfd;
	text-shadow: -1px 0 black, 0 1px black,
	  1px 0 black, 0 -1px black

}
.carousel-item h5 {
	font-size: 30px;
	text-shadow: -1px 0 black, 0 1px black,
	  1px 0 black, 0 -1px black/*sombra tipo linea*/

}
.carousel-item h1 {
	font-size: 35px;
	color: #F0FFFF;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black,
	  1px 0 black, 0 -1px black

}
.carousel-item{
	font-family: carousel-item;
	
}

.nos{
	display: flex;
	padding: 0px 15px 5px;
	margin: 50px 0px 10px 50px;
	border-left:5px solid hsl(234deg 95% 31%);
	font-family:'Poppins', sans-serif;
	
	
}



.title-body{ /*mision, vision...*/
	display: inline-flex;
	font-family: 'Poppins' , sans-serif;/*exportado de goople apis*/
	justify-content: space-between;
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
	color: #0e0e0e;
	background-color: #edeef6;
	border: 1px solid #a2a4aa;
	

}
.title1, .title2, .title3{
	padding: 40px;
	/*border: red 2px solid;
	background-color: rgba(0,0,0,0.5);*/

}
.title1 h2, .title2 h2, .title3 h2 {
	font-size: 25px;
	max-width: 100%;

}
.title1 p, .title2 p, .title3 p{
	margin-top: 14px;
	text-align: justify;
	
}
.title1 h2, .title2 h2, .title3 h2{
	border-bottom:2px solid #939598;
	padding-bottom:10px;
	margin-bottom:1px
	}

	.nueser{
		display: flex;
		padding: 0px 15px 5px;
		margin: 50px 0px 10px 50px;
		border-left:5px solid hsl(234deg 95% 31%);
		font-family:'Poppins', sans-serif;
		
		
	}
	

/*flip*/
	.cardBox {
		float: left;
		font-size: 1.2em;
		margin: 1% 0 0 1%;
		perspective: 800px;
		transition: all 0.3s ease 0s;
		width: 23.7%;

	  }
	  .cardBox:hover .card {
		transform: rotateY(180deg);
	  }
	  .card {
		background: #222;
		cursor: default;
		height: 300px;
		transform-style: preserve-3d;
		transition: transform 0.4s ease 0s;
		width: 100%;
		-webkit-animation: giro 1s 1;
		animation: giro 1s 1;}

		.front, .back {
			backface-visibility: hidden;
			box-sizing: border-box;
			color: white;
			display: block;
			font-size: 1.2em;
			height: 100%;
			padding: 1.8em;
			position: absolute;
			text-align: center;
			width: 100%;
			background: #47bb7b;
			border: 1px solid #888a91;
			font-family:'Poppins', sans-serif;
		}	
		.boxesContainer img{
			justify-content:center;
			height:100px;
			width:100px;
			padding:3px;
		}
			.back {
				transform: rotateY( 180deg);
			  }  
			  .boxesContainer h1 {
				background: #333;
				color: #fff;
				text-align: center;
				margin: 0 0 5% 0;
				padding: 0.5em;
				margin: 0 0 5% 0;
			  }
			   
			  .boxesContainer p {
				margin-bottom: 1.8em;
				font-size:18px;
			  }
			   
			  .boxesContainer strong {
				background: #fff;
				border-radius: 100%;
				color: #222;
				font-size: 1.5em;
				line-height: 30px;
				padding: 0 7px 4px 6px;
			  }
			   
			  .boxesContainer a {
				padding: 0.3em 0.5em;
				background: #7b7b80;
				color: #fff;
				text-decoration: none;
				border-radius: 3px;
				font-size: 0.8em;
				transition: all 0.2s ease 0s;
				border: 1px solid #53545a;
			  }
			   
			  .boxesContainer a:hover {
				background: #fff;
				color: #333;
				text-shadow: 0 0 1px #333;
			  }
			  .cardBox:nth-child(1) .card .back {
				background: #1c58c7;
			  }
			   
			  .cardBox:nth-child(2) .card .back {
				background: #db9209;
			  }
			   
			  .cardBox:nth-child(3) .card .back {
				background: #6d9c0e;
			  }
			   
			  .cardBox:nth-child(4) .card .back {
				background: #d43d23;}
			  
			  
			  .cardBox:nth-child(2) .card {
				-webkit-animation: giro 1.5s 1;
				animation: giro 1.5s 1;
			  }
			   
			  .cardBox:nth-child(3) .card {
				-webkit-animation: giro 2s 1;
				animation: giro 2s 1;
			  }
			   
			  .cardBox:nth-child(4) .card {
				-webkit-animation: giro 2.5s 1;
				animation: giro 2.5s 1;
			  }
			  @keyframes giro {
				from {
				  transform: rotateY( 180deg);
				}
				to {
				  transform: rotateY( 0deg);
				}
			  }
			  
			  @-webkit-keyframes giro {
				from {
				  transform: rotateY( 180deg);
				}
				to {
				  transform: rotateY( 0deg);
				}
			  }




/* Servicios*/
.row-featurette{ 
	display: inline-flex;
	font-family: 'Poppins' , sans-serif;/*exportado de goople apis*/
	justify-content: space-between;
	margin-top: 20px;
	margin-left: 80px;
	margin-right: 80px;
	color: #0e0e0e;
	background-color: #edeef6;

}





/*estilo de pie de página*/
.footer{
	width: 100%;
	color: white;
	padding: 40px;
	background-color: hsl(244, 96%, 10%);/*color enmarcado*/
	font-family: source_sans_proregular;

}
.container-footer-all{
	width: 112%;
	max-width: 100%;
	margin: auto;
	padding: 20px;
	background-color: hsl(244, 96%, 10%);/*color de fondo de footer #555C5C*/

}
.container-body{
	display: flex;
	justify-content: space-between;
	color:#d2d2d2;
	padding: 5px 50px;
}
.colum1{
	max-width: 500px;
}
.colum1 h1{
	font-size: 25px;
	font-family: 'Poppins' , sans-serif;

}
.colum1 p{
	font-size: 16px;
	margin-top: 20px;
	font-family: 'Poppins' , sans-serif;
	text-align: justify;
}
.colum2{
	max-width: 300px;
}
.colum2 h1{
	font-size: 25px;
	font-family: 'Poppins' , sans-serif;
}
.row{
	margin-top: 20px;
	display: flex;

}
.row img{
	width: 30px;
	height: 30px;
	border-radius: 5px;
}
.row label{
	margin-top: 10px;
	margin-left: 20px;
	color: #3D3939;
	font-family: 'Poppins' , sans-serif;
}
.colum3{
	max-width: 300px;

}
.colum3 h1{
	font-size: 25px;
	font-family: 'Poppins' , sans-serif;
}
.row2{
	margin-top: 20px;
	display: flex;
}
.row2 img{
	width: 30px;
	height: 30px;
}
.row2 label{
	margin-top: 10px;
	margin-left: 18px;
	max-width: 260px;
	font-family: 'Poppins' , sans-serif;
}
.container-footer{
	width: 50%;
	background-color: #101010;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	font-family: 'Poppins' , sans-serif;
}
.footer{
	max-width: 1200px;
	margin: auto;
	display: flex;
	padding: 3px;
	justify-content: center;

}
.copyright{
	color: #c7c7c7;
}
.copyright a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.information a{
	text-decoration: none;
	color: #c7c7c7;
}
.conatainer-footer{
	/*Nuestros clientes*/
	margin:370px 0px 0px 50px;
	font-family:'Poppins', sans-serif;
}


.conatainer-footer h3{
	display: flex;
	padding: 0px 15px 8px;
	margin: 20px 0px;
	border-left:5px solid hsl(234deg 95% 31%)
}


/*whatsapp flotante*/
.container-boton{
	background-color:#2e6329;
	border:1px solid #fff;
	position:fixed;
	z-index:999;
	border-radius:50%;
	bottom:90px;
	right:10px;
	padding:5px;
	transition:ease 0.3s;
	animation: efecto 1.7s infinite; /*efecto oscilante*/
}
.container-boton:hover{
	transform:scale(1.1);
	transition:0.3s;
}
.boton{
	width:50px;
	transition: ease 1s;
}
@keyframes efecto{
	0%{
		box-shadow:0 0 0 0 rgba(0,0,0,0.85);
	}
	100%{
		box-shadow: 0 0 0 20px rgba(0,0,0,0);
	}
}



/*responsive del footer*/

@media screen and (max-width: 2000px){
	.conatainer-footer img{
		flex-wrap: wrap;

	}
	.menu-icon img{
		font-display: none;
	}
	.row4{
	margin-top: 10px;
	display: inline-flex;

}
.row4 img{
	width: 200px;
	height: 90px;/*alto de img de proveedores*/
	margin-left: 90px;/*espacio a la izq*/

}
.row4 label{
	margin-top: 20px;
	margin-left: 20px;
	max-width: 20px;
}
span {
	/*cabecera D&G*/
	margin-top: 20px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #0313a8;
	font-family: 'Poppins' , sans-serif;
}}

@media screen and (max-width: 1100px){
	.container-body{
		flex-wrap: wrap;
	}
	.colum1{
		max-width: 100%;
	}
	.colum2,
	.colum3{
		margin-top: 40px;
	}

.carousel-item h1{
	padding: 70px;
	text-align: center;
}
.conatainer-footer img{
	height: 10%;
	width: 20%;
	margin: 10px;
	padding: auto;
	
	position: relative;
	max-width: 70%;
	
}
}


@media screen and (max-width: 1080px){

.container-footer-all{/*pie de página*/
	
	max-width: 1000px;
		
}

}

@media screen and (max-width: 720px){

	.container-footer-all{/*pie de página*/
	
	max-width: 660px;
		
}
	.row4 img{
	width: 200px;
	height: 60px;/*alto de img de proveedores*/
	margin-left: -20px;/*espacio a la izq*/

}
.title-body{ /*mision, vision...alineación de bloques*/
	display: inline-table;
	margin-left: -10px;
	font-size: 100%;
	width: 100%;
	
}
.title1 , .title2 , .title3{/*mision, vision...alineacion de textos*/
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 30px;
}
.carousel-inner img{/*imagen de carousel*/
	background-position: center center; 
	height: 500px;
}
	.carousel-item h5 , .carousel-item h1 , .carousel-item p{
	font-size: 100%;
}
.colum1 h1{/*info. compañia*/
	font-size: 25px;
	
}
.colum1 p{
	font-size: 16px;
	
}	
.conatainer-footer h3{
	margin-left: -20px;
}


/*giratorio*/
.cardBox {
    margin-left: 2.8%;
    margin-top: 3%;
    width: 46%;
  }

  .card {
    height: 285px;
  }

  .cardBox:last-child {
    margin-bottom: 3%;
  }

}
}

@media screen and (max-width: 500px){/*resolución para celulares*/
	.conatainer-footer img{
		flex-wrap: wrap;
		max-width: 100%;/*ancho de logos*/
	}
	.row4{
	margin-top: 5px;
	display: inline-flex;

}

.row4 img{
	width: 117px;
	height: 50px;/*alto de img de proveedores*/
	margin-left: 0px;/*espacio a la izq*/

}
.row4 label{
	margin-top: 20px;
	margin-left: 20px;
	max-width: 120px;
}

.span {
	/*cabecera D&G*/
	margin-top: 30px;
	float: left;
	font-size: 17px;
	font-weight: bold;
	color: #09147d;
	font-family: 'Poppins' , sans-serif;
}
.colum1 h1{/*info. compañia*/
	font-size: 25px;
	font-family: 'Poppins' , sans-serif;
}
.colum1 p{
	font-size: 16px;
	color: #d2d2d2;
	margin-top: 20px;
	font-family: 'Poppins' , sans-serif;
}
.container-footer-all{/*pie de página*/
	
	font-size: 16px;
	padding-left: 2px;
}
.carousel-item h1{
	padding: 40px;
	text-align: center;
}
.carousel-inner img{/*imagen de carousel*/
	background-position: center center; 
	height: 400px;
}


.title-body{ /*mision, vision...alineación de bloques*/
	display: inline-block;
	margin-left: 0px;
	font-size: 80%;
	width: 100%;
	
}
.title1 , .title2 , .title3{/*mision, vision...alineacion de textos*/
	padding: 15px 30px 0px;
}
.conatainer-footer{
	/*Nuestros clientes*/
	margin-top: 40px;
	margin-left: 40px;
	
}

.menu-icon img{/*menu hamburguesa*/
	width: 40px;
	height: 40px;
	border-radius: 2px;
	margin-left: -20px;
	margin-top: 45px;
	cursor: pointer;

}
.menu-bar{
	display: none;
}
.title1 h2 , .title2 h2 , .title3 h2{/*títulos dg,mision,vision*/
	font-size: 200%;
	
}
.title1 a , .title2 a , .title3 a{/*ver*/
	font-size: 70%;	
}
}
@media screen and (max-width: 380px){
	
	.menu-bar{
		display: none;
	}
	.row-logo span{
		font-size:15px;
		margin-top:55px;
		margin-left:-90px;
		margin-right:-35px;
		margin-bottom:5px;
		
	}
	.logo img{
		margin-top:-5px;
		width:100px;
		height:80px;
	}
		.title-body{
			font-size:70%;
			padding:0px 25px 0px 0px;
			margin:0px 0px 0px 10px;
			width:95%;
			
		}
		.title1 h2, .title2 h2,.title3 h2{
			font-size:110%;
		}
		.title1, .title2,.title3{
			padding:15px 0px 0px 20px;
		}
		.nos,.nueser{
			margin: 15px 0px 7px 11px;
		}
		.nueser h3,.nos h3{
			font-size:110%;
		}
		.carousel-caption{
			height:40%;
		}
		.carousel-caption h1,.carousel-caption h5{
			font-size:70%;
			padding: 0px 0px 0px 10px;
			
		}
		.carousel-item p{
		font-size: 0%;
	}
	.carousel-inner img{/*imagen de carousel*/
		height: 300px;
	}
		span {
		/*cabecera D&G*/
		margin-top: -15px;
		margin-left:20px;
	}
		.conatainer-footer{
		/*Nuestros clientes*/
		margin-top: 20px;
	}
		.container-footer-all{/*pie de página*/
		padding: 30px 0px 0px 15px;
		font-size: 13px;
		width: 100%;
	}
	.colum1 h1{/*info. compañia*/
		font-size: 15px;
	}
	.colum1 p{/*en dg*/
		font-size: 13px;
		margin-top: 20px;
	}
		.conatainer-footer h3{
		margin-left: -8px;
			font-size:20px;
	}
		.colum2 h1{/*redes sociales*/
			font-size:15px;
			margin-left:-15px;
		}
		.colum2 {
			margin-left:13px;
		}
		.colum3 h1{
			font-size:15px;
		}
		.conatainer-footer img{
			margin: 0px -50px 0px 0px;
		}
		
/*giratorio*/
.cardBox {
	font-size: 1.2em;
}
  .card {
	background: #222;
	cursor: default;
	  height:200px;
  }

	.front, .back {
		font-size: 0.2em;
		height:200px;
	}	
	.boxesContainer img{
		height:80px;
		width:80px;	
	}    
		  .boxesContainer p {	
			font-size:13px;
		  }
		  .boxesContainer a {
			font-size: 0px;
		  }
	.cardBox h4{
		font-size:17px;}
	
		.back{
			padding-top:40px;
		}
		


	#menu_on{
		display: inline-block;
		width: 39px;
		height: 25px;
		position: relative;
		z-index: 2;
		margin-top: 40px;
	}
	 
	#menu_on span{
		width: 100%;
		height: 2px;
		border-radius: 4px;
		display: none;
		position: absolute;
		background: #150707;
		transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
		transform-origin : 0px 100%;
		margin-top:auto;
	}
	 
	#menu_on span:nth-child(2){
		top: calc(50% - 2px);
	}
	 
	#menu_on span:nth-child(3){
	bottom: 0;
	}
	/*...*/
	nav{
		position: fixed;
		top: 0;
		bottom: 0;
		left:-500px; /* Escondemos nuestro menú con un valor negativo */ 
		width: 450px;/*ancho de cuadro*/
		z-index: 1;
		padding: 90px 30px 30px;
		background: rgb(6 184 185 /90%);
		opacity: 0;
		transition: all 0.75s ease;
		font-size: 1.5em;
		overflow-y: auto;
	}
	/***/
	nav a{
		display:block;
		text-decoration: none;
		padding: 20px;
		color: rgba(255,255,255,0.75);
		border-bottom: 1px solid rgba(255,255,255,0.2);
		transition: all ease 0.25s;
	}
	 
	nav a:hover{
		color: rgba(255,255,255,1);
		border-bottom-color:rgba(255,255,255,0.4);
	}
	
	/****/
	
	.visible_menu span:nth-child(1){
		transform: rotate(45deg) translate(-2px,1px); 
	}
	 
	.visible_menu span:nth-child(2){
		opacity: 0;
	}
	 
	.visible_menu span:nth-child(3){
		transform: rotate(-45deg) translate(-3px,3px); 
	}
	/*****/
	
	
	.visible_menu nav{
		left: 0;
		opacity: 1;
	}
	/*****/
	
	#menu_on span{display:block;margin-left: 110px;}
}