/*

    1. BASE
    reset
    base

    2. Element
    Header
    Footer
    Button
    Forms
    Modal

    3. Layout
    Home
    Builder
    Error
    Servicios
    Proyectos
    Post
    Contacto
    Simple
    Animations

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
}

/* headings */
body h1,
body .h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  letter-spacing: -2px;
}
body h1,
body h1 *,
body .h1,
body .h1 * {
  font-size: 106px;
  line-height: 110px;
}
body h2 {
  font-size: 99px;
  line-height: 105px;
}
body h3 {
  font-size: 48px;
  line-height: 50px;
}
body h4 {
  font-size: 28px;
  line-height: 35px;
}
body h5 {
  font-size: 21px;
  line-height: 30px;
}
body h6 {
  font-size: 18px;
  line-height: 25px;
}
body p {
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* outline */
body:focus,
body *:focus {
  outline: none !important;
}
body .l-canvas {
  color: #000000;
}
body p {
  color: #000000;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #384893 !important;
}

::-moz-placeholder {
  color: #384893 !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #384893 !important;
} /* ie */
:-moz-placeholder {
  color: #384893 !important;
}

/* Selection */
::-moz-selection {
  background: #384893;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #384893;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #384893;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* img */
.img,
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* margin */
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
#page-container {
  overflow: hidden;
}

.et_pb_section.module {
  padding: 100px 0;
}
.et_pb_section.module-top {
  padding-top: 100px;
  padding-bottom: 0;
}
.et_pb_section.module-bottom {
  padding-top: 0;
  padding-bottom: 100px;
}

/* row */
.et_pb_row {
  width: 93%;
  max-width: 1200px;
}

/* blue text */
.blue-text.blue-text--white h2 strong {
  color: #fff;
}
.blue-text * {
  color: #384893;
}

.red-text * {
  color: #E53016;
}

.white-text * {
  color: #fff;
}

/* vh section */
.vh-section.et_pb_section {
  height: 100vh;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* section text */
.section-text .et_pb_text_inner p {
  font-size: 33px;
  line-height: 45px;
  padding-top: 24px;
  font-weight: 600;
}

/* title simple */
.title-simple h1,
.title-simple h2,
.title-simple h3,
.title-simple h4,
.title-simple h5,
.title-simple h6 {
  font-weight: 400;
}

/* captcha */
#captcha-1 {
  display: none;
}

/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header.et-l--header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
header.et-l--header .header {
  padding: 40px 0;
  background: transparent;
}
header.et-l--header .header .header__inner .main-nav .et-menu.nav li.current_page_item a {
  border-bottom: 1px solid #fff;
}
header.et-l--header .header.header--color .header__inner .main-nav .et-menu.nav li a {
  color: #E53016;
}
header.et-l--header .header.header--color #nav-icon2 span {
  background: #E53016;
}
header.et-l--header .header.header--color-blue .header__inner .main-nav .et-menu.nav li a {
  color: #384893;
}
header.et-l--header .header.header--color-blue #nav-icon2 span {
  background: #384893;
}
header.et-l--header .header.header--color-blue .mobile_nav.opened #nav-icon2 span {
  background: #7ACAD3;
}
header.et-l--header .header .header__inner {
  padding: 0;
}
header.et-l--header .header .header__inner .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header.et-l--header .header .header__inner .main-nav {
  background: transparent;
}
header.et-l--header .header .header__inner .main-nav .et-menu.nav li a {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.header__logo {
  width: 140px;
  margin: 0;
}
.header__logo .et_pb_image_wrap,
.header__logo img {
  width: 100%;
}

/* Nav icon */
#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.mobile_menu_bar:before {
  display: none;
}

.mobile_nav.opened #nav-icon2 span {
  background: #7ACAD3;
  -webkit-box-shadow: 0 4px 24px rgb(0, 0, 0);
          box-shadow: 0 4px 24px rgb(0, 0, 0);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1), .mobile_nav.opened #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(2), .mobile_nav.opened #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobile_nav.opened #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile_nav.opened #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.mobile_nav.opened #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.open-subnav {
  display: none;
  background: #ebebeb;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}

/*

:::::: RESPONSIVE ::::::

*/
@media all and (min-width: 1900px) {
  header.et-l--header .header .header__inner .main-nav .et-menu.nav li a {
    font-size: 21px;
  }
}
@media all and (max-width: 980px) {
  .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
  }
  .open-subnav.active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 70px;
  }
  .et-db #et-boc header.et-l--header .main-nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu.active {
    display: block !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li {
    width: 100%;
    padding-bottom: 0 !important;
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li.current-menu-item a {
    color: #E1A7CA !important;
    font-size: 18px !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li a {
    padding: 5px 10px;
    width: 100%;
    color: #000000 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li .open-subnav {
    top: 1px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu {
    background: #a7e7ee !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 18px !important;
    padding-left: 30px;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #ebebeb !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu {
    background: #fff !important;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout {
    border: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 39, 68, 0.75) !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #384893;
    content: "";
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-right: 10%;
    padding-top: 20%;
    border-radius: 30px 0 0 30px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu {
    width: 100%;
    border: 0 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent !important;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: initial;
            box-shadow: initial;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li {
    position: relative;
    z-index: 2;
    padding-bottom: 21px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    border: 0;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_bar {
    z-index: 99999;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .et_mobile_menu:before {
    width: 60%;
    opacity: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media all and (max-width: 680px) {
  .et-db #et-boc header.et-l--header .header {
    padding: 20px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    width: 90%;
  }
  .et-db #et-boc header.et-l--header .main-nav ul > li {
    padding-left: 0;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li .sub-menu li a {
    font-size: 18px;
  }
  .header__logo {
    width: 60px;
  }
}
/* ------------------------------------------------------------
     FOOTER
------------------------------------------------------------ */
.footer.et_pb_section {
  padding: 60px 0;
  font-weight: 600;
}
.footer.et_pb_section * {
  color: #fff;
}
.footer.et_pb_section p {
  font-weight: 600;
}
.footer.et_pb_section a:hover {
  color: #7ACAD3;
}

.footer__inner.et_pb_row {
  padding: 0;
}
.footer__inner.et_pb_row .et_pb_column .et_pb_module {
  margin-bottom: 0;
}

.footer__logo {
  width: 260px;
  margin: 0;
}
.footer__logo .et_pb_image_wrap,
.footer__logo img {
  width: 100%;
}

.footer-social.et_pb_module li.et_pb_social_network_link {
  margin-right: 8px;
}
.footer-social.et_pb_module li.et_pb_social_network_link.et-social-facebook a.icon:before {
  content: "\f09a";
  font-family: "Font Awesome 6 Brands";
}
.footer-social.et_pb_module li.et_pb_social_network_link a.icon {
  background: transparent !important;
  width: auto;
}
.footer-social.et_pb_module li.et_pb_social_network_link a.icon:before {
  width: auto;
  font-size: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .footer.et_pb_section {
    padding: 40px 0;
  }
  .footer__inner.et_pb_row .et_pb_column .et_pb_text {
    width: 100%;
    padding-bottom: 0;
  }
  .footer__logo {
    width: 200px;
  }
}
@media all and (max-width: 768px) {
  .footer__inner.et_pb_row .et_pb_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__inner.et_pb_row .et_pb_column .et_pb_text {
    width: 100%;
    padding-bottom: 25px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #et-boc.et-boc .btn.btn--type1 {
  background: #384893;
  color: #fff;
  font-weight: 900;
  border: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
body #et-boc.et-boc .btn.btn--type1:after {
  font-size: 34px !important;
  position: relative;
}
body #et-boc.et-boc .btn.btn--type1:hover {
  border: 0;
  background: #26336f;
}
body #et-boc.et-boc .btn.btn--simple {
  background: transparent;
  color: #fff;
  font-weight: 900;
  border: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
body #et-boc.et-boc .btn.btn--simple:after {
  font-size: 34px !important;
  position: relative;
}
body #et-boc.et-boc .btn.btn--simple.btn--dark {
  color: #384893;
}
body #et-boc.et-boc .btn.btn--simple:hover {
  border: 0;
  background: transparent;
}
body #et-boc.et-boc .btn.btn--large {
  background: #7ACAD3;
  color: #384893;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  padding: 10px 60px;
}
body #et-boc.et-boc .btn.btn--large:after {
  font-size: 34px !important;
  position: relative;
}
body #et-boc.et-boc .btn.btn--large:hover {
  border: 0;
  background: #26336f;
  color: #fff;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  body #et-boc.et-boc .btn.btn--type1, body #et-boc.et-boc .btn.btn--simple, body #et-boc.et-boc .btn.btn--large {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.modal-red {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(19, 39, 68, 0.75);
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  pointer-events: none;
}
.modal-red.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: initial;
}

.modal-red__inner {
  background: #E53016;
  max-width: 1000px;
  width: 93%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  padding: 50px 50px 50px 210px;
}
.modal-red__inner:before {
  content: "";
  background: url(https://2remain.mx/wp-content/uploads/2023/05/2web.png) center center no-repeat;
  background-size: contain;
  height: 100%;
  width: 19%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.modal-red__inner p {
  color: #fff;
}
.modal-red__inner button {
  background: transparent;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.modal-red__inner button:hover {
  opacity: 0.6;
}

/*

:::::: RESPONSIVE ::::::

*/
@media all and (max-width: 768px) {
  .modal-red__inner {
    font-size: 18px;
    line-height: 25px;
  }
  .modal-red__inner button {
    font-size: 18px;
    line-height: 25px;
  }
}
@media all and (max-width: 680px) {
  .modal-red__inner {
    font-size: 16px;
    line-height: 25px;
    padding: 30px 30px 30px 70px;
  }
  .modal-red__inner:before {
    height: 25%;
    width: 14%;
  }
  .modal-red__inner button {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.hero-video.et_pb_section {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding: 0;
}
.hero-video.et_pb_section .et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.hero-video.et_pb_section .et_pb_row,
.hero-video.et_pb_section .et_pb_column,
.hero-video.et_pb_section .et_pb_module,
.hero-video.et_pb_section .et_pb_video_box,
.hero-video.et_pb_section .fluid-width-video-wrapper {
  height: 100%;
}
.hero-video.et_pb_section .et_pb_video_box iframe {
  width: 100%;
  height: 100%;
}
.hero-video.et_pb_section .fluid-width-video-wrapper {
  padding-top: 0 !important;
}

/* marketing section */
.marketing-section__logo {
  width: 270px;
  margin: 0 auto 32px auto !important;
}
.marketing-section__logo .et_pb_image_wrap,
.marketing-section__logo img {
  width: 100%;
}

.marketing-section__text .et_pb_text_inner p {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  font-size: 33px;
  line-height: 45px;
}

/* about */
.about-section.et_pb_section {
  overflow: hidden;
}
.about-section.et_pb_section .et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section.et_pb_section .et_pb_column:first-child {
  margin-top: -10%;
}

.about-section__device {
  width: 580px;
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
  position: relative;
  top: -60px;
}

.about-section__logo {
  width: 470px;
  position: relative;
  left: 0;
  bottom: 20px;
}

/* todo section */
.todo-section.et_pb_section .et_pb_row {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.todo-section.et_pb_section .et_pb_column {
  position: initial;
}

.todo-section__text .et_pb_text_inner * {
  color: #fff;
}
.todo-section__text .et_pb_text_inner strong {
  color: #7ACAD3;
}

.todo-section__image {
  width: 620px;
  position: absolute;
  right: 0;
  top: 60px;
}
.todo-section__image .et_pb_image_wrap,
.todo-section__image img {
  width: 100%;
}

.todo-section__logo {
  width: 180px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.todo-section__logo .et_pb_image_wrap,
.todo-section__logo img {
  width: 100%;
}

/* faq section */
.faq-section.et_pb_section {
  padding: 0;
}

.faq-row.et_pb_row {
  min-width: 100%;
  width: 100%;
  padding: 60px 10% 70px 10%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: -70px;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.faq-row.faq-row--left .faq-image {
  left: 10%;
  right: initial;
  top: 70px;
}
.faq-row.faq-row--left .et_pb_column {
  padding-left: 50%;
}
.faq-row.faq-row--2 .faq-toggle.et_pb_image {
  padding-top: 0;
  position: relative;
  top: -30px;
}
.faq-row.faq-row--2 .faq-toggle.et_pb_image .et_pb_image_wrap {
  width: 560px;
}
.faq-row.faq-row--3 .faq-toggle.et_pb_image {
  padding-top: 0;
}
.faq-row.faq-row--3 .faq-toggle.et_pb_image .et_pb_image_wrap {
  width: 650px;
}
.faq-row.faq-row--3 .faq-image {
  top: 20px;
}
.faq-row.faq-row--4 .faq-toggle.et_pb_image .et_pb_image_wrap {
  width: 740px;
}
.faq-row.faq-row--4 .faq-image {
  width: 220px;
  top: 21px;
  right: 7%;
}
.faq-row .et_pb_text_inner * {
  color: #384893;
}
.faq-row .et_pb_column {
  position: initial;
}

.faq-toggle.et_pb_image {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 24px;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
.faq-toggle.et_pb_image:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 54px;
  margin-left: 38px;
  -webkit-transform: rotate(80deg);
          transform: rotate(80deg);
  color: #384893;
  position: relative;
  top: -30px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.faq-toggle.et_pb_image.active .et_pb_image_wrap {
  opacity: 0;
  margin-top: -100px;
}
.faq-toggle.et_pb_image.active:after {
  -webkit-transform: rotate(268deg);
          transform: rotate(268deg);
  top: 30px;
}
.faq-toggle.et_pb_image .et_pb_image_wrap {
  width: 410px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.faq-toggle.et_pb_image .et_pb_image_wrap img {
  width: 100%;
  image-rendering: auto;
}

.faq-article.et_pb_module {
  display: none;
  padding-right: 30%;
  margin: -30px 0 0 0 !important;
  padding-top: 32px;
}
.faq-article.et_pb_module p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
}

.faq-image {
  width: 340px;
  position: absolute;
  top: 40px;
  right: 5%;
}
.faq-image .et_pb_image_wrap,
.faq-image img {
  width: 100%;
}

/* experience */
.experience-section.et_pb_section {
  padding: 100px 0 0 0;
  margin-top: -100px;
}
.experience-section.et_pb_section .et_pb_row {
  padding: 110px 0 140px 35%;
  position: initial;
}
.experience-section.et_pb_section .et_pb_row .et_pb_column {
  position: initial;
}

.experience-section__image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 520px;
  margin-bottom: 0 !important;
  z-index: 10;
  pointer-events: none;
}
.experience-section__image .et_pb_image_wrap,
.experience-section__image img {
  width: 100%;
}

.experience-section__text {
  z-index: 1;
}
.experience-section__text .et_pb_text_inner h3 strong {
  color: #7ACAD3;
}
.experience-section__text .et_pb_text_inner p {
  font-size: 32px;
  line-height: 40px;
}

/* gallery */
.js-gallery-section .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  position: absolute;
  padding: 0;
  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;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.js-gallery-section .slick-arrow:hover {
  background: #ebebeb;
}
.js-gallery-section .slick-arrow.slick-next {
  right: 5%;
}
.js-gallery-section .slick-arrow.slick-prev {
  left: 5%;
}
.js-gallery-section .slick-arrow span {
  font-size: 52px;
}

.gallery-section.et_pb_section {
  padding: 0;
}

.gallery-section__row.et_pb_row {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

.gallery-section__image {
  height: 600px;
}
.gallery-section__image .et_pb_image_wrap,
.gallery-section__image img {
  width: 100% !important;
  height: 100%;
}
.gallery-section__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-section__thumbs.et_pb_section {
  padding: 24px 0;
}

.gallery-section__thumbs-row.et_pb_row {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.gallery-section__thumbs-row.et_pb_row .et_pb_image {
  padding: 0 13px;
  margin-bottom: 0 !important;
  height: 250px;
}
.gallery-section__thumbs-row.et_pb_row .et_pb_image .et_pb_image_wrap,
.gallery-section__thumbs-row.et_pb_row .et_pb_image img {
  width: 100%;
  height: 100%;
}
.gallery-section__thumbs-row.et_pb_row .et_pb_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* begin */
.begin-section.et_pb_section {
  padding: 0;
}
.begin-section.et_pb_section.begin-section--outer {
  height: 800px;
  min-height: initial;
}
.begin-section.et_pb_section.begin-section--outer .begin-section__image {
  height: 920px;
}

.begin-section__row.et_pb_row {
  padding: 0;
  position: initial;
}
.begin-section__row.et_pb_row .et_pb_column {
  position: initial;
}

.begin-section__text .et_pb_text_inner h2 {
  color: #384893;
}
.begin-section__text .et_pb_text_inner p {
  font-weight: 600;
}

.begin-section__image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 400px;
}
.begin-section__image .et_pb_image_wrap,
.begin-section__image img {
  width: 100%;
  height: 100%;
}
.begin-section__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

/* red section */
.red-background-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.red-background-section .et_pb_image_wrap {
  display: none;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 1900px) {
  .todo-section__image {
    width: 890px;
    top: -10px;
  }
  .todo-section__logo {
    width: 310px;
  }
  .marketing-section__logo {
    width: 390px;
  }
  .about-section__device {
    width: 760px;
  }
  .experience-section.et_pb_section .et_pb_row {
    padding: 200px 0 190px 470px;
  }
  .experience-section__image {
    width: 640px;
  }
  .gallery-section__image {
    height: 900px;
  }
  .gallery-section__thumbs-row.et_pb_row .et_pb_image {
    height: 350px;
  }
  .begin-section__image {
    width: 650px;
  }
  .faq-article.et_pb_module p {
    font-size: 40px;
    line-height: 45px;
  }
  .faq-toggle.et_pb_image.active:after {
    top: 20px;
  }
  .faq-image {
    width: 490px;
    top: 90px;
  }
  .faq-row.et_pb_row {
    margin-top: -110px;
    min-height: 600px;
  }
  .faq-row.faq-row--left .faq-image {
    top: 120px;
  }
  .faq-row.faq-row--left .faq-article.et_pb_module {
    padding-right: 10%;
  }
  .faq-row.faq-row--4 .faq-image {
    width: 320px;
  }
  .faq-row.faq-row--4 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 850px;
  }
  .faq-row.faq-row--2 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 630px;
  }
  .faq-row.faq-row--3 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 830px;
  }
  .experience-section__text .et_pb_text_inner p {
    font-size: 40px;
    line-height: 45px;
  }
}
@media all and (max-width: 1400px) {
  .faq-row.faq-row--left .et_pb_column {
    padding-left: 43%;
  }
  .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 390px;
  }
}
@media all and (max-width: 1200px) {
  .experience-section.et_pb_section .et_pb_row {
    padding: 60px 0 60px 40%;
  }
  .faq-image {
    width: 270px;
    top: 70px;
    right: 5%;
  }
  .faq-row.faq-row--left .faq-image {
    top: 110px;
  }
  .faq-row.faq-row--3 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 500px;
  }
  .faq-row.faq-row--4 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 650px;
  }
  .experience-section__image {
    width: 440px;
  }
  .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 290px;
  }
}
@media all and (max-width: 980px) {
  .about-section__device {
    width: 320px;
    top: 10px;
    left: 30px;
  }
  .about-section__logo {
    width: 350px;
    left: 0;
    bottom: 0;
    float: right;
  }
  .todo-section__image {
    width: 390px;
  }
  .faq-row.faq-row--2 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 270px;
  }
  .faq-row.faq-row--3 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 330px;
  }
  .faq-row.faq-row--4 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 370px;
  }
  .faq-toggle.et_pb_image:after {
    font-size: 34px;
    margin-left: 18px;
    top: -17px;
  }
  .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 200px;
  }
  .experience-section.et_pb_section .et_pb_row {
    padding: 60px 0 60px 42%;
  }
  .experience-section__text .et_pb_text_inner p {
    font-size: 24px;
    line-height: 35px;
  }
  .experience-section__image {
    width: 300px;
  }
  .begin-section__image {
    width: 20%;
  }
  .begin-section__text .et_pb_text_inner {
    padding-right: 20%;
  }
}
@media all and (max-width: 768px) {
  .hero-video.et_pb_section {
    min-height: 500px;
  }
  .marketing-section__logo {
    width: 130px;
  }
  .todo-section__image {
    width: 300px;
  }
  .todo-section__logo {
    width: 90px;
  }
  .faq-row.faq-row--2 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 200px;
  }
  .faq-row.faq-row--3 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 250px;
  }
  .faq-row.faq-row--4 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 280px;
  }
  .faq-toggle.et_pb_image.active:after {
    top: 35px;
  }
  .faq-toggle.et_pb_image:after {
    font-size: 24px;
    top: -14px;
  }
  .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 160px;
  }
  .faq-article.et_pb_module p {
    font-size: 16px;
  }
  .experience-section__text .et_pb_text_inner p {
    font-size: 18px;
    line-height: 25px;
  }
  .gallery-section__image {
    height: 400px;
  }
  .gallery-section__thumbs-row.et_pb_row .et_pb_image {
    height: 120px;
  }
  .begin-section__text .et_pb_text_inner {
    width: 80%;
  }
  .begin-section.et_pb_section.begin-section--outer {
    height: 600px;
  }
  .begin-section.et_pb_section.begin-section--outer .begin-section__image {
    height: 700px;
  }
}
@media all and (max-width: 680px) {
  .marketing-section__logo {
    width: 100px;
  }
  .marketing-section__text .et_pb_text_inner p {
    width: 100%;
  }
  .todo-section__image {
    top: -30px;
  }
  .vh-section.et_pb_section {
    min-height: initial;
    height: auto;
    padding: 40px 0;
  }
  .about-section__device {
    width: 200px;
  }
  .about-section__logo {
    width: 180px;
    left: 0;
    bottom: -20px;
  }
  .todo-section__image {
    width: 180px;
  }
  .todo-section__logo {
    width: 70px;
    bottom: 40px;
  }
  .faq-image {
    width: 120px;
    top: 30px;
    right: 15px;
  }
  .faq-article.et_pb_module {
    padding-bottom: 16px;
    padding-top: 12px;
  }
  .faq-article.et_pb_module p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq-row.et_pb_row {
    padding: 60px 3% 70px 3%;
    min-height: 220px;
  }
  .faq-row.faq-row--2 .faq-toggle.et_pb_image {
    top: -10px;
  }
  .faq-row.faq-row--2 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 140px;
  }
  .faq-row.faq-row--3 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 170px;
  }
  .faq-row.faq-row--4 .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 190px;
  }
  .faq-row.faq-row--4 .faq-image {
    width: 90px;
  }
  .faq-row.faq-row--left .faq-image {
    left: 15px;
    top: 60px;
  }
  .faq-row.faq-row--left .faq-article.et_pb_module {
    padding-right: 15px;
  }
  .faq-toggle.et_pb_image.active:after {
    top: 5px;
  }
  .faq-toggle.et_pb_image .et_pb_image_wrap {
    width: 110px;
  }
  .experience-section.et_pb_section .et_pb_row {
    padding: 50px 0 370px 0px;
  }
  .experience-section__text .et_pb_text_inner p {
    font-size: 16px;
  }
  .js-gallery-section .slick-arrow.slick-prev {
    left: 15px;
  }
  .js-gallery-section .slick-arrow.slick-next {
    right: 15px;
  }
  .gallery-section__image {
    height: 350px;
  }
  .gallery-section__thumbs-row.et_pb_row .et_pb_image {
    height: 60px;
  }
  .begin-section.et_pb_section.begin-section--outer .begin-section__image {
    height: 680px;
  }
  .begin-section__text .et_pb_text_inner {
    padding-right: 0;
  }
}
/* ------------------------------------------------------------
     SERVICIOS
------------------------------------------------------------ */
.intro-service-section.et_pb_row {
  padding-top: 250px;
  position: initial;
  padding-bottom: 420px;
}
.intro-service-section.et_pb_row .et_pb_column {
  position: initial;
}
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner {
  width: 80%;
}
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h1,
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h2,
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h3 {
  font-weight: 400;
  color: #fff;
}
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h1 strong,
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h2 strong,
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h3 strong {
  color: #7ACAD3;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
}

.intro-service-section__image {
  position: absolute;
  top: 180px;
  right: 0;
  width: 920px;
}
.intro-service-section__image .et_pb_image_wrap,
.intro-service-section__image img {
  width: 100%;
}

/* second service */
.second-service-section.et_pb_row {
  position: initial;
  padding-left: 17%;
  padding-right: 20%;
}
.second-service-section.et_pb_row .et_pb_column {
  position: initial;
}
.second-service-section .btn {
  font-size: 33px;
  font-weight: 300 !important;
}

.second-service-section__text .et_pb_text_inner * {
  color: #fff;
}
.second-service-section__text .et_pb_text_inner h1,
.second-service-section__text .et_pb_text_inner h2,
.second-service-section__text .et_pb_text_inner h3 {
  font-weight: 400;
  margin-bottom: 24px;
}
.second-service-section__text .et_pb_text_inner h1 strong,
.second-service-section__text .et_pb_text_inner h2 strong,
.second-service-section__text .et_pb_text_inner h3 strong {
  font-weight: 400;
  color: #7ACAD3;
}
.second-service-section__text .et_pb_text_inner p {
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
}

.second-service-section__image {
  position: absolute;
  top: 780px;
  left: -80px;
  width: 580px;
}
.second-service-section__image .et_pb_image_wrap,
.second-service-section__image img {
  width: 100%;
}

/* bottom service */
.bottom-service-section.et_pb_row {
  padding-top: 310px;
  padding-bottom: 100px;
}

.bottom-service-section__text .et_pb_text_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-service-section__text * {
  color: #fff;
}
.bottom-service-section__text h2 {
  font-weight: 400;
  padding-bottom: 0;
  width: 40%;
  margin-right: 10%;
}
.bottom-service-section__text ul {
  font-size: 33px;
  line-height: 45px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bottom-service-section__text ul li {
  padding: 8px 0;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}
.bottom-service-section__text ul li strong {
  color: #7ACAD3;
}
.bottom-service-section__text ul li:last-child {
  border-bottom: none;
}

/* accordeon settings info*/
.accordeon-settings-info.et_pb_row {
  padding: 0 2%;
  width: 100%;
  max-width: 100%;
  margin-top: -70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.accordeon-settings-info.et_pb_row.info--odd .accordeon-settings-info__toggle:after {
  color: #384893;
}

.accordeon-settings-info__toggle {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto !important;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.accordeon-settings-info__toggle.active .et_pb_image_wrap {
  opacity: 0;
  height: 140px;
}
.accordeon-settings-info__toggle.active:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordeon-settings-info__toggle:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 54px;
  margin-left: 38px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #7ACAD3;
  position: relative;
  top: -30px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.accordeon-settings-info__toggle .et_pb_image_wrap {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.accordeon-settings-info__toggle .et_pb_image_wrap,
.accordeon-settings-info__toggle img {
  width: 90%;
}

.accordeon-settings-info__hide.et_pb_module {
  display: none;
  padding-right: 30%;
  padding-top: 92px;
  position: relative;
  top: -100px;
  max-width: 1400px;
  margin: 0 auto !important;
}
.accordeon-settings-info__hide.et_pb_module p {
  font-size: 24px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
}

/* carousel section */
.carousel-section.et_pb_section {
  padding: 0;
}
.carousel-section.et_pb_section.carousel--outline {
  padding: 24px 0;
}
.carousel-section.et_pb_section.carousel--outline .carousel-section__item.et_pb_row {
  padding: 10px;
  border: 1px solid #384893;
  border-radius: 5px;
  margin: 0 10px;
}
.carousel-section.et_pb_section.carousel--outline .carousel-section__item.et_pb_row .et_pb_text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 24px;
}

.carousel-section__item.et_pb_row {
  padding: 0;
}
.carousel-section__item.et_pb_row .et_pb_image {
  height: 250px;
  margin: 0;
}
.carousel-section__item.et_pb_row .et_pb_image .et_pb_image_wrap,
.carousel-section__item.et_pb_row .et_pb_image img {
  width: 100%;
  height: 100%;
}
.carousel-section__item.et_pb_row .et_pb_image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.carousel-section__item.et_pb_row .et_pb_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner {
  color: #fff;
}
.carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner p {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}

/* column text */
.column-text-section.et_pb_section {
  padding-bottom: 140px;
}

.column-text-row .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-text-row .et_pb_column .et_pb_text {
  width: 50%;
  margin: 0;
}
.column-text-row .et_pb_column .et_pb_text .et_pb_text_inner {
  font-size: 24px;
  line-height: 35px;
  padding-left: 10%;
}

/* quote section */
.quote-section.et_pb_section {
  padding-top: 140px;
  margin-top: -70px;
  padding-bottom: 100px;
}

.quote-section__text .et_pb_text_inner {
  width: 80%;
  margin: 0 auto;
}
.quote-section__text .et_pb_text_inner h1,
.quote-section__text .et_pb_text_inner h2,
.quote-section__text .et_pb_text_inner h3 {
  font-weight: 400;
  color: #fff;
}
.quote-section__text .et_pb_text_inner h1 strong,
.quote-section__text .et_pb_text_inner h2 strong,
.quote-section__text .et_pb_text_inner h3 strong {
  color: #7ACAD3;
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
}

/* servicios slider */
.js-second-service-slider {
  padding-bottom: 60px;
}
.js-second-service-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
}
.js-second-service-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.js-second-service-slider .slick-arrow span {
  font-size: 42px;
  position: relative;
  top: 9px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (min-width: 1901px) {
  .second-service-section.et_pb_row {
    padding-left: 0;
  }
  .accordeon-settings-info.et_pb_row {
    height: 460px;
  }
  .quote-section.et_pb_section {
    padding-top: 200px;
    margin-top: -110px;
  }
}
@media all and (max-width: 1900px) {
  .intro-service-section__image {
    top: 320px;
    width: 620px;
  }
  .second-service-section__image {
    width: 360px;
    top: 1010px;
  }
  .intro-service-section.et_pb_row {
    padding-bottom: 180px;
  }
  .bottom-service-section.et_pb_row {
    padding-top: 80px;
  }
  .accordeon-settings-info__hide.et_pb_module {
    padding-right: 10%;
  }
}
@media all and (max-width: 1700px) {
  .intro-service-section__image {
    width: 510px;
  }
  .second-service-section__image {
    top: 820px;
  }
}
@media all and (max-width: 1600px) {
  .second-service-section__image {
    width: 310px;
    top: 900px;
  }
  .intro-service-section__image {
    width: 410px;
  }
}
@media all and (max-width: 1400px) {
  .intro-service-section__image {
    top: 460px;
    width: 540px;
  }
  .second-service-section__image {
    width: 280px;
    top: 1060px;
  }
}
@media all and (max-width: 1300px) {
  .intro-service-section__image {
    top: 340px;
    width: 400px;
  }
  .second-service-section__image {
    width: 240px;
    top: 770px;
  }
  .second-service-section__text .et_pb_text_inner p {
    font-size: 24px;
    line-height: 35px;
  }
  .bottom-service-section__text ul {
    font-size: 24px;
    line-height: 35px;
  }
  .second-service-section .btn {
    font-size: 24px;
  }
  .js-second-service-slider .slick-arrow {
    font-size: 24px;
    line-height: 35px;
  }
  .js-second-service-slider .slick-arrow span {
    font-size: 34px;
  }
}
@media all and (max-width: 1200px) {
  .second-service-section__image {
    top: 790px;
    width: 210px;
  }
  .intro-service-section__image {
    width: 330px;
  }
  .intro-service-section.et_pb_row {
    padding-bottom: 100px;
  }
  .second-service-section.et_pb_row {
    padding-left: 23%;
    padding-right: 15%;
  }
}
@media all and (max-width: 980px) {
  .intro-service-section.et_pb_row {
    padding-top: 150px;
    padding-bottom: 50px;
  }
  .intro-service-section__image {
    top: 330px;
    width: 310px;
  }
  .second-service-section__image {
    top: 620px;
    left: -60px;
  }
  .bottom-service-section.et_pb_row {
    padding-top: 30px;
  }
  .column-text-row .et_pb_column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .column-text-row .et_pb_column .et_pb_text {
    width: 100%;
  }
  .column-text-row .et_pb_column .et_pb_text .et_pb_text_inner {
    padding-left: 0;
  }
  .quote-section__text .et_pb_text_inner {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .second-service-section__text .et_pb_text_inner h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .second-service-section__text .et_pb_text_inner p {
    font-size: 18px;
    line-height: 25px;
  }
  .js-second-service-slider .slick-arrow {
    font-size: 18px;
    line-height: 25px;
  }
  .js-second-service-slider .slick-arrow span {
    top: 10px;
  }
  .intro-service-section.et_pb_row {
    padding-bottom: 20px;
  }
  .intro-service-section__image {
    top: 160px;
    width: 230px;
  }
  .second-service-section__image {
    top: 470px;
    left: -40px;
    width: 170px;
  }
  .bottom-service-section.et_pb_row {
    padding-bottom: 0;
  }
  .bottom-service-section__text .et_pb_text_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bottom-service-section__text .et_pb_text_inner h2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .bottom-service-section__text .et_pb_text_inner ul {
    font-size: 18px;
    line-height: 25px;
  }
  .accordeon-settings-info.et_pb_row {
    padding-bottom: 40px;
  }
  .accordeon-settings-info__hide.et_pb_module {
    padding-top: 42px;
    top: -80px;
  }
  .accordeon-settings-info__hide.et_pb_module p {
    font-size: 16px;
  }
  .column-text-row .et_pb_column .et_pb_text .et_pb_text_inner {
    font-size: 18px;
    line-height: 25px;
  }
}
@media all and (max-width: 680px) {
  .intro-service-section.et_pb_row {
    padding-top: 120px;
  }
  .intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner {
    width: 80%;
  }
  .intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h1 strong,
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h2 strong,
.intro-service-section.et_pb_row .et_pb_text .et_pb_text_inner h3 strong {
    font-size: 18px;
    line-height: 35px;
  }
  .top-trigger {
    top: 100px !important;
  }
  .intro-service-section__image {
    top: 30px;
    width: 120px;
  }
  .second-service-section__text .et_pb_text_inner p {
    font-size: 16px;
  }
  .second-service-section.et_pb_row {
    padding-right: 0;
  }
  .second-service-section__image {
    left: -100px;
  }
  .bottom-service-section__text .et_pb_text_inner h2 {
    margin-bottom: 0;
  }
  .bottom-service-section__text .et_pb_text_inner ul {
    font-size: 16px;
    padding-top: 24px;
  }
  .bottom-service-section.et_pb_row {
    padding-top: 0;
    padding-bottom: 0;
  }
  .accordeon-settings-info__toggle:after {
    font-size: 24px;
    top: 40px;
    position: absolute;
    right: 6px;
  }
  .accordeon-settings-info__hide.et_pb_module {
    top: -50px;
    padding-right: 0;
    padding-top: 0;
  }
  .accordeon-settings-info__hide.et_pb_module p {
    font-size: 14px;
    line-height: 20px;
  }
  .column-text-row.et_pb_row {
    padding: 0;
  }
  .column-text-row .et_pb_column .et_pb_text .et_pb_text_inner {
    font-size: 16px;
  }
  .column-text-section.et_pb_section {
    padding-bottom: 110px;
  }
  .carousel-section__item.et_pb_row .et_pb_image {
    height: 200px;
  }
  .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner p {
    padding: 0 10px;
  }
  .quote-section__text .et_pb_text_inner h1 strong,
.quote-section__text .et_pb_text_inner h2 strong,
.quote-section__text .et_pb_text_inner h3 strong {
    font-size: 18px;
    line-height: 25px;
  }
  .accordeon-settings-info.et_pb_row {
    min-height: 180px;
  }
  .js-second-service-slider .slick-arrow {
    font-size: 16px;
  }
  .js-second-service-slider .slick-arrow span {
    top: 11px;
  }
}
/* ------------------------------------------------------------
     PROYECTOS
------------------------------------------------------------ */
.head-page.et_pb_section {
  padding-top: 290px;
  padding-bottom: 60px;
}

.project-grid-section.et_pb_section {
  background-size: cover;
  background-position: left top;
  padding-bottom: 140px;
}

.project-grid .et_pb_ajax_pagination_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post {
  width: 31%;
  margin-right: 3%;
  margin-bottom: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post:nth-child(3n+3) {
  margin-right: 0;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 1;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title a {
  color: #fff;
  font-size: 21px;
  line-height: 30px;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post .entry-title a:after {
  content: ">";
  margin-left: 8px;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}
.project-grid .et_pb_ajax_pagination_container .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .head-page.et_pb_section {
    padding-top: 200px;
    padding-bottom: 60px;
  }
  .project-grid .et_pb_ajax_pagination_container .et_pb_post {
    width: 48%;
  }
  .project-grid .et_pb_ajax_pagination_container .et_pb_post:nth-child(3n+3) {
    margin-right: 3%;
  }
  .project-grid .et_pb_ajax_pagination_container .et_pb_post:nth-child(2n+2) {
    margin-right: 0;
  }
  .project-grid-section.et_pb_section {
    padding-bottom: 90px;
  }
}
@media all and (max-width: 768px) {
  .head-page.et_pb_section {
    padding-top: 180px;
    padding-bottom: 0px;
  }
  .project-grid .et_pb_ajax_pagination_container .et_pb_post {
    width: 100%;
    margin-bottom: 14px;
  }
  .project-grid .et_pb_ajax_pagination_container .et_pb_post:nth-child(3n+3) {
    margin-right: 0;
  }
  .project-grid .et_pb_ajax_pagination_container .et_pb_post:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 680px) {
  .head-page.et_pb_section {
    padding-top: 130px;
  }
  .project-grid-section.et_pb_section {
    padding-bottom: 0;
  }
}
/* ------------------------------------------------------------
     POST
------------------------------------------------------------ */
body.post-template-default .container {
  width: 100%;
  max-width: 100%;
}
body.post-template-default .post {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.post-template-default #left-area {
  padding-bottom: 0;
}

/* header fix */
.header-fix.et_pb_section {
  padding-top: 200px;
}

/* video */
.video-intro.et_pb_section {
  padding-bottom: 0;
  width: 100%;
}
.video-intro.et_pb_section .et_pb_row {
  max-width: 100%;
}

/* intro project */
.intro-project-section.et_pb_section {
  padding: 40px 0 140px 0;
}
.intro-project-section .et_pb_row,
.intro-project-section .et_pb_column {
  position: initial;
}

.intro-project-section__text .et_pb_text_inner h1,
.intro-project-section__text .et_pb_text_inner h2,
.intro-project-section__text .et_pb_text_inner h3 {
  color: #E53016;
}

.intro-project-section__image {
  width: 140px;
  position: absolute;
  right: 15px;
  bottom: 30px;
  z-index: 10;
  pointer-events: none;
}
.intro-project-section__image .et_pb_image_wrap,
.intro-project-section__image img {
  width: 100%;
}

/* post carousel */
.post-carousel-section.et_pb_section {
  padding: 0;
}

.post-carousel.et_pb_row {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.post-carousel.et_pb_row.post--horizontal .post-carousel__item {
  height: auto;
}

.post-carousel__item {
  height: 700px;
  margin: 0 !important;
}
.post-carousel__item .et_pb_image_wrap,
.post-carousel__item img {
  width: 100% !important;
  height: 100%;
}
.post-carousel__item img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background: #000;
}

/* post bottom */
.post-bottom.et_pb_section {
  padding-top: 40px;
  padding-bottom: 100px;
}
.post-bottom.et_pb_section .et_pb_row {
  width: 100% !important;
  max-width: 100%;
}

.post-carousel-thumbs.et_pb_column {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0 70px 50px 70px !important;
}
.post-carousel-thumbs.et_pb_column.post--horizontal .et_pb_image {
  height: auto !important;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner {
  padding: 0;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_column {
  padding: 0 10px;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_column:hover .et_pb_text {
  bottom: 0;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_image {
  height: 300px;
  margin-bottom: 0 !important;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_image .et_pb_image_wrap,
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_image img {
  width: 100%;
  height: 100%;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_image img {
  background: #000;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_text {
  position: absolute;
  bottom: -100%;
  left: 0;
  background: #fff;
  z-index: 1;
  width: 100%;
  padding: 20px 10px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_text .et_pb_text_inner p {
  font-size: 32px;
  line-height: 32px;
  color: #384893;
  font-weight: bold;
}

.js-post-carousel .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  position: absolute;
  padding: 0;
  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;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.js-post-carousel .slick-arrow:hover {
  background: #ebebeb;
}
.js-post-carousel .slick-arrow.slick-next {
  right: 5%;
}
.js-post-carousel .slick-arrow.slick-prev {
  left: 5%;
}
.js-post-carousel .slick-arrow span {
  font-size: 52px;
}

.js-post-carousel-thumbs {
  padding-bottom: 50px;
}
.js-post-carousel-thumbs .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-post-carousel-thumbs .slick-arrow span {
  color: #384893;
  font-size: 42px;
}
.js-post-carousel-thumbs .slick-arrow:hover {
  opacity: 0.6;
}
.js-post-carousel-thumbs .slick-arrow.slick-prev {
  left: 15px;
}
.js-post-carousel-thumbs .slick-arrow.slick-next {
  right: 15px;
}
.js-post-carousel-thumbs .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
}
.js-post-carousel-thumbs .slick-dots li {
  margin: 0 8px;
}
.js-post-carousel-thumbs .slick-dots li.slick-active button {
  background: #fff;
}
.js-post-carousel-thumbs .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  position: relative;
  text-indent: -99999px;
  background: #7ACAD3;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.js-post-carousel-thumbs .slick-dots li button:hover {
  opacity: 0.6;
}

/* post cta */
.post-cta.et_pb_column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
}
.post-cta.et_pb_column.et_pb_column_empty {
  display: none;
}

.intro-project-section .et_pb_text_inner a {
  color: #384893;
  text-decoration: underline;
}
.intro-project-section .et_pb_text_inner a:hover {
  color: #26336f;
  text-decoration: none;
}
.intro-project-section .et_pb_code_inner blockquote.tiktok-embed {
  border: 0;
  padding: 0;
}

.influencer-row.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.intro-project-section__text.influencer---text p strong {
  color: #E53016;
}
.intro-project-section__text.influencer---text a {
  text-decoration: none;
  color: #384893;
}
.intro-project-section__text.influencer---text a[title=tiktok]:before, .intro-project-section__text.influencer---text a[title=facebook]:before, .intro-project-section__text.influencer---text a[title=instagram]:before, .intro-project-section__text.influencer---text a[title=twitter]:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  float: left;
  margin-right: 16px;
}
.intro-project-section__text.influencer---text a[title=tiktok]:before {
  content: "\e07b";
}
.intro-project-section__text.influencer---text a[title=facebook]:before {
  content: "\f09a";
}
.intro-project-section__text.influencer---text a[title=instagram]:before {
  content: "\f16d";
}
.intro-project-section__text.influencer---text a[title=twitter]:before {
  content: "\f099";
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .header-fix.et_pb_section {
    padding-top: 130px;
  }
  .intro-project-section__image {
    width: 100px;
    bottom: 20px;
  }
  .intro-project-section.et_pb_section {
    padding-bottom: 100px;
  }
  .post-carousel__item {
    height: 500px;
  }
  .post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_image {
    height: 250px;
  }
  .post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_text {
    display: none;
  }
  .js-post-carousel-thumbs .slick-arrow {
    top: 45%;
  }
}
@media all and (max-width: 768px) {
  .post-carousel__item {
    height: 400px;
  }
  .post-cta.et_pb_column {
    padding-top: 60px;
  }
  .post-carousel-thumbs.et_pb_column {
    padding: 0 0 50px 0 !important;
  }
}
@media all and (max-width: 680px) {
  .header-fix.et_pb_section {
    padding-top: 90px;
  }
  .intro-project-section__image {
    width: 70px;
    bottom: 30px;
  }
  .intro-project-section.et_pb_section {
    padding: 0 0 70px 0;
  }
  .post-carousel__item {
    height: 250px;
  }
  .js-post-carousel-thumbs .slick-arrow {
    top: 35%;
  }
  .post-carousel-thumbs.et_pb_column .et_pb_row_inner .et_pb_image {
    height: 110px;
  }
  .post-bottom.et_pb_section {
    padding-bottom: 60px;
  }
}
/* ------------------------------------------------------------
     CONTACT
------------------------------------------------------------ */
body.et-db #et-boc .contact-form.et_pb_module .forminator-ui.forminator-custom-form .forminator-row {
  margin-bottom: 16px !important;
}
body.et-db #et-boc .contact-form.et_pb_module .forminator-ui.forminator-custom-form .forminator-row .forminator-field .forminator-label {
  display: none;
}
body.et-db #et-boc .contact-form.et_pb_module .forminator-ui.forminator-custom-form .forminator-row .forminator-field .forminator-input,
body.et-db #et-boc .contact-form.et_pb_module .forminator-ui.forminator-custom-form .forminator-row .forminator-field .forminator-textarea {
  background: #fff;
  color: #384893;
}
body.et-db #et-boc .contact-form.et_pb_module .forminator-ui.forminator-custom-form .forminator-row .forminator-field .forminator-button {
  width: 100%;
  background: #384893;
  font-size: 18px;
}
body.et-db #et-boc .contact-form.et_pb_module .forminator-ui.forminator-custom-form .forminator-row .forminator-field .forminator-button:hover {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  background: #26336f;
}

.contact-section {
  height: calc(100vh - 210px);
  min-height: 900px;
}

.contact-image-large {
  width: 290px;
}
.contact-image-large .et_pb_image_wrap,
.contact-image-large img {
  width: 100%;
}

.contact-image-small {
  float: right;
  width: 200px;
  margin-right: 20%;
}
.contact-image-small .et_pb_image_wrap,
.contact-image-small img {
  width: 100%;
}

/*

:::::: RESPONSIVE ::::::

*/
@media all and (max-width: 980px) {
  .contact-image-large {
    position: absolute;
    top: 0;
    right: 0;
    width: 170px;
  }
  .contact-image-small {
    position: absolute;
    bottom: -130px;
    right: 0;
    width: 200px;
    margin-right: 0;
  }
  .contact-section.et_pb_section {
    padding-bottom: 170px;
  }
  .contact-section .et_pb_column {
    position: initial;
  }
  .contact-section {
    height: auto;
    min-height: initial;
  }
}
@media all and (max-width: 768px) {
  .contact-image-large {
    top: -30px;
  }
}
@media all and (max-width: 680px) {
  .contact-image-large {
    top: -10px;
    width: 110px;
  }
}
/* ------------------------------------------------------------
     SIMPLE
------------------------------------------------------------ */
.privacy-policy .page {
  padding-top: 200px;
  padding-bottom: 100px;
}
.privacy-policy .page .entry-title {
  font-size: 40px;
  line-height: 50px;
}
.privacy-policy .page .entry-content h2 {
  font-size: 24px;
  line-height: 35px;
  color: #384893;
}
.privacy-policy .page .entry-content a {
  color: #E53016;
  text-decoration: underline;
}
.privacy-policy .page .entry-content a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media all and (max-width: 980px) {
  .privacy-policy .page {
    padding-top: 130px;
    padding-bottom: 70px;
  }
}
@media all and (max-width: 680px) {
  .privacy-policy .page {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .privacy-policy .page .entry-title {
    font-size: 24px;
    line-height: 30px;
  }
  .privacy-policy .page .entry-content h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .privacy-policy .container {
    width: 93%;
  }
}
/* ------------------------------------------------------------
     ANIMATIONS
------------------------------------------------------------ */
.todo-section__image {
  -webkit-animation: todoAnimation 2s steps(1) infinite;
          animation: todoAnimation 2s steps(1) infinite;
}

@-webkit-keyframes todoAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@keyframes todoAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}
.faq-image--1 {
  -webkit-animation: faqOneAnimation 2s steps(1) infinite;
          animation: faqOneAnimation 2s steps(1) infinite;
}

@-webkit-keyframes faqOneAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes faqOneAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.faq-image--2 {
  -webkit-animation: faqTwoAnimation 2s steps(1) infinite;
          animation: faqTwoAnimation 2s steps(1) infinite;
}

@-webkit-keyframes faqTwoAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(320deg);
            transform: rotate(320deg);
  }
}

@keyframes faqTwoAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(320deg);
            transform: rotate(320deg);
  }
}
.faq-image--3 {
  -webkit-animation: faqThreeAnimation 2s steps(1) infinite;
          animation: faqThreeAnimation 2s steps(1) infinite;
}

@-webkit-keyframes faqThreeAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes faqThreeAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
.faq-image--4 {
  -webkit-animation: faqTwoAnimation 2s steps(1) infinite;
          animation: faqTwoAnimation 2s steps(1) infinite;
}

.faq-image--5 {
  -webkit-animation: faqFiveAnimation 2s steps(1) infinite;
          animation: faqFiveAnimation 2s steps(1) infinite;
}

@-webkit-keyframes faqFiveAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(316deg);
            transform: rotate(316deg);
  }
}

@keyframes faqFiveAnimation {
  0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(316deg);
            transform: rotate(316deg);
  }
}
/* trigger */
.logo-trigger {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -510px;
  left: 0;
}

.top-trigger {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 550px;
  left: 0;
}

.project-logo-trigger {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 800px;
  left: 0;
}

/*

:::::: RESPONSIVE ::::::

*/
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 100px 0 60px 0;
  height: calc(100vh - 130px);
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-layout.et_pb_section p {
  font-size: 21px;
  line-height: 35px;
}
.error-layout.et_pb_section a {
  text-decoration: underline;
  color: #E53016;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media all and (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
     BUILDER
------------------------------------------------------------ */
html.et-fb-preview--desktop header.et-l--header, html.et-fb-preview--tablet header.et-l--header, html.et-fb-preview--phone header.et-l--header, html.et-fb-preview--wireframe header.et-l--header {
  position: relative;
  background: #ebebeb;
}
html.et-fb-preview--desktop .faq-article.et_pb_module,
html.et-fb-preview--desktop .accordeon-settings-info__hide.et_pb_module, html.et-fb-preview--tablet .faq-article.et_pb_module,
html.et-fb-preview--tablet .accordeon-settings-info__hide.et_pb_module, html.et-fb-preview--phone .faq-article.et_pb_module,
html.et-fb-preview--phone .accordeon-settings-info__hide.et_pb_module, html.et-fb-preview--wireframe .faq-article.et_pb_module,
html.et-fb-preview--wireframe .accordeon-settings-info__hide.et_pb_module {
  display: block !important;
}
html.et-fb-preview--desktop .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner, html.et-fb-preview--tablet .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner, html.et-fb-preview--phone .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner, html.et-fb-preview--wireframe .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner {
  color: #000000;
}
html.et-fb-preview--desktop .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner p, html.et-fb-preview--tablet .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner p, html.et-fb-preview--phone .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner p, html.et-fb-preview--wireframe .carousel-section__item.et_pb_row .et_pb_text .et_pb_text_inner p {
  color: #000000;
}
html.et-fb-preview--desktop .post-carousel__item, html.et-fb-preview--tablet .post-carousel__item, html.et-fb-preview--phone .post-carousel__item, html.et-fb-preview--wireframe .post-carousel__item {
  height: 300px !important;
}
html.et-fb-preview--desktop .post-carousel__item img, html.et-fb-preview--tablet .post-carousel__item img, html.et-fb-preview--phone .post-carousel__item img, html.et-fb-preview--wireframe .post-carousel__item img {
  height: 300px !important;
}
html.et-fb-preview--desktop #tidio-chat, html.et-fb-preview--tablet #tidio-chat, html.et-fb-preview--phone #tidio-chat, html.et-fb-preview--wireframe #tidio-chat {
  display: none !important;
}
html.et-fb-preview--desktop .gallery-section__image, html.et-fb-preview--tablet .gallery-section__image, html.et-fb-preview--phone .gallery-section__image, html.et-fb-preview--wireframe .gallery-section__image {
  height: 300px !important;
}
html.et-fb-preview--desktop .gallery-section__image .et_pb_image_wrap,
html.et-fb-preview--desktop .gallery-section__image img, html.et-fb-preview--tablet .gallery-section__image .et_pb_image_wrap,
html.et-fb-preview--tablet .gallery-section__image img, html.et-fb-preview--phone .gallery-section__image .et_pb_image_wrap,
html.et-fb-preview--phone .gallery-section__image img, html.et-fb-preview--wireframe .gallery-section__image .et_pb_image_wrap,
html.et-fb-preview--wireframe .gallery-section__image img {
  height: 300px !important;
}

/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
@media all and (min-width: 1400px) {
  .et_pb_row {
    max-width: 1400px;
  }
}
@media all and (min-width: 1900px) {
  .vh-section.et_pb_section {
    min-height: 1400px;
  }
  .et_pb_row {
    max-width: 1500px;
  }
  body h1,
body h1 *,
body .h1,
body .h1 * {
    font-size: 139px;
    line-height: 155px;
  }
  body h3 {
    font-size: 58px;
    line-height: 60px;
  }
  .section-text .et_pb_text_inner p {
    font-size: 40px;
    line-height: 55px;
  }
}
@media all and (max-width: 1300px) {
  body h1,
body h1 *,
body .h1,
body .h1 * {
    font-size: 106px;
    line-height: 110px;
  }
  body h2 {
    font-size: 79px;
    line-height: 85px;
  }
}
@media all and (max-width: 1200px) {
  body h1,
body h1 *,
body .h1,
body .h1 * {
    font-size: 96px;
    line-height: 100px;
  }
  body h2 {
    font-size: 59px;
    line-height: 65px;
  }
}
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media all and (max-width: 980px) {
  body h1,
body h1 *,
body .h1,
body .h1 * {
    font-size: 86px;
    line-height: 90px;
  }
  body h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media all and (max-width: 768px) {
  body h1,
body h1 *,
body .h1,
body .h1 * {
    font-size: 56px;
    line-height: 70px;
  }
  body h2 {
    font-size: 42px;
    line-height: 50px;
  }
  body h3 {
    font-size: 28px;
    line-height: 35px;
  }
  body h4 {
    font-size: 21px;
    line-height: 35px;
  }
  body h5 {
    font-size: 18px;
    line-height: 25px;
  }
  body h6 {
    font-size: 16px;
  }
  .et_pb_section.module {
    padding: 60px 0;
  }
  .et_pb_section.module-top {
    padding-top: 60px;
  }
  .et_pb_section.module-bottom {
    padding-bottom: 60px;
  }
  .vh-section.et_pb_section {
    min-height: 500px;
  }
  .section-text .et_pb_text_inner p {
    font-size: 18px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */
@media all and (max-width: 680px) {
  body h1,
body h1 *,
body .h1,
body .h1 * {
    font-size: 42px;
    line-height: 50px;
  }
  body h2 {
    font-size: 32px;
    line-height: 45px;
  }
  body h3 {
    font-size: 21px;
  }
  body h4 {
    font-size: 18px;
  }
  body h5 {
    font-size: 16px;
  }
  .et_pb_row,
.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_with_background .et_pb_row {
    width: 93%;
  }
  .et_pb_section.module {
    padding: 40px 0;
  }
  .et_pb_section.module-top {
    padding-top: 40px;
  }
  .et_pb_section.module-bottom {
    padding-bottom: 40px;
  }
  .section-text .et_pb_text_inner p {
    font-size: 16px;
    padding-top: 0;
  }
}