
    
    h2 { background-color:#293D58; color:#FFF; padding:4px; background-image:url(../images/circuit-bgk-transparent.png); }
    
    /* [START] NAV FIXES */
    
    .nav-bkg-pcid { background-image:url(../images/circuit-bgk-transparent.png); 
    				background-color:#293D58!important;
    			}
    .nav-bkg-pcid a { color:#FFF; }´
    
    .nav-link {
	    color: white; 
	    transition: color 0.3s ease; 
	}
	
	.nav-link:hover,
	.nav-link:focus {
	    color: #17AAA4!important; 
	    
	}
	
	
	.dropdown-item {
	    color: #17AAA4!important; 
	    transition: color 0.3s ease;
	}
	
	.dropdown-item:hover,
	.dropdown-item:focus {
	    color: #17AAA4!important; 
	}
	
	.animated-link {
	    position: relative;
	    display: inline-block;
	    text-decoration: none;
	}
	
	.animated-link::after {
	    content: "";
	    position: absolute;
	    width: 100%;
	    transform: scaleX(0);
	    height: 2px;
	    bottom: 0;
	    left: 0;
	    background-color: #17AAA4!important; 
	    transform-origin: bottom right;
	    transition: transform 0.3s ease-out;
	}
	
	.animated-link:hover::after {
	    transform: scaleX(1);
	    transform-origin: bottom left;
	}


	.navbar-dark .navbar-toggler-icon {
	    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}

	/* [END] NAV FIXES */
    
    a:hover { cursor: pointer;}
    .fullmosh { width:100%; height:100%; display: block; }
    .big-logo { width:100%; height:50vh; display:block;
                    background-image: url(../images/site/logo.png);
                    background-position: center;
                    background-repeat: no-repeat;
                    background-size: contain;
                    background-color:black;
                }


	.page-header-logo { 
							width:161px;
							height:200px; 
							display:block; 
							background-image:url(../images/site/logo-circle.png);
							background-repeat:no-repeat;
							position:fixed; 
							left:0; top:0; 
							background-size:contain; 
							visibility: hidden;
						}

    #banner .carousel-item img {
        max-height: 70vh; /* Máximo 70% de la altura de la pantalla */
        object-fit: cover; /* Asegura que la imagen se ajuste sin distorsión */
    }


    /* ------------ */
    .animated-link {
        position: relative;
        color: #333;
        transition: color 0.3s ease-in-out;
        text-decoration: none;
    }

    .animated-link::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #007bff;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease-in-out;
    }

    .animated-link:hover {
        color: #007bff;
    }

    .animated-link:hover::after {
        transform: scaleX(1);
    }

    /* ------------------------ */
    /* Fondo oscuro transparente */
    .privacy-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }

    /* Modal de Políticas */
    .privacy-modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 500px;
        background: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        text-align: center;
        z-index: 1001;
    }

    .privacy-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .privacy-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .terms-modal {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-width: 500px;
        background: white;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
        text-align: center;
        z-index: 1001;
    }

    .terms-content h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .terms-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .carousel-item {
	    position: relative; /* Necesario para posicionar el overlay absolutamente */
	}
	
	.slide-overlay {
	    position: absolute;
	    top: 0px; /* Coloca la franja en la parte inferior */
	    left: 0;
	    width: 100%;
	    background-color: rgba(0, 0, 0, 0.5); /* Negro semitransparente (RGBA: Rojo, Verde, Azul, Alfa) */
	    color: white;
	    padding: 15px; /* Ajusta el espacio interno según necesites */
	    text-align: center; /* Centra el texto horizontalmente (opcional) */
	    box-sizing: border-box; /* Asegura que el padding no afecte el ancho del 100% */
	}
	
	.slide-text {
	    margin: 0; /* Elimina el margen predeterminado del párrafo */
	    font-size: 1em; /* Ajusta el tamaño de la fuente según necesites */
	    font-weight: bold; /* Opcional: Texto en negrita */
	}
	
	.parent-product-c { scroll-margin-top: 100px!important; }
	
	
	.whatsapp-float {
						  position: fixed;
						  bottom: 20px;
						  right: 20px;
						  background-color: #25d366;
						  color: white;
						  border-radius: 50%;
						  padding: 15px;
						  font-size: 24px;
						  z-index: 1050;
						  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
						  transition: transform 0.2s ease-in-out;
						}
	.whatsapp-float:hover {
						  transform: scale(1.1);
						  text-decoration: none;
						  color: white;
						}
						
					
	.social-float {
				    position: fixed;
				    top: 50%;
				    right: 0;
				    transform: translateY(-50%);
				    display: flex;
				    flex-direction: column;
				    gap: 10px;
				    z-index: 1050;
				}
				
	.social-icon {
				    display: flex;
				    align-items: center;
				    justify-content: center;
				    width: 45px;
				    height: 45px;
				    color: white;
				    border-radius: 0.5rem 0 0 0.5rem;
				    font-size: 22px;
				    transition: transform 0.2s ease-in-out;
				    text-decoration: none;
				}
				
	.social-icon:hover {
				    transform: scale(1.1);
				    color: white;
				}
				
				
/*
@media (max-width: 768px) {
  .social-float {
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    flex-direction: row;
    padding: 10px;
    background: rgba(0, 0, 0, 0.1); 
  }

  .social-icon {
    border-radius: 0.5rem;    
    width: 28px;
	height: 28px;
	font-size: 16px;
  }
} */
	