body {
    font-family: Arial, sans-serif;
}
.navbar {
    background-color: #333;
}
.navbar-brand, .navbar-nav .nav-link {
    color: #fff;
}
.header h1 {
    font-size: 3em;
}
.section {
    padding: 60px 0;
}
.contact-info i {
    color: #4B0082;
    margin-right: 10px;
}
.footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.list-inline-item img {
    max-width: 150px;
}
.header {
    background-image: url('../img/euro-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 100px 0;
    text-align: center;
}
.header .lead {
    font-family: Raleway, sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 7px;
    color: #ff7f00;;
    margin-top: 20px;
}
.section p {
    text-align: justify;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
	margin-bottom: 20px;
}
.section-title {
    margin-bottom: 40px;
	font-family: Roboto, sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    color: #3f3b7a;
    text-align: center;
	letter-spacing: 2px;
}
#services .fas {
    color: #007bff;
}
#services .parrafo-especial {
    line-height: 1.4;
    margin: 1px 0;
    padding: 0;
    text-align: center;
	margin-bottom: 20px;
}
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 40px; /* Aumento margen derecho */
    display: none;
    z-index: 999;
}
.scroll-to-top i {
    font-size: 24px;
    color: #007bff;
    cursor: pointer;
    background-color: orange;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}
.scroll-to-top i:hover {
    color: #0056b3;
    transform: scale(1.2);
}
.scroll-to-top i:active {
    transform: scale(1.5) translateY(-180px);
    transition: transform 0.8s, opacity 0.8s;
    opacity: 0;
}
/* Loader styles */
#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    margin-top: 20px;
    font-size: 20px;
    color: #494482;
	font-weight: bold;
}

/* Hide the content initially */
#content {
    display: none;
}

/* 1HORA Add NAV */
.custom-img {
  width: 60px;
  height: 20px;
  margin-top: -5px;
  transition: background-color 0.3s ease; 
}

.custom-img:hover {
  box-shadow: 0 0 0px rgba(255, 255, 255, 0.10); /* Añade una sombra brillante */
  opacity: 0.5; /* Reduce ligeramente la opacidad para el efecto de iluminación */
}

#qr-whatsapp {
  /* full width del formulario y centrado con flex */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#qr-whatsapp .qr-img {
  max-width: 160px;
  height: auto;
  display: block;       
  margin: 0 auto;     
  float: none !important;   /* por si algo externo flota imágenes */
}

@media (max-width: 576px) {
  #qr-whatsapp .qr-img { max-width: 150px; }
}
