/* Evitar que Safari iOS aumente el tamaño de fuente automáticamente */
        html, body {
          -webkit-text-size-adjust: 100%; /* importante para iOS */
          box-sizing: border-box;
        }

        /* Wrapper responsivo para tablas/grids (evita ancho fijo) */
        .gridview-wrapper {
          width: 100%;
          max-width: 100%;
          overflow-x: auto;            /* permite scroll horizontal solo si hace falta */
          -webkit-overflow-scrolling: touch; /* momentum scroll en iOS */
        }

        /* Tu GridView debe usar table-layout: auto o fixed según necesites */
        .table, .gridview-wrapper table {
          width: 100% !important;      /* fuerza ancho 100% dentro del wrapper */
          max-width: 100%;
          table-layout: auto;          /* o 'fixed' si querés columnas iguales */
          border-collapse: collapse;
        }

        /* Evitar que celdas generen overflow con texto largo */
        .table td, .table th, .gridview-wrapper td, .gridview-wrapper th {
          white-space: normal;
          word-break: break-word;
          overflow-wrap: break-word;
          padding: 6px 8px;
          font-size: 16px;
        }

        /* Reducir tamaño de fuentes en pantallas muy pequeñas (iPhone SE etc.) */
        @media only screen and (max-width: 420px) {
          .table td, .table th {
            font-size: 14px;
            padding: 6px;
          }
        }

        /* Estilos para inputs / checkboxes en iOS (si se ven muy grandes) */
        input[type="checkbox"], input[type="radio"] {
          -webkit-appearance: checkbox; /* forzar apariencia nativa */
          transform: scale(0.95);       /* ajustá si se ven grandes */
          margin: 3px;
        }

        /* Safe-area (notch) padding opcional */
        :root {
          --safe-top: env(safe-area-inset-top);
          --safe-bottom: env(safe-area-inset-bottom);
        }
        body {
          padding-top: var(--safe-top);
          padding-bottom: var(--safe-bottom);
        }

        /* Targeting iOS Safari si necesitás ajustes específicos */
        @supports (-webkit-touch-callout: none) {
          /* reglas solo para browsers WebKit (iOS Safari) */
          .table td, .table th { /* ejemplo */
            -webkit-font-smoothing: antialiased;
          }
        }

    .raffle-grid {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      gap: 8px;
      max-width: 400px;
      margin: 20px auto;
      font-family: Arial, sans-serif;
    }

    .raffle-grid div {
      padding: 10px;
      background: #f0f0f0;
      border: 1px solid #ccc;
      text-align: center;
      border-radius: 4px;
    }
    
            /* Fondo semi-transparente */
        .modal-overlay {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background-color: rgba(0,0,0,0.5);
            display: none;
            z-index: 1000;
        }

        /* Contenido del modal */
        .modal-content {
            background-color: #fff;
            width: 350px;
            padding: 20px;
            border-radius: 8px;
            position: absolute;
            top: 50%; left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .modal-content h3 {
            margin-top: 0;
        }

        .modal-content label {
            display:block;
            margin-top:10px;
        }

        .modal-content input[type="text"] {
            width: 100%;
        }

        .logo {
            width: 100px;
            height: auto;  /* mantiene proporción */
        }

        .header-center {
         text-align:center !important;
        }

        .header-icon {
        background: #222;
        color: #fff !important;
        font-size: 20px;
        font-weight: bold;
        padding: 12px 0 !important;
        text-align: center;
         }

        .ticket-chip {
        display: inline-block;
        background: #111;
        color: #f0f0f0;
        padding: 8px 14px;
        margin: 4px;
        border-radius: 8px;
        font-weight: 700;
        font-size: 18px;
        border: 2px dashed #5C9F24;
        box-shadow: 0 0 6px rgba(255, 204, 0, 0.5);
        font-family: 'Trebuchet MS', sans-serif;
        }

/* ------------------------------ */
/* Fin de bloque de estilos      */
/* ------------------------------ */

/* Why Us Section
        --------------------------------*/

        #why-us {
            padding: 60px 0;
        }

            #why-us .why-us-content .features {
                margin: 0 0 15px 0;
                padding: 0;
                transition: 0.3s ease-in-out;
            }

                #why-us .why-us-content .features i {
                    font-size: 36px;
                    float: left;
                }

                #why-us .why-us-content .features h4 {
                    font-size: 24px;
                    font-weight: 600;
                    margin-left: 56px;
                    color: #413e66;
                    margin-bottom: 5px;
                }

                #why-us .why-us-content .features p {
                    font-size: 16px;
                    margin-left: 56px;
                    color: #555186;
                }

            #why-us .counters {
                padding-top: 40px;
            }

                #why-us .counters span {
                    font-family: "Montserrat", sans-serif;
                    font-weight: bold;
                    font-size: 48px;
                    display: block;
                    color: #555186;
                }

                #why-us .counters p {
                    padding: 0;
                    margin: 0 0 20px 0;
                    font-family: "Montserrat", sans-serif;
                    font-size: 14px;
                    color: #8a87b6;
                }

        .no-gutters {
            margin-right: 0;
            margin-left: 0;
        }

        gutters > [class*=col-] {
            padding-right: 0;
            padding-left: 0;
        }

        element.style {
            visibility: visible;
            animation-name: fadeInUp;
        }

        /* Our Portfolio Section
        --------------------------------*/
        #portfolio {
            background: #fff;
            padding: 30px 0;
        }

            #portfolio .portfolio-overlay {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 1;
                transition: all ease-in-out 0.4s;
            }

            #portfolio .portfolio-item {
                overflow: hidden;
                position: relative;
                padding: 0;
                vertical-align: middle;
                text-align: center;
            }

                #portfolio .portfolio-item h2 {
                    color: #ffffff;
                    font-size: 24px;
                    margin: 0;
                    text-transform: capitalize;
                    font-weight: 700;
                }

                #portfolio .portfolio-item img {
                    transition: all ease-in-out 0.4s;
                    width: 100%;
                }

                #portfolio .portfolio-item:hover img {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

                #portfolio .portfolio-item:hover .portfolio-overlay {
                    opacity: 1;
                    background: rgba(0, 0, 0, 0.7);
                }

            #portfolio .portfolio-info {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .mfp-bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1042;
            overflow: hidden;
            position: fixed;
            background: #0b0b0b;
            opacity: 0.8;
        }

        *, ::after, ::before {
            box-sizing: border-box;
        }

        user agent stylesheet
        div {
            display: block;
        }

        .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            cursor: -moz-zoom-out;
            cursor: -webkit-zoom-out;
            cursor: zoom-out;
        }

        element.style {
            overflow: hidden auto;
        }

        .mfp-wrap {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1043;
            position: fixed;
            outline: none !important;
            -webkit-backface-visibility: hidden;
        }

        *, ::after, ::before {
            box-sizing: border-box;
        }

        user agent stylesheet
        div {
            display: block;
        }

        .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            cursor: -moz-zoom-out;
            cursor: -webkit-zoom-out;
            cursor: zoom-out;
        }

        .mfp-bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 11042;
            overflow: hidden;
            position: fixed;
            background: #0b0b0b;
            opacity: 0.8;
        }

        .mfp-wrap {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 11043;
            position: fixed;
            outline: none !important;
            -webkit-backface-visibility: hidden;
        }
		
		/* Our Servicio Section
        --------------------------------*/
        #servicio {
            background: #fff;
            padding: 30px 0;
        }

            #servicio .servicio-overlay {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 1;
                transition: all ease-in-out 0.4s;
            }

            #servicio .servicio-item {
                overflow: hidden;
                position: relative;
                padding: 0;
                vertical-align: middle;
                text-align: center;
            }

                #servicio .servicio-item h2 {
                    color: #ffffff;
                    font-size: 24px;
                    margin: 0;
                    text-transform: capitalize;
                    font-weight: 700;
                }

                #servicio .servicio-item img {
                    transition: all ease-in-out 0.4s;
                    width: 100%;
                }

                #servicio .servicio-item:hover img {
                    -webkit-transform: scale(1.1);
                    transform: scale(1.1);
                }

                #servicio .servicio-item:hover .servicio-overlay {
                    opacity: 1;
                    background: rgba(0, 0, 0, 0.7);
                }

            #servicio .servicio-info {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .mfp-bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1042;
            overflow: hidden;
            position: fixed;
            background: #0b0b0b;
            opacity: 0.8;
        }

        *, ::after, ::before {
            box-sizing: border-box;
        }

        user agent stylesheet
        div {
            display: block;
        }

        .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            cursor: -moz-zoom-out;
            cursor: -webkit-zoom-out;
            cursor: zoom-out;
        }

        element.style {
            overflow: hidden auto;
        }

        .mfp-wrap {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1043;
            position: fixed;
            outline: none !important;
            -webkit-backface-visibility: hidden;
        }

        *, ::after, ::before {
            box-sizing: border-box;
        }

        user agent stylesheet
        div {
            display: block;
        }

        .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
            cursor: -moz-zoom-out;
            cursor: -webkit-zoom-out;
            cursor: zoom-out;
        }

        .mfp-bg {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 11042;
            overflow: hidden;
            position: fixed;
            background: #0b0b0b;
            opacity: 0.8;
        }

        .mfp-wrap {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 11043;
            position: fixed;
            outline: none !important;
            -webkit-backface-visibility: hidden;
        }

/* ------------------------------ */
/* Fin de bloque de estilos      */
/* ------------------------------ */

/* About Us Section
                --------------------------------*/

        #about {
            padding: 80px 0;
        }

        .about-content {
            padding-top: 40px;
        }

            .about-content h2 {
                color: #413e66;
                font-family: "Montserrat", sans-serif;
                font-weight: 700;
            }

            .about-content h3 {
                color: #696592;
                font-weight: 400;
                font-size: 22px;
                font-style: italic;
            }

            .about-content ul {
                list-style: none;
                padding: 0;
            }

                .about-content ul li {
                    padding-bottom: 10px;
                }

                    .about-content ul li i {
                        font-size: 20px;
                        padding-right: 4px;
                        color: #1bb1dc;
                    }

        #about .about-img {
            position: relative;
            margin: 30px 30px 30px 30px;
        }

            #about .about-img img {
                margin-left: 0;
                padding-bottom: 0px;
            }

        #about .about-img {
            overflow: visible;
        }

            #about .about-img img {
                width: 100%;
                border: 8px solid #fff;
                transition: .5s;
            }



            #about .about-img::before {
                position: absolute;
                left: -31px;
                top: -30px;
                width: 90%;
                height: 92%;
                z-index: -1;
                content: '';
                background-color: rgb(92, 102, 111);
                transition: .5s;
            }

            #about .about-img::after {
                position: absolute;
                right: -31px;
                bottom: -30px;
                width: 90%;
                height: 92%;
                z-index: -1;
                content: '';
                background-color: rgb(92, 102, 111);
                transition: .5s;
            }

            #about .about-img img:hover {
                width: 100%;
                -webkit-transform: scale(1.03);
                transform: scale(1.03);
            }

        .col-lg-52 {
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }

        .col-md-62 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .col-lg-72 {
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }

        .container-fluid2 {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        /* Sections Header
        --------------------------------*/

        .section-header h3 {
            font-size: 36px;
            color: #413e66;
            text-align: center;
            font-weight: 700;
            position: relative;
            font-family: "Montserrat", sans-serif;
        }

        .section-header p {
            text-align: center;
            margin: auto;
            font-size: 15px;
            padding-bottom: 60px;
            color: #535074;
            width: 50%;
        }

        .container2 {
            width: 100%;
            padding-right: 15px;
            padding-left: 15px;
            margin-right: auto;
            margin-left: auto;
        }

        .row2 {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }

        .img-fluid {
            max-width: 100%;
            height: auto;
        }

        .navbar-default {
            background: rgb(42, 42, 42) !important;
        }

        #intro .btn-get-started:hover {
            background: rgb(92, 102, 111);
            color: #fff;
            text-decoration: none;
        }

        .btn-theme {
            background: rgb(42, 42, 42);
        }

        footer {
            background: rgb(42, 42, 42);
            color: #fff;
            padding: 50px 0 30px;
        }

        #intro .btn-get-started {
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 12px 32px;
            border-radius: 3px;
            transition: 0.5s;
            line-height: 1;
            margin: 10px;
            color: #fff;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
            border: 2px solid #ffffff;
        }

        .contact-widget i {
            color: rgb(92, 102, 111);
        }

        a, a:hover {
            color: rgb(42, 42, 42);
        }

        ul.social-network li a:hover span .fa-circle {
            color: rgb(92, 102, 111);
        }

        .back-to-top:hover {
            background: rgb(92, 102, 111);
            color: #fff;
        }

        .back-to-top {
            background: rgb(42, 42, 42);
            color: #fff;
        }
        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: rgb(92, 102, 111);
            cursor: pointer;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
            outline: 0;
        }

/* ------------------------------ */
/* Fin de bloque de estilos      */
/* ------------------------------ */

@font-face {
            font-family: 'BickhamScriptPro-Bold';
            src: url('fonts/BickhamScriptPro-Bold.otf') format('opentype');
        }

        @font-face {
            font-family: 'BickhamScriptPro-Regular';
            src: url('fonts/BickhamScriptPro-Regular.otf') format('opentype');
        }

        @font-face {
            font-family: 'BickhamScriptPro-Semibold';
            src: url('fonts/BickhamScriptPro-Semibold.otf') format('opentype');
        }

        @font-face {
            font-family: 'learning_curve_bold_ot_ps';
            src: url('fonts/learning_curve_bold_ot_ps.otf') format('opentype');
        }

        @font-face {
            font-family: 'learning_curve_regular_ot_ps';
            src: url('fonts/learning_curve_regular_ot_ps.otf') format('opentype');
        }

        @font-face {
            font-family: 'Distant_Stroke';
            src: url('fonts/Distant_Stroke.otf') format('opentype');
        }

        @font-face {
            font-family: 'Galberik';
            src: url('fonts/Galberik.otf') format('opentype');
        }

        @font-face {
            font-family: 'JandaElegantHandwriting';
            src: url('fonts/JandaElegantHandwriting.ttf') format('truetype');
        }

/* ------------------------------ */
/* Fin de bloque de estilos      */
/* ------------------------------ */

.logoAl {
            text-align: left;
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
            line-height: 1.6em;
        }
        .video {
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            z-index: -100;
            background-size: cover;
        }

        body, html {
            height: 100%;
        }