@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Play:wght@400;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');


* {
    font-family: "Jost", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

#preloader img.mobile {
    display: none;
}

#preloader.fade-out {
    opacity: 0;
}



/* Estilos para el preloader */
#preloader-inversa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity .6s ease-in-out;
}

#preloader-inversa .loader {
    width: 221px;
    height: 33px;
    background: url("../media/img/logo.svg");
    background-size: contain;
    animation: spin 2s linear infinite;
}


#preloader img {
    width: 100%;
    object-fit: cover;
}

#cont-global-home {
    display: none;
    width: 100%;
    height: 100vh;
    background: url("../media/img/Addvertising_Bg_Home.svg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 3% 4% 2%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}



#cont-hicimos {
    /* display: none; */
    width: 100%;
    height: 100vh;
    background: url("../media/img/Addvertising_Bg_hicimos.svg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    opacity: 1;
}


#cont-servicios {
    /* display: none; */
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    opacity: 1;
    background: url(../media/videos/nuestros-servicios.gif);
    background-size: cover;
    background-position: center;
}


#cont-como-hacemos {
    /* display: none; */
    width: 100%;
    height: 100vh;
    background: url("../media/img/Addvertising_Bg_hicimos.svg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
}



#cont-nosotros {
    /* display: none; */
    width: 100%;
    height: 100vh;
    background: url("../media/img/Addvertising_Bg_hicimos.svg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
}






#cont-nosotros {
    /* display: none; */
    width: 100%;
    height: 100vh;
    background: url("../media/img/Addvertising_Bg_hicimos.svg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    position: relative;
    overflow: hidden;
    opacity: 1;
}


#cont-como-hacemos main {

    width: 100%;
    height: 100vh;
    position: relative;
}

#cont-como-hacemos main .cont-mask {
    width: 70%;
    max-width: 1200px;
    position: relative;
    margin: -40px auto 0;
}

#cont-como-hacemos main .cont-mask .cont-carousel {
    position: absolute;
    width: 100%;
    top: 19%;
}

#cont-como-hacemos main .cont-mask .cont-carousel .item {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    left: -100px;
    /* Inicialmente posicionados a 100px a la izquierda */
}

#cont-como-hacemos main .cont-mask .cont-carousel .item.active {
    opacity: 1;

}



#cont-como-hacemos main .cont-mask .cont-carousel h2 {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    position: absolute;
    right: 18%;
    top: 150px;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease-in-out, right 1s ease-in-out;
    /* Agregar transición a la propiedad right */
    right: -100px;
    /* Inicialmente posicionados a 100px a la derecha */
}

#cont-como-hacemos main .cont-mask .cont-carousel .item.active h2 {
    opacity: 1;
    right: 18%;
    /* Cuando el item se activa, se mueve a su posición predeterminada */
}

#cont-como-hacemos main .cont-mask .cont-carousel .item.active:nth-child(3) h2 {
    right: 11%;
}





#cont-como-hacemos main .cont-mask .cont-carousel h2 span {
    font-weight: 700;
}
#cont-como-hacemos main .cont-mask .cont-carousel .item img {
    width: 430px;
    left: -204px;
    opacity: 0;
}
#cont-como-hacemos main .cont-mask .cont-carousel .item.active img {
    width: 430px;
    top: 20px;
    position: relative;
    transition: .5s;
    left: 204px;
    opacity: 1;
}


#cont-como-hacemos main .cont-mask .cont-carousel .item:nth-child(3).active img {
    width: 430px;
    top: 20px;
    position: relative;
    transition: .5s;
    left: 100px;
    opacity: 1;
}

#cont-como-hacemos main .cont-mask img.mask {
    width: 96%;
}

#cont-como-hacemos main .cont-mask img.mask.mobile{
    display: none;
} 


#cont-nosotros main {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

#cont-nosotros main .cont-left,
#cont-nosotros main .cont-right {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#cont-nosotros main .cont-left:hover .overlay,
#cont-nosotros main .cont-right:hover .overlay {
    background: #000000a8;
}


#cont-nosotros main .cont-left .overlay,
#cont-nosotros main .cont-right .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transition: .4s;
    top: 0;
    background: transparent;
    text-align: center;
    display: flex;
    align-items: flex-end;

}


#cont-nosotros main .cont-left .overlay h2,
#cont-nosotros main .cont-right .overlay h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

#cont-nosotros main .cont-left .overlay h3,
#cont-nosotros main .cont-right .overlay h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #fff;
}

#cont-nosotros main .cont-left .overlay p,
#cont-nosotros main .cont-right .overlay p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;

}

.cont-left .overlay .content,
.cont-right .overlay .content {
    width: 80%;
    margin: 0 auto;
    max-width: 760px;
    padding-bottom: 8%;
    transition: 1s;
    position: relative;
    bottom: -600px;
}


.cont-left:hover .overlay .content,
.cont-right:hover .overlay .content {
    bottom: 20px;
}

.cont-left .overlay .content .redes,
.cont-right .overlay .content .redes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-left .overlay .content .redes a img,
.cont-right .overlay .content .redes a img {
    width: 40px !important;
    margin: 10px 8px;
}


#cont-nosotros main .cont-left img,
#cont-nosotros main .cont-right img {
    width: 88%;
    /* max-width: 960px; */
}


#cont-servicios video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Hace que el video cubra todo el contenedor */
    transform: translate(-50%, -50%);
    z-index: -1;
    /* Asegura que el video esté detrás del contenido */
}

#cont-servicios header,
#cont-nosotros header,
#cont-como-hacemos header {
    width: 85%;
    align-items: center;
    z-index: 1;
    position: relative;
    padding: 60px 4% 30px;
    z-index: 11;
}

#cont-nosotros footer {
    color: #fff;
}



header {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


#cont-global-home.fade-in {
    opacity: 1;
    display: block;
}


#cont-hicimos header {
    width: 96%;
    align-items: center;
    padding: 3% 4% 3%;
}

header#inverso .cont-menu #cont-items {
    top: -30px;
}

header#inverso .cont-menu #cont-items ul {
    padding: 0;
    height: 0;
    opacity: 0;
}

header#inverso .cont-menu #cont-items.active ul a {

    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 15px;
    text-decoration: none;
    transition: .4s;
    color: #00000086;
}

header#inverso .cont-menu #cont-items.active ul a:hover {
    color: #000;
}


header#inverso .cont-menu #cont-items.active ul {
    opacity: 1;
    padding: 25px 20px 30px 30px;
}

header#inverso .cont-menu #cont-items ul a {
    font-size: 0px;
}

header#inverso .cont-menu #cont-items ul a span {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 0;
    height: 0;
}


header#inverso #cont-items.active ul a span {
    border: 1px solid transparent;
    transition: .8s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 500;
    color: #00000086;
    line-height: 0px;
    font-size: 24px;
    padding-bottom: 2px;
}



header#inverso .cont-menu #cont-items.active {
    top: -300px;
}

#cont-hicimos header a.whatsapp {
    position: absolute;
    right: -100px;
    top: -9px;
    z-index: 10;
}

#cont-hicimos header a.whatsapp img {
    width: 40px;
}



#cont-nosotros header a.whatsapp {
    position: absolute;
    right: -100px;
    top: -9px;
    z-index: 10;
}

#cont-nosotros header a.whatsapp img {
    width: 40px;
}

#cont-hicimos header .copy-header {
    display: flex;
    align-items: center;
}

#cont-hicimos header .copy-header p {
    display: inline-block;
    padding-left: 30px;
}


#cont-hicimos header .cont-menu {
    margin-right: 80px;
}


#cont-hicimos main {
    width: 100%;
    margin: 0;
}





main .cont-items-hicimos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}

main .cont-items-hicimos a {
    width: 25%;
    position: relative;
    overflow: hidden;
    opacity: 1;
    /* animation: mostrarItemsHicimos ease-out; */
    animation: mostrarItemsHicimos;
    /* margin-top: -7px; */
}

@keyframes mostrarItemsHicimos {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    30% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


@keyframes mostrarItemsHicimosB {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }


    100% {
        opacity: 1;
        transform: scale(1);
    }
}


main .cont-items-hicimos a img {
    width: 100%;
    vertical-align: middle;
}

main .cont-items-hicimos a span {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    padding: 22px;
    background: #000000a3;
    color: #fff;
    text-decoration: none;
    bottom: -100px;
    text-align: right;
    transition: .4s;
}

main .cont-items-hicimos a:hover span {
    bottom: 0;
}

#cont-hicimos footer .contact {
    position: fixed;
    bottom: 4%;
    right: 2%;
    text-align: center;
    z-index: 999;
}

#cont-nosotros.hablemos main {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#cont-nosotros.hablemos main h1 {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 40px;
}

#cont-nosotros.hablemos main a img {
    transition: .5s;
}

#cont-nosotros.hablemos main a img:hover {
    transform: scale(0.9);
}


#cont-nosotros.hablemos footer .contact p {
    color: #1d1d1d !important;
}


#cont-hicimos footer p {
    color: #fff;
}


header {
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header p {
    font-size: 16px;
    padding-left: 100px;
    color: #1d1d1d;
}


header button {
    background: transparent;
    border: 0 transparent;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    color: #1d1d1d;
}

header button img {
    margin-right: 10px;
}

header .cont-menu {
    position: relative;
}





header .cont-menu #cont-items,
#inverso.cont-menu #cont-items {
    position: absolute;
    min-width: 250px;
    height: 0;
    z-index: 10;
    right: -150px;
    top: 30px;
    background: url("../media/img/bg-menu.svg");
    background-size: 100%;
    transition: .5s;
    pointer-events: none;
}


#cont-servicios header .cont-menu #cont-items {
    background: #f2f2f28a;
}

/* #F2F2F2 */


header .cont-menu #cont-items.active {
    position: absolute;
    min-width: 250px;
    z-index: 10;
    right: -150px;
    top: 30px;
    background: url("../media/img/bg-menu.svg");
    background-size: 100%;
    /* background: red; */
    /* background-size: cover; */
    height: 290px;
    pointer-events: initial;
}

.bg-black header .cont-menu #cont-items {
    background: #fff;
}

.bg-black header .cont-menu #cont-items.active {
    position: absolute;
    min-width: 250px;
    z-index: 10;
    right: -150px;
    top: 30px;
    background: #fff;
    background-size: 100%;
    /* background: red; */
    /* background-size: cover; */
    height: 290px;
}


#cont-items ul {
    opacity: 0;
}


#cont-items.active ul {

    opacity: 1;
    padding: 25px 20px 30px 30px;
}

@keyframes mostrarItems {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#cont-items.active ul a:nth-child(1) {
    opacity: 1;
    animation: mostrarItems .6s;
}

#cont-items.active ul a:nth-child(2) {
    opacity: 1;
    animation: mostrarItems 1s;
}

#cont-items.active ul a:nth-child(3) {
    opacity: 1;
    animation: mostrarItems 1.4s;
}

#cont-items.active ul a:nth-child(4) {
    opacity: 1;
    animation: mostrarItems 1.8s;
}

#cont-items.active ul a:nth-child(5) {
    opacity: 1;
    animation: mostrarItems 2.2s;
}


#menu-responsive.active ul a:nth-child(5) {
    opacity: 1;
    animation: mostrarItems 1s;
}

#menu-responsive.active ul a:nth-child(4) {
    opacity: 1;
    animation: mostrarItems 1.4s;
}

#menu-responsive.active ul a:nth-child(3) {
    opacity: 1;
    animation: mostrarItems 1.8s;
}

#menu-responsive.active ul a:nth-child(2) {
    opacity: 1;
    animation: mostrarItems 2.2s;
}

#menu-responsive.active ul a:nth-child(1) {
    opacity: 1;
    animation: mostrarItems 2.6s;
}
#menu-responsive.active ul a{
    transition: .4s;
}


#inverso #cont-items.active ul a:nth-child(5) {
    opacity: 1;
    animation: mostrarItems .6s;
}

#inverso #cont-items.active ul a:nth-child(4) {
    opacity: 1;
    animation: mostrarItems 1s;
}

#inverso #cont-items.active ul a:nth-child(3) {
    opacity: 1;
    animation: mostrarItems 1.4s;
}

#inverso #cont-items.active ul a:nth-child(2) {
    opacity: 1;
    animation: mostrarItems 1.8s;
}

#inverso #cont-items.active ul a:nth-child(1) {
    opacity: 1;
    animation: mostrarItems 2.2s;
}












#cont-items ul a {
    opacity: 0;
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 15px;
    text-decoration: none;
    transition: .4s;
    color: #00000086;
}

#cont-items ul a:hover,
#inverso #cont-items ul a {
    color: #000;
}

#cont-items ul a:hover span {
    border: 1px solid #1d1d1d;
    color: #000;
}

#inverso #cont-items.active ul a:hover span {
    border: 1px solid #1d1d1d;
    color: #000;
}

#cont-items ul a span {
    border: 1px solid transparent;
    transition: .8s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: 500;
    color: #00000086;
    line-height: 0px;
    font-size: 24px;
    padding-bottom: 2px;
}

#cont-global-home main {
    width: 96%;
    padding: 12% 2% 0;
    margin: 0 auto;
    text-align: center;
}

#cont-global-home main img.title-site {
    width: 94%;
    max-width: 1500px;
    margin: 0 auto;
}

#cont-global-home main h1 {
    font-weight: 400;
    font-size: 20px;
    margin-top: 0.4%;
    color: #000;
    letter-spacing: 0.13px;
    margin-bottom: 8px;
}

#cont-global-home main p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.96px;

}

footer {
    width: 86%;
    z-index: 1;
    /* position: relative; */
    /* position: absolute; */
}


.hablemos footer ul {
    position: absolute;
    bottom: 5%;
    left: 12%;
}

footer ul {
    position: absolute;
    bottom: 5%;
    left: 7%;
}

footer ul a {
    margin-right: 12px;

}

footer ul a img {
    transition: .4s;
}

footer ul a img:hover {
    transform: translateY(-5px) scale(1.1);
}


footer .contact {
    position: absolute;
    bottom: 4%;
    right: 7%;
    text-align: center;
}


.cliente footer .contact {
    position: absolute;
    bottom: 1%;
    right: 7%;
    text-align: center;
}

.cliente footer ul {
    bottom: 1%;
}


footer .contact p {
    font-size: 16px;
}

footer .contact img {
    width: 70px;
    margin-bottom: 20px;
    transition: .5s;
}

/* Añadir estilos para asegurar que el cursor esté en la misma línea */
#interactive-text {
    display: inline;
}

.typed-cursor {
    display: inline-block;
    font-size: inherit;
    /* Para asegurarse de que el tamaño del cursor coincida con el del texto */
    vertical-align: baseline;
    /* Asegura que el cursor esté alineado correctamente con el texto */
}

footer .contact img:hover {
    transform: scale(1.1);
}

#mailto {
    position: absolute;
    left: 17.3%;
    bottom: 14.5%;
    letter-spacing: 0.6px;
    transition: .4s;
}

#mailto a {
    color: #1d1d1d;
    text-decoration: none;

}

#mailto:hover {
    left: 17.8%;
}

/* Clientes */


#cont-nosotros.cliente {
    /* display: none; */
    width: 100%;
    min-height: 100vh;
    background: url("../media/clients/Bg.png")no-repeat;
    background-size: 100%;
    background-position-y: top;
    background-position-x: center;
    position: relative;
    height: auto;
    opacity: 1;
}


#cont-nosotros.cliente main.cliente {
    position: relative;
    display: block;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    text-align: center;
    min-height: 100vh !important;
    height: auto !important;
}


.cliente main.cliente .descripcion-cliente {
    position: relative;
    top: 20px;
    text-align: left;
    left: 11.5%;
    z-index: 99;
    width: 600px;
}

.cliente main.cliente .descripcion-cliente h1,
.cliente main.cliente .descripcion-cliente h2 {
    font-size: 20px;
    font-weight: 400;
}


.cliente main.cliente .row-client {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
    flex-wrap: wrap;
}

.cliente main.cliente .row-client.move-top {
    margin-top: -316px;
    z-index: 1;
}
.cliente main.cliente .row-client.full-width{
    padding: 0;
}

.cliente main.cliente .row-client.full-width .item-50{
    width: 50%;
    margin: 0;
    margin-bottom: -8px;
}

.cliente main.cliente .row-client.full-width .item-50 img{
    width: 100%;
    max-width: 100%;
    margin: 0;
}



.cliente main.cliente .row-client.center {
    padding: 0 10%;
}


.cliente main.cliente .row-client .item img {
    max-width: 80%;
}

.cliente main.cliente .row-client.full-width .item img {
    max-width: 100%;
    width: 100%;
}
.cliente main.cliente .row-client .item-30 img {
    max-width: 100%;
}

.cliente main.cliente .row-client .item-30 {
    width: 30%;
    padding: 20px;
    display: flex;
    align-items: center;
}

.footer-client{
    padding-top: 120px;
    justify-content: center;
}

.footer-client ul{
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


.cliente main.cliente .row-client .item.w-50 {
    width: 50%;
    justify-content: center;
    padding: 20px;
    display: flex;
    align-items: center;
}

.cliente main.cliente .row-client .item.w-25 {
    width: 25%;
    justify-content: center;
    padding: 8px;
    display: flex;
    align-items: center;
}

.cliente main.cliente .row-client .item.w-30 {
    width: 33%;
    justify-content: center;
    padding: 0px;
    display: flex;
    align-items: center;
}
.arrows-cliente.desktop{
    display: flex;
}

.arrows-cliente.mobile{
    display: none;
}

.cliente main.cliente .row-client .item.w-20 {
    width: 20%;
    justify-content: center;
    padding: 10px;
    display: flex;
    align-items: center;
}


.cliente main.cliente .row-client .item.w-50 img,
.cliente main.cliente .row-client .item.w-30 img,
.cliente main.cliente .row-client .item.w-25 img,
.cliente main.cliente .row-client .item.w-20 img {
    width: 100%;
    max-width: 100%;
}




.cliente main.cliente .row-client .item.w-100 {
    margin-bottom: -10px;
    width: 100% !important;
}

.cliente main.cliente .row-client .item.w-100 img {
    width: 100%;
    max-width: 100%;
}


.cliente main.cliente .row-client .item.w-100.mobile {
    display: none;
}



.cliente.amarilla main.cliente .row-client .item.w-100 {
    margin-bottom: -30px;
    width: 100%;
}



.mb-120 {
    margin-bottom: 120px;
}

.mt-20 {
    margin-top: 20px;
}

#cont-nosotros.cliente.bg-black {
    background: #000;
}

#cont-nosotros.cliente.bg-black.whiplash {
    background: #bbb;
}

#cont-nosotros.cliente.bg-black.amarilla {
    background: #f3bf1e;
}


#cont-nosotros.whiplash main.cliente .row-client .item.w-100{
    margin-bottom: -30px;
}

#cont-nosotros.cliente.bg-black header button {
    color: #fff;
}

.cliente.bg-black main.cliente .descripcion-cliente h1,
.cliente.bg-black main.cliente .descripcion-cliente h2 {
    color: #fff;
    font-size: 18px;
}

.cliente.bg-black main.cliente .descripcion-cliente p {
    color: #fff;
    font-size: 13px;
}


.cliente main.cliente .descripcion-cliente p {
   
    font-size: 13px;
}

.arrows-cliente{
    position: absolute;
    width:76%;
    left: 12%;
    top: -28px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.arrows-cliente a{
    text-decoration: none;
    color: #1d1d1d;
}
.pt-60 {
    padding-top: 90px;
}


#menu-mobile-cont {
    display: none;
}

#menu-responsive {
    display: none;
}

#inverso2.mobile {
    display: none !important;
}

video{
    width: 100%;
}

.cont-video{
    position: relative;
}
.cont-video button{
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    background: transparent;
    border: transparent;
    margin: 0 auto;
    cursor: pointer;
}

.cont-video button img{
    width: 180px;
}

#cont-como-hacemos main .cont-mask .cont-carousel .item.active .desktop{
    display: block;
}
#cont-como-hacemos main .cont-mask .cont-carousel .item.active .mobile{
    display: none;
}

@media screen and (max-width:2000px) and (min-width: 1920px) {
    #cont-global-home main {
        padding: 14% 2% 0;
    }

    #cont-global-home footer .contact {
        right: 5%;
    }
}

@media screen and (max-width:4000px) and (min-width: 2001px) {
    #cont-global-home main {
        padding: 12.5% 2% 0;
    }
}


@media screen and (max-width:1024px) and (min-width: 320px) {
    .cont-video button {
        top: 30%;
    }
    .cont-video button img{
        width: 60px;
    }
    #cont-como-hacemos main .cont-mask .cont-carousel .item.active .desktop{
        display: none;
    }
    #cont-como-hacemos main .cont-mask .cont-carousel .item.active .mobile{
        display: block;
        left: 70px;
        width: 240px !important;
        top: 290px;
    }
    #cont-como-hacemos main .cont-mask .cont-carousel .item:nth-child(3).active img.mobile{
        display: block;
        left: 70px;
        width: 240px !important;
        top: 240px;
    }

    #cont-como-hacemos main .cont-mask .cont-carousel .item:nth-child(1).active .mobile{
        display: block;
        left: 70px;
        width: 260px ;
        top: 270px;
    }
    #cont-como-hacemos main .cont-mask .cont-carousel h2{
        font-size: 10px;
        right: -100%;
        top: 170px;
        left: 0;
        text-align: center;
    }

    #cont-como-hacemos main .cont-mask .cont-carousel .item.active h2{
        font-size: 10px;
        right: 3% !important;
        top: 170px;
        text-align: center;
    }
.cliente main.cliente .row-client .item.w-100.mobile {
    display: block;
    margin-top: -318px;

}
.cliente main.cliente .row-client .item.w-100.escritorio {
    display: none;
}

    .cliente main.cliente .row-client.no-responsive .item.w-30 {
        width: 33%;
    }
    .footer-client{
        padding-top: 120px;
        justify-content: center;
        position: relative;
        width: 100%;
        display: flex;
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .footer-client-red{
        padding-top: 140px;
        padding-bottom: 180px;
        justify-content: center;
        position: relative !important;
        width: 100%;
        display: flex;
        z-index: -1;
        background:url("../media/clients/client2/bg-footer.png");
        background-size: cover;
    }
    .cliente main.cliente .row-client .item.w-30{
        width: 100%
    }

    #cont-servicios header, #cont-nosotros header, #cont-como-hacemos header{
        padding: 15% 4% 6%;
    }

    .amarilla.cliente main.cliente .row-client .item.w-100 {
        margin-bottom: -30px !important;
    }
    #cont-como-hacemos main .cont-mask img.mask.mobile{
        display: block;
        width: 100%;
        left: 0;
        position: relative;
    } 
    #cont-nosotros main .cont-left .overlay p, #cont-nosotros main .cont-right .overlay p {
        color: #fff;
        font-size: 12px;
        margin-bottom: 0px;
    }
    .cliente main.cliente .descripcion-cliente {
        position: relative;
        text-align: center;
        padding: 0 54px;
        max-width: 380px;
        z-index: 88;
        width: 90%;
        top: -69px;
        left: 0;
        right: 0;
        margin: 0 auto;
        pointer-events: none;
    }
    #cont-como-hacemos{
        min-height: 100vh;
        height: auto;
    }
    .cliente main.cliente .row-client.full-width .item-50{
        width: 100%;
    }
    .cliente main.cliente .descripcion-cliente p{
        font-size: 12px;
    }
    .cliente main.cliente .descripcion-cliente h1, .cliente main.cliente .descripcion-cliente h2{
        font-size: 15px;
    }
    .cliente main.cliente .row-client .item-30 {
        width: 100%;
        padding: 30px 20px;
        display: flex;
        align-items: center;
    }
    #cont-como-hacemos main .cont-mask .cont-carousel img{
        width: 80%;
        left: -100%;
        top: 28vh;
    }
    #cont-como-hacemos main .cont-mask .cont-carousel .item{
        left: 0;
    }
        
    #cont-como-hacemos main .cont-mask img.mask.desktop{
        display: none;
    } 
    #cont-como-hacemos main .cont-mask{
        max-width: 100%;
        margin: 0 auto;
        width: 375px;
    }

    #cont-como-hacemos main .cont-mask img.mask{
        width: 100%;
    }

    #menu-responsive .logo-mob{
        opacity: 0;
    }

    #menu-responsive.active .logo-mob{
        opacity: 1;
    animation: mostrarLogo 3s;
    }
    #cont-como-hacemos footer ul{
        display: none;
    }
    
    @keyframes mostrarLogo {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    #menu-responsive.active {
        bottom: 0;
        padding-top: 70px;
    }

    #inverso2.mobile {
        display: block !important;
        padding: 5% 4%;
    }

    #inverso2.mobile .copy-header{
        text-align: center;
        justify-content: center;
    }

    
    #menu-responsive {
        transition: .6s;
        display: block;
        position: fixed;
        bottom: -115%;
        left: 0;
        z-index: 90;
        background: url("../media/mobile/menu-responsive.svg")#070707;
        background-size: cover;
        background-position: center;
        border: 2px solid #000;
        text-align: center;
        width: 100%;
        height: 100vh;
        padding-top: 54px;
    }
    #menu-responsive .cont-footer{
        position: absolute;
        bottom: 13%;
        text-align: center;
        width: 100%;
    }
    #menu-responsive .cont-footer img{
        padding: 0 4px;
    }
    #cont-servicios header,
    #cont-nosotros header,
    #cont-como-hacemos header {
        justify-content: center;
    }

    #cont-nosotros main .cont-left .overlay,
    #cont-nosotros main .cont-right .overlay {
        background: #000;
    }
    
    #menu-responsive ul {
        display: flex;
        align-items: center;
        height: 200px;
        width: 164px;
        margin: 0 auto;
        left: 0;
        right: 0;
        position: absolute;
        text-align: left;
        bottom: 36%;
        flex-wrap: wrap;
    }
    .cliente main.cliente .row-client .item.w-50{
        width: 100%;
        padding: 0;
    }
    /* .cliente main.cliente .row-client{
        padding-bottom: 200px;
    } */
    .cliente main.cliente .row-client .item.w-25{
        width: 100%;
        padding: 0;
    }
    .cliente main.cliente .row-client.move-top{
        margin-top: 0;
        padding-top: 0;
    }
    .cliente footer ul{
        bottom: 70px;
    }
    .cliente footer.footer-client-red ul{
        bottom: 120px;
    }
    #cont-servicios {
        background: url(../media/mobile/Servicios_Mobile_.gif);
        background-size: cover;
        background-position: center;
    }

    #menu-responsive ul a {
        width: 100%;
        display: block;
        margin: 14px 0;
        color: #fff;
        text-decoration: none;
    }
    .cliente main.cliente .row-client{
        padding-top: 0;
    }

    #preloader img.mobile {
        display: block;
    }

    .cliente main.cliente .row-client .item.w-20{
        width: 100%;
        margin-bottom: -10px;
    }

    #preloader img.desktop {
        display: none;
    }
    #cont-nosotros{
        height: auto;
    min-height: 100vh;
    overflow-y: scroll;
    }

    .cont-left .overlay .content,
.cont-right .overlay .content {
    position: relative;
    bottom: 0;
    width: 86%;
}

#cont-nosotros main .cont-left .overlay, #cont-nosotros main .cont-right .overlay{
    position: relative;
    background: #000;
}
.arrows-cliente.desktop{
    display: none;
}

.arrows-cliente.mobile{
    display: flex;
    top: 190px;
}
.arrows-cliente.mobile a{
    color: #fff;
}
.arrows-cliente {
    position: fixed;
    width: 92%;
    left: 4%;
    top: 180px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.arrows-cliente a{
    font-size: 11px;
    margin-top: 0;
}


    #cont-global-home {
        display: none;
        width: 100%;
        height: 100vh;
        background: url("../media/mobile/Bg_Mobile.svg");
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        padding: 3% 4% 2%;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

    #mailto {
        display: none;
    }

    .cont-menu {
        display: none;
    }

    footer .contact {
        display: none;
    }

    #cont-global-home header {
        padding-top: 30px;
        justify-content: center;
    }

    #interactive-text {
        padding-left: 0;
    }

    #cont-global-home main {
        position: absolute;
        bottom: 30%;
    }

    #cont-global-home main h1 {
        font-size: 13px;
        padding: 0 26px;
        margin-top: 30px;
    }

    footer ul {
        width: 100%;
        left: 0;
        text-align: center;
        bottom: 18%;
    }

    #menu-mobile-cont {
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        height: 50px;

        z-index: 99;
    }
    #inverso.desktop{
        display: none;
    }

    #menu-mobile-cont ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #menu-mobile-cont ul li {
        list-style: none;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    #menu-mobile-cont ul li:nth-child(1) {
        background: #000;
    }

    #menu-mobile-cont ul li:nth-child(2) {
        background: #0CABEF;
    }

    #menu-mobile-cont ul a,
    #menu-mobile-cont ul button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menu-mobile-cont ul button {
        background: transparent;
        color: #fff;
        border-color: transparent;
    }

    #menu-mobile-cont ul button img {
        margin-right: 15px;

    }#cont-hicimos header{
        display: none;
    }

    #menu-mobile-cont ul a {
        text-decoration: none;
        color: #fff;
    }

    #menu-mobile-cont ul a img {
        height: 36px;
        margin-right: 15px;
    }

    main .cont-items-hicimos a {
        width: 100%;
        height: 300px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    main .cont-items-hicimos a img{
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: center;
    }
    main .cont-items-hicimos{
        /* flex-direction: column-reverse; */
        padding-bottom: 44px;
        background: #000;
    }
    
    #cont-nosotros main{
        top: 84px;
        height: auto;
    }
    #cont-nosotros main .cont-left,#cont-nosotros main .cont-right{
        width: 100%;
        height: 50%;
        overflow: visible;
        flex-wrap: wrap;
    }

    


    #cont-nosotros main .cont-left .overlay, #cont-nosotros main .cont-right .overlay{
        padding-top: 40px;
    }
    #cont-nosotros main .cont-left img, #cont-nosotros main .cont-right img{
        width: 83%;
    }
    #cont-nosotros.hablemos main{
        height: 80vh;
    }
    /* #cont-nosotros main .cont-left .overlay{
        position: relative;
    } */
    #cont-nosotros main .cont-right{
        width: 100%;
        height: auto;
    }
    .hablemos footer ul{
        left: 0;
        bottom: 18%;
    }
    
    #cont-como-hacemos main .cont-mask .cont-carousel .item.active:nth-child(3) h2 {
        right: 0%;
        width: 100%;
        font-size: 8px !important;
    }
}

@media screen and (max-width: 400px) and (min-width: 320px) {
    #cont-como-hacemos main .cont-mask .cont-carousel h2 {
        font-size: 10px;
        right: -100%;
        top: 166px;
        left: 0;
        text-align: center;
    }
        #cont-como-hacemos main .cont-mask .cont-carousel .item.active .mobile {
        display: block;
        left: 70px;
        width: 240px !important;
        top: 240px;
    }
}

 /* WEBSITE DESARROLLADO POR LUIS FELIPE RESTREPO 2024 */