/* input(3735,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&' */
@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/Administrativos/Recursos_Humanos/Bolsa_Trabajo/AdministracionVacantes.razor.rz.scp.css */
/* /Pages/Administrativos/Recursos_Humanos/Bolsa_Trabajo/BolsaTrabajo.razor.rz.scp.css */
.grid-img[b-kbjo4rftyw] {
    display: grid;
    grid-template-columns: 35% 65%;
}

.grid-card[b-kbjo4rftyw] {
    display: grid;
    grid-template-columns: 13% 30% 13% 30% 10%;
    text-align: center;
    align-items: center;
    align-content: center;
    gap: 0.75em;
}

.grid-sucInf[b-kbjo4rftyw] {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    align-content: center;
    gap: 8em;
}

.grid-unete[b-kbjo4rftyw] {
    display: grid;
    grid-template-columns: 50% 50%;
    align-content: center;
}

.grid-empleados[b-kbjo4rftyw] {
    width:100%;
    align-items: center;
    align-content: center;
}

.grid-empleadoss[b-kbjo4rftyw] {
    align-items: center;
    align-content: center;
    width:90%;
}

.grid-empleados1[b-kbjo4rftyw] {
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 100%;
    width: 100%;
}

.grid-empleados2[b-kbjo4rftyw] {
    grid-column: 1;
    grid-row: 3;
    height: 100%;
    width: 100%;
}

.grid-empleados3[b-kbjo4rftyw] {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
    width: 100%;
}

.grid-empleados4[b-kbjo4rftyw] {
    grid-column: 2;
    grid-row: 2 / span 2;
    height: 100%;
    width: 100%;
}

.swiper[b-kbjo4rftyw] {
    width: 100%;
    height: auto;
}

.swiper-slide img[b-kbjo4rftyw] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .quitaEmpalme[b-kbjo4rftyw]{
        margin: 0 10rem 0 10rem;
}
@media (max-width: 1024px) {
    .quitaEmpalme[b-kbjo4rftyw] {
        margin: 5rem 0 0 0;
    }
}
@media screen and (max-width: 800px) {
    .grid-card[b-kbjo4rftyw] {
        display: grid;
        grid-template-columns: 100%;
        gap: 1em;
        text-align: center;
        align-content: center;
    }
    .grid-sucInf[b-kbjo4rftyw] {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        align-content: center;
        gap: 1em;
        text-align: center;
    }
    .grid-sucInf img[b-kbjo4rftyw] {
        width: 50%;
        height: 50%;
    }
    .grid-unete[b-kbjo4rftyw] {
        display: grid;
        grid-template-columns: 100%;
        align-content: center;
        gap: 1em;
    }
}

@media screen and (max-width: 500px) {
    .grid-card[b-kbjo4rftyw] {
        display: grid;
        grid-template-columns: 100%;
        gap: 1em;
        text-align: center;
        align-content: center;
    }
    .grid-sucInf[b-kbjo4rftyw] {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        align-content: center;
        gap: 1em;
        text-align: center;
    }
    .grid-sucInf img[b-kbjo4rftyw] {
        width: 50%;
        height: 50%;
    }
    .grid-unete[b-kbjo4rftyw] {
        display: grid;
        grid-template-columns: 100%;
        align-content: center;
        gap: 1em;
    }
}
/* ---------------------------- Texto responsivo ---------------------------- */
.text-abajo[b-kbjo4rftyw]{
        padding: 5rem;
    }
@media screen and (max-width: 500px) {
    .text-abajo[b-kbjo4rftyw]{
        padding: 0;
    }
}
/* /Pages/Administrativos/Recursos_Humanos/Bolsa_Trabajo/BolsaTrabajoModal.razor.rz.scp.css */
.contenedor[b-5ll3fdqvy2]
{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
.article1[b-5ll3fdqvy2] {
    flex: 25%;
}

.article2[b-5ll3fdqvy2] {
    flex: 75%;
}

.article[b-5ll3fdqvy2] {
    padding: 5px;
    box-sizing: border-box;
}
.rz-checkbox[b-5ll3fdqvy2]{
    margin: var(--rz-checkbox-margin) !important;
}


@media screen and (max-width: 990px) {
    .contenedor[b-5ll3fdqvy2]
    {
        flex-direction: column;
    }
}
/* /Pages/Administrativos/Recursos_Humanos/Bolsa_Trabajo/BolsaTrabajoVacanteDetalleModal.razor.rz.scp.css */
/* /Pages/Administrativos/Recursos_Humanos/Bolsa_Trabajo/CrearVacanteModal.razor.rz.scp.css */
/* /Pages/Administrativos/Recursos_Humanos/Bolsa_Trabajo/VacanteDetalleModal.razor.rz.scp.css */
/* /Pages/Anexos/Blog.razor.rz.scp.css */
.gridBlog[b-xbo3ulisjc]
{
    width: 100%;
	max-width: 1500px;
	margin:0;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(1, 1fr);
	grid-template-areas: "busqueda"
                         "categoria"
                         "top5";
}

.gridBlog .busqueda[b-xbo3ulisjc]
{
    grid-area: busqueda;
}
.gridBlog .categoria[b-xbo3ulisjc]
{
    grid-area: categoria;
}
.gridBlog .top5[b-xbo3ulisjc]
{
    grid-area: top5;
}
@media screen and (max-width: 950px)
{
    .gridBlog[b-xbo3ulisjc]
    {
        display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "busqueda busqueda"
							 "categoria top5";
		gap: 1rem;
    }
}
/* /Pages/Anexos/Revista.razor.rz.scp.css */
.iframe-container[b-twvajiticz] {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* Proporción 16:9 ajustada */
    padding-top: 56.25%;
}

.iframe-container iframe[b-twvajiticz] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
}

/* Estilos adaptativos para dispositivos móviles */
@media (max-width: 768px) {
    .iframe-container iframe[b-twvajiticz] {
        height: 80rem; /* Ajusta la altura en pantallas pequeñas */
    }
}
/* /Pages/CarritoCompra/CarritoCompra.razor.rz.scp.css */
.contenedor[b-ufwato7erm]{
	/*width: 100%;*/
	max-width: 1340px;
	/*margin: 20px auto;*/
	margin:auto;
	display: grid;
	grid-gap: 20px;
	/*grid-gap:0;*/
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1,1fr);
	grid-template-areas: "step step step resumen resumen";
}
.tarjetaProducto[b-ufwato7erm]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "imgProducto tituloProducto btnsProducto";
	gap: 0;
}
.tarjetaProducto .imgProducto[b-ufwato7erm]{
	 grid-area: imgProducto;
}
.tarjetaProducto .tituloProducto[b-ufwato7erm]{
	 grid-area: tituloProducto;
}
.tarjetaProducto .btnsProducto[b-ufwato7erm]{
	 grid-area: btnsProducto;
}
.tarjetaPago[b-ufwato7erm]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "logoPago tituloPago checked";
	grid-template-rows: 1fr;
	gap: 1rem;
}

.tarjetaPago .logoPago[b-ufwato7erm]{
	 grid-area: logoPago;
}
.tarjetaPago .tituloPago[b-ufwato7erm]{
	grid-area: tituloPago;
	display: flex;
    gap: 5px;
    align-items: baseline;
}
.tarjetaPago .checked[b-ufwato7erm]{
	 grid-area: checked;
}

.contenedor .resumen[b-ufwato7erm]{
    grid-area: resumen;
	width:80%;
	margin-top: 1rem;
	justify-self: center;
}
.contenedor .step[b-ufwato7erm]{
    grid-area: step;
	width:100%;
}

/* --------------------------- Tamaño menos 960px --------------------------- */
@media screen and (max-width: 950px){
		.contenedor[b-ufwato7erm] {
			grid-template-columns: repeat(1, 1fr);
			grid-template-areas: "step"
							"resumen";
		}
		.contenedor .resumen[b-ufwato7erm]{
			grid-area: resumen;
			width:100vw;
			margin-top: 0;
		}
		.contenedor .step[b-ufwato7erm]{
			grid-area: step;
			width:100%;
		}
		
}
@media screen and (max-width: 650px)
{
	.tarjetaProducto[b-ufwato7erm]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "imgProducto btnsProducto"
							"tituloProducto tituloProducto";
		gap: 1rem;
	}
	.tarjetaPago[b-ufwato7erm]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "logoPago checked"
							"tituloPago tituloPago";
	}
	.tarjetaPago .checked[b-ufwato7erm]{
		display: flex;
		align-items: center;
        justify-content: end;
	}
}

.stock-stack[b-ufwato7erm] {
  display: flex;
  flex-direction: row; /* Por defecto horizontal */
  gap: 0;
  align-items: center;
}

/* En pantallas pequeñas (mobile) se vuelve vertical */
@media (max-width: 768px) {
  .stock-stack[b-ufwato7erm] {
    flex-direction: column;
    text-align: center;
  }
}
/* /Pages/CarritoCompra/CarritoCompraOLD.razor.rz.scp.css */
.contenedor[b-14jwq5x3st]{
	width: 100%;
	max-width: 1500px;
	/*margin: 20px auto;*/
	margin:0;
	display: grid;
	grid-gap: 20px;
	/*grid-gap:0;*/
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1,1fr);
	grid-template-areas: "step step step resumen resumen";
}
.tarjetaProducto[b-14jwq5x3st]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "imgProducto tituloProducto btnsProducto";
	grid-template-rows: 1fr;
	gap: 1rem;
}
.tarjetaProducto .imgProducto[b-14jwq5x3st]{
	 grid-area: imgProducto;
}
.tarjetaProducto .tituloProducto[b-14jwq5x3st]{
	 grid-area: tituloProducto;
	 
}
.tarjetaProducto .btnsProducto[b-14jwq5x3st]{
	 grid-area: btnsProducto;
}
.tarjetaPago[b-14jwq5x3st]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "logoPago tituloPago checked";
	grid-template-rows: 1fr;
	gap: 1rem;
}

.tarjetaPago .logoPago[b-14jwq5x3st]{
	 grid-area: logoPago;
}
.tarjetaPago .tituloPago[b-14jwq5x3st]{
	 grid-area: tituloPago;
}
.tarjetaPago .checked[b-14jwq5x3st]{
	 grid-area: checked;
}

.contenedor .resumen[b-14jwq5x3st]{
    grid-area: resumen;
	width:80%;
	margin-top: 6rem;
	justify-self: center;
}
.contenedor .step[b-14jwq5x3st]{
    grid-area: step;
	width:100%;
}

/* --------------------------- Tamaño menos 960px --------------------------- */
@media screen and (max-width: 950px){
		.contenedor[b-14jwq5x3st] {
			grid-template-columns: repeat(1, 1fr);
			grid-template-areas: "step"
							"resumen";
		}
		.contenedor .resumen[b-14jwq5x3st]{
			grid-area: resumen;
			width:100%;
			margin-top: 0;
		}
		.contenedor .step[b-14jwq5x3st]{
			grid-area: step;
			width:100%;
			
		}
		
}
@media screen and (max-width: 650px)
{
	.tarjetaProducto[b-14jwq5x3st]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "imgProducto tituloProducto"
								"btnsProducto btnsProducto";
		gap: 1rem;
	}
	.tarjetaPago[b-14jwq5x3st]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "logoPago checked"
							"tituloPago tituloPago";
	}
	.tarjetaPago .checked[b-14jwq5x3st]{
		display: flex;
		align-items: center;
        justify-content: end;
	}
}
/* /Pages/CarritoCompra/ComprarAhora.razor.rz.scp.css */
.contenedor[b-m3vp1iysi5]{
	/*width: 100%;*/
	max-width: 1340px;
	/*margin: 20px auto;*/
	margin:auto;
	display: grid;
	grid-gap: 20px;
	/*grid-gap:0;*/
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1,1fr);
	grid-template-areas: "step step step resumen resumen";
}
.tarjetaProducto[b-m3vp1iysi5]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "imgProducto tituloProducto btnsProducto";
	gap: 0;
}
.tarjetaProducto .imgProducto[b-m3vp1iysi5]{
	 grid-area: imgProducto;
}
.tarjetaProducto .tituloProducto[b-m3vp1iysi5]{
	 grid-area: tituloProducto;
}
.tarjetaProducto .btnsProducto[b-m3vp1iysi5]{
	 grid-area: btnsProducto;
}
.tarjetaPago[b-m3vp1iysi5]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "logoPago tituloPago checked";
	grid-template-rows: 1fr;
	gap: 1rem;
}

.tarjetaPago .logoPago[b-m3vp1iysi5]{
	 grid-area: logoPago;
}
.tarjetaPago .tituloPago[b-m3vp1iysi5]{
	grid-area: tituloPago;
	display: flex;
    gap: 5px;
    align-items: baseline;
}
.tarjetaPago .checked[b-m3vp1iysi5]{
	 grid-area: checked;
}

.contenedor .resumen[b-m3vp1iysi5]{
    grid-area: resumen;
	width:80%;
	margin-top: 1rem;
	justify-self: center;
}
.contenedor .step[b-m3vp1iysi5]{
    grid-area: step;
	width:100%;
}

/* --------------------------- Tamaño menos 960px --------------------------- */
@media screen and (max-width: 950px){
		.contenedor[b-m3vp1iysi5] {
			grid-template-columns: repeat(1, 1fr);
			grid-template-areas: "step"
							"resumen";
		}
		.contenedor .resumen[b-m3vp1iysi5]{
			grid-area: resumen;
			width:100vw;
			margin-top: 0;
		}
		.contenedor .step[b-m3vp1iysi5]{
			grid-area: step;
			width:100%;
		}
		
}
@media screen and (max-width: 650px)
{
	.tarjetaProducto[b-m3vp1iysi5]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "imgProducto btnsProducto"
							"tituloProducto tituloProducto";
		gap: 1rem;
	}
	.tarjetaPago[b-m3vp1iysi5]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "logoPago checked"
							"tituloPago tituloPago";
	}
	.tarjetaPago .checked[b-m3vp1iysi5]{
		display: flex;
		align-items: center;
        justify-content: end;
	}
}
.stock-stack[b-m3vp1iysi5] {
  display: flex;
  flex-direction: row; /* Por defecto horizontal */
  gap: 0;
  align-items: center;
}

/* En pantallas pequeñas (mobile) se vuelve vertical */
@media (max-width: 768px) {
  .stock-stack[b-m3vp1iysi5] {
    flex-direction: column;
    text-align: center;
  }
}
/* /Pages/CarritoCompra/ComprarAhoraOLD.razor.rz.scp.css */
.contenedor[b-du5clxwu6y]{
	width: 100%;
	max-width: 1500px;
	/*margin: 20px auto;*/
	margin:0;
	display: grid;
	grid-gap: 20px;
	/*grid-gap:0;*/
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(1,1fr);
	grid-template-areas: "step step step resumen resumen";
	width:100%;
}
.tarjetaProducto[b-du5clxwu6y]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "imgProducto tituloProducto btnsProducto";
	grid-template-rows: 1fr;
	gap: 1rem;
}
.tarjetaProducto .imgProducto[b-du5clxwu6y]{
	 grid-area: imgProducto;
}
.tarjetaProducto .tituloProducto[b-du5clxwu6y]{
	 grid-area: tituloProducto;
}
.tarjetaProducto .btnsProducto[b-du5clxwu6y]{
	 grid-area: btnsProducto;
}
.tarjetaPago[b-du5clxwu6y]
{
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas: "logoPago tituloPago checked";
	grid-template-rows: 1fr;
	gap: 1rem;
}

.tarjetaPago .logoPago[b-du5clxwu6y]{
	 grid-area: logoPago;
}
.tarjetaPago .tituloPago[b-du5clxwu6y]{
	 grid-area: tituloPago;
}
.tarjetaPago .checked[b-du5clxwu6y]{
	 grid-area: checked;
}

.contenedor .resumen[b-du5clxwu6y]{
    grid-area: resumen;
	width:80%;
	justify-self: center;
}
.contenedor .step[b-du5clxwu6y]{
    grid-area: step;
	width:100%;
}

/* --------------------------- Tamaño menos 960px --------------------------- */
@media screen and (max-width: 950px){
		.contenedor[b-du5clxwu6y] {
			grid-template-columns: repeat(1, 1fr);
			grid-template-areas: "step"
							"resumen";
		}
		.contenedor .resumen[b-du5clxwu6y]{
			grid-area: resumen;
			width:100%;
			margin-top: 0;
		}
		.contenedor .step[b-du5clxwu6y]{
			grid-area: step;
			width:100%;
			
		}
		
}
@media screen and (max-width: 650px)
{
	.tarjetaProducto[b-du5clxwu6y]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "imgProducto tituloProducto"
								"btnsProducto btnsProducto";
		gap: 1rem;
	}
	.tarjetaPago[b-du5clxwu6y]
	{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: "logoPago checked"
							"tituloPago tituloPago";
	}
	.tarjetaPago .checked[b-du5clxwu6y]{
		display: flex;
		align-items: center;
        justify-content: end;
	}
}
/* /Pages/CarruselAnuncios.razor.rz.scp.css */
.imgSwipper[b-ygn4yz029z]{
    display: block;
  }
  
  
.imgSwipperResp[b-ygn4yz029z]{
    display: none;
}

@media screen and (max-width: 650px) {

    .imgSwipper[b-ygn4yz029z]{
        display: none;
      }
      
      
    .imgSwipperResp[b-ygn4yz029z]{
        display: block;
    }
}

/* /Pages/CarruselAnunciosV2.razor.rz.scp.css */
.imgSwipper[b-gbz1km2q6c]{
    display: block;
  }
  
  
.imgSwipperResp[b-gbz1km2q6c]{
    display: none;
}

.img-responsive[b-gbz1km2q6c] {
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 650px) {

    .imgSwipper[b-gbz1km2q6c]{
        display: none;
      }
      
      
    .imgSwipperResp[b-gbz1km2q6c]{
        display: block;
    }
}

/* /Pages/Componentes/AppBar.razor.rz.scp.css */

.appBar[b-3t491eg1yl]{
  background-color: white;

}
.appBarMin[b-3t491eg1yl]{
  height: 50px;
  width: 100%;
  display: none;
  align-items: center;
}
.busqueda[b-3t491eg1yl]{
  max-width: 40rem;
  width:650px ;

}

.search[b-3t491eg1yl]{
  width:700px;

}
.aItem[b-3t491eg1yl] {
  background-color: gray;
  display: flex;
  align-items: center;
}

.aItemLogo[b-3t491eg1yl]{
  background-color: gray;
  height: 40px;
  width: auto;
  display: flex;
  justify-self: flex-start;
  align-self: center;
  padding-left: 5em;
}
.logo[b-3t491eg1yl] {
  display:flex;
  align-items: center;

}

.logo img[b-3t491eg1yl]{
  height: 40px;
  width: auto;
}
.menuIcon[b-3t491eg1yl] {
  padding-right: 1em;
  font-size: 24px;
  
}
.logo[b-3t491eg1yl] {
  max-height: 50px;
  display: flex;
  justify-content: flex-start !important;
  gap:3rem;
}
.logo[b-3t491eg1yl]{
  cursor: pointer;
  gap:5rem;
}

*[b-3t491eg1yl] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.contenedor[b-3t491eg1yl] {
  position: absolute;
  display: flex;
  align-items: center;
}
.cat[b-3t491eg1yl] {
  padding-bottom: 7px;
  width: 230px;
  
}
.cat[b-3t491eg1yl]::before{
padding-bottom: 10px;

}
.cat .--mud-palette-secondary[b-3t491eg1yl]{
  color: green;
}

.search input:active[b-3t491eg1yl] {
  outline: none;
}
.search input:focus[b-3t491eg1yl]{
  outline: none;
}

.btn[b-3t491eg1yl] {
  padding-left: 1em;
  font-size: 20px;
  color:rgb(26, 1, 151)
}

.btn:focus[b-3t491eg1yl]{
  outline: none;

}
.btn:active[b-3t491eg1yl]{
  outline: none;
}


.form-group[b-3t491eg1yl] {
  background: #fff;
  display: flex;
  align-items: center;
  width:100%;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px -4px rgba(12, 18, 18, 0.3);
  margin-bottom:0.5em;
}

.dropdown[b-3t491eg1yl] {
  position: relative;
  width: 1200px;
  padding-left: 5px;
  color: #3a3a3a;
  border-right: 2px solid #123780;
  cursor: pointer;
}
.busIcon[b-3t491eg1yl]{
  display:none;

}
.menuOptions[b-3t491eg1yl]{
  display:none;

}
.options[b-3t491eg1yl]{
  display:block;

}


@media (max-width: 1700px) {
  .search[b-3t491eg1yl] {
    width:250px;
  }
}

@media (max-width: 1100px) {
  .busIcon[b-3t491eg1yl]{
    display:block;
    font-size: 30px;
    font-weight: 700px;
    margin-top: 10px; 
  }
}

@media (max-width: 950px) {
  .busqueda[b-3t491eg1yl] {
    display:none;
  }
  .menuOptions[b-3t491eg1yl]{
    display: block;
    background-color: white;
  }
  .options[b-3t491eg1yl]{
    display: none;
  }
  .appBar[b-3t491eg1yl]{
    display: none;
  }
  
  .appBarMin[b-3t491eg1yl]{
    display: inline-block;
  }
  .logo[b-3t491eg1yl]{
    display:none;
  }
  .escritorio[b-3t491eg1yl]{
    display:none;
  }
}

@media (max-width: 700px) {
  .logo img[b-3t491eg1yl]{
     display: none;
  }
}
/* /Pages/Componentes/AppBarInformacion.razor.rz.scp.css */
.appBarInfo[b-a3wm8mjpcf] {
    background-color: #E0201D;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.appBarInfoMin[b-a3wm8mjpcf] {
    background-color: #E0201D;
    height: 50px;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-around;
}

.infoItem a[b-a3wm8mjpcf] {
    display: flex;
    flex-direction:row;
    gap:.5rem;
    align-items: center;
    justify-content: center;
  }

.infoItem a span[b-a3wm8mjpcf]{
    padding: 2px;
    color: white;
    font-weight: bold;
    font-size: 17px;
}

.infoItem i[b-a3wm8mjpcf] {
    color: #d7282f;
    font-size: 17px;
}
@media screen and (max-width: 950px)
{
  .appBarInfo[b-a3wm8mjpcf]{
    padding: 1rem 0;
  }
  .infoItem a[b-a3wm8mjpcf] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap:.5rem;
  }

}
@media (max-width: 700px) {
    

    .infoItem a span[b-a3wm8mjpcf]{
        padding: 2px;
        color: white;
        font-weight: bold;
        font-size: 14px;
    }
    
    .infoItem i[b-a3wm8mjpcf] {
        color: #d7282f;
        font-size: 14px;
    }
}
/* /Pages/Componentes/Index/Barra_Busqueda.razor.rz.scp.css */
.btn-busqueda[b-xjqxirrak7]{
    display: flex;
    align-items: center;
    /*justify-content: center;*/

}

.clr-label[b-xjqxirrak7]{
    color: #000;
}
.barra[b-xjqxirrak7]{
    border-radius: 10px;
    /*box-shadow: 1px 1px 12px -3px rgba(0,0,0,0.75);*/
}
/* /Pages/Componentes/Index/Mapa.razor.rz.scp.css */
.container path[b-ki1zqtic9j] {
    fill: grey;
    stroke: white;
}

.container :hover[b-ki1zqtic9j] {
    fill: #123780;
}
/* /Pages/Componentes/Index/Ofertas.razor.rz.scp.css */
.productos[b-ju6bwnfv9y] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 2em;
}

@media screen and (max-width: 900px) {
    .productos[b-ju6bwnfv9y] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .productos[b-ju6bwnfv9y] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .productos[b-ju6bwnfv9y] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Componentes/Index/Politicas.razor.rz.scp.css */
.container-politicas[b-xpuvh5ym2u]{
    margin-top: 3em;
    max-width: 100%;
}
.flex-container[b-xpuvh5ym2u]{
    margin-left: 3%;
    display: flex; 
    height: 100%;
    flex-flow: row wrap;
    justify-content: center;

}

.flex-item[b-xpuvh5ym2u]{
    height: 100%;
    margin: 1em;
    width: 250px;
    flex-flow: column wrap;
    text-align: center;
    align-items: center;
    display: flex;

}

.icono[b-xpuvh5ym2u]{
    width: 80px;
    height: 80px;
    font-size: 40px;
    background-color: rgb(237, 237, 237);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icono i[b-xpuvh5ym2u]{
    display: flex;
    justify-content: center;
    color: black;
    transition: 0.5s;
}


.titulo[b-xpuvh5ym2u]{
    padding-top: 1em;
    font-size: 16px;
    color: black;
    transition: 0.5s;
}    

.flex-item:hover .icono i[b-xpuvh5ym2u]{
    color:red;
    font-size: 45px;
    transition: 0.5s;
    
}
.flex-item:hover .titulo[b-xpuvh5ym2u]{
    color: red;
    transition: 0.5s;
}

.descripcion[b-xpuvh5ym2u]{
    font-size: 14px;
    margin-top: 12px;
}

.divider[b-xpuvh5ym2u]{
    margin-top: 2px;
    width: 30%;
    padding-left: 10px;
    border-bottom: 1px solid red;
}
/* /Pages/Componentes/Index/Pruebas.razor.rz.scp.css */
*[b-upssv11r5o] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
  }
  
  body[b-upssv11r5o] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #333333;
    font-family: "Roboto", sans-serif;
  }
  
  header[b-upssv11r5o] {
    width: 100%;
    padding: 15px;
    background-color: #212121;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  .search-bar[b-upssv11r5o] {
    display: flex;
    position: relative;
    width: 870px;
    height: 48px;
    margin: 0 auto;
    border-radius: 4px;
  }
  
  .search-category[b-upssv11r5o] {
    position: relative;
    padding: 0 20px;
    background-color: #4c4c4c;
    border-radius: 4px 0 0 4px;
  }
  
  .search-category a[b-upssv11r5o] {
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: capitalize;
  }
  
  .search-category a i[b-upssv11r5o] {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    transition: all 0.2s;
  }
  
  .search-category:hover a i[b-upssv11r5o] {
    transform: rotate(180deg);
  }
  
  .category-menu[b-upssv11r5o] {
    width: 240px;
    padding: 20px;
    background-color: #262626;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.38s;
    z-index: 11;
  }
  
  .category-menu .subject[b-upssv11r5o] {
    margin: 4px 0;
    color: #ffffff;
    text-transform: capitalize;
  }
  
  .category-menu .menu-item[b-upssv11r5o] {
    position: relative;
    padding: 6px 0 6px 36px;
    color: #999999;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
    transition: all 0.13s;
  }
  
  .category-menu .menu-item:hover[b-upssv11r5o] {
    color: #fbbc05;
  }
  
  .search-category:hover .category-menu[b-upssv11r5o] {
    top: calc(100% + 4px);
    opacity: 1;
    pointer-events: all;
  }
  
  .input-search[b-upssv11r5o] {
    width: 100%;
    flex: 1;
  }
  
  .input-search input[b-upssv11r5o] {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    color: #ffffff;
    background-color: #333333;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
  }
  
  .search-btn[b-upssv11r5o] {
    width: 58px;
    height: 100%;
    color: #ffffff;
    background-color: #333333;
    font-size: 16px;
    border-radius: 0 4px 4px 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .search-btn i[b-upssv11r5o] {
    font-size: 24px;
  }
  
  .search-menu[b-upssv11r5o] {
    display: none;
    width: 100%;
    padding: 20px 30px;
    color: #999999;
    background-color: #262626;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    z-index: 10;
  }
  
  .search-related a[b-upssv11r5o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    transition: all 0.13s;
  }
  
  .search-related a:hover[b-upssv11r5o] {
    color: #ffffff;
  }
  
  .input-search input:focus + .search-menu[b-upssv11r5o] {
    display: block;
  }
/* /Pages/Componentes/Index/Tendencias.razor.rz.scp.css */
.productos[b-m2pvicgbw1] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 2em;
}

@media screen and (max-width: 900px) {
    .productos[b-m2pvicgbw1] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .productos[b-m2pvicgbw1] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .productos[b-m2pvicgbw1] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Configuracion/Sucursales/AgregarHistoriaModal.razor.rz.scp.css */
.contenedor[b-3r0dxxeflg]{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
label[b-3r0dxxeflg]{
    font-weight: 800;
    font-size: 17px;

}

.items[b-3r0dxxeflg]{
display: flex;
flex-direction: column;
width: 100%;
background-color: red;
padding-top: 20px;
}
/* /Pages/Configuracion/Sucursales/AgregarSucursalDirectorioModal.razor.rz.scp.css */
.contenedor[b-drpi7awtos]{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
label[b-drpi7awtos]{
    font-weight: 800;
    font-size: 17px;

}

.items[b-drpi7awtos]{
display: flex;
flex-direction: column;
width: 100%;
background-color: red;
padding-top: 20px;
}
/* /Pages/Configuracion/Sucursales/UploadImageHistoria.razor.rz.scp.css */

.tab[b-02l6eff1gv] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

    .tab button[b-02l6eff1gv] {
        background-color: rgb(227, 227, 227);
        margin-left: 1em;
        border-radius: 10px;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #9f9f9f;
    }

        .tab button:hover[b-02l6eff1gv] {
            background-color: rgb(218, 218, 218);
        }

.tabcontent[b-02l6eff1gv] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-02l6eff1gv] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

    .container-titulo h2[b-02l6eff1gv] {
        font-weight: bold;
    }

.astrodivider[b-02l6eff1gv] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-02l6eff1gv] {
    overflow: hidden;
}

    .astrodividermask[b-02l6eff1gv]:after {
        content: '';
        display: block;
        width: 30%;
        height: 25px;
        border-radius: 125px / 12px;
        box-shadow: 0 0 7px rgba(0,71,186,0.60);
    }

.astrodivider span[b-02l6eff1gv] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0,71,186,0.60);
    background: #fff;
}

.astrodivider i[b-02l6eff1gv] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0,71,186,0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-02l6eff1gv] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Configuracion/Sucursales/UploadImageSucursal.razor.rz.scp.css */

.tab[b-3egg57vbgq] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

    .tab button[b-3egg57vbgq] {
        background-color: rgb(227, 227, 227);
        margin-left: 1em;
        border-radius: 10px;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #9f9f9f;
    }

        .tab button:hover[b-3egg57vbgq] {
            background-color: rgb(218, 218, 218);
        }

.tabcontent[b-3egg57vbgq] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-3egg57vbgq] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

    .container-titulo h2[b-3egg57vbgq] {
        font-weight: bold;
    }

.astrodivider[b-3egg57vbgq] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-3egg57vbgq] {
    overflow: hidden;
}

    .astrodividermask[b-3egg57vbgq]:after {
        content: '';
        display: block;
        width: 30%;
        height: 25px;
        border-radius: 125px / 12px;
        box-shadow: 0 0 7px rgba(0,71,186,0.60);
    }

.astrodivider span[b-3egg57vbgq] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0,71,186,0.60);
    background: #fff;
}

.astrodivider i[b-3egg57vbgq] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0,71,186,0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-3egg57vbgq] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Configuracion/Sucursales/UploadImageSucursalV1.razor.rz.scp.css */

.tab[b-4cunzmj38q] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

    .tab button[b-4cunzmj38q] {
        background-color: rgb(227, 227, 227);
        margin-left: 1em;
        border-radius: 10px;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #9f9f9f;
    }

        .tab button:hover[b-4cunzmj38q] {
            background-color: rgb(218, 218, 218);
        }

.tabcontent[b-4cunzmj38q] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-4cunzmj38q] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

    .container-titulo h2[b-4cunzmj38q] {
        font-weight: bold;
    }

.astrodivider[b-4cunzmj38q] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-4cunzmj38q] {
    overflow: hidden;
}

    .astrodividermask[b-4cunzmj38q]:after {
        content: '';
        display: block;
        width: 30%;
        height: 25px;
        border-radius: 125px / 12px;
        box-shadow: 0 0 7px rgba(0,71,186,0.60);
    }

.astrodivider span[b-4cunzmj38q] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0,71,186,0.60);
    background: #fff;
}

.astrodivider i[b-4cunzmj38q] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0,71,186,0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-4cunzmj38q] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Cuenta/Compras.razor.rz.scp.css */
.contenedor[b-0a3bdqk3dd] {
    /*max-width: 1000px;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 10px;
    grid-template-areas: "head head head head slidebtn" "cont cont cont cont slidebtn" "cont cont cont cont slidebtn";
}

.contenedor .head[b-0a3bdqk3dd] {
    grid-area: head;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
        background-color: #000;
        color: #fff;
        opacity: .5;*/
    background-color: rgba(255, 0, 0, 0.5);
    width: 100%;
}

.contenedor .slidebtn[b-0a3bdqk3dd] {
    grid-area: slidebtn;
}

.contenedor .cont[b-0a3bdqk3dd] {
    grid-area: cont
}

.grid[b-0a3bdqk3dd] {
    display: grid;
    grid-template-columns: 75% 25%;
}


  .desktop[b-0a3bdqk3dd]{
    display: block;

  }
  
  .mobile[b-0a3bdqk3dd]{
    display: none;
  }
  
  @media (max-width: 950px) {

    .desktop[b-0a3bdqk3dd]{
        display: none;
      }
      
    .mobile[b-0a3bdqk3dd]{
        display: block;
    }
  }

/*
@media screen and (max-width: 768px) {
    .contenedor {
        grid-template-areas: "head head head head head" "cont cont cont cont cont" "slidebtn slidebtn slidebtn slidebtn slidebtn";
    }
    .contenedor .head {
        display: block;
    }
    .slidebtn {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
}
*/


/*@media screen and (max-width: 480px) {
    .container {
        grid-template-columns: repeat(1,1fr);
    }
}*/
/* /Pages/Cuenta/Cuenta.razor.rz.scp.css */

.underline-on-hover:hover[b-0fzq6ex6xp] {
    color: red; /* Change the color here */
}

  .cuenta[b-0fzq6ex6xp]{
    display: block;

  }
  
  .cuentaResp[b-0fzq6ex6xp]{
    display: none;
  }
  
  @media (max-width: 950px) {

    .cuenta[b-0fzq6ex6xp]{
        display: none;
      }
      
      .cuentaResp[b-0fzq6ex6xp]{
        display: block;
      }
  }
/* /Pages/Cuenta/DireccionEntrega.razor.rz.scp.css */

.container[b-5715x46ir8] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.tarjeta[b-5715x46ir8] {
    height:100%;
}

.contenedorForm[b-5715x46ir8]{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-gap: .5%;
    grid-template-areas: "nombre nombre telefono"
                         "direccion direccion numero"
                         "colonia colonia codigopostal"
                         "estado estado estado"
                         "municipio municipio municipio"
                        "referencia1 referencia1 referencia1"
                        "referencia2 referencia2 referencia2"
                        "btn btn btn";
}

.contenedorForm .nombre[b-5715x46ir8]{
    grid-area: nombre;
}

.contenedorForm .direccion[b-5715x46ir8]{
    grid-area: direccion;
}

.contenedorForm .colonia[b-5715x46ir8]{
    grid-area:colonia;
}

.contenedorForm .codigopostal[b-5715x46ir8]{
    grid-area:codigopostal;
}

.contenedorForm .municipio[b-5715x46ir8]{
    grid-area:municipio;
}

.contenedorForm .estado[b-5715x46ir8]{
    grid-area: estado;
}

.contenedorForm .referencia1[b-5715x46ir8] {
    grid-area:referencia1;
}

.contenedorForm .referencia2[b-5715x46ir8]{
    grid-area:referencia2;
}

.contenedorForm .btn[b-5715x46ir8]{
    grid-area:btn;
}

.contenedorForm .telefono[b-5715x46ir8]{
    grid-area: telefono;
    display:flex;
}

.contenedorForm .numero[b-5715x46ir8]{
    grid-area: numero;
}

@media screen and (max-width: 768px) {
    .container[b-5715x46ir8] {
        grid-template-columns: repeat(2,1fr);
    }
    :root[b-5715x46ir8]{
        --display-desktop: none;
    }
    
}


@media screen and (max-width: 480px) {
    .container[b-5715x46ir8] {
        grid-template-columns: repeat(1,1fr);
    }
    .contenedorForm[b-5715x46ir8] {
        grid-template-rows: repeat(11, auto);
        grid-template-areas: "nombre nombre nombre"
            "telefono telefono telefono"
            "direccion direccion direccion"
            "numero numero numero"
            "colonia colonia colonia"
            "codigopostal codigopostal codigopostal"
            "estado estado estado"
            "municipio municipio municipio"
            "referencia1 referencia1 referencia1"
            "referencia2 referencia2 referencia2"
            "btn btn btn";
    }
}
/* /Pages/Cuenta/DireccionFacturacion.razor.rz.scp.css */

.container[b-xiad90fufk] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.tarjeta[b-xiad90fufk] {
    height: 100%;
}




@media screen and (max-width: 768px) {
    .container[b-xiad90fufk] {
        grid-template-columns: repeat(2,1fr);
    }
}



@media screen and (max-width: 480px) {
    .container[b-xiad90fufk] {
        grid-template-columns: repeat(1,1fr);
    }
}
/* /Pages/Cuenta/PedidoBADetalle.razor.rz.scp.css */
.contenedor[b-kdwn2hrf4z] {
    /*max-width: 1000px;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 10px;
    grid-template-areas: "head head head head" "cont cont cont cont" " slidebtn slidebtn slidebtn slidebtn";
}

.contenedor .head[b-kdwn2hrf4z] {
    grid-area: head;
    display: flex;
    align-items: center;
    justify-content: center;
    /*
        background-color: #000;
        color: #fff;
        opacity: .5;*/
    background-color: rgba(255, 0, 0, 0.5);
    width: 100%;
}

.contenedor .slidebtn[b-kdwn2hrf4z] {
    grid-area: slidebtn;
}

.contenedor .cont[b-kdwn2hrf4z] {
    grid-area: cont;
}

.grid[b-kdwn2hrf4z] {
    display: grid;
    grid-template-columns: 75% 25%;
}

@media screen and (max-width: 768px) {
    .contenedor[b-kdwn2hrf4z] {
        grid-template-areas: "head head head head " "cont cont cont cont" "slidebtn slidebtn slidebtn slidebtn";
    }
    .contenedor .head[b-kdwn2hrf4z] {
        display: block;
    }
   
    .grid[b-5hhr14kg30][b-kdwn2hrf4z]{
    display: grid;
    grid-template-columns:100%;
    
}
  
}


/*@media screen and (max-width: 480px) {
    .container {
        grid-template-columns: repeat(1,1fr);
    }
}*/
/* /Pages/Cuenta/ProductosFavoritosUsuario.razor.rz.scp.css */
  .desktop[b-q0xhs4jeo9]{
    display: block;

  }
  .desktop-titulo[b-q0xhs4jeo9]{
    display: block;

  }
  .desktop-paginacion[b-q0xhs4jeo9]{
    display: block;

  }
  .mobile[b-q0xhs4jeo9]{
    display: none;

  }

@media screen and (max-width: 950px) {
    .desktop[b-q0xhs4jeo9]{
        display: none;
    }
    .desktop-titulo[b-q0xhs4jeo9]{
        display: none;
    }
    .desktop-titulo[b-q0xhs4jeo9]{
        display: none;
    
      }
    .mobile[b-q0xhs4jeo9]{
        display: block;
    }
}
/* /Pages/Cuenta/SeguimientoPedido.razor.rz.scp.css */
.gridEnvio[b-1fpm8x32fs] {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
}

.botonDetalles[b-1fpm8x32fs] {
    margin-top: 25% !important;
}
:root[b-1fpm8x32fs]
{
    --rz-card-padding:0; 
    --rz-card-padding2: 2rem;
}
@media screen and (max-width: 710px) {
    .gridEnvio[b-1fpm8x32fs] {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 10px;
    }

    .botonDetalles[b-1fpm8x32fs] {
        margin-top: 5% !important;
    }
    :root[b-1fpm8x32fs]
    {
        --rz-card-padding:0;
        --rz-card-padding2: 0;
    }
}
/* /Pages/Cuenta/VincularCuenta.razor.rz.scp.css */
.container[b-wbx23qtwe4] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.tarjeta[b-wbx23qtwe4] {
    height:100%;
}

.contenedorForm[b-wbx23qtwe4]{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-gap: .5%;
    grid-template-areas: "nombre nombre telefono"
                         "direccion direccion numero"
                         "colonia colonia codigopostal"
                         "estado estado estado"
                         "municipio municipio municipio"
                        "referencia1 referencia1 referencia1"
                        "referencia2 referencia2 referencia2"
                        "btn btn btn";
}

.contenedorForm .nombre[b-wbx23qtwe4]{
    grid-area: nombre;
}

.contenedorForm .direccion[b-wbx23qtwe4]{
    grid-area: direccion;
}

.contenedorForm .colonia[b-wbx23qtwe4]{
    grid-area:colonia;
}

.contenedorForm .codigopostal[b-wbx23qtwe4]{
    grid-area:codigopostal;
}

.contenedorForm .municipio[b-wbx23qtwe4]{
    grid-area:municipio;
}

.contenedorForm .estado[b-wbx23qtwe4]{
    grid-area: estado;
}

.contenedorForm .referencia1[b-wbx23qtwe4] {
    grid-area:referencia1;
}

.contenedorForm .referencia2[b-wbx23qtwe4]{
    grid-area:referencia2;
}

.contenedorForm .btn[b-wbx23qtwe4]{
    grid-area:btn;
}

.contenedorForm .telefono[b-wbx23qtwe4]{
    grid-area: telefono;
    display:flex;
}

.contenedorForm .numero[b-wbx23qtwe4]{
    grid-area: numero;
}

@media screen and (max-width: 768px) {
    .container[b-wbx23qtwe4] {
        grid-template-columns: repeat(2,1fr);
    }
    
}


@media screen and (max-width: 480px) {
    .container[b-wbx23qtwe4] {
        grid-template-columns: repeat(1,1fr);
    }
    .contenedorForm[b-wbx23qtwe4] {
        grid-template-rows: repeat(11, auto);
        grid-template-areas: "nombre nombre nombre"
            "telefono telefono telefono"
            "direccion direccion direccion"
            "numero numero numero"
            "colonia colonia colonia"
            "codigopostal codigopostal codigopostal"
            "estado estado estado"
            "municipio municipio municipio"
            "referencia1 referencia1 referencia1"
            "referencia2 referencia2 referencia2"
            "btn btn btn";
    }
}
/* /Pages/Facturacion.razor.rz.scp.css */
/* {
    box-sizing: border-box;
}*/

/*.mud-typography-h2{
    font-size: 2rem
}

.contenido {
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 21px -11px rgba(0, 0, 0, 0.75);
    align-items: center;
    padding: 2em;
    text-align: center;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-wraper {
    margin-bottom: 1em;
}

.contact-form {
    width: 100%;
}

.contact-info {
    text-align: center;
    background-color: #123780;
    color: #fff;
    padding: 2em;
    border-radius: 5px;
}

.factura {
    display: Flex;
}

@media (min-width: 700px) {
    .contact-wraper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .mud-typography-h2{
        font-size: 1.2rem
    }
    
}*/
/* /Pages/Index.razor.rz.scp.css */

.busquedaVehiculo[b-o1k9a2r2ap]{
    display: block;
  }

  
.busquedaVehiculoMin[b-o1k9a2r2ap]{
    display: none;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 20px;

}


 


@media screen and (max-width: 600px) {
    .tabcontent[b-o1k9a2r2ap] {
        padding: 5px;
    }
}



@media screen and (max-width: 700px) {
    .mud-carousel-item[b-o1k9a2r2ap] {
        height: 15vh !important;
    }
}

@media screen and (max-width: 600px) {
    .mud-carousel-item[b-o1k9a2r2ap] {
        height: 20vh !important;
    }
}

@media screen and (max-width: 1200px) {
    .mud-carousel-item[b-o1k9a2r2ap] {
        height: 30vh !important;
    }
}


@media (max-width: 950px) {
    .busquedaVehiculo[b-o1k9a2r2ap]{
        display: none;
      }
      
    .busquedaVehiculoMin[b-o1k9a2r2ap]{
        display: flex;
    }
  }

@media screen and (max-width: 650px )
{
    .bannerMsiResp[b-o1k9a2r2ap]
    {
        min-height: 10vh;
    }
}


.swiper[b-o1k9a2r2ap] {
    width: 100%;
    height: 25%;
}


@media screen and (max-width: 700px) {
    .swiper[b-o1k9a2r2ap] {
        height: 20vh !important;
    }
}

@media screen and (max-width: 600px) {
    .swiper[b-o1k9a2r2ap] {
        height: 30vh !important;
    }
}

@media screen and (max-width: 1200px) {
    .swiper[b-o1k9a2r2ap] {
        height: 45vh !important;
    }
}
/* /Pages/NuestrasMarcas.razor.rz.scp.css */
    .grid-container[b-1zidv4wwl5] {
       
        grid-template-columns: repeat(8, 1fr); /* 6 columnas en pantallas grandes */
        gap: 25px; /* Espacio entre columnas */
        text-align: center;
        display: grid;
        justify-items: center;
        /*padding: 0 10rem 0 10rem;*/
    }
    .centradoColumn[b-1zidv4wwl5]{
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
    }

    /* Responsividad */
    @media (max-width: 1200px) {
        .grid-container[b-1zidv4wwl5] {
            grid-template-columns: repeat(4, 1fr); /* 4 columnas en pantallas medianas */
        }
    }

    @media (max-width: 800px) {
        .grid-container[b-1zidv4wwl5] {
            grid-template-columns: repeat(4, 1fr); /* 3 columnas en pantallas pequeñas */
            padding: 0;
        }

    }

    @media (max-width: 500px) {
        .grid-container[b-1zidv4wwl5] {
            grid-template-columns: repeat(2, 1fr); /* 2 columnas en pantallas muy pequeñas */
        }
    }

    @media (max-width: 300px) {
        .grid-container[b-1zidv4wwl5] {
            grid-template-columns: 2fr; /* 1 columna en pantallas muy pequeñas */
        }
    }
/* /Pages/Plataformas/BA/OrdenesBADetalles.razor.rz.scp.css */
.gridData[b-322dly434e] {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.tab[b-322dly434e] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tab button[b-322dly434e] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tab button:hover[b-322dly434e] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-322dly434e] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}
/* /Pages/Plataformas/BA/PedidoBaDetalles.razor.rz.scp.css */
.gridData[b-vtewo8qc3k] {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.tab[b-vtewo8qc3k] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tab button[b-vtewo8qc3k] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tab button:hover[b-vtewo8qc3k] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-vtewo8qc3k] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}
/* /Pages/Plataformas/BA/PedidoBaDetallesSkyDropxPro.razor.rz.scp.css */
.gridData[b-7j7jn1kugg] {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.tab[b-7j7jn1kugg] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tab button[b-7j7jn1kugg] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tab button:hover[b-7j7jn1kugg] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-7j7jn1kugg] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}
/* /Pages/Plataformas/MercadoLibre/DevolucionesMercadoLibreDetalle.razor.rz.scp.css */

.tab[b-77yl4khzxy] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

    .tab button[b-77yl4khzxy] {
        background-color: rgb(227, 227, 227);
        margin-left: 1em;
        border-radius: 10px;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #9f9f9f;
    }

        .tab button:hover[b-77yl4khzxy] {
            background-color: rgb(218, 218, 218);
        }

.tabcontent[b-77yl4khzxy] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-77yl4khzxy] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-77yl4khzxy] {
    font-weight: bold;
}
/* /Pages/Plataformas/MercadoLibre/PreguntaMercadoLibreDetalle.razor.rz.scp.css */

.tab[b-3ceqkd9gmz] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

    .tab button[b-3ceqkd9gmz] {
        background-color: rgb(227, 227, 227);
        margin-left: 1em;
        border-radius: 10px;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #9f9f9f;
    }

        .tab button:hover[b-3ceqkd9gmz] {
            background-color: rgb(218, 218, 218);
        }

.tabcontent[b-3ceqkd9gmz] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-3ceqkd9gmz] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-3ceqkd9gmz] {
    font-weight: bold;
}
/* /Pages/Plataformas/MercadoLibre/VentasMercadoLibreDetalle.razor.rz.scp.css */

.tab[b-anccymw8qr] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

    .tab button[b-anccymw8qr] {
        background-color: rgb(227, 227, 227);
        margin-left: 1em;
        border-radius: 10px;
        outline: none;
        border: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        color: #9f9f9f;
    }

        .tab button:hover[b-anccymw8qr] {
            background-color: rgb(218, 218, 218);
        }

.tabcontent[b-anccymw8qr] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-anccymw8qr] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-anccymw8qr] {
    font-weight: bold;
}
/* /Pages/Plataformas/PublicacionDetalle.razor.rz.scp.css */
.tab[b-qq53utktdm] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tab button[b-qq53utktdm] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tab button:hover[b-qq53utktdm] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-qq53utktdm] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-qq53utktdm] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-qq53utktdm] {
    font-weight: bold;
}

.astrodivider[b-qq53utktdm] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-qq53utktdm] {
    overflow: hidden;
}

.astrodividermask[b-qq53utktdm]:after {
    content: '';
    display: block;
    width: 30%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
}

.astrodivider span[b-qq53utktdm] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
    background: #fff;
}

.astrodivider i[b-qq53utktdm] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0, 71, 186, 0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-qq53utktdm] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Plataformas/PublicacionDetalleAmazon.razor.rz.scp.css */
.tab[b-f0ln04gz5v] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tab button[b-f0ln04gz5v] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tab button:hover[b-f0ln04gz5v] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-f0ln04gz5v] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-f0ln04gz5v] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-f0ln04gz5v] {
    font-weight: bold;
}

.astrodivider[b-f0ln04gz5v] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-f0ln04gz5v] {
    overflow: hidden;
}

.astrodividermask[b-f0ln04gz5v]:after {
    content: '';
    display: block;
    width: 30%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
}

.astrodivider span[b-f0ln04gz5v] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
    background: #fff;
}

.astrodivider i[b-f0ln04gz5v] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0, 71, 186, 0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-f0ln04gz5v] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Plataformas/PublicacionDetalleBA.razor.rz.scp.css */
.tabBA[b-1v52nzwnae] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tabBA button[b-1v52nzwnae] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tabBA button:hover[b-1v52nzwnae] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-1v52nzwnae] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-1v52nzwnae] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-1v52nzwnae] {
    font-weight: bold;
}

.astrodivider[b-1v52nzwnae] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-1v52nzwnae] {
    overflow: hidden;
}

.astrodividermask[b-1v52nzwnae]:after {
    content: '';
    display: block;
    width: 30%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
}

.astrodivider span[b-1v52nzwnae] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
    background: #fff;
}

.astrodivider i[b-1v52nzwnae] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0, 71, 186, 0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-1v52nzwnae] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Plataformas/PublicacionDetalleGMC.razor.rz.scp.css */
.tab[b-0g70u2x2th] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
    margin-bottom: 2em;
}

.tab button[b-0g70u2x2th] {
    background-color: rgb(227, 227, 227);
    margin-left: 1em;
    border-radius: 10px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    color: #9f9f9f;
}

.tab button:hover[b-0g70u2x2th] {
    background-color: rgb(218, 218, 218);
}

.tabcontent[b-0g70u2x2th] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-0g70u2x2th] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-0g70u2x2th] {
    font-weight: bold;
}

.astrodivider[b-0g70u2x2th] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-0g70u2x2th] {
    overflow: hidden;
}

.astrodividermask[b-0g70u2x2th]:after {
    content: '';
    display: block;
    width: 30%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
}

.astrodivider span[b-0g70u2x2th] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
    background: #fff;
}

.astrodivider i[b-0g70u2x2th] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0, 71, 186, 0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-0g70u2x2th] {
    padding-left: 3px;
    height: 35px;
}
/* /Pages/Productos/AplicacionesProductos.razor.rz.scp.css */
.contenedor[b-8tnunqi4rd]{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
    margin-top: 2em;

}
.busquedaVehiculo2[b-8tnunqi4rd]{
    display: block;
  }

  
.busquedaVehiculoMin2[b-8tnunqi4rd]{
    display: none;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 20px;

}


.rz-checkbox[b-8tnunqi4rd] {
   margin-top: 10px!important;
    /* margin: var(--rz-checkbox-label-margin); */
}


/*
.productos{

    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}

*/

.productos[b-8tnunqi4rd] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-top: 2em;
}
.filtros[b-8tnunqi4rd]{
    margin-top: 10px;
}



@media screen and (max-width: 900px) {
	.productos[b-8tnunqi4rd]{
        grid-template-columns: repeat(2,1fr);

    }
}

@media screen and (max-width: 700px) {
	.productos[b-8tnunqi4rd]{
        grid-template-columns: repeat(1,1fr);

    }
    .busquedaVehiculo2[b-8tnunqi4rd]{
        display: none;
      }
      
    .busquedaVehiculoMin2[b-8tnunqi4rd]{
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .contenedor[b-8tnunqi4rd]{
        grid-template-columns: 1fr;
    }
}
/* /Pages/Productos/CardProducto.razor.rz.scp.css */
 .cveProducto[b-m6nqhzdwip]
{
        font-weight: bold;
        font-size:18px !important; 
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap; 
        color: black;
        text-wrap:balance;
}
.marcaProducto[b-m6nqhzdwip]
{
        font-weight: bold;
        font-size:11px !important; 
        color:black;
}
/* /Pages/Productos/FiltrosRefacciones.razor.rz.scp.css */

.filtros[b-t8lepi026b]{
    margin-top: 2em;
}
/* /Pages/Productos/ProductoDetalle.razor.rz.scp.css */
.tab[b-h7ldqh3hul] {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding-top: 50px;
    margin-top: -3em;
}

.tab button[b-h7ldqh3hul] {
    margin-left: 1em;
    border-radius: 10px;
    min-width: 150px;
    max-width: 150px;
    max-height: 40px;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover[b-h7ldqh3hul] {
    background-color: rgb(218, 218, 218);
}



.tabcontent[b-h7ldqh3hul] {
    padding: 6px 12px;
    border-top: none;
    transition: 1s;
}

.container-titulo[b-h7ldqh3hul] {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    color: black;
}

.container-titulo h2[b-h7ldqh3hul] {
    font-weight: bold;
}

.astrodivider[b-h7ldqh3hul] {
    margin-top: 20px;
    width: 80em;
    max-width: 100%;
    position: relative;
}

.astrodividermask[b-h7ldqh3hul] {
    overflow: hidden;
}

.astrodividermask[b-h7ldqh3hul]:after {
    content: '';
    display: block;
    width: 30%;
    height: 25px;
    border-radius: 125px / 12px;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
}

.astrodivider span[b-h7ldqh3hul] {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 0 7px rgba(0, 71, 186, 0.60);
    background: #fff;
}

.astrodivider i[b-h7ldqh3hul] {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed rgba(0, 71, 186, 0.60);
    ;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #049372;
}

.astrodivider img[b-h7ldqh3hul] {
    padding-left: 3px;
    height: 35px;
}

.contenedor[b-h7ldqh3hul] {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
    margin-top: 2em;
}




.promo-container[b-h7ldqh3hul] {
    background-color: rgb(161, 18, 18);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.promo-title[b-h7ldqh3hul] {
    background-color: #fff;
    color: rgb(161, 18, 18);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.promo-text[b-h7ldqh3hul] {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.promo-codes[b-h7ldqh3hul] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.promo-code[b-h7ldqh3hul] {
    background-color: #f1faee;
    border: 1px dashed #457b9d;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: monospace;
    font-size: 16px;
}

.texto-promocion[b-h7ldqh3hul] {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-align: left; /* Alineado a la izquierda */
    display: flex;
    align-items: center; /* Centrar verticalmente */
    text-transform: capitalize; /* Primera letra mayúscula */
  }
/* /Pages/Productos/ProductosEquivalentes.razor.rz.scp.css */
.container[b-nm5abh2xvk] {
    /*max-width: 1000px;*/
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}
.tarjeta[b-nm5abh2xvk] {
    height:100%;
}

@media screen and (max-width: 768px) {
    .container[b-nm5abh2xvk] {
        grid-template-columns: repeat(2,1fr);
    }
}


@media screen and (max-width: 480px) {
    .container[b-nm5abh2xvk] {
        grid-template-columns: repeat(1,1fr);
    }
}


.productos[b-nm5abh2xvk] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 2em;
}
/* /Pages/Productos/ProductosNew.razor.rz.scp.css */
.productos[b-a8ywmqiw3w] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 2em;
}

@media screen and (max-width: 900px) {
    .productos[b-a8ywmqiw3w] {
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 700px) {
    .productos[b-a8ywmqiw3w] {
        grid-template-columns: repeat(2,1fr);
    }
    .busquedaVehiculo2[b-a8ywmqiw3w]{
        display: none;
      }
      
    .busquedaVehiculoMin2[b-a8ywmqiw3w]{
        display: flex;
    }
}

@media screen and (max-width: 600px) {
    .productos[b-a8ywmqiw3w] {
        grid-template-columns: 1fr;
    }
}

.busquedaVehiculo2[b-a8ywmqiw3w]{
    display: block;
  }

  
.busquedaVehiculoMin2[b-a8ywmqiw3w]{
    display: none;
    margin-top: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 20px;

}
/* /Pages/Proveedor.razor.rz.scp.css */
*[b-mxiufggclf]{
    box-sizing: border-box;
}

.contenido[b-mxiufggclf]{
    background-color: #f4f4f4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 21px -11px rgba(0,0,0,0.75);
    align-items: center;
    padding: 2em;
    text-align: center;
}
.content[b-mxiufggclf]{
    
    
   
}

.contact-wraper[b-mxiufggclf]{
    margin-bottom: 1em;
}

.contact-form[b-mxiufggclf]{
    
    background-color: #123780;
}

.contact-info[b-mxiufggclf]{
    
    text-align: center;
    background-color:white;
    color: black;
    padding: 2em;
    border-radius: 5px;
}


 .quitaEmpalme[b-mxiufggclf]{
        margin: 0 10rem 0 10rem;
}
@media (max-width: 1024px) {
    .quitaEmpalme[b-mxiufggclf] {
        margin: 5rem 0 0 0;
    }
}

/* /Shared/InitLayout.razor.rz.scp.css */
.page[b-07d3hg9bhs] {
    position: relative;
    display: flex;
    flex-direction: column;
}


@font-face {
    font-family: 'MaterialSymbols';
    src: url('/fonts/MaterialS.woff2?v=T307h1CS2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans';
    src: url('/fonts/SourceSans.ttf.woff2?v=jtsm3GvJs') format('woff2');
    font-display: swap;
}



body[b-07d3hg9bhs] {

    display: flex;/*block*/
    flex-direction: column;/**/
    background-image: none !important;  
    margin-top: 16px;
    min-height: 100vh;
    max-width: 1920px;
    margin: auto;
}
/* ------------------------- Margen a todo el sitio ------------------------- */
.containerFree[b-07d3hg9bhs]{
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 5rem;
    margin-bottom:2rem;
}
.containerProductos[b-07d3hg9bhs]
{
    margin: 5rem 1rem 2rem 1rem;
}
.index[b-07d3hg9bhs]{
    display: block;
    margin-top: 7rem;
    z-index:0;
    min-height:calc(100vh - 68px); overflow:auto;
}

.indexResp[b-07d3hg9bhs]{
    display: none;
}
.footer[b-07d3hg9bhs] {
    position: absolute;
    bottom: 0;
}

main[b-07d3hg9bhs] {
    flex: 1;
}

.sidebar[b-07d3hg9bhs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-07d3hg9bhs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-07d3hg9bhs]  a, .top-row .btn-link[b-07d3hg9bhs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-07d3hg9bhs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-07d3hg9bhs] {
        display: none;
    }

    .top-row.auth[b-07d3hg9bhs] {
        justify-content: space-between;
    }

    .top-row a[b-07d3hg9bhs], .top-row .btn-link[b-07d3hg9bhs] {
        margin-left: 0;
    }
}

@media (max-width: 1200px){

    .container[b-07d3hg9bhs] {
        max-width: 1340px;
    }
}

@media (min-width: 641px) {
    .page[b-07d3hg9bhs] {
        flex-direction: row;
    }

    .sidebar[b-07d3hg9bhs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-07d3hg9bhs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-07d3hg9bhs], article[b-07d3hg9bhs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(max-width: 950px) {
    .index[b-07d3hg9bhs]{
        margin-top: 6.5em;
        z-index:0;
    }
    .containerProductos[b-07d3hg9bhs]
    {
        margin: 1rem 1rem 2rem 1rem;
    }
    /* ------------------------- Margen a todo el sitio ------------------------- */
    .containerFree[b-07d3hg9bhs]{
        margin: 1rem 1rem 2rem 1rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vdyh695lmk] {
    position: relative;
    display: flex;
    flex-direction: column;
}
@font-face {
    font-family: 'MaterialSymbols';
    src: url('/fonts/MaterialS.woff2?v=T307h1CS2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'SourceSans';
    src: url('/fonts/SourceSans.ttf.woff2?v=jtsm3GvJs') format('woff2');
    font-display: swap;
}


body[b-vdyh695lmk] {

    display: flex;/*block*/
    flex-direction: column;/**/
    background-image: none !important;  
    margin-top: 16px;
    min-height: 100vh;
    max-width: 1920px;
    margin: auto;
}
/* ------------------------- Margen a todo el sitio ------------------------- */
.containerFree[b-vdyh695lmk]{
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 5rem;
    margin-bottom:2rem;
}
.containerProductos[b-vdyh695lmk]
{
    margin: 5rem 1rem 2rem 1rem;
}
.index[b-vdyh695lmk]{
    display: block;
    margin-top: 7rem;
    z-index:0;
    min-height:calc(100vh - 68px); overflow:auto;
}

.indexResp[b-vdyh695lmk]{
    display: none;
}
.footer[b-vdyh695lmk] {
    position: absolute;
    bottom: 0;
}

main[b-vdyh695lmk] {
    flex: 1;
}

.sidebar[b-vdyh695lmk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vdyh695lmk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vdyh695lmk]  a, .top-row .btn-link[b-vdyh695lmk] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vdyh695lmk] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vdyh695lmk] {
        display: none;
    }

    .top-row.auth[b-vdyh695lmk] {
        justify-content: space-between;
    }

    .top-row a[b-vdyh695lmk], .top-row .btn-link[b-vdyh695lmk] {
        margin-left: 0;
    }
}

@media (max-width: 1200px){

    .container[b-vdyh695lmk] {
        max-width: 1340px;
    }
}

@media (min-width: 641px) {
    .page[b-vdyh695lmk] {
        flex-direction: row;
    }

    .sidebar[b-vdyh695lmk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vdyh695lmk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-vdyh695lmk], article[b-vdyh695lmk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(max-width: 950px) {
    .index[b-vdyh695lmk]{
        margin-top: 6.5em;
        z-index:0;
    }
    .containerProductos[b-vdyh695lmk]
    {
        margin: 1rem 1rem 2rem 1rem;
    }
    /* ------------------------- Margen a todo el sitio ------------------------- */
    .containerFree[b-vdyh695lmk]{
        margin: 0;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-b6vaa10xyk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-b6vaa10xyk] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-b6vaa10xyk] {
    font-size: 1.1rem;
}

.oi[b-b6vaa10xyk] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-b6vaa10xyk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-b6vaa10xyk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-b6vaa10xyk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-b6vaa10xyk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-b6vaa10xyk]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-b6vaa10xyk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-b6vaa10xyk] {
        display: none;
    }

    .collapse[b-b6vaa10xyk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-b6vaa10xyk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-93gjd6lns3],
.components-reconnect-repeated-attempt-visible[b-93gjd6lns3],
.components-reconnect-failed-visible[b-93gjd6lns3],
.components-pause-visible[b-93gjd6lns3],
.components-resume-failed-visible[b-93gjd6lns3],
.components-rejoining-animation[b-93gjd6lns3] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-retrying[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-failed[b-93gjd6lns3],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-93gjd6lns3] {
    display: block;
}
.components-rejoining-animation[b-93gjd6lns3] {
    display: block !important;
}

#components-reconnect-modal[b-93gjd6lns3] {
    background-color:white !important;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: .9 !important;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-93gjd6lns3 0.5s both;
    &[open]

    {
        animation: components-reconnect-modal-slideUp-b-93gjd6lns3 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-93gjd6lns3 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-93gjd6lns3]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-93gjd6lns3 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-93gjd6lns3 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-93gjd6lns3 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-93gjd6lns3 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-93gjd6lns3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-93gjd6lns3] {
    margin: 0;
    text-align: center;
    color: #213B78;
    font-size: 1rem;
    text-wrap: balance;
}

#components-reconnect-modal button[b-93gjd6lns3] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 1rem;
    border-radius: 4px;
    margin: 0!important;
}

    #components-reconnect-modal button:hover[b-93gjd6lns3] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-93gjd6lns3] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-93gjd6lns3] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-93gjd6lns3] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-93gjd6lns3 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-93gjd6lns3] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-93gjd6lns3 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Shared/SurveyPrompt.razor.rz.scp.css */
ul[b-4x543r4dq8] {
    margin: 0px;
    padding: 0px;
}
.footer-section[b-4x543r4dq8] {
background: rgb(15,43,101);
  background: linear-gradient(180deg, rgba(15,43,101,1) 0%, rgba(20,60,140,1) 46%, rgba(15,43,101,1) 100%);
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
  clear: both;
  margin-top: auto;/*3em*/
}
.footer-cta[b-4x543r4dq8] {
  border-bottom: 1px solid #ffffff4d;
}
.single-cta i[b-4x543r4dq8] {
  color: #d7282f;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.single-cta a[b-4x543r4dq8] {
    color: #e9e9e9;
  }
.cta-text[b-4x543r4dq8] {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4[b-4x543r4dq8] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span[b-4x543r4dq8] {
  color: #ffffff;
  font-size: 15px;
}
.footer-content[b-4x543r4dq8] {
  margin-top:0;
  position: relative;
  z-index: 1;
  
}
.footer-pattern img[b-4x543r4dq8] {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo[b-4x543r4dq8] {
  margin-bottom: 10px;
}
.footer-logo img[b-4x543r4dq8] {
    max-width: 320px;
    width:320px;
}
.footer-text p[b-4x543r4dq8] {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span[b-4x543r4dq8] {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a[b-4x543r4dq8] {
  color: #fff;
  font-size: 25px;
  margin-right: 15px;
}
.footer-social-icon i[b-4x543r4dq8] {
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
}

.footer-widget-heading h3[b-4x543r4dq8] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading-movil h3[b-4x543r4dq8] {
  color: #fff;
  top: 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: start;
  margin-bottom: 1rem;
}

.footer-widget-heading-movil h3[b-4x543r4dq8]::before {
  content: "";
  position: absolute;
  
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #d7282f;
}
.footer-widget-heading h3[b-4x543r4dq8]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 50px;
  background: #d7282f;
}
.footer-widget ul li[b-4x543r4dq8] {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a[b-4x543r4dq8] {
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0.8;
}
.footer-widget ul li:hover a[b-4x543r4dq8] {
    opacity: 1;
}

.subscribe-form[b-4x543r4dq8] {
  position: relative;
  overflow: hidden;
}


.subscribe-form input[b-4x543r4dq8] {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button[b-4x543r4dq8] {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i[b-4x543r4dq8] {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area[b-4x543r4dq8]{
  background: #123780;
  padding: 25px 0;
}
.copyright-text p[b-4x543r4dq8] {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a[b-4x543r4dq8]{
  color: #ff5e14;
}
.footer-menu li[b-4x543r4dq8] {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li a[b-4x543r4dq8] {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.desk[b-4x543r4dq8]
  {
    display:block;
  }
  #amvologo[b-4x543r4dq8]
  {
    display:block;
  }
  .movil[b-4x543r4dq8]
  {
    display:none;
  }
@media (max-width: 570px) {

  .footer-widget-heading-movil h3[b-4x543r4dq8]::before{
      left: calc(42%);
  }
  .footer-widget-heading-movil h3[b-4x543r4dq8] {
    color: #fff;
    top: 0;
    text-align: center;
  }
  #amvologo[b-4x543r4dq8]
  {
    display:none;
  }
  .desk[b-4x543r4dq8]
  {
    display:none;
  }
  .movil[b-4x543r4dq8]
  {
    display:block;
  }
}
/* -------------------------------------------------------------------------- */
/*                               Nuevos estilos                               */
/* -------------------------------------------------------------------------- */
        .footer-link[b-4x543r4dq8] {
            color: white;
            text-decoration: none;
        }
        .accordion-body[b-4x543r4dq8]
        {
            padding: 0 1rem;
            padding: 0 1rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .footer-link:hover[b-4x543r4dq8] {
            color: white; /* Cambia a un color resaltado para el hover */
            text-decoration: underline;
        }
        .footer-heading[b-4x543r4dq8] {
            color: white;
            font-size: 1.25rem;
        }
        .accordion-button[b-4x543r4dq8] {
            background-color: transparent;
            color: white;
            font-weight: bold;
            font-size: 1.3rem;
        }
        .accordion-button:focus[b-4x543r4dq8] {
            box-shadow: none;
        }
        .accordion-item[b-4x543r4dq8] {
            background-color: transparent;
            border: none;
        }
        .accordion-button[b-4x543r4dq8]::after
        {
            display: none;
        }
        .accordion-button:not(.collapsed)[b-4x543r4dq8]
        {
            color:white;
            background-color: transparent;
        }
        .rounded[b-4x543r4dq8] {
            border-top: 3px solid red;
            border-radius: 5px;
            width:20%;
            margin: .5rem;
            padding: 0;
        }
/* /Shared/SurveyPromptPages.razor.rz.scp.css */
ul[b-200p843mq7] {
    margin: 0px;
    padding: 0px;
}
.footer-section[b-200p843mq7] {
background: rgb(15,43,101);
  background: linear-gradient(180deg, rgba(15,43,101,1) 0%, rgba(20,60,140,1) 46%, rgba(15,43,101,1) 100%);
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
  clear: both;
  margin-top: auto;/*3em*/
}
.footer-cta[b-200p843mq7] {
  border-bottom: 1px solid #ffffff4d;
}
.single-cta i[b-200p843mq7] {
  color: #d7282f;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.single-cta a[b-200p843mq7] {
    color: #e9e9e9;
  }
.cta-text[b-200p843mq7] {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4[b-200p843mq7] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span[b-200p843mq7] {
  color: #ffffff;
  font-size: 15px;
}
.footer-content[b-200p843mq7] {
  margin-top:0;
  position: relative;
  z-index: 1;
  
}
.footer-pattern img[b-200p843mq7] {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo[b-200p843mq7] {
  margin-bottom: 10px;
}
.footer-logo img[b-200p843mq7] {
    max-width: 320px;
    width:320px;
}
.footer-text p[b-200p843mq7] {
  margin-bottom: 14px;
  font-size: 14px;
      color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span[b-200p843mq7] {
  color: #fff;
  display: block;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a[b-200p843mq7] {
  color: #fff;
  font-size: 25px;
  margin-right: 15px;
}
.footer-social-icon i[b-200p843mq7] {
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
}

.footer-widget-heading p[b-200p843mq7] {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading-movil p[b-200p843mq7] {
  color: #fff;
  top: 0;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  text-align: start;
  margin-bottom: 1rem;
}

.footer-widget-heading-movil p[b-200p843mq7]::before {
  content: "";
  position: absolute;
  
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #d7282f;
}
.footer-widget-heading p[b-200p843mq7]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 50px;
  background: #d7282f;
}
.footer-widget ul li[b-200p843mq7] {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a[b-200p843mq7] {
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0.8;
}
.footer-widget ul li:hover a[b-200p843mq7] {
    opacity: 1;
}

.subscribe-form[b-200p843mq7] {
  position: relative;
  overflow: hidden;
}


.subscribe-form input[b-200p843mq7] {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button[b-200p843mq7] {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i[b-200p843mq7] {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area[b-200p843mq7]{
  background: #123780;
  padding: 25px 0;
}
.copyright-text p[b-200p843mq7] {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a[b-200p843mq7]{
  color: #ff5e14;
}
.footer-menu li[b-200p843mq7] {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li a[b-200p843mq7] {
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
}
.desk[b-200p843mq7] 
  {
    display:block;
  }
  #amvologo[b-200p843mq7]
  {
    display:block;
  }
  .movil[b-200p843mq7]
  {
    display:none;
  }
@media (max-width: 570px) {

  .footer-widget-heading-movil p[b-200p843mq7]::before{
      left: calc(42%);
  }
  .footer-widget-heading-movil h3[b-200p843mq7] {
    color: #fff;
    top: 0;
    text-align: center;
  }
  .desk[b-200p843mq7] 
  {
    display:none;
  }
  .movil[b-200p843mq7]
  {
    display:block;
  }
  #amvologo[b-200p843mq7]
  {
    display:none;
  }
}
/* -------------------------------------------------------------------------- */
/*                               Nuevos estilos                               */
/* -------------------------------------------------------------------------- */
        .footer-link[b-200p843mq7] {
            color: white;
            text-decoration: none;
        }
        .accordion-body[b-200p843mq7]
        {
            padding: 0 1rem;
            padding: 0 1rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .footer-link:hover[b-200p843mq7] {
            color: white; /* Cambia a un color resaltado para el hover */
            text-decoration: underline;
        }
        .footer-heading[b-200p843mq7] {
            color: white;
            font-size: 1.25rem;
        }
        .accordion-button[b-200p843mq7] {
            background-color: transparent;
            color: white;
            font-weight: bold;
            font-size: 1.3rem;
        }
        .accordion-button:focus[b-200p843mq7] {
            box-shadow: none;
        }
        .accordion-item[b-200p843mq7] {
            background-color: transparent;
            border: none;
        }
        .accordion-button[b-200p843mq7]::after
        {
            display: none;
        }
        .accordion-button:not(.collapsed)[b-200p843mq7]
        {
            color:white;
            background-color: transparent;
        }
        .rounded[b-200p843mq7] {
            border-top: 3px solid red;
            border-radius: 5px;
            width:20%;
            margin: .5rem;
            padding: 0;
        }
