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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;700;900&display=swap');

.tabla_resultados
{
	 min-width: 800px;
}

.Ocultar
{
	display: none;
}


input[type="radio"]
{
    -webkit-appearance: none;
    border: 1px solid #484848;
    position: relative;
	outline:0px;
	width:30px;
	height:30px;
	background-color:#fff;
	border-radius: 20px;
}

input[type="radio"]:hover
{
    border: 1px solid #c00000;
	cursor:pointer;
}
 
input[type="radio"]:checked
{
    border: 1px solid #dc0000;
    background-color: #dc0000;
	background-image:url(../images/palomita.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 70%;
}

.notificacion
{
	width: 300px; 
	height: auto; 
	background-color: #ffffff; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 30px; 
	position: fixed; 
	right: 15px; 
	bottom: -500px; 
	z-index: 1000; 
	padding: 30px; 
	box-sizing: border-box; 
	font-size: 14px; 
	border-top: 3px solid #aa0707; 
	border-bottom: 3px solid #aa0707; 
	flex-direction: column;
	
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}

.notificacion.toggle
{
	bottom: 50px;
	
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}


.cargandoprincipal
{
	background: rgba(255,255,255,0.9);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.SoloPc
{
	display: flex;
}

.SoloPcTd
{
	display: table-cell;
}

.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: rgba(0,0,0,0.7)!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: 30px; 
	font-weight: 600; 
	letter-spacing: 20px;
	font-style: italic;
	text-align: center;
}

.texto_banner_principal_2
{
	color: #fff; 
	font-size: 80px; 
	font-weight: 900; 
	letter-spacing: 5px; 
	margin-top: -10px;
	display: flex;
	justify-content: center;
}

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

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


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



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


.boton_gris:hover
{
	background-color:#000000;
	
	-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: 90px; 
	display: flex; 
	justify-content: center;
	background-color: #202020;
}

#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:#FFF;
	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
{   
    -webkit-transform: translateY(-0.30em);
    transform: translateY(-0.30em);
	color: #aa0707;
	cursor: pointer;
      
    -webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}


		
body
{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.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 #cccccc;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}



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 #cccccc;
  border: 1px solid #cccccc;
}


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 #cccccc;
}



input[type="checkbox"]
{
    -webkit-appearance: none;
    border: 1px solid #484848;
    position: relative;
	outline:0px;
	width:30px;
	height:30px;
	background-color:#fff;
	border-radius: 20px;
}

input[type="checkbox"]:hover
{
    border: 1px solid #c00000;
	cursor:pointer;
}
 
input[type="checkbox"]:checked
{
    border: 1px solid #dc0000;
    background-color: #dc0000;
	background-image:url(../images/palomita.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: 70%;
}



.select
{
  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 #cccccc;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}


.select:hover
{
  border: 1px solid #cccccc;
}



.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;
}

.contenedorevento
{
	width: 20%;
	box-sizing: border-box;
}

.contenedorgaleria
{
	width: 60%;
	box-sizing: border-box;
}


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




@media only screen and (max-width:1024px)
{	
	.contenedorevento
	{
		width: 100%;
	}

	.contenedorgaleria
	{
		width: 100%;
	}

	#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:820px)
{
		#trescuadros
	{
		flex-direction: column;
	}
	
	#menu
	{
		height: 60px;
	}
	
	.texto_banner_principal_1
	{
		font-size: 16px;
		margin-right: -20px;
	}
	
	.texto_banner_principal_2
	{
		font-size: 46px;
		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;
	}
	
	.tabla_resultados
	{
		 min-width: auto;
	}
	

	.SoloPcTd
	{
		display: none;
	}

}

