@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Asap:wght@100;300;400;500;600;800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
  font-size: 24px;
}

body {
  color: #8989A2;
  font-family: "Raleway", Arial;
}
body.menu-is-open {
  overflow: hidden;
}

h1 {
  font-family: "Raleway", Arial;
  font-size: 2.5rem;
  font-weight: 600;
  color: #00a3a6;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.1rem;
}

h2, h3, h4 {
  font-weight: 600;
  color: #121212;
  font-family: "Raleway", Arial;
}

.text-color-principal {
  color: #00a3a6 !important;
}

a {
  color: #00a3a6;
  text-decoration: none;
  transition: 0.3s;
}
a.page_link::after {
  content: "";
  display: block;
  background-color: #00a3a6;
  width: 0;
  height: 1.5px;
  transition: 0.3s;
}
a.page_link:hover::after {
  width: 100%;
}
a.btn {
  color: #fff;
  background-color: #00a3a6;
  transition: 0.3s;
  border-radius: 30px;
  padding: 10px 45px;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
a.btn:hover {
  background-color: #0a6165;
  color: #fff;
}
a.btn_nobackground {
  color: #00a3a6;
  border: 1px solid #00a3a6;
  border-radius: 25px;
  padding: 5px 25px;
}
a.btn_nobackground:hover {
  background-color: #00a3a6;
  color: #fff;
}
a.btn_nobackground.whastapp-button {
  position: absolute;
  right: 70px;
  top: -1px;
  z-index: 201;
}
a.btn_nobackground.whastapp-button svg {
  display: none;
  fill: #00a3a6;
}

button.btn {
  color: #fff;
  background-color: #00a3a6;
  transition: 0.3s;
  border-radius: 30px;
  padding: 10px 45px;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  display: flex;
}
button.btn:hover {
  background-color: #0a6165;
  color: #fff;
}
button.btn.loading {
  width: 175px;
  transition: width 2s;
}
button.btn.loading svg {
  display: unset;
  margin-left: 10px;
  height: 24px;
}
button.btn svg {
  display: none;
}

img {
  max-width: 100%;
}

header.site-header {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  background-color: transparent;
  transition: 0.3s;
  padding: 25px 0;
  z-index: 99;
}
header.site-header.scrolled {
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
}
header.site-header .site-header-main {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header.site-header .site-header-main .site-title {
  margin-bottom: 0 !important;
}
header.site-header .site-header-main #menu-toggle {
  display: none;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation {
  display: flex;
  gap: 50px;
  align-items: center;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu {
  display: flex;
  list-style: none;
  gap: 50px;
  margin: 0;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 15px 30px;
  list-style: none;
  border-radius: 10px;
  margin-top: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu .sub-menu li {
  padding: 10px 0;
  border-top: 1px solid #ececec;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu .sub-menu li:nth-child(1) {
  border-top: none;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu .sub-menu li a {
  transition: 0.3s;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu .sub-menu li a::after {
  content: none;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu .sub-menu li a:hover {
  color: #00a3a6;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu li.menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu a {
  color: #121212;
  transition: 0.3s;
  font-size: 0.9rem;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu a::after {
  content: "";
  display: block;
  background-color: #00a3a6;
  width: 0;
  height: 1.5px;
  transition: 0.3s;
}
header.site-header .site-header-main .site-header-menu nav.main-navigation ul.primary-menu a:hover::after {
  width: 100%;
}
header.site-header .site-header-main .btn_nobackground {
  font-size: 0.9rem !important;
}
header.site-header .site-header-main p {
  margin: 0 !important;
}
header.site-header .button-menu {
  position: absolute;
  right: 10px;
  top: 3px;
  z-index: 201;
  width: 25px;
}
header.site-header .button-menu svg {
  fill: #121212;
}
header.site-header .button-menu__inner {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  width: 0;
  transition: 0.3s;
  left: 0;
  position: absolute;
}
header.site-header .button-menu__close.active {
  width: 26px !important;
  fill: #fff !important;
}
header.site-header .button-menu__inner.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: 35px;
}
header.site-header .action {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}
header.site-header .action--menu {
  pointer-events: auto;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1000;
}
header.site-header .menu--open .action--menu {
  pointer-events: none;
}
header.site-header .action--close {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  z-index: 1000;
  opacity: 0;
  padding: 0 0.5rem;
}
header.site-header .icon--menu {
  width: 2rem;
}
header.site-header .icon--close {
  width: 1rem;
}

.menu-toggle__arrow {
  display: none;
  position: absolute;
  fill: #00a3a6;
  width: 25px;
  right: -5px;
  transition: 0.3s;
}
.menu-toggle__arrow.active {
  right: 40px;
  transform: rotate(-90deg);
  width: 18px;
}

nav.menu {
  text-align: center;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: 20% 30% 50%;
  grid-template-rows: 60% 40%;
  grid-template-areas: "item3 item2 item1" "item4 item5 item1";
  pointer-events: none;
}
nav.menu.menu--open {
  pointer-events: auto;
}
nav.menu.menu--open .fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu.menu--open .fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu.menu--open .menu.menu--open .fadeOutUp {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu.menu--open .menu.menu--open .fadeOutDown {
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu.menu--open .fadeInUp .menu-item {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu .primary-menu {
  padding-left: 0;
}
nav.menu .menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
nav.menu .menu__item .menu__item-inner {
  overflow: hidden;
  transform: translate3d(101%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
nav.menu .menu-item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}
nav.menu .fadeInDown {
  animation-name: fadeOutUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu .fadeInUp {
  animation-name: fadeOutDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu .fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
nav.menu .menu__item--1 {
  grid-area: item1;
}
nav.menu .menu__item--2 {
  grid-area: item2;
}
nav.menu .menu__item--3 {
  grid-area: item3;
}
nav.menu .menu__item--4 {
  grid-area: item4;
}
nav.menu .menu__item--5 {
  grid-area: item5;
}
nav.menu .menu__item-inner {
  align-items: center;
}
nav.menu .label {
  display: block;
  color: var(--color-item-alt);
  position: absolute;
  z-index: 1000;
  font-size: 0.85rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
nav.menu .label--topleft {
  top: auto;
  bottom: 110px;
  left: -84px;
  transform: rotate(-90deg);
  text-align: left;
  width: 200px;
}
nav.menu .label--vert,
nav.menu .label--vert-mirror {
  color: #fff;
}
nav.menu .label--vert-mirror {
  transform: rotate(-90deg);
}
nav.menu .label--bottomright {
  bottom: 2rem;
  right: 2rem;
  color: #121212;
}
nav.menu .label::before {
  content: "------------- ";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -1px;
  margin: 0 0.75rem 0 0;
}
nav.menu .label--vert::before,
nav.menu .label--vert-mirror::before {
  margin: 0.75rem 0;
}
nav.menu .mainmenu,
nav.menu .sidemenu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav.menu .mainmenu {
  counter-reset: menuitem;
}
nav.menu .menu-item {
  font-size: 3.5vw;
  text-transform: lowercase;
  overflow: visible;
  margin: 3vh 0;
  padding: 0 0.5rem;
  position: relative;
  transition: color 0.3s;
}
nav.menu .menu-item:hover {
  color: var(--color-item-alt);
}
nav.menu .menu-item1 {
  counter-increment: menuitem;
  content: counters(menuitem, "", decimal-leading-zero);
  position: absolute;
  font-size: 0.85rem;
  top: 25%;
  left: -1.25rem;
  color: #fff;
}
nav.menu .menu-item::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #00a3a6;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s, opacity 0.3s;
  transform-origin: 100% 50%;
}
nav.menu .menu-item:hover::after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
nav.menu .sidemenu__item {
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 0.85rem;
}
nav.menu .menu__item-hoverlink {
  font-size: 1.25rem;
  text-transform: lowercase;
  border-bottom: 2px solid #fff;
  /* opacity: 0; */
  transition: opacity 0.3s;
}
nav.menu .menu__item-inner:hover .menu__item-hoverlink {
  opacity: 1;
}
nav .menu--open {
  pointer-events: auto;
}
nav .menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
nav .menu__item-inner {
  overflow: hidden;
  transform: translate3d(101%, 0, 0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
nav .menu__item--2 a, nav .menu__item--3 a, nav .menu__item--5 a {
  transition: 0.3s;
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 1.5vw;
}
nav .menu__item--3 a:hover, nav .menu__item--5 a:hover {
  padding-left: 10px;
}
nav .menu__item--2 a, nav .menu__item--2 span {
  color: #FFF !important;
}
nav .menu__item--5 svg {
  width: 25px;
  margin-right: 10px;
  fill: #121212;
}
nav .logo_products_link {
  display: flex;
  justify-content: center;
}
nav .logo_products_link img {
  width: 20vw;
  margin-bottom: 10px;
}
nav .menu__item--1 .menu__item-inner {
  background: #c7fffa;
}
nav .menu__item--2 .menu__item-inner {
  background: #c7fffa;
}
nav .menu__item--3 .menu__item-inner {
  background: #fff;
}
nav .menu__item--4 .menu__item-inner {
  background: #c7fffa;
}
nav .menu__item--5 .menu__item-inner {
  background: #fff;
}
nav .label {
  display: none;
}
nav .menu-item {
  opacity: 0;
}
nav .menu-item,
nav .sidemenu__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}
nav .sidemenu__item-inner {
  display: block;
  transform: translate3d(0, 100%, 0);
}
nav .menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: $color-bg-item2; */
  background-size: cover;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}
nav .menu__item-inner:hover .menu__item-map {
  transform: scale3d(1.1, 1.1, 1);
}
nav .menu__item-hoverlink {
  font-weight: bold;
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
  color: #00a3a6;
}
nav .menu__item-hoverlink:hover {
  color: #00a3a6;
}
nav .quote {
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
  max-width: 70%;
  color: var(--color-quote);
  font-family: "sabbath-black", serif;
}
nav .menu__item-link {
  text-align: left;
  align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem;
  margin: 3rem 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
  color: #fff;
}
nav .menu__item-link::after {
  content: "⟶";
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
}
nav .menu.menu--open {
  /* background-color: #cdcdcd; */
}
nav .menu.menu--open .menu__item .menu__item-inner {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
nav .menu.menu--open .menu__item .menu__item-inner .menu-item {
  /* transform: matrix(1, 0, 0, 1, 0, 0);
  opacity: 1; */
}
nav .menu.menu--open .menu__item .menu__item-inner .sidemenu__item-inner {
  transform: matrix(1, 0, 0, 1, 0, 0);
}
nav .menu__item-inner h2 {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
nav .menu__item-inner a {
  margin: 5px;
}
nav #site-navigation .menu-item a {
  color: #fff;
}
nav .lastest_post_link {
  font-size: 1.25vw;
  line-height: inherit;
}
nav .menu__item-inner span {
  font-size: 1.5rem;
  color: #121212;
  margin-bottom: 15px;
}
nav .title-mobile__side {
  display: none;
  margin-bottom: 0;
  font-size: 0.8rem;
}
nav .menu__item--3 .title-mobile__side,
nav .menu__item--5 .title-mobile__side {
  color: #121212 !important;
}
nav .title-mobile__side::before {
  content: "-------- ";
  -webkit-font-smoothing: antialiased;
  margin: 0.75rem 0;
}

footer.site-footer {
  background-color: #FBFCFF;
  padding: 30px 0;
}
footer.site-footer > div.container {
  padding-left: 0;
  padding-right: 0;
}
footer.site-footer > div.container .row {
  margin: auto;
}
footer.site-footer > div.container h2 {
  font-size: 1.2rem;
  margin-top: 12px;
}
footer.site-footer > div.container .footer-information a {
  font-size: 0.75rem;
  color: #8989A2;
}
footer.site-footer > div.container .footer-menu {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
footer.site-footer > div.container .footer-menu a {
  color: #8989A2;
}
footer.site-footer > div.container .footer__text {
  margin-top: 22px;
}
footer.site-footer > div.container .legal {
  font-size: 0.8rem;
  padding-top: 20px;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
footer.site-footer > div.container .legal a {
  color: #8989A2;
}
footer.site-footer > div.container .legal .dropdown-toggle::after {
  margin-left: 0.5em;
  margin-top: 0.5em;
}
footer.site-footer > div.container .info {
  font-size: 0.8rem;
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  margin: 0;
  padding-top: 20px;
  flex-direction: row;
  gap: 30px;
}
footer.site-footer > div.container .info .info__item a {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 15px;
}
footer.site-footer > div.container .info .info__item a svg {
  width: 10px;
  margin-right: 5px;
  position: absolute;
  left: 0px;
  top: 6px;
}
footer.site-footer > div.container .info .info__item a svg.fa-map-marker-alt {
  top: 3px;
}
footer.site-footer > div.container .footer-poweredby {
  margin-top: 30px;
}
footer.site-footer > div.container .footer-poweredby .nis {
  height: 35px;
  max-width: unset;
  margin: 5px 15px 15px 0;
}
footer.site-footer > div.container .footer-poweredby .tridenia {
  height: 30px;
  max-width: unset;
  margin: 5px 0 15px 15px;
}
footer.site-footer > div.container .languages {
  display: block;
}
footer.site-footer > div.container .languages span {
  display: none;
}
footer.site-footer > div.container .languages a.highlight {
  font-weight: 600;
}

.section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.section h2.section_title.text_center {
  text-align: center;
  margin-bottom: 25px;
}
.section div.section_text.text_center {
  max-width: 75%;
  margin: auto;
  text-align: center;
}
.section .subtitle {
  color: #00a3a6;
  font-size: 1.2rem;
  font-weight: 500;
}
.section .text_side {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 25px;
}
.section .text_side.right {
  text-align: right;
}

.section_cta__background {
  background: url(../img/earth.png) top right/45% auto no-repeat;
  padding-top: 10vh;
}
.section_cta__background section#section_cta {
  min-height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15vh;
}
.section_cta__background section#section_cta .cta_text__container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: start;
}
.section_cta__background section#section_cta .image-container {
  text-align: end;
}
.section_cta__background section#section_cta .image-container img {
  width: 500px;
}
.section_cta__background section#section_cta h1.section_cta__title {
  margin-bottom: 25px;
}
.section_cta__background section#section_cta div.section_cta__text {
  margin-bottom: 70px;
  margin-top: 15px;
}
.section_cta__background section#section_cta .cta-box-phone {
  width: 100%;
  max-width: 250px;
  position: relative;
}
.section_cta__background section#section_cta .cta-images {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 4vh;
}
.section_cta__background section#section_cta .cta-images .message-preview {
  font-size: 0.65rem;
  font-family: sans-serif;
  font-weight: 100;
  position: absolute;
  bottom: 13%;
  right: 15%;
  width: 70%;
  text-align: start;
  transition: 0.3s;
}
.section_cta__background section#section_cta .cta-images .message-preview span {
  border-radius: 0 8px 8px 8px;
  background-color: #fff;
  display: block;
  padding: 0.7rem 0.65rem;
}
.section_cta__background section#section_cta .cta-images .message-preview i {
  background-color: #fff;
  display: inline-block;
  padding: 0.3rem 0;
  font-style: normal;
  width: 48%;
  text-align: center;
  margin: 5px 1% 0;
  border-radius: 8px;
}
.section_cta__background section#section_cta .cta-images picture.cta-images__phone {
  width: 100%;
}
.section_cta__background section#section_cta .cta-images picture.cta-images__phone.responsive {
  display: none;
}

.section_gagirona__background {
  background: #F2F2F2;
}

section#gagirona {
  padding: 10vh 0;
}
section#gagirona h2 {
  line-height: 3.2rem;
}
section#gagirona img {
  margin: 0 15px 15px;
  width: auto;
  height: 500px;
}

.section_pros__background {
  background: #F2F2F2;
}

section#section_pros {
  padding: 15vh 0;
}
section#section_pros .pros__item {
  margin-top: 100px;
  display: flex;
  padding: 0 35px;
  transition: 0.3s;
}
section#section_pros .pros__item:hover {
  transform: translateY(-10px);
}
section#section_pros .pros__item .pros-item__icon img {
  width: 60px;
  padding: 15px;
  border-radius: 50%;
  height: 60px;
  margin-bottom: 25px;
  transition: 0.3s;
}
section#section_pros .pros__item .pros-item__icon svg {
  fill: #E6F7FF;
  padding: 10px;
  border-radius: 15px;
  height: 60px;
  margin-bottom: 25px;
  transition: 0.3s;
  background-color: #00a3a6;
}
section#section_pros .pros__item .pros-item__title {
  max-width: 270px;
  margin-bottom: 15px;
  min-height: 72px;
}
section#section_pros .pros__item:nth-child(2) {
  justify-content: start;
}
section#section_pros .pros__item:nth-child(2) .pros-item__icon img {
  background-color: #c7fffa;
}
section#section_pros .pros__item:nth-child(3) {
  justify-content: center;
}
section#section_pros .pros__item:nth-child(3) .pros-item__icon img {
  background-color: #c7fffa;
}
section#section_pros body.lang-ca .pros__item:nth-child(3) .pros-item__title {
  max-width: 170px;
}
section#section_pros .pros__item:nth-child(4) {
  justify-content: center;
}
section#section_pros .pros__item:nth-child(4) .pros-item__icon img {
  background-color: #c7fffa;
}
section#section_pros .pros__item:nth-child(5) {
  justify-content: end;
}
section#section_pros .pros__item:nth-child(5) .pros-item__icon img {
  background-color: #c7fffa;
}

.section_banner1_background {
  background-image: linear-gradient(to bottom, #c7fffa, #F0F6FF);
  margin: 5vh 0;
}

.section_cta2__background {
  /* background: url(/landing/img/newspapers.png) no-repeat left top / auto 100% $color-primary; */
  background: #00a3a6;
  color: #fff;
}
.section_cta2__background section#section_cta2 {
  padding: 0;
}
.section_cta2__background section#section_cta2 .section_title {
  color: inherit;
}
.section_cta2__background section#section_cta2 .text-side {
  padding: 15vh 15px;
}
.section_cta2__background section#section_cta2 .text-side .section_text {
  margin-bottom: 25px;
}
.section_cta2__background section#section_cta2 img {
  border-radius: 5px;
}

.section_cta3__background {
  background: linear-gradient(180deg, #F9E79F, #F2F2F2);
  color: #121212;
}
.section_cta3__background section#section_cta2 {
  padding: 0;
}
.section_cta3__background section#section_cta2 .section_title {
  color: inherit;
}
.section_cta3__background section#section_cta2 .text-side {
  padding: 15vh 15px;
}
.section_cta3__background section#section_cta2 .text-side .section_text {
  margin-bottom: 25px;
}
.section_cta3__background section#section_cta2 img {
  border-radius: 5px;
}

section#section_award {
  padding-bottom: 0;
}
section#section_award .section_title {
  color: inherit;
}
section#section_award .section_subtitle {
  color: inherit;
  margin-top: 20px;
}
section#section_award .text-side {
  padding: 15vh 15px;
}
section#section_award .text-side .section_text {
  margin-bottom: 25px;
}
section#section_award .award-media {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
section#section_award img {
  border-radius: 5px;
  height: 345px;
  max-width: 100%;
}
section#section_award iframe {
  border-radius: 5px;
  height: 345px;
  max-width: 100%;
}
section#section_award .note {
  font-size: 0.675rem;
  color: #8989A2;
}

section#section_carousel .section_title {
  margin-bottom: 5vh;
}
section#section_carousel .carousel-control svg {
  width: 15px;
}

section#section_carousel .brands-list {
  overflow: hidden;
}
section#section_carousel .brands-list .wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 15rem;
  justify-items: stretch;
  animation: scroll 30s linear infinite;
}

.section_solutions_background {
  background-color: #F2F2F2;
}

section#section_solutions {
  /*.col-12 {
      &:nth-child(2) .section-solutions__item:hover {
          background-color: $color-primary-light;
          border: 1px solid $color-primary-light;
      }
      &:nth-child(3) .section-solutions__item:hover {
          background-color: $color-primary-light;
          border: 1px solid $color-primary-light;
      }
      &:nth-child(4) .section-solutions__item:hover {
          background-color: $color-primary-light;
          border: 1px solid $color-primary-light;
      }
  } */
}
section#section_solutions .section-solutions {
  margin-top: 100px;
  display: flex;
}
section#section_solutions .section-solutions__item {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  text-align: left;
  padding: 35px 35px 280px;
  border-radius: 20px;
  border: 1px solid #f3f3f3;
  transition: 0.3s;
  position: relative;
  background: #e5e5e5;
  /* &:hover {
      margin-top: -15px!important;
  } */
}
section#section_solutions .section-solutions__item .solutions_img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
section#section_solutions .section-solutions__item a.h3 {
  color: #121212 !important;
}
section#section_solutions .section-solutions__item .solutions_text {
  text-align: left;
  color: #121212 !important;
}

.carousel {
  position: relative;
  height: 70px;
  overflow: hidden;
  /* &:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      height: 100%;
      background: rgb(255,255,255);
      background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,1) 100%);
  } */
}
.carousel .carousel-inner {
  height: 70px;
  animation: marquee 80s infinite linear;
  position: relative;
}
.carousel .carousel-inner:hover {
  animation-play-state: paused;
}
.carousel .carousel-inner img {
  padding: 0 15px;
}

.section_locations_background {
  /* background-image: linear-gradient(to bottom, #c7fffa, #F0F6FF); */
  margin-top: 10vh;
  margin-bottom: 0;
}
.section_locations_background section#section_locations {
  padding-top: 5vh;
  padding-bottom: 0;
}
.section_locations_background section#section_locations .row {
  padding-top: 0;
  padding-bottom: 0;
}
.section_locations_background section#section_locations h2 {
  margin-bottom: 0;
}
.section_locations_background section#section_locations .locations_changecolor {
  color: #00a3a6;
}
.section_locations_background section#section_locations .text-container_locations img {
  border-radius: 5px;
}
.section_locations_background section#section_locations .text_side {
  margin-bottom: 10vh;
}
.section_locations_background section#section_locations .text_side img {
  margin-bottom: 15px;
  width: 250px;
}

section#section_locations_banner .title_container {
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 30px;
}
section#section_locations_banner .title_container img {
  width: 340px;
}
section#section_locations_banner .form_locations label {
  background-color: #f6f5f5;
  border-radius: 20px;
  padding: 15px 25px;
  font-size: 0.8rem;
  width: 100%;
}
section#section_locations_banner .form_locations input[type=text], section#section_locations_banner .form_locations input[type=email] {
  border: 0;
  border-bottom: 1px solid #c3c3c3;
  background-color: transparent;
  width: 100%;
}
section#section_locations_banner .form_locations input[type=submit] {
  color: #fff;
  background-color: #00a3a6;
  transition: 0.3s;
  border-radius: 30px;
  padding: 10px 45px;
  font-size: 0.9rem;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  margin-top: 15px;
}
section#section_locations_banner .form_locations input[type=submit]:hover {
  background-color: #0a6165;
}
section#section_locations_banner .form_locations .wpcf7-not-valid-tip {
  margin-top: 10px;
}

section.locations .locations_changecolor {
  color: #00a3a6;
}

section#section_description.locations h2 {
  margin-bottom: 50px !important;
}

section#digital_solutions {
  padding-top: 0;
}
section#digital_solutions h2 {
  margin-bottom: 50px;
}
section#digital_solutions .section-pricing__item {
  padding: 25px;
  border-radius: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  height: 520px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  transition: 0.3s;
}
section#digital_solutions .section-pricing__item:hover {
  margin-top: -10px;
}
section#digital_solutions .section-pricing__item h3 {
  font-size: 1.3rem;
  margin-bottom: 25px;
}
section#digital_solutions .section-pricing__item .section_text {
  font-size: 0.9rem;
}
section#digital_solutions .section-pricing__item .section_price {
  color: #121212;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: sans-serif;
  margin-left: 15px;
}
section#digital_solutions .section-pricing__item a.btn {
  width: 100%;
  margin-top: 25px;
}

#sidebar {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
#sidebar .wp-block-latest-posts__post-title {
  color: #00a3a6;
}
#sidebar .wp-block-search__input {
  border-radius: 20px 0 0 20px;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
}
#sidebar .wp-block-search__button {
  margin-left: 0;
  padding: 10px 15px;
  border-radius: 0 20px 20px 0;
  border: 1px solid #00a3a6;
  background-color: #00a3a6;
  color: #fff;
}
#sidebar .widget_block#block-3 {
  margin: 50px 0;
}
#sidebar .widget_block#block-3 .wp-block-heading {
  margin-bottom: 25px;
}
#sidebar .widget_block#block-3 .wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
}
#sidebar #block-4 {
  display: none;
}
#sidebar label.wp-block-search__label {
  display: none;
}

section#section_products {
  max-width: 1440px;
}
section#section_products .section_text {
  margin-bottom: 100px;
}
section#section_products .products__item {
  margin-bottom: 50px;
  text-align: center;
}
section#section_products .products__item img {
  width: 370px;
}
section#section_products .products__item:nth-child(3), section#section_products .products__item:nth-child(5) {
  text-align: center;
}
section#section_products .products__item a {
  display: inline-block;
  margin: 0 5%;
  max-width: 100%;
}
section#section_products .products__item a span {
  display: block;
  text-align: left;
  padding-left: 50px;
  width: 330px;
  max-width: 90%;
  line-height: 1.3rem;
  color: #121212;
}

.product_logo {
  width: 380px;
  max-width: 100%;
  margin-bottom: 35px;
}

section#section_faqs .faqs__item {
  cursor: pointer;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}
section#section_faqs .faqs__item .col-1 {
  text-align: right;
}
section#section_faqs .section_text {
  margin-bottom: 100px;
}
section#section_faqs h3.faq__title {
  font-size: 1.1rem;
  margin: 0;
}
section#section_faqs .faq__description {
  display: none;
  transition: 0.3s;
  margin-top: 20px;
  text-align: justify;
}
section#section_faqs svg {
  transition: 0.3s;
}
section#section_faqs .faq-open {
  margin-bottom: 50px;
}
section#section_faqs .faq-open .faq__description {
  display: block;
}
section#section_faqs .faq-open svg {
  transform: rotate(-90deg);
}

.section_titlemain_background {
  background-image: linear-gradient(to bottom, #F0F6FF, #c7fffa);
  padding: 30px;
}
.section_titlemain_background section#section_titlemain {
  min-height: 30vh;
  padding: 0;
  padding-top: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_titlemain_background section#section_titlemain .row {
  justify-content: center;
  align-items: center;
}
.section_titlemain_background section#section_titlemain .section_title__text {
  margin: 25px 0 50px 0;
  padding: 0 10%;
}
#modal_services .modal-title {
  color: #121212;
  font-size: 1rem;
}
#modal_services .modal-times {
  font-size: 30px;
  cursor: pointer;
  color: #aaaaaa;
}
#modal_services .modal_text {
  font-size: 0.9rem;
}

.project_img {
  cursor: pointer;
}

section#section_title1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
section#section_title1 .section_title1__title {
  margin-bottom: 35px;
}

section .img_limitedwidth {
  max-width: 80%;
}

.section_titlecta_background {
  background-color: #F0F6FF;
}
.section_titlecta_background section#section_titlecta {
  padding: 70px 0;
}
.section_titlecta_background section#section_titlecta .col-12 {
  text-align: center;
}
.section_titlecta_background section#section_titlecta .col-12 .section_titlecta__text {
  margin: 25px 0 50px 0;
}
.section_titlecta_background section#section_titlecta .col-12 a.btn {
  min-width: 150px;
}

.section_adest__background {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5vh 0;
}
.section_adest__background section#section_adest img {
  width: 400px;
}
.section_adest__background section#section_adest .section_title {
  color: #fff;
}
.section_adest__background section#section_adest .section_text {
  color: #fff;
  margin: 30px 0;
}
.section_adest__background section#section_adest .btn {
  background-color: #31e2bf;
  color: #0d054d;
  font-weight: 500;
  transition: 0.3s;
}
.section_adest__background section#section_adest .btn:hover {
  background-color: #08c4a1;
}

section#section_projects {
  display: none !important;
}
section#section_projects h2.section_title {
  margin-bottom: 50px;
}
section#section_projects .section_projects__image {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

/*------------------*/
/*  SKEW CLOCKWISE  */
/*------------------*/
.skew {
  width: 100%;
  height: 100px;
  position: relative;
  left: 0px;
}
.skew.skew-white-primary {
  background: linear-gradient(to right bottom, #fff 49%, #FEECFF 50%);
}
.skew.skew-primary-white {
  background: linear-gradient(to right bottom, #c7fffa 49%, #fff 50%);
}
.skew.skew-secondary-white {
  background: linear-gradient(to right bottom, #F0F6FF 49%, #fff 50%);
}
.skew.skew-white-secondary {
  background: linear-gradient(to right bottom, #fff 49%, #F0F6FF 50%);
}

/*------------------*/
/*       PAGE       */
/*------------------*/
body.page .site-content .section_titlemain_background section#section_titlemain.only_title {
  height: auto;
  padding-top: 75px;
  justify-content: center;
}
body.page .site-content .section_titlemain_background section#section_titlemain.only_title h1 {
  margin-bottom: 0;
}
body.page.page-template-template_locations .section_titlemain_background section#section_titlemain {
  min-height: 50vh;
  padding-top: 150px;
}

body.search-results #content {
  margin: auto;
}
body.search-results .navigation.pagination {
  margin: 35px 0;
}
body.search-results ul {
  padding: 0;
}
body.search-results .wp-block-search__input {
  border-radius: 20px 0px 0px 20px;
  border: 1px solid #cacaca;
  padding: 10px 25px;
}
body.search-results .wp-block-search__button {
  margin-left: 0;
  background-color: #00a3a6;
  color: #fff;
  border-radius: 0px 20px 20px 0;
  margin: 0;
  padding: 0 25px;
  border: 1px solid #00a3a6;
}
body.search-results .wp-block-search__label {
  display: none;
}
body.search-results .wp-block-group {
  margin-top: 10vh;
}

.single-post section#section_titlemain.singlepage {
  min-height: 20vh !important;
}
.single-post .entry-content {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.single-post .entry-title {
  font-size: 2.2rem;
  font-weight: 500;
}
.single-post .post__content {
  margin: 5vh auto;
}
.single-post h3, .single-post h4 {
  margin: 25px 0;
}
.single-post h2 {
  margin-bottom: 25px;
}

section#section_titlemain.search {
  min-height: 10vh;
  padding-top: 0;
}

section#section_titlemain.lists {
  height: 20vh;
  padding-top: 75px;
  justify-content: center;
}

section#section_items {
  padding: 0;
}
section#section_items .list_item {
  margin: 150px 0;
}
section#section_items .list_item .list_image {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 0;
}
section#section_items .list_item .list_image img {
  width: 400px;
  border-radius: 20px;
}
section#section_items .list_item:nth-child(even) .list_image {
  order: 1;
}
section#section_items .list_item:nth-child(even) .list_text {
  text-align: right;
}
section#section_items .list_item .readmore {
  color: #00a3a6;
}
section#section_items .list_item .readmore svg {
  width: 15px;
  margin-left: 5px;
  fill: #00a3a6;
  transition: 0.3s;
}
section#section_items .list_item .readmore:hover svg {
  margin-left: 10px;
}

.adest_banner {
  width: 100%;
  margin: 100px 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}

body.blog main#main header {
  background-image: linear-gradient(to bottom, #F0F6FF, #c7fffa);
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
}

.pagination {
  flex-flow: column !important;
  gap: 50px !important;
  margin: 5vh 10vw !important;
}

.page-numbers {
  background-color: #00a3a6;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 0 15px;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
.page-numbers.current {
  background-color: #fff;
  color: #00a3a6;
}
.page-numbers:hover {
  color: #fff;
  background-color: #0a6165;
}

.empresa_text {
  margin-top: 10vh;
}

.empresa_container {
  margin: 10vh 0;
  row-gap: 25px;
}
.empresa_container svg {
  fill: #00a3a6;
  width: 20px;
  margin-right: 10px;
}

.team_images {
  margin: 10vh 0;
}
.team_images img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.team_images svg {
  fill: #00a3a6;
  width: 20px;
}
.team_images .enterprise_position {
  color: #00a3a6;
}

.join_team {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  gap: 35px;
  margin: 10vh 0;
}

.posts-list__container {
  display: flex;
  flex-flow: column;
}
.posts-list__container .posts-list__item {
  border-top: 1px solid #ececec;
  padding: 5vh 0;
}
.posts-list__container .posts-list__item:nth-child(1) {
  border-top: 0 !important;
}
.posts-list__container .posts-list__item a {
  font-size: 1.6rem;
  line-height: 2rem;
}
.posts-list__container .posts-list__item p {
  margin: 25px 0;
}
.posts-list__container .posts-list__item a.readmore {
  color: #00a3a6;
  font-size: 1rem;
}
.posts-list__container .posts-list__item a.readmore svg {
  width: 15px;
  margin-left: 5px;
  fill: #00a3a6;
  transition: 0.3s;
}
.posts-list__container .posts-list__item a.readmore:hover svg {
  margin-left: 10px;
}
.posts-list__container .posts-list__item img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  margin-bottom: 25px;
}

ul.wp-block-latest-posts__list li {
  margin-bottom: 25px;
}

.posts_row {
  width: 100%;
  padding: 5vh 0;
  margin: auto;
}

.entry-content article {
  text-align: justify;
}
.entry-content img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 35px;
  border-radius: 15px;
}

.carousel-item .row {
  justify-content: center;
}
.carousel-item .row .col-sm-2.col-xs-6 {
  text-align: center;
}

.otgs-development-site-front-end {
  display: none !important;
}

body.tavi-is-opened {
  overflow: hidden;
}

#chat-column.tavi {
  font-size: 16px !important;
  background: #fff !important;
  color: #121212;
  width: 100vw !important;
  max-width: 500px !important;
}
#chat-column.tavi.active {
  box-shadow: -25px 0px 20px -20px rgba(0, 0, 0, 0.45);
}
#chat-column.tavi .close-vertical .content-logo {
  margin: 15px 2%;
  height: 35px;
}
#chat-column.tavi .close-vertical .content-logo svg {
  max-width: 100%;
}
#chat-column.tavi .close-vertical .close-chat {
  font-size: 1rem !important;
  height: 65px;
}
#chat-column.tavi .close-vertical .close-chat path {
  fill: #121212;
}
#chat-column.tavi .close-vertical .close-chat polygon {
  fill: #121212;
}
#chat-column.tavi .fs-5 {
  font-size: 0.875rem !important;
  color: #121212 !important;
}
#chat-column.tavi svg #logo_tavi > path {
  fill: #121212;
}
#chat-column.tavi svg #logo_tavi > polygon {
  fill: #121212;
}
#chat-column.tavi svg.btn-chat-send path {
  fill: #121212;
}
#chat-column.tavi svg.btn-chat-send polygon {
  fill: #121212;
}
#chat-column.tavi .bg-light-primary {
  background-color: #FFEDFC !important;
  color: #454545 !important;
}
#chat-column.tavi .bg-light-info {
  background-color: #E6F7FF !important;
  color: #121212 !important;
}
#chat-column.tavi .mb-10 {
  margin-bottom: 1.5rem !important;
}
#chat-column.tavi #scrollingChat {
  height: calc(100vh - 60px - 71px);
}
#chat-column.tavi .content-input {
  height: 71px;
}
#chat-column.tavi .content-input input#textInput {
  outline: none;
  width: 75%;
}
#chat-column.tavi .align-items-center {
  display: none !important;
}

#btn-show-chat.tavi-button {
  z-index: 98 !important;
}

#section_press {
  padding-top: 0;
}
#section_press .introduction {
  padding-top: 15vh;
  padding-bottom: 10vh;
  background: #F2F2F2;
}
#section_press .video-container {
  position: relative;
  padding-bottom: 56.25%;
}
#section_press .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#section_press .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#section_press .press__item .press-item .press-item-img {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
#section_press .press__item .press-item .press-item-img::after {
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #cccccc, transparent);
}
#section_press .press__item .press-item .press-item-img img {
  width: 100%;
  max-width: 100%;
  max-height: unset;
}

.container-image {
  width: 100%;
  position: relative;
}

.container-image img {
  width: 100%;
}

.container-image::after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #22577a, transparent);
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
  .section_cta__background section#section_cta .cta-images .message-preview {
    font-size: 0.5rem;
  }
}
@media (min-width: 1920px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1620px;
  }
  section#section_locations img {
    max-width: 100%;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 18px;
  }
  section#digital_solutions .section-pricing__item {
    height: 420px;
  }
  header.site-header .site-header-main .button-menu__close.active {
    width: 20px !important;
  }
  header.site-header .site-header-main .button-menu__inner.active {
    width: 25px;
  }
  nav .menu__item--5 svg {
    width: 15px;
  }
  .pros-item__title {
    max-width: 190px !important;
    min-height: 50px !important;
  }
  body.lang-ca .pros__item:nth-child(3) .pros-item__title {
    max-width: 150px !important;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
  section#gagirona img {
    margin: 0 auto 15px;
    width: 100%;
    height: auto;
  }
  section#section_award .award-media {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  section#section_award .note {
    font-size: 0.875rem;
  }
  section#digital_solutions .section-pricing__item {
    height: 520px;
  }
  .pros-item__title {
    max-width: 100% !important;
    min-height: unset !important;
  }
  footer.site-footer > div.container .info {
    flex-direction: column;
    gap: 10px;
  }
  footer.site-footer > div.container .info .info__item {
    text-align: left;
  }
  footer.site-footer > div.container .legal {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  section#digital_solutions .section-pricing__item {
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  a.btn {
    font-size: 1.1rem;
  }
  .section_cta__background section#section_cta .image-container {
    text-align: center;
    display: none;
  }
  .section_cta__background section#section_cta .message-preview {
    font-size: 0.85rem !important;
    bottom: 25% !important;
    right: 15% !important;
    width: 70% !important;
  }
  .section_cta__background section#section_cta picture.cta-images__phone.desktop {
    display: none;
  }
  .section_cta__background section#section_cta picture.cta-images__phone.responsive {
    display: block !important;
  }
  .section_cta__background section#section_cta picture.cta-images__phone.responsive img {
    width: 100%;
    max-width: 100%;
    max-height: unset;
  }
  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .section#section_cta2 > .row {
    --bs-gutter-x: 0;
  }
  .section#section_locations > .row {
    --bs-gutter-x: 0;
  }
  .section#section_pros {
    padding: 5vh 0;
  }
  .section#section_pros .pros__item {
    margin-top: 50px;
  }
  .section#section_products .section_text {
    margin-bottom: 50px;
  }
  .section#section_products .products__item {
    text-align: left;
  }
  .section#section_products .products__item:nth-child(3), .section#section_products .products__item:nth-child(5) {
    text-align: left;
  }
  .section#section_products .products__item a span {
    padding-left: 32px;
  }
  .section#section_faqs .section_text {
    margin-bottom: 50px;
  }
  .section#section_solutions .section-solutions {
    margin-top: 50px;
  }
  .section img {
    max-width: 80%;
    max-height: 250px;
    margin-bottom: 50px;
  }
  .section_cta2__background .text_side {
    padding: 30px 30px 5vh;
  }
  .section_cta2__background img {
    margin-bottom: 0;
  }
  .section_cta2__background img.newspapers-mobile {
    max-width: 100%;
    max-height: unset;
    margin-bottom: 0;
  }
  .section_locations_background {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
  .section_locations_background #section_locations {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section_locations_background #section_locations .row a.btn {
    margin: 0 auto 30px;
  }
  .section_locations_background #section_locations .row .text-container_locations img {
    margin-bottom: 30px;
    max-width: 100%;
    max-height: unset;
    -webkit-mask-image: linear-gradient(black 80%, transparent);
            mask-image: linear-gradient(black 80%, transparent);
  }
  .section_locations_background #section_locations .row .text_side {
    margin-bottom: 0;
  }
  .section_locations_background #section_locations .row .text_side img {
    margin: 0 auto;
  }
  section#section_award .award-media {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  section#section_award .award-media img {
    height: auto;
    max-height: 100%;
    margin-bottom: 5px;
  }
  section#section_award .award-media iframe {
    height: 300px;
    max-height: 100%;
    margin-bottom: 0;
    width: 100%;
  }
  .section_adest__background {
    margin-top: 0;
    min-height: auto;
  }
  section#digital_solutions .section-pricing__item {
    height: 360px;
  }
  section#section_products .products__item a {
    margin: 0 10px;
    width: 300px;
  }
  section#section_products .products__item a span {
    padding-left: 43px;
  }
  section#section_solutions .section-solutions__item {
    padding-bottom: 35px;
  }
  section#section_solutions .section-solutions__item .solutions_img {
    position: static;
    margin: 15px auto 0;
  }
  section#section_solutions .section-solutions__item .solutions_img img {
    margin-bottom: 0;
  }
  footer.site-footer {
    font-size: 0.8rem;
  }
  footer.site-footer > div.container h2 {
    font-size: 1rem;
  }
  footer.site-footer > div.container a {
    font-size: inherit;
  }
  footer.site-footer > div.container .footer-poweredby {
    text-align: left;
    margin-top: 30px;
  }
  footer.site-footer > div.container .info {
    padding-top: 30px;
  }
  footer.site-footer > div.container .legal {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.8rem !important;
  }
  a.btn_nobackground:hover {
    background: unset;
    color: unset;
  }
  a.btn_nobackground.whastapp-button {
    right: 50px;
    top: -3px;
    padding: 6px;
    border: 0;
    width: 36px;
  }
  a.btn_nobackground.whastapp-button span {
    display: none;
  }
  a.btn_nobackground.whastapp-button svg {
    display: block;
  }
  .section_cta__background section#section_cta .cta_text__container {
    opacity: 1 !important;
    transform: translateZ(0) !important;
  }
  section {
    padding: 5vh 15px !important;
  }
  section#section_cta {
    height: auto !important;
  }
  section#section_pros .pros__item {
    justify-content: center !important;
  }
  section#section_banner1 .section_title {
    margin: 50px 0;
  }
  section#section_expertise .section_text {
    margin: 25px 0 100px 0;
  }
  section#section_cta2 .section_title {
    margin: 50px 0;
  }
  section#section_cta2 {
    padding: 0 !important;
  }
  section#section_cta2 .align-items-start {
    align-items: center !important;
  }
  section#section_press {
    padding: 0 !important;
  }
  section .row {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  section .row .text_side {
    order: 1 !important;
    margin-top: 35px;
    text-align: left !important;
  }
  .home {
    text-align: center;
  }
  .site-header-menu {
    display: none;
  }
  #menu-toggle {
    display: block;
  }
  .text_side {
    text-align: center;
    align-items: center;
  }
  header {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .section_text {
    max-width: 100% !important;
  }
  .section_cta__background {
    padding-top: 5vh;
  }
  .section_cta__text {
    margin-bottom: 50px;
  }
  .image-container {
    margin-top: 100px;
  }
  .cta_text__container {
    align-items: center !important;
  }
  .pros-item__title {
    max-width: 100% !important;
  }
  #section_titlemain {
    padding-top: 100px !important;
  }
  footer {
    text-align: left !important;
  }
  .footer-menu {
    margin: 25px 0 0;
  }
  .menu-toggle__arrow {
    display: block;
  }
  .adest_banner {
    margin: 50px 0 !important;
    height: 280px !important;
  }
  #section_content img {
    margin-top: 50px;
  }
  footer.site-footer > div.container .info {
    padding-top: 30px;
  }
  footer.site-footer > div.container .info .info__item {
    width: 100%;
    font-size: 0.9rem;
  }
  footer.site-footer > div.container .legal {
    flex-direction: row;
    justify-content: space-around;
    font-size: 0.9rem;
  }
  footer .info {
    flex-flow: column !important;
    align-items: start !important;
  }
  footer .footer-options {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .list_item {
    gap: 25px;
    margin: 50px 0 !important;
  }
  .list_item .list_image {
    order: 0 !important;
  }
  .list_item .list_text {
    align-items: start !important;
    text-align: left !important;
  }
  .list_item .list_text .section_title {
    text-align: left !important;
  }
  .page-template-template_product #section_titlemain {
    padding-top: 100px !important;
  }
  .page-template-template_product #section_titlemain .col-12 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .page-template-template_product #section_titlemain .col-12 .section_title__title {
    margin-bottom: 35px;
    font-size: 2rem;
    order: 0;
  }
  .page-template-template_product #section_titlemain .col-12 .product_logo {
    width: 240px;
    order: 1;
    margin-bottom: 15px;
  }
  .page-template-template_product #section_titlemain .col-12 .section_title__text {
    order: 2;
  }
  .page-template-template_product #section_titlemain .col-12 .btn-start {
    order: 3;
  }
  .page-template-template_product #section_title1 {
    padding-top: 5vh !important;
    padding-bottom: 5vh !important;
  }
  .project_img {
    width: 100%;
  }
  #section_projects .section_title {
    margin-bottom: 25px !important;
  }
  #section_faqs .row {
    flex-flow: row wrap !important;
  }
  .entry-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section_cta__background {
    padding-top: 15vh !important;
  }
  .section_titlemain_background {
    padding: 10px !important;
  }
  #section_banner1 .text_side, #section_expertise .text_side, #section_cta2 .text_side, #section_content .text_side {
    text-align: center !important;
  }
  #section_banner1 .text_side .section_text, #section_expertise .text_side .section_text, #section_cta2 .text_side .section_text, #section_content .text_side .section_text {
    margin: 0 0 50px !important;
  }
  #section_banner1 .text_side .section_title, #section_expertise .text_side .section_title, #section_cta2 .text_side .section_title, #section_content .text_side .section_title {
    margin: 0 0 15px 0 !important;
  }
  #section_locations_banner img {
    width: 100%;
    margin: 50px 0;
  }
  #section_adest img {
    width: 200px !important;
    margin-bottom: 25px;
  }
  .skew {
    background-size: 200% 100% !important;
  }
  footer.site-footer {
    font-size: 1.1rem;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.menu {
    grid-template-columns: 100%;
    grid-template-rows: 40% 30% 30%;
    grid-template-areas: "item1" "item2" "item3";
  }
  nav .menu__item--1 .menu__item-inner a {
    font-size: 1.8rem;
  }
  nav .menu__item--4,
  nav .menu__item--5 {
    display: none;
  }
  nav .button-menu {
    right: 35px;
  }
  nav .menu__item-inner h2 {
    display: none;
  }
  nav #menu-main {
    padding-left: 0;
    margin-bottom: 0;
  }
  nav #menu-main .menu-item {
    font-size: 1.3rem;
    margin: 18px 0;
  }
  nav .menu__item-inner a {
    margin: 10px 0;
    font-size: 1.3rem;
  }
  nav .sidemenu {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  nav .sidemenu span, nav .menu__item-inner span {
    display: none;
  }
  nav .logo_products_link img {
    margin-bottom: 5px;
    width: 20vh;
  }
  nav .title-mobile__side {
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    color: #fff;
    top: 70px;
    left: -40px;
    width: 120px;
    text-align: right;
  }
}
@media screen and (max-height: 600px) {
  nav.menu .label--topleft {
    display: none;
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* @-webkit-keyframes fadeInUp {
	0% 		{ opacity: 0;	top: 100%; 	height: 0; }
	100% 	{ opacity: 1;	top: 0;		height: 100%; }
}
@keyframes fadeInUp {
	0% 		{ opacity: 0;	top: 100%;	height: 0; }
	100%	{ opacity: 1;	top: 0;		height: 100%; }
} */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scroll {
  to {
    translate: -60rem;
  }
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=style.css.map */