/*Estilos generales*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
body{
    background-color: #15062b;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    cursor: none;
    font-weight: 300;
    overflow-x: hidden;
}
body p,
body a,
body ul li{
    font-family: "Roboto", sans-serif;
}
main{
    /* overflow-y: scroll;
    scroll-snap-type: y mandatory; */
    
    overflow-x: hidden;
}
.mandatory{
    padding: 30px;
    /* scroll-snap-align: start; */
}
section{
    min-height: 60vh;
    
}
.cont{
    width: 90%;
    margin: 0 auto;
}
.cont-f{
    width: 95%;
    margin: 0 auto;
}
.icono{
    display: flex;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-color: rgb(45 16 85 / 51%);
    /* box-shadow: 8px 8px 50px rgba(24, 0, 24, 0.2), -8px -8px 30px rgba(255, 0, 247, 0.488); */
    /*linear-gradient(to top, #e3ac03, #762300bd)*/
    /* box-shadow: 4px 4px 40px rgba(227, 171, 3, 0.114), -5px -5px 20px rgba(227, 171, 3, 0.586); */
    border-radius: 50%;
    transition: 0.4s ease-in-out all;
}
.icono:hover{
    width: 100px;
    height: 100px;
}
.icono svg{
    fill: #fff;
    width: 40px;
    filter: drop-shadow(1px 1px 5px #fdf105dd);
    margin: 0 auto;
    display: block;
    
}
.boton-neon{
    background: linear-gradient(to top, #e3ac03, #762300bd);
    padding: 1px;
    text-decoration: none;
    color: #fff;
    display: block;
    width: fit-content;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 2px 2px 20px 1px #fdc0057a;
    margin: 40px auto;
    font-size: 20px;
}
.boton-neon span{
    background: #15062b;
    padding: 10px 20px;
    display: block;
    border-radius: 40px;
    transition: 0.4s ease-in-out all;
}
.boton-neon span:hover{
    background: #15062b00;
}
.contenedor{
    margin: 0 auto;
    width: 90%;
}
.icono.facebook svg, .icono.map svg{
    width: 30px;
    display: block;
}
.icono.map{
    display: flex;
    margin-right: 20px;
}
.icono.closing{
    box-shadow: none;
}
#precontact{
    height: 100vh;
}
.persons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#cbox{
    position: fixed; 
    height: 10px; 
    width: 10px;
    border-radius: 100px; 
    transform: translate(-50%, -50%);
    box-shadow:  2px 2px 30px 5px rgba(253, 191, 5, 0.712);
    background-color: rgba(253, 191, 5, 1);
    filter: blur(80px);
    pointer-events: none;
    z-index: 1000004;
    filter: drop-shadow(1px 1px 5px rgba(253, 191, 5, 0.9));
}
.col{
    position: relative;
}
.col-x3{
    display: grid;
    grid-template-columns: repeat(3,33%);
}
.neophorm-inset
{
    /* box-shadow: inset 10px 10px 19px #0b0316,
            inset -10px -10px 19px #1f0940; */
    box-shadow: inset 10px 10px 19px #000000, 
            inset -10px -10px 19px #421e77;
}
/*Estilos header*/
header{
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0.4s ease-in-out all;
}
header nav{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
header nav a img{
    height: 60px;
    transition: 0.4s ease-in-out all;
    z-index: 3;
}
header nav ul{
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
}
header nav ul li a{
    text-decoration: none;
    color: #fff;
    padding-bottom: 5px;
}
header nav ul li a:hover{
    border-bottom: 2px solid #e5ad06;
}
header nav .menu-bar {
    width: 40px;
    display: none;
}
header nav .menu-bar img{
    width: 100%;
}
/*Sección home*/
#home{
    padding-right: 0;
}
#home .contenedor{
    margin-right: 0;
    width: 95%;
}
#home .col-x2{
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
}
#home h1{
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px;
    /* margin-top: -150px; */
    display: block;
}
#home .boton-neon{
    margin-left: 0;
}
#home .cut-lines
{
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-right: 0;
    margin-left: auto;
    transition: 0.4s ease-in-out all;
    animation: lineWidth 2s ease-in-out 0.4s 1 normal;
}
#home .cut-lines img
{
    height: 600px;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
#home .numbers{
    max-width: 300px;
    display: block;
    margin-right: 30px;
    margin-left: auto;
    transform: translateY(-120%);
}
#home .gradient1{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(90px);
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: translateY(-40%) translateX(-25%) scale(1);
    animation: expand1 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 0.4s;
    transform-origin: center center;
    left: 0;
    z-index: -1;
}
#home .gradient2{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(70px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-5%) scale(1);
    animation: expand2 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 1s;
}
@keyframes expand1{
    from{
        transform: translateY(-60%) translateX(-25%) scale(1);
    }
    to{
        transform: translateY(-60%) translateX(-25%) scale(1.2);
    }
}
@keyframes expand2{
    from{
        transform: translateY(-5%) scale(1);
    }
    to{
        transform: translateY(-5%) scale(1.2);
    }
}
@keyframes lineWidth{
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
#home.inter h1{
    text-align: center;
    width: 100%;
}
#home.inter{
    min-height: 60vh;
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/bg-desarrollo.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#home.inter.mantencion{
    background-image: url(../img/bg-mantencion.png);
}
#home.inter .boton-neon{
    margin-left: auto;
}
#elige{
    position: relative;
}
#elige .fila{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    gap: 50px;

}
#elige .fila h2{
    font-weight: 900;
    margin-right: 20px;
    width: fit-content;
    font-size: 2vw;
}
#elige .porque-elegirnos {
    display: grid;
    grid-template-columns: 32% 17% 17% 17% 17%;
    padding: 80px 0;
    margin: 100px auto;
    background-color: transparent;
    align-items: baseline;
    padding-right: 20px;
}
#elige .porque-elegirnos h2{
    font-size: 2vw;
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 2vw;
    text-transform: uppercase;
}
#elige .porque-elegirnos h3{
    font-size: 20px;
    line-height: 20px;
}
#elige .porque-elegirnos h3,
#elige .porque-elegirnos p{
    text-align: center;
    width: 90%;
}
#elige .porque-elegirnos p{
    font-size: 16px;
    line-height: 20px;
}
.descanso-man .contenedor{
    width: 90%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 2fr 4fr;
    grid-gap: 40px;
    align-items: center;
    margin-right: 0;
    min-height: 300px;
}
.descanso-man .img-descanso{
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    background-image: url(../img/mantencion.png);
    height: 50vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.descanso-man h2{
    max-width: 300px;
    font-size: 20px;
}
.descanso-man h2 span{
    font-size: 16px;
}
#analisis .grilla-analisis{
    width: 85%;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
}
#analisis .grilla-analisis h2{
    font-size: 70px;
    line-height: normal;
    text-transform: uppercase;
}
#analisis .gradient1 {
    left: 32%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
}
#analisis .grilla-analisis h2 strong{
    color: #fdc005;
}
#analisis .grilla-analisis ul{
    list-style-type: none;
}
#analisis .grilla-analisis ul li{
    display: flex;
    align-items: center;
}
#analisis .grilla-analisis ul li img{
    height: 120px;
    width: 120px;
    object-fit: contain;
    object-position: center;
    margin-right: 20px;
}
#valor-planes h2{
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}
#elige .gradient2 {
    right: 10%;
    top: -38%;
    width: 43vw;
    height: 35vw;
}
#descripcion-interior{
    display: flex;
    min-height: 70vh;
    align-items: center;
    position: relative;
}
#descripcion-interior p{
    font-weight: 100;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
}
#descripcion-interior.mantencion{
    padding-top: 100px;
    padding-bottom: 100px;
}
#descripcion-interior.mantencion h2{
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
}
#descripcion-interior.mantencion img{
    margin: 100px auto;
    width: 80%;

}
.gradiante-sec{
    position: relative;
}
#descripcion-interior .gradient1,
#promocional-web .gradient1,
.gradiante-sec .gradient1{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(60px);
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-10%) translateX(-10%) scale(1);
    animation: expand1 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 0.4s;
    transform-origin: center center;
    left: -5%;
    z-index: -1;
}
#descripcion-interior .gradient2,
#promocional-web .gradient2,
.gradiante-sec .gradient2{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(60px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -20%;
    z-index: -1;
    transform: translateY(-5%) scale(1);
    animation: expand2 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 1s;
}
/*Interior tabs*/
#tabs-interior h2{
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 50px;
}
#tabs-interior{
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
}
#tabs-interior .contenedor{
    position: relative;
    z-index: 4;
}
#tabs-interior .gradient1{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(90px);
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-40%) translateX(-25%) scale(1);
    animation: expand1 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 0.4s;
    transform-origin: center center;
    z-index: -1;
    top: 70%;
    left: 0;
}
#tabs-interior .gradient2{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(70px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: auto;
    top: 90%;
}
#tabs-interior .contenedor-tabs ul{
    display: flex;
    width: fit-content;
    margin: 0 auto;
    list-style-type: none;
    box-shadow: 3px -7px 18px -13px rgba(253, 191, 5, 0.712);
    border-radius: 40px;
    transform: translateY(50%);
}
#tabs-interior .contenedor-tabs ul li a{
    text-decoration: none;
    background-color: #15062b;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #15062b;
    display: flex;
    width: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out all;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}
#tabs-interior .contenedor-tabs ul li a.btn_activo_tab,
#tabs-interior .contenedor-tabs ul li a:hover{
    background-color: #351363;
    border: 1px solid rgba(253, 191, 5, 1);
}
#tabs-interior .contenedor-tabs ul li:first-child a{
    border-top-left-radius: 40px;
}
#tabs-interior .contenedor-tabs ul li:first-child a{
    border-bottom-left-radius: 40px;
}
#tabs-interior .contenedor-tabs ul li:last-child a{
    border-top-right-radius: 40px;
}
#tabs-interior .contenedor-tabs ul li:last-child a{
    border-bottom-right-radius: 40px;
}

#tabs-interior .contenedor-tabs .tab_contenedor{
    display: none;
    transition: 0.4s ease-in-out all;
    border: 1px solid rgba(253, 191, 5, 1);
    padding: 40px;
    padding-top: 60px;
    border-radius: 40px;
}
#tabs-interior .contenedor-tabs .tab_contenedor.contendor_activo{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
#tabs-interior  .contenedor-tabs .tab_contenedor h2{
    text-align-last: left;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#tabs-interior  .contenedor-tabs .tab_contenedor img{
    width: 100%;
}
#tabs-interior  .contenedor-tabs .tab_contenedor p{
    margin-bottom: 10px;
    font-size: 18px;
}
#tabs-interior  .contenedor-tabs .tab_contenedor .boton-neon
{
    margin-left: 0;
}
#tabs-interior  .contenedor-tabs .tab_contenedor .col{
    padding: 20px;
}

#otros-servicios{
    padding-top: 100px;
    margin-top: 50px;
}
#otros-servicios .card{
    border-radius: 30px;
    background: linear-gradient(145deg, #130527, #16062e);
    box-shadow:  20px 20px 39px #110523,
                -20px -20px 39px #1e093a;
    padding: 30px 40px;
}
#otros-servicios .card img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}
#otros-servicios .card h3{
    text-align: center;
}
#otros-servicios .col-x2-20-80{
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
}
#otros-servicios .cards_otros{
    display: flex;
}
#otros-servicios h2
{
    max-width: 180px;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
#otros-servicios h2 span{
    font-size: 30px;
    line-height: 30px;
    display: block;
    margin-top: 2px;
}
#otros-servicios h2 .middle{
    font-size: 20px;
}
/*separator*/
#speach{
    display: flex;
    min-height: 90vh;
    align-items: center;
    position: relative;
    margin-bottom: 100px;
}
#speach h2{
    font-weight: 200;
    text-align: center;
    font-size: 30px;
}
#speach .gradient1{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(60px);
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-10%) translateX(-10%) scale(1);
    animation: expand1 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 0.4s;
    transform-origin: center center;
    left: -5%;
    z-index: -1;
}
#speach .gradient2{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(60px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: -20%;
    z-index: -1;
    transform: translateY(-5%) scale(1);
    animation: expand2 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 1s;
}
/*Clientes*/
#clientes h2{
    font-size: 40px;
    line-height: 70px;
    margin-bottom: 50px;
}
#clientes{
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 0;
    min-height: auto;
}
#clientes .contenedor{
    position: relative;
    z-index: 4;
}
#clientes .gradient1{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(90px);
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-40%) translateX(-25%) scale(1);
    animation: expand1 1s ease-in-out 0.4s infinite alternate;
    animation-delay: 0.4s;
    transform-origin: center center;
    z-index: -1;
    top: 70%;
    left: 0;
}
#clientes .gradient2{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(70px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    position: absolute;
    right: 0;
    left: auto;
    top: 90%;
}
#clientes .clientes {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    margin: 20px auto;
}
#clientes .clientes img{
    max-height: 60px;
    margin: 40px 20px;
}
#clientes .clientes img:nth-child(2) {
    max-height: 100px;
    transform: translateY(-25%);
    margin: 40px 40px;
}
/*Servicios*/
#servicios { 
    height: 110vh; 
}
#servicios .contenedor{
    margin-top: 80px;
}
#servicios h2{
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 50px;   
    margin-top: 20px;
}
#servicios h3{
    margin-bottom: 10px;
    font-size: 18px;
}
#servicios p{
    font-size: 16px;
}
#servicios .box {
    width: 140vw; /* Ancho mínimo de 300px */
    height: 100vh;
    margin-right: 20px; /* Espacio entre cajas */
    display: flex;
    justify-content: center;
    align-items: center;
}

#servicios #gallery-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#servicios  #gallery {
    display: flex;
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
#servicios .grid-x3{
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
    grid-gap: 50px;
    width: calc(100% - 100px);
    align-items: center;
}
#servicios .grid-x3-2b-a
{
    display: grid;
    grid-template-columns: 30% 35% 45%;
    grid-gap: 50px;
    width: calc(100% - 100px);
    align-items: center;
}
#servicios .col{
    padding: 0px;
}
#servicios img{
    width: 100%;
}
#servicios .card{
    border-radius: 30px;
    background: linear-gradient(145deg, #130527, #16062e);
    box-shadow:  20px 20px 39px #110523,
                -20px -20px 39px #1e093a;
    padding: 30px 40px;
}
#servicios .card img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
#servicios .boton-neon{
    margin-right: 0;
    font-size: 14px;
}
#servicios .asesorias{
    padding-top: 80px;
}
#servicios .asesorias .card{
    margin-bottom: 50px;
}
#servicios .asesorias .boton-neon{
    margin-right: auto;
}
#servicios .asesorias h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#servicios .servidores{
    background-image: url(../img/servidor.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
#servicios .servidores .card-bg
{
    background-color: #15062b;
    padding: 40px;
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
}
#servicios .sombra1{
    background: radial-gradient(circle at 48% 28%, rgba(21, 6, 43, 1) 0%, rgba(92, 20, 151, 0.4) 0%, rgba(21, 6, 43, 1) 34%);
}

#servicios .sombra2{
    background: radial-gradient(circle at 50% 34%, rgba(21, 6, 43, 1) 0%, rgba(92, 20, 151, 0.4) 0%, rgba(21, 6, 43, 1) 36%);
}
.homes #servicios .sombra1, .homes #servicios .sombra2{
    background: none;
}
#servicios .col.sombra1.caja_1 {
    width: 500px;
    margin-right: 100px;
}
.homes #servicios {
    background-color: #15062b!important;
}
#servicios .col.sombra1.caja_1 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 300px;
    object-fit: cover;
}
#servicios .caja_2 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 300px;
    object-fit: cover;
}
#servicios .caja_3 img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
    height: 350px;
    object-fit: cover;
}
#servicios .caja_2 .card {
    max-width: 450px;
    margin: 0 auto;
}

/*testimonio*/
#testimonio{
    position: relative;
    z-index: 3;
    padding-bottom: 0;
    min-height: auto;
}
#testimonio .col-x2{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    
    min-height: auto;
}
#testimonio .col-x2 div img {
    margin: 0 auto;
    display: block;
}
#testimonio p{
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 20px;
}


/*Cotizador*/
#cotizador{
    min-height: 90vh;
    display: none;
    align-items: center;
    position: relative;
}
#cotizador .contenedor{
    position: relative;
    z-index: 3;
}
#cotizador h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
}
#cotizador p{
    font-size: 30px;
    line-height: 40px;
    font-weight: 200;
    text-align: center;
}
#cotizador p span{
    font-size: 40;
    display: block;
}
#cotizador .gradient2{
    background: rgb(21,6,43);
    background: radial-gradient(circle, rgba(21,6,43,1) 0%, rgba(92,20,151,1) 0%, rgba(21,6,43,1) 59%);
    filter: blur(70px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    position: absolute;
    right: 0%;
    left: auto;
    top: 40%;
    transform: translate(-50%, -50%);
}
/*Sección contacto*/
#contacto{
    background: rgb(50,18,95);
    background: radial-gradient(circle, rgba(50,18,95,1) 0%, rgba(21,6,43,1) 60%);

    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 90px;
    height: 90px;
    min-height: auto;
    transition: .6s ease-in-out all;
    border-radius: 50%;
    /* filter: drop-shadow(1px 1px 5px rgba(255, 0, 247, 0.9)); */
    /* box-shadow:  8px 8px 50px rgba(24, 0, 24, 0.2),
             -8px -8px 30px rgba(255, 0, 247, 0.488); */
    box-shadow: 4px 4px 40px rgba(227, 171, 3, 0.114), -5px -5px 20px rgba(227, 171, 3, 0.586);
    overflow: hidden;
    z-index: 20051;
}
#contacto-full, #contacto{
    background: rgb(50,18,95);
    background: radial-gradient(circle, rgba(50,18,95,1) 0%, rgba(21,6,43,1) 60%);
    width: 100%;
    height: 100%;
    transition: .6s ease-in-out all;
    overflow: hidden;
    height: 100vh;
    align-items: center;
    display: flex;
}
#contacto{
    height: 90px;
    width: 90px;
    box-shadow: none;
    box-shadow: 4px 4px 40px rgba(227, 171, 3, 0.114), -5px -5px 20px rgba(227, 171, 3, 0.586);
    border-radius: 50%;
    transition: 0.4s ease-in-out all;
}
#contacto-full h2, #contacto h2{
    text-align: center;
    margin-bottom: 20px;
    font-size: 60px;
}
#contacto-full .grid, #contacto .grid{
    grid-template-rows: auto;
}
#contacto-full .red1,
#contacto-full .red2,
#contacto-full .red4,
#contacto-full .red5,
#contacto .red1,
#contacto .red2,
#contacto .red4,
#contacto .red5{
    display: flex;
    align-items: center;
    justify-content: center;
}
#contacto-full select,
#contacto select{
    appearance: none;
}
#contacto-full .select,
#contacto .select{
    position: relative;
}
#contacto-full .select::after,
#contacto .select::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 35%;
    transform: translateY(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #febe06;
    transition: 0.4s ease-in-out all;
    transform-origin: center;
    pointer-events: none;
}
#contacto.expand-section{
    height: 100%; 
    width: 100%;
    border-radius: 0;
    right: 0;
    bottom: 0;
}
#contacto #activate{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease-in-out all;

}
#contacto #minmz{
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 100%;
    width: fit-content;
}
#contacto h2{
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 5%;
}
#contacto .grid figure span{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 100;
}
#contacto .grid .red6 figure span{
    margin-top: 0;
}
#contacto #minmz .icono{
    width: 30px;
    background-color: transparent;
    margin-right: 30px;
}
#contacto.expand-section #activate{
    visibility: hidden;
    height: 0;
    width: 0;
}
#contacto.expand-section #minmz{
    visibility: visible;
    transition: 0.6s ease-in-out all;
    right: 20px;
    top: 30px;
}
#contacto .cont-f{
    width: 0;
    height: 0;
    overflow: hidden;
}
#contacto.expand-section .cont-f{
    width: inherit;
    height: inherit;
    visibility: visible;
    transition: 0.4s ease-in-out all;
    transition-delay: 2;
}
.grid{
    display: grid;
    grid-template-columns: repeat(3, 20% 60% 20%);
    grid-template-rows: repeat(3, 1fr);
    height: 100%;
    width: 80%;
    margin: 0 auto;
}
#contacto .grid{
    height: 80%;
}
.red1{
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.red2{
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.equipo{
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
.equipo img{
    width: auto;
    height: 85%;
    margin: 0 auto;
    display: block;
}
.red4{
    grid-column: 3 / 4;
    grid-row: 1 / 2;
}
.red5{
    grid-column: 3 / 4;
    grid-row: 2 / 3;
}
.red6{
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}
.grid figure a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
}
.red6 figure a{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: fit-content;
    margin: 20px auto;
    
}
#contacto a:hover{
    cursor: none;
}
.red6 a svg{
    margin-bottom: 0px;
    margin-right: auto;
}
/* Preloader */
#caja {
    background: radial-gradient(circle, rgba(21,6,43,1) 30%, rgb(27, 11, 50) 80%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    color: #fff;
}

.preloader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 210px;
    background-color: rgba(45, 16, 85, 0.51);
    border-radius: 50%;
    position: relative;
    animation: spin-shadow 2s linear infinite;
    transform-origin: center;
}

.preloader {
    width: 100%;
    height: 100%;
    border: 13px solid rgba(45, 16, 85, 0.23);
    border-top: 13px solid rgba(45, 16, 85, 0.23);
    border-radius: 50%;
    box-shadow: inset 6px 6px 10px rgba(255, 0, 247, 0.1), inset -6px -6px 10px rgba(21, 6, 43, 1);
    animation: spin 30s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: rotate(0deg);
    background-color: #17092d;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-shadow {
    0% {
        box-shadow: 2px 2px 12px rgba(24, 0, 24, 0.2), -2px -2px 12px rgba(255, 0, 247, 0.1);
        transform: rotate(0deg);
    }
    100% {
        box-shadow: 2px 2px 12px rgba(24, 0, 24, 0.2), -2px -2px 12px rgba(255, 0, 247, 0.1);
        transform: rotate(360deg);
    }
}

.text-container {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Oswald', sans-serif;
}

.preloaderLogo{
    margin-bottom: 60px;
    height: 70px;
}
#home.interior-home h1,
#home.interior-home h2,
#home.inter h1{
 text-transform: uppercase;
 text-align: left;
 margin-left: 0;
}
#home.interior-home h1{
    font-size: 45px;
    letter-spacing: -1px;
}
#home.interior-home h2{
    color: #fdc005;
    margin-bottom: 10px;
}
#home.interior-home .col-6-4.contenedor
{
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-gap: 100px;
    width: 95%;
    margin: 0 auto;
    backdrop-filter: blur(20px);
    background-color: rgb(6 6 6 / 10%);
    padding: 50px 100px;
}
#home.interior-home form{
    display: flex;
    flex-direction: column;
}
#home.interior-home form input,
#contacto-full form input, #contacto form input,
#contacto-full form textarea, #contacto form textarea,
#contacto-full form select, #contacto form select{
    border: 1px solid #fdc005;
    margin-bottom: 10px;
    height: 45px;
    border-radius: 40px;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(8, 0, 33, 0.51);
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    outline: none;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
#contacto-full form textarea, #contacto form textarea{
    resize: none;
    height: 130px;
}
#home.interior-home form input[type="submit"],
#contacto-full form input[type="submit"],
#contacto form input[type="submit"]{
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    padding-inline: 50px;
    background-color: #fdc005;
    color: #080021;
    text-transform: uppercase;
}
#contacto-full form input[type="submit"],
#contacto form input[type="submit"]{
    margin-right: 0;
    margin-left: auto;
    display: block;
    margin-top: 20px;
}
#home.interior-home form input::placeholder,
#contacto-full  form input::placeholder,
#contacto  form input::placeholder{
    color: rgba(255, 255, 255, 0.755);
    font-weight: bold;
}
#home.interior-home {
    padding-right: 30px;
    height: 90vh;
    background-attachment: fixed;
}
#descripcion-interior p {
    text-align: center;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}
.f-45{
    font-size: 50px;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.sombra{
    text-shadow: 3px 2px rgba(92,20,151,1);
}

.col-landing {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    margin-top: 90px;
}
.col-landing img{
    width: 100%;
    transform: scale(1.4);
    z-index: 2;
    position: relative;
}
.col-landing .card-left{
    transform: translateY(-15%);
}
.col-landing .card-right{
    transform: translateY(15%);
}
.card{
    
    background-color: #15062b;
    border-radius: 40px;
    padding: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}
.w80{
    width: 80%;
}
#servicios .card{
    border: none;
}
.card h3{
    font-size: 25px;
    margin-bottom: 20px;
}
.card p{
    line-height: 25px;
}
.card .price{
    font-weight: bold;
    text-align: right;
    margin-top: 50px;
}
.card .info{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    border: 1px solid rgba(253, 191, 5, 1);
    padding: 10px 20px;
    background-color: rgba(8, 0, 33, 1);
    color: rgba(253, 191, 5, 1);
    font-weight: bold;
    text-transform: uppercase;
    text-wrap: nowrap;
}
.card .rojo{
    color: #ff3131;
    font-weight: normal;
}
.card .logo_precio {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    align-items: center;
    margin-top: 20px;
}
.card .logo_precio img{
    height: 50px;
    width: auto;
    filter: contrast(0.5);
}
.grilla-sitioweb{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
}
.grilla-sitioweb img{
    width: 100%;
    transform: translateX(-60px);
    position: relative;
    z-index: 2;
}
.w-90-r{
    width: 90%;
    margin-left: auto;
    margin-right: 0;
}
.w-85-r{
    width: 85%;
    margin-left: auto;
    margin-right: 0;
}
#landing-page{
    margin-bottom: 200px;
}
#promocional-web{
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    padding-top: 100px;
    margin: 100px 0;
}
#promocional-web .contenedor h2{
    text-align: center;
    font-size: 40px;
}
#promocional-web .contenedor h2 strong{
    color: rgba(253, 191, 5, 1);
}
.boton-amarillo{
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    padding-inline: 50px;
    background-color: #fdc005;
    color: #080021;
    text-transform: uppercase;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin: 20px auto;
    display: flex;
}
.boton-amarillo.no-left{
    margin-left: 0;
}
.grilla-compras{
    display: grid;
    grid-template-columns: 30% 70%;
}
.grilla-compras img{
    width: 100%;
    position: relative;
    z-index: 2;
    transform: scale(1.4) translateX(80px);
}
.mt-esp{
    margin-top: 200px;
}
.mt-esp2{
    margin-top: 200px;
}
.grilla-mejoras{
    display: grid;
    grid-template-columns: 35% 30% 35%;
    align-items: center;
}
.grilla-mejoras img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.img-l {
    transform: translateX(40px);
}
.img-r {
    transform: translateX(-40px);
}
.grilla-mejoras .price{
    text-align: center;
}
#mejoras-sitio-actual{
    margin-top: 100px;
}
#mejoras-sitio-actual h2{
    margin-bottom: 50px;
}
.grilla-mejoras2{
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: center;
    max-width: 1200px;
    margin: 30px auto;
    margin-top: 100px;
    transform: translateX(-10%);
}
.grilla-mejoras2 img{
    width: 60%;
    position: relative;
    z-index: 2;
    align-items: center;
    margin-left: auto;
    margin-right: -5px;
    display: block;

}
.grilla-mejoras2 .price{
    text-align: left;
}
.grilla-mejoras2 .card{
    padding-left: 80px;
}
.accordion {
    
    margin: 0 auto;
  }
  
  .accordion-item {
    margin-bottom: 10px;
  }
  
  .accordion-question {
    border: 1px solid rgba(253, 191, 5, 1);
    background-color: rgba(8, 0, 33, 0.5);
    border-radius: 50px;
    padding: 15px;
    width: 100%;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #fff;
    position: relative;
  }
  
  .accordion-question:hover {
    opacity: 0.9;
  }
  .accordion-question::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #febe06; /* Color del triángulo */
    transition: 0.4s ease-in-out all;
    transform-origin: center;
  }
  .accordion-question.active::after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.4s ease-in-out all;
  }
  .accordion-answer {
    max-height: 0;
    overflow: hidden;
    
    background-color: rgba(8, 0, 33, 0.5);
    padding: 0 60px;
    transition: max-height 0.3s ease;
    border-radius: 20px;
    margin-top: 10px;
  }
  
  .accordion-answer p {
    margin: 40px 0;
  }
  #preguntas-frecuentes{
    margin-top: 200px;
    margin-bottom: 100px;
    min-height: 400px;
  }
  #preguntas-frecuentes h3{
    margin-bottom: 20px;
  }
  section#cierre{
    min-height: auto;
  }
section#cierre .contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#cierre .contenedor h2{
    margin-bottom: 20px;
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: uppercase;
}
section#cierre .contenedor p{
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
section#cierre .contenedor a{
    margin-top: 20px;
}
section#cierre .contenedor h2,
section#cierre .contenedor p{
    text-align: center;
    font-weight: 400;
}
#cierre .icono-ch{
    max-width: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.cont-planes :nth-child(1){
    display: block;
}
.cont-planes :nth-child(2){
    display: none;
}




#home.interior-home.nosotros .col-6-4.contenedor
{
    display: flex;
    
    width: 95%;
    margin: 0 auto;
    backdrop-filter: blur(20px);
    background-color: rgb(6 6 6 / 10%);
    padding: 50px 100px;
    justify-content: center;
}
.section {
    height: 100vh; /* 100% de la altura de la ventana */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
    position: relative;
    background-color: rgba(2,0,36,1);
  }
  .grid-section {
    height: 100vh; /* Altura de la secci��n de la grilla */
    min-height: 900px;
    overflow: hidden; /* Oculta el overflow */
    position: relative;
    padding-bottom: 300vh; /* A�0�9adimos espacio adicional para evitar superposici��n */

  }
  .grid-section .top-box{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #09050d;
  }
  .grid-section .top-box:before{
    content: '';
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(2,0,36,0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .grid-section .top-box:after{
    content: '';
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(2,0,36,0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;

  }
  .grid-container {
    display: flex;
    flex-direction: column; /* Colocamos elementos en columnas */
    min-height: 300vh; /* Altura m��nima para acomodar todos los elementos */
    position: relative;
}

  .grid-item {
    width: 50vw; /* 50% del ancho de la ventana */
    min-height: 40vh; /* Altura m��nima para las cajas */
    opacity: 0;
    position: relative;
    margin: 10px; /* Espaciado entre los elementos */
    background: #007BFF; /* Color de fondo */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    border-radius: 8px;
    margin: 0 auto;
    background-image: url(../img/sitio.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 0.4s ease-in-out all;
}
.grid-item .blur {
    width: 100%;
    height: 400px;
    background-color: rgba(36, 8, 74, 0.6);
    backdrop-filter: blur(2px);
    transition: 0.3s ease-in-out all;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    flex-direction: column;

}
.grid-item:hover .blur{
    opacity: 1;
}
.grid-item .blur h3{
    text-transform: uppercase;
    font-size: 25px;
}
.grid-item .blur .boton-amarillo{
    font-size: 15px;
    transition: 0.3s ease-in-out all;
}
.grid-item .blur .boton-amarillo:hover{
    opacity: 0.8;
}
.bajada-nosotros{
    padding: 30px 0;
    align-items: center;
    display: flex;
    padding-top: 100px;
}
.bajada-nosotros p,
.bajada-nosotros h3{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bajada-nosotros h3{
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    width: 65%;
}
.bajada-nosotros p{
    font-size: 20px;
}
.bajada-nosotros img{
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 100px;
}
.grid-item:hover{
    opacity: 1!important;
    cursor: pointer;
}
#home.interior-home.nosotros h1{
    text-align: center;
}
#home.interior-home.nosotros{
    background-image: url(../img/header-nosotros.png);
}
.divisor-gradient {
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, #15062b, #02001d);
    margin-bottom: -100px;
}
.divisor-gradient-2 {
    width: 100%;
    height: 200px;
    background: linear-gradient(-180deg, #010024, #15062b);
    margin-bottom: -100px;
}
.brake-nosotros{
    height: auto;
    min-height: 400px;
    display: flex;
    align-items: center;
    margin-top: -100px;
}
.brake-nosotros h2,
.brake-nosotros p{
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}
.brake-nosotros h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.nosotros-desk{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.nosotros-mob{
    display: none;
}
.nosotros-desk img,
.nosotros-mob img{
    width: 100%;
}
#home-portafolio{
    height: 80vh;
    display: flex;
    align-items: center;
    padding-top: 100px;
}
.portafolio-home{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
.portafolio-home img{
    width: 80%;
    margin: 0 auto;
    display: block;
}
.portafolio-home .col:nth-child(2){
    padding-top: 20px;
}
.portafolio-home h2.cliente-int {
    display: flex;
    flex-direction: column;
    font-size: 90px;
    text-transform: uppercase;
    margin-top: 30px;
    line-height: 44px;
    margin-bottom: 80px;
}
.portafolio-home h2.cliente-int small{
    font-size: 15px;
    margin-bottom: 10px;
}
.portafolio-home h3{
    font-size: 20px;
    text-transform: uppercase;
}
.portafolio-home p{
    width: 75%;
}
#desafio .desafio-cont {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 30px;
}
section#desafio{
    display: flex;
    align-items: flex-end;
}
#desafio .desafio-cont h2{
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.desafio-cont ul{
    padding-left: 30px;
}
#desafio .desafio-cont p{
    margin-bottom: 20px;
}
#desafio .desafio-cont img
{
    height: 400px;
    display: block;
    margin: 0 auto;
}
.galeria-sitio{
    background-color: #09050d;
    position: relative;
    height: 100vh;
    width: 100%;
    background-color: #09050d;
    display: flex;
    align-items: center;
}
.galeria-sitio:before {
    content: '';
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 1) 0%, rgba(2, 0, 36, 0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.galeria-sitio:after {
    content: '';
    background: rgb(2, 0, 36);
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(2, 0, 36, 0) 100%);
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.galeria-sitio article.grid-screnshot {
    display: grid;
    grid-template-columns: 2fr 4fr ;
    grid-template-rows: 1fr 1fr ;
    width: 80%;
    margin: 0 auto;
    grid-gap: 30px;
}
.galeria-sitio article.grid-screnshot img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
    transition: 0.4s ease-in-out all;
}
.galeria-sitio article.grid-screnshot img:hover{
    filter: brightness(1);
}
.galeria-sitio article.grid-screnshot img:nth-child(1){
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
.galeria-sitio article.grid-screnshot img:nth-child(2){
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}
.galeria-sitio article.grid-screnshot img:nth-child(3){
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}
#testimonio .neomorphic-circle{
    border-radius: 50%;
    background: linear-gradient(145deg, #140529, #180630);
    box-shadow:  10px 10px 20px #100420,
             -10px -10px 20px #1c083a;
    width: 300px;
    height: 300px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#testimonio .neomorphic-circle img{
    width: 90%;
}
#testimonio article.contenedor.testimonio {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center;
    width: 70%;
    grid-column-gap: 37px;
}
#testimonio {
    margin-bottom: 100px;
}
#otros-proyectos .swiper-cont{
    position: relative;
    z-index: 9;
    padding: 0 75px;
    margin-top: 50px;
}
#otros-proyectos .swiper-cont .swiper-button-next img,
#otros-proyectos .swiper-cont .swiper-button-prev img{
    height: 60px;
    width: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    display: none;
}
.swiper-slide {
    background: linear-gradient(90deg, #ffde59, #ff914d);
    padding: 2px;
    border-radius: 10px;
}
.swiper-slide .cont-img{
    background-color: #080021;
    border-radius: 10px;
    padding: 40px;
}
.swiper-slide .cont-img img{
    width: 100%;
    border-radius: 10px;
    height: 10vw;
    max-height: 200px;
    object-fit: cover;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    background-color: #fdc005!important;
}
.swiper-pagination{
    bottom: -50px!important;
}
#gallery .card p {
    font-size: 14px;
    line-height: 20px;
}
.menu-mobile{
    display: none;
}
@media screen and (max-width: 991px) {
    #contacto-full .red1, #contacto-full .red2, #contacto-full .red4, #contacto-full .red5
    {
        display: none;
    }
    #contacto-full .grid{
        display: flex;
    }
    #promocional-web .contenedor h2{
        font-size: 20px;
    }
    .portafolio-home,
    #desafio .desafio-cont,
    #testimonio article.contenedor.testimonio{
        grid-template-columns: 1fr;
    }
    .portafolio-home img{
        margin-bottom: 20px;
    }
    .portafolio-home h2.cliente-int{
        font-size: 36px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .portafolio-home h3 {
        font-size: 14px;
    }
    section#desafio {
        margin-top: 50px;
        margin-bottom: -100px;
    }
    #desafio .desafio-cont{
        width: 100%;
    }
    #desafio .desafio-cont h2{
        font-size: 30px;
    }
    .galeria-sitio article.grid-screnshot {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .galeria-sitio article.grid-screnshot img:nth-child(1),
    .galeria-sitio article.grid-screnshot img:nth-child(2),
    .galeria-sitio article.grid-screnshot img:nth-child(3){
        grid-column: inherit;
        grid-row: inherit;
    }
    .galeria-sitio article.grid-screnshot img{
        filter: brightness(1);
        position: relative;
        z-index: 99;
    }
    #testimonio article.contenedor.testimonio{
        width: 90%;
    }
    #testimonio .neomorphic-circle{
        width: 200px;
        height: 200px;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 0px;
    }
    #testimonio{
        margin-bottom: 50px;
    }
    .gradiante-sec {
        margin-top: 50px;
        min-height: 300px;
    }
    #home.interior-home{
        height: 40vh;
    }
    .bajada-nosotros p, .bajada-nosotros h3{
        width: 90%;
    }
    .bajada-nosotros p{
        font-size: 18px;
        font-size: inherit;
    }
    .bajada-nosotros h3
    {
        font-size: 20px;
        line-height: 25px;
    }
    #home.interior-home.nosotros .col-6-4.contenedor {
        grid-template-columns: 100%;
        padding: 30px;
        width: 100%;
        grid-gap: 0;
    }
    #home.interior-home.nosotros h1,
    section#cierre .contenedor h2
    {
        font-size: 30px !important;
        line-height: normal !important;
        margin-bottom: 20px;
    }
    section#cierre .contenedor h2{
        line-height: 31px!important;
    }
    .nosotros-desk{
        display: none;
    }
    .nosotros-mob{
        display: block;
    }
    .nosotros-mob img{
        width: 80%;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .brake-nosotros h2{
        font-size: 25px;
    }
    .brake-nosotros p
    {
        font-size: 18px;
    }
    .grid-item {
        width: 90vw;
        transform: translate(0, 0px) scale(0.9, 0.9) !important;
        height: auto;
    }
    .grid-item .blur{
        opacity: 1;
    }
    .grid-section{
        padding-bottom: 320vh;
    }
    header nav ul{
        display: none;
    }
    #home .col-x2{
        grid-template-columns: 100%;
        margin: 0;
    }
    #home h1,
    #servicios h2 {
        font-size: 30px;
        line-height: 40px;
    }
    #home h1 br,
    #servicios h2 br{
        display: none;
    }
    #home .col:nth-child(2){
        display: none;
    }
    #home {
        padding-right: 30px;
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 100vh;
        background-image: url(../img/home-numbers.svg);
        background-repeat: no-repeat;
        background-position: 100% 95%;
        background-size: 93%;
    }
    #speach h2 {
        font-size: 20px;
    }
    #servicios .box {
        width: 1300px;
    } 
    #servicios .col.sombra1.caja_1 {
        width: 300px;
    }  
    #servicios .caja_2 .card {
        max-width: 350px;
    } 
    #servicios p{
        font-size: 14px;
    }
    #servicios .caja_2 img{
        height: 180px;
    }
    #servicios .sombra2 {
        background: none;
        width: 320px;
    }
    #servicios .caja_3 img {
        width: 200px;
        height: 200px;
    }
    #servicios .asesorias .contenedor {
        width: 320px;
        margin-top: 50px;
    }
    #servicios .asesorias p{
        font-size: 12px;
    }
    #servicios .asesorias .card {
        margin-bottom: 15px;
        padding: 15px 25px;
    }
    #servicios .asesorias h2{
        display: none;
    }
    #servicios .asesorias .boton-neon {
        margin-top: 10px;
    }
    #servicios h3 {
        font-size: 15px;
    }
    #servicios .col.sombra1.caja_1 img {
        height: 240px;
    }
    #clientes h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 50px;
    }
    #clientes .clientes img {
        width: 100%;
    }
    #testimonio .col-x2 {
        grid-template-columns: 100%;
    }
    #testimonio .col-x2 div img {
        margin: 25px auto;
        display: block;
        max-width: 100px;
    }
    #testimonio p {
        font-size: 16px;
    }    
    #contacto .equipo img{
        display: none;
    }
    #contacto .grid {
        display: grid;
        grid-template-columns: repeat(3, 33.33%);
        height: 70%;
        padding-top: 30px;
    }
    #contacto .grid{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    #contacto .red6 figure figcaption a {
        display: flex;
        flex-direction: column;
    }
    #contacto .red6 figure figcaption a .icono.map{
        margin-bottom: 20px;
    }
    #contacto .red6 figure figcaption a span{
        text-align: center;
    }
    #contacto h2 {
        font-weight: 900;
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #contacto form input[type="submit"]{
        width: 100%;
    }
    #cbox{
        display: none;
    }
    #home.interior-home {
        padding: 30px 20px;
        height: auto;
        min-height: 600px;
        padding-top: 100px;
    }
    #home.interior-home .col-6-4.contenedor {
        grid-template-columns: 100%;
        padding: 30px;
        width: 100%;
        grid-gap: 0;
    }
    #home.interior-home .col-6-4.contenedor form{
        margin-top: 40px;
    }
    #home.interior-home .col:nth-child(2){
        display: block;
    }
    #home.interior-home form input[type="submit"]{
        width: 100%;
        margin-top: 20px;
    }
    #descripcion-interior{
        min-height: 600px;
    }
    #descripcion-interior p {
        font-size: 20px;
        line-height: normal;
        font-weight: 400;
    }
    #descripcion-interior p br{
        display: none;
    }
    section#landing-page .col-landing {
        grid-template-columns: 100%;
    }
    section#landing-page .col-landing img {
        width: 90%;
        transform: none;
        width: 70%;
        margin: 0 auto;
        margin-top: -140px;
        margin-bottom: -100px;
        display: block;
    }   
    section#landing-page .col-landing .card-left,
    section#landing-page .col-landing .card-right{
        min-height: 527px;
    } 
    #sitio-web .grilla-sitioweb{
        grid-template-columns: 100%;
    }
    #sitio-web .w-90-r{
        width: 100%;
    }
    #sitio-web .grilla-sitioweb img
    {
        transform: none;
        width: 70%;
        margin: 0 auto;
        display: block;

    }
    #compras-en-linea .grilla-compras{
        grid-template-columns: 100%;
    }
    #compras-en-linea .grilla-compras img{
        transform: none;
        margin: 0;
        margin-bottom: 20px;
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    #compras-en-linea .w80,
    #compras-en-linea .w-85-r
    {
        width: 100%;
    }
    #compras-en-linea .card .logo_precio{
        grid-template-columns: 100%;
    }
    #compras-en-linea .grilla-compras .col:nth-child(1){
        order: 2;
    }
    #compras-en-linea .grilla-compras .col:nth-child(2){
        order: 1;
    }
    .card{
        padding: 40px;
    }
    #mejoras-sitio-actual .grilla-mejoras,
    #mejoras-sitio-actual .grilla-mejoras2{
        grid-template-columns: 100%;
        transform: none;
    }
    #mejoras-sitio-actual .grilla-mejoras2{
        margin-top: 20px;
    }
    #mejoras-sitio-actual .grilla-mejoras img,
    #mejoras-sitio-actual .grilla-mejoras2 img{
        display: none;
    }
    #preguntas-frecuentes{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .accordion-question{
        font-size: 14px;
        padding-right: 30px;
        padding-left: 25px;
    }
    .accordion-answer{
        padding: 0 25px;
    }
    .accordion-answer p{
        font-size: 14px;
        margin: 20px 0px;
    }
    #mejoras-sitio-actual br,
    #sitio-web br{
        display: none;
    }
    #compras-en-linea h2,
    #sitio-web h2,
    #landing-page h2,
    #mejoras-sitio-actual h2,
    section#cierre .contenedor h2,
    #descripcion-interior h2,
    #valor-planes h2,
    #elige .fila h2,
    #home.interior-home h1{
        font-size: 30px!important;
        line-height: normal!important;
        margin-bottom: 20px;
    }
    #elige .fila h2{
        text-align: center;
    }
    #home.interior-home h2{
        font-size: 20px;
    }
    section#cierre .contenedor p{
        font-size: 16px;
        line-height: 20px;
    }
    #elige .fila{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
    }
    #elige .porque-elegirnos,
    .descanso-man .contenedor,
    #analisis .grilla-analisis{
        grid-template-columns: 100%;
    }
    #elige .porque-elegirnos h2{
        font-size: 20px;
        line-height: normal;
        margin-bottom: 20px;
    }
    #elige .porque-elegirnos div{
        margin-bottom: 30px;
    }
    #elige .porque-elegirnos h3, #elige .porque-elegirnos p {
        text-align: center;
        width: 90%;
        margin: 10px auto;
        width: 85%;
    }
    .descanso-man .img-descanso{
        height: 200px;
    }
    #analisis .grilla-analisis h2{
        font-size: 40px;
        text-align: center;
        margin-bottom: 40px;
    }
    #analisis .grilla-analisis ul li img {
        height: 65px;
        width: 65px;
    }
    #analisis .grilla-analisis{
        width: 100%;
    }
    #analisis .grilla-analisis ul li p{
        font-size: 14px;
        line-height: normal;
    }
    .cont-planes :nth-child(1){
        display: none;
    }
    .cont-planes :nth-child(2){
        display: block;
    }
    .cont-mantencion{
        padding: 20px 0;
        overflow-x: scroll;
    }
    .cont-mantencion img{
        width: 600px!important;
    }
    #contacto{
        width: 90px;
        height: 90px;
    }
    header nav .menu-bar{
        display: flex;
        margin-left: auto;
        margin-right: 0;
    }
    .menu-mobile {
        width: 0;
        height: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        background: rgb(50, 18, 95);
        background: radial-gradient(circle, rgba(50, 18, 95, 1) 0%, rgba(21, 6, 43, 1) 60%);
        visibility: hidden;
        padding: 20px;
        display: grid;
        grid-template-rows: 1fr 6fr 1fr;
        overflow: hidden;
        transform: translate(-50%, -50%);
        transition: 0.4s ease-in-out all;
        z-index: -1;
    }
    
    .content-down {
        display: grid;
        align-items: center;
    }
    
    .content-down a.close-menu {
        width: 30px;
        display: flex;
        margin: 0 auto;
        text-decoration: none;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-direction: column-reverse;
    }
    .content-down a.close-menu span{
        width: 100px;
        display: block;
        white-space: nowrap;
        font-size: 18px;
        font-weight: 100;
    }
    .menu-list{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .menu-list ul{
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-around;
        list-style-type: none;
        width: 80%;
    }
    .menu-list ul li a{
        text-decoration: none;
        color: #fff;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
        width: 100%;
        display: flex;
        text-align: center;
        margin: 0 auto;
        justify-content: center;
        text-transform: uppercase;
    }
    .content-up {
        display: grid;
        grid-template-columns: 1fr 4fr;
        grid-column-gap: 40px;
        align-items: center;
    }
    
    .content-up .icon-list {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        border-right: 1px solid rgba(254, 192, 5, 0.166);
        height: 80%;
        padding-right: 30px;
    }
    .logo-mobile{
        width: 100px;
        display: flex;
        margin-bottom: 40px;
        justify-content: center;
        margin: 20px auto;
    }
    .logo-mobile img{
        width: 100%;
    }
    .menu-mobile .icono {
        background-color: transparent;
    }
    #home-portafolio .cliente-int.sombra{
        font-size: 36px !important;
    }
}