@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&family=Open+Sans:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&family=Open+Sans:wght@300;400&display=swap);

@charset "UTF-8" .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: #fff0;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: #fff0;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.title {
    position: relative
}

.title select {
    background: #fff0;
    border: 0;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    padding: 10px 0
}

.title select option {
    font-weight: 300
}

.title input,
.title textarea {
    padding: 10px 0;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    background: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    color: #fff
}

@media (max-width:1000px) {

    .title input,
    .title textarea {
        margin-bottom: 15px
    }
}

.title input::placeholder,
.title textarea::placeholder {
    color: #fff
}

.title input:focus+label,
.title input:valid+label,
.title textarea:focus+label,
.title textarea:valid+label {
    transform: translate(0, -25px);
    color: #c6ced6;
    font-size: 13px;
    font-weight: 500
}

.title label {
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 10px;
    left: 0;
    cursor: text;
    transition: all 0.25s ease-in-out;
    font-weight: 300;
    font-family: "Montserrat", sans-serif
}

@media (max-width:1000px) {
    .title label {
        font-size: 16px
    }
}

.title .line {
    display: block;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: dodgerblue;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    transform: scale(0)
}

@media (max-width:1000px) {
    .title .line {
        bottom: 15px
    }
}

.title input:focus~div.line,
.title input:valid~div.line,
.title textarea:focus~div.line,
.title textarea:valid~div.line {
    transform: scale(1)
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: none
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

*:focus {
    outline: none
}

html {
    height: 100%
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    height: 100%;
    width: 100%
}

.container {
    max-width: 1580px;
    margin: 0 auto;
    position: relative
}

@media (max-width:1600px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box
    }
}

.filas2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%
}

@media (max-width:1000px) {
    .filas2 {
        grid-template-columns: 100%
    }
}

.filas3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%
}

@media (max-width:1000px) {
    .filas3 {
        grid-template-columns: repeat(2, 1fr)
    }
}




.formulario-proyecto .container>div .wpcf7-response-output {
    margin-top: -72px;
    text-align: center;
    color: #6AF9FF !important;
    font-weight: 700
}

.page-inicio .formulario-proyecto .owl-dots {
    display: flex;
    top: -110px
}




footer {
    background: #252938;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 70px
}

@media (max-width:1000px) {
    footer {
        display: block;
        padding: 80px 25px
    }

    footer img {
        margin: 0 auto;
        display: block
    }
}

@media (max-width:1000px) {
    footer ul {
        margin-top: 58px;
        padding: 15px 25px;
        text-align: center;
        border-top: 0px solid #888A93;
    }
}

footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

@media (max-width:1000px) {
    footer ul li {
        font-size: 14px;
        text-align: center;
        margin-top: 20px
    }
}

.banner-principal {
    padding: 0;
    position: relative;
    z-index: 1
}

.banner-principal .texto {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-left: 90px;
    max-width: 832px
}

@media (max-width:1000px) {
    .banner-principal .texto {
        margin: 0;
        max-width: 389px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.banner-principal .texto h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 120px;
    margin: 0;
    line-height: 1.12
}

@media (max-width:1360px) {
    .banner-principal .texto h2 {
        font-size: 100px
    }
}

@media (max-width:1150px) {
    .banner-principal .texto h2 {
        font-size: 80px
    }
}

@media (max-width:1000px) {
    .banner-principal .texto h2 {
        font-size: 60px;
        line-height: 70px
    }
}

.banner-principal .texto p {
    font-weight: lighter;
    font-family: Open Sans, Light;
    font-size: 25px;
    letter-spacing: 0;
    max-width: 680px;
    line-height: 30px
}

@media (max-width:1000px) {
    .banner-principal .texto p {}
}

.banner-principal img:nth-child(2) {
    display: none
}

@media (max-width:1000px) {
    .banner-principal img:first-child {
        display: none
    }

    .banner-principal img:nth-child(2) {
        display: block
    }
}

.banner-principal .tienes-proyecto {
    position: absolute;
    top: 79%;
    right: 77%;
    z-index: 6;
    transition: all ease 0.5s
}

@media (max-width:1735px) {
    .banner-principal .tienes-proyecto {
        right: 70%
    }
}

@media (max-width:1535px) {
    .banner-principal .tienes-proyecto {
        right: 70%
    }
}

@media (max-width:1170px) {
    .banner-principal .tienes-proyecto {
        right: 66%;
        top: 80%
    }
}

@media (max-width:1030px) {
    .banner-principal .tienes-proyecto {
        right: 63%;
        top: 78%
    }
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto {
        top: 80vh;
        right: 10%;
        z-index: 99999
    }
}

.banner-principal .tienes-proyecto .container-proyecto {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    grid-gap: 15px;
    transition: all ease 0.5s;
    transform: translateY(0);
    width: 340px
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto .container-proyecto {
        grid-template-columns: 70px auto
    }
}

.banner-principal .tienes-proyecto .container-proyecto .icon {
    background: #2F83D5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.5s
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto .container-proyecto .icon {
        width: 70px;
        height: 70px
    }
}

.banner-principal .tienes-proyecto .container-proyecto p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto .container-proyecto p {
        font-size: 15px
    }
}

.banner-principal.mostrar .tienes-proyecto {
    transition: all ease 0.5s;
    right: 60px;
    top: 30px;
    z-index: 10000
}

@media (max-width:1000px) {
    .banner-principal.mostrar .tienes-proyecto {
        position: relative;
        right: 10px;
        top: 10px
    }
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto {
    transition: all ease 0.5s;
    grid-template-columns: auto 70px;
    width: 130px;
    gap: 0;
    z-index: 1000;
    position: fixed;
    right: 1%
}

.page-inicio .banner-principal.mostrar+.formulario-proyecto {
    z-index: 1000;
    overflow-x: initial
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto .icon {
    order: 2;
    width: 70px;
    height: 70px
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto .icon svg {
    transform: rotate(180deg)
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto p {
    order: 1;
    font-size: 0
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto p:before {
    content: "Cerrar";
    font-size: 20px;
    background: #2F83D5
}

.banner-principal.mostrar+.formulario-proyecto {
    opacity: 1;
    width: 100%;
    height: 100%;
    overflow: initial;
    transition: all ease 0.5s;
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center
}

.formulario-proyecto {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #2F83D5;
    z-index: 10;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all ease 0.5s;
    transform: scale(0);
    transform-origin: bottom left
}

@media (max-width:1000px) {
    .page-inicio .banner-principal.mostrar+.formulario-proyecto {
        overflow: scroll
    }

    .formulario-proyecto {
        z-index: 999
    }
}

.formulario-proyecto .owl-carousel .owl-item>div {
    padding-top: 20px
}

.formulario-proyecto .owl-nav {
    margin: 0;
    text-align: right
}

.formulario-proyecto .owl-nav button {
    margin-top: 30px !important
}

.formulario-proyecto .owl-nav button svg {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 30px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1000px) {
    .formulario-proyecto .owl-nav button svg {
        width: 70px;
        height: 70px;
        padding: 19px
    }
}

.formulario-proyecto .owl-nav button:hover {
    background: transparent !important
}

.formulario-proyecto .owl-nav button.disabled {
    display: none
}

.formulario-proyecto .owl-nav button svg {
    margin-top: 5px
}

.formulario-proyecto .owl-nav button.owl-next:before {
    content: "Siguiente";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-right: 10px
}

@media (max-width:1000px) {
    .formulario-proyecto .owl-nav button.owl-next:before {
        font-size: 18px
    }
}

.formulario-proyecto .owl-dots {
    text-align: left;
    position: relative;
    top: -70px;
    max-width: 110px
}

.formulario-proyecto .owl-dots .owl-dot span {
    background: none !important;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-right: 5px;
    width: auto;
    height: auto;
    border-bottom: 4px solid #fff;
    border-radius: 0 !important
}

.formulario-proyecto .owl-dots .owl-dot.active span {
    background: none !important;
    color: #fff;
    border-bottom: 4px solid #fff
}

.formulario-proyecto .container {
    max-width: 1160px;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0
}

@media (max-width:1190px) {
    .formulario-proyecto .container {
        max-width: 800px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container {
        max-width: 500px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container {
        max-width: 300px
    }
}

.formulario-proyecto .container>div {
    width: 1160px;
    margin-top: 85px
}

@media (max-width:1190px) {
    .formulario-proyecto .container>div {
        max-width: 800px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container>div {
        max-width: 500px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container>div {
        max-width: 300px
    }
}

.formulario-proyecto .container .filas2 {
    column-gap: 80px;
    grid-row-gap: 0
}

@media (max-width:1080px) {
    .formulario-proyecto .container .filas2 {
        column-gap: 40px;
        grid-row-gap: 0
    }
}

.formulario-proyecto h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0
}

@media (max-width:1000px) {
    .formulario-proyecto h2 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

.somos_agencia {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:1000px) {
    .somos_agencia {
        padding: 75px 0
    }
}

.somos_agencia .container2 {
    max-width: 1400px;
    margin: 0 auto
}

.somos_agencia h2 {
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    margin: 0
}

.somos_agencia h2 span {
    color: #2F83D5
}

@media (max-width:1000px) {
    .somos_agencia h2 {
        font-size: 35px
    }
}

.somos_agencia p {
    text-align: center;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    max-width: 537px;
    margin: 0 auto;
    line-height: 30px;
    color: #1F2E39;
    margin-top: 50px;
    margin-bottom: 100px
}

@media (max-width:1000px) {
    .somos_agencia p {
        margin-top: 35px;
        margin-bottom: 0;
        line-height: 25px
    }
}

.somos_agencia .logos {
    margin-top: 60px;
    border-top: 1px solid #D3D3D3;
    padding-top: 30px
}

@media (max-width:1000px) {
    .somos_agencia .logos {
        margin-top: 50px
    }
}

.somos_agencia .logos .filas5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 139px
}

@media (max-width:1000px) {
    .somos_agencia .logos .filas5 {
        display: block;
        text-align: center
    }

    .somos_agencia .logos .filas5 img {
        max-width: 90px;
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px
    }
}

.scrollmagic-pin-spacer {
    background: linear-gradient(277deg, #d382a4 0%, #39a0cb 100%)
}

@media (max-width:1000px) {
    .scrollmagic-pin-spacer {
        display: none !important
    }
}

.scrollmagic-pin-spacer .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    perspective: 1000
}

.scrollmagic-pin-spacer .wrapper #title1 {
    margin-left: 124px
}

.scrollmagic-pin-spacer .wrapper #title1,
.scrollmagic-pin-spacer .wrapper #title3 {
    font-size: 300px;
    font-weight: 700
}

.scrollmagic-pin-spacer .wrapper .sections {
    width: 750%;
    height: 100%
}

.scrollmagic-pin-spacer .wrapper #title2>div {
    display: inline-block;
    vertical-align: top;
    padding: 0 90px;
    border-right: 1px solid rgb(255 255 255 / .5)
}

.scrollmagic-pin-spacer .wrapper #title2>div:first-child {
    max-width: 530px;
    border: none;
    border-left: 1px solid rgb(255 255 255 / .5);
    border-right: 1px solid rgb(255 255 255 / .5)
}

.scrollmagic-pin-spacer .wrapper #title2 h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    max-width: 376px;
    min-height: 231px
}

.scrollmagic-pin-spacer .wrapper #title2 p {
    font-size: 16px;
    font-weight: 300;
    max-width: 342px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    min-height: 140px
}

.scrollmagic-pin-spacer .wrapper #title2 a {
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin-top: 5px;
    font-weight: 700;
    transition: all ease 0.5s
}

.scrollmagic-pin-spacer .wrapper #title2 a:hover {
    background: #fff;
    color: #000;
    transition: all ease 0.5s
}

.scrollmagic-pin-spacer .wrapper .section {
    height: 100%;
    width: calc(100% / 5);
    float: left;
    position: relative;
    padding: 0;
    display: grid;
    align-items: center;
    align-content: center
}

.scrollmagic-pin-spacer .wrapper .section .section__title {
    font-size: 30px;
    color: #fff
}

.scrollmagic-pin-spacer .wrapper .section:nth-child(1) {
    height: 100vh
}

.proyectos {
    padding: 5px 5px
}

.proyectos img {
    width: 100%;
    margin-bottom: 20px
}

.proyectos img:nth-child(2) {
    display: none
}

@media (max-width:1000px) {
    .proyectos img:nth-child(2) {
        display: block
    }
}

@media (max-width:1000px) {
    .proyectos img:first-child {
        display: none
    }
}

.marketlab {
    padding: 200px 0
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto2 {
    transition: all ease 0.5s;
    grid-template-columns: auto 70px;
    gap: 0;
    z-index: 1000;
    position: fixed;
    left: 1%;
    display: block
}

.banner-principal .tienes-proyecto .container-proyecto2 {
    display: none;
    grid-template-columns: 100px auto;
    align-items: center;
    grid-gap: 15px;
    transition: all ease 0.5s;
    transform: translateY(0)
}

@media (max-width:1000px) {
    .marketlab {
        padding: 75px 0
    }
}

.marketlab h2 {
    margin: 0;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -8px
}

.marketlab h2+img {
    margin: 25px 0
}

@media (max-width:1000px) {
    .marketlab h2+img {
        max-width: 150px
    }
}

.marketlab h2 span {
    color: #2F83D5
}

@media (max-width:1670px) {
    .marketlab h2 {
        font-size: 170px
    }
}

@media (max-width:1490px) {
    .marketlab h2 {
        font-size: 150px
    }
}

@media (max-width:1490px) {
    .marketlab h2 {
        font-size: 100px
    }
}

@media (max-width:1000px) {
    .marketlab h2 {
        font-size: 72px;
        letter-spacing: -5px
    }
}

@media (max-width:390px) {
    .marketlab h2 {
        font-size: 65px;
        letter-spacing: -4px
    }
}

.marketlab p {
    max-width: 530px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #1F2E39
}

@media (max-width:1490px) {
    .marketlab p {
        max-width: 480px
    }
}

.marketlab a {
    margin-top: 40px;
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 70px;
    display: inline-block;
    transition: all ease 0.5s
}

.marketlab a svg path {
    transition: all ease 0.5s
}

@media (max-width:1000px) {
    .marketlab a {
        font-size: 16px;
        padding: 12px 40px
    }
}

.marketlab a:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.5s
}

.marketlab a:hover svg path {
    fill: #fff;
    transition: all ease 0.5s
}

.marketlab .filas2>div:last-child {
    position: relative
}

@media (max-width:1000px) {
    .marketlab .filas2>div:last-child {
        min-height: 400px
    }
}

.marketlab .filas2>div:last-child img {
    position: absolute
}

.marketlab .filas2>div:last-child img:first-child {
    top: 270%;
    left: -90px
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:first-child {
        left: -50px;
        top: 140%
    }
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:first-child {
        max-width: 380px;
        top: 160%
    }
}

@media (max-width:1190px) {
    .marketlab .filas2>div:last-child img:first-child {
        max-width: 330px
    }
}

@media (max-width:1000px) {
    .marketlab .filas2>div:last-child img:first-child {
        max-width: 170px;
        position: static !important;
        transform: none !important;
        margin-top: 90px
    }
}

@media (max-width:1000px) and (max-width:375px) {
    .marketlab .filas2>div:last-child img:first-child {
        top: 370%
    }
}

.marketlab .filas2>div:last-child img:last-child {
    top: -150%;
    left: 70px
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:last-child {
        left: 100px;
        top: -110%
    }
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:last-child {
        width: 450px;
        top: -118%;
        left: 80px
    }
}

@media (max-width:1190px) {
    .marketlab .filas2>div:last-child img:last-child {
        width: 400px
    }
}

@media (max-width:1000px) {
    .marketlab .filas2>div:last-child img:last-child {
        max-width: 220px;
        position: absolute !important;
        transform: none !important;
        top: 0 !important
    }
}

@media (max-width:375px) {
    .marketlab .filas2>div:last-child img:last-child {
        top: 550%;
        left: 70px
    }
}

.clientes {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    padding: 65px 45px;
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite
}

@media (max-width:1000px) {
    .clientes {
        padding: 90px 10px
    }
}

.clientes .filas2 {
    align-items: center;
    grid-gap: 150px
}

@media (max-width:1000px) {
    .clientes .filas2 .filas3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.clientes .filas2 h2 {
    font-size: 200px;
    color: #fff;
    margin: 0;
    letter-spacing: -8px
}

@media (max-width:1640px) {
    .clientes .filas2 h2 {
        font-size: 150px
    }
}

@media (max-width:1350px) {
    .clientes .filas2 h2 {
        font-size: 120px
    }
}

@media (max-width:1000px) {
    .clientes .filas2 h2 {
        font-size: 75px;
        letter-spacing: -5px;
        text-align: center
    }
}

@media (max-width:1640px) {
    .clientes .filas2 {
        grid-gap: 100px
    }
}

@media (max-width:1350px) {
    .clientes .filas2 {
        grid-gap: 70px
    }
}

@media (max-width:1640px) {
    .clientes .filas2 img {
        max-width: 200px
    }
}

@media (max-width:1350px) {
    .clientes .filas2 img {
        max-width: 170px
    }
}

@media (max-width:1000px) {
    .clientes .filas2 img {
        max-width: 110px
    }
}

@media (max-width:390px) {
    .clientes .filas2 img {
        max-width: 100px
    }
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.good_news {
    padding: 170px 0
}

@media (max-width:1000px) {
    .good_news {
        padding: 70px 0
    }
}

.good_news .container2 {
    padding: 0 20px
}

@media (max-width:1000px) {
    .good_news .container2 {
        padding: 0 10px
    }
}

.good_news .container2 .titular {
    text-align: center
}

.good_news .container2 .titular h2 {
    font-size: 200px;
    margin: 0;
    font-weight: 700;
    line-height: 1
}

@media (max-width:1140px) {
    .good_news .container2 .titular h2 {
        font-size: 150px
    }
}

@media (max-width:1000px) {
    .good_news .container2 .titular h2 {
        font-size: 75px
    }
}

@media (max-width:440px) {
    .good_news .container2 .titular h2 {
        font-size: 65px
    }
}

@media (max-width:390px) {
    .good_news .container2 .titular h2 {
        font-size: 60px
    }
}

.good_news .container2 .titular h2 span {
    color: #2F83D5
}

.good_news .container2 .titular p {
    max-width: 530px;
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 65px
}

@media (max-width:1000px) {
    .good_news .container2 .titular p {
        font-size: 18px;
        margin-top: 18px;
        margin-bottom: 44px
    }
}

.good_news .container2 .noticias .filas3 {
    grid-gap: 20px
}

@media (max-width:500px) {
    .good_news .container2 .noticias .filas3 {
        grid-template-columns: 100%
    }
}

.good_news .container2 .noticias .filas3 img {
    width: 100%
}

.good_news .container2 .noticias .filas3 .texto {
    padding: 30px
}

@media (max-width:1000px) {
    .good_news .container2 .noticias .filas3 .texto {
        padding: 10px
    }
}

.good_news .container2 .noticias .filas3 .texto h3 {
    font-size: 25px;
    font-weight: 600
}

@media (max-width:1000px) {
    .good_news .container2 .noticias .filas3 .texto h3 {
        font-size: 20px
    }
}

.good_news .container2 .noticias .filas3 .texto small {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #9D9D9D;
    margin-bottom: 20px
}

.good_news .container2 .noticias .filas3 .texto p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.good_news .container2 .noticias .filas3 .imagen {
    overflow: hidden
}

.good_news .container2 .noticias .filas3 .imagen a {
    display: block
}

.good_news .container2 .noticias .filas3 .imagen img {
    line-height: 0;
    transform: scale(1);
    transition: all ease 0.5s;
    height: auto
}

.good_news .container2 .noticias .filas3 .imagen:hover img {
    transform: scale(1.3);
    transition: all ease 0.5s
}

.newsletter {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    padding: 130px 0;
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%
}

@media (max-width:1000px) {
    .newsletter {
        padding: 70px 0
    }
}

.newsletter .filas2 {
    align-items: center;
    justify-items: self-end;
    max-height: none
}

.newsletter h2 {
    font-size: 150px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    letter-spacing: -8px
}

@media (max-width:1000px) {
    .newsletter h2 {
        font-size: 75px;
        letter-spacing: -5px;
        text-align: center
    }
}

@media (max-width:500px) {
    .newsletter h2 {
        font-size: 65px
    }
}

.newsletter p {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

@media (max-width:500px) {
    .newsletter p {
        font-size: 18px;
        text-align: left;
        margin-bottom: 40px
    }
}

.newsletter form {
    max-width: 600px
}

.newsletter form .title {
    margin-bottom: 25px
}

.newsletter form .check input {
    display: none
}

.newsletter form .check input:checked+label:before {
    background: #fff;
    content: "✓";
    color: #000;
    font-size: 15px;
    padding-left: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.newsletter form .check label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

.newsletter form .check label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    box-sizing: border-box
}

.newsletter form input[type=submit] {
    max-width: 250px;
    width: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    height: 50px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 700;
    background: #fff0;
    margin-top: 40px;
    cursor: pointer;
    transition: all ease 0.5s
}

@media (max-width:1000px) {
    .newsletter form input[type=submit] {
        margin: 0 auto;
        margin-top: 40px
    }
}

.newsletter form input[type=submit]:hover {
    background: #fff;
    transition: all ease 0.5s;
    color: #000
}

.newsletter.servicio {
    position: relative;
    z-index: 2
}

.newsletter.servicio .filas2 {
    justify-items: center
}

.newsletter.servicio .filas2 form {
    max-width: 550px;
    width: 100%
}

.que_hacemos_mob {
    display: none;
    padding: 100px 25px;
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%
}

@media (max-width:1000px) {
    .que_hacemos_mob {
        display: block;
        padding: 70px 25px 130px 25px;
        background: linear-gradient(345deg, #d382a4 0%, #39a0cb 100%)
    }
}

.que_hacemos_mob h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin: 0;
    line-height: 75px
}

.que_hacemos_mob h2:last-child {
    margin-top: 110px;
    border-top: 1px solid #fff;
    padding-top: 100px
}

.que_hacemos_mob p {
    color: #fff;
    margin-top: 10px;
    line-height: 25px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.que_hacemos_mob h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 50px
}

.que_hacemos_mob .owl-nav {
    margin: 0
}

.que_hacemos_mob .owl-nav .owl-next {
    float: right
}

.que_hacemos_mob .owl-nav .owl-prev {
    float: left
}

.que_hacemos_mob .owl-dots {
    counter-reset: slides-num;
    margin-top: 0
}

.que_hacemos_mob .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
    color: #fff
}

.que_hacemos_mob .owl-dots span {
    display: none !important
}

.que_hacemos_mob .owl-dot {
    display: inline-block;
    counter-increment: slides-num
}

.que_hacemos_mob .owl-dot span {
    display: none
}

.que_hacemos_mob .owl-dot.active:before {
    content: counter(slides-num) " de";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.servicios-banner {
    padding: 100px 25px;
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%;
    height: 870px;
    z-index: 1;
    position: relative
}

@media (max-width:1000px) {
    .servicios-banner {
        height: 500px
    }
}

.servicios-banner .filas2>div:first-child {
    padding-top: 300px
}

@media (max-width:1000px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 140px;
        position: relative;
        z-index: 9
    }
}

@media (max-width:1000px) {
    .servicios-banner .filas2>div:nth-child(2) {
        z-index: 8;
        position: relative
    }
}

@media (max-width:500px) {
    .servicios-banner {
        margin-top: 84px
    }
}

.servicios-banner h2 {
    color: #fff;
    font-size: 150px;
    font-weight: 700;
    margin: 0
}

@media (max-width:1520px) {
    .servicios-banner h2 {
        font-size: 150px
    }
}

@media (max-width:1370px) {
    .servicios-banner h2 {
        font-size: 120px
    }
}

@media (max-width:1170px) {
    .servicios-banner h2 {
        font-size: 100px
    }
}

@media (max-width:1000px) {
    .servicios-banner h2 {
        text-align: center
    }
}

@media (max-width:530px) {
    .servicios-banner h2 {
        font-size: 70px
    }
}

@media (max-width:410px) {
    .servicios-banner h2 {
        font-size: 50px
    }
}

@media (max-width:1370px) {
    .servicios-banner img {
        max-width: 550px
    }
}

@media (max-width:1170px) {
    .servicios-banner img {
        max-width: 500px
    }
}

@media (max-width:1000px) {
    .servicios-banner img {
        margin: 0 auto;
        display: block;
        max-width: 355px
    }
}

@media (max-width:500px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 10px
    }

    .servicios-banner img {
        max-width: 149px;
        margin-bottom: 52px
    }
}

@media (max-width:410px) {
    .servicios-banner img {
        max-width: 280px;
        width: 100%;
        margin-top: -20px
    }
}

.listado-servicios {
    padding-bottom: 220px
}

.listado-servicios .container2 {
    max-width: 1370px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1000px) {
    .listado-servicios .container2 {
        padding: 0 20px
    }
}

.listado-servicios .servicio-detalle {
    margin-top: 300px
}

@media (max-width:1000px) {
    .listado-servicios .servicio-detalle {
        margin-top: 80px
    }
}

.listado-servicios .servicio-detalle .filas2 {
    align-items: center;
    grid-gap: 160px;
    min-width: min-content
}

.listado-servicios .servicio-detalle h3 {
    font-size: 76px;
    margin: 0;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 40px;
    letter-spacing: -2px
}

@media (max-width:1000px) {
    .listado-servicios .servicio-detalle h3 {
        font-size: 35px;
        line-height: 35px
    }
}

.listado-servicios .servicio-detalle p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    color: #1F2E39;
    min-width: 600px
}

@media (max-width:750px) {
    .listado-servicios .servicio-detalle img {
        width: 100%;
        padding: 0 25px
    }
}

.historia {
    padding-top: 280px 0;
    max-width: 1390px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .historia {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.historia .filas2 {
    align-items: center;
    grid-gap: 100px
}

@media (max-width:1000px) {
    .historia .filas2 {
        grid-gap: 10px;
        padding: 0 25px
    }
}

.historia .filas2 h2 {
    color: #2F83D5;
    font-size: 180px;
    margin: 0;
    letter-spacing: -8px
}

@media (max-width:1000px) {
    .historia .filas2 h2 {
        font-size: 75px;
        text-align: center;
        letter-spacing: -3px
    }
}

.historia .filas2 p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    color: #1F2E39
}

.fechas .scrollmagic-pin-spacer {
    background: none
}

.fechas .filas2 {
    grid-template-columns: 50% 50%;
    align-items: center;
    display: none
}

.fechas .filas2>div:first-child {
    position: relative
}

@media (max-width:1000px) {
    .fechas .filas2 {
        grid-template-columns: 100%
    }
}

.fechas .filas2 .container {
    position: relative;
    width: 100%;
    min-height: 100vh
}

.fechas .filas2 .space-holder,
.fechas .filas2 .space-holder2,
.fechas .filas2 .space-holder3,
.fechas .filas2 .space-holder4,
.fechas .filas2 .space-holder5,
.fechas .filas2 .space-holder6,
.fechas .filas2 .space-holder7 {
    position: relative;
    width: 100%
}

.fechas .filas2 .sticky,
.fechas .filas2 .sticky2,
.fechas .filas2 .sticky3,
.fechas .filas2 .sticky4,
.fechas .filas2 .sticky5,
.fechas .filas2 .sticky6,
.fechas .filas2 .sticky7 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden
}

.fechas .filas2 .horizontal,
.fechas .filas2 .horizontal2,
.fechas .filas2 .horizontal3,
.fechas .filas2 .horizontal4,
.fechas .filas2 .horizontal5,
.fechas .filas2 .horizontal6,
.fechas .filas2 .horizontal7 {
    position: absolute;
    height: 100%;
    will-change: transform
}

.fechas .filas2 .cards {
    position: relative;
    height: 100%;
    display: grid;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: repeat(4, 1fr)
}

.fechas .filas2 .sample-card {
    position: relative;
    height: 300px;
    width: 500px;
    background-color: #111f30;
    margin-right: 75px;
    flex-shrink: 0
}

.fechas .textos {
    position: sticky;
    top: 40%;
    max-width: 50%;
    padding: 0 100px;
    padding-bottom: 180px;
    display: none
}

@media (max-width:1000px) {
    .fechas .textos {
        position: static;
        max-width: 100%;
        padding: 0 20px
    }
}

.fechas .textos h3 {
    color: #2F83D5;
    margin: 0;
    font-size: 160px;
    font-weight: 700;
    letter-spacing: -5px
}

@media (max-width:1000px) {
    .fechas .textos h3 {
        font-size: 75px
    }
}

.fechas .textos p {
    font-size: 16px;
    line-height: 30px
}

.fechas.a_medias .filas2 {
    grid-template-columns: 40% 60%
}

@media (max-width:1000px) {
    .fechas.a_medias .filas2 {
        grid-template-columns: 100%
    }
}

.fechas.a_medias .textos {
    max-width: 40%
}

@media (max-width:1000px) {
    .fechas.a_medias .textos {
        max-width: 100%
    }
}

.cifras {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%;
    padding: 200px 0;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (max-width:1000px) {
    .cifras {
        padding: 95px 0
    }
}

.cifras .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px
}

.cifras .container .filas4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center
}

@media (max-width:1000px) {
    .cifras .container .filas4 {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 80px
    }
}

.cifras .container .filas4>div {
    border-left: 1px solid #fff
}

.cifras .container .filas4>div:first-child {
    border: none
}

@media (max-width:1000px) {
    .cifras .container .filas4>div:nth-child(3) {
        border: none
    }
}

.cifras .container .filas4 p {
    margin: 0;
    font-size: 80px;
    font-weight: 700;
    text-align: center
}

@media (max-width:1000px) {
    .cifras .container .filas4 p {
        font-size: 40px
    }
}

.cifras .container .filas4 p span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    max-width: 160px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .cifras .container .filas4 p span {
        font-size: 12px
    }
}

.nuestro_equipo.mobile {
    display: none
}

@media (max-width:1000px) {
    .nuestro_equipo {
        display: none
    }

    .nuestro_equipo.mobile {
        display: block;
        padding: 90px 0
    }

    .nuestro_equipo .filas2 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
        max-height: none
    }

    .pin-spacer {
        display: none !important
    }
}

.nuestro_equipo .container {
    position: relative;
    width: 100%;
    min-height: 100vh
}

.nuestro_equipo .space-holder8 {
    position: relative;
    width: 100%
}

.nuestro_equipo .sticky8 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden
}

.nuestro_equipo .horizontal8 {
    position: absolute;
    height: 100%;
    will-change: transform
}

.nuestro_equipo .cards {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center
}

.nuestro_equipo h2 {
    font-size: 160px;
    font-weight: 700;
    margin: 0;
    line-height: 140px;
    margin-right: 140px
}

@media (max-width:1000px) {
    .nuestro_equipo h2 {
        font-size: 75px;
        text-align: center;
        margin: 0;
        line-height: 75px;
        margin-bottom: 75px
    }
}

.nuestro_equipo h2 span {
    color: #2F83D5;
    display: block
}

.nuestro_equipo article.arriba {
    margin-bottom: 8%;
    margin-right: 70px
}

@media (max-width:1000px) {
    .nuestro_equipo article.arriba {
        margin: 0
    }

    .nuestro_equipo article.arriba img {
        width: 100%
    }
}

.nuestro_equipo article.abajo {
    margin-top: 8%;
    margin-right: 70px
}

@media (max-width:1000px) {
    .nuestro_equipo article.abajo {
        margin: 0;
        position: relative
    }

    .nuestro_equipo article.abajo img {
        width: 100%
    }
}

.nuestro_equipo article .textos h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    margin-top: 10px
}

@media (max-width:1000px) {
    .nuestro_equipo article .textos h3 {
        font-size: 15px
    }
}

.nuestro_equipo article .textos h3+p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    margin-top: 5px
}

@media (max-width:1000px) {
    .nuestro_equipo article .textos h3+p {
        font-size: 12px
    }
}

.nuestro_equipo article .textos h3+p+p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    margin-top: 5px
}

@media (max-width:1000px) {
    .nuestro_equipo article .textos h3+p+p {
        font-size: 12px
    }
}

.premios {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%;
    padding: 200px 0;
    color: #fff;
    margin-top: 60px
}

@media (max-width:1000px) {
    .premios {
        padding: 50px 0
    }
}

.premios .filas2 {
    align-items: center;
    max-height: max-content
}

.premios .filas2 h2 {
    font-size: 150px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -8px
}

@media (max-width:1000px) {
    .premios .filas2 h2 {
        font-size: 75px;
        text-align: center
    }
}

.premios .filas2 p {
    font-size: 30px;
    font-weight: 300;
    max-width: 530px
}

@media (max-width:1000px) {
    .premios .filas2 p {
        font-size: 18px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px
    }
}

.premios .filas2 h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width:1000px) {
    .premios .filas2 h3 {
        font-size: 30px;
        margin-top: 23px
    }
}

.premios .filas2 ul {
    margin: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    padding-left: 20px;
    margin-bottom: 40px
}

.premios .filas2 ul li {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px
}

@media (max-width:1000px) {
    .premios .filas2 ul li span {
        display: block;
        font-size: 14px
    }
}

:root {
    --size: clamp(5rem, 1rem + 20vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap))
}

.clientes-logos {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 200px
}

@media (max-width:1000px) {
    .clientes-logos {
        padding-bottom: 80px
    }
}

.clientes-logos h2 {
    text-align: center;
    font-size: 180px;
    margin: 0;
    font-weight: 700;
    color: #2F83D5;
    letter-spacing: -8px;
    padding-top: 160px;
    padding-bottom: 100px
}

@media (max-width:1000px) {
    .clientes-logos h2 {
        font-size: 75px;
        letter-spacing: -5px;
        padding-top: 70px;
        padding-bottom: 50px
    }
}

.clientes-logos .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right), #fff0, black 20%, black 80%, #fff0)
}

.clientes-logos .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .clientes-logos .marquee__group {
        animation-play-state: paused
    }
}

.clientes-logos .marquee--vertical {
    --mask-direction: to bottom
}

.clientes-logos .marquee--vertical,
.clientes-logos .marquee--vertical .marquee__group {
    flex-direction: column
}

.clientes-logos .marquee--vertical .marquee__group {
    animation-name: scroll-y
}

.clientes-logos .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start))
    }

    to {
        transform: translateX(var(--scroll-end))
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start))
    }

    to {
        transform: translateY(var(--scroll-end))
    }
}

.clientes-logos .marquee div div {
    display: grid;
    place-items: center;
    width: var(--size);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: .5rem
}

@media (max-width:1000px) {
    .clientes-logos .marquee div div {
        width: auto
    }
}

.clientes-logos .marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6)
}

.clientes-logos .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 90vw
}

.clientes-logos .wrapper--vertical {
    flex-direction: row;
    height: 100vh
}

.clientes-logos .toggle {
    --size: 3rem;
    position: relative;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: var(--size);
    height: var(--size);
    font: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    color: inherit;
    z-index: 1
}

.clientes-logos .toggle span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: calc(100% + 0.4em);
    width: fit-content;
    white-space: nowrap;
    transform: translateY(-50%);
    animation: fade 400ms 4s ease-out forwards;
    user-select: none
}

.clientes-logos .toggle svg {
    --size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    height: var(--size);
    fill: currentcolor;
    transform: translate(-50%, -50%);
    transition: transform 300ms cubic-bezier(.25, 1, .5, 1)
}

.clientes-logos .toggle--vertical svg {
    transform: translate(-50%, -50%) rotate(-90deg)
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden
    }
}

.crecer {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
    background: #fff;
    z-index: 2;
    position: relative
}

.crecer h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 80px;
    margin: 0
}

.crecer h2 span {
    display: block;
    font-weight: 700;
    font-size: 180px
}

.crecer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-align-last: center;
    margin-top: 50px;
    margin-bottom: 40px
}

.market {
    padding: 50px 0;
    padding-top: 280px;
    position: relative;
    z-index: -1
}

.market .filas2 {
    grid-template-columns: 50% 50%;
    align-items: center;
    max-height: 100%
}

@media (max-width:1000px) {
    .market .filas2 {
        grid-template-columns: 100%
    }
}

.market .filas2 img {
    width: 100%
}

.market .filas2>div:last-child {
    padding-left: 100px
}

.market .filas2>div h3 {
    font-size: 35px;
    font-weight: 700;
    max-width: 470px
}

.market .filas2>div p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    max-width: 530px;
    line-height: 30px
}

.market .filas2>div ul li {
    margin-bottom: 10px
}

.market .filas2>div ul li:before {
    content: "";
    background: #D81C4E;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.market .filas2>div a {
    display: grid;
    margin-top: 70px;
    border: 2px solid #000;
    width: 250px;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    transition: all ease 0.5s
}

.market .filas2>div a:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.5s
}

.punto {
    position: fixed;
    top: 90px;
    left: 49.6%;
    z-index: 0
}

@media (max-width:1000px) {
    .punto {
        display: none
    }
}

.interna_marketlab {
    overflow-x: hidden
}

.interna_marketlab .crecer,
.interna_marketlab .banner-principal,
.interna_marketlab .cifras {
    position: relative;
    z-index: 2
}

.goodews_cabecera {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    height: 100%;
    text-align: center;
    margin-top: 92px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 700px
}

.goodews_cabecera h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 200px;
    margin-bottom: 87px
}

@media (max-width:1300px) {
    .goodews_cabecera h1 {
        font-size: 180px
    }
}

@media (max-width:1000px) {
    .goodews_cabecera h1 {
        font-size: 120px
    }
}

@media (max-width:670px) {
    .goodews_cabecera h1 {
        font-size: 50px
    }
}

.goodews_cabecera .buscador_good {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1000px) {
    .goodews_cabecera .buscador_good {
        padding: 0 20px
    }
}

.goodews_cabecera .buscador_good form {
    display: grid;
    grid-template-columns: auto 30px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
    margin-bottom: 100px
}

.goodews_cabecera .buscador_good form input {
    border: 0;
    background-color: #fff0;
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat'
}

.goodews_cabecera .buscador_good form input::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 300
}

.goodews_cabecera .buscador_good form input:last-child {
    width: 30px;
    height: 30px;
    background-image: url(../images/lupa.png);
    background-size: contain
}

.goodews_cabecera .imagen_mouse {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%)
}

.goodews_cabecera .fecha {
    margin-top: 30px
}

.goodews_cabecera .fecha p {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.goodews_cabecera .fecha p span {
    font-weight: 600
}

.goodews_cabecera h2 {
    max-width: 1000px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 auto;
    line-height: 80px;
    margin-bottom: 30px
}

@media (max-width:1000px) {
    .goodews_cabecera h2 {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width:670px) {
    .goodews_cabecera h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0 15px
    }
}

.goodews_cabecera .autor img {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff
}

.goodews_cabecera .autor p {
    font-size: 12px;
    color: #fff;
    font-family: "Open Sans", sans-serif
}

.goodews_cabecera .autor p span {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.articulos .filtros {
    margin-top: 90px;
    text-align: center;
    margin-bottom: 40px
}

.articulos .filtros select {
    border: 1px solid #CCC;
    height: 40px;
    width: 275px;
    margin: 0 12px;
    padding-left: 11px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

@media (max-width:670px) {
    .articulos .filtros select {
        margin-bottom: 20px
    }
}

.articulos .contenido {
    padding: 20px
}

.articulos .contenido .filas3 {
    grid-gap: 20px
}

@media (max-width:670px) {
    .articulos .contenido .filas3 {
        grid-template-columns: 100%
    }
}

.articulos .contenido .filas3 img {
    width: 100%
}

.articulos .contenido .filas3 .fecha {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px
}

.articulos .contenido .filas3 .fecha p span {
    color: #D81C4E;
    font-weight: 600
}

.articulos .contenido .filas3 h2 {
    font-size: 22px;
    font-weight: 600
}

.detalle-articulo {
    padding-top: 100px
}

@media (max-width:1000px) {
    .detalle-articulo {
        padding: 0 15px;
        padding-top: 5px
    }
}

.detalle-articulo .bajada {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
    display: none
}

.detalle-articulo .bajada p {
    font-size: 30px;
    font-family: "Open Sans", sans-serif
}

@media (max-width:1000px) {
    .detalle-articulo .bajada p {
        font-size: 20px
    }
}

.detalle-articulo img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block
}

.detalle-articulo .cuerpo-de-texto p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    max-width: 800px;
    margin: 20px auto;
    line-height: 30px
}

@media (max-width:1000px) {
    .detalle-articulo .cuerpo-de-texto p {
        font-size: 15px;
        line-height: 25px
    }
}

.detalle-articulo .redes {
    margin-top: 50px
}

.detalle-articulo .redes .filas2 {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    align-items: center;
    justify-content: space-around
}

.detalle-articulo .redes .filas2 .iconos ul li {
    display: flex;
    align-items: center
}

.detalle-articulo .redes .filas2>div:first-child a {
    display: grid;
    width: 250px;
    height: 50px;
    border: 2px solid #252938;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700
}

.relacionados {
    padding: 40px
}

@media (max-width:670px) {
    .relacionados {
        padding: 0 15px
    }
}

.relacionados .container-relacionado>h2 {
    text-align: center;
    margin: 0;
    font-size: 60px;
    font-weight: 700
}

@media (max-width:1000px) {
    .relacionados .container-relacionado>h2 {
        font-size: 40px
    }
}

.relacionados .container-relacionado>h2+div {
    text-align: center;
    margin-top: 30px
}

.relacionados .container-relacionado .articulo {
    max-width: 573px;
    display: inline-block;
    margin: 0 15px;
    text-align: left
}

@media (max-width:670px) {
    .relacionados .container-relacionado .articulo {
        max-width: 90%;
        width: 100%
    }

    .relacionados .container-relacionado .articulo img {
        width: 100%
    }
}

.relacionados .container-relacionado .articulo p span {
    color: #D81C4E
}

.title input::placeholder,
.title textarea::placeholder {
    color: #fff
}

.wpcf7-not-valid-tip {
    font-size: 15px !important;
    font-weight: bold !important
}

.wpcf7-form-control .wpcf7-list-item {
    margin: 0
}

.wpcf7-form-control .wpcf7-list-item label span {
    font-size: 15px
}

@media (max-width:1000px) {

    .title input,
    .title textarea {
        margin-bottom: 15px
    }
}

.banner-principal,
.crecer,
.cifras {
    z-index: 2;
    position: relative
}

.marketlab .filas2>div:last-child img:first-child {
    top: 160%
}

.marketlab .filas2>div:last-child img:last-child {
    position: relative
}

.marketlab .filas2 {
    align-items: center;
    grid-column-gap: 0;
    display: flex;
    justify-content: flex-start;
    overflow: visible
}

.goodews_cabecera h2 {
    max-width: 1200px
}

.page-contacto {
    text-align: center;
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    padding: 200px 0;
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%
}

.page-contacto h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 180px;
    font-weight: 700;
    margin-bottom: 30px
}

.page-contacto form .filas2 {
    column-gap: 50px
}

.page-contacto form {
    max-width: 1050px;
    margin: 0 auto
}

.page-contacto form .check {
    color: #fff;
    font-size: 14px
}

.page-contacto form input[type="submit"] {
    width: 250px;
    height: 50px;
    background: #fff0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    cursor: pointer
}

.oficinas {
    padding: 130px 0
}

.oficinas h2 {
    color: #2F83D5;
    margin: 0;
    font-weight: 700;
    font-size: 120px;
    text-align: center
}

.oficinas .filas2>div:last-child {
    padding-left: 100px
}

.oficinas .filas2>div:last-child h3 {
    font-size: 50px;
    font-weight: 700
}

.oficinas .filas2>div:last-child p {
    max-width: 230px
}

.oficinas .filas2 {
    align-items: center
}

.oficinas .filas2>div:last-child>div {
    margin-bottom: 80px
}

@media (max-width:1220px) {
    .page-contacto h2 {
        font-size: 100px
    }
}

@media (max-width:700px) {
    .page-contacto h2 {
        font-size: 50px
    }

    .oficinas h2 {
        font-size: 50px;
        margin-bottom: 40px
    }

    .oficinas .filas2>div:last-child {
        padding-left: 0;
        justify-content: center;
        display: grid
    }

    .oficinas .filas2>div:last-child h3 {
        font-size: 30px
    }

    .oficinas .filas2>div:last-child>div {
        margin-bottom: 40px
    }
}

.banner-principal .texto h2 {
    font-size: 75px;
    letter-spacing: 0
}

.imagen_mouse.mar {
    display: flex;
    justify-content: center;
    z-index: 10;
    margin-bottom: 78px
}

section.banner-principal.marketplace .texto h2 {
    font-size: 150px
}

@media (max-width:1360px) {
    .banner-principal .texto h2 {
        font-size: 50px
    }
}

@media (max-width:1000px) {
    .banner-principal .texto h2 {
        font-size: 40px
    }
}

.page-inicio .banner-principal {
    z-index: auto
}

.owl-form-home .owl-prev {
    display: none !important
}

.paso3 label {
    font-size: 20px;
    color: #fff;
    font-weight: 300
}

.page-inicio textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    color: #fff
}

.paso3 textarea {
    border: 0;
    background: #fff0;
    border-bottom: 1px solid #fff;
    min-height: 70px;
    display: block;
    width: 100%
}

.paso3 .check {
    margin-top: 35px;
    text-align: center
}

.paso3 .check input {
    display: none
}

.paso3 .check label {
    font-size: 14px
}

.paso3 .check input:checked+label:before {
    background: #fff;
    color: #2F83D5;
    content: "\2713";
    font-weight: 700
}

.paso3 .enviar {
    text-align: right;
    margin-top: 30px
}

.paso3 .enviar input {
    background: #fff0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.paso3 .enviar svg {
    display: inline-block;
    vertical-align: middle
}

footer li a {
    font-size: 14px
}

footer ul {
    display: inline-block;
    vertical-align: middle
}

footer ul li {
    margin: 0 7px
}

footer ul+ul {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff
}

@media (max-width:1000px) {
    footer ul {
        display: block
    }

    footer ul+ul {
        border: 0;
        margin-top: 10px
    }
}

.page-nosotros+.banner-principal .texto h2 {
    font-size: 120px
}

@media (max-width:1000px) {
    .page-nosotros+.banner-principal .texto h2 {
        font-size: 70px
    }

    .page-inicio .banner-principal.mostrar+.formulario-proyecto .container div:nth-child(1) {
        margin-top: 0
    }

    .page-inicio .banner-principal.mostrar+.formulario-proyecto .container h2 {
        font-size: 26px
    }

    .page-inicio .banner-principal.mostrar+.formulario-proyecto .container {
        display: flex;
        align-items: baseline;
        margin-top: 148px
    }

    .banner-principal.mostrar .tienes-proyecto .container-proyecto {
        position: fixed;
        top: 0
    }
}

.clientes-logos .marquee {
    margin-bottom: 30px
}

.page-contacto {
    position: relative;
    z-index: 99
}

.page-contacto .imagen_mouse {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%)
}

.page-contacto+.oficinas .punto {
    top: 210px
}

.page-contacto+.oficinas+footer {
    position: relative;
    z-index: 999
}

.wpcf7 form .wpcf7-response-output {
    color: white !important;
    background: #2f83d5;
    border-color: #2f83d5 !important
}

@media (max-width:1000px) {
    .page-inicio .banner-principal .texto h2 {
        font-size: 45px;
        line-height: initial;
        text-align: left
    }
}

.owl-que-hacemos .item a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin: 20px 0;
    display: inline-block
}

@media (max-width:1000px) {
    .page-marketlab+.banner-principal h2 {
        font-size: 60px
    }

    .crecer h2 span {
        font-size: 60px
    }

    .crecer h2 {
        font-size: 30px;
        line-height: 40px
    }

    .crecer {
        padding: 50px 15px
    }

    .market {
        padding: 30px 0
    }

    .market .filas2>div:last-child {
        padding-left: 0
    }

    .market .filas2>div h3 {
        font-size: 25px;
        margin-top: 35px
    }
}

.paso3 .check input:checked:before {
    background: #fff
}

.paso3 .check input+span:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    box-sizing: border-box
}

.paso3 .check input:checked+span:before {
    background: #fff;
    content: "\2713";
    box-sizing: border-box;
    color: #2F83D5;
    font-weight: 700
}

.articulos .contenido .filas3 img {
    height: auto
}

.relacionados .container-relacionado .articulo .imagen img {
    width: 100%;
    height: auto
}

.relacionados .container-relacionado .articulo {
    vertical-align: top;
    max-width: 30%
}

@media (max-width:1000px) {
    .relacionados .container-relacionado .articulo {
        max-width: 88%
    }
}

.owl-form-home .owl-dot.active+.owl-dot span {
    color: rgb(255 255 255 / .4);
    border-color: rgb(255 255 255 / .4)
}

.owl-form-home .owl-dot.active+.owl-dot+.owl-dot span {
    color: rgb(255 255 255 / .4);
    border-color: rgb(255 255 255 / .4)
}

.owl-form-home .owl-dot+.owl-dot.active span {
    color: #fff;
    border-color: #fff
}

.owl-form-home .owl-dot+.owl-dot+.owl-dot.active span {
    color: #fff;
    border-color: #fff
}

.paso3 .enviar p {
    cursor: pointer
}

.paso3 .enviar p .wpcf7-spinner {
    display: none
}

.scrollmagic-pin-spacer .wrapper #title3 {
    margin-left: -693px
}

.scrollmagic-pin-spacer .wrapper #title2>div:first-child a {
    margin-bottom: 9px
}

section.proyectos2 {
    padding: 20px 23px
}

section.proyectos2 img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -69px
}

.filas2 {
    max-height: 769px;
    overflow: hidden
}

section.servicios-banner.serv .filas2 {
    grid-column-gap: 209px
}

.imagen_mouse {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(50%);
    z-index: 1
}

@media (max-width:1800px) {
    .banner-principal .texto h2 {
        font-size: 64px
    }

    .scrollmagic-pin-spacer .wrapper #title1,
    .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 240px
    }
}

@media (max-width:1550px) {
    .servicios-banner h2 {
        font-size: 107px
    }

    .banner-principal .texto h2 {
        font-size: 60px;
        max-width: 668px
    }

    .banner-principal .texto p {
        font-size: 20px;
        max-width: 550px
    }

    .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: -162px
    }

    .scrollmagic-pin-spacer .wrapper #title2 h2 {
        font-size: 35px;
        min-height: 168px;
        max-width: 306px
    }

    .scrollmagic-pin-spacer .wrapper #title1,
    .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 200px
    }
}

@media (max-width:500px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 10px
    }

    .servicios-banner img {
        max-width: 250px;
        margin-bottom: 52px
    }

    .imagen_mouse {
        bottom: -50px
    }
}

@media (max-width:410px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 10px
    }

    .servicios-banner .filas2>div:nth-child(2) {
        max-width: 263px;
        margin-bottom: 52px
    }

    .servicios-banner .filas2>div:nth-child(3) img {
        max-width: 100px
    }

    .servicios-banner .filas2>div:nth-child(2) img {
        margin-top: 9px;
        margin-bottom: 0
    }

    .imagen_mouse {
        bottom: -74px
    }
}

div#mark {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

section.crecer {
    z-index: 1;
    margin: 110px auto;
    padding: 0;
    max-width: 700px
}

section.banner-principal.casoexito {
    margin-top: 93px
}

section.crecer.reto p {
    font-size: 18px
}

section.crecer.reto h2 {
    font-size: 100px;
    font-weight: 700
}

section.rapido-facil div {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 23px;
    align-items: center
}

section.rapido-facil div img {
    width: 100%
}

section.rapido-facil.tresimg div {
    grid-template-columns: auto auto auto
}

section.video {
    display: flex;
    justify-content: center;
    margin: 110px auto
}

@media (max-width:700px) {
    section.rapido-facil div {
        display: flex;
        flex-direction: column;
        grid-gap: 24px
    }

    section.crecer.reto p {
        text-align: left;
        padding: 0 24px;
        font-size: 16px
    }

    section.crecer.reto h2 {
        font-size: 50px
    }

    section.video iframe {
        width: 100%;
        height: 398px
    }
}

section.banner-principal.marketplace {
    padding-top: 0
}


@media (max-width:1750px) {
    section.banner-principal.marketplace .texto h2 {
        font-size: 130px
    }
}

@media (max-width:1490px) {
    section.banner-principal.marketplace .texto h2 {
        font-size: 120px
    }

    .marketlab .filas2 {
        justify-content: space-evenly
    }

    .marketlab {
        padding: 90px 0
    }

    .somos_agencia h2 {
        font-size: 64px
    }

 

    .banner-principal .tienes-proyecto .container-proyecto .icon {
        width: 80px;
        height: 80px
    }

    .good_news .container2 .titular h2 {
        font-size: 160px
    }

    .good_news {
        padding: 120px 0
    }

    .newsletter h2 {
        font-size: 100px
    }

    .newsletter .filas2 {
        justify-items: center;
        max-height: none
    }
}

@media (max-width:1450px) {
    .listado-servicios .servicio-detalle .filas2 {
        grid-column-gap: 70px
    }

    .listado-servicios .servicio-detalle p {
        min-width: 400px
    }
}

@media (max-width:1390px) {
    .listado-servicios .servicio-detalle .filas2 {
        max-width: 1347px;
        grid-column-gap: 50px;
        margin: auto
    }

    .listado-servicios .servicio-detalle p {
        max-width: 586px
    }
}

@media (max-width:1380px) {
    section.servicios-banner.serv .filas2 {
        min-height: 769px;
        display: flex;
        align-items: center
    }

    section.servicios-banner.serv .filas2 div:nth-child(2) img {
        width: 100%
    }

    .servicios-banner .filas2>div:first-child {
        padding: 0
    }
}

@media (max-width:1300px) {
    .listado-servicios .servicio-detalle .filas2 div {
        display: flex;
        grid-gap: 42px;
        justify-content: center;
        align-items: center
    }

    .listado-servicios .servicio-detalle .filas2 {
        flex-direction: column;
        display: flex;
        grid-column-gap: 0;
        margin: 0;
        max-width: none;
        min-width: 0;
        max-height: 100%
    }

    .listado-servicios .servicio-detalle {
        max-width: 1250px;
        margin: 144px auto
    }

    .punto {
        display: none
    }

    .listado-servicios .servicio-detalle h3 {
        font-size: 60px;
        line-height: 60px;
        margin: 0
    }
}

@media (max-width:1282px) {
    .somos_agencia .logos .filas5 {
        grid-template-columns: repeat(3, 1fr)
    }



    .scrollmagic-pin-spacer .wrapper #title1,
    .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 140px
    }

    .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: 0
    }
}

@media (max-width:1024px) {
    .banner-principal .texto h2 {
        font-size: 50px
    }


 
    .somos_agencia h2 {
        font-size: 46px
    }

    .clientes .filas2 h2 {
        font-size: 75px
    }

    .marketlab .filas2 {
        flex-direction: column
    }
}

@media (max-width:1600px) {
    .somos_agencia {
        padding-top: 100px
    }
}

span.wpcf7-form-control-wrap option {
    background: #8790b7
}

@media (max-width:1000px) {
    .newsletter.servicio .filas2 {
        max-height: 100%
    }

    .detalle-articulo .redes .filas2 {
        display: flex;
        flex-direction: column;
        grid-gap: 20px
    }

    section.banner-principal.marketplace .texto h2 {
        font-size: 70px
    }

    listado-servicios .servicio-detalle .filas2 {
        flex-direction: column-reverse
    }

    .listado-servicios .servicio-detalle .filas2 div img {
        max-width: 300px
    }

    .listado-servicios .servicio-detalle p {
        max-width: none;
        margin: 0 auto
    }

    .listado-servicios .servicio-detalle .filas2 div {
        flex-direction: column
    }

    .imagen_mouse {
        display: none
    }

    .listado-servicios .servicio-detalle .filas2 {
        flex-direction: column-reverse;
        grid-gap: 55px
    }

    .servicios-banner h2 {
        font-size: 80px
    }

    section.servicios-banner.serv .filas2 {
        min-height: 100%;
        flex-direction: column
    }

    .listado-servicios .servicio-detalle h3 {
        font-size: 57px;
        max-width: none;
        margin: 0 auto
    }

    .good_news .container2 .noticias .filas3 .texto p {
        display: none
    }

    .banner-principal .tienes-proyecto {
        bottom: 0;
        justify-content: center;
        left: 21px;
        bottom: 40px;
        display: flex;
        align-items: flex-end;
        align-items: flex-end
    }

    .page-inicio .banner-principal {
        padding-top: 66px
    }

    .marketlab .filas2>div:last-child img:last-child {
        top: -6% !important
    }

    .clientes .filas2 .filas3 {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap
    }

    .good_news {
        padding: 59px 0
    }

    .good_news .container2 .titular h2 {
        font-size: 90px
    }
}

@media (max-width:768px) {
    .banner-principal .tienes-proyecto {
        top: 41vh;
        z-index: 1
    }
}

@media (max-width:600px) {
    .page-inicio .texto {
        display: flex;
        flex-direction: column
    }

    .listado-servicios .servicio-detalle h3 {
        margin: 0
    }

    .listado-servicios .servicio-detalle .filas2 div {
        align-items: flex-start
    }

    .clientes .filas2 .filas3 {
        grid-template-columns: auto auto auto;
        display: grid
    }

    .banner-principal .texto {
        max-width: none;
        margin: auto 29px;
        display: flex;
        justify-content: center
    }

    section.banner-principal.marketplace .texto h2 {
        font-size: 53px
    }

    .marketlab .filas2 {
        display: grid
    }

    .marketlab .filas2>div:last-child img:last-child {
        width: 100%
    }

    .newsletter h2 {
        font-size: 70px;
        text-align: left
    }

    .newsletter.servicio .filas2 {
        justify-items: left
    }

    .somos_agencia p {
        font-size: 20px;
        text-align: center
    }

    .somos_agencia {
        padding-top: 60px
    }
}

@media (max-width:580px) {
    .listado-servicios {
        padding-bottom: 0
    }

    .somos_agencia .container2 {
        margin: 0 13px
    }

    .somos_agencia h2 {
        font-size: 35px
    }
}

@media (max-width:500px) {
    .good_news .container2 .titular h2 {
        font-size: 75px;
        letter-spacing: -4px
    }

    .somos_agencia h2 {
        font-size: 35px
    }

    .que_hacemos_mob h2 {
        font-size: 40px
    }

    .marketlab {
        padding: 40px 0
    }

    .banner-principal .tienes-proyecto .container-proyecto .icon {
        width: 70px;
        height: 70px
    }
}

@media (max-width:475px) {
    .page-inicio .banner-principal .texto h2 {
        font-size: 42px
    }
}

@media (max-width:425px) {
    .listado-servicios .servicio-detalle h3 {
        font-size: 42px;
        line-height: 43px
    }

    .page-inicio .banner-principal .texto h2 {
        font-size: 38px
    }

    .que_hacemos_mob h2 {
        font-size: 56px
    }

    .somos_agencia h2 {
        font-size: 35px
    }
}

@media (max-width:422px) {
    .servicios-banner h2 {
        font-size: 65px
    }

    .somos_agencia h2 {
        font-size: 32px
    }

    .good_news .container2 .titular h2 {
        font-size: 60px;
        letter-spacing: -4px
    }
}

@media (max-width:403px) {
    .listado-servicios .servicio-detalle p {
        min-width: 200px
    }

    .newsletter h2 {
        font-size: 55px
    }
}

@media (max-width:390px) {
    .page-inicio .banner-principal .texto h2 {
        font-size: 34px
    }
}

@media (max-width:377px) {
    .somos_agencia h2 {
        font-size: 28px
    }

    .page-contacto h2 {
        font-size: 39px
    }
}

@media (max-width:340px) {
    .listado-servicios .servicio-detalle h3 {
        font-size: 34px
    }

    .page-inicio .banner-principal .texto h2 {
        font-size: 30px
    }
}

@media (max-width:333px) {
    .somos_agencia h2 {
        font-size: 24px
    }
}

.page-contactanos .superior {
    z-index: 100000
}

.page-contactanos.mostrar nav.filas2 {
    z-index: 950
}

@media (max-width:1620px) {
    .formulario-proyecto .container>div {
        margin-top: 130px;
        width: 1115px
    }
}

@media (max-width:1000px) {
    .page-inicio .container {
        padding: 0 10px
    }

    .page-inicio .marketlab h2 {
        font-size: 75px
    }
}

@media (max-width:600px) {
    .newsletter .filas2 {
        justify-items: left
    }

    .page-inicio .newsletter h2 {
        font-size: 69px
    }

    footer div ul:nth-child(1) {
        padding: 25px 0;
        font-weight: 500
    }

    footer div ul:nth-child(1) li {
        line-height: 33px
    }

    .clientes {
        margin-top: 200px
    }
}

@media (max-width:500px) {
    .clientes {
        margin-top: 269px
    }
}

@media (max-width:385px) {
    .page-inicio .newsletter h2 {
        font-size: 50px
    }

    .page-inicio .marketlab h2 {
        font-size: 65px
    }
}

@media (max-width:336px) {
    .page-inicio .marketlab h2 {
        font-size: 60px
    }
}

.pagination {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    grid-gap: 2px;
    margin-right: 10px
}

.relacionados .container-relacionado .articulo h2 {
    font-weight: 600;
    line-height: 30px
}

.pagination a,
.pagination span {
    display: block;
    padding: 10px 20px;
    color: #000;
    border: 1px solid #d0d0d0;
    background: #fff;
    text-decoration: none
}

.pagination a:hover,
.pagination span:hover {
    background: #6c96be;
    color: #fff
}

.pagination .current {
    background: #6c96be;
    font-weight: 700;
    border: 1px solid #000;
    color: #fff
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: #fff0;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: #fff0;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: #fff0
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

.title {
    position: relative
}

.title select {
    background: #fff0;
    border: 0;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    padding: 10px 0
}

.title select option {
    font-weight: 300
}

.title input,
.title textarea {
    padding: 10px 0;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    background: none;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    color: #fff
}

@media (max-width:1000px) {

    .title input,
    .title textarea {
        margin-bottom: 15px
    }
}

.title input::placeholder,
.title textarea::placeholder {
    color: #fff
}

.title input:focus+label,
.title input:valid+label,
.title textarea:focus+label,
.title textarea:valid+label {
    transform: translate(0, -25px);
    color: #c6ced6;
    font-size: 13px;
    font-weight: 500
}

.title label {
    color: #fff;
    position: absolute;
    font-size: 20px;
    top: 10px;
    left: 0;
    cursor: text;
    transition: all 0.25s ease-in-out;
    font-weight: 300;
    font-family: "Montserrat", sans-serif
}

@media (max-width:1000px) {
    .title label {
        font-size: 16px
    }
}

.title .line {
    display: block;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: dodgerblue;
    transform-origin: center;
    transition: transform 0.25s ease-in-out;
    transform: scale(0)
}

@media (max-width:1000px) {
    .title .line {
        bottom: 15px
    }
}

.title input:focus~div.line,
.title input:valid~div.line,
.title textarea:focus~div.line,
.title textarea:valid~div.line {
    transform: scale(1)
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

h1,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline: none
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none
}

*:focus {
    outline: none
}

html {
    height: 100%
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    height: 100%;
    width: 100%
}

.container {
    max-width: 1580px;
    margin: 0 auto;
    position: relative
}

@media (max-width:1600px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box
    }
}

.filas2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%
}

@media (max-width:1000px) {
    .filas2 {
        grid-template-columns: 100%
    }
}

.filas3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%
}

@media (max-width:1000px) {
    .filas3 {
        grid-template-columns: repeat(2, 1fr)
    }
}



.formulario-proyecto .container>div .wpcf7-response-output {
    margin-top: -72px;
    text-align: center;
    color: #6AF9FF !important;
    font-weight: 700
}

.page-inicio .formulario-proyecto .owl-dots {
    display: flex;
    top: -110px
}





footer {
    background: #252938;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 70px
}

@media (max-width:1000px) {
    footer {
        display: block;
        padding: 80px 25px
    }

    footer img {
        margin: 0 auto;
        display: block
    }
}

@media (max-width:1000px) {
    footer ul {
        margin-top: 58px;
        padding: 15px 25px;
        text-align: center;
        border-top: 1px solid #888A93
    }
}

footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

@media (max-width:1000px) {
    footer ul li {
        font-size: 14px;
        text-align: center;
        margin-top: 20px
    }
}

.banner-principal {
    padding: 0;
    position: relative;
    z-index: 1
}

.banner-principal .texto {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-left: 90px;
    max-width: 832px
}

@media (max-width:1000px) {
    .banner-principal .texto {
        margin: 0;
        max-width: 389px;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.banner-principal .texto h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 120px;
    margin: 0;
    line-height: 1.12
}

@media (max-width:1360px) {
    .banner-principal .texto h2 {
        font-size: 100px
    }
}

@media (max-width:1150px) {
    .banner-principal .texto h2 {
        font-size: 80px
    }
}

@media (max-width:1000px) {
    .banner-principal .texto h2 {
        font-size: 60px;
        line-height: 70px
    }
}

.banner-principal .texto p {
    font-weight: lighter;
    font-family: Open Sans, Light;
    font-size: 25px;
    letter-spacing: 0;
    max-width: 680px;
    line-height: 30px
}

@media (max-width:1000px) {
    .banner-principal .texto p {}
}

.banner-principal img:nth-child(2) {
    display: none
}

@media (max-width:1000px) {
    .banner-principal img:first-child {
        display: none
    }

    .banner-principal img:nth-child(2) {
        display: block
    }
}

.banner-principal .tienes-proyecto {
    position: absolute;
    top: 79%;
    right: 77%;
    z-index: 6;
    transition: all ease 0.5s
}

@media (max-width:1735px) {
    .banner-principal .tienes-proyecto {
        right: 70%
    }
}

@media (max-width:1535px) {
    .banner-principal .tienes-proyecto {
        right: 70%
    }
}

@media (max-width:1170px) {
    .banner-principal .tienes-proyecto {
        right: 66%;
        top: 80%
    }
}

@media (max-width:1030px) {
    .banner-principal .tienes-proyecto {
        right: 63%;
        top: 78%
    }
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto {
        top: 80vh;
        right: 10%;
        z-index: 99999
    }
}

.banner-principal .tienes-proyecto .container-proyecto {
    display: grid;
    grid-template-columns: 100px auto;
    align-items: center;
    grid-gap: 15px;
    transition: all ease 0.5s;
    transform: translateY(0);
    width: 340px
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto .container-proyecto {
        grid-template-columns: 70px auto
    }
}

.banner-principal .tienes-proyecto .container-proyecto .icon {
    background: #2F83D5;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.5s
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto .container-proyecto .icon {
        width: 70px;
        height: 70px
    }
}

.banner-principal .tienes-proyecto .container-proyecto p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}

@media (max-width:1000px) {
    .banner-principal .tienes-proyecto .container-proyecto p {
        font-size: 15px
    }
}

.banner-principal.mostrar .tienes-proyecto {
    transition: all ease 0.5s;
    right: 60px;
    top: 30px;
    z-index: 10000
}

@media (max-width:1000px) {
    .banner-principal.mostrar .tienes-proyecto {
        position: relative;
        right: 10px;
        top: 10px
    }
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto {
    transition: all ease 0.5s;
    grid-template-columns: auto 70px;
    width: 130px;
    gap: 0;
    z-index: 1000;
    position: fixed;
    right: 1%
}

.page-inicio .banner-principal.mostrar+.formulario-proyecto {
    z-index: 1000;
    overflow-x: initial
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto .icon {
    order: 2;
    width: 70px;
    height: 70px
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto .icon svg {
    transform: rotate(180deg)
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto p {
    order: 1;
    font-size: 0
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto p:before {
    content: "Cerrar";
    font-size: 20px;
    background: #2F83D5
}

.banner-principal.mostrar+.formulario-proyecto {
    opacity: 1;
    width: 100%;
    height: 100%;
    overflow: initial;
    transition: all ease 0.5s;
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center
}

.formulario-proyecto {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #2F83D5;
    z-index: 10;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transition: all ease 0.5s;
    transform: scale(0);
    transform-origin: bottom left
}

@media (max-width:1000px) {
    .page-inicio .banner-principal.mostrar+.formulario-proyecto {
        overflow: scroll
    }

    .formulario-proyecto {
        z-index: 999
    }
}

.formulario-proyecto .owl-carousel .owl-item>div {
    padding-top: 20px
}

.formulario-proyecto .owl-nav {
    margin: 0;
    text-align: right
}

.formulario-proyecto .owl-nav button {
    margin-top: 30px !important
}

.formulario-proyecto .owl-nav button svg {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 30px;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1000px) {
    .formulario-proyecto .owl-nav button svg {
        width: 70px;
        height: 70px;
        padding: 19px
    }
}

.formulario-proyecto .owl-nav button:hover {
    background: transparent !important
}

.formulario-proyecto .owl-nav button.disabled {
    display: none
}

.formulario-proyecto .owl-nav button svg {
    margin-top: 5px
}

.formulario-proyecto .owl-nav button.owl-next:before {
    content: "Siguiente";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-right: 10px
}

@media (max-width:1000px) {
    .formulario-proyecto .owl-nav button.owl-next:before {
        font-size: 18px
    }
}

.formulario-proyecto .owl-dots {
    text-align: left;
    position: relative;
    top: -70px;
    max-width: 110px
}

.formulario-proyecto .owl-dots .owl-dot span {
    background: none !important;
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin-right: 5px;
    width: auto;
    height: auto;
    border-bottom: 4px solid #fff;
    border-radius: 0 !important
}

.formulario-proyecto .owl-dots .owl-dot.active span {
    background: none !important;
    color: #fff;
    border-bottom: 4px solid #fff
}

.formulario-proyecto .container {
    max-width: 1160px;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0
}

@media (max-width:1190px) {
    .formulario-proyecto .container {
        max-width: 800px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container {
        max-width: 500px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container {
        max-width: 300px
    }
}

.formulario-proyecto .container>div {
    width: 1160px;
    margin-top: 85px
}

@media (max-width:1190px) {
    .formulario-proyecto .container>div {
        max-width: 800px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container>div {
        max-width: 500px
    }
}

@media (max-width:840px) {
    .formulario-proyecto .container>div {
        max-width: 300px
    }
}

.formulario-proyecto .container .filas2 {
    column-gap: 80px;
    grid-row-gap: 0
}

@media (max-width:1080px) {
    .formulario-proyecto .container .filas2 {
        column-gap: 40px;
        grid-row-gap: 0
    }
}

.formulario-proyecto h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0
}

@media (max-width:1000px) {
    .formulario-proyecto h2 {
        font-size: 35px;
        margin-bottom: 15px
    }
}

.somos_agencia {
    padding-top: 200px;
    padding-bottom: 200px
}

@media (max-width:1000px) {
    .somos_agencia {
        padding: 75px 0
    }
}

.somos_agencia .container2 {
    max-width: 1400px;
    margin: 0 auto
}

.somos_agencia h2 {
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    margin: 0
}

.somos_agencia h2 span {
    color: #2F83D5
}

@media (max-width:1000px) {
    .somos_agencia h2 {
        font-size: 35px
    }
}

.somos_agencia p {
    text-align: center;
    font-size: 25px;
    font-family: "Open Sans", sans-serif;
    max-width: 537px;
    margin: 0 auto;
    line-height: 30px;
    color: #1F2E39;
    margin-top: 50px;
    margin-bottom: 100px
}

@media (max-width:1000px) {
    .somos_agencia p {
        margin-top: 35px;
        margin-bottom: 0;
        line-height: 25px
    }
}

.somos_agencia .logos {
    margin-top: 60px;
    border-top: 1px solid #D3D3D3;
    padding-top: 30px
}

@media (max-width:1000px) {
    .somos_agencia .logos {
        margin-top: 50px
    }
}

.somos_agencia .logos .filas5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 139px
}

@media (max-width:1000px) {
    .somos_agencia .logos .filas5 {
        display: block;
        text-align: center
    }

    .somos_agencia .logos .filas5 img {
        max-width: 90px;
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px
    }
}

.scrollmagic-pin-spacer {
    background: linear-gradient(277deg, #d382a4 0%, #39a0cb 100%)
}

@media (max-width:1000px) {
    .scrollmagic-pin-spacer {
        display: none !important
    }
}

.scrollmagic-pin-spacer .wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    perspective: 1000
}

.scrollmagic-pin-spacer .wrapper #title1 {
    margin-left: 124px
}

.scrollmagic-pin-spacer .wrapper #title1,
.scrollmagic-pin-spacer .wrapper #title3 {
    font-size: 300px;
    font-weight: 700
}

.scrollmagic-pin-spacer .wrapper .sections {
    width: 400%;
    height: 100%
}

.scrollmagic-pin-spacer .wrapper #title2>div {
    display: inline-block;
    vertical-align: top;
    padding: 0 90px;
    border-right: 1px solid rgb(255 255 255 / .5)
}

.scrollmagic-pin-spacer .wrapper #title2>div:first-child {
    max-width: 530px;
    border: none;
    border-left: 1px solid rgb(255 255 255 / .5);
    border-right: 1px solid rgb(255 255 255 / .5)
}

.scrollmagic-pin-spacer .wrapper #title2 h2 {
    font-size: 50px;
    font-weight: 700;
    margin-top: 0;
    max-width: 376px;
    min-height: 231px
}

.scrollmagic-pin-spacer .wrapper #title2 p {
    font-size: 16px;
    font-weight: 300;
    max-width: 342px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    min-height: 140px
}

.scrollmagic-pin-spacer .wrapper #title2 a {
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin-top: 5px;
    font-weight: 700;
    transition: all ease 0.5s
}

.scrollmagic-pin-spacer .wrapper #title2 a:hover {
    background: #fff;
    color: #000;
    transition: all ease 0.5s
}

.scrollmagic-pin-spacer .wrapper .section {
    height: 100%;
    width: calc(100% / 3);
    float: left;
    position: relative;
    padding: 0;
    display: grid;
    align-items: center;
    align-content: center
}

.scrollmagic-pin-spacer .wrapper .section .section__title {
    font-size: 30px;
    color: #fff
}

.scrollmagic-pin-spacer .wrapper .section:nth-child(1) {
    height: 100vh
}

.proyectos {
    padding: 5px 5px
}

.proyectos img {
    width: 100%;
    margin-bottom: 20px
}

.proyectos img:nth-child(2) {
    display: none
}

@media (max-width:1000px) {
    .proyectos img:nth-child(2) {
        display: block
    }
}

@media (max-width:1000px) {
    .proyectos img:first-child {
        display: none
    }
}

.marketlab {
    padding: 200px 0
}

.banner-principal.mostrar .tienes-proyecto .container-proyecto2 {
    transition: all ease 0.5s;
    grid-template-columns: auto 70px;
    gap: 0;
    z-index: 1000;
    position: fixed;
    left: 1%;
    display: block
}

.banner-principal .tienes-proyecto .container-proyecto2 {
    display: none;
    grid-template-columns: 100px auto;
    align-items: center;
    grid-gap: 15px;
    transition: all ease 0.5s;
    transform: translateY(0)
}

@media (max-width:1000px) {
    .marketlab {
        padding: 75px 0
    }
}

.marketlab h2 {
    margin: 0;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: -8px
}

.marketlab h2+img {
    margin: 25px 0
}

@media (max-width:1000px) {
    .marketlab h2+img {
        max-width: 150px
    }
}

.marketlab h2 span {
    color: #2F83D5
}

@media (max-width:1670px) {
    .marketlab h2 {
        font-size: 170px
    }
}

@media (max-width:1490px) {
    .marketlab h2 {
        font-size: 150px
    }
}

@media (max-width:1490px) {
    .marketlab h2 {
        font-size: 100px
    }
}

@media (max-width:1000px) {
    .marketlab h2 {
        font-size: 72px;
        letter-spacing: -5px
    }
}

@media (max-width:390px) {
    .marketlab h2 {
        font-size: 65px;
        letter-spacing: -4px
    }
}

.marketlab p {
    max-width: 530px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 25px;
    color: #1F2E39
}

@media (max-width:1490px) {
    .marketlab p {
        max-width: 480px
    }
}

.marketlab a {
    margin-top: 40px;
    border: 2px solid #000;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 70px;
    display: inline-block;
    transition: all ease 0.5s
}

.marketlab a svg path {
    transition: all ease 0.5s
}

@media (max-width:1000px) {
    .marketlab a {
        font-size: 16px;
        padding: 12px 40px
    }
}

.marketlab a:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.5s
}

.marketlab a:hover svg path {
    fill: #fff;
    transition: all ease 0.5s
}

.marketlab .filas2>div:last-child {
    position: relative
}

@media (max-width:1000px) {
    .marketlab .filas2>div:last-child {
        min-height: 400px
    }
}

.marketlab .filas2>div:last-child img {
    position: absolute
}

.marketlab .filas2>div:last-child img:first-child {
    top: 270%;
    left: -90px
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:first-child {
        left: -50px;
        top: 140%
    }
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:first-child {
        max-width: 380px;
        top: 160%
    }
}

@media (max-width:1190px) {
    .marketlab .filas2>div:last-child img:first-child {
        max-width: 330px
    }
}

@media (max-width:1000px) {
    .marketlab .filas2>div:last-child img:first-child {
        max-width: 170px;
        position: static !important;
        transform: none !important;
        margin-top: 90px
    }
}

@media (max-width:1000px) and (max-width:375px) {
    .marketlab .filas2>div:last-child img:first-child {
        top: 370%
    }
}

.marketlab .filas2>div:last-child img:last-child {
    top: -150%;
    left: 70px
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:last-child {
        left: 100px;
        top: -110%
    }
}

@media (max-width:1490px) {
    .marketlab .filas2>div:last-child img:last-child {
        width: 450px;
        top: -118%;
        left: 80px
    }
}

@media (max-width:1190px) {
    .marketlab .filas2>div:last-child img:last-child {
        width: 400px
    }
}

@media (max-width:1000px) {
    .marketlab .filas2>div:last-child img:last-child {
        max-width: 220px;
        position: absolute !important;
        transform: none !important;
        top: 0 !important
    }
}

@media (max-width:375px) {
    .marketlab .filas2>div:last-child img:last-child {
        top: 550%;
        left: 70px
    }
}

.clientes {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    padding: 65px 45px;
    background-size: 180% 180%;
    animation: gradient-animation 6s ease infinite
}

@media (max-width:1000px) {
    .clientes {
        padding: 90px 10px
    }
}

.clientes .filas2 {
    align-items: center;
    grid-gap: 150px
}

@media (max-width:1000px) {
    .clientes .filas2 .filas3 {
        grid-template-columns: repeat(3, 1fr)
    }
}

.clientes .filas2 h2 {
    font-size: 200px;
    color: #fff;
    margin: 0;
    letter-spacing: -8px
}

@media (max-width:1640px) {
    .clientes .filas2 h2 {
        font-size: 150px
    }
}

@media (max-width:1350px) {
    .clientes .filas2 h2 {
        font-size: 120px
    }
}

@media (max-width:1000px) {
    .clientes .filas2 h2 {
        font-size: 75px;
        letter-spacing: -5px;
        text-align: center
    }
}

@media (max-width:1640px) {
    .clientes .filas2 {
        grid-gap: 100px
    }
}

@media (max-width:1350px) {
    .clientes .filas2 {
        grid-gap: 70px
    }
}

@media (max-width:1640px) {
    .clientes .filas2 img {
        max-width: 200px
    }
}

@media (max-width:1350px) {
    .clientes .filas2 img {
        max-width: 170px
    }
}

@media (max-width:1000px) {
    .clientes .filas2 img {
        max-width: 110px
    }
}

@media (max-width:390px) {
    .clientes .filas2 img {
        max-width: 100px
    }
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.good_news {
    padding: 170px 0
}

@media (max-width:1000px) {
    .good_news {
        padding: 70px 0
    }
}

.good_news .container2 {
    padding: 0 20px
}

@media (max-width:1000px) {
    .good_news .container2 {
        padding: 0 10px
    }
}

.good_news .container2 .titular {
    text-align: center
}

.good_news .container2 .titular h2 {
    font-size: 200px;
    margin: 0;
    font-weight: 700;
    line-height: 1
}

@media (max-width:1140px) {
    .good_news .container2 .titular h2 {
        font-size: 150px
    }
}

@media (max-width:1000px) {
    .good_news .container2 .titular h2 {
        font-size: 75px
    }
}

@media (max-width:440px) {
    .good_news .container2 .titular h2 {
        font-size: 65px
    }
}

@media (max-width:390px) {
    .good_news .container2 .titular h2 {
        font-size: 60px
    }
}

.good_news .container2 .titular h2 span {
    color: #2F83D5
}

.good_news .container2 .titular p {
    max-width: 530px;
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 65px
}

@media (max-width:1000px) {
    .good_news .container2 .titular p {
        font-size: 18px;
        margin: 25px 25px
    }
}

.good_news .container2 .noticias .filas3 {
    grid-gap: 20px
}

@media (max-width:500px) {
    .good_news .container2 .noticias .filas3 {
        grid-template-columns: 100%
    }
}

.good_news .container2 .noticias .filas3 img {
    width: 100%
}

.good_news .container2 .noticias .filas3 .texto {
    padding: 30px
}

@media (max-width:1000px) {
    .good_news .container2 .noticias .filas3 .texto {
        padding: 10px
    }
}

.good_news .container2 .noticias .filas3 .texto h3 {
    font-size: 25px;
    font-weight: 600
}

@media (max-width:1000px) {
    .good_news .container2 .noticias .filas3 .texto h3 {
        font-size: 20px
    }
}

.good_news .container2 .noticias .filas3 .texto small {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #9D9D9D;
    margin-bottom: 20px
}

.good_news .container2 .noticias .filas3 .texto p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.good_news .container2 .noticias .filas3 .imagen {
    overflow: hidden
}

.good_news .container2 .noticias .filas3 .imagen a {
    display: block
}

.good_news .container2 .noticias .filas3 .imagen img {
    line-height: 0;
    transform: scale(1);
    transition: all ease 0.5s;
    height: auto
}

.good_news .container2 .noticias .filas3 .imagen:hover img {
    transform: scale(1.3);
    transition: all ease 0.5s
}

.newsletter {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    padding: 130px 0;
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%
}

@media (max-width:1000px) {
    .newsletter {
        padding: 70px 0
    }
}

.newsletter .filas2 {
    align-items: center;
    justify-items: self-end;
    max-height: none
}

.newsletter h2 {
    font-size: 150px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    letter-spacing: -8px
}

@media (max-width:1000px) {
    .newsletter h2 {
        font-size: 75px;
        letter-spacing: -5px;
        text-align: center
    }
}

@media (max-width:500px) {
    .newsletter h2 {
        font-size: 65px
    }
}

.newsletter p {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    margin: 0
}

@media (max-width:500px) {
    .newsletter p {
        font-size: 18px;
        text-align: left;
        margin-bottom: 40px
    }

    .articulos .filtros form#form_buscar {
        display: flex
    }
}

.newsletter form {
    max-width: 600px
}

.newsletter form .title {
    margin-bottom: 25px
}

.newsletter form .check input {
    display: none
}

.newsletter form .check input:checked+label:before {
    background: #fff;
    content: "✓";
    color: #000;
    font-size: 15px;
    padding-left: 4px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700
}

.newsletter form .check label {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle
}

.newsletter form .check label:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    box-sizing: border-box
}

.newsletter form input[type=submit] {
    max-width: 250px;
    width: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    height: 50px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: 700;
    background: #fff0;
    margin-top: 40px;
    cursor: pointer;
    transition: all ease 0.5s
}

@media (max-width:1000px) {
    .newsletter form input[type=submit] {
        margin: 0 auto;
        margin-top: 40px
    }
}

.newsletter form input[type=submit]:hover {
    background: #fff;
    transition: all ease 0.5s;
    color: #000
}

.newsletter.servicio {
    position: relative;
    z-index: 2
}

.newsletter.servicio .filas2 {
    justify-items: center
}

.newsletter.servicio .filas2 form {
    max-width: 550px;
    width: 100%
}

.que_hacemos_mob {
    display: none;
    padding: 100px 25px;
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%
}

@media (max-width:1000px) {
    .que_hacemos_mob {
        display: block;
        padding: 70px 25px 130px 25px;
        background: linear-gradient(345deg, #d382a4 0%, #39a0cb 100%)
    }
}

.que_hacemos_mob h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    margin: 0;
    line-height: 75px
}

.que_hacemos_mob h2:last-child {
    margin-top: 110px;
    border-top: 1px solid #fff;
    padding-top: 100px
}

.que_hacemos_mob p {
    color: #fff;
    margin-top: 10px;
    line-height: 25px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.que_hacemos_mob h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-top: 50px
}

.que_hacemos_mob .owl-nav {
    margin: 0
}

.que_hacemos_mob .owl-nav .owl-next {
    float: right
}

.que_hacemos_mob .owl-nav .owl-prev {
    float: left
}

.que_hacemos_mob .owl-dots {
    counter-reset: slides-num;
    margin-top: 0
}

.que_hacemos_mob .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px;
    color: #fff
}

.que_hacemos_mob .owl-dots span {
    display: none !important
}

.que_hacemos_mob .owl-dot {
    display: inline-block;
    counter-increment: slides-num
}

.que_hacemos_mob .owl-dot span {
    display: none
}

.que_hacemos_mob .owl-dot.active:before {
    content: counter(slides-num) " de";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.servicios-banner {
    padding: 100px 25px;
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%;
    height: 870px;
    z-index: 1;
    position: relative
}

@media (max-width:1000px) {
    .servicios-banner {
        height: 500px
    }
}

.servicios-banner .filas2>div:first-child {
    padding-top: 300px
}

@media (max-width:1000px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 140px;
        position: relative;
        z-index: 9
    }
}

@media (max-width:1000px) {
    .servicios-banner .filas2>div:nth-child(2) {
        z-index: 8;
        position: relative
    }
}

.servicios-banner h2 {
    color: #fff;
    font-size: 150px;
    font-weight: 700;
    margin: 0
}

@media (max-width:1520px) {
    .servicios-banner h2 {
        font-size: 150px
    }
}

@media (max-width:1370px) {
    .servicios-banner h2 {
        font-size: 120px
    }
}

@media (max-width:1170px) {
    .servicios-banner h2 {
        font-size: 100px
    }
}

@media (max-width:1000px) {
    .servicios-banner h2 {
        text-align: center
    }
}

@media (max-width:530px) {
    .servicios-banner h2 {
        font-size: 70px
    }
}

@media (max-width:410px) {
    .servicios-banner h2 {
        font-size: 50px
    }
}

@media (max-width:1370px) {
    .servicios-banner img {
        max-width: 550px
    }
}

@media (max-width:1170px) {
    .servicios-banner img {
        max-width: 500px
    }
}

@media (max-width:1000px) {
    .servicios-banner img {
        margin: 0 auto;
        display: block;
        max-width: 355px
    }
}

@media (max-width:500px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 10px
    }

    .servicios-banner img {
        max-width: 149px;
        margin-bottom: 52px
    }
}

@media (max-width:410px) {
    .servicios-banner img {
        max-width: 280px;
        width: 100%;
        margin-top: -20px
    }
}

.listado-servicios {
    padding-bottom: 220px
}

.listado-servicios .container2 {
    max-width: 1370px;
    margin: 0 auto;
    width: 100%
}

@media (max-width:1000px) {
    .listado-servicios .container2 {
        padding: 0 20px
    }
}

.listado-servicios .servicio-detalle {
    margin-top: 300px
}

@media (max-width:1000px) {
    .listado-servicios .servicio-detalle {
        margin-top: 80px
    }
}

.listado-servicios .servicio-detalle .filas2 {
    align-items: center;
    grid-gap: 160px;
    min-width: min-content
}

.listado-servicios .servicio-detalle h3 {
    font-size: 76px;
    margin: 0;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 40px;
    letter-spacing: -2px
}

@media (max-width:1000px) {
    .listado-servicios .servicio-detalle h3 {
        font-size: 35px;
        line-height: 35px
    }
}

.listado-servicios .servicio-detalle p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    color: #1F2E39;
    min-width: 600px
}

@media (max-width:750px) {
    .listado-servicios .servicio-detalle img {
        width: 100%;
        padding: 0 25px
    }
}

.historia {
    padding-top: 280px 0;
    max-width: 1390px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .historia {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.historia .filas2 {
    align-items: center;
    grid-gap: 100px
}

@media (max-width:1000px) {
    .historia .filas2 {
        grid-gap: 10px;
        padding: 0 25px
    }
}

.historia .filas2 h2 {
    color: #2F83D5;
    font-size: 180px;
    margin: 0;
    letter-spacing: -8px
}

@media (max-width:1000px) {
    .historia .filas2 h2 {
        font-size: 75px;
        text-align: center;
        letter-spacing: -3px
    }
}

.historia .filas2 p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 30px;
    color: #1F2E39
}

.fechas .scrollmagic-pin-spacer {
    background: none
}

.fechas .filas2 {
    grid-template-columns: 50% 50%;
    align-items: center;
    display: none
}

.fechas .filas2>div:first-child {
    position: relative
}

@media (max-width:1000px) {
    .fechas .filas2 {
        grid-template-columns: 100%
    }
}

.fechas .filas2 .container {
    position: relative;
    width: 100%;
    min-height: 100vh
}

.fechas .filas2 .space-holder,
.fechas .filas2 .space-holder2,
.fechas .filas2 .space-holder3,
.fechas .filas2 .space-holder4,
.fechas .filas2 .space-holder5,
.fechas .filas2 .space-holder6,
.fechas .filas2 .space-holder7 {
    position: relative;
    width: 100%
}

.fechas .filas2 .sticky,
.fechas .filas2 .sticky2,
.fechas .filas2 .sticky3,
.fechas .filas2 .sticky4,
.fechas .filas2 .sticky5,
.fechas .filas2 .sticky6,
.fechas .filas2 .sticky7 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden
}

.fechas .filas2 .horizontal,
.fechas .filas2 .horizontal2,
.fechas .filas2 .horizontal3,
.fechas .filas2 .horizontal4,
.fechas .filas2 .horizontal5,
.fechas .filas2 .horizontal6,
.fechas .filas2 .horizontal7 {
    position: absolute;
    height: 100%;
    will-change: transform
}

.fechas .filas2 .cards {
    position: relative;
    height: 100%;
    display: grid;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: repeat(4, 1fr)
}

.fechas .filas2 .sample-card {
    position: relative;
    height: 300px;
    width: 500px;
    background-color: #111f30;
    margin-right: 75px;
    flex-shrink: 0
}

.fechas .textos {
    position: sticky;
    top: 40%;
    max-width: 50%;
    padding: 0 100px;
    padding-bottom: 180px;
    display: none
}

@media (max-width:1000px) {
    .fechas .textos {
        position: static;
        max-width: 100%;
        padding: 0 20px
    }
}

.fechas .textos h3 {
    color: #2F83D5;
    margin: 0;
    font-size: 160px;
    font-weight: 700;
    letter-spacing: -5px
}

@media (max-width:1000px) {
    .fechas .textos h3 {
        font-size: 75px
    }
}

.fechas .textos p {
    font-size: 16px;
    line-height: 30px
}

.fechas.a_medias .filas2 {
    grid-template-columns: 40% 60%
}

@media (max-width:1000px) {
    .fechas.a_medias .filas2 {
        grid-template-columns: 100%
    }
}

.fechas.a_medias .textos {
    max-width: 40%
}

@media (max-width:1000px) {
    .fechas.a_medias .textos {
        max-width: 100%
    }
}

.cifras {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%;
    padding: 200px 0;
    color: #fff;
    position: relative;
    z-index: 1
}

@media (max-width:1000px) {
    .cifras {
        padding: 95px 0
    }
}

.cifras .container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px
}

.cifras .container .filas4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center
}

@media (max-width:1000px) {
    .cifras .container .filas4 {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 80px
    }
}

.cifras .container .filas4>div {
    border-left: 1px solid #fff
}

.cifras .container .filas4>div:first-child {
    border: none
}

@media (max-width:1000px) {
    .cifras .container .filas4>div:nth-child(3) {
        border: none
    }
}

.cifras .container .filas4 p {
    margin: 0;
    font-size: 80px;
    font-weight: 700;
    text-align: center
}

@media (max-width:1000px) {
    .cifras .container .filas4 p {
        font-size: 40px
    }
}

.cifras .container .filas4 p span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    max-width: 160px;
    margin: 0 auto
}

@media (max-width:1000px) {
    .cifras .container .filas4 p span {
        font-size: 12px
    }
}

.nuestro_equipo.mobile {
    display: none
}

@media (max-width:1000px) {
    .nuestro_equipo {
        display: none
    }

    .nuestro_equipo.mobile {
        display: block;
        padding: 90px 0
    }

    .nuestro_equipo .filas2 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
        max-height: none
    }

    .pin-spacer {
        display: none !important
    }
}

.nuestro_equipo .container {
    position: relative;
    width: 100%;
    min-height: 100vh
}

.nuestro_equipo .space-holder8 {
    position: relative;
    width: 100%
}

.nuestro_equipo .sticky8 {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow-x: hidden
}

.nuestro_equipo .horizontal8 {
    position: absolute;
    height: 100%;
    will-change: transform
}

.nuestro_equipo .cards {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center
}

.nuestro_equipo h2 {
    font-size: 160px;
    font-weight: 700;
    margin: 0;
    line-height: 140px;
    margin-right: 140px
}

@media (max-width:1000px) {
    .nuestro_equipo h2 {
        font-size: 75px;
        text-align: center;
        margin: 0;
        line-height: 75px;
        margin-bottom: 75px
    }
}

.nuestro_equipo h2 span {
    color: #2F83D5;
    display: block
}

.nuestro_equipo article.arriba {
    margin-bottom: 8%;
    margin-right: 70px
}

@media (max-width:1000px) {
    .nuestro_equipo article.arriba {
        margin: 0
    }

    .nuestro_equipo article.arriba img {
        width: 100%
    }
}

.nuestro_equipo article.abajo {
    margin-top: 8%;
    margin-right: 70px
}

@media (max-width:1000px) {
    .nuestro_equipo article.abajo {
        margin: 0;
        position: relative
    }

    .nuestro_equipo article.abajo img {
        width: 100%
    }
}

.nuestro_equipo article .textos h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    margin-top: 10px
}

@media (max-width:1000px) {
    .nuestro_equipo article .textos h3 {
        font-size: 15px
    }
}

.nuestro_equipo article .textos h3+p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    margin-top: 5px
}

@media (max-width:1000px) {
    .nuestro_equipo article .textos h3+p {
        font-size: 12px
    }
}

.nuestro_equipo article .textos h3+p+p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    margin-top: 5px
}

@media (max-width:1000px) {
    .nuestro_equipo article .textos h3+p+p {
        font-size: 12px
    }
}

.premios {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%;
    padding: 200px 0;
    color: #fff;
    margin-top: 60px
}

@media (max-width:1000px) {
    .premios {
        padding: 50px 0
    }
}

.premios .filas2 {
    align-items: center;
    max-height: max-content
}

.premios .filas2 h2 {
    font-size: 150px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -8px
}

@media (max-width:1000px) {
    .premios .filas2 h2 {
        font-size: 75px;
        text-align: center
    }
}

.premios .filas2 p {
    font-size: 30px;
    font-weight: 300;
    max-width: 530px
}

@media (max-width:1000px) {
    .premios .filas2 p {
        font-size: 18px;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px
    }
}

.premios .filas2 h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px
}

@media (max-width:1000px) {
    .premios .filas2 h3 {
        font-size: 30px
    }
}

.premios .filas2 ul {
    margin: 15px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    padding-left: 20px;
    margin-bottom: 40px
}

.premios .filas2 ul li {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px
}

@media (max-width:1000px) {
    .premios .filas2 ul li span {
        display: block;
        font-size: 14px
    }

    .premios .filas2 {
        max-height: 100%
    }
}

:root {
    --size: clamp(5rem, 1rem + 20vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap))
}

.clientes-logos {
    background: #fff;
    position: relative;
    z-index: 2;
    padding-bottom: 200px
}

@media (max-width:1000px) {
    .clientes-logos {
        padding-bottom: 80px
    }
}

.clientes-logos h2 {
    text-align: center;
    font-size: 180px;
    margin: 0;
    font-weight: 700;
    color: #2F83D5;
    letter-spacing: -8px;
    padding-top: 160px;
    padding-bottom: 100px
}

@media (max-width:1000px) {
    .clientes-logos h2 {
        font-size: 75px;
        letter-spacing: -5px;
        padding-top: 70px;
        padding-bottom: 50px
    }
}

.clientes-logos .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right), #fff0, black 20%, black 80%, #fff0)
}

.clientes-logos .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .clientes-logos .marquee__group {
        animation-play-state: paused
    }
}

.clientes-logos .marquee--vertical {
    --mask-direction: to bottom
}

.clientes-logos .marquee--vertical,
.clientes-logos .marquee--vertical .marquee__group {
    flex-direction: column
}

.clientes-logos .marquee--vertical .marquee__group {
    animation-name: scroll-y
}

.clientes-logos .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start))
    }

    to {
        transform: translateX(var(--scroll-end))
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start))
    }

    to {
        transform: translateY(var(--scroll-end))
    }
}

.clientes-logos .marquee div div {
    display: grid;
    place-items: center;
    width: var(--size);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: .5rem
}

@media (max-width:1000px) {
    .clientes-logos .marquee div div {
        width: auto
    }
}

.clientes-logos .marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6)
}

.clientes-logos .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 90vw
}

.clientes-logos .wrapper--vertical {
    flex-direction: row;
    height: 100vh
}

.clientes-logos .toggle {
    --size: 3rem;
    position: relative;
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: var(--size);
    height: var(--size);
    font: inherit;
    text-align: center;
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 50%;
    color: inherit;
    z-index: 1
}

.clientes-logos .toggle span {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: calc(100% + 0.4em);
    width: fit-content;
    white-space: nowrap;
    transform: translateY(-50%);
    animation: fade 400ms 4s ease-out forwards;
    user-select: none
}

.clientes-logos .toggle svg {
    --size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--size);
    height: var(--size);
    fill: currentcolor;
    transform: translate(-50%, -50%);
    transition: transform 300ms cubic-bezier(.25, 1, .5, 1)
}

.clientes-logos .toggle--vertical svg {
    transform: translate(-50%, -50%) rotate(-90deg)
}

@keyframes fade {
    to {
        opacity: 0;
        visibility: hidden
    }
}

.crecer {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
    background: #fff;
    z-index: 2;
    position: relative
}

.crecer h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 80px;
    margin: 0
}

.crecer h2 span {
    display: block;
    font-weight: 700;
    font-size: 180px
}

.crecer p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-align-last: center;
    margin-top: 50px;
    margin-bottom: 40px
}

.market {
    padding: 50px 0;
    padding-top: 280px;
    position: relative;
    z-index: -1
}

.market .filas2 {
    grid-template-columns: 50% 50%;
    align-items: center;
    max-height: 100%
}

@media (max-width:1000px) {
    .market .filas2 {
        grid-template-columns: 100%
    }
}

.market .filas2 img {
    width: 100%
}

.market .filas2>div:last-child {
    padding-left: 100px
}

.market .filas2>div h3 {
    font-size: 35px;
    font-weight: 700;
    max-width: 470px
}

.market .filas2>div p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    max-width: 530px;
    line-height: 30px
}

.market .filas2>div ul li {
    margin-bottom: 10px
}

.market .filas2>div ul li:before {
    content: "";
    background: #D81C4E;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.market .filas2>div a {
    display: grid;
    margin-top: 70px;
    border: 2px solid #000;
    width: 250px;
    height: 50px;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    transition: all ease 0.5s
}

.market .filas2>div a:hover {
    background: #000;
    color: #fff;
    transition: all ease 0.5s
}

.punto {
    position: fixed;
    top: 90px;
    left: 49.6%;
    z-index: 0
}

@media (max-width:1000px) {
    .punto {
        display: none
    }
}

.interna_marketlab {
    overflow-x: hidden
}

.interna_marketlab .crecer,
.interna_marketlab .banner-principal,
.interna_marketlab .cifras {
    position: relative;
    z-index: 2
}

.goodews_cabecera {
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    height: 100%;
    text-align: center;
    margin-top: 92px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 700px
}

.goodews_cabecera h1 {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 200px;
    margin-bottom: 87px
}

@media (max-width:1300px) {
    .goodews_cabecera h1 {
        font-size: 180px
    }
}

@media (max-width:1000px) {
    .goodews_cabecera h1 {
        font-size: 120px
    }
}

@media (max-width:670px) {
    .goodews_cabecera h1 {
        font-size: 50px
    }
}

.goodews_cabecera .buscador_good {
    max-width: 800px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1000px) {
    .goodews_cabecera .buscador_good {
        padding: 0 20px
    }
}

.goodews_cabecera .buscador_good form {
    display: grid;
    grid-template-columns: auto 30px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
    margin-bottom: 100px
}

.goodews_cabecera .buscador_good form input {
    border: 0;
    background-color: #fff0;
    padding-top: 15px
}

.goodews_cabecera .buscador_good form input::placeholder {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 300
}

.goodews_cabecera .buscador_good form input:last-child {
    width: 30px;
    height: 30px;
    background-image: url(../images/lupa.png);
    background-size: contain
}

.goodews_cabecera .imagen_mouse {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%)
}

.goodews_cabecera .fecha {
    margin-top: 30px
}

.goodews_cabecera .fecha p {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.goodews_cabecera .fecha p span {
    font-weight: 600
}

.goodews_cabecera h2 {
    max-width: 1000px;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 auto;
    line-height: 80px;
    margin-bottom: 30px
}

@media (max-width:1000px) {
    .goodews_cabecera h2 {
        font-size: 50px;
        line-height: 60px
    }
}

@media (max-width:670px) {
    .goodews_cabecera h2 {
        font-size: 30px;
        line-height: 40px;
        padding: 0 15px
    }
}

.goodews_cabecera .autor img {
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff
}

.goodews_cabecera .autor p {
    font-size: 12px;
    color: #fff;
    font-family: "Open Sans", sans-serif
}

.goodews_cabecera .autor p span {
    display: block;
    font-size: 14px;
    font-weight: 600
}

.articulos .filtros {
    margin-top: 90px;
    text-align: center;
    margin-bottom: 40px
}

.articulos .filtros select {
    border: 1px solid #CCC;
    height: 40px;
    width: 275px;
    margin: 0 12px;
    padding-left: 11px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

@media (max-width:670px) {
    .articulos .filtros select {
        margin-bottom: 20px
    }
}

.articulos .contenido {
    padding: 20px
}

.articulos .contenido .filas3 {
    grid-gap: 20px
}

@media (max-width:670px) {
    .articulos .contenido .filas3 {
        grid-template-columns: 100%
    }
}

.articulos .contenido .filas3 img {
    width: 100%
}

.articulos .contenido .filas3 .fecha {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin-top: 20px
}

.articulos .contenido .filas3 .fecha p span {
    color: #D81C4E;
    font-weight: 600
}

.articulos .contenido .filas3 h2 {
    font-size: 22px;
    font-weight: 600
}

.detalle-articulo {
    padding-top: 100px
}

@media (max-width:1000px) {
    .detalle-articulo {
        padding: 0 15px;
        padding-top: 5px
    }
}

.detalle-articulo .bajada {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0
}

.detalle-articulo .bajada p {
    font-size: 30px;
    font-family: "Open Sans", sans-serif
}

@media (max-width:1000px) {
    .detalle-articulo .bajada p {
        font-size: 20px
    }
}

.detalle-articulo img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: block
}

.detalle-articulo .cuerpo-de-texto p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    max-width: 800px;
    margin: 20px auto;
    line-height: 30px
}

@media (max-width:1000px) {
    .detalle-articulo .cuerpo-de-texto p {
        font-size: 15px;
        line-height: 25px
    }
}

.detalle-articulo .redes {
    margin-top: 50px
}

.detalle-articulo .redes .filas2 {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    align-items: center;
    justify-content: space-around
}

.detalle-articulo .redes .filas2 .iconos ul li {
    display: flex;
    align-items: center
}

.detalle-articulo .redes .filas2>div:first-child a {
    display: grid;
    width: 250px;
    height: 50px;
    border: 2px solid #252938;
    text-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700
}

.relacionados {
    padding: 40px
}

@media (max-width:670px) {
    .relacionados {
        padding: 0 15px
    }
}

.relacionados .container-relacionado>h2 {
    text-align: center;
    margin: 0;
    font-size: 60px;
    font-weight: 700
}

@media (max-width:1000px) {
    .relacionados .container-relacionado>h2 {
        font-size: 40px
    }
}

.relacionados .container-relacionado>h2+div {
    text-align: center;
    margin-top: 30px
}

.relacionados .container-relacionado .articulo {
    max-width: 573px;
    display: inline-block;
    margin: 0 15px;
    text-align: left
}

@media (max-width:670px) {
    .relacionados .container-relacionado .articulo {
        max-width: 90%;
        width: 100%
    }

    .relacionados .container-relacionado .articulo img {
        width: 100%
    }
}

.relacionados .container-relacionado .articulo p span {
    color: #D81C4E
}

.title input::placeholder,
.title textarea::placeholder {
    color: #fff
}

.wpcf7-not-valid-tip {
    font-size: 15px !important;
    font-weight: bold !important
}

.wpcf7-form-control .wpcf7-list-item {
    margin: 0
}

.wpcf7-form-control .wpcf7-list-item label span {
    font-size: 15px
}

@media (max-width:1000px) {

    .title input,
    .title textarea {
        margin-bottom: 15px
    }
}

.banner-principal,
.crecer,
.cifras {
    z-index: 2;
    position: relative
}

.marketlab .filas2>div:last-child img:first-child {
    top: 160%
}

.marketlab .filas2>div:last-child img:last-child {
    position: relative
}

.marketlab .filas2 {
    align-items: center;
    grid-column-gap: 0;
    display: flex;
    justify-content: flex-start;
    overflow: visible
}

.goodews_cabecera h2 {
    max-width: 1200px
}

.page-contacto {
    text-align: center;
    background: linear-gradient(299deg, #d382a4 0%, #39a0cb 100%);
    padding: 200px 0;
    animation: gradient-animation 6s ease infinite;
    background-size: 180% 180%
}

.page-contacto h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 180px;
    font-weight: 700;
    margin-bottom: 30px
}

.page-contacto form .filas2 {
    column-gap: 50px
}

.page-contacto form {
    max-width: 1050px;
    margin: 0 auto
}

.page-contacto form .check {
    color: #fff;
    font-size: 14px
}

.page-contacto form input[type="submit"] {
    width: 250px;
    height: 50px;
    background: #fff0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    cursor: pointer
}

.oficinas {
    padding: 130px 0
}

.oficinas h2 {
    color: #2F83D5;
    margin: 0;
    font-weight: 700;
    font-size: 120px;
    text-align: center
}

.oficinas .filas2>div:last-child {
    padding-left: 100px
}

.oficinas .filas2>div:last-child h3 {
    font-size: 50px;
    font-weight: 700
}

.oficinas .filas2>div:last-child p {
    max-width: 230px
}

.oficinas .filas2 {
    align-items: center
}

.oficinas .filas2>div:last-child>div {
    margin-bottom: 80px
}

@media (max-width:1220px) {
    .page-contacto h2 {
        font-size: 100px
    }
}

@media (max-width:700px) {
    .page-contacto h2 {
        font-size: 50px
    }

    .oficinas h2 {
        font-size: 50px;
        margin-bottom: 40px
    }

    .oficinas .filas2>div:last-child {
        padding-left: 0;
        justify-content: center;
        display: grid
    }

    .oficinas .filas2>div:last-child h3 {
        font-size: 30px
    }

    .oficinas .filas2>div:last-child>div {
        margin-bottom: 40px
    }
}

.banner-principal .texto h2 {
    font-size: 75px;
    letter-spacing: 0
}

.imagen_mouse.mar {
    display: flex;
    justify-content: center;
    z-index: 10;
    margin-bottom: 78px
}

section.banner-principal.marketplace .texto h2 {
    font-size: 150px
}

@media (max-width:1360px) {
    .banner-principal .texto h2 {
        font-size: 50px
    }
}

@media (max-width:1000px) {
    .banner-principal .texto h2 {
        font-size: 40px
    }
}

.page-inicio .banner-principal {
    z-index: auto
}

.owl-form-home .owl-prev {
    display: none !important
}

.paso3 label {
    font-size: 20px;
    color: #fff;
    font-weight: 300
}

.paso3 textarea {
    border: 0;
    background: #fff0;
    border-bottom: 1px solid #fff;
    min-height: 70px;
    display: block;
    width: 100%
}

.paso3 .check {
    margin-top: 35px;
    text-align: center
}

.paso3 .check input {
    display: none
}

.paso3 .check label {
    font-size: 14px
}

.paso3 .check input:checked+label:before {
    background: #fff;
    color: #2F83D5;
    content: "\2713";
    font-weight: 700
}

.paso3 .enviar {
    text-align: right;
    margin-top: 30px
}

.paso3 .enviar input {
    background: #fff0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

.paso3 .enviar svg {
    display: inline-block;
    vertical-align: middle
}

footer li a {
    font-size: 14px
}

footer ul {
    display: inline-block;
    vertical-align: middle
}

footer ul li {
    margin: 0 7px
}

footer ul+ul {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff
}

@media (max-width:1000px) {
    footer ul {
        display: block
    }

    footer ul+ul {
        border: 0;
        margin-top: 10px
    }
}

.page-nosotros+.banner-principal .texto h2 {
    font-size: 120px
}

@media (max-width:1000px) {
    .page-nosotros+.banner-principal .texto h2 {
        font-size: 70px
    }

    .page-inicio .banner-principal.mostrar+.formulario-proyecto .container div:nth-child(1) {
        margin-top: 0
    }

    .page-inicio .banner-principal.mostrar+.formulario-proyecto .container h2 {
        font-size: 26px
    }

    .page-inicio .banner-principal.mostrar+.formulario-proyecto .container {
        display: flex;
        align-items: baseline;
        margin-top: 148px
    }

    .banner-principal.mostrar .tienes-proyecto .container-proyecto {
        position: fixed;
        top: 0;
        right: 11%
    }
}

.clientes-logos .marquee {
    margin-bottom: 30px
}

.page-contacto {
    position: relative;
    z-index: 99
}

.page-contacto .imagen_mouse {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%)
}

.page-contacto+.oficinas .punto {
    top: 210px
}

.page-contacto+.oficinas+footer {
    position: relative;
    z-index: 999
}

.wpcf7 form .wpcf7-response-output {
    color: white !important;
    background: #2f83d5;
    border-color: #2f83d5 !important
}

@media (max-width:1000px) {
    .page-inicio .banner-principal .texto h2 {
        font-size: 45px;
        line-height: initial;
        text-align: left
    }
}

.owl-que-hacemos .item a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    margin: 20px 0;
    display: inline-block
}

@media (max-width:1000px) {
    .page-marketlab+.banner-principal h2 {
        font-size: 60px
    }

    .crecer h2 span {
        font-size: 60px
    }

    .crecer h2 {
        font-size: 30px;
        line-height: 40px
    }

    .crecer {
        padding: 50px 15px
    }

    .market {
        padding: 30px 0
    }

    .market .filas2>div:last-child {
        padding-left: 0
    }

    .market .filas2>div h3 {
        font-size: 25px;
        margin-top: 35px
    }
}

.paso3 .check input:checked:before {
    background: #fff
}

.paso3 .check input+span:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    box-sizing: border-box
}

.paso3 .check input:checked+span:before {
    background: #fff0;
    content: url(https://medialab-redesign.medialabla.net/wp-content/uploads/2023/08/check.svg);
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    border: 1px solid;
    font-weight: 700;
    width: 20px;
    height: 20px
}

.articulos .contenido .filas3 img {
    height: auto
}

.relacionados .container-relacionado .articulo .imagen img {
    width: 100%;
    height: auto
}

.relacionados .container-relacionado .articulo {
    vertical-align: top;
    max-width: 30%
}

@media (max-width:1000px) {
    .relacionados .container-relacionado .articulo {
        max-width: 88%
    }
}

.owl-form-home .owl-dot.active+.owl-dot span {
    color: rgb(255 255 255 / .4);
    border-color: rgb(255 255 255 / .4)
}

.owl-form-home .owl-dot.active+.owl-dot+.owl-dot span {
    color: rgb(255 255 255 / .4);
    border-color: rgb(255 255 255 / .4)
}

.owl-form-home .owl-dot+.owl-dot.active span {
    color: #fff;
    border-color: #fff
}

.owl-form-home .owl-dot+.owl-dot+.owl-dot.active span {
    color: #fff;
    border-color: #fff
}

.paso3 .enviar p {
    cursor: pointer
}

.paso3 .enviar p .wpcf7-spinner {
    display: none
}

.scrollmagic-pin-spacer .wrapper #title3 {
    margin-left: -693px
}

.scrollmagic-pin-spacer .wrapper #title2>div:first-child a {
    margin-bottom: 9px
}

section.proyectos2 {
    padding: 20px 23px
}

section.proyectos2 img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: -69px
}

.filas2 {
    max-height: 769px;
    overflow: hidden
}

section.servicios-banner.serv .filas2 {
    grid-column-gap: 209px
}

.imagen_mouse {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(50%);
    z-index: 1
}

@media (max-width:1800px) {
    .banner-principal .texto h2 {
        font-size: 64px
    }

    .scrollmagic-pin-spacer .wrapper #title1,
    .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 240px
    }
}

@media (max-width:1550px) {
    .servicios-banner h2 {
        font-size: 107px
    }

    .banner-principal .texto h2 {
        font-size: 60px;
        max-width: 668px
    }

    .banner-principal .texto p {
        font-size: 20px;
        max-width: 550px
    }

    .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: -162px
    }

    .home-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: -116px
    }

    .scrollmagic-pin-spacer .wrapper #title2 h2 {
        font-size: 35px;
        min-height: 168px;
        max-width: 306px
    }

    .scrollmagic-pin-spacer .wrapper #title1,
    .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 200px
    }
}

@media (max-width:500px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 10px
    }

    .servicios-banner img {
        max-width: 250px;
        margin-bottom: 52px
    }

    .imagen_mouse {
        bottom: -50px
    }
}

@media (max-width:410px) {
    .servicios-banner .filas2>div:first-child {
        padding-top: 10px
    }

    .servicios-banner .filas2>div:nth-child(2) {
        max-width: 263px;
        margin-bottom: 52px
    }

    .servicios-banner .filas2>div:nth-child(3) img {
        max-width: 100px
    }

    .servicios-banner .filas2>div:nth-child(2) img {
        margin-top: 9px;
        margin-bottom: 0
    }

    .imagen_mouse {
        bottom: -74px
    }
}

div#mark {
    display: flex;
    justify-content: center;
    margin-bottom: 0
}

section.crecer {
    z-index: 1;
    margin: 110px auto;
    padding: 0;
    max-width: 700px
}

section.banner-principal.casoexito {
    margin-top: 93px
}

section.crecer.reto p {
    font-size: 18px
}

section.crecer.reto h2 {
    font-size: 100px;
    font-weight: 700
}

section.rapido-facil div {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 23px;
    align-items: center
}

section.rapido-facil div img {
    width: 100%
}

section.rapido-facil.tresimg div {
    grid-template-columns: auto auto auto
}

section.video {
    display: flex;
    justify-content: center;
    margin: 110px auto
}

@media (max-width:700px) {
    section.rapido-facil div {
        display: flex;
        flex-direction: column;
        grid-gap: 24px
    }

    section.crecer.reto p {
        text-align: left;
        padding: 0 24px;
        font-size: 16px
    }

    section.crecer.reto h2 {
        font-size: 50px
    }

    section.video iframe {
        width: 100%;
        height: 398px
    }
}

section.banner-principal.marketplace {
    padding-top: 0
}



@media (max-width:1750px) {
    section.banner-principal.marketplace .texto h2 {
        font-size: 130px
    }
}

@media (max-width:1490px) {
    section.banner-principal.marketplace .texto h2 {
        font-size: 120px
    }

    .marketlab .filas2 {
        justify-content: space-evenly
    }

    .marketlab {
        padding: 90px 0
    }

    .somos_agencia h2 {
        font-size: 64px
    }

 

    .banner-principal .tienes-proyecto .container-proyecto .icon {
        width: 80px;
        height: 80px
    }

    .good_news .container2 .titular h2 {
        font-size: 160px
    }

    .good_news {
        padding: 120px 0
    }

    .newsletter h2 {
        font-size: 100px
    }

    .newsletter .filas2 {
        justify-items: center;
        max-height: none
    }
}

@media (max-width:1450px) {
    .listado-servicios .servicio-detalle .filas2 {
        grid-column-gap: 70px
    }

    .listado-servicios .servicio-detalle p {
        min-width: 400px
    }
}

@media (max-width:1390px) {
    .listado-servicios .servicio-detalle .filas2 {
        max-width: 1347px;
        grid-column-gap: 50px;
        margin: auto
    }

    .listado-servicios .servicio-detalle p {
        max-width: 586px
    }
}

@media (max-width:1380px) {
    section.servicios-banner.serv .filas2 {
        min-height: 769px;
        display: flex;
        align-items: center
    }

    section.servicios-banner.serv .filas2 div:nth-child(2) img {
        width: 100%
    }

    .servicios-banner .filas2>div:first-child {
        padding: 0
    }
}

@media (max-width:1300px) {
    .listado-servicios .servicio-detalle .filas2 div {
        display: flex;
        grid-gap: 42px;
        justify-content: center;
        align-items: center
    }

    .listado-servicios .servicio-detalle .filas2 {
        flex-direction: column;
        display: flex;
        grid-column-gap: 0;
        margin: 0;
        max-width: none;
        min-width: 0;
        max-height: 100%
    }

    .listado-servicios .servicio-detalle {
        max-width: 1250px;
        margin: 144px auto
    }

    .punto {
        display: none
    }

    .listado-servicios .servicio-detalle h3 {
        font-size: 60px;
        line-height: 60px;
        margin: 0
    }
}

@media (max-width:1282px) {
    .somos_agencia .logos .filas5 {
        grid-template-columns: repeat(3, 1fr)
    }

  

    .scrollmagic-pin-spacer .wrapper #title1,
    .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 140px
    }

    .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: 0
    }
}

@media (max-width:1024px) {
    .banner-principal .texto h2 {
        font-size: 50px
    }

  
    .somos_agencia h2 {
        font-size: 46px
    }

    .clientes .filas2 h2 {
        font-size: 75px
    }

    .marketlab .filas2 {
        flex-direction: column
    }
}

@media (max-width:1600px) {
    .somos_agencia {
        padding-top: 100px
    }
}

span.wpcf7-form-control-wrap option {
    background: #8790b7
}

@media (max-width:1000px) {
    .relacionados .container-relacionado .articulo h2 {
        font-size: 18px
    }

    .relacionados .container-relacionado>h2 {
        font-size: 28px;
        margin: 20px auto
    }

    .articulos .contenido .filas3 h2 {
        font-size: 18px;
        font-weight: 600
    }

    .newsletter.servicio .filas2 {
        max-height: 100%
    }

    .detalle-articulo .redes .filas2 {
        display: flex;
        flex-direction: column;
        grid-gap: 20px
    }

    section.banner-principal.marketplace .texto h2 {
        font-size: 70px
    }

    listado-servicios .servicio-detalle .filas2 {
        flex-direction: column-reverse
    }

    .listado-servicios .servicio-detalle .filas2 div img {
        max-width: 300px
    }

    .listado-servicios .servicio-detalle p {
        max-width: none;
        margin: 0 auto
    }

    .listado-servicios .servicio-detalle .filas2 div {
        flex-direction: column
    }

    .imagen_mouse {
        display: none
    }

    .listado-servicios .servicio-detalle .filas2 {
        flex-direction: column-reverse;
        grid-gap: 55px
    }

    .servicios-banner h2 {
        font-size: 80px
    }

    section.servicios-banner.serv .filas2 {
        min-height: 100%;
        flex-direction: column
    }

    .listado-servicios .servicio-detalle h3 {
        font-size: 57px;
        max-width: none;
        margin: 0 auto
    }

    .good_news .container2 .noticias .filas3 .texto p {
        display: none
    }

    .banner-principal .tienes-proyecto {
        bottom: 0;
        justify-content: center;
        left: 21px;
        bottom: 40px;
        display: flex;
        align-items: flex-end;
        align-items: flex-end
    }

    .page-inicio .banner-principal {
        padding-top: 66px
    }

    .marketlab .filas2>div:last-child img:last-child {
        top: -6% !important
    }

    .clientes .filas2 .filas3 {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap
    }

    .good_news {
        padding: 59px 0
    }

    .good_news .container2 .titular h2 {
        font-size: 90px
    }
}

@media (max-width:768px) {
    .banner-principal .tienes-proyecto {
        top: 41vh;
        z-index: 1
    }
}

@media (max-width:600px) {
    section.banner-principal.marketplace {
        padding-top: 90px
    }

    .page-inicio .texto {
        display: flex;
        flex-direction: column
    }

    .listado-servicios .servicio-detalle h3 {
        margin: 0
    }

    .listado-servicios .servicio-detalle .filas2 div {
        align-items: flex-start
    }

    .clientes .filas2 .filas3 {
        grid-template-columns: auto auto auto;
        display: grid
    }

    .banner-principal .texto {
        max-width: none;
        margin: auto 29px;
        display: flex;
        justify-content: center
    }

    section.banner-principal.marketplace .texto h2 {
        font-size: 53px
    }

    .page-nosotros+.banner-principal .texto h2 {
        font-size: 53px
    }

    section#timeline .main-header h1 {
        font-size: 54px;
        font-weight: 700
    }

    .marketlab .filas2 {
        display: grid
    }

    .marketlab .filas2>div:last-child img:last-child {
        width: 100%
    }

    .newsletter h2 {
        font-size: 70px;
        text-align: left
    }

    .newsletter.servicio .filas2 {
        justify-items: left
    }

    .somos_agencia p {
        font-size: 20px;
        text-align: center
    }

    .somos_agencia {
        padding-top: 60px
    }
}

@media (max-width:580px) {
    .listado-servicios {
        padding-bottom: 0
    }

    .somos_agencia .container2 {
        margin: 0 25px
    }

    .somos_agencia h2 {
        font-size: 35px
    }
}

@media (max-width:500px) {
    .goodews_cabecera {
        max-height: 500px
    }

    .good_news .container2 .titular h2 {
        font-size: 75px;
        letter-spacing: -4px
    }

    .somos_agencia h2 {
        font-size: 35px
    }

    .que_hacemos_mob h2 {
        font-size: 40px
    }

    .marketlab {
        padding: 40px 0
    }

    .banner-principal .tienes-proyecto .container-proyecto .icon {
        width: 70px;
        height: 70px
    }
}

@media (max-width:475px) {
    .page-inicio .banner-principal .texto h2 {
        font-size: 42px
    }
}

@media (max-width:425px) {
    .listado-servicios .servicio-detalle h3 {
        font-size: 42px;
        line-height: 43px
    }

    .page-inicio .banner-principal .texto h2 {
        font-size: 38px
    }

    .que_hacemos_mob h2 {
        font-size: 56px
    }

    .somos_agencia h2 {
        font-size: 35px
    }
}

@media (max-width:422px) {
    .servicios-banner h2 {
        font-size: 65px
    }

    .somos_agencia h2 {
        font-size: 32px
    }

    .good_news .container2 .titular h2 {
        font-size: 60px;
        letter-spacing: -4px
    }
}

@media (max-width:403px) {
    .listado-servicios .servicio-detalle p {
        min-width: 200px
    }

    .newsletter h2 {
        font-size: 55px
    }
}

@media (max-width:390px) {
    .page-inicio .banner-principal .texto h2 {
        font-size: 34px
    }
}

@media (max-width:377px) {
    .somos_agencia h2 {
        font-size: 28px
    }

    .page-contacto h2 {
        font-size: 39px
    }
}

@media (max-width:340px) {
    .listado-servicios .servicio-detalle h3 {
        font-size: 34px
    }

    .page-inicio .banner-principal .texto h2 {
        font-size: 30px
    }
}

@media (max-width:333px) {
    .somos_agencia h2 {
        font-size: 24px
    }
}

.page-contactanos .superior {
    z-index: 100000
}

.page-contactanos.mostrar nav.filas2 {
    z-index: 950
}

@media (max-width:1620px) {
    .formulario-proyecto .container>div {
        margin-top: 120px;
        width: 1024px
    }
}

.page-inicio .filas3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    align-items: center;
    grid-gap: 90px
}

.page-inicio section.clientes {
    padding: 140px 48px
}

@media (max-width:1000px) {
    .page-inicio .clientes .filas2 .filas3 {
        justify-content: center;
        margin: 0 auto;
        grid-gap: 50px
    }

    .page-inicio .container {
        padding: 0 25px
    }

    .page-inicio .marketlab h2 {
        font-size: 75px
    }
}

@media (max-width:600px) {
    .page-inicio .clientes .filas2 .filas3 img {
        width: 100%
    }

    .newsletter .filas2 {
        justify-items: left
    }

    .page-inicio .newsletter h2 {
        font-size: 69px
    }

    footer div ul:nth-child(1) {
        padding: 25px 0;
        font-weight: 500
    }

    footer div ul:nth-child(1) li {
        line-height: 33px
    }

    .clientes {
        margin-top: 200px
    }
}

@media (max-width:500px) {
    .clientes {
        margin-top: 269px
    }

    .container {
        padding: 0 30px
    }

    .servicios-banner .container {
        padding: 0
    }

    .crecer p {
        padding: 0 30px
    }
}

@media (max-width:385px) {
    .clientes .filas2 h2 {
        font-size: 60px
    }

    .page-inicio .newsletter h2 {
        font-size: 50px
    }

    .page-inicio .marketlab h2 {
        font-size: 65px
    }
}

@media (max-width:350px) {
    .servicios-banner h2 {
        font-size: 50px
    }
}

@media (max-width:336px) {
    .page-inicio .marketlab h2 {
        font-size: 60px
    }
}

.pagination {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
    grid-gap: 2px;
    margin-right: 10px
}

.pagination a,
.pagination span {
    display: block;
    padding: 10px 20px;
    color: #000;
    border: 1px solid;
    background: #fff;
    text-decoration: none
}

.pagination a:hover,
.pagination span:hover {
    background: #6c96be;
    color: #fff
}

.pagination .current {
    background: #6c96be;
    font-weight: 700;
    border: 1px solid #000;
    color: #fff
}

.clientes-logos.nuevo {
    display: none
}

@media (max-width:700px) {
    .clientes-logos {
        display: none
    }

    .clientes-logos.nuevo {
        display: block
    }

    .clientes-logos.nuevo .slick-slide {
        width: 100% !important;
        min-height: auto
    }
}

.marketlab-uno .cifras .container .filas4 p span {
    max-width: 203px
}

.home-inicio .good_news .container2 .noticias .filas3 .texto {
    padding: 0
}

.home-inicio .good_news .container2 .noticias .filas3 .texto a h3 {
    font-size: 22px;
    font-weight: 600
}

.home-inicio .good_news .container2 .noticias .filas3 .fecha p span {
    color: #D81C4E
}

footer li a:hover {
    color: #58AAFA
}

footer div ul:nth-child(2) li a>svg:hover {
    filter: invert(0%) sepia(0%) saturate(2%) hue-rotate(352deg) brightness(111%) contrast(265%)
}

.marketlab-uno .container {
    max-width: 72%
}

.marketlab-uno section.market {
    padding: 80px 0;
    padding-top: 90px
}

[data-sal="slide-right"] {
    margin-right: 35px;
    margin-bottom: 100px
}

.marketlab-uno .market .filas2>div a {
    margin-top: 0
}

.marketlab-uno .market .filas2 img:nth-child(1) {
    padding-right: 32px
}

@media (max-width:800px) {
    .marketlab-uno section.market {
        padding: 16px 0
    }

    .marketlab-uno .container {
        max-width: 100%
    }

    .marketlab-uno .market .filas2>div:last-child {
        display: grid;
        justify-content: center
    }

    .marketlab-uno [data-sal="slide-right"] {
        margin: 0;
        display: grid;
        justify-content: center
    }
}

@media (max-width:1000px) {
    .home-inicio .good_news .container2 .noticias .filas3 .texto {
        padding: 0 25px
    }

    .home-inicio .good_news .container2 .noticias .filas3 .fecha {
        padding: 0 25px
    }

    .listado-servicios .servicio-detalle .filas2 {
        margin: 0 auto;
        max-width: min-content;
        min-width: 80%
    }

    .listado-servicios .container2 {
        padding: 0 0
    }

    .listado-servicios {
        padding: 0
    }

    .listado-servicios .servicio-detalle .filas2 div:nth-child(1) {
        align-items: flex-start;
        display: flow-root
    }

    .listado-servicios .servicio-detalle h3 {
        margin-bottom: 30px
    }

    .page-inicio .marketlab {
        padding-top: 0
    }

    .home-inicio .proyectos {
        margin-bottom: 51px
    }

    .home-inicio .marketlab .filas2 a {
        margin: 0
    }

    .home-inicio .marketlab .filas2 p {
        margin: 20px auto;
        max-width: 100%
    }

    .marketlab .filas2>div:last-child img:last-child {
        max-width: 172px
    }
}

@media (max-width:760px) {
    .home-inicio .good_news .container2 .noticias .filas3 .texto a h3 {
        font-size: 20px
    }

    .listado-servicios .servicio-detalle .filas2 div:nth-child(1) {
        align-items: flex-start;
        display: flow-root
    }

    .listado-servicios .servicio-detalle h3 {
        margin-bottom: 30px
    }

    .page-inicio .good_news .container2 .noticias .filas3 {
        grid-template-columns: repeat(2, 1fr);
        align-items: baseline
    }

    .page-inicio .good_news [data-sal="slide-right"] {
        margin-right: 0;
        margin-bottom: 25px
    }

    .page-inicio section.clientes {
        padding: 24px 48px
    }

    .page-inicio .clientes .filas2 {
        margin-bottom: 30px
    }
}

@media (max-width:600px) {
    .page-inicio section.clientes {
        padding: 140px 48px;
        margin-top: 77px
    }

    .page-inicio .good_news .container2 .noticias .filas3 {
        grid-template-columns: repeat(1, 1fr)
    }

    .home-inicio .marketlab .filas2 {
        display: grid;
        place-content: center
    }

    .page-inicio .marketlab {
        padding-top: 0
    }

    .home-inicio .proyectos {
        margin-bottom: 78px
    }

    .home-inicio .marketlab .filas2 a {
        margin: 0
    }

    .home-inicio .marketlab .filas2 p {
        margin: 18px 0;
        max-width: 100%
    }

    .marketlab .filas2>div:last-child img:last-child {
        max-width: 172px
    }
}

.newsletter.servicio input[type="checkbox"],
.newsletter input[type="checkbox"] {
    display: none
}

.newsletter.servicio input[type="checkbox"]+span,
.newsletter input[type="checkbox"]+span {
    cursor: pointer
}

.newsletter.servicio .checking span:before,
.newsletter .checking span:before {
    content: '';
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    height: 20px;
    width: 95px;
    margin-right: 20px;
    text-align: center;
    text-shadow: 4px -2px 3px gray;
    vertical-align: middle;
    width: 20px
}

.newsletter.servicio input[type="checkbox"]:checked+span:before,
.newsletter input[type="checkbox"]:checked+span:before {
    content: url(https://medialab-redesign.medialabla.net/wp-content/uploads/2023/08/check.svg);
    font-size: 15px;
    font-family: 'Times New Roman';
    color: #fff
}

.page-contacto input[type="checkbox"] {
    display: none
}

.page-contacto input[type="checkbox"]+span {
    cursor: pointer
}

.page-contacto .check span:before {
    content: '';
    background: #fff0;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    height: 20px;
    width: 95px;
    margin-right: 20px;
    text-align: center;
    text-shadow: 4px -2px 3px gray;
    vertical-align: middle;
    width: 20px
}

.page-contacto input[type="checkbox"]:checked+span:before {
    content: url(https://medialab-redesign.medialabla.net/wp-content/uploads/2023/08/check.svg);
    font-size: 15px;
    font-family: 'Times New Roman';
    color: #fff
}

.check p .wpcf7-form-control-wrap::before {
    display: none !important
}

.check p span.wpcf7-form-control-wrap>span.wpcf7-form-control.wpcf7-acceptance::before {
    display: none !important
}

.check p span.wpcf7-form-control-wrap>span.wpcf7-form-control.wpcf7-acceptance::before,
.check p .wpcf7-list-item::before {
    display: none !important
}

.checking p .wpcf7-form-control-wrap::before {
    display: none !important
}

.checking p span.wpcf7-form-control-wrap>span.wpcf7-form-control.wpcf7-acceptance::before {
    display: none !important
}

.checking p span.wpcf7-form-control-wrap>span.wpcf7-form-control.wpcf7-acceptance::before,
.checking p .wpcf7-list-item::before {
    display: none !important
}

.page-inicio textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-weight: 100;
    font-family: 'Montserrat';
    font-size: 20px
}

.checking span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip::before {
    display: none
}

@media (max-width:2500px) {
    .page-inicio .scrollmagic-pin-spacer .wrapper .sections {
        width: 456%
    }

    .page-inicio .scrollmagic-pin-spacer .wrapper #title1,
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 287px
    }
}

@media (max-width:1920px) {

    .page-inicio .scrollmagic-pin-spacer .wrapper #title1,
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 280px
    }

    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: -763px
    }
}

@media (max-width:1800px) {
    .page-inicio .scrollmagic-pin-spacer .wrapper .sections {
        width: 352%
    }

    .page-inicio .scrollmagic-pin-spacer .wrapper #title1,
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 200px
    }

    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: -100px
    }
}

@media (max-width:1700px) {
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: 0
    }

    .page-inicio .scrollmagic-pin-spacer .wrapper #title1,
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 170px
    }
}

@media (max-width:1400px) {
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        margin-left: 300px
    }

    .page-inicio .scrollmagic-pin-spacer .wrapper #title1,
    .page-inicio .scrollmagic-pin-spacer .wrapper #title3 {
        font-size: 140px
    }
}

@media (max-width:520px) {


    .servicios-banner {
        margin-top: 68px
    }

    section.banner-principal {
        margin-top: 66px !important
    }

    .page-inicio .banner-principal,
    section.banner-principal.marketplace {
        padding-top: 0
    }

    .goodews_cabecera {
        margin-top: 66px
    }

    .listado-servicios .servicio-detalle p {
        padding: 0 16px
    }

    .listado-servicios .servicio-detalle h3 {
        padding: 0 16px;
        font-size: 43px;
        line-height: normal
    }
}

@media (max-width:400px) {
    .listado-servicios .servicio-detalle p {
        padding: 0 0
    }

    .listado-servicios .servicio-detalle h3 {
        padding: 0 0;
        font-size: 37px
    }
}

@media (max-width:389px) {
    .page-inicio .marketlab h2 {
        font-size: 65px
    }
}

@media (max-width:360px) {
    .page-inicio .marketlab h2 {
        font-size: 60px
    }
}

@media (max-width:344px) {
    .page-inicio .marketlab h2 {
        font-size: 50px
    }
}

.checking span.wpcf7-list-item-label a {
    text-decoration: underline
}

.nosotros-uno section.cifras .filas4 div:nth-child(3) p b::after {
    content: "MM"
}



@media (max-width:1000px) {
 
}

.page-inicio .banner-principal.mostrar+.formulario-proyecto .container div:nth-child(1).paso3 p:nth-child(4) {
    margin-bottom: 60px
}

@media (max-width:500px) {
    .page-inicio .formulario-proyecto .owl-dots {
        top: -84px
    }
}

@media (max-width:4000px) {
    #horizontal-scoll .container {
        max-width: 1800px
    }

    .horizontal h2 {
        font-size: 150px
    }

    .horizontal-scoll-wrapper .horizontal {
        max-width: 1761px
    }

    .horizontal>div:first-child {
        padding: 0
    }

    .horizontal .arriba {
        margin-right: 52px
    }

    .horizontal .abajo {
        margin-right: 52px
    }
}

.btn-caso-estudio {
    color: white;
    position: absolute;
    z-index: 100;
    margin: -100px 0 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.btn-caso-estudio svg {
    width: 25px;
    height: 12px;
}

.btn-caso-estudio .flecha {
    background: white;
    margin: 0 10px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-caso-estudio b {
    display: block;
    font-size: 16px;
}

.btn-caso-estudio .texto {
    font-size: 10px;
    line-height: 1.3;
}
@keyframes go-left-right {
from { left: 0px; }
to { left: calc(100% - 50px); }
}

.btn-caso-estudio:hover .flecha svg {
    animation: go-left-right 0.5s infinite alternate;
    position:relative;
}
    

.b-primary:hover {
    background: #2f83d5;
    color: white;
    border: 2px solid #2f83d5;
}

.capitalize-title {
    text-transform: capitalize;
}

.b-primarys:hover {
    background: #2f83d5;
    color: white;
    border: 2px solid #2f83d5;
}

body .detalle-articulo .bajada ul {
    margin: 1em;
    list-style-type: disc;
    padding-left: 1.5em;
}

body .detalle-articulo .bajada *{
    line-height:30px
}









.nosotros-nuevo .mobile {
    display: none;
}

.nosotros-nuevo .textbaner-content.text-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    margin-left: 90px;
    max-width: 832px;
}

.nosotros-nuevo .textbaner-content.text-center h2 {
    font-size: 75px;
}
main.nosotros-nuevo div#mark {
    position: relative;
    top: -50px;
    transform: none;
    display: flex;
    align-items: end;
}
.nosotros-nuevo div#mark img {
    max-width: 97px;
}
main.nosotros-nuevo section.crecer {
    margin: 0px auto 115px;
}
main.nosotros-nuevo section.crecer p {
    margin: 0;
}











.nosotros-nuevo .punto-n {
    position: relative;
    left: 0;
    display: flex;
    justify-content: center;
    top: -50px;
}

.nosotros-nuevo .punto-n img {
    /* height: 151px; */
    width: 7px;
}

  section.nosotros-slidermain {
    margin: 70px 0 0 0;
    text-align: center;
}
section.nosotros-slidermain h2{
  font-size: 130px;
    font-weight: 700;
    letter-spacing: -4px;
    color: #1f2e39;
    margin: 0px 0 25px;
}
  .nosotros-slidermain .container {
    max-width: 1400px;
}
  .nosotros-slidermain   .tabs {
          display: flex; 
          justify-content: center; 
          margin-bottom: 20px; 
        }
        .nosotros-slidermain    .tab { 
         
            padding: 10px 19px;
    cursor: pointer;
    border: 2px solid black;
    margin-right: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;

           }
           .nosotros-slidermain  .tab.active { 
          background: #2f83d5; 
          color: white;
          border: 0;
         }
         .nosotros-slidermain  .tab-content { 
          display: none;
         }
         .nosotros-slidermain   .tab-content.active { 
          display: block; 
        }
        .nosotros-slidermain   .owl-carousel .item { 
          text-align: center; 
          padding: 8px;
         }
         .nosotros-slidermain  .owl-carousel img { 
          width: 100%; 
          /* max-width: 250px;  */
          border-radius: 0px;
         }
      .nosotros-slidermain  .owl-carousel p { 
          font-size: 15px; 
          font-weight: 500;
           margin-top: 10px; 
          }

          .nosotros-slidermain    .title-equipo {
            margin: 10px 15px 4px;
            text-align: left;
                }

              .nosotros-slidermain .name h3 {
                  font-size: 16px;
                  font-weight: 700;
              }




          .nosotros-slidermain  .item {
            position: relative;
          
            overflow: hidden;
            border-radius: 0px;
            /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); */
            cursor: pointer;
        }
     

        /* 🔹 ESTILO DEL HOVER */
        .nosotros-slidermain   .item .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgb(47 131 213);
            color: white;
            padding: 15px;
            display: block;
            text-align: left;
            flex-direction: column;
            justify-content: space-between;
            opacity: 0;
            transition: opacity 0.3s ease-in-out;
        }

        /* 🔹 MOSTRAR AL HACER HOVER */
        .nosotros-slidermain  .item:hover .overlay {
            opacity: 1;
        }


        .nosotros-slidermain .overlay p {
            font-size: 14px;
            line-height: 1.4;
        }
        .nosotros-slidermain   .overlay .name {
            font-weight: bold;
            font-size: 16px;
        }
        .nosotros-slidermain  .overlay .role {
            font-size: 13px;
            opacity: 0.8;
        }
        .nosotros-slidermain   .boton {
            text-align: left;
            position: absolute;
            bottom: 0;
            padding-bottom: 20px;
        }


        .nosotros-slidermain  .icons {
    display: flex;
      }


      .nosotros-slidermain .icons a {
          position: relative;
          max-width: 44px;
      }


      .nosotros-slidermain .owl-nav {
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 30px;
    position: absolute;
}
.nosotros-slidermain .owl-nav button{
     
}

.nosotros-slidermain .owl-theme .owl-nav [class*=owl-]:hover{
  background: transparent;
}

.nosotros-slidermain .owl-nav button.owl-prev  {
    position: relative;
    left: -80px;
}

section.nosotros-slidermain .owl-theme .owl-dots button span {
    width: 35px;
    height: 4px;
}



section.nosotros-slidermain .owl-theme .owl-dots button.owl-dot.active span {
    background: #2f83d5;
}
.nosotros-slidermain button.owl-next.owl-next  {
       position: relative;
       left: 80px;
}

.nosotros-slidermain button svg {
    width: 40px;
    filter: brightness(0.5);
}










.mobile-acordeon    .container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 0 20px;
}
.mobile-acordeon      select {
    width: 100%;
    max-width: 100%; 
    padding: 20px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; 
    background: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    font-weight: 700;
    background-size: 27px;
}
.mobile-acordeon  .category {
    margin-top: 20px;
    display: none;
}
.mobile-acordeon   .item {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding: 15px;
    text-align: center;
}
.mobile-acordeon   .hidden {
    display: none;
}
.mobile-acordeon   .item img {
    width: 100%;
 
    object-fit: cover;
}
.mobile-acordeon  .btn {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: transparent;
    border: 2px solid #252938;
    color: black;
    cursor: pointer!important;
    border-radius: 5px;
    text-align: center;
    display: none;
    font-weight: 800;
    margin-top: 40px;
}

.mobile-acordeon {
    display: none;
}










section.nosotros-slidermain .owl-dots {
    margin-top: 20px;
}
.nosotros-nuevo .item:hover .title-equipo{
    z-index: 10000;

    color: white;
    margin: 0;
    padding: 3px 7px 4px;
}

.nosotros-nuevo .item:hover .title-equipo h3 {
    font-weight: 700;
}

.nosotros-nuevo .item:hover .title-equipo  h4{
    font-size: 15px;
}


.nosotros-nuevo .item .title-equipo{
    z-index: 10000;
    position: relative;
    text-align: left;
    padding: 0px;
}
.nosotros-nuevo .item .title-equipo h3 {
    font-weight: 700;
}
.nosotros-nuevo .item .title-equipo  h4{
    font-size: 15px;
}








@media (max-width:1550px) {
    .textbaner-content.text-center h2 {
        font-size: 60px;
    }

    .nosotros-slidermain .container {
        max-width: 1280px;
    }

    .nosotros-slidermain .tab {
        font-size: 13px;
    }
}


@media (max-width:1380px) {
    .textbaner-content.text-center h2 {
        font-size: 50px;
    }

    .nosotros-slidermain .container {
        max-width: 1200px;
    }
    .nosotros-slidermain .tab {
        width: auto;
    }
    
}


@media (max-width:1230px) {
    .nosotros-slidermain .container {
        max-width: 1000px;
    }

    .nosotros-slidermain .overlay p{
        font-size: 12px;
    }
}
@media (max-width:1000px) {
    section.nosotros-slidermain{
        margin: 40px 0 0 0;
    }
 
    .nosotros-slidermain  .tabs {
        
        white-space: nowrap;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; 
        overflow: scroll;
        display: flex;
        justify-content: left;
    }
    
    .nosotros-slidermain .tabs::-webkit-scrollbar {
        display: none; /* Oculta la barra de desplazamiento en móviles */
    }
    
    .nosotros-slidermain   .tab {
        flex: 0 0 auto;
        padding: 10px 15px;
        border: 1px solid black;
        scroll-snap-align: start;
        cursor: pointer;
    }
    









    .textbaner-content.text-center h2 {
        font-size: 50px;
    }
    .nosotros-nuevo .desktop {
        display: none;
    }
    .nosotros-nuevo .mobile {
        display: block;
    }

    section.nosotros-slidermain h2 {
        font-size: 60px;
    }

    .nosotros-nuevo .textbaner-content.text-center{
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
    .nosotros-nuevo .textbaner-content.text-center h2{
        font-size: 60px;
        margin: 0 0;
    }


}






@media (max-width:768px){

    .mobile-acordeon .item{
        position: relative;
    }
    .mobile-acordeon {
        display: block;
    }
    
    section.nosotros-slidermain .container {
        display: none;
    }
    
    
 
    
    .mobile-acordeon .item .overlay{
        position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgb(47 131 213);
     color: white;
     padding: 15px;
     display: block;
     text-align: left;
     flex-direction: column;
     justify-content: space-between;
     opacity: 0;
     transition: opacity 0.3sease-in-out;
    }
    
    .mobile-acordeon .item:hover .overlay{
    opacity: 1;
    
    visibility: visible;
    }
    
    
    .mobile-acordeon  .overlay p {
             font-size: 14px;
             line-height: 1.4;
         }
        .mobile-acordeon   .overlay .name {
             font-weight: bold;
             font-size: 16px;
         }
        .mobile-acordeon  .overlay .role {
             font-size: 13px;
             opacity: 0.8;
         }
       .mobile-acordeon   .boton {
             text-align: left;
             position: absolute;
             bottom: 0;
             padding-bottom: 20px;
         }
    
    
    .mobile-acordeon  .icons {
     display: flex;
       }
    
    
      .mobile-acordeon  .icons a {
           position: relative;
           max-width: 44px;
       }
}










.servicios-digital .container{
    max-width: 100%;
    padding: 0;
}


section.layout-contenido-form.listado-servicios .servicio-detalle {
    margin-top: 90px;
}

.contain-medios .fila-medios .medios {
       display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.listado-servicios .servicio-detalle .texto-medios p{
    font-size: 17px;
}
.contain-medios .fila-medios .medios .img-medios {
           max-width: 415px;
    margin-left: 10px;
}

.contain-medios .fila-medios .medios .img-medios img {
    width: 100%;
}

.contain-medios .fila-medios .medios h3 {
    font-size: 75px;
    margin: 0;
    line-height: 76px;
}

section.layout-contenido-form.listado-servicios {
 max-width: 1620px;
    margin: 0 auto;
    padding: 0;
    padding: 0rem 8rem 0rem 4rem;
}


.servicios-digital {
        position: relative;
}

.formulario-wrapper h2 {
      font-size: 39px;
    padding: 0 13px;
    text-align: center;

        margin: 0 0 10px;
}

 .layout-contenido-form {
    display: flex;
    gap: 40px;
    padding: 0 5%;
    align-items: stretch;
    position: relative;
  }

  .layout-contenido-form .item img{
    height: 100vh!important;
    object-fit: cover;
    width: 100%;
    
  }


  section.layout-contenido-form.listado-servicios   .contenido-scroll{
        margin-bottom: 140px;

  }
  .contenido-scroll {
    width: 70%;
  }

  .formulario-contacto {
        width: 30%;
    position: fixed;
    right: 0;
  }

  .formulario-wrapper {
      position: sticky;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    background: linear-gradient(252deg, #e565b1, #5d93dd);
    padding: 80px 50px 70px;
    border-radius: 0px;
    color: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
  
  }


  .servicios-digital .title label {
    
    top: 13px;
    font-size: 13px;
   
}


body.servicio-digital footer.page-servicios-digital {
    position: relative;
    z-index: 9;
}

body.servicio-digital .formulario-wrapper {
    top: 73px;
    position: relative;
}

.servicios-digital .wpcf7-form-control .wpcf7-list-item label span{
    font-size: 10px;
}



.servicios-digital  .button-digital p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
}


body.servicio-digital footer.page-servicios-digitales {
    z-index: 3;
    position: relative;
}


.servicios-digital .wpcf7 form.invalid .wpcf7-response-output, .servicios-digital .wpcf7 form.unaccepted .wpcf7-response-output, 
.servicios-digital .wpcf7 form.payment-required .wpcf7-response-output{
      margin-bottom: 69px;
    font-size: 11px;
    margin-top: auto;
    background: #2f83d5;
    border: 0;
}

.servicios-digital .title p {
    margin: 0;
}

.servicios-digital .check p span.wpcf7-list-item label {
        display: grid;
    grid-template-columns: 20px 1fr;
    align-items: center;
    gap: 5px;
    color: white;
    font-size: 14px;
    justify-content: space-around;
    margin-top: 5px;
    justify-self: anchor-center;
}
.servicios-digital .check label{
    font-size: 10px;
}

.servicios-digital .check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid white;
    border-radius: 2px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    transition: background 0.3s ease;
    margin: 0;
}

.servicios-digital .check input[type="checkbox"]:checked {
  background-color: rgba(255, 255, 255, 0.3); /* Fondo con opacidad */
}

.servicios-digital .check input[type="checkbox"]:checked::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 2px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(37deg);
}

.servicios-digital  .banner-principal .texto {
    position: absolute;
    top: 0;
    transform: none;
    color: #fff;
    margin: 0 auto;
    /* max-width: 832px; */
    /* max-width: 1620px; */
    margin: 0 auto;
    padding: 0;
    padding: 0rem 8rem 0rem 11rem;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}


  .formulario-wrapper input,
  .formulario-wrapper select,
  .formulario-wrapper textarea {
    /* width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
    font-size: 16px; */
        margin-bottom: 15px;
        font-size: 13px;
  }

  .servicios-digital  .formulario-wrapper input[type="submit"] {
        width: 180px;
    height: 38px;
    background: #fff0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    cursor: pointer;
        margin-bottom: 21px;
  }

 .servicios-digital .title input:focus+label, .servicios-digital .title input:valid+label,.servicios-digital  .title textarea:focus+label, .servicios-digital .title textarea:valid+label{
    display: none;
  }

  .formulario-wrapper input[type="submit"]:hover {
    background: #2f83d5;
  }


  .servicios-digital .item {
    position: relative;
}


.servicios-digital section.banner-principal.layout-contenido-form .texto h2 {
    font-size: 50px;
    max-width: 100%;
}

span.color-lab {
    color: #2f83d5;
}







.servicios-digital span.wpcf7-not-valid-tip {display: none;}


 .servicios-digital  .wpcf7-validates-as-required.wpcf7-not-valid{
  border: 1px solid #d52f2f;
  padding: 10px 6px;
 }



 


  @media (max-width: 1760px) {

  

.servicios-digital .banner-principal .texto {
        padding: 0rem 8rem 0rem 4rem;
}
  }


   @media (max-width: 1620px) {

    section.layout-contenido-form.listado-servicios {
   
    padding: 0rem 13rem 0rem 6rem;
}

.contain-medios .fila-medios .medios h3 {
    font-size: 67px;
    line-height: 69px;
}
.contain-medios .fila-medios .medios .img-medios {
    max-width: 390px;
    margin-left: 10px;
}


.contain-medios .fila-medios .medios {
          grid-gap: 43px;
}
}


  @media (max-width: 1200px) {
.formulario-wrapper {
    padding: 42px 50px 70px;
}
  }


  @media (min-width: 769px) {
 .formulario-wrapper{
            display: flex;
    flex-direction: column;
    justify-content: center;
    }
  }

 @media (max-width: 1420px) {
.contain-medios .fila-medios .medios h3 {
    font-size: 55px;
    line-height: 65px;
}
.contain-medios .fila-medios .medios .img-medios {
    max-width: 340px;
    margin-left: 10px;
}

 }

  @media (max-width: 1270px) {
.contain-medios .fila-medios .medios h3 {
    font-size: 50px;
    line-height: 54px;
}


 }

   
  @media (max-width: 1024px) {

        section.layout-contenido-form.listado-servicios {
        padding: 0rem 13rem 0rem 3rem;
        }

        .formulario-wrapper input[type="submit"] {
                width: 176px;
        }
        .servicios-digital .check label{
            text-align: left;
        }

    .layout-contenido-form {
      flex-direction: column;
    }


    .formulario-wrapper h2{
        font-size: 30px;
    }
    .contenido-scroll{
        width: 61%;
    }

    .servicios-digital section.banner-principal.layout-contenido-form .texto h2 {
    font-size: 41px;
    max-width: 100%;
    line-height: 1.3;
}

    .formulario-contacto {
          width: 39%;
    }

    .formulario-wrapper {
      position: static;
      max-height: none;
      overflow: visible;
    }


    .contain-medios .fila-medios .medios{
        grid-gap: 43px;
        flex-direction: column;
        display: flex;
        align-items: baseline;
    }


  }





    @media (max-width: 768px) {

        
  .burbuja-scroll-top {
   width: 47px;
    height: 34px;
    background: linear-gradient(to bottom, #7d89d3, #fbc2eb);
    border-radius: 50% 50% 0 0;
    position: relative;
    bottom: -3px;
    /* right: 20px; */
    display: flex
;
    align-items: flex-end;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}
.cont-flecha {
    justify-content: center;
    display: flex;
    z-index: -1;
    position: relative;
}

.burbuja-scroll-top .flecha {
  width: 0;
  height: 0;
  margin-bottom: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid white; /* Flecha blanca apuntando hacia arriba */
}

        .servicios-digital section.banner-principal.layout-contenido-form .texto h2{
            font-size: 30px;
        }

            section.layout-contenido-form.listado-servicios {
              padding: 0 20px;
            }
  .burbuja-scroll-top {
  
    display: flex;

}

    .servicios-digital .banner-principal .texto {
        padding: 0 20px;
        top: -44px;
    }


        body.estado-1 .formulario-contacto form {
    display: block;
}

body.estado-1 .cont-flecha {
    background: transparent;
            z-index: 7;
}

body.estado-1 .cont-flecha .burbuja-scroll-top {
    background: #b376c1;
    box-shadow: none;
}

body.estado-1 .cont-flecha .burbuja-scroll-top span.flecha {
    transform: rotate(180deg);
}

  .contenido-scroll{
    width: 100%;
  }

  .formulario-contacto{
    bottom: 0;
    width: 100%;
  }

  .formulario-contacto form{
    display: none;
  }
  .formulario-wrapper{
        height: auto;
        padding: 10px 20px;
        max-height: none;
  }

  body.servicio-digital .formulario-wrapper {
   top: 0;
           max-height: 400px;
        overflow: auto;

  }

    }
