        /* Tipografia */
        @font-face {
            font-family: 'Gothic_Century';
            src: url("Century\ Gothic/centurygothic.ttf");
        }

        @font-face {
            font-family: 'Gothic Century Bold';
            src: url("Century\ Gothic/centurygothic_bold.ttf");
        }

        #fp-nav {
            display: none !important;
        }

        #classNB {
            display: flex;
            position: fixed;
            justify-content: space-between;
        }

        /* Estilo del menú */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.1);
            /* Gris semi-transparente */
            padding: 10px 0;
            text-align: center;
            z-index: 1500;
        }

        .navbar a {
            color: white;
            text-decoration: none;
            padding: 14px 20px;
            display: inline-block;
            font-size: 18px;
            font-weight: 300;
            text-transform: uppercase;
            transition: color 0.3s;
        }

        .navbar a:hover {
            color: #f1c40f;
        }

        /* Para centrar el contenido del navbar */
        .nav-content {
            display: flex;
            gap: 40px;
            align-items: center;

        }

        .navbar.homeCSS {
            background-color: #0000001f;

        }

        .nav-content.scrolled a {
            color: #000;
        }

        .nav-content.scrolled a:hover {
            color: #f1c40f;
        }

        .redes-sociales {
            display: flex;
            gap: 15px;
            margin-right: 5%;
            align-items: center;
        }

        .redes-sociales img {
            width: 20px;
            height: 20px;

        }

        #logoHome {
            min-width: 40px;
        }


        html,
        body {
            position: relative;

        }

        body {
            background: #A3A3A3;
            font-family: "Gothic_Century";
            font-size: 18px;
            color: #000;
            margin: 0;
            padding: 0;
            overflow-x: hidden !important;

        }

        /* Seccion Home */

        .overlay {
            position: absolute;
            top: 20vh;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            z-index: 2;
            max-width: 450px;
            width: 100%;
        }

        .btn_home {
            display: inline-block;
            padding: 12px 25px;
            font-size: 16px;
            text-transform: uppercase;
            text-decoration: none;
            color: white;
            border: 2px solid white;
            background: transparent;
            transition: all 0.3s ease-in-out;
        }

        .btn_home:hover {
            background: rgba(255, 255, 255, 0.1);
            color: white;
        }


        .info-box {
            position: absolute;
            top: 85vh;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            max-width: 450px;
            text-align: center;
            background: transparent;
            /* Fondo semi-transparente */
            padding: 20px;
            border-radius: 10px;
            z-index: 2;
        }

        .descripcion {
            font-size: 1rem;
            line-height: 1.5;
            margin-bottom: 15px;
        }

        .arrow {
            max-width: 60px;
            width: 100%;
            animation: bounce 3s infinite;
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(0);
                opacity: 0.9;
            }

            25% {
                transform: translateY(15px);
                opacity: 1;
            }
        }



        .swiper1 {
            width: 100%;
            height: 100%;
        }

        .swiper-slide1 {
            text-align: center;
            font-size: 18px;
            background: #eee;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-wrapper1 {
            margin-top: 0 !important;
        }

        .swiper-slide1 img {
            display: block;
            width: 100%;
            height: 100vh;
            object-fit: cover;
        }


        /* Seccion portafolio */

        .portfolio-titulo {
            margin-top: 5%;
            text-align: center;
            letter-spacing: 1em;
        }

        .galeria {
            position: relative;
            width: 100%;
            height: 95vh;
            overflow: hidden;
            display: flex;
            justify-content: center;
            padding-top: 2%;
        }



        .portafolio-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            justify-items: center;
            align-items: center;
            width: 90%;
            margin: auto;
            gap: 40px;
            font-size: 14px;
            max-width: 1500px;
            margin-bottom: 30px;
        }

        .stepP {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .stepP img {
            width: 100%;
            margin-bottom: 10px;
        }

        .scrollable-content {
            overflow: scroll;
        }



        .pagina3-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            justify-items: center;
            align-items: center;
            width: 90%;
            margin: auto;
            gap: 40px;
            font-size: 14px;
            max-width: 1500px;

        }

        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .step img {
            width: 60px;
            margin-bottom: 10px;
        }

        .swiper {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #eee;
            /* height: calc((100% - 30px) / 2) !important; */
            height: calc((70%) / 2) !important;

            /* Center slide text vertically */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .swiper-wrapper {
            margin-top: 5%;
            width: 100% !important;
        }

        .gallery-item img {
            width: 100%;
            max-width: 400px;
        }

        .section {
            height: 100vh;
        }

        .sectionP {
            height: auto;
        }

        .sectionBlank {
            height: 0px !important;
        }


        .Hire-us {
            height: 95vh;
            padding-top: 5vh;
        }


        /*secciones*/


        /* seccion gris*/
        .info {
             background-color: #A3A3A3; 
            /* 
            background: linear-gradient(to bottom, #a3a3a300, #7f7f7f3d);
            background: linear-gradient(to bottom, #A3A3A3, #7F7F7F);
            */
            color: white;
            text-align: center;
        }

        .rojo {
            /* background-color: #6B3232; */
            background: linear-gradient(to bottom, #6B3232, #602C2C);
        }

        .azul {
            /* background-color: #485E76; */
            background: linear-gradient(to bottom, #485E76, #3D5065);

            overflow-y: auto;
        }

        .blanco {
            /* background-color: #EEE; */
            /* background: #EEE; */
            background: linear-gradient(to bottom, #ffffff, #00000017);
        }

        .blancoP {
            background-color: #EEE;
            background: #EEE;
        }

        .extra {
            background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.2));
        }

        .pagina1-titulo {
            margin-top: 5%;
            margin-bottom: 1%;
            letter-spacing: 0.5em;
        }

        .pagina1-titulo p {
            font-size: 18px;
            text-align: justify;
            hyphens: auto;
        }


        .pagina2-titulo {
            margin-top: 5%;
            margin-bottom: 5%;
            color: #000;
            letter-spacing: 0.3em;
        }

        .pagina2-img {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .pagina2-imgA {
            display: none;
        }

        .pagina2-imgA img {
            width: 90%;
        }




        .pagina2-img img {
            max-width: 966px;
        }

        .info h1 {
            font-size: 32px;
        }

        .info p {
            max-width: 950px;
            width: 100%;
            margin: 0 auto 20px;
            font-size: 18px;
            line-height: 1.6;
        }

        .specialties {
            font-size: 17px;
            font-weight: bold;
        }

        .specialties div {
            margin: 10px 0;
        }

        /* Pagina 3  */

        .pagina3-titulo {
            margin-top: 5%;
            margin-bottom: 5%;
            letter-spacing: 0.5em;
        }

        .pagina3-container {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            justify-items: center;
            align-items: center;
            width: 90%;
            margin: auto;
            gap: 40px;
            font-size: 14px;
            max-width: 1500px;

        }

        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .step img {
            width: 60px;
            margin-bottom: 10px;
        }


        /* Pagina 4 mapa USA*/
        .pagina4-titulo {
            margin-top: 15%;
            margin-bottom: 2%;
            letter-spacing: 0.5em;
            text-align: left;
            position: absolute;
            right: 15%;
            font-size: 30px;
        }

        .pagina4-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
            max-width: 1200px;
            margin: auto;
        }

        .pagina4-mapa {
            position: relative;
            width: 70%;
            /* Ajusta el tamaño del mapa */

        }

        .pagina4-mapa img {
            width: 100%;
            Max-width: 700px;
            display: block;
        }

        .pagina4-lista {
            width: 25%;
            text-align: left;
            color: white;
            font-size: 19px;
            font-weight: bold;
        }

        .pagina4-lista h2 {
            text-transform: uppercase;
            font-size: 18px;
            text-align: center;
        }

        .pagina4-lista p {
            font-size: 19px;
            font-weight: bold;
            margin: 10px 0;
            letter-spacing: 3px;
        }

        .mapa {
            background-image: url('../img/Sitio/mapa.png');
            /* URL de la imagen */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .pagina5-titulo {
            margin-top: 5%;
            margin-bottom: 5%;
            color: #000;
            letter-spacing: 0.5em;
        }

        .pagina5-container {
            width: 100%;
            align-content: center;
            justify-content: center;
            color: black;
        }

        .home-Logo {
            margin-bottom: 5%;
        }

        .contactos {
            display: flex;
            gap: 10%;
            justify-content: center;
            align-items: center;
            font-size: 19px;
        }

        .contact {
            display: flex;

        }

        /* Estilos del Modal */
        .modal {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
        }

         #modalImgG {
            max-width: 90%;
            max-height: 90%;
        }
        
        .modal  .prev,
        .modal .next {
            color: white;
            font-size: 30px;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.5);
            border: none;
            padding: 10px;
            border-radius: 5px;
        }

        .prev{
            margin-right: -50px;
            z-index: inherit;
        }

        .next{
            margin-left: -50px;
        }

        /* Botón de cierre */
        .close {
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 30px;
            color: white;
            cursor: pointer;
        }

        .contact {
            margin-top: 20px;
            font-size: 19px;
            display: flex;
            text-align: justify;
            justify-content: center;
            flex-direction: column;
            align-items: center;

        }

        .contact p {
            margin: 1px;
        }

        .contact a {
            text-decoration: none;
            color: black;
        }


        .swiper-button-next {
            color: white !important;
            top: 50vh !important;
        }

        .swiper-button-prev {
            color: white !important;
            top: 50vh !important;
        }

        .PortfolioNext {
            color: black !important;
        }

        .PortfolioBack {
            color: black !important;
        }

        #LogoMain {
            max-width: 450px;
            width: 100%;
        }

        #imgSec2 {
            max-width: 1400px;
            width: 100%;
        }

        @media (max-width: 1570px) {
            .portfolio-titulo {
                margin-top: 10%;
                letter-spacing: 0.5em;
            }
        }


        @media (max-width: 1110px) {
            .navbar a {
                font-size: 14px;
            }
        }

        @media (max-width: 1024px) {
            .portfolio-titulo {
                margin-top: 15%;
                letter-spacing: 0.3em;
            }

            #portfolio .swiper-wrapper {
                height: 60%;
            }
        }



        /* Diseño responsivo */
        @media (max-width: 992px) {

            .menu {
                display: none;
            }

            #hamburger {
                display: flex;
                margin-left: 93%;
            }

            .navbar.homeCSS{
                background-color: #00000091;
            }

            .navbar{
                background-color: #00000091;
            }

            .redes-sociales{
                margin-right: 0%;
            }

            .nav-content {
                gap: 0px;
            }

            .pagina3-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .step img{
                width: 50px;
            }

            .portafolio-container {
                grid-template-columns: repeat(1, 1fr);
            }

            .separator {
                display: none;
            }

            .portfolio-titulo {
                margin-top: 25%;
                letter-spacing: 0.1em;
            }

            #portfolio .swiper-wrapper {
                height: 60vh;
            }

            .info p {
                font-size: 15px;
                margin-top: 10%;
            }

            #imgSec2 {
                width: 80%;
                margin-top: 10%;
            }

            .pagina2-img {
                margin-top: 10%;
            }

            .pagina3-container {
                gap: 20px;
                margin-bottom: 50px;
            }

            .pagina3-container .info .p {
                margin: 10px;
            }

            .pagina4-mapa {
                margin-top: 5%;
            }

        }

        @media (max-width: 768px) {

            /* menu hamburguesa */
            .menu {
                display: none;
            }

            #hamburger {
                display: flex;
                margin-left: 93%;
            }
            .navbar.homeCSS{
                background-color: #00000091;
            }
            .navbar{
                background-color: #00000091;
            }
            .redes-sociales{
                margin-right: 0%;
            }

            .pagina4-container {
                flex-direction: column;
                text-align: center;
            }

            .pagina4-mapa {
                width: 100%;
            }

            .pagina4-lista {
                width: 100%;
                margin-top: 20px;
            }

        }

        @media (max-width: 576px) {
            .menu {
                display: none;
            }

            #hamburger {
                display: flex;
                margin-left: 93%;
            }
            .navbar.homeCSS{
                background-color: #00000091;
            }
            .navbar{
                background-color: #00000091;
            }

            .mobile-menu {
            top: 41px !important;
            }

            .redes-sociales{
                margin-right: 0px;
            }

            #LogoMain {
                width: 80%;
            }

            .pagina3-container {
                grid-template-columns: repeat(1, 1fr);
            }

            .step img{
                width: 45px;
            }

            .navbar {
                font-size: 11px;
                padding: 15px 0;
            }

            .nav-content {
                gap: 0px;
            }

            #classNB {
                padding: 0px;
                font-size: 13px;
            }

            .navbar a {
                font-size: 14px;
            }

            .portfolio-titulo {
                font-size: 1.2em;
            }

            .pagina1-titulo {
                margin-top: 10%;
                font-size: 2.0em !important;
                letter-spacing: 0.2em;
                margin-bottom: 3%;
            }

            #hire {
                font-size: 12px;
            }

            .pagina2-titulo {
                margin-top: 10%;
                letter-spacing: 0.1em;
                font-size: 1.2em !important;
            }

            .pagina2-img {
                display: none;
            }

            .pagina2-imgA {
                display: block;
                margin-top: 10%;
                margin-bottom: 20%;
            }

            .pagina3-titulo {
                letter-spacing: 0.1em;
                font-size: 1.2em !important;

            }

            .pagina5-titulo {
                letter-spacing: 0.1em;
                font-size: 1.5em !important;
            }

            .sectionE {
                height: auto;

            }

            .contactos {
                flex-direction: column;
                align-items: start;
                padding-left: 10%;
            }

            .info p {
                margin-top: 1%;
                margin-bottom: 2%;
            }

            #hire p {
                padding-left: 15px;
                padding-right: 15px;
                width: auto;

            }


            .logoDatos {
                margin-top: 5%;
                width: 80%;
            }

            #logoDistintivos {
                width: 80%;
            }

            .separator {
                display: none;
            }
        }

        /* menu hambuerguesa */

        /* Botón hamburguesa */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
        }

        .hamburger span {
            background: white;
            height: 4px;
            width: 30px;
            margin: 5px 0;
            transition: 0.3s;
        }

        /* Menú hamburguesa */
        .mobile-menu {
            display: none;
            flex-direction: column;
            position: absolute;
            top: 62px;
            right: 0;
            width: 30%;
            background-color: #00000091;
            z-index: 1000;
        }

        .mobile-menu a {
            padding: 15px;
            text-align: center;
            background-color: transparent;
        }

        .mobile-menu a:hover {
            color: #f1c40f;
        }

        /* Mostrar el menú hamburguesa */
        .mobile-menu.active {
            display: flex;
        }

        /* Animación del icono */
        .hamburger.active span:nth-child(1) {
            transform: translateY(9px) rotate(45deg);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: translateY(-9px) rotate(-45deg);
        }