@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

@font-face {
    font-family: "fontello_tripadvisor";
    src: url("../../fonts/fontello_tripadvisor.eot?45484529");
    src: url("../../fonts/fontello_tripadvisor.eot?45484529#iefix") format("embedded-opentype"),
        url("../../fonts/fontello_tripadvisor.woff2?45484529") format("woff2"),
        url("../../fonts/fontello_tripadvisor.woff?45484529") format("woff"),
        url("../../fonts/fontello_tripadvisor.ttf?45484529") format("truetype"),
        url("../../fonts/fontello_tripadvisor.svg?45484529#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontello_x";
    src: url("../../fonts/fontello_x.eot?45484529");
    src: url("../../fonts/fontello_x.eot?45484529#iefix") format("embedded-opentype"),
        url("../../fonts/fontello_x.woff2?45484529") format("woff2"),
        url("../../fonts/fontello_x.woff?45484529") format("woff"),
        url("../../fonts/fontello_x.ttf?45484529") format("truetype"),
        url("../../fonts/fontello_x.svg?45484529#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa-tiktok.tiktok:before,
.fa-tiktok:before,
.mdi-tiktok.tiktok:before,
.mdi-tiktok:before {
    content: "\E800";
    font-family: "fontello_tiktok" !important;
}

.fa-tripadvisor.tripadvisor:before,
.fa-tripadvisor:before,
.mdi-tripadvisor.tripadvisor:before,
.mdi-tripadvisor:before {
    content: "\E801";
    font-family: "fontello_tripadvisor" !important;
}

.fa-twitter-x.x:before,
.fa-twitter-x:before,
.mdi-twitter-x.x:before,
.mdi-twitter-x:before {
    content: "\E803";
    font-family: "fontello_x" !important;
}

@font-face {
    font-family: Mulish;
    src: local("Mulish-Medium"),
        url(/fonts/Mulish/Mulish-Medium.ttf);
    font-weight: Medium;
}

@font-face {
    font-family: Poppins;
    src: local("Poppins-Regular"),
        url(/fonts/Poppins/Poppins-Regular.ttf);
    font-weight: Medium;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

p {
    font-family: var(--main-txt-font);
    letter-spacing: var(--main-txt-spacing);
    font-weight: 300;
}

.btn-default-new:hover,
.btn-default-new-w:hover,
.contact-btn-rrss:hover,
.demo-btn-footer:hover,
.brands-container img:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.flex-box .flex-2 {
    width: 50%;
    padding: 20px;
}

.flex-box .flex-3 {
    width: 33.33%;
    padding: 20px;
}

.flex-box .flex-6 {
    width: 66.66%;
    padding: 10px;
}

.flex-2.flex-img-left {
    padding-left: 0px;
}

.flex-2.flex-img-right {
    padding-right: 0px;
}

/*menu mobile */
body {
    background-color: #FFFFFF;
    padding-top: 0px;
    font-family: var(--main-txt-font), sans-serif;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-dark-new);
    overflow: initial;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 21;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
}

.sidenav a {
    padding: 8px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    color: var(--color-blue-corp);
    text-transform: uppercase;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: var(--color-blue-new);
}

.sidenav a.login-mobile {
    background: var(--color-blue-new);
    color: #ffffff;
    margin: 8px 12px;
    font-size: 16px;
    border-radius: 10px;
}

.sidenav a.login-mobile:hover {
    background: var(--color-blue-corp);
}

.sidenav .closebtn {
    color: var(--color-blue-new);
    position: absolute;
    top: 12px;
    right: 6px;
    font-size: 24px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/*menu*/

header nav.nav-class,
header nav.sticky {
    transition: background-color 0.5s ease;
}

header nav.nav-class a,
header nav.sticky a {
    transition: color 0.5s ease;
}

header nav .header-logo {
    transition: all 0.5s ease;
    flex: 0;
    overflow: hidden;
    overflow: initial;
}

header nav.nav-class .header-logo img,
header nav.sticky .header-logo {
    opacity: 1;
    width: 120px;
}

header nav .header-logo img {
    transition: width 0.5s ease;
    -o-transition: width 0.5s ease;
    -ms-transition: width 0.5s ease;
}


header nav.sticky .header-logo img,
.sticky .header-logo img {
    width: 120px;
}

nav.nav-class {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    z-index: 4;
    padding: 0 8%;
}

/* 
nav.sticky{
    position: fixed;
    width: 100%;
    font-size: 16px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0,66,89,0.05);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0,66,89,0.05);
    box-shadow: 0px 2px 15px 0px rgba(0,66,89,0.05);
    z-index: 5;
} */

nav {
    position: fixed;
    width: 100%;
    font-size: 16px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 66, 89, 0.05);
    -moz-box-shadow: 0px 2px 15px 0px rgba(0, 66, 89, 0.05);
    box-shadow: 0px 2px 15px 0px rgba(0, 66, 89, 0.05);
    z-index: 5;
}

.menu-screen {
    margin-top: 20px;
    display: flex;
    /*justify-content: space-around;*/

}

.menu-screen>li {
    list-style-type: none;
    display: block;
    color: var(--color-blue-corp);
    text-align: center;
    padding: 0 24px;
    list-style-type: none;
}

.nav-class .menu-screen li>a {
    font-family: var(--main-text-font);
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

.nav-class .menu-screen li.active.btn_login a,
.menu-scroll li.active.btn_login a {
    background: var(--color-blue-new);
    padding: 8px 12px;
    border-radius: 10px;
    color: #ffffff;
}

.menu-scroll,
.menu-screen {
    padding: 15px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.menu-scroll li>a,
.menu-screen li>a {
    color: var(--color-blue-corp);
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
}

.menu-scroll li>a:visited,
a:link,
.menu-screen li>a:visited,
a:link {
    text-decoration: none;
}

.menu-scroll li>a:hover,
.menu-screen li>a:hover {
    border-bottom: 2px solid var(--color-blue-new);
    padding-bottom: 3px;
}

.menu-scroll li.header-logo>a:hover,
.menu-screen li.header-logo>a:hover {
    border-bottom: none;
}

.menu-screen .dropdown-menu>li>a {
    border-bottom: 2px solid transparent;
}

.menu-screen .dropdown-menu>li>a:hover,
.menu-screen .dropdown-menu>li>a:focus {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid var(--color-blue-new);

}

.nav-class .menu-screen li.active.btn_login a:hover,
.menu-scroll li.active.btn_login a:hover {
    background: var(--color-blue-corp);
    color: #ffffff;
    border-bottom: none;
}

.full-size {
    width: 100%;
}

img.header {
    height: auto;
    max-width: 100%;
    z-index: -1;
}

.select-lang .caret {
    border-top: 4px solid var(--color-blue-corp);
}

.sticky .menu-scroll .select-lang .caret {
    border-top: 4px solid var(--color-blue-corp);
}

.usermenu {
    overflow: hidden;
}

.usermenu.open {
    overflow: visible;
}

.usermenu li {
    float: none;
}

.usermenu .dropdown-menu.lang-menu {
    background-color: transparent !important;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: 130px;
    margin-left: 26%;
    border: none;
}

.sticky .menu-scroll .usermenu .dropdown-menu.lang-menu {
    margin-left: 0;
    margin-top: 15px;
}

.dropdown-menu.lang-menu>li>a {
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 8px;
    text-align: left;
}

.sticky .menu-scroll .dropdown-menu.lang-menu li>a {
    background: rgba(255, 255, 255, 0.9);
}

.menu-screen .dropdown-menu.lang-menu li>a:hover {
    border-bottom: none;
    background: rgba(255, 255, 255, 1) !important;
    padding: 4px 8px;
}

.sticky .menu-scroll .dropdown-menu.lang-menu li>a:hover {
    border-bottom: none !important;
}

#mySidenav li,
#mySidenav a {
    white-space: nowrap;
}

#mySidenav li.dropdown.usermenu {
    list-style: none;
}

#mySidenav .select-lang .caret {
    border-top: 4px solid #004259;
}

#mySidenav .dropdown-menu.lang-menu>li>a {
    background: transparent;
}

#mySidenav .dropdown-menu.lang-menu>li>a:hover {
    background: #ffffff !important;
}

#mySidenav ul#rrss-navbar-dropdown {
    list-style: none;
    padding-left: 10%;
    display: block;
    margin-top: 0;
}

#mySidenav ul.dropdown-menu.lang-menu {
    position: relative;
    float: none;
}

#mySidenav ul#rrss-navbar-dropdown li {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 22%;
}

#mySidenav ul#rrss-navbar-dropdown li a {
    padding: 8px;
    font-size: 24px;
}

#mySidenav ul#rrss-navbar-dropdown li>a:visited {
    color: var(--color-blue-corp);
}

#mySidenav ul#rrss-navbar-dropdown li>a:hover {
    border-bottom: none;
    color: var(--color-blue-new);
}

/* HERO */

.hero-header-home {
    position: relative;
}

.hero-header-home::before {
    content: '';
    background-color: var(--color-blue-low);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: -7%;
    left: -7%;
}

.header-hero-box {
    position: relative;
}

.header-hero-box img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#main-header {
    padding: 4% 8% 1%;
}

.what-is-box {
    padding: 1% 8% 4%;
}

.header-hero-box .title {
    color: var(--color-blue-corp);
    font-weight: 600;
    padding-right: 10%;
}

.btn-default-new,
.btn-default-new-w {
    display: inline-block;
    margin-top: 30px;
    background: transparent;
    font-family: var(--main-txt-font);
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: var(--main-txt-spacing);
}

.btn-default-new {
    border: 2px solid var(--color-blue-new);
    color: var(--color-blue-new);
}

.btn-default-new-w {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-default-new-w:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: var(--color-blue-new);
}

.btn-default-new-w a {
    color: #ffffff;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 12px 20px;
}

.btn-default-new-w:hover a {
    color: var(--color-blue-new);
}

.btn-default-new:hover a {
    color: #ffffff;
}

.btn-default-new a {
    color: var(--color-blue-new);
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}

.stores .btn-default-new i {
    font-size: 24px;
    line-height: 16px;
    margin-right: 4px;
}

.btn-default-new:hover {
    color: #ffffff;
    border: 2px solid var(--color-blue-new);
    background: var(--color-blue-new);
    box-shadow: -2px 1px 5px rgba(0, 66, 89, 0.1);
}

.what-is-content {
    background: var(--color-blue-new);
    color: #ffffff;
    border-radius: 20px;
    padding: 2% 6% 4%;
}

.box-home-title {
    font-family: var(--main-title-font), sans-serif;
    color: var(--color-blue-corp);
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 30px;
    text-transform: uppercase;
}

.box-intro-2 {
    padding: 2% 8% 2% 0;
}

.box-app {
    padding: 2% 8% 4% 0;
    position: relative;
}

.box-intro-2 img {
    padding-right: 6%;
    width: 100%;
}

.box-intro-1 {
    padding: 2% 0 2% 8%;
}

.flex-img-right img {
    padding-left: 6%;
    width: 100%;
}

/*  STUDY BOX */
.box-study-home {
    background: var(--color-blue-corp);
    width: 90%;
    border-radius: 0 20px 20px 0;
}

.box-study-home .flex-2 {
    width: 50%;
    padding: 20px;
}

.box-study-home img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.box-study-home p,
.box-study-home h3 {
    color: #ffffff;
}

.box-study-home .flex-box {
    padding: 2% 6% 4%;
    /* margin: 40px auto; */
}

/* BOX REDES */

.box-redes {
    background: var(--color-blue-new);
    width: 90%;
    margin-left: 10%;
    border-radius: 20px 0px 0px 20px;
    padding: 4% 8%;
}

.social-nav {
    width: 100%;
    padding: 40px 20px 20px;
}

.social-nav>div {
    width: 14.28%;
    text-align: center;
}

.social-nav>div i {
    font-size: 45px;
    line-height: 50px;
    color: #ffffff;
}

.social-nav>div i.mdi-tiktok {
    font-size: 40px;
}

.social-nav>div i.mdi-tripadvisor {
    font-size: 58px;
}

.box-app .app-text {
    width: 60%;
}

.box-app .app-section {
    width: 40%;
    position: relative;
}

.box-app .app-section img {
    width: 75%;
    padding: 20px;
    position: relative;
    margin: 0px auto 0px 20px;
}

.box-app .app-section .back-app {
    position: absolute;
    width: 25%;
    height: 90%;
    border-radius: 0 20px 20px 0px;
    background-image: url(/images/socialreacher/back-404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.app-text h2,
.text-intro h2,
.box-intro-2 h2,
.box-redes h2,
.brands-container h3,
.box-study-home h3 {
    font-family: var(--main-title-font), sans-serif;
    color: var(--color-blue-corp);
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.box-intro-2 p {
    padding-top: 4%;
}

/* INFOGRAFIA */

.box-intro-2 ol {
    width: 100%;
    margin-inline: auto;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem 2rem;

    list-style: none;
    counter-reset: stepnr;

    background-image: url('/images/home/line_infographic.png');
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 68% center;
}

.box-intro-2 li:nth-child(6n + 2) .number,
.box-intro-2 li:nth-child(6n + 3) .number,
.box-intro-2 li:nth-child(6n + 4) .number {
    color: var(--color-blue-corp);
}

.box-intro-2 li:nth-child(6n + 2),
.box-intro-2 li:nth-child(6n + 3),
.box-intro-2 li:nth-child(6n + 4) {
    color: var(--color-blue-corp);
}

.box-intro-2 li:nth-child(6n + 6) .number,
.box-intro-2 li:nth-child(6n + 7) .number,
.box-intro-2 li:nth-child(6n + 5) .number {
    color: var(--color-blue-new);
}

.box-intro-2 li:nth-child(6n + 6),
.box-intro-2 li:nth-child(6n + 7),
.box-intro-2 li:nth-child(6n + 5) {
    color: var(--color-blue-new);
}

.box-intro-2 ol li {
    background: #ffffff;
    width: 18rem;
    --borderS: 1rem;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: calc(var(--borderS) + 1.5rem);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: 26px;
}

.info-title-mobile .info-title-box p {
    color: var(--color-disable);
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
}

.info-title-mobile .info-title-box {
    display: none;
    padding: 10px 6px;
}

.box-intro-2 ol .info-title-box {
    text-transform: uppercase;
    width: 100%;
    color: var(--color-disable);
}

.box-intro-2 ol .info-title-box p {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    width: auto;
    background: #ffffff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
}

.box-intro-2 ol li::after {
    inset: 0;
    position: absolute;
    border-radius: 50%;
    border: var(--borderS) solid #ffffff;
    line-height: 1.1;
}

.box-intro-2 ol li .number {
    font-size: 4rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

ol li::after {
    content: "";
    filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(47, 128, 253, 0.7)) blur(5px);
}

ol li>* {
    width: 100%;
}

ol li .icon {
    text-align: center;
    font-size: 3rem;
    color: var(--accent-color);
    text-align: center;
    background: var(--color-blue-low);
    border-radius: 30px;
    width: 46px;
    height: 46px;
    margin: 5px auto;
}

ol li .title {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
    text-align: center;
    /* word-break: break-word; */
}


/*  */

.box-redes h2,
.box-study-home h3 {
    color: #fff;
}

.box-redes h2,
.brands-container h3 {
    text-align: center;
}

.flex-box.whatIs-ghaphic-box {
    width: 85%;
    margin: 30px auto 0;
    position: relative;
    border-radius: 20px;
}

.flex-box.whatIs-ghaphic-box>.flex-box:first-child {
    padding-right: 10%;
}

.flex-box.whatIs-ghaphic-box>.flex-box:nth-child(2) {
    padding-left: 10%;
}

.whatIs-ghaphic-box .flex-2 {
    padding: 5px;
    align-items: flex-end;
}

.whatIs-ghaphic-box img {
    width: 100%;
}

.graphic-block p {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-blue-corp);
}

.whatIs-ghaphic-box>img {
    width: 10%;
    position: absolute;
}

.whatIs-ghaphic-box img.grap-arrow-1 {
    top: 0;
    left: 35%;
    transform: rotate(35deg);
}

.whatIs-ghaphic-box img.grap-arrow-2 {
    top: 48%;
    right: 10%;
    transform: rotate(125deg);
}

.whatIs-ghaphic-box img.grap-arrow-3 {
    bottom: 26%;
    left: 34%;
    transform: rotate(-45deg) scaleX(-1);
}

.whatIs-numbers-box {
    margin-top: 20px;
}

.whatIs-numbers-box .flex-box {
    flex-direction: column;
    text-align: center;
}

.whatIs-numbers-box .num-box {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: var(--color-blue-new);
}

.whatIs-numbers-box .num-box::before {
    content: '';
    display: block;
    position: absolute;
    background: var(--color-blue-low);
    width: 60px;
    height: 60px;
    border-radius: 40px;
    z-index: -1;
    left: calc(50% - 30px);
    top: 0;
}

.whatIs-numbers-box p {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 10px;
    color: var(--color-blue-corp);
}


/* DEMO FOOTER */

.demo-box {
    position: relative;
    /* background: linear-gradient(132deg, var(), #31a3c1); */
    background: rgb(67, 109, 247);
    background: -moz-linear-gradient(38deg, rgb(67, 109, 247) 30%, rgb(25, 41, 94) 100%);
    background: -webkit-linear-gradient(38deg, rgb(67, 109, 247) 30%, rgb(25, 41, 94) 100%);
    background: linear-gradient(38deg, rgb(67, 109, 247) 30%, rgb(25, 41, 94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#436DF7", endColorstr="#19295E", GradientType=1);
    background-size: 400% 400%;
    animation: BackgroundGradient 20s ease infinite;
    padding: 6%;
    color: #ffffff;
}

.demo-box .box-news {
    position: absolute;
    justify-content: space-between;
    top: -60px;
    background: linear-gradient(38deg, rgb(67, 109, 247) 30%, rgb(25, 41, 94) 100%);
    width: 90%;
    padding: 2% 6%;
    border-radius: 20px;
}

.demo-box .box-news p {
    margin-bottom: 0px;
    width: 60%;
}

.box-news .news-input-btn input {
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 15px;
}

.box-news .news-input-btn input::placeholder {
    font-size: 13px;
    color: #ffffff;
}

.box-news .news-input-btn .btn-default-new {
    margin-top: 0px;
    background: #ffffff;
}

.box-news .news-input-btn .btn-default-new:hover {
    background: var(--color-blue-new);
    box-shadow: -2px 1px 5px rgba(0, 66, 89, 0.1);
}

.box-news .news-input-btn .btn-default-new a {
    font-size: 14px;
    padding: 10px 16px;
}

.demo-box h3 {
    font-family: var(--main-title-font), sans-serif;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-top: 50px;
}

@keyframes BackgroundGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* TESTIMONIOS */

.testimonials-box {
    background: url('../../images/socialreacher/backg_testimonios.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 4% 0;
}

.carousel-control span .fa {
    font-size: 30px;
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control.right,
.carousel-control.left {
    color: #ffffff;
}

.testimonial-carousel {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
    overflow: hidden;
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-wrapper .testimonial-text {
    position: relative;
    padding: 16px 30px;
    height: 180px;
    text-align: center;
    color: var(--color-blue-corp);
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .2);
}

.testimonials-wrapper .testimonial-text h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.testimonials-wrapper .testimonial-text h4:last-child {
    margin-top: 0;
}

.testimonials-blob,
.testimonials-img {
    border-radius: 100%;
    top: 15px;
}

.testimonials-img {
    position: relative;
    left: 50%;
    overflow: hidden !important;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: -50px;
    box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .2);
    transition: all ease-out .5s;
    transform: translateY(-30%);
}

.testimonials-img img {
    width: 100px;
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
}

.testimonials-person-info {
    padding-top: 15px;
    text-align: center;
    color: #ffffff;
}

.testimonials-person-info p.test-name {
    font-weight: 500;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
}

.testimonials-person-info p.test-rol {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
}

@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
    }

    50% {
        box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
    }

    100% {
        opacity: 1;
        background: #fff;
        box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
    }
}

.testimonial-carousel .active .testimonials-blob {
    transform-origin: 50% 50%;
    animation: anim linear .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

.testimonial-carousel:active {
    cursor: grabbing;
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out .3s;
    transform: scale(.7);
    opacity: 0
}

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1
}

ol.carousel-indicators {
    margin-bottom: 0px;
    opacity: 0.5;
}


/* BRAND CAROUSEL */
.brands-container {
    padding: 4%;
}

.brands-container .clients-box {
    width: 90%;
    margin: 40px auto 20px;
}

.brands-container img {
    width: 80%;
    transition: all 0.4s ease;
}

.brands-container img {
    display: inline-block;
    vertical-align: bottom;
    height: auto;
}

.brands-container .clients-box .logo-client {
    width: 20%;
    text-align: center;
    margin: 15px auto;
}

/* MODAL REGISTRO */

.modal-container-sign,
.modal-container-conditions {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(48, 161, 192, 0.5);
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(48, 161, 192, 0.5)), to(rgba(0, 194, 201, 0.8)));
    background: linear-gradient(to bottom right, rgba(48, 161, 192, 0.5), rgba(0, 194, 201, 0.8));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    opacity: 1;
    z-index: 9;
}

.modal-container-sign .modal-sign,
.modal-container-conditions .modal-sign {
    background: white;
    background: -webkit-gradient(linear, left top, right bottom, from(#f1f6f8), color-stop(white), to(white));
    background: linear-gradient(to bottom right, #f1f6f8, white, white);
    width: 60vw;
    max-width: 600px;
    min-width: 400px;
    height: auto;
    max-height: 600px;
    min-height: 450px;
    padding: 60px 20px;
    padding-bottom: 40px;
    -webkit-box-shadow: -10px 10px 50px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -10px 10px 50px 0px rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.modal-container-sign .close-dialog,
.modal-container-conditions .close-dialog {
    position: absolute;
    font-size: 36px;
    color: #004259;
    margin: 0;
    top: 5px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.modal-container-sign .close-dialog i,
.modal-container-conditions .close-dialog i {
    transition: transform 0.4s ease;
}

.modal-container-sign .close-dialog i:hover,
.modal-container-conditions .close-dialog i:hover {
    transform: rotate(-180deg);
}

.modal-container-sign input[type="text"],
.modal-container-sign input[type="password"],
.modal-container-sign input[type="number"],
.modal-container-sign input[type="email"] {
    border: none;
    border-bottom: 3px solid rgba(48, 161, 192, 0.3);
    outline: none;
    font-size: 20px;
    padding: 5px;
    color: #31a3c1;
    background: rgba(0, 0, 0, 0);
    margin-bottom: 12px;
    margin-top: 8px;
}

.modal-container-sign input[type="checkbox"] {
    background: rgba(0, 0, 0, 0);
    outline: none;
}

.modal-container-sign form {
    width: 100%;
}

.modal-container-sign label {
    color: #004259;
    width: 75%;
    margin-left: 12.5%;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: lighter;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.modal-container-sign #terms-label {
    display: inline-block;
    font-size: 13px;
}

.modal-container-sign .button-container {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.modal-container-sign .signup,
.modal-container-conditions .acept-terms {
    font-family: var(--main-title-font), sans-serif;
    width: 45%;
    margin: 0 auto;
    background: #31a3c1;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    padding: 15px 30px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
}

.modal-container-conditions .button-container {
    text-align: center;
}

.modal-container-sign .signup:hover,
.modal-container-conditions .acept-terms:hover {
    background: #f1f6f8;
    color: #31a3c1;
    border: 2px solid #31a3c1;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.12);
}

.modal-container-sign #signup,
.modal-container-conditions #acept-terms {
    background: #31a3c1;
    cursor: pointer;
}

.modal-container-sign #terms-label a {
    border-bottom: 2px solid #31a3c1;
    cursor: pointer;
}

.modal-container-conditions .terms-text {
    padding: 0 30px 30px 30px;
    text-align: justify;
}

.modal-container-conditions .terms-text a {
    color: #31a3c1;
}

/* MODAL DEMO */

.modal-demo .modal-header {
    text-align: center;
    background-color: var(--color-blue-new);
    color: #ffffff;
}

/* STUDIES */
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Poppins", sans-serif;
    --font-serif: "Mulish", serif;
}

.box-studies-intro {
    padding: 4% 6%;
}

.back-studies {
    background: url('/images/studies/back_reports_adv_v2.png');
    padding: 6% 6%;
    margin-bottom: 40px;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
}

.studies-text-box {
    max-width: 800px;
    padding: 20px;
    text-align: left;
}

.studies-text-box h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: left;
    clear: both;
    overflow: hidden;
}

.box-info-studies {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    max-width: 1024px;
    margin: 40px auto;
}

.box-info-studies .card-study {
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    border-radius: 20px;
}

@media (min-width: 600px) {
    .box-info-studies .card-study {
        height: 480px;
        width: 40%;
    }
}

.box-info-studies .card-study:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.box-info-studies .card-study:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(15, 25, 56, 0) 0%, rgba(15, 25, 56, 0.009) 11.7%, rgba(15, 25, 56, 0.034) 22.1%, rgba(15, 25, 56, 0.072) 31.2%, rgba(15, 25, 56, 0.123) 39.4%, rgba(15, 25, 56, 0.182) 46.6%, rgba(15, 25, 56, 0.249) 53.1%, rgba(15, 25, 56, 0.32) 58.9%, rgba(15, 25, 56, 0.394) 64.3%, rgba(15, 25, 56, 0.468) 69.3%, rgba(15, 25, 56, 0.54) 74.1%, rgba(15, 25, 56, 0.607) 78.8%, rgba(15, 25, 56, 0.668) 83.6%, rgba(15, 25, 56, 0.721) 88.7%, rgba(15, 25, 56, 0.762) 94.1%, rgba(15, 25, 56, 0.79) 100%);
    transform: translateY(-50%);
    transition: transform calc(var(--d) * 2) var(--e);
}

.box-info-studies .card-study:nth-child(1):before {
    background-image: url('/images/studies/estudio-ibex35.png');
}

.box-info-studies .card-study:nth-child(2):before {
    background-image: url('/images/studies/estudio-advocacy-es.jpg');

}

.box-info-studies .content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 1rem;
    transition: transform var(--d) var(--e);
    z-index: 1;
}

.box-info-studies .content>*+* {
    margin-top: 1rem;
}

.box-info-studies .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: var(--main-txt-spacing);
    line-height: 1.2;
    text-shadow: 1px 1px 10px hsl(225deg 58% 14% / 60%);
}

.box-info-studies .copy {
    font-family: var(--font-serif);
    font-size: 16px;
    font-style: italic;
    line-height: 1.35;
    text-shadow: 1px 1px 10px hsl(225deg 58% 14% / 60%);
}

.box-info-studies .btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    text-transform: uppercase;
}

.box-info-studies .btn:focus {
    outline: 1px dashed var(--color-blue-new);
    outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
    .box-info-studies .card-study:after {
        transform: translateY(0);
    }

    .box-info-studies .content {
        transform: translateY(calc(100% - .5rem));

    }

    .box-info-studies .content>*:not(.title) {
        opacity: 0;
        transform: translateY(1rem);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    }

    .box-info-studies .card-study:hover,
    .box-info-studies .card-study:focus-within {
        align-items: center;
    }

    .box-info-studies .card-study:hover:before,
    .box-info-studies .card-study:focus-within:before {
        transform: translateY(-4%);
        height: 500px;
        filter: blur(8px) grayscale(40%)
    }

    .box-info-studies .card-study:hover:after,
    .box-info-studies .card-study:focus-within:after {
        transform: translateY(-50%);
    }

    .box-info-studies .card-study:hover .content,
    .box-info-studies .card-study:focus-within .content {
        transform: translateY(0);
        align-self: center;
    }

    .box-info-studies .card-study:hover .content>*:not(.title),
    .box-info-studies .card-study:focus-within .content>*:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(var(--d) / 8);
    }

    .box-info-studies .card-study:focus-within:before,
    .box-info-studies .card-study:focus-within:after,
    .box-info-studies .card-study:focus-within .content,
    .box-info-studies .card-study:focus-within .content>*:not(.title) {
        transition-duration: 0s;
    }
}

/* PAID */


.back-paid {
    background: url('/images/socialreacher/back-paid-landing.png');
    padding: 8% 6%;
    margin-bottom: 40px;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.commercial-landing section {
    padding: 4% 8%;
    position: relative;
}

.commercial-landing section.block-app {
    padding: 0px 8%;
    margin: 10% auto 6%;
}

section.block-intro p.title {
    font-size: 22px;
    font-weight: 400;
    color: var(--color-blue-corp);
}

.paid-text-box {
    width: 50%;
}

.paid-text-box h1 {
    font-size: 50px;
    font-weight: 400;
    color: var(--color-blue-corp);
}

.paid-text-box h1 span {
    color: var(--color-blue-new);
}

.commercial-landing ul li {
    font-weight: 400;
}

.commercial-landing .block-why-adv {
    background: var(--color-blue-new);
    padding: 2% 4%;
    border-radius: 40px;
    margin-top: 60px;
}

.commercial-landing .block-why-adv h2 {
    margin-top: 0px;
    font-size: 35px;
    letter-spacing: var(--main-txt-spacing);
    font-weight: 300;
    margin-bottom: 30px;
}

.commercial-landing .block-why-adv h2,
.commercial-landing .block-why-adv li span {
    color: #ffffff;
}

.commercial-landing .block-app-content {
    background: var(--color-blue-corp);
    padding: 2% 4%;
    border-radius: 40px;
    color: #ffffff;
}

.commercial-landing h3 {
    font-size: 35px;
    color: var(--color-blue-new);
    letter-spacing: var(--main-txt-spacing);
    font-weight: 300;
    margin-bottom: 30px;
}

.commercial-landing section.block-intro {
    background: var(--color-blue-low);
}

section.block-who-work-adv {
    justify-content: flex-end;
}

.commercial-landing .flex-3.img-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 3;
}

.commercial-landing .block-why-adv img {
    width: 100%;
    border-radius: 30px;
}

.commercial-landing .block-why-adv .flex-2.flex-box {
    align-content: space-between;
}

.commercial-landing .why-img-content {
    position: relative;
}

.commercial-landing .why-img-content .paid-img-profile {
    width: 75%;
    margin: 10px 0 10px auto;
}

.commercial-landing .why-img-content .paid-img-metrics {
    width: 30%;
    position: absolute;
    top: 18%;
    left: 0;
    border-radius: 20px;
    z-index: 3;
}

.commercial-landing .img-content img {
    width: 100%;
    max-width: 600px;
}

section.block-clients {
    margin-top: 40px;
    background: var(--color-blue-low);
}

.commercial-landing .clients-box img {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
}

.commercial-landing .block-app-imgs img.app-desktop {
    width: 700px;
    position: absolute;
    bottom: 0;
    right: 40px;
}

.commercial-landing .block-app-imgs img.app-mobile {
    width: 380px;
    position: absolute;
    bottom: 60px;
    right: 420px;
}

.commercial-landing .app-footer ul {
    justify-content: flex-start;
}

.commercial-landing .pending-animation {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.commercial-landing .animated {
    opacity: 1;
    transition: opacity 0.5s ease;

}

@media (min-width: 1365px) {
    .box-intro-2 .infographic-box {
        max-width: 770px;
    }
}

@media (max-width: 1365px) {
    .infographic-box ol li {
        width: 16rem;
    }

    .box-intro-2 {
        padding: 2% 4% 2% 0;
    }

    .infographic-box ol li::before {
        padding-left: 10rem;
        font-size: 8rem;
    }

    .commercial-landing .block-app-imgs img.app-desktop {
        width: 600px;
        right: 0;
    }

    .commercial-landing .block-app-imgs img.app-mobile {
        width: 330px;
        bottom: 150px;
        right: 250px;
    }
}

@media (max-width: 1300px) {
    .usermenu .dropdown-menu.lang-menu {
        margin-left: 18%;
    }

    .menu-screen>li {
        padding: 0 18px;
    }

    .flex-box.whatIs-ghaphic-box {
        width: 100%;
    }

    .whatIs-numbers-box {
        padding-left: 0px;
    }
}

@media (max-width: 1200px) {
    .box-intro-2 .flex-2.flex-img-left {
        display: none;
    }

    .flex-box .flex-2.text-infography {
        width: 100%;
        padding: 2% 8%;
        text-align: center;
    }

    .infographic-box {
        padding: 0px 15%;
    }

    .demo-box .box-news {
        padding: 2% 2%;
    }

    .demo-box .box-news p {
        width: 50%;
    }

    .back-paid {
        padding: 6% 6%;
        margin-bottom: 20px;
        background-position: 80% 50%;
    }

    .paid-text-box h1 {
        font-size: 40px;
    }

}

@media (max-width: 1100px) {
    nav.nav-class {
        padding: 0 4%;
    }

    .usermenu .dropdown-menu.lang-menu {
        margin-left: 10%;
    }

    #main-header {
        padding: 12% 4% 1%;
    }

    .header-hero-box .title {
        font-size: 40px;
    }

    .box-app {
        padding: 2% 8% 10% 0;
    }

    .box-intro-2 {
        padding: 2% 4% 2% 0;
    }

    .box-intro-1 {
        padding: 2% 0 2%;
    }

    .flex-2.text-intro {
        width: 100%;
        padding: 4% 10%;
    }

    .flex-2.flex-img-right {
        display: none;
    }

    .box-study-home .flex-2 {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .box-info-studies .card-study {
        height: 340px;
        width: 35%;
    }

    .box-info-studies .card-study:hover:before,
    .box-info-studies .card-study:focus-within:before {
        transform: translateY(-4%);
        height: 360px;
        filter: blur(5px);
    }

    .what-is-box {
        padding: 2% 0px 2%;
    }

    .what-is-content {
        border-radius: 0px;
    }

    .box-redes,
    .box-study-home {
        width: 100%;
        border-radius: 0px;
        margin-left: 0px;
    }

    .box-intro-1,
    .box-intro-2,
    .box-redes {
        padding: 6% 0;
    }

    .phone {
        top: 0;
    }

    .szene {
        padding-left: 26%;
        padding-top: 4%;
    }

    .app-store-btn img,
    .play-store-btn img {
        width: 130px;
    }

    .app-text,
    .text-intro {
        padding: 2% 5%;
    }

    .app-store-btn img,
    .play-store-btn img {
        margin: 2% 10%;
    }

    .letters .hash-1 h3 {
        font-size: 88px;
        line-height: 32px;
    }

    .letters .hash-2 h3 {
        font-size: 72px;
        line-height: 55px;
        padding-left: 4%;
    }

    .letters .hash-3 h3 {
        font-size: 70px;
        padding-left: 8%;
        line-height: 26px;
    }

    .commercial-landing .block-app-content>.flex-2,
    section.block-clients>.flex-3,
    section.block-clients>.flex-6,
    .commercial-landing .block-why-adv .flex-2,
    .brands-container .clients-box {
        width: 100%;
    }

    .box-study-home img {
        width: 60%;
    }

    .price-box .flex-box .flex-3 {
        width: 100%;
        padding: 20px 8%;
    }

    .infographic-box {
        padding: 0px 4%;
    }

    .demo-box h3 {
        margin-top: 150px;
    }



    .commercial-landing .block-app-content {
        height: 560px;
        align-content: flex-start;
    }

    .commercial-landing .block-app-imgs img.app-desktop {
        width: 500px;
    }

    .commercial-landing .block-app-imgs img.app-mobile {
        width: 280px;
        bottom: 0;
        right: 320px;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    header nav.sticky .header-logo img {
        width: 160px;
    }

    header nav.sticky .header-logo {
        width: 160px;
    }
}

@media screen and (min-width: 900px) {
    .mobile-icon {
        display: none;
    }

    .carousel-indicators {
        bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .menu-screen {
        display: none;
    }

    nav.sticky {
        display: none;
    }

    .mobile-icon {
        width: 100%;
        height: 65px;
        background-color: #ffffff;
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: fixed;
        z-index: 15;
        -webkit-box-shadow: 0px 2px 10px 5px rgb(47 128 253 / 8%);
        box-shadow: 0px 2px 10px 5px rgb(47 128 253 / 8%);
    }

    .mobile-nav-logo {
        justify-content: flex-start;
        z-index: 999;
    }

    .mobile-nav-logo>img {
        width: 120px;
        height: auto;
        margin: 10px auto;
    }

    .mobile-nav-icon>.fa-bars {
        line-height: 45px;
    }
}

@media screen and (max-width: 768px) {
    .box-info-studies .content {
        align-self: center;
        transform: none;
    }

    .box-info-studies .card-study:after {
        /* transform: none; */
        bottom: 0;
        transform: translateY(-50%);
    }

    .box-info-studies .content>*:not(.title) {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .box-info-studies .card-study:hover,
    .box-info-studies .card-study {
        height: 320px;
        width: 80%;
        margin: 20px auto;
    }

    .box-info-studies .card-study:hover:before,
    .box-info-studies .card-study:focus-within:before {
        height: 320px;

    }

    .box-info-studies .card-study:hover:before,
    .box-info-studies .card-study:focus-within:before {
        transform: none;
    }

    .box-info-studies .card-study:before {
        filter: blur(5px);
    }

    .hero-header-home::before {
        width: 300px;
        height: 300px;
        top: 10%;
        left: 8%;
    }

    .tit-reg {
        text-align: center;
        flex-direction: column-reverse;
    }

    .header-hero-box .title {
        padding-right: 0px;
    }

    body p {
        font-size: 16px;
    }

    .btn-default-new,
    .btn-default-new-w {
        margin: 20px auto 10px;
        text-align: center;
        display: table;
    }

    .box-news .news-input-btn .btn-default-new {
        margin: 0px;
    }

    .demo-box .box-news p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .box-news .news-input-btn {
        margin: 0 auto;
    }

    .tit-reg.flex-box>.flex-2,
    .box-intro-2 .flex-2 {
        width: 100%;
    }

    .header-hero-box img {
        width: 60%;
    }

    .box-intro-1,
    .box-intro-2,
    .box-redes {
        padding: 2%;
    }

    .box-intro-2 img {
        padding-right: 0px;
        padding-left: 0px;
        width: 50%;
    }

    .flex-2.flex-img-left,
    .flex-2.flex-img-right {
        padding-right: 0px;
        text-align: center;
    }

    .box-study-home h3,
    .app-text h2,
    .text-intro h2,
    .box-intro-2 h2,
    .box-redes h2,
    .brands-container h3,
    .demo-box h3,
    .box-home-title {
        font-size: 24px;
    }

    .title {
        padding-right: 0;
        padding-left: 0;
    }

    .testimonials-wrapper .testimonial-text h4 {
        text-align: center;
    }

    .demo-box img {
        width: 12%;
    }

    .social-nav {
        padding: 20px;
    }

    .social-nav>div i {
        font-size: 35px;
    }

    .social-nav>div i.mdi-tiktok,
    .social-nav>div i.fa-tripadvisor {
        font-size: 32px;
    }

    .box-app .app-section img {
        margin: 0px;
    }

    .infographic-box {
        padding: 0px;
    }

    .back-paid {
        padding: 6% 6%;
        margin-bottom: 20px;
        background-position: 80% 50%;
    }

    .paid-text-box h1 {
        font-size: 30px;
    }

    .paid-text-box a.btn-default-new {
        margin: 20px 0px;
    }

    .commercial-landing .block-why-adv h2,
    .commercial-landing h3 {
        font-size: 26px;
    }

    .commercial-landing .block-app-imgs img.app-desktop {
        width: 440px;
    }

    .commercial-landing .block-app-imgs img.app-mobile {
        width: 260px;
        right: 280px;
    }

    section.block-clients .logo-client.flex-3 {
        padding: 6px;
    }

    section.block-who-work-adv>.flex-6 {
        width: 100%;
    }

    section.block-who-work-adv>.flex-3.img-content {
        display: none;
    }
}

@media (max-width: 660px) {
    .flex-2.text-intro {
        padding: 4% 6%;
    }

    .infographic-box ol {
        background-image: none;
    }

    .infographic-box ol li {
        width: 14rem;
        --borderS: 0.3rem;
    }

    .infographic-box ol li::before {
        padding-left: 8rem;
        font-size: 6rem;
    }

    .infographic-box ol li {
        width: 12rem;
        --borderS: 0.3rem;
    }

    .box-intro-2 ol {
        gap: 1rem 2rem;
    }

    .box-intro-2 ol .info-title-box {
        display: none;
    }

    ol li .title {
        font-size: 1rem;
    }

    .box-intro-2 ol li .number {
        font-size: 3rem;
        line-height: 20px;
    }

    ol li .icon {
        font-size: 2rem;
        line-height: 3rem;
        width: 30px;
        height: 30px;
    }

    ol li::after {
        filter: none;
    }
}

@media (max-width: 620px) {
    .header-hero-box .title {
        font-size: 35px;
        padding-top: 12%;
    }

    .box-app .app-section,
    .header-hero-box .tit-reg>.flex-2:last-child {
        display: none;
    }

    .box-app .app-text {
        width: 100%;
    }

    .social-nav>div i {
        font-size: 28px;
    }

    .social-nav>div i.mdi-tiktok,
    .social-nav>div i.fa-tripadvisor {
        font-size: 24px;
    }

    .btn-default-new a {
        color: var(--color-blue-new);
        font-size: 14px;
    }

    .whatIs-ghaphic-box.blue-shadow {
        box-shadow: none;
    }

    .whatIs-numbers-box p {
        font-size: 12px;
        line-height: 16px;
    }

    .whatIs-ghaphic-box .flex-2.graphic-block {
        padding: 5px;
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .whatIs-ghaphic-box img {
        width: 60%;
    }

    .whatIs-ghaphic-box img.grap-arrow-1,
    .whatIs-ghaphic-box img.grap-arrow-2,
    .whatIs-ghaphic-box img.grap-arrow-3 {
        display: none;
    }

    .whatIs-numbers-box {
        align-items: flex-start;
    }

    .whatIs-numbers-box .flex-3 {
        padding: 8px;
        overflow: hidden;
    }

    .whatIs-numbers-box .num-box {
        font-size: 24px;
    }

    .whatIs-numbers-box .num-box::before {
        height: 50px;
        width: 50px;
        top: -6px;
    }

    .box-intro-2 li:nth-child(6n + 3) {
        order: 3;
    }

    .box-intro-2 li:nth-child(6n + 4) {
        order: 5;
    }

    .box-intro-2 li:nth-child(6n + 5) {
        order: 2;
    }

    .box-intro-2 li:nth-child(6n + 6) {
        order: 4;
    }

    .box-intro-2 li:nth-child(6n + 7) {
        order: 6;
    }

    .demo-box h3 {
        margin-top: 240px;
    }

    .box-app {
        padding: 2% 0 15% 0;
    }

    .box-news .news-input-btn {
        margin: 0 auto;
        flex-direction: column;
        width: 100%;
    }

    .box-news .news-input-btn input {
        font-size: 15px;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .back-paid {
        background-position: 65% 50%;
    }

    .commercial-landing .block-app-imgs img.app-desktop {
        width: 330px;
    }

    .commercial-landing .block-app-imgs img.app-mobile {
        width: 190px;
        right: 200px;
    }

    .commercial-landing .block-app-content>.flex-2 {
        padding: 6px;
    }

    .commercial-landing .app-footer li p {
        font-size: 14px;
    }

    .commercial-landing .block-why-adv img {
        border-radius: 20px;
    }
}

@media screen and (max-height: 480px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .info-title-mobile .info-title-box {
        display: block !important;
        width: 50%;
    }

    ol li .title {
        font-size: 0.9rem;
        line-height: 12px;
    }

    #quehacemos .shape {
        width: 100%;
        margin: 0 auto 20px;
    }

    .sidenav {
        padding-top: 70px;
    }

    .title {
        font-size: 30px;
    }

    .tit-reg .text-center.hero-btn {
        padding-left: 6px;
        padding-right: 6px;
    }

    .home-scroll {
        display: none;
    }

    .letters {
        padding-left: 2%;
    }

    .Head-overlay {
        display: none;
    }

    .contact-btn-rrss {
        margin: 20px auto 20px auto;
    }

    .demo-box img {
        width: 24%;
    }

    .testimonials-wrapper {
        width: 90%;
        max-width: 380px;
    }

    .testimonials-wrapper .testimonial-text {
        padding: 10px;
    }

    .testimonials-wrapper .testimonial-text h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .demo-box {
        padding: 12% 0;
    }

    .demo-box h3,
    .app-text h2,
    .text-intro h2,
    .box-intro-2 h2,
    .box-redes h2 {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .testimonials-box {
        padding: 10% 0;
    }

    .modal-container-sign .modal-sign {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 100vw;
        min-height: 60vh;
        margin-top: 20%;
        border-radius: 0;
        background: white;
        padding: 20px 20px;
    }

    .modal-container-sign label {
        width: 82%;
    }

    .modal-container-sign input[type="text"],
    .modal-container input[type="password"] {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .modal-container-sign .close-dialog {
        right: 26px;
    }

    .modal-container-sign .button-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 4%;
    }

    .modal-container-sign .login {
        width: 80%;
    }

    .modal-container-sign .signup {
        width: 80%;
        margin-top: 0;
    }

    .brands-container .clients-box .logo-client {
        width: 50%;
    }

    .testimonials-person-info p.test-rol {
        height: 44px;
    }

    .demo-box .box-news {
        padding: 6%;
        width: 100%;
    }

    .back-paid {
        background-position: 0% 50%;
    }

    .paid-text-box {
        width: 100%;
        text-align: center;
    }

    .commercial-landing ul li {
        font-size: 16px;
    }

    .commercial-landing section {
        padding: 4% 6%;
    }

    .commercial-landing section.block-app {
        padding: 0px 6%;
    }

    .commercial-landing .block-app-content {
        height: 580px;
    }

    .commercial-landing .block-app-imgs img.app-desktop {
        width: 300px;
    }

    .commercial-landing .block-app-imgs img.app-mobile {
        width: 170px;
        right: 220px;
        bottom: -20px;
    }
}

/***** css nuevo ****/

.fond-blnco:before {
    content: " ";
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    height: 100%;
    width: 100%;
}