:root {
	
	/* tarjetas */
	--main-bg-color: #2a2a2a;
	--tarjeta-color-uno: #e2e2e2;
	--tarjeta-color-dos: #fdfdfd;
	--tarjeta-color-tres: #2c2c2c;
	--tarjeta-color-cuatro: #ececec;
	--tarjeta-color-fondo: #f0f0f0;
	--size-fuente: 24px;
	--size-fuente-peq: 1rem;
	--bg-tarjeta: #ffffff;
	--tipografia: "PaloAlto";
	--tarjeta-colordestacado: #c30000;
	--banner-bg: #a12727;
}

@font-face {
	font-family: "PaloAlto";
	src: url("../fuente/Palo_Alto_Regular.ttf");
}

body {
	
	box-sizing: border-box;
	width: 100vw;
	overflow-x: hidden;
	
	
}

a,
.menu {
	font-family: 'PaloAlto';
	text-transform: uppercase;
	font-size: 1.4rem;
	position: relative;
	z-index: 3;
}

img {
	width: 100%;
	object-fit: contain;
	display: block;
}

.btnExplorar {
	width: 100%;
	background-color: #bc3032;
	color: #fff;
	font-family: 'PaloAlto';
	display: block;
	border-radius: 6px;
	padding: 1rem;
	text-align: center;
}

h1 {

	text-align: center;
	font-size: 2rem;
	font-family: sans-serif;
	font-family: 'PaloAlto';
}

h2,
h1 {
	font-family: 'PaloAlto';
}

.img_marcas {
	background-color: #fff;
}

.img_marcas img {

	width: 100%;
	height: 100%;
	max-width: 170px;

}


.nav__logo img {
	height: 50px;

}

.hero {
	padding-top: 84px;
	background-color: var(--banner-bg);
}

.hero .mensaje_contenedor {
	color: #fff;
	text-transform: uppercase;	
	background-size: cover;
	max-height: 1130px;
	height: 100%;
	position: relative;
	z-index: 2;
}

#bannerlateral{	
	object-fit: cover;
}

.hero .mensaje_contenedor .mensaje_textos {
	padding: 1rem;
}

.hero .mensaje_contenedor h2 {
	font-size: 2rem;
	font-style: italic;
}

.destello {
	background: rgb(95, 81, 255);
	/* background: linear-gradient(90deg, rgb(108 116 142) 0%, rgb(0 0 0) 100%); */
	background: linear-gradient(45deg, #bd3032f0, #ff4120db);
	position: absolute;
	width: 100%;
	top: 0px;
	height: calc(70%);
	z-index: 1;
}

/* particulas */
canvas {
	position: absolute;
	height: 1000px;
	z-index: -1;
	top: 0;
}


/* ---- stats.js ---- */

.count-particles {
	background: #ffffffe1;
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	color: #ffffff;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 0.5em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 2px;
	margin-left: 2px;
}

#stats {
	border-radius: 1px 1px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 2px 2px;
}


/* ---- particles.js container ---- */

#particles-js {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-image: url('');
	background-size: cover;
	background-position: -100% 10%;
	background-repeat: no-repeat;
}



/* particulas */

.lineas {
	position: absolute;
	top: 100px;
	pointer-events: none;

}

.buscador {
	position: relative;
	z-index: -1;

}

.buscador_form {
	background-color: #fff;
	padding: 1rem;
	color: #000;

}

.buscador_form h2 {
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	font-family: 'PaloAlto';
}

.buscador_form input {
	width: 100%;
	padding: 1rem;
}

select {
	width: 100%;
	padding: 1rem;
	font-size: 1.2rem;
}


/* select personalizado */
.busqueda{
	width: 97%;	
}
.busqueda span{
	color: var(--tarjeta-colordestacado);
}
.contenedor {
	width: 40%;	
	margin: auto;
	padding: 10px 0;
	
}

.selectbox {
	width: 50%;
	margin: auto;
	position: relative;
}

.select {
	background: #f6f6f6;
    width: 100%;
    box-shadow: 0px 6px 0px rgb(207 207 207 / 81%);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease all;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
    z-index: 1;
    border: 4px solid #ffffff;
}

.select.active,
.select:hover {
	box-shadow: 0px 5px 0px rgba(0, 0, 0, .16);
	border: 4px solid #c8282a;
}

.select.active:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border-top: 15px solid #c8282a;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	bottom: -30px;
	left: calc(50% - 15px);
}

.select i {
	font-size: 30px;
	margin-left: 30px;
	color: #213f8f;
}

.titulo {
   
    color: #1e1e1e;
    font-weight: 600;
    font-size: 1.5rem;
    width: 100%;

}

.descripcion {
	font-size: 14px;
	color: #434343;
	text-align: center;
}

.opciones {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
	max-height: 400px;
	overflow: auto;
	z-index: 100;
	width: 40%;
	display: none;
}

.opciones.active {
	display: block;
	animation: fadeIn .3s forwards;
}

.opciones h1 {
	font-size: 1.2rem;
}

.margen_fix {
	margin-bottom: -1px;
}

.hero_msj {
	color: rgb(255, 255, 255) !important;
	background-color: #292929;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .16);
	text-shadow: 0px 2px 1px rgba(0, 0, 0, .346);
	padding: 5px;
	line-height: 0.5;
	font-size: 1.5rem;
	font-weight: 700;
	font-family: 'PaloAlto';
}





@keyframes fadeIn {
	from {
		transform: translateY(-200px) scale(.5);
	}

	to {
		transform: translateY(0) scale(1);
	}
}

.contenido-opcion {
	width: 100%;
	display: flex;
	align-items: center;
	transition: .2s ease all;
}

.opciones .contenido-opcion {
	padding: 30px;
}

.contenido-opcion img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.opciones .contenido-opcion:hover {
	background: #f1f1f1de;
}

.opciones .contenido-opcion:hover .titulo,
.opciones .contenido-opcion:hover .descripcion {
	color: #131313;
}


/* banner */
.banner {
	position: relative;
	height: 500px;
	overflow: hidden;
	top: 0;
}

.banner .banner_titulo {
	position: absolute;
	padding: 1rem;
	text-align-last: right;
	right: 0;
	width: 80%;

}

.banner .banner_titulo .titulo_uno h2 {
	text-transform: uppercase;
	margin-bottom: 1px;

}

.banner .banner_titulo .titulo_dos h2 {
	background-color: #bc3032;
	display: inline-block;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;


}

.banner .banner_titulo .titulo_tres {
	background-color: #454545b4;
	display: flex;
	justify-content: space-between;
	color: #fff;
	padding: 10px;
	font-size: 7px;
	width: auto;
	right: 1%;	
	position: absolute;


}

.banner .banner_titulo .titulo_tres p {
	width: 80%;
	margin-right: 10px;
}

.banner .banner_titulo .titulo_tres a {
	background-color: #bc3032;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	font-size: 10px;
	width: 30%;
	text-align: center;
	z-index: 0;
	position: relative;
}

.banner_informativo {
	background-color: #131517;
	color: #fff;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 1rem;
	overflow-x: hidden;
	width: 100vw;

}


.banner .banner_titulo .titulo_tres a{
  
    font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;

}


.banner_informativo h2 {

	font-size: 2rem;
	text-align: left;
	margin-right: 20px;
	padding-left: 20px;
	
}

.banner_informativo a {
	background-color: #bc3032;
	color: #fff;
	padding: 1rem;
	font-size: 1.5rem;
	z-index: 0;
	position: relative;
}


/* directorio */

.pagina_titulo{
	
	padding: 1.5rem;
	font-size: 2rem;
	
}


h1,h2,p{
	margin: 0;
}

.pagina_titulo h2{
	margin-bottom: 1rem;
	margin-left: 14%;
	color: #888888;
	font-size: 2rem;	
	
}



.seccion{
	background-color: #fff;
}

.pagina img{
	width: 100%;
	height: auto;
}

.directorio_contenedor{	
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1280px;		
	
}

.tarjeta{
	width: 320px;	
	height: 550px;
	background-color: var(--bg-tarjeta);	
	color: var(--tarjeta-color-dos);
	overflow-y: hidden;
	box-shadow: 0 0 5px 2px rgba(93, 93, 93, 0.2);	
	position: relative;	
	transition: .5s;
	outline: 2px solid rgb(245, 245, 245);
	
}
.tarjeta_imagen{
	height: 280px;
}

.tarjeta_imagen img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.split_contenedor{
	display: flex;
	justify-content: center;
	width: 100%;
	min-width: 300px;
	
}
.gap{
	padding: 2rem;
}

.tarjeta_logo{
	position: absolute;
	width: 280px;
	transform: translateY(1rem);
	

}

.tarjeta_logo img{
height: 150px;
}

.tarjeta_data{
	transform: translateY(10rem);
	text-align: center;		
	
}




.tarjeta_data h1{
	font-size: var(--size-fuente);
	color: var(--main-bg-color);
	font-family:var(--tipografia) ;
	margin-bottom: 1rem;
}

.tarjeta_data p {
	color: var(--main-bg-color);
}

.tarjeta_descripcion{
	color: var(--tarjeta-color-tres);
	font-size: var(--size-fuente-peq);
	text-align: initial;
	margin-bottom: 1.5rem;
	opacity: 0;
	
}
.tarjeta:hover{
	outline: 2px solid rgb(238, 238, 238);
	box-shadow: 0 0 5px 2px rgba(93, 93, 93, .20);	
}

.tarjeta_boton{
	display: block;
	width: max-content;
	padding: 1rem 4rem;
	background-color: var(--tarjeta-colordestacado);
	color: var(--tarjeta-color-uno);
	border-radius: .5rem;
	font-weight: 600;
	transition: .2s;
	opacity: 0;
}

.tarjeta_boton:hover{
	box-shadow: 0 15px 40px -12px rgba(242, 162, 12, .35);

}

.tarjeta_logo,
.tarjeta_data,
.tarjeta_titulo,
.tarjeta_promo,
.tarjeta_descripcion,
.tarjeta_imagen{
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}

.tarjeta:hover .tarjeta_logo{
	transform: translate(0rem, -15rem);
	
}
.tarjeta:hover .tarjeta_data{
	transform: translateY(-6.4rem);
}
.tarjeta:hover .tarjeta_imagen{
	transform: translateY(-40rem);
}

.tarjeta:hover .tarjeta_descripcion,
.tarjeta:hover .tarjeta_boton{
	transition-delay: .2s;
	opacity: 1;
}


.directorio_contenedor{
	display: flex;
		
	flex-wrap: wrap;
	gap: 10px;
	
}

.lateral{
	
    width: 20%;
    order: 2;
    height: auto;
    background-color: #fff; 
	 
	
	
}



.lateral h2{
	font-size: var(--size-fuente);
	line-height: 1.3;
	margin-bottom: 20px;	
	
}


.buscador_directorio form{
	
	
	width: 53%;	
	margin-left:  14.2%;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 5px 2px rgba(93, 93, 93, 0.2);	
}

.buscador_directorio input{
	width: 100%;	
	border: none;
	padding: 1rem;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	margin-left: 20px;
}

.buscador_directorio input:focus{
	border: none;
	outline: none;
}

.buscador_directorio input::placeholder{
	font-size: 1.5rem;
	padding: 1rem;
}

.buscador_directorio input[type="button"]{
	width: 200px;
	font-size: 1.5rem;
	font-family: var(--tipografia);
	color: var(--bg-tarjeta);
	background-color: var(--main-bg-color);	
	transition: all .2s ease;
}


.buscador_directorio input[type="button"]:hover{
	background-color: #494949;
	color: #fff;
	cursor: pointer;
}


.banner_lateral{
	height: 500px;	

}

.banner_lateral img{
	height: 500px;	
	object-fit: cover;
	
}


/* directorio */

.actual{
    background: rgb(202, 18, 18)!important;
    color: rgb(255, 255, 255) !important;	
	padding: 1rem;
}
.paginacion {
    padding-bottom: 2rem;
}
/* paginacion */
.pagination {
    display: flex;
    width: 100%;    
    height: 40px;
    font-family: 'Inter', sans-serif;
    color: #6b7280;
    justify-content: center;
    border-top: 1px solid #e5e7eb;
	margin-top: 2rem;
	order: 1;
}

.pagination > a:last-of-type {
    text-align: right;
}

.pagination a, .pagination .dots {
    color: #9ca3af;
    display: block;    
    text-decoration: none;
    margin-top: -1px;
    border-top: 2px solid transparent;
}

.pagination .dots {
    color: #6b7280;
    font-weight: 500;
}

.pagination a:hover {
    border-color: #d1d5db;
    color: var(--tarjeta-colordestacado);
}

.pagination a:active,
.pagination a.current {
    border-color: #f59e0b;
    color: #374151;
}

.pagination > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.pagination > a:first-of-type {
    padding: 16px 4px 0 0;
}

.pagination > a:last-of-type {
    padding: 16px 0 0 4px;
}

.pagination > a > svg {
    width: 1.25rem;
    height: 1.25rem;
}

.pagination > a:first-of-type > svg {
    margin-right: 20px;
}

.pagination > a:last-of-type > svg {
    margin-left: 20px;
}

.pagination > a.next > svg {
    transform: scaleX(-1);
}

.pagination .pages {
    display: flex;
    width: 50%;
    max-width: 300px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: space-evenly;
}


#paginas ul {
    display: flex;
	align-items: center;
    /* justify-content: space-around; */
}
#paginas ul li{

	padding: 1rem;
    /* justify-content: space-around; */
}


/* paginacion estilos */

table { width: 100%; border-collapse: collapse; };
th, td { border: 1px solid #ddd; padding: 8px; };
th { background-color: #f2f2f2; };
.pagination { margin-top: 20px; };
.pagination button { padding: 10px; margin: 2px; };


/* paginacion estilos */

/* precargador */
/* Estilos para el cargador */

.logo {
    position: absolute;
    left: -100px; /* Inicialmente fuera de la pantalla a la izquierda */
    animation: slideInLeft 1s ease-in-out;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}


/* pagina de detalle */

#galeria {
	width: 400px;
  }
  
  nav ul {
	list-style: none;
	padding-left: 0;
	display: flex;
  }
  
  nav ul li a img {
	width: 100px;
	opacity: 50%;
	transition: 0.3s;
	filter: grayscale(50%);
  }
  nav ul li a img:hover {
	opacity: 100%;
	margin-top: -5px;
	filter: grayscale(0%);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  nav ul li a img:active {
	transform: scale(0.8);
  }

  .loader-message {
    font-size: 1.2rem!important;
    text-align: center;
    z-index: 999999999;
    transition: .2s ease;
    font-style: italic;
    font-weight: bold;
}


@media (max-width: 735px) {
    .pagination .pages {
        display: none;
    }
}


/* paginacion */


@media screen and (max-width: 800px) {
	.selectbox {
		width: 100%;
	}


	.banner .banner_titulo h2 {
		font-size: 2rem;
	}

	.banner .banner_titulo p {
		font-size: 0.5rem;
		text-align: right;
		width: 100%;
		font-weight: 600;
	}

	.footer_contacto {
		margin-bottom: 30px;

	}

	.footer_contacto .footer_titulo h2 {
		background-color: #bc3032;
		text-align: center;
		padding: 1rem;
		text-transform: uppercase;
		color: #fff;
		font-size:2rem;

	}

	.footer_contacto .footer_titulo p {
		background-color: #131517;
		color: #fff;
		text-align: center;
		padding: 1rem;
	}

	.footer_contacto .whatsapp {
		display: flex;
		justify-content: space-between;
		padding: 1rem;
		color: #f6f6f6;
		text-transform: uppercase;
		background-color: #1e1e1e;
		align-items: center;
		flex-wrap: wrap;
	}

	.footer_contacto .whatsapp .enlace_ws {
		width: 100%;
		max-width: 100px;
		background-color: #bc3032;
		padding: 1rem;
		width: 100%;
	}

    .footer_contacto .whatsapp {
        display: flex;
        justify-content: space-between;
        padding: 1rem;
        color: #f6f6f6;
        text-transform: uppercase;
		background-color: #1e1e1e;
        align-items: center;
        flex-wrap: wrap;
        font-size: 16px;
        flex-direction: column;
        margin-bottom: 30px;
    }

	.footer_contacto .footer_titulo p{
		background-color: #1e1e1e;
	}
	.footer_contacto .whatsapp h3 {
		background: #3d3d3d;
		margin-bottom: 20px;
		padding: 1rem;
	}
	
	
	.directorio_contenedor{

		width: 100%;
		flex-wrap:wrap;
		flex-direction: column;
	}

	.lateral{
		width: 100%;
		display:none;
	}

	.split_galeria {
        flex-direction: column !important;
        width: 100vw;
        overflow: hidden;
    }

	.galeria_slider {
		position: absolute;
		inset: 20px!important;
		display: block;
		height: 75vh;
		border-radius: 20px;
	}

	.busqueda {
		width: 100%;
	}

	.contenedor {
		width: 100%;
		margin: auto;
		padding: 10px 0;
	}

	.opciones {
		
		width: 100%;
		
	}
	.banner {
		position: relative;
		height: auto;
		overflow: hidden;
		top: 0;
	}
	.btn{
		display: block;
		margin-bottom: 10px;
	}
	.direccion {
		font-size: 0.85rem;
	}
	.direccion p{
		font-size: 0.9rem;	}

		.botones {
			
			        left: 63px !important;

			
			
		}	

	.banner_lateral{
		display: none;
	}
}


/* Media Query para tabletas (pantallas de 768px o más) */
@media (min-width: 768px) {
header{
	/* background-color: rgb(0, 255, 47)!important; */
}
}

/* Media Query para escritorios (pantallas de 1024px o más) */
@media (min-width: 1024px) {
	header{
		/* background-color: rgb(255, 0, 162)!important; */
		
	}

	.selectbox {
		width: 100%;
	}



	.banner .banner_titulo h2 {
		font-size: 2rem;
	}

	.banner .banner_titulo p {
		font-size: 0.5rem;
		text-align: right;
		width: 100%;
		font-weight: 600;
	}
	footer{
		background-color: #131313;
	}

	.footer_contacto {

		position: relative;

	}

	.footer_contacto .footer_titulo h2 {
		background-color: #bc3032;
		text-align: center;
		padding: 1rem;
		text-transform: uppercase;
		color: #fff;
		font-size: 3rem;

	}

	.footer_contacto .footer_titulo h3{
		padding-left: 20px;
	}

	.footer_contacto .footer_titulo p {
		
		color: #fff;
		text-align: center;
		padding: 1rem;
	}

	.footer_contacto .whatsapp {
		
		display: flex;
		justify-content: space-between;
		color: #f6f6f6;
		text-transform: uppercase;
		background-color: #1e1e1e;
		align-items: center;
		height: 100%;
		width: 100%;
		flex-direction: column;	
		padding: 2rem;
	}

	.footer_contacto .whatsapp .enlace_ws {
		width: 100%;
		max-width: 100px;
	
		padding: 1rem;
		width: 100%;
	}



	.mensaje_contenedor{
		display: flex;
		justify-content: space-around;
		align-items: center;
	
	}
	.hero .mensaje_contenedor{
		width: 90%;
    	justify-content: center;
		padding: 0 1rem;
	}
	.hero .mensaje_contenedor h2 {
		font-size: 4em;
		
	}
 .footer_titulo .texto{
	height: 100%;
	display: flex;
	width: 100%;
	flex-direction: column;
	flex-flow: column;
 }

	.buscador_form {
        height: 200px;
        display: flex
;
        align-items: center;
    }

	.buscador_form h2 {	
		padding: 3rem;
		font-size: 3rem;
	}
	
.btnExplorar{
	width: 30%;
	margin-left: 20px;	
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-5px);
}



	.buscador_form{
		height: 147px;
	}
	.opciones{
		position: absolute;
		width: 100%;
	
	}
	.select{
		width: 100%;
	}
	.fixed{
		width: 100%;
	}

	.banner .banner_titulo .titulo_dos h2 {
		background-color: #bc3032;
		display: inline-block;
		padding: 20px;
		color: #fff;
		text-transform: uppercase;
		margin-bottom: 2px;
		
	}

	.banner .banner_titulo{
		right: 5%;
	}
	.banner .banner_titulo p{
		font-size: 1.5rem;
	}

	.banner .banner_titulo .titulo_uno h2{
		font-size: 6rem;
	}

	.banner img{
		width: 100%;
		object-fit: contain;
		display: block;
		position: relative;
		top: -224px;
		z-index: -1;
	}

footer{
	display: flex;
	flex-wrap: wrap;
	height: 300px;
	overflow: hidden;



}

footer .footer_portada{ 
	width: 45%;
}

.footer_contacto{
	width: 55%;
	
	
}

.footer_portada img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	opacity: .75;
}

footer .titulo{
	background-color: #131313;
	display: flex;
	flex-wrap: wrap;
}

footer .texto_correo{
	background-color: #131313;
	
}

}