html {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    background: #0c0000;
    font-family: 'PP Radio Grotesk';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    overflow-x: hidden;
    font-size: 20px;
    width: 100vw;
    /* <--- Añade esto */
    max-width: 100vw;
}

input,
textarea,
select {}

a {
    text-decoration: none;
    color: #5C50F1;
}

a:hover {
    text-decoration: none;
    color: #ffffff;
}

input:focus,
textarea:focus,
select:focus,
a:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

header.header {
    padding: 67px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all ease .4s;
    z-index: 7;
}

.cuadrado_respo_2 {
    padding-top: 10px;
}

section {
    height: auto;
    overflow: visible;
}

footer {
    height: auto;
    overflow: hidden;
}

a.whatsapplink {
    background: linear-gradient(45deg, rgb(26, 115, 232), rgb(24, 90, 188));
    position: fixed;
    right: -56px;
    z-index: 5;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    width: auto;
    height: 50px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 50px;
    transition: all ease .4s;
    transform: rotate(-90deg);
    top: calc(50% - 0px);
    padding: 0 15px;
}

a.whatsapplink>svg {
    fill: #fff;
    width: 50px;
    height: auto;
    display: block;
    margin: 10px auto 0;
}

a.whatsapplink:hover {}

.bottom-menu {
    background: #0c0000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 79px;
    height: 100vh;
    top: -100%;
}

.spoil-color {}

.fondo_largo {
    margin-top: 0px;
    background: #010101;
    z-index: 1;
    position: relative;
}

.formu {
    top: 119px;
    position: relative;
}

.make {
    top: -15px;
    position: relative;
}

.hex-icon-fix {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    top: 0px;
    height: 24px;
    width: auto;
    left: -22px;
}

.hex-icon-fix {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.hex-icon-fix.visible {
    opacity: 1;
}


.hex-icon-fix-2 {
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
    top: 144px;
    height: 24px;
    width: auto;
    left: 432px;
}

.hex-icon-fix-2 {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.hex-icon-fix-2.visible {
    opacity: 1;
}




.img-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0.4);
}


.img-hidden,
.img-zoom-fade-in,
.spin-infinite {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 600px;
    z-index: 1;
    /* Los efectos de transición se sobreescriben según la clase activa */
    pointer-events: none;
}

.img-zoom-fade-in {
    opacity: 0.3;
    filter: blur(3px);
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(0.4);
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    animation: zoomFadeIn 1.6s cubic-bezier(.6, 0, .25, 1) forwards;
    -webkit-animation: zoomFadeIn 1.6s cubic-bezier(.6, 0, .25, 1) forwards;
    will-change: transform, opacity, filter;
}

@-webkit-keyframes zoomFadeIn {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes zoomFadeIn {
    to {
        opacity: 1;
        filter: blur(0);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
    }
}

.spin-infinite {
    opacity: 1;
    filter: blur(0);
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    animation: spinInfinite 12s linear infinite;
    -webkit-animation: spinInfinite 12s linear infinite;
    will-change: transform;
}

@-webkit-keyframes spinInfinite {
    from {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
}

@keyframes spinInfinite {
    from {
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
        -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) scale(1) rotate(360deg);
        -webkit-transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
}

/* Los círculos encima */
.bg-cirle-1,
.bg-cirle-3,
.bg-cirle-4 {
    position: relative;
    z-index: 2;
}










.notan {
    right: -500px !important;
    top: -150px !important;
    width: 1300px;
    height: auto;
}


.poster {
    position: relative;
    width: 100%;
    height: 588px;
}

.flechita_w {
    top: -40px;
    position: relative;
    right: -250px;
    fill: white
}

.imagen_fondo {
    width: 100%;
    display: block;
    height: 588px;
    border-radius: 10px;
}

.video_imagen {
    position: absolute;
    top: 36px;
    left: 122px;
    width: 436px;
    height: 320px;
    transform: perspective(5000px) skewX(-7deg) skewY(-11deg) rotateY(41deg) rotateX(36deg);
    transform-style: preserve-3d;
}

.flechita_w {
    top: -40px;
    position: relative;
    right: -250px;
    fill: #9092AB;
}

.flechita_w:hover {
    top: -40px;
    position: relative;
    right: -250px;
    fill: white;
}

.derecha_logo {
    float: right;
}


.rotate-2 {
    position: absolute;
    top: 43%;
    left: 26%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    z-index: 2;
    animation: giro 5s linear infinite;
}

@keyframes giro {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.gira-desvanece {
    position: absolute;
    /* Ubícala donde tú quieras, aquí va un ejemplo para centrarla igual que la otra */
    top: 43%;
    left: 26%;
    width: 18px;
    height: 18px;
    z-index: 1;
    /* Detrás de la .rotate */
    opacity: 0;
    pointer-events: none;
    animation: mover-girar-desvanecer 3.5s linear infinite;
}

.efecto {
    opacity: 0;
    transform: translateY(30px);
    /* Se mueve 30px abajo de su posición real */
    transition:
        opacity 0.3s ease,
        transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    /* El cubic-bezier da un efecto suave y rápido */
}

.efecto.mostrar {
    opacity: 1;
    transform: translateY(0);
}

@keyframes mover-girar-desvanecer {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        transform: translate(-50%, calc(-50% - 60px)) rotate(720deg);
        /* Gira 2 vueltas */
        opacity: 1;
    }

    100% {
        transform: translate(-50%, calc(-50% - 60px)) rotate(900deg);
        /* 2.5 vueltas */
        opacity: 0;
    }
}

.head-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    min-height: 70px;
    /* Ajusta según tu header */
}

/* Logo absolute solo en desktop, en móvil pasa a static */
.logo {
    position: absolute;
    left: 206px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 180px;
    max-width: 40vw;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
}

/* El menú se separa a la derecha */
.topMenusd {
    margin-left: auto;
    display: flex;
    align-items: center;
    /* Ajusta paddings si quieres espacio */
}

/* RESPONSIVE: Cuando el ancho es menor a 768px, logo se pone arriba y menú abajo */
@media (max-width: 767px) {
    .head-inner {
        flex-direction: column;
        align-items: flex-start;
        min-height: unset;
    }

    .logo {
        position: static;
        transform: none;
        width: 150px;
        /* Más chico en móvil */
        margin-bottom: 10px;
    }

    .topMenusd {
        margin-right: 15px;
        margin-top: -4px;
        width: 100%;
        justify-content: flex-start;
    }
}

.wdd_azul:hover {
    background: #0055ff !important;
}

.wdd_green:hover {
    background: #38f038 !important;
}

.wdd_red:hover {
    background: #d82425 !important;
}

.wdd_yellow:hover {
    background: #e7c72d !important;
}

.wdd_black:hover {
    background: #000000 !important;
}

.wdd_silver:hover {
    background: #545a66 !important;
}

.movil_contact {
    width: 40px;
    position: relative;
}


.gira-diagonal {
    position: absolute;
    top: 43%;
    left: 26%;
    width: 12px;
    height: 12px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    animation: mover-girar-diagonal 3.5s linear infinite;
    animation-delay: 0.5s;
}



@keyframes mover-girar-diagonal {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        /* Sube 60px en Y, 22px en X (aprox 20°) */
        transform: translate(calc(-50% + 22px), calc(-50% - 60px)) rotate(720deg);
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% + 22px), calc(-50% - 60px)) rotate(900deg);
        opacity: 0;
    }
}


.gira-45 {
    position: absolute;
    top: 43%;
    left: 26%;
    width: 22px;
    height: 22px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    animation: mover-girar-45 3.5s linear infinite;
    animation-delay: 0.1s;
}

@keyframes mover-girar-45 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        /* Sube 60px en Y, 60px en X (45° exactos) */
        transform: translate(calc(-50% + 60px), calc(-50% - 60px)) rotate(720deg);
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% + 60px), calc(-50% - 60px)) rotate(900deg);
        opacity: 0;
    }
}



.lets_wa:hover {
    color: #35b524;
}

.contacto_alto {
    padding-top: 150px;
}

.contacto_alto_2 {
    top: -16px;
    position: relative;
}

.botoncito {
    top: 0px;
    position: absolute;
    right: 34px;
}

.botoncito2 {
    left: 90px;
    position: absolute;
}

.botoncito3 {
    left: 302px;
    position: absolute;
}

.cuadro_logos {
    background: aliceblue;
    padding: 30px;
    border-radius: 20px;
}

header.header.fixeds {
    background: #0c0000;
    padding: 45px 0;
}

.head .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head .topMenusd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    flex: 0 0 auto;
    padding: 0 0 0 70px;
}

.head .logo {
    width: 11%;
    flex: 0 0 auto;
}

.menu-icon {
    display: flex;
    cursor: pointer;
    align-items: center;
    top: 0px;
    position: absolute;
}

.menu-icon span.bars i.bar {
    width: 18px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 100px;
    margin: 3px 0;
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.menu-icon span.bars {
    display: block;
    margin-right: 10px;
}

.menu-icon span.bars i.bar.half {
    width: 9px;
}

.topMenusd:before {
    content: "";
    background: #CECECE;
    width: 2px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    border-radius: 100px;
    top: -15px;
}

.contact-us-div-top a {
    color: #fff;
    display: flex;
    align-items: center;
}

.contact-us-div-top a img {
    margin-left: 13px;
    transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.98);
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.01, 0.98);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 24px;
}

.contact-us-div-top a:hover img {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.menu-icon.active span.bars i.bar.half {
    transform: rotate(45deg);
    top: 2px;
}

.menu-icon.active span.bars i.bar {
    width: 18px;
    margin: 0;
    top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-icon.active span.bars i.bar:nth-child(2) {
    opacity: 0;
}

.menu-image>img {
    width: 100%;
    height: auto;
    position: relative;
}

.head {
    position: relative;
    z-index: 1;
    height: 30px;
}

div#access {
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    padding-right: 70px;
    position: relative;
    top: -33px;
}

div#access ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#access>div>ul>li>a {
    font-size: 100px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 15px 0;
}

div#access>div>ul>li {
    border-bottom: 1px solid #1f1f1f;
    overflow: hidden;
}

div#access>div>ul>li:last-child {
    border-bottom: 0;
}

.copymenu {
    margin-top: 130px;
    margin-bottom: 0;
    font-size: 15px;
}

.menu-image>p {
    margin-top: 130px;
    margin-bottom: 0;
    font-size: 15px;
}

.menu-image>p>a {
    color: #fff;
}

.bottom-menu>div>.row {
    display: flex;
    align-items: flex-end;
}

.spoil-color>p {
    margin-top: 130px;
    margin-bottom: 0;
    font-size: 15px;
}

.spoil-color>p>a {
    color: #fff;
}

.a_pb {
    bottom: 35px;
    position: absolute;
}

.get_s {
    position: absolute;
    left: 91px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.get_s.visible {
    opacity: 1;
}

.get_started {
    margin-left: 8px !important;
}

@media (max-width: 768px) {
    .tus-dos-columnas {
        flex-direction: column;
    }
}

.img-item {
    position: relative;
    border-radius: 14px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;
    width: 100%;
    margin-bottom: 36px;
    background: none;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}




.exp-container h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 32px;
}

.exp-text-wrapper {
    position: relative;
}

.exp-text {
    font-size: 1.18rem;
    transition: max-height 0.7s cubic-bezier(.6, 0, .25, 1), opacity 0.4s;
    max-height: 50px;
    /* Ajusta para 1 párrafo + gradiente */
    opacity: 1;
    overflow: hidden;
    position: relative;
}

.exp-text.expanded {
    max-height: 500px;
    opacity: 1;
    transition: max-height 0.8s cubic-bezier(.6, 0, .25, 1), opacity 0.5s;
}

.exp-extra {
    opacity: 0;
    transition: opacity 0.35s;
    will-change: opacity;
}

.exp-text.expanded .exp-extra {
    opacity: 1;
    transition: opacity 0.55s 0.18s;
}

.exp-gradient {
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0c0000 100%);
    transition: opacity 0.5s;
    opacity: 1;
    z-index: 2;
}

.exp-text.expanded .exp-gradient {
    opacity: 0;
    transition: opacity 0.18s;
}

.exp-btn:hover,
.exp-btn:focus {
    background: #353535;
}

@media (max-width: 600px) {
    .exp-container h1 {
        font-size: 1.15rem;
    }

    .exp-btn {
        font-size: 1rem;
        padding: 13px 0;
        width: 98vw;
    }

    .exp-text {
        font-size: 1rem;
        max-height: 72px;
    }
}









.img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    transition: opacity 2s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: opacity;
}

.tetolo {
    padding-top: 25px;
}

/* Imagen inicial visible */
.img-bg-initial {
    z-index: 1;
    opacity: 1;
}

/* Imagen hover */
.img-bg-hover {
    z-index: 2;
    opacity: 0;
    pointer-events: none;
}

.img-imgs {
    position: relative;
    width: 100%;
    padding-bottom: 66.66%;
    /* 3/2 aspect ratio */
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.img-imgs:hover .img-bg-hover,
.img-imgs:focus .img-bg-hover {
    opacity: 1;
}

.img-imgs:hover .img-bg-initial,
.img-imgs:focus .img-bg-initial {
    opacity: 0;
}

.img-imgs-horizontal {
    position: relative;
    width: 100%;
    padding-bottom: 43%;
    /* 3/2 aspect ratio */
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.img-imgs-detalles {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
}

.img-imgs-horizontal:hover .img-bg-hover,
.img-imgs-horizontal:focus .img-bg-hover {
    opacity: 1;
}

.img-imgs-horizontal:hover .img-bg-initial,
.img-imgs-horizontal:focus .img-bg-initial {
    opacity: 0;
}

/* Responsive */
@media (max-width: 700px) {
    .col-md-6 {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .img-imgs {
        padding-bottom: 60%;
    }

    .img-imgs-horizontal {
        padding-bottom: 60%;
    }

    .img-item {
        margin-bottom: 24px;
    }
}

.bottom-menu span.bg {
    background: #0C0000;
    background: linear-gradient(90deg, rgba(12, 0, 0, 1) 0%, rgb(109 0 0) 35%, rgb(192 0 0) 70%);
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

header.header.active.fixeds {
    padding: 60px 0;
}

.home-top-text h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 135px;
    text-align: center;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
}

.home-top-text h1 strong {
    font-weight: 900;
    background-image: url("../images/bg.jpg");
    background-size: 130% auto;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center;
}

.home-top-text>div>div p {
    font-size: 22px;
    color: #9092AB;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}

.home-top-text>ul {
    list-style: none;
    padding: 0;
    margin: 70px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.home-top-text>ul>li {
    margin: 0 80px;
}

.home-top-text>ul>li h4 {
    color: #9092AB;
    font-size: 22px;
    margin: 15px 0 0px 0;
}

.home-top-text>ul>li span {
    color: #c10000;
    font-size: 12px;
    font-weight: 700;
}

.bgparticles {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.home-section-1 {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 117px;
}

.home-section-20 {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 117px;
}

.be_af {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.bgparticles img {
    position: absolute;
}

.bgparticles img.bg-cube {
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}


.bgparticles img.bg-cirle-1 {
    left: -90px;
    top: 100px;
    filter: blur(30px);
}

.bgparticles img.bg-cirle-4 {
    right: 60px;
    bottom: 90px;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
    animation-direction: normal;
}

.bgparticles img.bg-cirle-3 {
    left: 50px;
    transform: scale(0.4);
    bottom: 170px;
    filter: blur(31px);
}



.home-section-2 {
    position: relative;
    z-index: 0;
    padding: 100px 0 0;
}

.home-2-text .left-text h3 {
    color: #c10000;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.home-2-text .left-text h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 0 0;
}

.home-2-text {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.home-2-text .right-text,
.home-2-text .left-text {
    flex: 0 0 auto;
    width: 60%;
}

.home-2-text .right-text p {
    font-size: 22px;
    color: #9092AB;
    max-width: 660px;
    margin: 0;
}

.home-top-portfolio {
    display: flex;
    margin: 50px -170px 0;
    max-height: 100vh;
    overflow: hidden;
}

.home-top-portfolio>div>img {
    padding: 15px;
}

.home-section-3 {
    position: relative;
    z-index: 0;
    padding: 0px 0;
    margin-bottom: 200px;
}

.home-section-3 .aa-text h3 {
    color: #c10000;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.home-section-3 .aa-text h2 {
    text-transform: uppercase;
    font-size: 88px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 0 0;
}

.bb-text>p {
    font-size: 22px;
    color: #9092AB;
    max-width: 470px;
    margin: 0;
}

.expolre-nt {
    margin-right: 30px;
    position: relative;
}

.home-3-text .bb-text {
    display: flex;
    align-items: center;
    margin-top: -100px;
    padding: 0 0 0 120px;
}

.expolre-nt>a>img.bgexp {
    -webkit-animation: spin 45s linear infinite;
    animation: spin 45s linear infinite;
}

.expolre-nt>a>img.arrowexp {
    -webkit-animation: spin 25s linear infinite reverse;
    animation: spin 25s linear infinite reverse;
}

.expolre-nt>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section-3 .aa-text h2 img.bullet {
    position: relative;
    margin: -10px 0px 0 0;
    z-index: -1;
}

.home-section-3 .aa-text h2 img.primad {
    margin: -120px 0 -100px -70px;
}

.home-section-3 .aa-text h2 strong {
    display: block;
    text-align: right;
    padding-right: 0px;
}

.home-section-3 .aa-text h2 img.ccbullet {
    position: relative;
    top: 0;
    right: 0;
    margin: -20px 0 0 0;
}

.home-3-text .aa-text {
    position: relative;
    z-index: 0;
    max-width: 1310px;
    margin: 0 auto;
}

.home-section-4 ul>li {
    text-transform: uppercase;
    font-size: 88px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    line-height: 1.5;
    display: flex;
    align-items: center;
    margin: 0 120px 0 0;
}

.home-section-4 .marquee-top {
    display: flex;
    white-space: nowrap;
    list-style: none;
    padding: 30px 0;
    margin: 0;
    border-top: 1px solid rgb(12 0 0);
}

.home-section-4 ul>li:before {
    content: "";
    background: url('../images/bullet.png');
    position: relative;
    z-index: 0;
    display: block;
    width: 150px;
    height: 102px;
    top: 7px;
}

.home-section-4 .marquee-top {
    border-bottom: 1px solid rgb(255 255 255 / 0%);
}

.home-section-4 ul.top-bar-marqee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 1rem;
    -webkit-animation: scroll 40s linear infinite reverse;
    animation: scroll 40s linear infinite reverse;
}

.home-section-5 {
    padding: 110px 0;
    position: relative;
    z-index: 0;
}

.home-section-5 .right-text .expolre-nt {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.single-seriv-sec .title1 h3 {
    color: #9092AB;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    position: absolute;
    left: 0;
    line-height: 1;
    transition: color 0.4s ease;
    -webkit-transition: color 0.4s ease;
}

.single-seriv-sec .title1 h3:before {
    content: "/";
}

.single-seriv-sec .title1 h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 0 100px;
}

.single-seriv-sec .title1 {
    display: flex;
    align-items: center;
    position: relative;
}

.single-seriv-sec .descp1 {
    position: relative;
    z-index: 0;
    padding: 0 0 0 100px;
}

.single-seriv-sec .descp1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transform: translate(0px, 100%);
    -webkit-transform: translate(0px, 100%);
}

.single-seriv-sec .descp1 ul li {
    font-size: 18px;
    margin-right: 30px;
    color: #F8F8F8;
}

.single-seriv-sec .descp1 p {
    font-size: 25px;
    color: #9092AB;
    margin: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transform: translate(0px, 0%);
    -webkit-transform: translate(0px, 0%);
}

.single-seriv-sec {
    padding: 50px 50px;
    display: inline-block;
    border-bottom: 1px solid rgb(112 112 112 / 48%);
    min-width: 1060px;
}

.single-seriv-sec .descp1 .hid2 {
    overflow: hidden;
}

.single-seriv-sec .descp1 .hid2:last-child {
    position: absolute;
    bottom: 0;
}

.home-services-sections {
    margin-top: 80px;
}

.single-service-section:nth-child(2n+2) {
    padding-left: 600px;
}

.single-service-section:before {
    content: "";
    background: linear-gradient(to right, #191a3f 0%, #5b4ff0 20%, #6457c5 60%, #201ee2 80%, #fbd841 100%);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.single-service-section {
    position: relative;
    z-index: 0;
}

.single-service-section:hover:before {
    opacity: 1;
}

.single-service-section:hover .single-seriv-sec .descp1 .hid2:last-child ul {
    transform: translate(0px, 0%);
}

.single-service-section:hover .single-seriv-sec .descp1 p {
    transform: translate(0px, 100%);
}

.single-service-section:hover .single-seriv-sec .title1 h3 {
    color: #c10000;
}

.home-section-6 {
    padding: 100px 0;
}

.home-section-6 .home-2-text {
    display: block;
    text-align: center;
    margin: 0 0 100px 0;
}

.home-section-6 .home-2-text h3 {
    color: #c10000;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.home-section-6 .home-2-text h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0;
}

.single-portfolio-bottom {
    display: flex;
    align-items: center;
    margin: 0 auto 100px;
    justify-content: flex-start;
    max-width: 1500px;
}

.single-portfolio-bottom:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.single-portfolio-bottom>.img-port {
    background: #CE05F4;
    background: linear-gradient(90deg, rgba(206, 5, 244, 1) 0%, rgba(23, 230, 246, 1) 40%, rgba(17, 253, 7, 1) 71%, rgba(255, 244, 4, 1) 81%);
    padding: 10px;
    width: 60%;
}

.single-portfolio-bottom .port-details h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #9092AB;
}

.single-portfolio-bottom .port-details h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 30px 0;
}

.single-portfolio-bottom .port-details a {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #fff;
    display: inline-block;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    opacity: 0;
}

.single-portfolio-bottom .port-details a:after {
    content: "";
    background: #fff;
    width: 65%;
    display: block;
    height: 1px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.single-portfolio-bottom .port-details a:hover:after {
    width: 100%;
}

.single-portfolio-bottom .port-details a:hover {
    color: #c10000;
}

.single-portfolio-bottom .port-details {
    margin-left: 100px;
    width: 40%;
}

.home-section-7 {
    position: relative;
    padding: 100px 0;
}

.home-section-7 .testimonials {
    max-width: 1075px;
    margin: 60px auto 0;
}

.testimonials .single-testimonial {
    display: flex;
    flex-wrap: wrap;
}

.testimonials .single-testimonial .right-test img {
    width: 39px;
    height: auto;
    margin: 0 0 40px 0;
}

.testimonials .single-testimonial .right-test p {
    font-size: 40px;
    color: #9092AB;
    line-height: 1.2;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.testimonials .single-testimonial .right-test h2 {
    color: #F8F8F8;
    font-size: 22px;
    font-weight: 400;
}

.testimonials .single-testimonial .left-test {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
    flex-wrap: nowrap;
    padding: 0 0 10px 0;
}

.testimonials .single-testimonial .right-test {
    width: 81%;
    padding: 50px 0 50px 80px;
    border-left: 1px solid rgb(255 255 255 / 16%);
    margin-left: 8%;
}

#clientsReviews.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    margin: 100px auto 0;
}

#clientsReviews.owl-theme .owl-nav.disabled+.owl-dots button.owl-dot>span {
    background: #c10000;
    opacity: 0.5;
    margin: 0 5px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#clientsReviews.owl-theme .owl-nav.disabled+.owl-dots button.owl-dot.active>span {
    opacity: 1;
    width: 50px;
}

.testimonials .single-testimonial .left-test h3 {
    font-size: 63px;
    margin: 0;
    line-height: 1;
    letter-spacing: 12px;
}

.testimonials .single-testimonial .left-test .trust-img img {
    width: auto;
}

.testimonials .single-testimonial .left-test .review {
    max-width: 370px;
    overflow: hidden;
    flex: 0 0 auto;
    position: relative;
    border-radius: 70px;
}

.testimonials .single-testimonial .left-test .trust-img {
    margin-bottom: 50px;
}

.home-section-7 .clients-logos {
    display: flex;
    align-items: center;
    max-width: 1075px;
    margin: 65px auto;
    justify-content: space-between;
}

.home-section-7 img.bg-cirle-2 {
    right: 50px;
    top: 0;
    filter: blur(1px);
}

.home-section-7 .bgparticles img.bg-cube {
    top: 120px;
}

footer .widgets {
    position: relative;
    text-align: center;
    padding: 280px 0;
    background-image: url(../images/cube-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    overflow: hidden;
}

footer .widgets::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -5;
    pointer-events: none;
    background: linear-gradient(180deg, rgb(94 0 0 / 0%) 0%, rgb(192 0 0) 100%);
}

.footer-widget-area h3 {
    text-transform: uppercase;
    font-size: 55px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 30px 0;
}

.dskbtn {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    padding: 0px 20px;
    background: #ffffff00;
    border: 1px solid #ffffff00;
}

.dskbtn:before {
    content: "";
    background: #c10000;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
    transition: all 0.7s cubic-bezier(0, 0.48, 0.52, 1.01);
    -webkit-transition: all 0.7s cubic-bezier(0, 0.48, 0.52, 1.01);
}

.dskbtn:hover:before {
    height: 100%;
}

.bottom-widgets {
    padding: 60px 0 70px;
}

.b-footer-widget-area h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 30px 0;
    max-width: 100%;
}

.b-footer-widget-area form.newsletter-form input[type="email"] {
    color: #a7a9bd;
    background: #000000;
    border: 0;
    font-size: 14px;
    width: 300px;
    padding: 0;
    height: 37px;
}

.b-footer-widget-area form.newsletter-form {
    border-bottom: 1px solid #9092AB;
    padding: 0 10px;
    margin: 10px 0 40px;
    max-width: 100%;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

.b-footer-widget-area form.newsletter-form input[type="email"]::placeholder {
    color: #9092AB;
}

.b-footer-widget-area form.newsletter-form button {
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 0;
}

.b-footer-widget-area {
    padding-right: 100px;
}

.b-footer-widget-area h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px 0;
    max-width: 430px;
}

.b-footer-widget-area img.footer-image {
    margin-right: 15px;
}

.shadow_2 {
    text-shadow: 2px 5px 10px #000000;
}

.seccion-corazon {
    position: relative;
    /* Referencia para posición absoluta */
    height: 200px;
    /* Ajusta según tu diseño */
    width: 100%;
    /* Ajusta si quieres ancho fijo */
    overflow: visible;
}

.corazon {
    position: absolute;
    top: 84%;
    left: 55.2%;
    transform: translate(-50%, -50%);
    width: 20px;
    opacity: 0;
    transition: opacity 1s ease-in;
    -webkit-transition: opacity 1s ease-in;
    pointer-events: none;
    user-select: none;
    z-index: 6;
}

.mostrar {
    opacity: 1;
}

.latido {
    animation: latido 1s infinite;
}

@keyframes latido {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    25% {
        transform: translate(-50%, -50%) scale(1.1);
    }

    50% {
        transform: translate(-50%, -50%) scale(0.95);
    }

    75% {
        transform: translate(-50%, -50%) scale(1.05);
    }
}


.videoy {
    width: 100%;
    height: 588px;
    border: none;
    pointer-events: none;
}

.videoy_2 {
    width: 100%;
    height: 460px;
    border: none;
    pointer-events: none;
    margin: 60px 0px 60px 0px;
}

.copy {
    border-top: 1px solid rgb(144 146 171 / 40%);
    padding: 30px 0;
    text-align: center;
    background: #000;
}

.copy p {
    color: #9092AB;
    font-size: 13px;
    margin: 0;
    text-align: left;
}

.bottom-widgets .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bottom-widgets .footer-menu ul a {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    line-height: 2;
    align-items: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.bottom-widgets .footer-menu ul a:before {
    content: "";
    background: url(../images/arrow-f-right.png);
    width: 14px;
    height: 10px;
    display: block;
    margin-right: 10px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    opacity: 0;
}

.bottom-widgets .footer-menu ul a:hover {
    padding: 0 0 0 25px;
}

.bottom-widgets .footer-menu ul a:hover:before {
    opacity: 1;
}

.footer-inq h3 {
    margin: 0 0 15px 0;
    color: #9092AB;
    font-size: 20px;
    font-weight: 400;
}

.footer-inq ul li a {
    color: #F8F8F8;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}

.btn-img-4-text.disabled .btn-img-4-label {
    color: #888; /* gris suave */
}
.btn-img-4-text.disabled {
    cursor: default;
}

.btn-img-text {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    width: 166px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
}

.btn-img-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-img-label {
    position: absolute;
    top: -2px;
    left: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    user-select: none;
    justify-content: flex-start;
    font-weight: 100;
}

.btn-img-label:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #c00000;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-shadow: 1px 1px 6px #000;
    user-select: none;
}

.btn-img-2-text {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    width: 108px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
}

.btn-img-2-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-img-2-label {
    position: absolute;
    top: -2px;
    left: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    user-select: none;
    justify-content: flex-start;
    font-weight: 100;
}

.btn-img-2-label:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #c00000;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-shadow: 1px 1px 6px #000;
    user-select: none;
}

.btn-img-3-text {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    width: 133px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
}

.btn-img-3-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-img-3-label {
    position: absolute;
    top: -2px;
    right: 20px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    pointer-events: none;
    user-select: none;
    justify-content: flex-end;
    font-weight: 100;
}

.btn-img-3-label:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #c00000;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-shadow: 1px 1px 6px #000;
    user-select: none;
}


.btn-img-4-text {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    width: 133px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
}

.btn-img-4-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-img-4-label {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    pointer-events: none;
    user-select: none;
    font-weight: 100;
    justify-content: center;
    align-items: center;
}

.btn-img-4-label:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #c00000;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-shadow: 1px 1px 6px #000;
    user-select: none;
}





.btn-img-5-text {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    width: 133px;
    height: 44px;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.btn-img-5-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-img-5-label {
    position: absolute;
    top: -2px;
    right: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    display: flex;
    pointer-events: none;
    user-select: none;
    font-weight: 100;
    justify-content: center;
    align-items: center;
}

.btn-img-5-label:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #c00000;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-shadow: 1px 1px 6px #000;
    user-select: none;
}












.footer-inq ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-inq {
    margin-bottom: 50px;
}

.footer-inq:last-child {
    margin: 0;
}

.bottom-widgets>.container {
    max-width: 1240px;
}

.home-top-text h1 div {
    overflow: hidden;
}

.theparagraph {
    overflow: hidden;
    margin: 30px auto;
}

.home-section-4 .marquee-top ul.bottom-bar-marqee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 1rem;
    -webkit-animation: scroll 50s linear infinite;
    animation: scroll 50s linear infinite;
    margin: 0;
}

.footer-widget-area h3>div {
    overflow: hidden;
}

.footer-widget-area .footerbtn {
    overflow: hidden;
}

.about-sec-1.home-section-1 .home-top-text h1 {
    text-align: left;
    font-size: 100px;
}

.about-sec-1.home-section-1 .home-top-text h1 span {
    color: #fff;
    bottom: 0px;
    position: relative;
}

.about-sec-1.home-section-1 .home-top-text>div>div p {
    text-align: left;
    margin: 0 0 10px 0;
}

.about-sec-1.home-section-1 .home-top-text>div>div h4 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 29px 0;
    max-width: 500px;
}

.about-sec-1.home-section-1 {
    padding: 100px 0 0 0;
}

.about-sec-1.home-section-1 .bgparticles img.bg-cube {
    margin: 0 -700px 0 0;
    width: 800px;
    height: auto;
}

.about-sec-1.home-section-1 .theparagraph>div {
    overflow: hidden;
}

.home-top-text .contact-us-div-top {
    overflow: hidden;
}

.about-section-2 {
    position: relative;
    z-index: 0;
}

.about-2-text h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
}

.about-2-text h2 strong {
    font-weight: 800;
    font-style: normal;
    color: #c10000;
}

.about-2-text p {
    font-size: 22px;
    color: #9092AB;
    margin: 10px 0 30px 0;
}

.about-2-text h3 {
    color: #9092AB;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.about-section-2 .about-2-text {
    max-width: 970px;
    margin: 0 auto;
}

.about-section-2 .services-list {
    max-width: 970px;
    margin: 70px auto;
}

.about-section-2 .services-list ul li a {
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 80px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    line-height: 1.1;
    position: relative;
    z-index: 0;
}

.about-section-2 .services-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-section-2 .services-list ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    z-index: -1;
    background-position: center;
    background-color: #9092AB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section-2 .bgparticles img.bg-cirle-1 {
    left: 0;
    filter: blur(10px);
    top: auto;
    bottom: -140px;
}

.about-section-2 .bgparticles img.bg-cirle-4 {
    bottom: auto;
    top: 200px;
}

.about-section-2 .bgparticles img.left-ab {
    left: -200px;
}

.about-section-2 .bgparticles img.right-ab {
    right: -160px;
    bottom: -10px;
    -webkit-animation: spin 150s linear infinite;
    -moz-animation: spin 150s linear infinite;
    animation: spin 150s linear infinite;
    animation-direction: alternate-reverse;
}

.about-sec-1.home-section-1 .bgparticles img.bg-cirle-42 {
    right: -100px;
    top: 300px;
    filter: blur(10px);
}

.about-section-3 .about-3-text {
    display: flex;
    padding: 0 0 80px 0;
}

.about-section-3 .about-3-text .aa-text h3 {
    color: #9092AB;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.about-section-3 .about-3-text .bb-text {
    margin: 0 0 0 150px;
}

.about-section-3 {
    position: relative;
    padding: 150px 0 100px 0;
}

.about-section-3 .about-3-text .bb-text h2 {
    line-height: 1;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 20px 0;
}

.about-section-3 .about-3-text .bb-text .contact-us-div-top {
    margin: 30px 0 0 0;
}

.about-section-3 .about-3-lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-section-3 .about-3-lists ul li a {
    width: 150px;
    height: 176px;
    background: #292323;
    border-radius: 30px;
    display: flex;
    align-items: flex-end;
    padding: 35px;
    font-size: 18px;
    position: relative;
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    cursor: default;
}

.about-section-3 .about-3-lists ul li a svg {
    fill: #9092AB;
    position: absolute;
    top: 38px;
    right: 30px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.about-3-lists {
    max-width: 1280px;
    margin: 0 auto;
}

.about-section-3 .about-3-lists ul li a:before {
    content: "";
    background: linear-gradient(290deg, #430000, #c10000);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 30px;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    opacity: 0;
}

.about-section-3 .about-3-lists ul li:hover a:before {
    opacity: 1;
}

.about-section-3 .about-3-lists ul li a:hover svg {
    fill: #ffffff;
}

.about-section-3 .about-3-lists ul li a span {
    color: #fff;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    top: -12px;
    position: relative;
}

.about-section-3 .about-3-lists ul li a:hover span {
    color: #fff;
}

.about-section-3 .about-3-lists ul li a.active svg {
    fill: #9092AB;
}

.about-section-3 .bgparticles img.bg-cirle-3 {
    bottom: -70px;
}



.about-section-3 .bgparticles img.bg-cirle-1 {
    left: auto;
    right: -100px;
    top: auto;
    bottom: 80px;
}

.services-sec-1.home-section-1 .home-top-text h3 {
    color: #c10000;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.services-sec-1.home-section-1 .home-top-text h1 {
    text-align: left;
    font-size: 50px;
    margin: 0 0 20px 0;
}

.services-sec-1.home-section-1 .home-top-text h1 span {
    color: #c10000;
}

.services-sec-1.home-section-1 .home-top-text .theparagraph {
    margin: 0 0 40px 0;
}

.services-sec-1.home-section-1 .home-top-text .theparagraph>div>p {
    margin: 0;
    text-align: left;
}

.services-sec-1.home-section-1 .bgparticles img.bg-cube {
    right: -600px;
    top: -400px;
}

.services-sec-1.home-section-1 .bgparticles img.bg-cirle-3 {
    left: -30px;
}

.services-sec-1.home-section-1 .bgparticles img.bg-cirle-42 {
    right: -100px;
    filter: blur(10px);
}

.services-section-2 {
    position: relative;
    z-index: 0;
    padding: 100px 0 60px;
}

.services-section-2 .bgparticles img.bg-cirle-1 {
    top: 500px;
}

.services-section-2 .bgparticles img.bg-cirle-2 {
    right: -90px;
    bottom: 100px;
    filter: blur(20px);
}

.services-section-2 .bgparticles img.bg-cirle-4 {
    right: 100px;
    top: 200px;
}

.single-serice-section {
    max-width: 1100px;
    margin: 0 auto;
    border-bottom: 1px solid rgb(144 146 171 / 40%);
    padding: 40px 0 30px 0;
}

.single-serice-section ul li {
    background: #292323;
    padding: 30px;
    border-radius: 16px;
    width: calc(33.3333% - 30px);
    flex: 0 0 auto;
    margin: 15px;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.single-serice-section ul li:hover {
    background: linear-gradient(290deg, #430000, #c10000);
    padding: 30px;
    border-radius: 16px;
    width: calc(33.3333% - 30px);
    flex: 0 0 auto;
    margin: 15px;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid #fff;
}

.single-serice-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-serice-section ul li strong {
    display: block;
    font-size: 25px;
}

.single-serice-section ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #9092AB;
}

.single-serice-section .listn {
    display: none;
    border-top: 1px solid rgb(144 146 171 / 40%);
    padding: 20px 0;
    margin-top: 30px;
}

.single-serice-section:last-child {
    border-bottom: 0;
}

.single-serice-section h3 {
    margin-top: 0px;
    margin-bottom: 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    display: flex;
}

.single-serice-section p {
    color: #9092AB;
    font-size: 22px;
    max-width: 970px;
    margin: 0;
}

.single-serice-section p a {
    color: #fff;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.single-serice-section h3 span.secbar {
    background: #353535;
    width: 66px;
    height: 38px;
    display: flex;
    border-radius: 100px;
    margin: 0 0 0 20px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.single-serice-section h3 span.secbar>span.ball {
    background: rgb(227 0 0);
    height: 28px;
    width: 28px;
    border-radius: 100%;
    position: relative;
    top: 5px;
    left: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.single-serice-section h3 span.secbar:before {
    background: #CE05F4;
    background: linear-gradient(90deg, rgba(206, 5, 244, 1) 0%, rgba(23, 230, 246, 1) 49%, rgba(17, 253, 7, 1) 73%, rgba(255, 244, 4, 1) 83%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 100px;
    opacity: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.single-serice-section.active h3 span.secbar>span.ball {
    filter: brightness(0) invert(1);
    left: 30px;
}

.single-serice-section.active h3 span.secbar:before {
    opacity: 1;
}

.single-serice-section.active {
    padding-bottom: 0;
}

.services-sec-1.home-section-1 .home-top-text h3>div {
    overflow: hidden;
}

.cpage.services-sec-1.home-section-1 h3 {
    text-transform: none;
}

.cpage.services-sec-1.home-section-1 .bgparticles img.bg-cube {
    right: auto;
    top: auto;
}

.contact-page-form form input,
.contact-page-form form select {
    background: none;
    border: 0;
    border-bottom: 4px solid #9092AB;
    line-height: 1;
    text-transform: unset;
    font-size: 22px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    height: 50px;
    margin: 50px 0 0 0;
    width: 100%;
}

.cpage.services-sec-1.home-section-1 .home-top-text h1 {
    font-size: 88px;
}

.contact-page-form form input::placeholder {
    color: #9092AB;
}

.contact-page-form {
    display: block;
}

.contact-page-form form select option {
    background: #000;
}

.contact-page-form button.dskbtn {
    background: none;
    border: 0;
    margin: 40px 0 0;
    font-size: 23px;
    padding: 0px 23px;
}

.cpage.services-sec-1.home-section-1 {
    padding: 0;
}

.cpage.services-sec-1.home-section-1 .col-md-6 {
    display: flex;
    align-items: center;
}

.workdiv.services-sec-1.home-section-1 img.bg-cube {
    animation: none;
}

.all-work1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.all-work1>article {
    width: 35%;
    flex: 0 0 auto;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.all-work1>article:nth-child(n+2) {
    width: 65%;
}

.all-work1>article:nth-child(14),
.all-work1>article:nth-child(11),
.all-work1>article:nth-child(9),
.all-work1>article:nth-child(6),
.all-work1>article:nth-child(4) {
    width: 35%;
}

.all-work1>article:nth-child(10),
.all-work1>article:nth-child(5) {
    width: 100%;
}

.all-work1>article span.imgsc {
    display: block;
    height: 588px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 14px;
}





.all-work1>article .post-info-2 {
    box-shadow: 0 0 0 2px rgb(255 255 255) inset;
    display: flex;
    flex-direction: column;
    height: 190px;
    padding: 30px;
    border-radius: 14px;
    margin: 22px 0 0 0;
    position: relative;
    z-index: 0;
    justify-content: flex-end;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.all-work1>article .post-info-2 a.portbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 43px;
    border-radius: 14px;
    text-align: center;
    line-height: 41px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    transform: rotate(30deg);
}

.all-work1>article .post-info a.portbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 39px;
    border-radius: 14px;
    text-align: center;
    line-height: 36px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    transform: rotate(30deg);
}


.all-work1>article .post-info {
    box-shadow: 0 0 0 2px rgb(255 255 255) inset;
    display: flex;
    flex-direction: column;
    height: 190px;
    padding: 30px;
    border-radius: 14px;
    margin: 30px 0 0 0;
    position: relative;
    z-index: 0;
    justify-content: center;
    transition: all ease .4s;
}

.all-work1>article .post-info h2.post-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
}

.all-work1>article .post-info h2.post-title a {
    color: #fff;
}

.all-work1>article .post-info .post-content {
    color: #9092AB;
    font-size: 18px;
    font-weight: 400;
    max-width: 650px;
}

.all-work1>article .post-info .post-content p {
    margin: 0;
}

.all-work1>article .post-info a.portbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 39px;
    border-radius: 14px;
    text-align: center;
    line-height: 36px;
    transition: all ease .4s;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.1));
    transform: rotate(30deg);
}

.rotate {
    transform: rotate(330deg);
    left: 1px;
    position: relative;
    top: -2px;
}

.all-portfolio-section {
    position: relative;
    z-index: 0;
    padding: 100px 0 0;
}

.flecha_diagonal {
    color: #c10000;
}

.neon-btn {
    padding: 3px 21px;
    margin-top: 60px;
    background: #3900007a;
    color: #fff;
    font-size: 22.4px;
    border: 1.8px solid #de7f78;
    border-radius: 13px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-family: inherit;
    font-weight: 100;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px #690000, 0 0 20px #470000, 0 0 40px #ff1a1a33, 0 0 12px #630000 inset, 0 0 24px #8f000066 inset;
    transition: box-shadow 0.2s, border-color 0.2s;
}



/* Opcional: más intensidad al hover */
.neon-btn:hover,
.neon-btn:focus {
    box-shadow: 0 0 10px #870000, 0 0 10px #b10000aa, 0 0 10px #ff1a1a55, 0 0 18px #7d0000 inset, 0 0 15px #8b000077 inset;
    border-color: #de7f78;
    color: #fff;
}

.center-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flechas {
    font-size: 15px;
    top: 0px;
    position: relative;
}

.neon-btn-2 {
    padding: 3px 21px;
    margin-top: 20px;
    background: #3900007a;
    color: #fff;
    font-size: 22.4px;
    border: 1.8px solid #de7f78;
    border-radius: 13px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    font-family: inherit;
    font-weight: 100;
    letter-spacing: 0.5px;
    box-shadow: 0 0 10px #690000, 0 0 20px #470000, 0 0 40px #ff1a1a33, 0 0 12px #630000 inset, 0 0 24px #8f000066 inset;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.neon-btn-2:hover,
.neon-btn-2:focus {
    box-shadow: 0 0 10px #870000, 0 0 10px #b10000aa, 0 0 10px #ff1a1a55, 0 0 18px #7d0000 inset, 0 0 15px #8b000077 inset;
    border-color: #de7f78;
    color: #fff;
}

#more-projects {
    max-height: 0;
    overflow: hidden;
    transition: max-height 2s cubic-bezier(.38, 1.04, .68, .99);
    margin-top: 32px;
}

#more-projects.show {
    max-height: 9999px;
    /* Ajusta si tienes mucho contenido */
}


.neon-btn-2.disabled,
.neon-btn-2:disabled {
    background: #272727 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    border-color: #bbb !important;
    pointer-events: none;
    box-shadow: none;
}




.warning-effect {
    display: inline-block;
    font-weight: bold;
    font-size: 1.3em;
    color: #ff2222;
    transition: opacity 0.3s linear;
}

/* Blinking (smooth fade in/out, not harsh) */
.blinking {
    animation: warning-blink 1.2s ease-in-out;
}

@keyframes warning-blink {
    0% {
        opacity: 1;
    }

    30% {
        opacity: 0.3;
    }

    50% {
        opacity: 1;
    }

    70% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

/* Vibrating (quick horizontal shake) */
.vibrating {
    animation: warning-vibrate 0.4s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes warning-vibrate {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-3px);
    }

    20% {
        transform: translateX(3px);
    }

    30% {
        transform: translateX(-3px);
    }

    40% {
        transform: translateX(3px);
    }

    50% {
        transform: translateX(-3px);
    }

    60% {
        transform: translateX(3px);
    }

    70% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(3px);
    }

    90% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0);
    }
}

/* Fading out smoothly */
.fading {
    animation: warning-fadeout 0.8s forwards;
}

@keyframes warning-fadeout {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}





.redes_t {
    font-size: 27px !important;
    color: #fff;
    width: 29px;
    height: 29px;
    line-height: 29px !important;
    vertical-align: middle;
    display: inline-block;
    box-sizing: content-box;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
    margin-right: 15px;
}

.redes_t:hover {
    color: #fff;
    text-shadow: 0 0 16px #fff;
    /* No repitas font-size ni margin, solo el efecto hover */
    width: 29px;
    height: 29px;
    line-height: 29px !important;
    box-sizing: content-box;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
}


.redes_todo:hover {
    text-shadow: 0px 0px 16px #ffffff;
}


.con-sombra {
    filter: none;
    transition: filter 0.2s;
}

.con-sombra:hover {
    filter: drop-shadow(0 0 16px #fff);
}

.social.redess {
    display: flex;
    align-items: center;
    /* Opcional: separa todo un poco más */
    gap: 8px;
}

.redes_ubicacion {
    width: 29px !important;
    height: 29px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    /* Si tus PNG no son cuadrados, fuerza esto */
    object-fit: contain;
}

.all-work1>article:hover .post-info {
    box-shadow: 0 0 0 102px rgb(32 34 58 / 50%) inset;
}

.all-work1>article:hover .post-info .portbtn {
    background: #d3000000;
}

.all-work1>article:nth-child(5) span.imgsc {
    height: 846px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #9092AB;
    width: 36px;
    height: 36px;
    display: inline-block;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #20223A inset;
    border-radius: 6px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    margin-right: 10px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #c10000;
    font-weight: 400;
    border: 0;
    box-shadow: 0 0 0 20px #11132B inset;
    border-radius: 6px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

div#nav-below {
    padding: 0 15px 80px;
}

.single-blog-s .entry-image>div {
    width: 600px;
    height: 600px;
    margin: 0 0 50px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.single-blog-s.services-sec-1.home-section-1 {
    padding: 170px 0;
}

.social a svg {
    width: auto;
    height: 30px;
    margin: 0 15px 0 0;
    fill: #e9e3df;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    filter: drop-shadow(0px 0px 0px #e9e3df);
}

.social a:hover svg {
    filter: drop-shadow(0px 0px 10px #e9e3df);
}

.home-top-text-2>div>div>p {
    font-size: 22px;
    color: #9092AB;
    max-width: 660px;
}

.home-top-text-2>div>div>p>b {
    color: #fff;
    font-weight: 400;
}

.services-sec-1.terms-section-1.home-section-1 {
    padding: 250px 0 50px;
}

.services-sec-1.terms-section-1.home-section-1 .home-top-text-2,
.services-sec-1.terms-section-1.home-section-1 .home-top-text {
    width: 100%;
    margin: 0 auto;
}

.single-portfolio-bottom>.img-port>img {
    width: 100%;
    height: auto;
}

div#portfolio-2.single-portfolio-bottom .port-details {
    margin-left: 0;
    margin-right: 100px;
}

div#gdpr-popup {
    background: rgb(255 255 255 / 18%);
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 300px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
    z-index: 100;
    backdrop-filter: blur(10px);
    font-size: 15px;
}

div#gdpr-popup button#gdpr-accept {
    border: 0;
    font-size: 15px;
    padding: 8px 40px;
    background: none;
    border: 0;
}

div#gdpr-popup span.close-icon {
    background: #000;
    box-shadow: 0 0 0 2px #fff;
    width: 20px;
    display: block;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
}

div#gdpr-popup a {
    color: #fff;
    text-decoration: underline;
}

div#gdpr-popup p {
    color: #ffffffbf;
}

.wp-pagenavi a.previouspostslink svg {
    transform: rotate(-90deg);
}

.home-section-8 {
    padding: 50px 0;
}

.home-section-8 .home-2-text {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-section-8 .home-2-text h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #9092AB;
}

.home-section-8 .home-2-text h2 {
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0 0 20px 0;
}

.home-section-8 .home-2-text p {
    font-size: 22px;
    color: #9092AB;
    max-width: 960px;
    margin: 0 0 80px 0;
}

.home-section-8 .single-partners {
    width: 50%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: linear-gradient(to right, rgb(255 255 255 / 16%), transparent);
    padding: 50px;
    max-width: 1075px;
    margin: 0 auto 0px;
    backdrop-filter: blur(10px);
}

.home-section-8 .container:nth-child(2) .col-md-12 {
    display: flex;
}

.home-section-8 .single-partners .port-details p {
    font-size: 17px;
    color: #9092AB;
    max-width: 960px;
    margin: 0 0 20px 0;
}

.home-section-8 .single-partners .port-details h2 {
    text-transform: uppercase;
    font-size: 27px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 20px 0 10px 0;
}

.home-2-bott p {
    font-size: 22px;
    color: #9092AB;
    max-width: 960px;
    margin: 80px auto 40px;
    text-align: center;
}

.home-2-bott {
    text-align: center;
}

.home-section-8 .single-partners .img-port img {
    width: auto;
    height: 90px;
    margin: 0 0 20px 0;
}

.img-port {
    background: linear-gradient(90deg, rgba(206, 5, 244, 1) 0%, rgba(23, 230, 246, 1) 40%, rgba(17, 253, 7, 1) 71%, rgba(255, 244, 4, 1) 81%);
    padding: 10px;
    width: 60%;
    margin: auto;
    border-radius: 16px;
    /* Usa aspect-ratio si tu carrousel acepta ese CSS */
    aspect-ratio: 16/6;
    /* o la proporción que tú prefieras */
    min-height: 570px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Si quieres que el ancho cambie en pantallas pequeñas */
@media (max-width: 800px) {
    .img-port {
        width: 95%;
        aspect-ratio: 16/10;
        min-height: 120px;
        padding: 6px;
    }
}

/* Si quieres altura mínima en móviles aún más chicas */
@media (max-width: 500px) {
    .img-port {
        min-height: 80px;
        aspect-ratio: 16/12;
        padding: 2px;
    }
}

/* Los items internos también deben ser 100% */
.img-port .owl-carousel,
.img-port .owl-stage-outer,
.img-port .owl-stage,
.img-port .owl-item,
.img-port .item,
.img-port .oiu {
    height: 100%;
    min-height: 0;
}

.img-port .oiu {
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}


.home-section-8 .single-partners:last-child {
    background: linear-gradient(to left, rgb(255 255 255 / 16%), transparent);
}

.copy .col-md-6:last-child p {
    text-align: right;
}

.mob-img {
    width: 398px;
    position: relative;
}

.testimonials .single-testimonial .left-test .review video {
    margin: 0px auto;
    position: relative;
    top: 0;
    z-index: -1;
    height: 780px;
    left: -30px;
}

.mob-img img {
    height: 818px;
}

.testimonials .single-testimonial .left-test .review:before {
    background: url(../images/phoneMob.png);
    content: "";
    width: 397px;
    height: 803px;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -4px;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    display: none;
}

.vpNtitel .home-2-text h3 {
    color: #c10000;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

.vpNtitel .home-2-text h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0;
}

.vpNtitel .home-2-text {
    display: flex;
    flex-direction: column;
    margin: 0 0 50px 0;
}

.testimonials .single-testimonial .left-test .review span.playbtn {
    position: absolute;
    top: calc(50% - 50px);
    left: 0;
    display: block;
    right: 0;
    width: 100px;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 10px #000);
    cursor: pointer;
    transition: all ease .4s;
    z-index: 2;
}

.testimonials .single-testimonial .left-test .review span.playbtn:hover {
    transform: scale(1.5);
}

span.pausebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 100px;
    margin: 0 auto;
    filter: drop-shadow(10px 10px 10px #000);
    cursor: pointer;
    transition: all ease .4s;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}

span.pausebtn.active {
    opacity: 1;
    visibility: visible;
}

span.playbtn.active {
    visibility: hidden;
    opacity: 0;
}

span.pausebtn:hover {
    transition: all ease .4s;
    transform: scale(1.3);
}

.testimonials .single-testimonial .left-test .review-info {
    flex: 0 0 auto;
    width: calc(100% - 370px);
    padding: 0 0 0 80px;
}

.testimonials .single-testimonial .left-test .review-info h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 0;
}

.testimonials .single-testimonial .left-test .review-info h3 {
    color: #c10000;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 30px;
}

.testimonials .single-testimonial .left-test .review>img {
    width: 400px;
    position: relative;
    left: -4px;
}

.testimonials .single-testimonial .left-test>img {
    width: 395px;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -8px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.owl-theme .owl-nav [class*=owl-] svg {
    width: 60px;
    height: 60px;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
}

.owl-theme .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -80px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -80px;
}

.owl-theme .owl-nav [class*=owl-] svg path {
    fill: #c10000;
}

span.oiu {
    display: block;
    height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.reviews-sections>div {
    display: flex;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.reviews-sections {
    margin-top: 80px;
}

.reviews-sections {
    padding: 0 50px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Services inner wahaj css */
h1.si-h1 {
    width: 650px !important;
    line-height: 60px;
}

.ser-inr .bgp2 {
    width: 20%;
    left: auto;
    right: 10px;
}

.bg-cirle-2 {
    position: absolute;
    right: -110px;
    opacity: 0.7;
}

.clr {
    color: #c10000;
}

.gery-txt {
    color: #9092AB;
    margin: 5px 0;
}

.ser-inr-2 .mbt {
    margin: 40px;
    margin-bottom: -160px;
}

.ser-inr-2 .bb-text {
    margin-top: -100px;
}

.ser-inr-2 {
    position: relative;
}

.ser-inr-2 .abs-1 {
    position: absolute;
    opacity: 0.8;
    left: -160px;
    top: 25%;
    WIDTH: 380PX;
}

.ser-inr-2 .abs-2 {
    position: absolute;
    opacity: 0.8;
    right: -160px;
    top: -200px;
    WIDTH: 380PX;
}



.difuminado {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.8s ease;
    /* Oculto al inicio */
}

.difuminado.visible {
    opacity: 1;
}

.difuminado ul {
    margin: 0;
    padding: 0;
}

.difuminado li {
    list-style: none;
}


.footer-inq {
    display: flex;
    align-items: left;
    gap: 12px;
    flex-direction: column;
}

.footer-inq ul {
    margin: 0;
    padding: 0;
}

.footer-inq li {
    list-style: none;
}




.footer-inq-2 a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

.footer-inq-2 ul {
    margin: 0;
    padding: 0;
}

.footer-inq-2 li {
    list-style: none;
}




.ser-innr-4,
.ser-inr-6,
.ser-innr-7 {
    padding-top: 100px;
    position: relative;
}

.ser-innr-4 .left-text {
    width: 65%;
}

.ser-innr-4 .left-text h2 {
    width: 650px;
    margin-bottom: 10px;
}

.ser-innr-4 .left-text a {
    color: white !important;
}

.ser-inr-5 .fe-img {
    width: 100%;
    height: 588px;
    object-fit: cover;
    border-radius: 20px;
}

.ser-inr-5 .cnt-box {
    margin: 30px 0;
    padding: 20px;
    border: 1px solid #3e3f53;
    border-radius: 30px;
    background: #20223A;
    width: 100%;
}

.ser-inr-5 .arrow-svg {
    display: flex;
    justify-content: end;
}

.ser-inr-5 .cnt-box h3 {
    font-family: 'PP Radio Grotesk';
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
}

.ser-inr-5 .cnt-box p {
    font-size: 18px;
    font-weight: 400;
    color: #9092AB;
    width: 420px;
}

.bdtxt {
    font-family: 'PP Radio Grotesk';
    font-weight: 300;
    font-size: 30px;
    color: #9092AB;
    text-transform: uppercase;
}

.ser-inr-6 p {
    color: #9092AB;
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0;
    width: 80%;
}

.box-loops {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
}

.bx {
    width: 20%;
    background-color: #353c3e;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
    margin: 20px 0;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #434343;
    box-shadow: 0 0 30px rgb(255 255 255 / 17%);
    animation: brillar 4s infinite linear;
}

.bx p {
    margin-top: 30px;
    color: #9092AB;
    font-size: 18px;
    width: 65%;
    transition: 0.3s;
    line-height: 20px;
}

.bx:hover,
.ser-inr-6 .activee {
    transition: 0.3s;
    background: #c10000;
    color: #02041D !important;
}

.bx svg {
    opacity: 0.2;
    filter: invert(1);
    transition: 0.3s;
}

.ser-inr-6 .activee svg,
.bx:hover svg {
    filter: grayscale(100%) brightness(0) sepia(1) hue-rotate(210deg) saturate(300%) contrast(1.2);
    transition: 0.3s;
    filter: none;
    opacity: 1;
}

.bx:hover p,
.ser-inr-6 .activee p {
    color: #fff;
}

.ser-inr-6 .activee .bx {
    transition: 0.3s;
    background: linear-gradient(204deg, #c10000, #DB9F14);
    color: #02041D;
}

.ser-innr-7 .left-text {
    width: 55%;
}

.ser-innr-7 .bg-cube {
    left: 60%;
}

.ser-inr-5,
.ser-inr-3,
.ser-inr-6,
.ser-inr-7 {
    position: relative;
}

.ser-inr-5 .iocns-lottie {
    height: 900px;
    z-index: -1;
}

.iocns-lottie {
    z-index: -1;
    height: 500px;
    position: absolute;
    width: 100%;
}

.iocns-lottie img {
    filter: blur(20px);
    position: absolute;
}

.ser-inr-6 .iocns-lottie .bg-cirle-1 {
    right: -100px;
    bottom: -50px;
}

.ser-inr-6 .iocns-lottie .bg-cirle-3 {
    left: -40px;
    top: 0;
}

.ser-inr-6 .iocns-lottie .bg-cirle-3 {
    left: 300px;
    width: 100px;
    top: 80%;
}

.iocns-lottie .bg-cirle-5 {
    top: 0;
    left: -150px;
    opacity: 0.6;
}

.iocns-lottie .bg-cirle-6 {
    top: 90%;
    left: 7%;
    width: 8%;
    opacity: 0.4;
}

.iocns-lottie .bg-cirle-7 {
    bottom: 0;
    right: -100px;
    width: 10%;
}

.iocns-lottie .bg-cirle-8 {
    bottom: 0;
    right: -100px;
    width: 10%;
}

.ser-inr .main-img {
    display: none;
}

.single-serice-section .dskbtn {
    margin: 20px 0 0 0;
}

.single-seriv-sec .descp1 ul li a {
    color: #fff;
    border: 1px solid #ddd;
    padding: 2px 15px;
    transition: all ease .4s;
}

.single-seriv-sec .descp1 ul li a:hover {
    background: #c10000;
    border-color: #c10000;
    color: #000;
}

@media only screen and (max-width: 500px) {
    .ser-inr .theparagraph {
        padding: 0px;
    }

    .ser-inr .main-img {
        width: 100%;
        display: block;
        height: 330px;
        object-fit: cover;
    }

    .contact-us-div-top a {
        justify-content: center;
    }

    .services-sec-1.home-section-1 .home-top-text h1 {
        text-align: left;
        line-height: 37px;
        font-size: 30px;
        width: 100% !important;
    }

    .ser-innr-7 .left-text,
    .ser-innr-4 .left-text,
    .ser-innr-4 .left-text h2 {
        width: 100%
    }

    .ser-inr-2 .bb-text {
        margin-top: -60px;
    }

    .ser-inr-2 .abs-1 {
        left: -10px;
        width: 100px;
        bottom: 0;
        top: auto;
    }

    .ser-inr-2 .abs-2 {
        right: 10px;
        top: 30px;
        width: 100px;
    }

    .ser-inr-2 .bullet {
        width: 70px;
        right: 0px !important;
    }

    .ser-inr-2 .primad {
        width: 150px;
        left: -40px !important;
    }

    .bdtxt {
        text-align: center;
    }

    .ser-inr-2 .mbt {
        margin: 0;
        margin-top: 50px;
    }

    .bgp2 {
        display: none;
    }

    .ser-inr-5 .fe-img {
        height: 350px;
    }

    .ser-inr-5 .cnt-box p,
    .ser-inr-6 p {
        width: 100% !important;
    }

    .box-loops {
        flex-direction: column;
    }

    .bx {
        width: 100%;
        margin: 10px 0;
    }
}

.expolre-nt ul {
    list-style: none;
    padding: 0;
    margin: -50px -550px 0 450px;
}

.expolre-nt ul li {
    margin: 0 0 10px;
}

.expolre-nt ul li b {
    color: #c10000;
}

.footer-widget-area p {
    max-width: 700px;
    margin: 0 auto 40px;
}

.faq-container {
    width: 100%;
}

.faq-container h2 {
    text-align: center;
    font-size: 2em;
    color: #333;
    margin-bottom: 30px;
}

.faq-item {
    margin-bottom: 20px;
    background: linear-gradient(to left, rgb(255 255 255 / 16%), transparent);
    padding: 40px;
}

.faq-question h3 {
    color: #c10000;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.faq-answer p {
    font-size: 1em;
    margin: 0;
}

.home-section-faq .home-2-text h2 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    margin: 40px 0 0 0;
}

.home-section-faq {
    margin: 60px 0 80px 0;
}

.ser-innr-7 p.gery-txt {
    margin: 10px 0 20px 0;
}

.ser-innr-7 .home-2-text .left-text h3 {
    margin: 40px 0 0;
}

.ser-inr-6.ser-inr-6-5 .box-loops .bx {
    width: calc(25% - 15px);
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ser-inr-6.ser-inr-6-5 .box-loops .bx:before {
    content: "0" counter(my-badass-counter) "";
    counter-increment: my-badass-counter;
    font-size: 200px;
    font-family: 'Basement Grotesque Roman';
    position: absolute;
    bottom: -50px;
    right: -50px;
    opacity: 0.05;
    line-height: 1;
}

.ser-inr-6.ser-inr-6-5 .box-loops {
    counter-reset: my-badass-counter;
    gap: 0;
}

.ser-inr-6.ser-inr-6-5 .box-loops .bx p {
    font-size: 22px;
    width: 75%;
}

.ser-inr-6.ser-inr-6-5 .box-loops .bx p.gery-txt {
    font-size: 16px;
}

.ser-inr-6.ser-inr-43-5 .col-md-9 .box-loops .bx {
    width: calc(50% - 20px);
    margin: 0;
    position: relative;
}

.ser-inr-6.ser-inr-43-5 .box-loops .icon-bx svg {
    width: 100px;
    height: 100px;
    position: absolute;
    transform: rotate(270deg) translate(-20px, 20px) scale(0.2);
    right: 0;
    bottom: 0;
    transition: all ease .4s;
}

.ser-inr-6.ser-inr-43-5 .col-md-9 .box-loops .bx p:nth-child(2) {
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
}

.ser-inr-6.ser-inr-43-5 .col-md-9 .box-loops .activee.bx svg,
.ser-inr-6.ser-inr-43-5 .box-loops .bx:hover .icon-bx svg {
    transform: scale(2) translate(-25px, -7px) rotate(0deg);
}

.single-content-cob>b {
    font-family: 'Basement Grotesque Roman';
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    margin: 0;
}

.ser-innr-4 .contact-us-div-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 60px 0 0 0;
    gap: 40px;
}

.ser-innr-4 .home-2-text {
    width: 100%;
}

.ser-innr-4 .left-text {
    width: 100%;
}

.ser-innr-4 .contact-us-div-top .single-content-cob {
    text-align: center;
    background-color: #0F112D;
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(33.3333% - 27px);
    height: 200px;
    gap: 15px;
}

.ser-innr-4 .contact-us-div-top .single-content-cob:hover {
    transition: 0.3s;
    background: linear-gradient(204deg, #c10000, #DB9F14);
    color: #02041D !important;
}

.ser-innr-4 .contact-us-div-top .single-content-cob p {
    margin: 0;
    font-size: 18px;
}

.ser-innr-8 {
    padding: 0 0 100px 0;
    display: flex;
}

.ser-innr-8 .home-2-text {
    display: flex;
    justify-content: flex-end;
}

.ser-innr-8 .home-2-text p.gery-txt {
    margin: 5px 0 10px;
}

/* Ensure bootstrap modal sits above other overlays */
#cboxOverlay {
    z-index: 1030 !important;
}

.modal-backdrop.show {
    z-index: -1 !important;
}

.modal.show {
    z-index: 1050 !important;
    position: fixed;
}


.modal_new {
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 25px;
    border: 3px solid #fff;
}