/* Loading Screen Styling */

.loading-screen {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background-color: #15265b;
    width: 100%;
    height: 100%;
    transform: scaleY(0) skewX(0);
    transform-origin: top left;
}

.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 999999999999;
    pointer-events: none;
}


/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Remove default padding */

ul[class],
ol[class] {
    padding: 0;
}


/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}


/* Set core body defaults */

html,
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    color: #15265b;
}


/* Remove list styles on ul, ol elements with a class attribute */

ul[class],
ol[class] {
    list-style: none;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration-skip-ink: auto;
}


/* Make images easier to work with */

img {
    max-width: 100%;
    display: block;
}


/* Natural flow and rhythm in articles by default */

article>*+* {
    margin-top: 1em;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

a,
button {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}


/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/* ESTILOS ADPONE */

::-moz-selection {
    /* Code for Firefox */
    color: #3dbafd;
    background: none;
}

::selection {
    color: #3dbafd;
    background: none;
}

b,
strong {
    font-weight: 600;
}

.bg-blue {
    background-color: #15265b;
    color: #fff;
}

.bg-lightblue {
    background-color: #3dbafd;
    color: #fff;
}

.text-selection-dark p::selection,
.text-selection-dark a::selection,
.text-selection-dark h2::selection,
#contact .wpcf7 form.sent .wpcf7-response-output::selection,
#contactSide .wpcf7 form.sent .wpcf7-response-output::selection {
    color: #15265b !important;
}

.sidenav .wpcf7-form-control-wrap.cv-user:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    border-radius: 3px;
    height: 100%;
    background-color: #15265b;
    background-image: url(../img/upload.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-lightblue p::selection,
.bg-lightblue a::selection,
.bg-lightblue h3::selection,
.bg-lightblue h2::selection,
#formats #advertisers-publishers .text-blue::selection,
#formats #advertisers-publishers .text-blue span::selection {
    color: #fff !important;
}

#formats #advertisers-publishers a.cta span.text-white::selection {
    color: #3dbafd !important;
}

.bg-aqua {
    background-color: #63dacb;
}

.bg-gray {
    background-color: #eeeeee;
}

.bg-white {
    background-color: #fff;
    color: #15265b;
}

.btn.bg-lightblue:hover {
    background-color: #fff;
    color: #3dbafd !important;
}

.text-blue {
    color: #15265b;
}

.text-lightblue {
    color: #3dbafd;
}

.text-aqua {
    color: #63dacb;
}

.text-gray {
    color: #eeeeee;
}

.text-xxl {
    font-size: 2.8rem;
}

.text-xl {
    font-size: 2.3rem;
}

.text-sl {
    font-size: 1.6rem;
}

.text-l {
    font-size: 1.3rem;
}

.text-300 {
    font-weight: 300;
}

.text-500 {
    font-weight: 500;
}

.text-600 {
    font-weight: 600;
}

.text-700 {
    font-weight: 700;
}

.text-800 {
    font-weight: 800;
}

.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fill {
    object-fit: fill;
}

.contain {
    object-fit: contain;
}

.cover {
    object-fit: cover;
}

.none {
    object-fit: none;
}

.no-events {
    pointer-events: none;
}

.scale-down {
    object-fit: scale-down;
}

header#header-main {
    position: fixed;
    height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
}

#header-main .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

#header-main .logo {
    z-index: 50;
}

#header-main .logo svg {
    width: 150px;
}

#header-main .logo #dp.cls-1 {
    fill: #A8ACAD;
}

section {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.rellax {
    z-index: -1;
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;
}

p:hover span.text-hover::before {
    transform: translateX(0);
}

.navBar__itemWrapper {
    display: inline-block;
    float: right;
}

#menu-mobile {
    display: none;
    pointer-events: none;
}

.menu-item {
    text-decoration: none;
    color: #15265b;
    font-size: 1rem;
    font-weight: 300;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-item:not(.btn):hover {
    color: #3dbafd !important;
    text-decoration: none;
}

.menu-item.btn a,
.menu-item.btn a {
    color: #15265b;
}

.menu-item.current-menu-item a {
    font-weight: 700;
}

.menu-item a,
.menu-item a {
    color: #15265b;
}

.menu-item.btn {
    box-shadow: inset 0px 0px 0px 0.1rem #3dbafd;
    padding: 8px 20px 8px 20px;
    color: #15265b;
    border-radius: 30px;
}

.menu-item.btn:hover {
    background-color: #3dbafd;
}

.menu-item.btn:hover a {
    color: #fff;
}

.wpml-ls-native {
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.gradient-overlay {
    position: relative;
}

.gradient-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: rgb(0, 223, 205);
}

.gradient-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: rgb(61, 187, 254);
    background: -moz-linear-gradient(189deg, rgba(61, 187, 254, 0.8295693277310925) 14%, rgba(61, 187, 254, 0.0760679271708683) 35%, rgba(61, 233, 244, 0) 62%, rgba(61, 254, 239, 0.8267682072829132) 98%);
    background: -webkit-linear-gradient(189deg, rgba(61, 187, 254, 0.8295693277310925) 14%, rgba(61, 187, 254, 0.0760679271708683) 35%, rgba(61, 233, 244, 0) 62%, rgba(61, 254, 239, 0.8267682072829132) 98%);
    background: linear-gradient(189deg, rgba(61, 187, 254, 0.8295693277310925) 14%, rgba(61, 187, 254, 0.0760679271708683) 35%, rgba(61, 233, 244, 0) 62%, rgba(61, 254, 239, 0.8267682072829132) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#3dbbfe", endColorstr="#3dfeef", GradientType=1);
}

.modal-backdrop.show {
    opacity: 0.75;
}

.grecaptcha-badge {
    z-index: -1;
    transform: translate(0, 50px);
    pointer-events: none;
}

/* Home */

body#home,
body#contact {
    background-color: #15265b;
    color: #fff;
}

#home header#header-main,
#contact header#header-main {
    background-color: #15265b;
}

#home #header-main .logo #dp.cls-1,
#contact #header-main .logo #dp.cls-1 {
    fill: #fff;
}

#header-main.open #mainLogo #dp.cls-1,
#header-main.open #mainLogo #aone .cls-1 {
    fill: #15265b;
    transition: fill .6s ease;
}

.menu-item a:hover {
    text-decoration: none;
}

#home .hero {
    width: 100%;
    position: relative;
}

#home .hero .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

#home .hero h1 {
    font-weight: 900;
    font-size: 8vw;
    line-height: 0.9;
    position: relative;
    font-weight: 900;
    max-width: 65%;
    min-height: 20vw;
    height: 100%;
}

#home .hero h1.esp {
    font-size: 7vw;
}

#home .hero h1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
    overflow: hidden;
}

#home .hero h1 .letter {
    display: inline-block;
    line-height: 1em;
}

#home .hero h1 .letters .letter:nth-last-child(n+1):nth-last-child(-n+6) {
    color: #15265b;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

#home .hero h1 span.outline {
    color: #15265b;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.hero h1 .spacing-t {
    padding-right: 0.5rem;
}

#home .hero .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 80%;
}

#home .hero .items p {
    font-weight: 700;
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
    position: relative;
    z-index: 1;
    transform-origin: 0% 50%;
    transition: .4s cubic-bezier(.645, .045, .355, 1);
}

#home .hero .items p.highlight {
    position: relative;
}

#home .hero .items p.highlight.selected {
    color: #3dbafd;
}

#home .hero .items p .plus {
    position: absolute;
    opacity: 0;
    left: -1.5rem;
    transition: .4s cubic-bezier(.645, .045, .355, 1);
}


#home .hero .items p.selected .plus {
    opacity: 1;
}

#home .hero .items p.highlight.selected:before {
    width: calc(100% + 10px);
}

#home .hero .items p.selected {
    color: #fff;
    transform: scale(1.25);
}

#home .hero .items p.highlight.selected2 {
    color: #3dbafd;
}

#home .hero .items .typed-cursor {
    font-size: 2rem;
}

#home .hero .frase-esp p {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
}

#home .hero .frase-esp p:first-child {
    color: #3dbafd;
    font-weight: 700;
}

section#numbers {
    padding-bottom: 3rem;
}

#numbers .item {
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 1rem;
}

#numbers .item:before {
    content: url(../img/frame-white-xs.png);
    position: absolute;
    top: 0;
    left: -0.75rem;
    width: 25px;
}

#numbers .item p {
    font-size: 1.8rem;
    font-weight: 800;
    color: #63dacb;
    position: relative;
    z-index: 10;
    font-weight: 800;
    line-height: 1.2;
}

#numbers .item p span {
    color: #fff;
    transition: .4s cubic-bezier(.645, .045, .355, 1);
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    position: relative;
}

#home .award-1 .top {}

#home .award-1 .top img {
    max-width: 300px;
    margin: auto;
}


#home .award .description {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

#home .award .rank {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#home .award .rank .number {
    width: 30%;
    display: flex;
    justify-content: flex-end;

}

#home .award .rank .number img {
    max-height: 75px;
}

#home .award .rank p.description {
    width: 65%;
    text-align: left;
}


#home section#separator {
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: flex;
    align-items: center;
}

#home #separator .content {}

#home #separator p {
    text-align: center;
    color: #fff;
    max-width: 950px;
    margin: auto;
    font-weight: 700;
    z-index: 1;
    position: relative;
    font-size: 2.3rem;
}

#home #separator img {
    z-index: 0;
    opacity: 0.5;
    max-width: 250px;
}

#home #separator .frame-right.bottom {
    transform: rotate(180deg);
}

section#testimonials {
    padding: 0;
}

.swiper-container.swiper-testimonials {
    padding-bottom: 7rem;
    padding-top: 3rem;
}

.swiper-testimonials .swiper-wrapper {
    display: flex;
    align-items: center;
}

.quote-icon {
    position: absolute;
    left: calc(50% - 200px);
    top: calc(50% - 400px);
    opacity: 0.1;
    z-index: 0;
}

.testimonial {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 700px;
    position: relative;
    margin: auto;
}

.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/quote-bg.png);
    opacity: 0.1;
}

.testimonial img {
    max-width: 190px;
    max-height: 60px;
    margin-bottom: 1rem;
}

.testimonial .quote {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 4rem;
}

.testimonial .name {
    letter-spacing: 0.25rem;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial .company {
    letter-spacing: 0.25rem;
    text-transform: uppercase;
}

.swiper-testimonials.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 70px;
}

.swiper-testimonials .swiper-pagination-bullet-active {
    background-color: #fff;
}

#ad-world .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

#ad-world .bg .box {
    width: 50%;
}

#ad-world .bg .box.box-right {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#ad-world .box-photos .swiper-photos,
#ad-world .box-photos .swiper-wrapper,
#ad-world .box-photos .swiper-slide {
    width: 100%;
    height: 100%;
}

#ad-world .gradient-overlay:before,
#ad-world .gradient-overlay:after {
    z-index: 10;
}

#ad-world .box-photos .swiper-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#ad-world .container {
    z-index: 1;
    position: relative;
}

#ad-world .text-xl {
    font-size: 2.2rem;
}

#ad-world p {
    color: #15265b;
    line-height: 1.3;
}

#ad-world p .highlight {
    background-color: #63dacb;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
}

#brands .agencies {
    margin-bottom: 10rem;
}

.swiper-agencies {
    cursor: pointer;
}

.swiper-agencies:active {
    cursor: grab;
}

.agencies-pagination .swiper-pagination-bullet-active {
    background-color: #3dbafd;
}

#brands .partners {
    margin-bottom: 10rem;
}

#brands h2 {
    margin-bottom: 2rem;
}

#advertisers-publishers {
    position: relative;
}

#advertisers-publishers .container {
    position: relative;
    z-index: 1;
}

#advertisers-publishers h2 {
    margin-bottom: 2rem;
    font-weight: 700;
}

#advertisers-publishers p {
    font-size: 1.3rem;
    max-width: 60%;
}

a.cta {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

a.cta span {
    margin-left: 1rem;
    transition: all 0.5s cubic-bezier(.2, .6, .4, 1);
}

a.cta:hover span {
    margin-left: 2rem;
}

#advertisers-publishers .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

#advertisers-publishers .bg .box {
    width: 50%;
}

#advertisers-publishers .bg .box {}

#footer-main {
    background-color: #eeeeee;
    color: #15265b;
    padding-top: 7rem;
    padding-bottom: 4rem;
}

#footer-main .top {
    max-width: 700px;
    margin: auto;
    margin-bottom: 3rem;
}

#footer-main .top p {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

#footer-main .top a {
    text-decoration: none;
}

#footer-main .top .btn {
    font-size: 1.3rem;
    box-shadow: 0px 0px 0px 0.1rem #3dbafd;
    border-radius: 30px;
}

#footer-main .top .btn:hover {
    color: #fff;
    background-color: #3dbafd;
}

#footer-main .bottom {
    display: flex;
    justify-content: space-between;
}

#footer-main .bottom .social-media {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: center;
}

#footer-main .bottom .social-media a {
    margin-left: 1rem;
    margin-right: 1rem;
}

#footer-main .bottom .social-media a svg path {
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

#footer-main .bottom .social-media a:hover svg path {
    fill: #3dbafd;
}

.footer-right .logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3rem;
}

.footer-right .logos img {
    max-width: 75px;
}

#footer-main .disclaimer {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
    width: 100%;
}

#footer-main .disclaimer a {
    margin-left: 1rem;
    margin-right: 1rem;
    color: #15265b;
}

#footer-main .disclaimer a:hover {
    text-decoration: none;
    color: #3dbafd;
}


/* INTERNAS*/

section.header-inner {
    padding-top: 150px;
    padding-bottom: 5rem;
    padding-left: 15px;
}

.header-inner h1,
.header-inner h2 {
    position: relative;
    font-weight: 700;
}

.header-inner h1:before,
.header-inner h2:before {
    content: url(../img/frame-lightblue.png);
    position: absolute;
    top: -2rem;
    left: -2rem;
}


/* SOLUTIONS */

#solutions .items-grid {
    justify-content: space-around;
}

#solutions .item {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 25%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#solutions .format {
    max-width: 24%;
}

#solutions .format-text-visible {
    bottom: -50px;
    min-height: 100px;
}

#solutions .format-text-visible .title {
    font-size: 1.6rem;
}

#solutions .format-text-visible-hover .subtitle {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

#solutions .item .ball {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
    background-color: orange;
}

#solutions .item .ball img {
    max-width: 110%;
    max-height: 110%;
}

#solutions .item h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}

#solutions .item p {
    max-width: 90%;
}

#solutions .item p.title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

#solutions section.header-inner {
    padding-bottom: 7rem;
}

#solutions #footer-main {
    margin-top: 5rem;
}

/* FORMATOS */

.formats-grid {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.format {
    margin: 5px;
    color: white;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    flex: 1 0 auto;
    height: auto;
    width: 30%;
    max-width: 30%;
    padding: 0;
    position: relative;
}

#formats .format {
    margin-bottom: 10%;
}

#formats .modal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#formats .modal .modal-body {
    width: 100%;
}

.format:before {
    content: '';
    float: left;
    padding-top: 100%;
}

.formatItem__mainWrapper {
    width: 100%;
    height: 100%;
    display: -ms-grid;
    display: grid;
    position: relative;
    color: #000;
}

.formatItem__ballBGWrapper {
    transform: scale3d(.6, .6, .6);
    transition: transform .6s cubic-bezier(1, .005, .37, 1.645);
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
}

.formatItem__ballBG {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #15265b;
}



.formatItem__heroImg {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    transition-delay: .15s;
    transition: transform .6s cubic-bezier(1, .005, .37, 1), top .6s cubic-bezier(1, .005, .37, 1);
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
}

.formatItem__mainWrapper:hover .formatItem__ballBGWrapper {
    transform: scaleX(1);
}


#formats .formatItem__heroImg {
    max-width: 110%;
    max-height: 110%;
}


.formatItem__mainWrapper:hover .formatItem__heroImg {
    transform: translate3d(-50%, -110%, 0) scale3d(1.3, 1.3, 1.3);
    top: 95%;
}

.format-text-visible {
    width: 100%;
    position: absolute;
    bottom: 20px;
    transition: transform .5s, opacity .5s;
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
    font-weight: 700;
    text-align: center;
    opacity: 1;
    line-height: 1.2;
    color: #15265b;
}

#formats .format-text-visible {
    position: relative;

    top: -15%;

}

.format-text-visible .title {
    font-size: 1.6rem;
}

#formats .format-text-visible .title br {
    display: none;
}

.format-text-visible .subtitle {
    font-size: 1.4rem;
}

.formatItem__wrapperSubHeader--preHover {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.formatItem__wrapperSubHeader--preHover {
    transition: transform .5s, opacity .5s;
    animation-duration: .75s;
    animation-fill-mode: backwards;
    animation-delay: .5s;
}

.formatItem__bodyContentWrapper {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    width: 75%;
}

.format-text-visible-hover {
    margin-bottom: 10px;
}

.format-text-visible-hover .title {
    font-weight: 800;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.format-text-visible-hover {
    opacity: 0;
    animation-duration: .75s;
    animation-fill-mode: backwards;
    transition: transform .5s, opacity .5s;
    transition-delay: 0s;
    transform: translate3d(0, 3rem, 0);
}

.formatItem__mainWrapper:hover .format-text-visible-hover {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.format-text-visible-hover .subtitle {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.format-text-visible-hover .copy {
    font-weight: 300;
    font-size: 0.9rem;
    line-height: normal;
    text-align: center;
}

.format-text-visible-hover .cta {
    position: relative;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

#formats .format-text-visible .description {
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-top: 1rem;
}

.format:hover .format-text-visible {
    transform: translate3d(0, -3rem, 0);
    opacity: 0;
}

#f-video .formatItem__ballBG {
    background-color: #3dbafd;
}

#f-video .format-text-visible {
    color: #3dbafd;
}

#f-video .format {
    width: 23%;
    max-width: 30%;
}

.format .format-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.format .format-text {
    font-size: 1.6rem;
}

.format .format-text .text-m {}

#formats #advertisers-publishers {
    margin-top: 7rem;
}

#formats #advertisers-publishers p {
    max-width: 100%;
    font-size: 1.6rem;
}

#formats #advertisers-publishers a.cta {
    top: inherit;
    position: relative;
}

#formats .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* GALLERY */

.gallery-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 7rem;
}

.gallery-item {
    height: 0;
    border: solid 2px #fff;
    padding-bottom: 35%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
    position: relative;
    overflow: hidden;
    width: calc(100% / 4);
}

.gallery-item:nth-child(1),
.gallery-item:nth-child(4),
.gallery-item:nth-child(5),
.gallery-item:nth-child(8),
.gallery-item:nth-child(9),
.gallery-item:nth-child(12),
.gallery-item:nth-child(13),
.gallery-item:nth-child(16) {
    width: calc(100% / 2);
}





/*
.gallery-item:nth-child(2),
.gallery-item:nth-child(3) {
    width: calc(100% / 4);
} */

.gallery-item:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(21, 38, 91);
    background: -moz-linear-gradient(36deg, rgba(21, 38, 91, 1) 14%, rgba(0, 223, 205, 1) 98%);
    background: -webkit-linear-gradient(36deg, rgba(21, 38, 9, 1) 14%, rgba(0, 223, 205, 1) 98%);
    background: linear-gradient(36deg, rgba(21, 38, 91, 1) 14%, rgba(0, 223, 205, 1) 98%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#15265b", endColorstr="#00dfcd", GradientType=1);
    color: #fff;
    opacity: 0.4;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

.gallery-item:hover:before {
    opacity: 0.7;
}

.gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateZ(0);
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 2.95s cubic-bezier(.2, 1, .3, 1);
}

.gallery-item:hover .gallery-bg {
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-text {
    position: relative;
    z-index: 2;
    margin: 50px 30px;
}

.gallery-text:before {
    position: absolute;
    content: "";
    top: -1rem;
    left: -1rem;
    content: url(../img/frame-white-xs.png);
}

.gallery-text p.titulo {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.gallery-text p.client {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.gallery-text p.description {
    opacity: 0;
    pointer-events: none;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

.gallery-item:hover .gallery-text p.description {
    opacity: 1;
}


.modalVideo .modal-content,
.modalVideo .modal-header {
    background: none;
    border: none;
}

.modalVideo video {
    width: 100%;
}

.modalVideo .close {
    color: #fff;
}

/* COMPANY */

#timeline {
    padding: 0;
    margin-top: -9rem
}


/* LINEA DE TIEMPO */

#linea-tiempo .box,
#linea-tiempo-mobile .box {
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 400px;
    height: auto;
    -webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.13);
    padding: 40px;
    background-color: #fff;
    border: solid 1px #eee;
    pointer-events: none;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

#linea-tiempo .box .year,
#linea-tiempo-mobile .modal-header .year {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    position: relative;
    padding-left: 1rem;
}

#linea-tiempo .box .year:before,
#linea-tiempo-mobile .modal-header .year:before {
    content: url(../img/frame-aqua.png);
    position: absolute;
    left: 0;
    top: -1rem;
}

#linea-tiempo-mobile .modal-header .year {
    margin-bottom: 0;
}

#linea-tiempo-mobile .modal-header {
    justify-content: center;
    border: none;
}

#linea-tiempo .item,
#linea-tiempo-mobile .item {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

#linea-tiempo .item .point,
#linea-tiempo-mobile .item .point {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 5px #63dacb;
    margin-bottom: 0.5rem;
    animation: pulse 2s infinite;
}

#linea-tiempo .item:hover {
    transform: scale(1.1);
}

#linea-tiempo .item .year,
#linea-tiempo-mobile .item .year {
    background-color: #63dacb;
    font-size: 1.1rem;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
}

#linea-tiempo .item-2015-1 {
    bottom: 1%;
    left: 8%;
}

#linea-tiempo .box-2015-1 {
    bottom: calc(1% + 75px);
    left: 8%;
}

#linea-tiempo .item-2016-1 {
    bottom: 13%;
    left: 24%;
}

#linea-tiempo .box-2016-1 {
    bottom: 13%;
    left: 28%;
}

#linea-tiempo .item-2017-2018-1 {
    top: 85%;
    left: 41%;
}

#linea-tiempo .box-2017-2018-1 {
    bottom: 25%;
    right: 52%;
}

#linea-tiempo .item-2018-1 {
    top: 52%;
    right: 46%;
}

#linea-tiempo .box-2018-1 {
    top: 23%;
    right: 50vw;
}

#linea-tiempo .item-2019-1 {
    top: 60%;
    right: 28%;
}

#linea-tiempo .box-2019-1 {
    top: 19vh;
    right: 33%;
}

#linea-tiempo .item-2020-1 {
    top: 21%;
    right: 13%;
}

#linea-tiempo .box-2020-1 {
    top: 35%;
    right: 13%;
}

#linea-tiempo .item-2015-1:hover~.box.box-2015-1 {
    opacity: 1;
}

#linea-tiempo .item-2016-1:hover~.box.box-2016-1 {
    opacity: 1;
}

#linea-tiempo .item-2017-2018-1:hover~.box.box-2017-2018-1 {
    opacity: 1;
}

#linea-tiempo .item-2018-1:hover~.box.box-2017-2018-1 {
    opacity: 1;
}

#linea-tiempo .item-2019-1:hover~.box.box-2019-1 {
    opacity: 1;
}

#linea-tiempo .item-2020-1:hover~.box.box-2020-1 {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(99, 218, 203, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/* FIN LINEA DE TIEMPO */

.team-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.team-box {
    width: calc(100% / 1.4);
    /* MODIFICAR ESTA DIVISIÓN PARA CAMBIAR EL ANCHO DE LA CAJA AZUL */

    display: flex;
    align-items: center;
    padding: 5%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.team-box-text {
    position: relative;
}

.team-box-text:before {
    content: url(../img/frame-aqua.png);
    position: absolute;
    top: -1rem;
    left: -1rem;
}

.team-member {
    width: calc(100% / 7);
    /* MODIFICAR ESTA DIVISIÓN PARA CAMBIAR EL ANCHO DE LAS FOTOS */
    height: 0;
    padding-bottom: 25%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.team-member-info {
    position: absolute;
    opacity: 0;
    padding: 40px 20px 20px 25px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgb(21, 38, 91);
    background: -moz-linear-gradient(36deg, rgba(21, 38, 91, 0.5410539215686274) 14%, rgba(0, 223, 205, 0.1158438375350141) 70%);
    background: -webkit-linear-gradient(36deg, rgba(21, 38, 91, 0.5410539215686274) 14%, rgba(0, 223, 205, 0.1158438375350141) 70%);
    background: linear-gradient(36deg, rgba(21, 38, 91, 0.5410539215686274) 14%, rgba(0, 223, 205, 0.1158438375350141) 70%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#15265b", endColorstr="#00dfcd", GradientType=1);
    color: #fff;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
}

.team-member-info p.name {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
}

.team-member-info p.position {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.team-member-info p.name:before {
    content: url(../img/frame-white-xs.png);
    position: absolute;
    top: -0.75rem;
    left: -0.75rem;
}

.team-member img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    z-index: 1;
    transform: translateZ(0);
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
}

.team-member .foto-bottom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url();
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.team-member:hover img {
    opacity: 0;
}

.team-member:hover .team-member-info {
    opacity: 1;
}


#company #careers .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#company #careers .left {
    max-width: 600px;
}

#company #careers a {
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    font-size: 1rem;
    font-weight: 700;
    color: #3dbafd;
    padding: auto 15px auto 15px;
}

#company .left p,
#careers-form p {
    font-size: 1.3rem;
}

#careers-form .col-md-5 p:nth-child(2) {
    font-weight: 600;
    color: #3dbafd;
}

#careers-form .codedropz-upload-inner h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

#careers-form .codedropz-upload-handler {
    border: solid 2px #ffffff38;
}

.career-apply {
    cursor: pointer;
}


/* CLIENTS */

.clients-post {
    margin-bottom: 5rem;
}

.clients-post-img {
    position: relative;
    margin-bottom: 1rem;
    height: 0;
    padding-bottom: 55%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.clients-post-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 255, 255, 0.1);
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

.clients-post a:hover .clients-post-img:before {
    background-color: rgba(0, 255, 255, 0.5);
}

.clients-post a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.15rem;
}

.clients-post a h2,
#careers .careers-post h2 {
    font-size: 1.5rem;
    color: #15265b;
    margin-bottom: 0.5rem;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

.clients-post a:hover h2 {
    color: #3dbafd;
}


/* CAREERS */


#careers .careers-post {
    margin-bottom: 3rem;
}

#careers .careers-post h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #15265b;
    letter-spacing: 0.15rem;
}

#careers-form #contact-form input {
    box-shadow: none;
    border-bottom: solid 1px #fff;
    font-size: 1.2rem;
    margin-top: 0;
}

#careers-form #contact-form label.wrapper {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}

#careers-form textarea {
    width: 100%;
    border: solid 1px #fff;
    background: none;
    color: #fff;
    padding: 5px;
}

#careers-form button {
    box-shadow: inset 0px 0px 0px 0.1rem #3dbafd;
    padding: 8px 20px 8px 20px;
    color: #fff;
    border-radius: 30px;
}

#careers-form button:hover {
    background-color: #3dbafd;
}

#careers .text-xs {
    font-size: 0.7rem;
}


/* CONTACT FORM */

#contact .navBar__item .btn-menu {
    color: #fff;
}

#contact-form {
    min-height: 70vh;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

#contact-form label.wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    color: #fff;
}

#contact #contact-form label.wrapper {

    max-width: 750px;
    margin: auto;
    margin-top: 150px;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
}

#contact .form-check-input:checked {
    background-color: #3dbafd;
}

#contact-form input[type=text],
#contact-form input[type=email] {
    margin-top: 1rem;
    display: block;
    width: 100%;
    font-family: inherit;
    color: rgb(255, 255, 255);
    appearance: none;
    transform: translateZ(0px);
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    line-height: unset;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 1px;
    padding: 0px 0px 8px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    border-radius: 0px;
    background: none;
    transition: box-shadow 0.1s ease-out 0s;
}

#contact .swiper-form {
    width: 100%;
    height: 100%;
}

.swiper-form .swiper-wrapper,
.swiper-form .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-form .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #15265b;
}

.swiper-form .button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 750px;
    margin: auto;
    position: absolute;
    TOP: 0;
    TRANSFORM: TRANSLATEY(400%);
    right: 0;
}

.swiper-form .button-container .swiper-button-prev,
.swiper-form .button-container .button-next {
    position: relative;
    width: 50px;
    height: 50px;
    right: auto;
    left: auto;
    border-radius: 5px;
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}


.button-container .swiper-button-prev:focus,
.button-container .button-next:focus {
    outline: none;
}

.button-container .swiper-button-prev:after,
.button-container .button-next:after {
    content: none;
}

.button-container .swiper-button-prev svg path#Icon_awesome-long-arrow-alt-right,
.button-container .button-next svg path#Icon_awesome-long-arrow-alt-right {
    transition: .2s cubic-bezier(.645, .045, .355, 1);
}

.button-container .swiper-button-prev {
    margin-right: 1rem;
    transform: rotate(180deg);
}

.button-container .button-next:hover svg path#Icon_awesome-long-arrow-alt-right,
.button-container .swiper-button-prev:hover svg path#Icon_awesome-long-arrow-alt-right {
    fill: #3dbafd;
}

#contact .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #fff;
}

#contact .wpcf7-form-control-wrap {
    width: 100%;
}

#contact .wpcf7-response-output {
    max-width: 750px;
    margin-top: -5rem;
    z-index: 53;
    position: absolute;
    top: 50%;
    left: calc(50% - 375px);
    width: 100%;
    font-size: 1.3rem;
}

#contact .wpcf7-list-item-label {
    font-size: 1.5rem;
}

#contact span.wpcf7-list-item.first {
    margin-left: 0;
}

#contact textarea {
    background: none;
    border: solid 1px #fff;
    border-radius: 3px;
    padding: 5px;
    WIDTH: 100%;
    margin-top: 1rem;
    color: #fff;
}

#contact textarea:focus {
    outline: none;
}

#contact .swiper-slide-prev {
    opacity: 0;
}


#contact button[type=submit] {
    margin-top: 1.5rem;
    box-shadow: 0px 0px 0px 0.1rem #3dbafd;
    padding: 8px 20px 8px 20px;
    color: #15265b;
    border-radius: 30px;
}

#contact button[type=submit]:hover {
    background-color: #3dbafd;
}

#contact .wpcf7 form.sent .wpcf7-response-output,
#contactSide .wpcf7 form.sent .wpcf7-response-output {
    border-radius: 2px;
    background-color: #3dbafd;
    border: none;
    color: #fff;
}

#contact #footer-main {
    background-color: #15265b;
    color: #fff;
    padding-top: 0;
}

#contact #footer-main .top {
    display: none;
}

#contact #footer-main svg path {
    fill: #fff;
}

#contact #footer-main svg:hover path {
    fill: #3dbafd;
}

#contact input[type=submit],
#contact #submit-btn {
    box-shadow: 0px 0px 0px 0.1rem #3dbafd;
    padding: 8px 20px 8px 20px;
    color: #fff;
    border-radius: 30px;
    font-size: 1.5rem;
}

#contact input[type=submit]:hover,
#contact #submit-btn:hover {
    background-color: #3dbafd;
}

#contact input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    border-radius: 30px;
}

#contact #footer-main .disclaimer a {
    color: #fff;
}

#contact #footer-main .disclaimer a:hover {
    color: #3dbafd;
}

#email-invalid {
    opacity: 0;
    font-size: 0.9rem;
    border: solid 1px red;
    margin-top: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}

#email-invalid.display {
    opacity: 1;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 500px;
    position: fixed;
    /* Stay in place */
    z-index: 60;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: -500px;
    background-color: #fff;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0 10px 25px 2px rgba(0, 0, 0, .1), 0 10px 80px 5px rgba(0, 0, 0, .1);
}

.sidenav .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.sidenav .header p {
    font-weight: 700;
    color: #15265b;
    font-size: 2rem;
}

#contact a.text-blue {
    color: #fff;
}


/* SINGLE */

.attachment-post-thumbnail {
    height: auto;
    margin-bottom: 1rem;
}

.bajada {
    font-size: 1.2rem;
    font-weight: 600;
}

.entry-content p {
    margin-bottom: 1rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.entry-content {
    padding-bottom: 3rem;
}

/* The navigation menu links */

.sidenav .header a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav label.wrapper {
    color: #15265b;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.sidenav input,
.sidenav textarea {
    border: 1px solid #dad6da;
    background: #f9f9f9;
    resize: none;
    padding: 5px;
    max-width: 100%;
}

.sidenav label.wrapper {
    margin-bottom: 1.5rem;
}

.sidenav #job-name-form {}

.sidenav.open {
    right: 0;
}

#contactSide {
    color: #15265b;
}

#contactSide .swiper-form {
    height: 100%;
}

#contactSide .swiper-wrapper {
    flex-direction: column;
}

#contactSide .swiper-form .swiper-slide {
    text-align: left;
    justify-content: flex-start;
    background-color: #fff;
    color: #15265b;
    margin-bottom: 1.5rem;
}

#contactSide span.wpcf7-list-item.first {
    margin-left: 0;
}

#contactSide .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}

#contactSide button[type=submit] {
    margin-top: 1.5rem;
    box-shadow: 0px 0px 0px 0.1rem #3dbafd;
    padding: 8px 20px 8px 20px;
    color: #15265b;
    border-radius: 30px;
}


.error-404 {
    min-height: 90vh;
}

.error-404 .under,
.error-404 .over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.error-404 .under h1 {
    font-size: 22rem;
    font-weight: 800;
    letter-spacing: 1rem;
    color: #eeeeee;
}

.error-404 .over h2 {
    margin-bottom: 2rem;
}

.error-404 .over p {
    margin-bottom: 2rem;
}


/* SOLO DESKTOP GRANDE */

@media (min-width: 1600px) {
    #bold-results .col-left .box {
        padding-left: 14vw;
    }

    a.cta {
        position: absolute;
        right: 0;
        position: absolute;
        right: 0;
        MARGIN: 0;
        top: 50%;
    }

    .container {
        max-width: 80%;
    }
}


/* DESKTOP CHICO */

@media (min-width: 845px) and (max-width: 1366px) {
    #bold-results .col-left .box {
        padding-left: 5vw;
    }

    #bold-results .col-right .box {
        padding-right: 5vw;
    }

    #formats .format {
        margin-bottom: 15%;
    }

    .format .format-text {
        font-size: 1.4rem;
    }

    .format-text-visible .title,
    #solutions .item p.title {
        font-size: 1.3rem;
    }

    .format-text-visible .subtitle {
        font-size: 1.2rem;
    }

    #formats .format-text-visible .description {
        font-size: 1rem;
    }
}

@media (min-width: 845px) and (max-width: 1367px) {
    .format-visible-hover {
        top: 30px;
    }

    .format:hover .format-img {
        transform: translate3d(0, 70%, 0) scale3d(.5, .5, .5);
        top: 100%;
    }

    #solutions .format {
        width: 45%;
        max-width: 45%;
    }
}


/* SOLO DESKTOP */

@media (min-width: 845px) {
    .navBarHamburger {
        display: none;
    }

    .navBar__itemWrapper {
        display: flex;
    }

    #home .menu-item.btn,
    #home .menu-item.btn {
        color: #fff;
    }

    #home .menu-item a,
    #contact .menu-item a {
        color: #fff;
    }

    .menu-item {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .menu-item:after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #3dbafd;
        transition: width .2s cubic-bezier(.2, 1, .2, 1) 0s;
    }

    .menu-item.btn:after {
        content: none;
    }

    .menu-item:hover:after {
        width: 100%;
    }

    #home .hero {
        height: 100vh;
    }

    #home .hero .content {
        transform: translateY(35%);
    }

    #home .hero .content.esp {
        transform: translateY(50%);
    }

    #home .hero .dashboard {
        position: absolute;
        transform: translateY(16em);
        top: 0;
        right: 0;
        width: 40%;
        overflow: hidden;
    }

    #brands .agencies .text {
        padding-left: 2rem;
    }

    #brands .partners .text {
        padding-right: 2rem;
    }

    #brands .agencies .text,
    #brands .partners .text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    section.header-inner .container {
        padding: 0;
    }

    .header-inner h1,
    .header-inner h2 {
        max-width: 100%;
        font-size: 2.2rem;
    }

    #linea-tiempo-mobile {
        display: none;
    }

    .modalVideo .modal-dialog {
        max-width: 900px;
    }


}

@media (max-width: 1035px) {
    .team-member {
        padding-bottom: 75%;
    }
}


/* MOBILE */

@media (max-width: 845px) {
    .navBarHamburger {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 1;
        cursor: pointer;
    }

    .wrapper-intro:before {
        background-size: contain;
    }

    .navBarHamburger:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 555;
        left: 0;
        border-radius: 50%;
        background-color: #fff;
        display: inline-block;
        transition: transform .6s cubic-bezier(.2, 1, .2, 1) 0s;
        -webkit-backface-visibility: hidden;
        transform: scale(1);
    }

    #header-main.open .navBarHamburger:before {
        transition: transform .9s cubic-bezier(.2, 1, .2, 1) 0s;
        transform: scale(45);
        background-color: #fff;
        cursor: default;
    }

    #header-main.open .navBarHamburger__strokeElement:first-child {
        position: absolute;
        top: 0;
        left: 0;
    }

    #header-main.open .hamburger .hamburger-inner,
    #header-main.open .hamburger .hamburger-inner::before,
    #header-main.open .hamburger .hamburger-inner::after {
        background-color: #15265b;
    }

    .hamburger-box {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 999999;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 30px;
        height: 4px;
        background-color: rgba(44, 122, 200, 1);
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }

    .hamburger-inner::before {
        top: -10px;
    }

    .hamburger-inner::after {
        bottom: -10px;
    }

    /*
   * Spin
   */
    .hamburger--spin .hamburger-inner {
        transition-duration: 0.22s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    #header-main.open .hamburger--spin .hamburger-inner {
        transform: rotate(225deg);
        transition-delay: 0.12s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    #header-main.open .hamburger--spin .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    #header-main.open .hamburger--spin .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #15265b;
    }

    #home .hamburger-inner,
    #home .hamburger-inner::before,
    #home .hamburger-inner::after {
        background-color: #0085C9;
    }

    .navBar__itemWrapper {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: absolute;
        top: calc(50vh - 55px);
        left: 0;
        transform: translateY(-50%);
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #header-main.open .navBar__itemWrapper {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        z-index: 5;
        position: fixed;
        top: 50%;
        justify-content: center;
        /* transform: inherit; */
    }

    .navBar__itemWrapper .menu-item {
        opacity: 0;
        transition-property: opacity;
        transition-duration: .2s;
        transition-delay: .1s;
    }

    #header-main.open .navBar__itemWrapper .menu-item {
        opacity: 1;
        color: #15265b;
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
        font-weight: 700;
    }

    .menu-item a {
        color: #15265b;
    }

    #contact .menu-item.btn,
    #home .menu-item.btn {
        margin-bottom: 0.5rem;
        color: #15265b;
    }

    .menu-item.btn {
        font-size: 1.4rem;
    }

    .mobile-reverse-col {
        flex-direction: column-reverse !important;
    }

    section {
        padding-top: 3rem;
        padding-bottom: 3rem;
        z-index: 1;
    }

    section.header-inner {
        padding-top: 120px;
        padding-bottom: 3rem;
    }

    .sidenav {
        width: 100%;
        right: -101%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidenav input {
        max-width: 100%;
    }

    h2 {
        font-size: 1.8rem;
    }

    .text-xxl {
        font-size: 2.3rem;
    }

    .text-xl,
    #home #separator p {
        font-size: 1.8rem;
    }

    #ad-world .text-xl {
        font-size: 1.7rem;
    }

    .text-sl {
        font-size: 1.3rem;
    }

    .text-l {
        font-size: 1.2rem;
    }


    .text-xs {
        font-size: 0.8rem;
    }

    #home .hero {
        padding-top: 100px;
    }

    #home .hero .content {
        padding-left: 15px;
        margin-bottom: 4rem;
    }

    #home .hero h1,
    #home .hero h1.esp {
        font-size: 3rem;
        max-width: 95%;
        min-height: 30vw;
    }

    .hero h1 .spacing-t {
        padding-right: 0.2rem;
    }

    #home .hero .items {
        flex-direction: column;
        max-width: 95%;
        margin-top: 2rem;
        align-items: flex-start;
    }

    #home .hero .items p {
        font-size: 1.2rem;
    }

    #numbers .item {
        margin-bottom: 3rem;
        padding-left: 2rem;
    }

    #numbers .item p {
        font-size: 1.8rem;
        text-align: center;
    }

    #home section#separator {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .testimonial .quote {
        font-size: 1.4rem;
    }

    #ad-world {
        height: 800px;
    }

    #ad-world.esp {
        height: 940px;
    }


    #ad-world .bg {
        flex-direction: column;
    }

    #ad-world .bg .box {
        width: 100%;
    }

    #ad-world .bg .box-left {
        height: 400px;
    }

    #ad-world.esp .bg .box-left {
        height: 550px;
    }


    #ad-world .bg .box-right {
        height: 400px;
    }

    #brands .agencies,
    #brands .partners {
        margin-bottom: 5rem;
    }

    #brands h2 {
        margin-bottom: 1rem;
    }

    #brands .text {
        margin-bottom: 3rem;
    }

    section#advertisers-publishers {
        padding-top: 0;
        padding-bottom: 0;
    }

    #advertisers-publishers .content {
        height: 320px;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    #advertisers-publishers .bg {
        flex-direction: column;
    }

    #advertisers-publishers .bg .box {
        width: 100%;
        height: 350px;
    }

    #advertisers-publishers p {
        font-size: 1.2rem;
        max-width: 100%;
    }

    #footer-main .bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #footer-main .bottom .footer-left {
        margin-bottom: 3rem;
    }

    section.header-inner {
        padding-left: 0;
    }

    .header-inner h1,
    .header-inner h2 {
        padding-left: 1rem;
        font-size: 1.8rem;
    }

    .header-inner h1:before,
    .header-inner h2:before {
        left: 0;
        top: -1rem;
    }

    #bold-results {
        flex-direction: row;
        flex-wrap: wrap;
    }

    #bold-results .box {
        width: 100%;
    }

    #bold-results .box {
        padding-bottom: 60%;
    }

    #bold-results .title {
        font-size: 1.3rem;
    }

    #bold-results .description {
        font-size: 1rem;
        top: 10px;
    }

    #solutions .items-grid {
        flex-direction: column;
        align-items: center;
    }

    #solutions .item {
        width: 90%;
        min-height: 320px;
        flex: auto;
        max-width: 90%;
        margin-bottom: 4rem;
    }


    #solutions .format {
        width: 80%;
        max-width: 80%;
    }

    .formats-grid {
        margin-top: 2.5rem;
        display: flex;
        justify-content: center;
    }

    .format,
    #f-video .format {
        width: 80%;
        max-width: 80%;
        min-height: 300px;
        padding: 0;
        position: relative;
    }

    .format-text-visible {
        bottom: 0;
    }

    .format .format-text {
        font-size: 1.6rem;
        margin-top: 2rem;
        justify-content: center;
    }

    .format-text-visible .title {
        font-size: 1.6rem;
    }

    .format-text-visible .subtitle {
        font-size: 1.3rem;
    }

    #home #advertisers-publishers .bg .box.bg-lightblue {
        height: 350px;
    }

    #formats .format {
        margin-bottom: 10rem;
    }

    #formats .formatItem__heroImg {
        max-width: 110%;
        max-height: 110%;
    }

    .formatItem__mainWrapper:hover .formatItem__heroImg {
        transform: translate3d(-50%, -110%, 0) scale3d(1.1, 1.1, 1.1);
    }

    #formats #advertisers-publishers .bg .box.bg-lightblue {
        height: 550px;
    }

    .gallery-item {
        padding-bottom: 0;
        width: 100% !important;
        height: auto;
    }

    .gallery-item.w-25 {
        width: 100% !important;
    }

    .gallery-item.w-50 {
        width: 100% !important;
    }

    #timeline {
        margin-top: 0;
    }

    #linea-tiempo {
        display: none;
    }

    #linea-tiempo-mobile {
        display: block;
        position: relative;
    }

    #company .modal-backdrop {
        display: none;
    }

    #linea-tiempo-mobile .item.item-2015-1 {
        top: 17%;
        left: 2%;
    }

    #linea-tiempo-mobile .item.item-2016-1 {
        top: 28%;
        right: 50%;
    }

    #linea-tiempo-mobile .item.item-2017-2018-1 {
        top: 46%;
        right: 9%;
    }

    #linea-tiempo-mobile .item.item-2018-1 {
        top: 53%;
        left: 42%;
    }

    #linea-tiempo-mobile .item.item-2019-1 {
        top: 71%;
        left: 15%;
    }

    #linea-tiempo-mobile .item.item-2020-1 {
        top: 80%;
        right: 24%;
    }

    #company #careers .container {
        flex-direction: column;
    }

    .team-member {
        width: calc(100% / 2);
    }

    .team-box {
        width: 100%;
    }

    #careers .left {
        margin-bottom: 2rem;
    }

    .careers-post {
        margin-bottom: 3rem;
    }

    #contact-form label.wrapper {
        margin-top: 100px;
    }

    #contact #contact-form label.wrapper {
        margin-top: 40px;
    }

    #contact-form {
        min-height: auto;

    }

    #contact .swiper-form {}

    #contact .wpcf7-list-item-label,
    #contact #contact-form label.wrapper {
        font-size: 1.2rem;
        line-height: 1;
    }

    .swiper-form .button-container {}

    .error-404 .under h1 {
        font-size: 10rem;
    }

    .sidenav {
        padding-top: 20px;
    }

    .sidenav .header {
        margin-bottom: 1rem;
    }

    #home .award-1 .top img {
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
    }

    #home .award .col-md-4 {
        margin-bottom: 1.5rem;
    }

    #home .award-1 .top {
        flex-direction: column;
        align-items: center;
    }

    #home .award-1 .col-md-6 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

}