﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #f4f7fa;
    padding: 20px;
    width: 100%;
}

#video-container {
    margin-top: 5px;
    background-color: #000;
    display: inline-block;
    padding: 10px;
    width: 100%;
    height: 400px;
    border-radius: 15px;
    box-shadow: rgba(0,0,0,0.8) 0 0 20px;
}

video {
    width: 100%;
    height: 380px;
}

.navbar {
    top: 0;
    height: 56px;
    left: 0;
    background-color: #f3f3f3;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: rgba(0,0,0,.1) 0px 5px 10px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 1000;
}

.container-top {
    margin-top: 56px; /* Eliminamos el padding que tienes aquí, ya que será controlado por el flexbox */
    display: flex; /* Usamos Flexbox para alinear el contenido */
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
}

    .container-top .container {
        max-width: 1200px;
        margin: 0; /* Eliminar el margen que se agregaba anteriormente */
        padding: 10px;
        background-color: transparent;
        border-radius: 0px;
    }

.container-pay {
    margin-top: 56px; /* Eliminamos el padding que tienes aquí, ya que será controlado por el flexbox */
    display: flex; /* Usamos Flexbox para alinear el contenido */
    justify-content: center; /* Centrado horizontal */
    align-items: center;
}

    .container-pay .container {
        max-width: 900px;
        margin: 0; /* Eliminar el margen que se agregaba anteriormente */
        padding: 20px;
        background-color: white;
        border-radius: 0px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

.container-prin {
    padding: 0; /* Eliminamos el padding que tienes aquí, ya que será controlado por el flexbox */
    height: 100vh; /* Asegura que el body ocupe todo el alto de la pantalla */
    display: flex; /* Usamos Flexbox para alinear el contenido */
    justify-content: center; /* Centrado horizontal */
    align-items: center; /* Centrado vertical */
}

    .container-prin .container {
        max-width: 800px;
        margin: 0; /* Eliminar el margen que se agregaba anteriormente */
        padding: 20px;
        background-color: #ffffff;
        border-radius: 0px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

/* Titulo Principal */
h1 {
    font-size: 28px;
    color: #333;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
}

/* Titulo Principal */
h2 {
    font-size: 25px;
    color: #333;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 300;
}

p {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
    font-weight: 300;
}

.p-grilla {
    font-size: 15px;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}

.p-footer {
    font-size: 15px;
    color: #333;
    font-weight: 400;
}

.link-grilla {
    font-size: 15px;
    color: blue;
    text-decoration: underline;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    margin-right: 5px;
}

.center-title-grilla {
    text-align: center;
}

button {
    border: none;
    background-color: #ff6a00;
    color: #f3f3f3;
    padding: 7px 15px 7px 15px;
    border-radius: 0px;
    box-shadow: rgba(0,0,0, .5) 0px 0px 10px;
}

    button:hover {
        opacity: .9;
    }

.i-activo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: darkgreen;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5em;
    z-index: 10;
}

a {
    color: blue;
    text-decoration: underline;
}

    a:hover {
        color: darkblue;
        text-decoration: underline;
    }

.a-nav {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}

    .a-nav:hover {
        color: #333;
        opacity: 0.8;
        text-decoration: none;
        cursor: pointer;
    }

.i {
    font-size: 4em;
    margin-bottom: 10px;
}

.header {
    border-radius: 0px;
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    background-color: #e3e3e3;
    border: 0;
    z-index: 10;
}

.sombra {
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px;
    background-color: transparent;
}

.backgroundcolorloading {
    background: linear-gradient(135deg, #ff6a00 25%, #e3e3e3 25% 50%, #f3f3f3 50% 75%, #ff6a00 75%);
}

.backgroundcolor {
    background: linear-gradient(135deg, #ffffff 25%, #f3f3f3 25% 50%, #ffffff 50% 75%, #f3f3f3 75%);
}



/* Pie de página */
footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #777;
    text-align: center;
    background-color: #e9e9e9;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
    z-index: 1000;
}

    footer a {
        color: blue;
        text-decoration: underline
    }

        footer a:hover {
            color: darkblue;
            text-decoration: underline;
        }

/* Sección del Total */
.total-price-section {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0px;
    width: 100%;
    justify-content: right;
    background-color: #fff;
}

    .total-price-section .total-price {
        font-size: 30px;
        font-weight: bold;
        color: #333;
    }

#divlogo {
    display: block;
}

/* Estilo del menú lateral */
#menuLateral {
    position: fixed;
    top: 0;
    left: -250px; /* Ocultar fuera de la pantalla */
    width: 250px;
    height: 100%;
    background: linear-gradient(135deg, #f3f3f3 25%, #e3e3e3 25% 50%, #f3f3f3 50% 75%, #e3e3e3 75%);
    color: #333;
    overflow-y: auto;
    transition: left 0.3s ease;
    z-index: 1000;
    padding: 0px;
}

    #menuLateral a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 5px;
        font-size: 1em;
        box-shadow: rgba(0,0,0,0.2) 0 0 10px;
        margin: 10px;
    }

        #menuLateral a:hover {
            background-color: darkorange;
            color: #333;
        }

/* Estilo del botón */
#btnMenu {
    z-index: 1100;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: none;
}

    #btnMenu:hover {
        opacity: 0.8;
    }

/* Fondo oscuro para el overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
    z-index: 999;
    display: none; /* Ocultar por defecto */
}

.menu-invisible {
    display: inherit;
}



.features-section {
    padding: 0px 10px 0 10px;
}

.feature-item {
    padding: 20px;
}

.bg-light {
    background-color: #e3e3e3;
}

.bg-white {
    background-color: #fff;
}

.feature-item h3 {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #333;
}

.feature-item p {
    font-size: 1rem;
    color: #555;
}

.feature-item i {
    color: darkorange;
}

.deliverables-section {
    padding: 0px 10px 0 10px;
}

.deliverable-item {
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    border-radius: 8px; /* Bordes redondeados */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .deliverable-item:hover {
        transform: scale(1.05);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* Sombra más intensa al pasar el ratón */
    }

    .deliverable-item i {
        color: darkorange;
    }

    .deliverable-item h3 {
        font-size: 1.5rem;
        margin-top: 15px;
        color: #333;
    }

    .deliverable-item p {
        font-size: 1rem;
        color: #555;
        line-height: 1.5;
    }

.custom-bands-section {
    padding: 20px 10px 0 10px;
}

.custom-band-item {
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1); /* Sombra ligera */
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .custom-band-item:hover {
        transform: scale(1.05);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15); /* Sombra más intensa al pasar el ratón */
    }

    .custom-band-item img {
        max-width: 100%;
        height: 120px;
        border-radius: 10px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4); /* Sombra ligera */
    }

    .custom-band-item h3 {
        font-size: 1.5rem;
        margin-top: 15px;
        color: #333;
    }

    .custom-band-item p {
        font-size: 1rem;
        color: #555;
        line-height: 1.5;
    }

.background-light {
    background-color: #f6f6f6;
}

.background-normal {
    background-color: #e5e5e5;
}
/* Contenedor principal del slider */
.slider-container {
    width: 100%;
    height: 500px; /* Ajusta la altura de acuerdo a tus necesidades */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 20px;
    box-shadow: rgba(0,0,0,0.2) 0 0 10px;
}

/* Las imágenes del slider */
.slider {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.slider .image-container {
    width: 100%;
}

    /* Imagen normal */
    .slider .image-container img {
        filter: blur(3px); /* Aplica un desenfoque de 8px */
    }


/* Contenedor del texto en el centro de cada imagen */
.text-overlay {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

    .text-overlay h2 {
        margin: 0;
        color: #fff;
        font-size: 1.1em;
    }

    .text-overlay p {
        margin-top: 0px;
        color: #fff;
        font-size: 1.2rem;
    }

/* Estilos de los controles */
.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Estilo para el contenedor del slider */
#banner-slider {
    position: relative;
}
@media (max-width: 900px) {
    .navbar {
        zoom: 0.9;
    }
}


    /* Estilos de medios para responsividad */
    @media (max-width: 768px) {
        .container {
            padding: 0px;
            margin: 0px;
        }

        

        .container-top .container {
            padding: 0px;
            margin: 0px;
        }

        h1 {
            font-size: 24px;
        }

        h2 {
            font-size: 22px;
        }

        a {
            font-size: 0.8em;
        }

        .a-nav {
            color: #333;
            text-decoration: none;
            cursor: pointer;
            font-size: 15px;
        }

        .total-price-section .total-price {
            font-size: 15px;
            font-weight: bold;
            color: #333;
        }

        .hide-on-mobile {
            display: none !important; /* Oculta tanto el header como las filas */
        }

        /* Ajustar ancho del GridView visible */
        .responsive-gridview {
            width: 100%;
        }

        #divlogo {
            display: none;
        }

        .container-top .container {
            padding: 0px;
        }

        #btnMenu {
            display: inherit;
        }

        .menu-invisible {
            display: none;
        }

        .text-overlay h2 {
            margin: 0;
            color: #fff;
            font-size: 1em;
        }

        .text-overlay p {
            font-size: 0.9rem;
        }
    }
