/* Box sizing rules */

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


/* Remove default padding */

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

a:hover {
    text-decoration: none;
}

/* 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: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #29294E;
}


/* 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;
    }
}

:root {
    --green: #24BC66;
    --blue: #29294E;
    --purple: #CC208E;
    --text-ubuntu: 'Ubuntu', sans-serif;
    --text-montserrat: 'Montserrat', sans-serif;
}

a {
    color: #24BC66;
}

b {
    font-weight: 600;
}

p strong {
    font-weight: 600;
}

.text-blue {
    color: #29294E;
}

.text-purple {
    color: #CC208E;
}

.text-green {
    color: #24BC66;
}

.text-gray {
    color: #a2a2a2;
}

.bg-blue {
    background-color: #29294E;
}

.bg-purple {
    background-color: #CC208E;
}

.bg-green {
    background-color: #24BC66;
}

.bg-gradient {
    background: rgb(41, 41, 78);
    background: -moz-linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    background: -webkit-linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    background: linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#29294e", endColorstr="#cc208e", GradientType=1);
}

.text-ubuntu {
    font-family: var(--text-ubuntu);
}

.text-montserrat {
    font-family: var(--text-montserrat);
}

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

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

.text-ml {
    font-size: 1.75rem;
}

.text-m {
    font-size: 1.5rem;
}

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

.text-s {
    font-size: 0.9rem;
}

.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;
}

button.btn,
.btn-submit {
    padding: 10px 40px 10px 40px;
    border-radius: 40px;
}

button.btn.bg-green {
    color: #fff;
    box-shadow: inset 0px 0px 0px 0.1rem #24BC66;
    letter-spacing: 0.07rem;
    font-weight: 500;
}

button.btn.bg-green:hover {
    background: none;
    box-shadow: inset 0px 0px 0px 0.1rem #24BC66;
    color: #24BC66;
}

button.btn.bg-purple,
.btn-submit {
    color: #fff;
    box-shadow: inset 0px 0px 0px 0.1rem #CC208E;
    letter-spacing: 0.07rem;
    font-weight: 500;
}

button.btn.bg-purple:hover,
.btn-submit:hover {
    background: none;
    box-shadow: inset 0px 0px 0px 0.1rem #CC208E;
    color: #15265b;
}

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

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


	#page-home header#header-main.sticky,
#page-contact  header#header-main.sticky,
#page-blockmeter  header#header-main.sticky,
.error404 header#header-main.sticky {
		background-color: var(--blue) !important;
	}
header#header-main.sticky {
	box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}
#header-main .logo .st1 {
    fill: #29294E;
}

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

#logo-unblockia #text path {
    fill: #29294E;
}

#header-main .logo .st0 {
    fill: #24BC66;
}

.menu-item a {
    color: #29294E;
    text-decoration: none;
}

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

#header-main .menu-item.current_page_item a {
    color: rgba(204, 32, 142, 1) !important;
}


#page-home #header-main .menu-item.current_page_item a,
#page-contact #header-main .menu-item.current_page_item a, 
#page-blockmeter #header-main .menu-item.current_page_item a {
    color: #fff !important;
}

.menu-item.wpml-ls-menu-item {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.8rem;
    font-weight: 600;
}

#page-home .menu-item a:hover,
#page-contact .menu-item a:hover,
#page-blockmeter .menu-item a:hover,
.error404 .menu-item a:hover {
    color: #CC208E;
}

.menu-item.current-menu-item a {
    color: #CC208E;
}

.menu-item.item-blockmeter {
    position: relative;
    padding-left: 30px;
}

.menu-item.item-blockmeter:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-blockmeter.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


#page-contact header#header-main,
.error404 header#header-main,
#page-blockmeter header#header-main {
    background-color: #29294E;
}

#page-home header#header-main {
    background-color: #29294e00;
}

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

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

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

.navBar__itemWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

#header-main .menu-item.btn {
    padding: 0;
}

#header-main .menu-item.btn a {
    color: #15265b;
    border-radius: 25px;
    padding: 8px 25px 8px 25px;
}

#header-main .menu-item.btn.btn-login a {
    box-shadow: inset 0px 0px 0px 0.1rem #24BC66;
}

#header-main .menu-item.btn.btn-contact a {
    box-shadow: inset 0px 0px 0px 0.1rem #29294E;
}



#header-main .menu-item.btn.btn-login:hover a {
    background-color: #24BC66;
}

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

#header-main .menu-item.btn.btn-contact:hover a {
    background-color: #29294E;
    color: #fff;
}

#page-home #header-main .menu-item.btn.btn-contact:hover a,
#page-contact #header-main .menu-item.btn.btn-contact:hover a,
#page-blockmeter #header-main .menu-item.btn.btn-contact:hover a,
.error404 #header-main .menu-item.btn.btn-contact:hover a {
    background-color: #fff;
}

#page-home #header-main .menu-item.btn.btn-contact:hover a,
#page-contact #header-main .menu-item.btn.btn-contact:hover a,
#page-blockmeter #header-main .menu-item.btn.btn-contact:hover a,
.error404 #header-main .menu-item.btn.btn-contact:hover a {
    color: #29294E;
}

hr.hr-title {
    width: 90px;
    height: 4px;
    border: none;
    margin: 2rem auto 2rem auto;
    border-radius: 4px;
}

.container {
    z-index: 1;
}


/*HOME */

#page-home #header-main .logo .st1,
#page-contact #header-main .logo .st1,
#page-blockmeter #header-main .logo .st1,
.error404 #header-main .logo .st1 {
    fill: #fff;
}

#page-home .menu-item a:hover {
    color: #CC208E;
}

.home-gradient {
    background-color: rgb(41, 41, 78);
    background: -moz-linear-gradient(175deg, rgba(41, 41, 78, 1) 57%, rgba(188, 0, 167, 1) 100%);
    background: -webkit-linear-gradient(175deg, rgba(41, 41, 78, 1) 57%, rgba(188, 0, 167, 1) 100%);
    background: linear-gradient(175deg, rgba(41, 41, 78, 1) 57%, rgba(188, 0, 167, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#29294e", endColorstr="#bc00a7", GradientType=1);
}

#page-home {
    /* background-color: #29294E;*/
    color: #fff;
}

#home-main {
    overflow: hidden;
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	background-color: var(--blue);
}

#home-main .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#home-main .text p {
    font-size: 5.5rem;
    font-weight: 600;
}

html[lang="es-ES"] #home-main .text p {
    font-size: 4.5rem;
}

#home-main .text h1 {
    font-size: 3.5rem;
}

#home-main .text h1 .primary {
    font-size: 3.8rem;
}

#home-main .text h1 .secondary {
    font-weight: 300;
}

#home-main .misc-1 {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: -25px;
    width: 60%;
    height: auto;
    pointer-events: none;
}

#blockmeter #slider1 {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#blockmeter .rs-svg-mode .rs-path {
    stroke: #37375A;
}

#blockmeter .rs-svg-mode .rs-range {
    stroke: rgba(204, 32, 142, 1);
}

#blockmeter .rs-svg-mode .rs-border {
    stroke: none;
}

#blockmeter form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#blockmeter form input[type=text] {
    border: none;
    outline: none;
    background: none;
    border-bottom: solid 1px gray;
    width: calc(100% - 60px);
    padding: 10px 10px 10px 0;
    font-size: 1.2rem;
    color: #fff;
}


#blockmeter form button {
    border: none;
    background: none;
    border-radius: 50%;
    border: solid 3px #24BC66;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
}

#blockmeter form button:hover {
    background: #fff;
}

#blockmeter .rs-handle {
    background-color: #fff;
    border: solid 4px #CC208E;
}

#blockmeter .rs-tooltip-text {
    font-size: 3rem;
    font-family: 'Montserrat', sans-serif;
}

#home-phrase {
    text-align: center;

}

#home-phrase .misc-2 {
    position: absolute;
    z-index: 0;
    right: 0;
    left: auto;
    opacity: .5;
    top: -20%;
    width: 35%;
    height: auto;
    pointer-events: none;
}

#home-filtering {
    min-height: 40rem;
    display: flex;
    align-items: center;
}

#home-filtering .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

#home-filtering .keywords {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
    width: 100%;
}


#home-filtering .keywords p {
    color: #533448;
    font-weight: 600;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    transition: all 0.2s ease;
}

#home-filtering .keywords p.selected2 {
    color: #CC208E;
}

#home-filtering .keywords .keyword-ad {
    color: #533448;
    transition: all 0.2s ease;
}

#home-filtering .keywords p.selected2 span.keyword-ad {
    color: #24BC66 !important;

}

#home-filtering .animation {
    max-width: initial;
    width: 125%;
    height: 500px;
}

#choose-unblockia .items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}

#choose-unblockia .items .item {
    display: flex;
    width: 33%;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4rem;
    text-align: center;
}

#choose-unblockia .items .item img.icon {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 80px;
    margin-bottom: 1rem;
}

#choose-unblockia .items .item h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

#choose-unblockia .items .item p {
    font-size: 0.9rem;
}

section#home-numbers {
    padding-left: calc(15vw - 6em);
    padding-top: 2rem;
}

section#home-numbers .navigation-wrapper {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
}

section#home-numbers .navigation-wrapper .navigation {
    position: absolute;
    left: calc(80% - 75px);
    top: 50%;
    width: 150px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

section#home-numbers .navigation-wrapper .swiper-button-next,
section#home-numbers .navigation-wrapper .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    outline: none !important;
    width: 40px;
    height: 40px;
}

section#home-numbers .navigation-wrapper .swiper-button-next .st0,
section#home-numbers .navigation-wrapper .swiper-button-prev .st0 {
    transition: all 0.2s ease;
}

#page-home #home-numbers .navigation-wrapper .swiper-button-next:hover .st0,
#page-home #home-numbers .navigation-wrapper .swiper-button-prev:hover .st0 {
    fill: #fff;
}


section#home-numbers .navigation-wrapper .swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-numbers {
    height: 100%;
}

.swiper-numbers .number-bg {
    position: absolute;
    font-size: 15rem;
    font-weight: 500;
    line-height: 1;
    opacity: 0.1;
    top: 0;
    left: 0;
}

#page-blockmeter .swiper-numbers .number-bg {
    top: 0;
}



.swiper-numbers .swiper-slide-shadow-left,
.swiper-numbers .swiper-slide-shadow-right {
    display: none;
}

.swiper-numbers .swiper-slide {
    opacity: 0.2;
    transition: opacity 0.2s ease;
}

.swiper-numbers .swiper-slide.swiper-slide-active {
    opacity: 1;
    width: 80%;
    margin-left: 2rem;
}

.swiper-numbers .text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding-top: 5rem;
    max-width: 400px;
}

.swiper-numbers .text hr {
    width: 80px;
    height: 4px;
    border: none;
    background-color: #CC208E;
    left: 0;
    margin-left: 0;
}

.swiper-numbers .text p {
    font-size: 1.3rem;
}

.swiper-numbers .text p.number {
    font-size: 2rem;
    font-weight: 600;
}

#home-boxes {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0;
    margin-top: -5rem;
    background: #fff;
}

#home-boxes .box {
    width: 50%;
    height: 40rem;
    padding: 50px 150px 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#home-boxes .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #29294E;
    opacity: 0.85;
    z-index: 1;
    transition: all 0.2s ease;
}

#home-boxes .box a {
    color: #24BC66;
    font-size: 1.2rem;
    font-weight: 600;
}

#home-boxes .box:hover:before {
    opacity: 0.4;
}

#home-boxes .box .video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#home-boxes .box .video video {
    position: absolute;
    object-fit: cover;
    z-index: 0;
    width: 100%;
    height: 100%;
}

#home-boxes .box .text {
    position: relative;
    z-index: 2;
    max-width: 490px;
}

#home-boxes .box.box-left {
    background-image: url(../img/bg-boxleft.jpg);
}

#home-boxes .box.box-right {
    background-image: url(../img/box-bgright.jpg);
    background-position: top;
}

#home-boxes .box h2 {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 3rem;
}

#home-boxes .main-cta span {
    color: #fff;
}

#home-boxes .lock {
    position: absolute;
    width: 150px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 150px);
    left: calc(50% - 75px);
    pointer-events: none;
    z-index: 3;
}

#home-boxes .lock img {
    position: absolute;
}

.main-cta {
    position: relative;
    color: #00173c;
    display: inline-block;
    font-size: 1.5rem;
}

.main-cta span {
    position: relative;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #24BC66;
    z-index: 1;
    cursor: pointer;
    display: block;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.main-cta:hover span {
    transform: translateX(25px);
    color: #fff;
    text-decoration: none;
}

.main-cta:before {
    content: "";
    z-index: 0;
    position: absolute;
    top: 50%;
    right: -4rem;
    z-index: 1;
    width: 2.5rem;
    height: 2.5rem;
    background: none;
    border: solid 3px #24BC66;
    border-radius: 1.4rem;
    transform: translate3d(0, -50%, 0);
    transition: .5s cubic-bezier(.645, .045, .355, 1);
}

.main-cta:hover:before {
    width: calc(100% + 2.5em);
    background: #24BC66;
}

.main-cta:after {
    content: "";
    position: absolute;
    top: calc(50% - .6rem);
    right: -3.2rem;
    z-index: 1;
    width: .7rem;
    height: 1.1rem;
    opacity: 1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAhCAQAAACc9SimAAAAS0lEQVR42mNgIB38lydWYcz/X/9jiFMIATHEKiSkGEUhfsX/jf+/H1U8pBUnoSn9hSOJEm3qqEI6KyQpx5JQDpBUupBUZpFUEhIDANqO2qDxm8F1AAAAAElFTkSuQmCC) 50% 50%/.7rem 1.1rem no-repeat;
    transition: all 0.2s ease;
}

.main-cta:hover:after {
    opacity: 1;
}

#home-boxes .box a:hover #green-arrow {
    transform: translateX(5px);
}

#home-solutions {
    background-color: #fff;
    color: #29294E;
}

.blue-gradient {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: rgb(235, 244, 253);
    background: -moz-linear-gradient(128deg, rgba(235, 244, 253, 0.27) 9%, rgba(255, 255, 255, 1) 88%);
    background: -webkit-linear-gradient(128deg, rgba(235, 244, 253, 0.27) 9%, rgba(255, 255, 255, 1) 88%);
    background: linear-gradient(128deg, rgba(235, 244, 253, 0.27) 9%, rgba(255, 255, 255, 1) 88%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ebf4fd", endColorstr="#ffffff", GradientType=1);
}

#home-solutions .items {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4rem;
}

#home-solutions .items .item {
    display: flex;
    width: 25%;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 4rem;
    text-align: center;
}

#home-solutions .items .item img {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 80px;
    margin-bottom: 1rem;
}

#home-solutions .items .item h4 {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-bottom: 0.75rem;
    margin-top: 1.25rem;
}

#home-solutions .items .item p {
    font-size: 0.9rem;
}

#logos {
    background-color: #fff;
}

.swiper-logos .swiper-slide img {
    filter: saturate(0);
    max-width: 219px;
    max-height: 68px;
}

#ready {
    text-align: center;
    padding-bottom: 10rem;
    padding-top: 10rem;
    display: flex;
    color: #fff;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#ready .misc {
    position: absolute;
    left: -20%;
    top: 100%;
    height: 150%;
    width: auto;
    pointer-events: none;
    opacity: 0.2;
}

#page-advertisers #ready .misc,
#page-publishers #ready .misc {
    top: 0;
}

#page-advertisers section.adv-main {
    padding-top: 4rem;
}

#page-blockmeter #adblocker #ready .misc {
    top: 60%;
}

#page-blockmeter #adblock-users #ready .misc {
    top: 160%;
}

#page-company #ready .misc {
    top: 80%;
}

#ready h2 {
    margin-bottom: 3rem;
}

#ready p {
    font-size: 1.6rem;
    margin-bottom: 6rem;
}

#ready a {
    transform: translateX(-35px);
}

footer#footer-main {
    background-color: #fff;
    color: #29294E;
}

#footer-main .social-media {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

#footer-main .social-media img {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

#footer-main a,
#footer-main p {
    font-size: 0.9rem;
}

#footer-main p {
    margin-bottom: 0.5rem;
}

#footer-main ul {
    list-style: none;
    padding: 0;
}

#footer-main ul li {
    margin-bottom: 0.5rem;
}

#footer-main ul li a {
    color: #29294E;
    margin-bottom: 1rem;
    font-weight: 400;
}

#footer-main .footer-top {
    padding-top: 4rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #f4f4f4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

#footer-main .footer-top .logo svg {
    width: 150px;
    height: auto;
}

#footer-main .menu-item {
    text-align: center;
    justify-content: center;
    text-transform: none;
}

#footer-main .menu-item a {
    text-transform: none;
}

.footer-top .logo .st1 {
    fill: #29294E;
}

.footer-top .logo .st0 {
    fill: #24BC66;
}

.footer-top .footer-menu a {
    text-decoration: none;
    color: #29294E;
}

.footer-top .footer-menu a:hover {
    color: #CC208E;
}

.footer-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-bottom .social-media {
    display: flex;
}

#footer-main .partners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

ul#menu-footer {
    width: 100%;
    column-count: 2;
}

/* INTERNAS */


body:not(#page-home):not(#page-blockmeter) main {
    padding-top: 105px;
}

/* ADVERTISERS */

section.adv-main {
    padding-top: 3rem;
}

.adv-main .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.adv-main .animation {
    width: 100%;
    height: 400px;
}


.adv-items .item {
    margin-bottom: 4rem;
    position: relative;
}

.adv-items .item h2 {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.adv-items .item:before {
    content: "";
    position: absolute;
    left: -40px;
    width: 25px;
    height: 25px;
    top: 3px;
    background-image: url(../img/check-purple.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#steps .step {
    width: calc(100% / 3);
    padding-right: 15px;
    position: relative;
    opacity: 0.5;
    transition: all 0.2s ease;
}

#steps .step.active {
    opacity: 1;
}

#steps .step .icon {
    width: 45px;
    height: auto;
    z-index: 1;
    position: relative;
    margin-bottom: 1rem;
}

#steps .step:before {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: 0;
    background-color: #af99a7;

}

#steps .step:after {
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 0;
    height: 5px;
    z-index: 0;
    background-color: #CC208E;
    transition: width 3s ease;
}

#steps .step.active:after {
    width: 100%;

}




/* CONTACT */

#page-contact {
    background-image: url(../img/gradient-contact.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

#page-contact #header-main {
    background: none;
}

.error404 #header-main .logo .st1 {
    fill: #fff;
}

.error404 #footer-main {
    background: none;
}

#page-contact main p {
    color: #fff;
}

#page-contact .animation {
    width: 100%;
    height: 400px;
}


/* CONTACT FORM */

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

#contact-main .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.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;

}

#page-contact #contact-form label.wrapper {
    max-width: 750px;
    margin: auto;
    margin-top: 25px;
    font-weight: unset;
    font-size: 24px;
    line-height: 32px;
}

#page-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: 5px;
    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;
}

#page-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;
    pointer-events: none;
}

.swiper-form .swiper-slide.swiper-slide-active {
    pointer-events: all;
}

.swiper-form .button-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 750px;
    margin: auto;
    position: absolute;
    top: 0;
    transform: translateY(150%);
    right: 0;
}

.swiper-form .button-container .swiper-button-prev,
.swiper-form .button-container .button-next {
    position: relative;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    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: #CC208E;
}

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

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

#page-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-form textarea {
    background: rgba(255, 255, 255, 0.19);
    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: 30px;
    /* 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;
}


/* 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;
}


/* COMPANY */

#about {
    text-align: center;
    min-height: 30rem;
    display: flex;
    color: #fff;
    align-items: center;
    background: rgb(41, 41, 78);
    background: -moz-linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    background: -webkit-linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    background: linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#29294e", endColorstr="#cc208e", GradientType=1);
}

#about p {
    max-width: 800px;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2rem;
}

#about a {
    font-weight: 500;
    color: #24BC66;
}

#about .misc {
    position: absolute;
    z-index: 0;
    opacity: 0.25;
    bottom: 0;
    height: 100%;
}

#about:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(41, 41, 78);
    background: -moz-linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    background: -webkit-linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    background: linear-gradient(139deg, rgba(41, 41, 78, 1) 41%, rgba(204, 32, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#29294e", endColorstr="#cc208e", GradientType=1);
    mix-blend-mode: soft-light;
}

#about .container {
    z-index: 2;
}

#tabs-container {
    border-bottom: solid 2px #b2b2b2;
}

#companyTab {
    position: relative;
}

#companyTab .nav-item {
    width: 50%;
    padding-bottom: 2rem;
    position: relative;
    min-height: 70px;
}

#companyTab .nav-item:first-child .nav-link:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    opacity: 1;
    background-color: #24BC66;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.5s ease;
}

#companyTab .nav-item:first-child .nav-link.active:after {
    transform: translateX(0);
}




#companyTab.toggled:after {
    right: 0;
    left: auto;
}

#companyTab a.nav-link {
    padding: 0;
    color: #29294E;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#companyTab a.nav-link h2 {
    opacity: 0.3;
}


#companyTab a.nav-link:hover {
    opacity: 0.7;
}

#companyTab a.nav-link.active h2 {
    opacity: 1;
}

#companyTab a.nav-link hr {
    margin-bottom: 0;
    width: 100%;
}



.team-member {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.team-member .photo {
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 40%;
    position: relative;
    margin: 1.5rem;
}



.team-member .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/misc-team-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    opacity: 0.5;
    mix-blend-mode: color-burn;
}

.team-member:nth-child(1) .photo:before {
    background-image: url(../img/misc-team-4.png);
}

.team-member:nth-child(2) .photo::before {
    background-image: url(../img/misc-team-2.png);
}

.team-member:nth-child(3) .photo:before {
    background-image: url(../img/misc-team-4.png);
}

.team-member .photo:hover .mask:before {
    opacity: 0;
}

.team-member .photo .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #29294e57;
}

.team-member .photo:hover .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
}

.team-member .photo .mask:after {
    content: "";
    width: 102%;
    height: 102%;
    top: -1%;
    left: -1%;
    z-index: 2;
    position: absolute;
    background-image: url(../img/mask-team-1.svg);
    transition: all .6s cubic-bezier(.2, 1, .2, 1) 0s;
}

.team-member:nth-child(2) .photo .mask:after {
    background-image: url(../img/mask-team-2.svg);
}

.team-member:nth-child(3) .photo .mask:after {
    background-image: url(../img/mask-team-3.svg);
}

.team-member:nth-child(4) .photo .mask:after {
    background-image: url(../img/mask-team-4.svg);
}

.team-member .photo .mask:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/lock-2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    opacity: 1;
    transition: all .6s cubic-bezier(.2, 1, .2, 1) 0s;
}

.team-member>.text {
    width: 40%;
    margin: 1.5rem;
}

.team-member .text p.name {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}


.team-member .text p.position {
    letter-spacing: 0.1rem;
    font-weight: 500;
    color: #24BC66;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.team-member .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team-member .social-media a {
    margin-right: 10px;
    max-width: 20px;
}

.team-member .social-media a img {
    filter: saturate(0);
    opacity: 0.4;
}

.team-member .social-media a:hover img {
    filter: saturate(1);
    opacity: 1;
}

.team-member:nth-child(even) .text {
    text-align: right;
}

.progress-bar {
    margin-top: 1.5rem;
    background: none;
}

.progress-bar .bar {
    width: 100%;
    height: 30px;
    position: relative;
    background-color: #f4f4f4;
    border-radius: 30px;
}

.progress-bar p {
    color: #29294E;
    font-weight: 400;
    text-align: left;
}

.progress-bar.unactive .bar span.fill {
    min-width: 0%;
}

.progress-bar .bar span.fill {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 40px;
    background-color: #24BC66;
    transition: all 1s ease-out;
    border-radius: 30px;
}

.progress-bar.unactive .bar span.text {

    transition: all 1s ease-out;
    opacity: 0;
}

.progress-bar .bar span.text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    opacity: 1;
}

.progress-bar.unactive .bar span.fill {
    width: 0 !important;
}

section#team {
    padding-bottom: 7rem;
}

/* CAREERS */


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

#careers .careers-post h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    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 .text-xs {
    font-size: 0.7rem;
}

#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.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

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

#careers button[type=submit] {
    box-shadow: inset 0px 0px 0px 0.1rem #fff;
}

#careers button[type=submit]:hover {
    color: #fff;
    background: purple;
    box-shadow: inset 0px 0px 0px 0.1rem #fff;
}

.career-apply {
    cursor: pointer;
}

.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: rgba(255, 255, 255, 0.1);
}

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

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

/* ARCHIVE */

.post-thumbnail img {
    width: 100%;
height: 220px;
    margin-bottom: 1rem;
	object-fit: cover;
	object-position: center;
}

/* SINGLE */

.entry-content p {
    margin-bottom: 1rem;
}
.single .post-thumbnail img {
	height: auto;
}
.entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: solid 1px #f4f4f4;
	padding-bottom: .75rem;
	margin-top: 2rem;
}
.entry-meta .share-post {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.entry-meta img {
	width: 30px;
	height: 30px;
	transition: all .2s ease;
}

.entry-meta a:hover img {
	opacity: .5;
}

/* BLOCKMETER PAGE */



.swiper-numbers-wrapper .swiper-slide-prev {
    opacity: 0;
}

#adblockerContent {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
}

#adblockerContent.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}

#adblockUsersContent {
    height: 0;
    visibility: hidden;
    top: 0;
    transition: all 0.2s ease;
}

#adblockUsersContent.active {
    height: auto;
    visibility: visible;
    opacity: 1;

}

#page-blockmeter .swiper-numbers .swiper-slide.swiper-slide-active {
    margin-left: 0;
}

#page-blockmeter .swiper-numbers .text p {
    font-size: 1rem;
}

#page-blockmeter .main-cta:before {
    background: #24BC66;
}

.modalMap .modal-content {
    background: none;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.modalMap .modal-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -30%;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
}

.modalMap .modal-content .modal-body {
    width: 80%;
}

.modalMap th,
.modalMap td {
    text-align: center;
}

.modalMap th p {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

.modalMap th img {
    margin: auto;
}

.lockMap,
.mapSelect {
    cursor: pointer;
}

.lockMap {
    transform: scale(1);
    animation: pulse-red 2s infinite;
}

.lock-map {
    position: absolute;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.75);
    border: solid 2px #fff;
    transition: transform 0.2s ease;
    transform: scale(1);
    animation: pulse-red 2s infinite;
}

.lock-map:hover {
    transform: scale(1.1);
}

#lock-AmeSur {
    bottom: 30%;
    left: 25%;
}

#lock-AmeNor {
    top: 20%;
    left: 20%;
}

#lock-Eur {
    top: 5%;
    right: 35%;
}

#lock-Afr {
    top: 30%;
    left: 48%;
}

#lock-Asia {
    bottom: 40%;
    right: 10%;
}

@keyframes pulse-red {
    0% {
        box-shadow: 0 0 0 0 rgba(36, 188, 102, 0.9);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(36, 188, 102, 0.1);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(36, 188, 102, 0);
    }
}


/* NEW BLOCKMETER 05 2022 */

.page-template-page-homev2 #home-main {
    min-height: auto;
    padding-top: 8rem;
}

#home-main {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 10rem;
}




#home-main:before {
    content: none;
    position: absolute;
    top: -10rem;
    width: 50%;
    right: 0;
    height: calc(100% + 10rem);
    opacity: .5;
    z-index: 0;
    background-size: cover;
    background-position: top left;
    background-image: url(../img/blockmeter-home-misc.svg);
}

#home-main.map-bg-visible .map-bg {
    opacity: 1;
    transition: all .5s ease-in;
}

#home-main.map-bg-visible .misc-bg {
    opacity: 0;
    transition: all .5s ease-in;
}

#home-main .map-bg {
    position: absolute;
    top: 100px;
    left: 0;
    pointer-events: none;
    z-index: 0;
    width: 100%;
    opacity: 0;
    object-fit: contain;
    height: calc(100% - 100px);

}

#home-main .misc-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    opacity: .5;
    pointer-events: none;
    z-index: 0;
    object-position: right;
    object-fit: contain;
    height: 100%;

}

#home-main .swiperBlockmeter .swiper-slide {
    min-width: 100%;
    font-family: var(--text-ubuntu) !important;
}

#home-main .swiperBlockmeter .first-slide {
    position: relative;
    padding-top: 2rem;
}


#home-main .swiperBlockmeter .swiper-slide.slide-calculator {
    padding-top: 4rem;
}


#home-main .swiperBlockmeter .text p {
    font-size: 3rem;
}

#home-main .swiperBlockmeter .text h1 .primary {
    color: var(--green);
    font-weight: 800;
}

.swiperBlockmeter .calculator {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(2px);
    border: solid 1px #ffffff14;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 1.5rem;
    background-size: 100% 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 2rem;
    position: relative;
    z-index: 1;
}

.swiperBlockmeter .calculator header {
    display: flex;
    align-items: center;
    justify-content: center;

}

.swiperBlockmeter hr {
    height: 1px;
    border: none;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7906512946975666) 89%);
}

.swiperBlockmeter .calculator header h2 {
    font-weight: 600;
}

.swiperBlockmeter header img {
    width: 40px;
}

.swiperBlockmeter .calculator h3 {
    font-weight: 400;
}



.swiperBlockmeter input[type=url],
.swiperBlockmeter input[type=email] {
    border-radius: 2rem;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: var(--purple);
    font-size: 1.1rem;
    font-weight: 500;
    font-family: var(--text-montserrat);
}

.swiperBlockmeter input[type=url]::placeholder,
.swiperBlockmeter input[type=email]::placeholder {
    color: #afafaf;
}

.swiperBlockmeter button.btn {
    font-family: var(--text-montserrat);
    text-transform: uppercase;
}

.blockmeter-results header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blockmeter-results header p {
    font-size: 1.6rem;
    color: var(--green);
    font-weight: 600;
    margin-bottom: 0;
}

p#entered-website {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    margin-bottom: .75rem;
}

.blockmeter-results .box {
    background-position: center;
    background-repeat: no-repeat;

    background-size: 100% 100%;
    margin-bottom: 1rem;
    padding: 1rem;
}

.blockmeter-results .box.box-1 {
    background-image: url(../img/box-views-bg.svg);
}

.blockmeter-results .box.box-2 {
    background-image: url(../img/box-blockedtraffic-bg.svg);
}

.blockmeter-results .box header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blockmeter-results .box header p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
}

.blockmeter-results .box header img {
    width: 25px;
}

.blockmeter-results .box .number {
    font-size: 4rem;
    font-weight: 500;
    text-align: center;
}

.results-2 {
    border-top: solid 2px var(--green);
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.results-2 p,
.blockmeter-loader p {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
.blockmeter-loader p {
	text-align: center;
}

.blockmeter-loader p span {
	font-size: 1.2rem;
}
.results-1 .slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#sliderTraffic {
    background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0.433) 50%, rgba(255, 255, 255, 0.492) 100%);
    border-radius: 8px;
    height: 7px;
    width: 356px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
}

#sliderTraffic::-webkit-slider-thumb {

    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--green);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0;
}

.blockmeter-results .form-check,
.blockmeter-results .form-check-label {
    width: 100%;
    cursor: pointer;
    font-family: var(--text-montserrat);
}

.blockmeter-results .form-check-label a {
    color: #fff;
    text-decoration: underline;
}

.wrapper-calculator {
    transition: opacity .5s ease-out;
}

.first-slide.loading .wrapper-calculator {
    opacity: 0;
    pointer-events: none;
}

.blockmeter-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first-slide.loading .blockmeter-loader {
    opacity: 1;
    z-index: 99;

}

.loaeder {
    background: var(--purple);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    transform: translate(-50%, -50%);
}

#loading4 {
    width: 4em;
    height: 4em;
    background: transparent;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    border: 0.5em solid var(--purple);
    position: relative;
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#loading4::after {
    position: absolute;
    top: 0.75em;
    left: 0.75em;
    width: 1.5em;
    height: 1.5em;
    content: '';
    display: block;
    background: var(--purple);
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

#loading4::before {
    position: absolute;
    bottom: 1.5em;
    left: 1em;
    content: '';
    display: block;
    background: transparent;
    transform-origin: 50% 100%;
    border-bottom: 1.5em solid var(--purple);
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;

}

.loading #loading4::before {

    animation: loading4 4.3s infinite;
}

.swiperBlockmeter iframe {
    max-width: 100%;
    width: 45rem;
    height: 20rem;
}

@-moz-keyframes loading4 {
    0% {
        transform: rotate(-135deg);
        opacity: 0;
    }

    10% {
        transform: rotate(-135deg);
        opacity: 1.0;
    }

    30% {
        transform: rotate(-50deg);
    }

    40% {
        transform: rotate(-70deg);
    }

    60% {
        transform: rotate(35deg);
    }

    70% {
        transform: rotate(30deg);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    90% {
        transform: rotate(135deg);
        opacity: 1.0;
    }

    100% {
        transform: rotate(135deg);
        opacity: 0;
    }
}

@-webkit-keyframes loading4 {
    0% {
        transform: rotate(-135deg);
        opacity: 0;
    }

    10% {
        transform: rotate(-135deg);
        opacity: 1.0;
    }

    30% {
        transform: rotate(-50deg);
    }

    40% {
        transform: rotate(-70deg);
    }

    60% {
        transform: rotate(35deg);
    }

    70% {
        transform: rotate(30deg);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    90% {
        transform: rotate(135deg);
        opacity: 1.0;
    }

    100% {
        transform: rotate(135deg);
        opacity: 0;
    }
}

@keyframes loading4 {
    0% {
        transform: rotate(-135deg);
        opacity: 0;
    }

    10% {
        transform: rotate(-135deg);
        opacity: 1.0;
    }

    30% {
        transform: rotate(-50deg);
    }

    40% {
        transform: rotate(-70deg);
    }

    60% {
        transform: rotate(35deg);
    }

    70% {
        transform: rotate(30deg);
        animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    90% {
        transform: rotate(135deg);
        opacity: 1.0;
    }

    100% {
        transform: rotate(135deg);
        opacity: 0;
    }
}

/* SOLO DESKTOP GRANDE */

@media (min-width: 1600px) {
    section#home-numbers .navigation-wrapper .navigation {
        left: calc(80% - 200px);
        top: 40%;
    }

    #page-blockmeter #adblock-users #ready .misc {
        top: 130%;
    }



    #header-main .wrapper.container,
    #home-main .wrapper.container {
        max-width: 1300px;
    }
}


/* DESKTOP CHICO */

@media (min-width: 1031px) and (max-width: 1366px) {
#home-main .text h1 {
    font-size: 2.5rem;
	}
	
	#home-main h2 {
		font-size: 1.6rem;
	}
	.swiperBlockmeter .calculator h3 {
		font-size: 1.3rem;
	}
	.blockmeter-results .box .number {
		font-size: 2.5rem;
	}
    #home-filtering .animation {
        max-width: initial;
        width: 115%;
        height: 500px;
    }
}


/* SOLO DESKTOP */

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

    .navBar__itemWrapper {
        display: flex;
    }

    #header-main .menu-item a {
        color: #29294E;
    }

    #header-main .menu-item:hover a {
        color: #CC208E !important;
    }

    #header-main .menu-item.btn-login:hover a {
        color: #fff !important;
    }

    #header-main .menu-item.btn-contact:hover a {
        color: #24BC66 !important;
    }

    #page-home #header-main .menu-item a,
    #page-contact #header-main .menu-item a,
    .error404 #header-main .menu-item a,
	#page-blockmeter #header-main .menu-item a {
        color: #fff;
    }



    #page-home #header-main .menu-item.btn-contact:hover a,
    #page-contact #header-main .menu-item.btn-contact:hover a,
    .error404 #header-main .menu-item.btn-contact:hover a,
	 #page-blockmeter #header-main .menu-item.btn-contact:hover a {
        color: #29294E;
    }

    #page-home .menu-item.item-login a,
    #page-contact .menu-item.item-login a,
    .error404 .menu-item.item-login a,
	 #page-blockmeter .menu-item.item-login a {
        color: #24BC66;
    }

    #page-home #header-main .menu-item.btn.btn-contact a,
    .error404 #header-main .menu-item.btn.btn-contact a,
    #page-contact #header-main .menu-item.btn.btn-contact a,
	 #page-blockmeter #header-main .menu-item.btn.btn-contact a {
        box-shadow: inset 0px 0px 0px 0.1rem #fff;
    }


    section#home-phrase {
        padding-top: 4rem;
    }

    .menu-item {
        margin-left: 0;
        margin-right: 0;
    }

    .menu-item.btn {
        margin-right: 0.25rem;
        margin-left: 0.25rem;

    }

    .ad-main .illustration {
        width: 125%;
        max-width: initial;
    }

    .adv-items .item {
        max-width: 90%;
    }


}


/* MOBILE */

@media (max-width: 1025px) {


    h3 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    #mainLogo {
        z-index: 10;
    }

    .navBarHamburger {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 10;
        cursor: pointer;
    }

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


    #header-main:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 5%;
        width: 90%;
        height: 1px;
        background-color: #fff;
    }

    #header-main.open {
        background-color: #fff !important;

    }

    #header-main.open .logo .st1 {
        fill: #29294E !important;
        transition: all 0.2s ease;
    }


    #header-main.open .logo .st0 {
        fill: #24BC66 !important;
        transition: all 0.2s ease;
    }

    #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: #CC208E;
    }

    .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: #CC208E;
    }

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

    #header-main .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: 100px;
        background-color: #fff;
        padding-top: 4rem;
        padding-bottom: 4rem;
        justify-content: center;
        transform: translateY(0);
        transition: transform .9s cubic-bezier(.2, 1, .2, 1) 0s;
    }

    #header-main .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;
    }

    #page-home #header-main .menu-item.btn.btn-contact:hover a,
	 #page-blockmeter #header-main .menu-item.btn.btn-contact:hover a,
    #page-contact #header-main .menu-item.btn.btn-contact:hover a,
    .error404 #header-main .menu-item.btn.btn-contact:hover a {
        background-color: #15265b;
        color: #fff;
    }

    .menu-item a {
        color: #15265b;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
    }

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

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

    .wpml-ls-item a {
        font-size: 1rem;
        letter-spacing: 0.15rem;
        font-weight: 600;
        letter-spacing: 0.25rem;
        margin-top: 1rem;
    }

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

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


    #home-main .text {
        margin-bottom: 1.5rem;
    }

    #home-main .text p {
        font-size: 2.8rem;
    }


    html[lang="es-ES"] #home-main .text p {
        font-size: 2.2rem;
    }

    #home-main .text h1 {
        font-size: 1.8rem;
    }



    section#home-numbers .navigation {
        display: none;
    }

    #home-filtering .keywords {
        flex-direction: column;
    }

    #home-filtering .keywords span {
        margin-bottom: 1rem;
        font-size: 1.5rem;
    }

    #home-filtering .animation {
        position: relative;
        width: 100%;
        margin-top: 2rem;
        height: 300px;
    }

    section#home-numbers {
        padding-left: 25px;
        padding-right: 25px;
    }

    .swiper-numbers .swiper-slide {
        width: 100%;
        padding-left: 0;
    }

    .swiper-numbers .number-bg {
        top: 0;
    }

    section#home-numbers .navigation-wrapper .navigation {
        left: calc(50% - 75px);
        top: 90%;
        width: 150px;
    }

    #home-boxes {
        flex-direction: column;
        margin-top: 0;
    }

    #home-boxes .box {
        width: 100%;
        height: 30rem;
        padding: 50px;
    }



    #home-boxes .lock {
        top: calc(50% - 75px);
        left: calc(50% - 32px);
        width: 75px;
        height: 150px;
    }

    #home-solutions .items .item {
        width: 50%;
        margin-bottom: 2rem;
        padding: 10px;
    }

    #home-solutions .items .item p {
        font-size: 0.8rem;
    }

    #ready p br {
        display: none;
    }

    #ready p {
        font-size: 1.2rem;
    }

    #footer-main p,
    #footer-main ul {
        text-align: center;
    }


    #footer-main img {
        max-width: 180px;
    }

    #footer-main .social-media img {
        margin-left: 1rem;
    }

    #footer-main .social-media {
        justify-content: center;
    }

    .footer-top .footer-menu a {
        margin-left: 0;
        margin-bottom: 0.5rem;
    }

    .footer-menu {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .footer-bottom .social-media {
        margin-top: 2rem;
    }

    .footer-bottom .social-media a img {
        margin-right: 1rem;
    }

    .adv-items .item {
        padding-left: 40px;
    }

    .adv-items .item:before {
        left: 0;
    }

    .adv-items .item h2 {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }

    #about p {
        font-size: 1rem;
    }

    #ready {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    #ready .misc {
        top: 0;
        width: 100%;
        height: auto;
    }

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


    #footer-main .partners {
        flex-direction: column;
        justify-content: space-around;
    }


    #footer-main .partners img {
        max-width: 150px;
    }

    #footer-main .footer-top {
        align-items: center;
        justify-content: center;
        padding-top: 2rem;
    }


    #steps {
        display: flex;
        flex-direction: column;
    }

    #steps .step {
        width: calc(100%);
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        opacity: 0.5;
        transition: all 0.2s ease;
        padding-bottom: 70px;
    }

    #steps .step:last-child {
        padding-bottom: 30px;
    }

    #steps .step.active {
        opacity: 1;
    }

    #steps .step .icon {
        position: absolute;
        top: 0;
        left: 0;
    }

    #steps .step:before {
        position: absolute;
        content: "";
        top: 0;
        left: 20px;
        width: 5px;
        height: 100%;
        z-index: 0;
        background-color: #af99a7;

    }

    #steps .step:first-child:before,
    #steps .step:first-child:after {
        top: 60px;
    }

    #steps .step:last-child:after,
    #steps .step:last-child:before {
        content: none;
    }

    #steps .step:after {
        position: absolute;
        content: "";
        top: 0;
        left: 20px;
        width: 5px;
        height: 0;
        z-index: 0;
        background-color: #CC208E;
        transition: height 3s ease;
    }

    #steps .step.active:after {
        height: 100%;
        width: 5px;

    }

    #steps h5,
    #steps p {
        margin-left: 35px;
    }

    .lock-map {
        width: 30px;
        height: 30px;
    }

    .lock-map img {
        max-width: 50%;
    }

    .modalMap .modal-content:before {
        top: -15%;
    }

    /* NEW BLOCKMETER 05 2022 */
    .page-template-page-homev2 #home-main {

        padding-bottom: 5rem;
    }

    #home-main .map-bg {

        left: 0;

        width: 400%;

        object-position: center;
        object-fit: cover;
    }

    #home-main .misc-bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        opacity: .5;
        pointer-events: none;
        z-index: 0;
        object-position: center;
        object-fit: cover;
        height: 100%;
    }

    #home-main .text h1 .primary {
        font-size: 2.2rem;
    }

    #home-main .text h1 {
        font-size: 2rem;
    }

    .swiperBlockmeter .calculator header h2,
    .swiperBlockmeter .calculator h3 {
        font-size: 1.2rem;
    }

    .blockmeter-results header p,
    p#entered-website {
        font-size: 1.4rem;
    }

    .swiperBlockmeter header img {
        width: 25px;
    }

    .swiperBlockmeter .calculator {
        padding: 1rem;
        min-height: 300px;
    }

    .results-2 {
        padding: 1rem;

    }

    .results-2 p {
        font-size: 1.4rem;
        margin-bottom: .75rem;
    }

    .swiperBlockmeter input[type=url],
    .swiperBlockmeter input[type=email] {
        padding: .5rem;
    }

    .results-2 {
        border-top: none;
    }

    .results-2 p br {
        display: none;
    }

    .blockmeter-results .box .number {
        font-size: 3rem;
    }

    .wrapper.container {
        max-width: 100%;
    }

    #sliderTraffic {
        width: 150px;
    }


    .blockmeter-loader {
        padding-top: 3rem;
        justify-content: flex-start;
    }

    #home-phrase .misc-2 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .team-member:nth-child(odd) {
        flex-direction: row-reverse;
    }
}

/*MOBILE */

@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    .main-cta span {
        font-size: 1rem;
    }

    .progress-bar {
        white-space: initial !important;
    }

    #choose-unblockia .items {
        flex-direction: column;
        align-items: center;
    }

    #choose-unblockia .items .item {
        width: 100%;
    }

}

/* MOBILE BUT IPAD */
@media (max-width: 767px) {

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

    #header-main.open .navBar__itemWrapper .menu-item,
    .menu-item.btn a {
        font-size: 1rem;
    }

    #header-main.open .navBar__itemWrapper {
        height: 100%;
        top: 0;
    }

    .team-member {
        flex-direction: column-reverse;
        margin-bottom: 3rem;
    }

    .team-member:nth-child(even) .text {
        text-align: center;
    }

    .team-member .photo {
        width: 100%;
        height: 450px;
    }

    .team-member .text {
        width: 100%;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }

    .main-cta span {
        max-width: 200px;
    }

    ul#menu-footer {
        width: 100%;
        column-count: 3;
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
	
	



}