@import url('https://fonts.cdnfonts.com/css/unbounded');
@import url('https://fonts.cdnfonts.com/css/pathway-extreme');


h1, h2, h3, h4, h5, h6 {
    font-family: 'Unbounded', sans-serif !important;
}
/* Navabar Styles */
.lg-navbar li a {
    font-family: 'Pathway Extreme', sans-serif;                         
    color: #ffff;     
    font-size: 0.8rem; 
    letter-spacing: 1px;                                        
}
/* Slider Styles */
.lg-slider {
    top: -120px;
}

.lg-slider img {
    filter: brightness(0.5);
}
.lg-slider h1 {
    font-size: 3.75rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 3px;
}

.lg-desc {
    color: #666666;
    font-size: 1.8rem;
}
.uk-custom-images {
    position: relative;
}
.imagen-desc-1 {
    width: 70%;
    position: relative;
    z-index: 1;
    margin-bottom: -30px;
}
.imagen-desc-2 {
    width: 50%;
    position: absolute;
    top: 130px;
    right: 20px;
    z-index: 2;
    background: white; /* Fondo blanco para crear el "borde" */
    padding: 5px 0px 0px 5px; /* Tamaño del borde blanco */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Sombra para la imagen */
}
.lg-list {
    color: #826363;
    font-weight: bold;
}
   /* Ajuste de la imagen */
.uk-cover-container img {
    object-fit: cover;
    width: 100%;
    height: 50vh; /* Define una altura basada en el viewport */
}

/* Asegurar que ambos contenedores tengan la misma altura */
.lg-container {
    display: flex;
    align-items: stretch;
}

.lg-action {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 50vh; /* Coincide con la altura de la imagen */
}

/* Services Styles */
.service-section {
    text-align: center;
    padding: 40px 0;
}

.service-section p {
    color: #c8b48f;
    font-size: 1.2rem;
    margin: 0;
}

.service-section h3 {
    color: #666666;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
}
.service-card img {
    border-radius: 15px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.service-card h4 {
    font-weight: bold;
    color: #333;
    font-size: 1.3rem;
    margin-top: 15px;
}
.service-image-container {
    position: relative;
    display: inline-block;
}

.service-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.service-image-container:hover .service-overlay {
    opacity: 1;
}

.service-plus-icon {
    color: #fff;
}

.modal-header h2.service-title {
    font-size: 2rem;
    font-weight: bold;
    color: #c8b48f;
}

.modal-header p.service-subtitle {
    font-size: 1.2rem;
    color: #666;
}

.modal-section {
    margin-bottom: 2rem;
}

.modal-section a {
    text-decoration: none;
}

.modal-section h3 {
    font-size: 1.5rem;
    color: #444;
}

.modal-section .uk-list-bullet li {
    font-size: 1rem;
    color: #555;
}

.modal-section .uk-card-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
}

.modal-section .uk-card-media-top img {
    width: 100%; 
    height: 25vh; 
    object-fit: cover; 
}

.modal-section .uk-button-primary {
    background-color: #25D366;
    color: #fff;
    border-radius: 4px;
}

.modal-section .uk-button-primary:hover {
    background-color: #25af58;
}

/* Banner Styles */
.banner-container {
    background-image: url('https://images.unsplash.com/photo-1682888813726-24adc990e6f7?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    color: white;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 50vh; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-background-muted {
    background-color: rgba(87, 70, 57, 0.7); /* Adjust transparency to desired effect */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.banner-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; /* 4 equal columns */
    gap: 20px; /* Space between elements */
    width: 100%;
    max-width: 1200px; /* Limit content width */
    align-items: center;
    text-align: center;
}

.banner-content-left h2 {
    font-size: 2rem;
    margin: 0;
    color: #FFF;
}

.bn2-desc {
    font-size: 0.8rem;
    font-weight: 100;
    line-height: 1.5;
    color: #FFF;
    grid-column: span 2; /* Span 2 columns on larger screens */
}

.banner-content-right p {
    margin: 0;
    font-size: 1.25rem;
    text-align: right;
}

.banner-content-right .uk-heading-small {
    font-size: 1.5rem;
    color: #FFF;
}

/* Proyects Styles */
.projects-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Header Styles */
.projects-header {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    max-width: fit-content;
    padding: 30px;
}

.projects-header .projects-subtitle {
    color: #c8b48f;
    font-size: 1.2rem;
    margin: 0;
}

.projects-header .projects-title {
    font-size: 3.375rem;
    font-weight: bold;
    margin-top: 0.5rem;
    color: #666666;
}

 /* Trabajos Styles*/
 .projects-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Tres columnas */
    grid-template-rows: auto;
    gap: 10px; /* Espacio entre las imágenes */
}

/* La imagen principal ocupa el doble de espacio en la cuadrícula */
.project-main {
    grid-column: span 2;
    grid-row: span 2;
    /* height: 400px; */
}

.project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 3s ease;
    border-radius: 10px;
}

.project:hover img {
    transform: scale(1.05); /* Efecto de zoom */
    border-radius: 10px !important;
}

/* Reviews Section Styles */
.reviews-section {
    padding: 0px 20px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Header Styles */
.reviews-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: fit-content;
    padding: 30px;
}

.reviews-header .reviews-subtitle {
    color: #c8b48f;
    font-size: 1.2rem;
    margin: 0;
}

.reviews-header .reviews-title {
    font-size:  2rem;
    font-weight: bold;
    margin-top: 0.5rem;
    color: #666666;
}

/* Reviews Carousel Styles */
.reviews-carousel {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.review-item {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.review-item span {
    color: #c8b48f;
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.review-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    font-style: italic;
}

/* Clients Section Styles */
.clients-section {
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
}

.clients-title {
    font-size: 2rem;
    font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
}

/* Clients Logos Container */
.clients-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.client-logo img {
    width: 100px;
    height: auto;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.client-logo img:hover {
    opacity: 1;
}

/* Faq Styles */
.uk-container h2 {
    color: #c8b48f;
    font-size: 1.8rem;
    font-weight: bold;
}

.uk-accordion-title {
    color: #606060;
    font-weight: 600;
}

.uk-accordion-title:hover {
    color: #222;
}

.uk-accordion-content p {
    color: #606060;
    font-size: 1rem;
    margin: 0;
}
/* Contact Form Styles */
.contact-heading {
    font-size: 2rem !important;
    color: #666666 !important;
    font-weight: bold;
}

.custom-input,
.custom-textarea {
    border: 2px solid #B8B8B8;
    border-radius: 20px;
    padding: 10px;
    font-size: 1rem;
    color: #333;
}

.custom-input:focus,
.custom-textarea:focus {
    border-color: #333;
}

.custom-button {
    background-color: #333;
    color: #FFF;
    border-radius: 10px;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.custom-button:hover {
    background-color: #444;
}

  /* Custom footer styling */
  .uk-section-secondary {
    background-color: #333;
}

.uk-heading-small {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
}

.uk-button-default {
    background-color: #FFF;
    color: #333;
    font-weight: bold;
    padding: 8px 20px;
}

.uk-subnav-divider > li > a {
    color: #FFFFFF !important;
    font-weight: bold;
}

.lg-tel, .lg-mail {
    color: #FFFFFF;
}

.lg-copy {
    color: #FFFFFF !important;
    font-size: 0.765rem;
}

.lg-btn-pre {
    background-color: #FFFFFF !important;
    color: #707070 !important;
    font-weight: bold;
}

.social-icon {
    color: #c8b48f !important;
    transition: color 0.3s ease;
}
.social-icon:hover {
    color: #ffffff !important; 
}

/* Proyects page styles */
.lg-list-filter .uk-active a {
    color: #826363; 
    font-weight: bold;
    text-decoration: none; 
}
#more-proyects img {
    object-fit: cover;
    border-radius: 5px;
}
.uk-overlay {
    padding: 10px;
}

/* WhatsappButton Styles */
.whatsapp-button {
    position: fixed;
    bottom: 20px; /* Espaciado desde la parte inferior */
    right: 20px;  /* Espaciado desde la derecha */
    z-index: 1000; /* Asegúrate de que esté por encima de otros elementos */
    width: 60px; /* Tamaño del botón */
    height: 60px;
    border-radius: 50%; /* Botón redondo */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra */
    background-color: #25D366; /* Color de fondo de WhatsApp */
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsapp-button img {
    width: 70%; /* Tamaño del ícono */
    height: 70%;
}

.whatsapp-button:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.1); /* Pequeña animación al pasar el mouse */
    transition: all 0.3s ease-in-out;
}

/* Logo styles */
.lg-logo-footer {
    width: 180px;
    height: auto;
}



/* Ajuste en pantallas pequeñas */
@media (max-width: 960px) {
    .uk-card-media-left, .uk-cover-container img, .lg-action {
        height: auto;
        width: 100%;
    }
    .lg-slider {
        top: 0px;
    }
    .lg-slider h1 {
        font-size: 1.375rem;
        margin-top: 20px;
    }
    .lg-slider p {
        font-size: 0.9rem;
    }
    .lg-slider a {
        font-size: 0.6rem;
        line-height: 12px;
        margin-top: -10px;
    }
    .lg-desc {
        margin-top: 150px;
        font-size: 1rem;
    }
    .s-width {
        width: 100%;
    }
    .lg-btn-group {
        flex-direction: column;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .banner-content {
        grid-template-columns: 1fr; /* Stack all items in a single column on smaller screens */
        text-align: center;
    }
    
    .bn2-desc {
        grid-column: span 1; /* Revert to single column span */
    }
    .projects-header .projects-title {
        font-size: 2rem;
    }

    .projects-grid {
        grid-template-columns: 1fr; /* Una sola columna en móviles */
    }
    .project-main {
        grid-column: span 1;
        grid-row: span 1;
    }

    .reviews-carousel {
        flex-direction: column;
        align-items: center;
    }

    .review-item {
        width: 90%;
    }

    .clients-logos {
        gap: 20px;
    }

    .client-logo img {
        width: 80px;
    }

    .modal-img {
        height: 50vh !important;
    }
    .lg-logo-footer {
        width: 120px;
    }
}