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

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700;900&display=swap');

.SoloPc
{
	display: flex;
}

.SoloMovil
{
	display: none;
}


.galeria_nosotros
{
	height: 300px; 
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menumovil
{
	position: fixed; 
	z-index: 1000; 
	width: 100%; 
	height: 100%;
	left: -150%;
	backdrop-filter: saturate(200%) blur(30px); 
	background-color: hsla(0,0%,100%,0.6)!important; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: column; 
	gap:20px;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.menumovil.toggle
{
	left: 0;
}

.imagenx2
{
	width: calc(50% - 10px);
	align-self: stretch;
	border-radius: 10px;
}

.lista_maquinaria
{
	padding-right: 20px; 
	background-color: #ededed; 
	border-radius: 30px; 
	display: flex; 
	gap:15px; 
	align-items: center;
}

.numero_lista_maquinaria
{
	width: 70px;
	min-width: 70px;
	height: 70px; 
	border: 2px solid #325cfd; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 50px; 
	font-weight: 900; 
	font-size: 30px;
}


.boton_categoria
{
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	color: #fff;
	border:2px dashed #fff;
	font-weight: 900;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.boton_categoria:hover
{
	background-color: #000;
	border:2px dashed #000;
	cursor: pointer;
}


.boton_categoria_seleccionado
{
	background-color: #000;
	border:2px solid #000 !important;
	cursor: pointer;
	color: #fff !important;
}



.boton_categoria_gris
{
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 30px;
	color: #393939;
	border:2px dashed #393939;
	font-weight: 900;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.boton_categoria_gris:hover
{
	background-color: #000;
	border:2px solid #000;
	cursor: pointer;
	color: #fff !important;
}




.boton_flecha
{
	color: #000; 
	background-color: #fff; 
	border-radius: 30px; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	gap:10px; 
	padding: 10px; 
	padding-left: 25px; 
	padding-right: 25px; 
	text-decoration: none;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.boton_flecha span
{
	width: 30px; 
	height: 30px; 
	background-color: #325cfd; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 50%;
}

.boton_flecha:hover
{
	background-color: #262626;
	color: #fff;
}


#engrane_izquierdo
{
	position: absolute; 
	left: 0px; 
	top: 40%;
}

#engrane_derecho
{
	position: absolute; 
	right: 0px; 
	bottom: 0px;
}

#somosunamepresatitulo
{
	margin-top: 300px;
}

.lista_azul
{
	font-weight: 600; 
	font-size: 18px; 
	line-height: 20px;
}

.lista_azul ul 
{
	padding: 0;
	margin-left: 10px;
}

.lista_azul ul li
{
	color: #325cfd;
	margin-top: 15px;
}

.lista_azul ul li span
{
	color: #000;
}


.lista_blanca
{
	font-weight: 600; 
	font-size: 18px; 
	line-height: 20px;
}

.lista_blanca ul 
{
	padding: 0;
	margin-left: 10px;
}

.lista_blanca ul li
{
	color: #fff;
	margin-top: 15px;
}

.lista_blanca ul li span
{
	color: #fff;
}

.texto_banner_principal_1
{
	color: #fff; 
	font-size: 20px; 
	font-weight: 600; 
	letter-spacing: 2px;
}

.texto_banner_principal_2
{
	color: #fff; 
	font-size: 80px; 
	font-weight: 700; 
	letter-spacing: 2px; 
	margin-top: -10px;
}

.texto_banner_principal_3
{
	color: #325cfd; 
	font-size: 88px; 
	font-weight: 700; 
	letter-spacing: 2px; 
	margin-top: -20px;
}

.boton_azul
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #325cfd;
	color: #fff;
	width: auto;
	border-radius: 30px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}


.boton_azul:hover
{
	background-color:#252525;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}




.boton_negro
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #202020;
	color: #fff;
	width: auto;
	border-radius: 50px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}


.boton_negro:hover
{
	background-color:#000000;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}


#menu
{
	height: 60px; 
	display: flex; 
	justify-content: center
}

#trescuadros
{
	margin: 0 auto; 
	max-width: 1250px; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	position: absolute; 
	top: -150px; 
	box-sizing: border-box;
}

#direccion_top
{
	display: flex; 
	align-items: center; 
	gap:15px; 
	padding-left: 60px; 
	border-left: 1px solid #e5e5e5;
}

#correo_top
{
	display: flex; 
	align-items: center; 
	gap:15px; 
	padding-left: 60px; 
	padding-right: 60px; 
	border-left: 1px solid #e5e5e5;
}


.sombra
{
	box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 23px 4px rgba(0,0,0,0.1);
}


.boton_menu
{
	font-weight: 700;
	color:#000;
	padding:10px;
	padding-left:15px;
	padding-right: 20px;
	text-decoration: none;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
.boton_menu:hover
{
	color:#325cfd;
}


		
body
{
	margin: 0px;
	font-family: 'Roboto', sans-serif;
}

.boton
{
	width: 500px; 
	height: 100px; 
	background-color:#FF0004;
}


#datostop
{
	display: flex;
}

#boton_menu_movil
{
	display: none;
}

.MargenMovil
{
	margin: 0px;
}


.contenedor1
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor3
{
	float:left;
	width:33.3333%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor4
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor5
{
	float:left;
	width:20%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor75
{
	float:left;
	width:75%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor30
{
	float:left;
	width:30%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor40
{
	float:left;
	width:40%;
	height:auto;
	box-sizing:border-box;
}




input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="time"]
{
  border: none;
  width: 100%;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  font-size: 14px;
  color: #000000;
  padding: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  border: 1px solid #d2d6da;
  box-sizing: border-box;
}



input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
input[type="search"]:focus-visible,
input[type="password"]:focus-visible,
input[type="number"]:focus-visible,
input[type="date"]:focus-visible,
input[type="time"]:focus-visible
{
  outline: 2px solid #8dc8e0;
  border: 1px solid #8dc8e0;
}


input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="date"]:hover,
input[type="time"]:hover
{
  border: 1px solid #8dc8e0;
}





.Alertas
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1500;
	display:none;
	justify-content:center;
	align-items:center;
}
.Alertas.toggle
{
	display:flex;
}

.AlertasContenedor
{
	width:65%;
	max-width:480px;
	background-color:#FFFFFF;
	padding:40px;
	text-align:center;
    border-radius: 25px;
}



@media only screen and (max-width:1300px)
{	
	.MargenMovil
	{
		padding-left: 20px;
		padding-right: 20px;
	}
}




@media only screen and (max-width:1024px)
{	
	
	#direccion_top
	{
		display:none;
	}
	
	#correo_top
	{
		display: flex; 
		padding-right: 0px;
	}
	
	.lista_azul
	{ 
		font-size: 16px;
	}
	
	.lista_blanca
	{
		font-size: 16px;
	}
}


@media only screen and (max-width:780px)
{
		#trescuadros
	{
		flex-direction: column;
	}
	
		#menu
	{
		display: none;
	}
	
	.texto_banner_principal_1
	{
		font-size: 16px;
	}
	
	.texto_banner_principal_2
	{
		font-size: 44px;
		margin-top: -5px;
	}
	
	.texto_banner_principal_3
	{ 
		font-size: 48px;
		margin-top: -10px;
	}
	
	#datostop
	{
		display: none;
	}
	
	#boton_menu_movil
	{
		display: block;
	}
	
	.contenedor2
	{
		width:100%;
	}



	.contenedor3
	{
		width:100%;
	}

	.contenedor4
	{
		width:100%;
	}


	.contenedor5
	{
		width:100%;
	}


	.contenedor75
	{
		width:100%;
	}


	.contenedor30
	{
		width:100%;
	}


	.contenedor40
	{
		width:100%;
	}
	
	.SoloPc
	{
		display: none;
	}

	.SoloMovil
	{
		display: flex;
	}
	
	#somosunamepresatitulo
	{
		margin-top: 780px;
	}
	
	#engrane_izquierdo
	{
		position: absolute; 
		left: 0px; 
		top: 55%;
	}
	
	#engrane_derecho
	{
		position: absolute; 
		right: 0px; 
		bottom: 0px;
	}
	
	.FlexColumMovil
	{
		flex-direction: column;
	}
	
	.imagenx2
	{
		height:150px;
	}
	
	.grid1
	{
		grid-column-start: 1!important; 
		grid-column-end: 5!important;
	}
	
	.galeria_nosotros
	{
		height: 150px; 
		border-radius: 30px;
	}

}

