:root {
  --Primary-Blue: #036CF6;
  --Primary-Orange: #E45029;
  --Deep-Navy:#1A2748;
  --Graphite:#1f2a37;
  --Soft-Legal-White:#d1d1d1;
  --Steel-Divider-Gray:#c8d0da;
  --Cool-Slate:#4a5568;
  --White:#fff;
}

/*Example*/
/* ==========================================================================
   LAYOUT: GENERAL
   --------------------------------------------------------------------------
*/
h1 {
  font-size: clamp(32px, 4vw, 64px) !important;
}
h1 b {
  font-weight: 900;
}

h2 {
  font-size: clamp(24px, 3vw, 36px) !important;
}
h2 b {
  font-weight: 900;
}

h3:not(.timeline_items h3) {
  font-size: clamp(24px, 1.9vw, 24px) !important;
}

h4 {
  font-size: clamp(14px, 1.25vw, 20px) !important;
}

/*Mapa del sitio*/
.page-template-template-sitemap ul.children li {
  padding-left: 15px;
}

.btn-icon-bg .button_icon {
  background-color: #e45029;
  border-radius: 15px;
  width: 22px;
  height: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/*Timeline*/
.style-simple .timeline_items > li {
  display: flex;
  flex-wrap: wrap;
}
.style-simple .timeline_items > li h3 {
  border: none !important;
  width: 65% !important;
  padding: 15px 0 0 53px !important;
  font-size: clamp(18px, 1.9vw, 24px) !important;
  line-height: 120% !important;
}
.style-simple .timeline_items > li h3 span {
  right: 54% !important;
  text-align: center;
}
@media (width <= 767px) {
  .style-simple .timeline_items > li h3 span {
    margin: 0 !important;
  }
  .style-simple .timeline_items > li h3 span::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    background: #bdc4d1;
    border-radius: 15px;
    right: -80%;
    top: 0;
    left: auto;
  }
}
@media (width <= 767px) {
  .style-simple .timeline_items > li h3 {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    display: grid;
    grid-template-columns: repeat(1, 0.1fr 1fr);
    column-gap: 44px;
    flex-wrap: wrap;
    align-items: center;
  }
}
.style-simple .timeline_items > li .desc {
  width: 35% !important;
}
.style-simple .timeline_items > li span {
  background-color: #20ebd7 !important;
  border-radius: 30px !important;
  width: 45px;
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border: 5px solid #ffffff;
  filter: drop-shadow(0 8px 20px rgba(128, 185, 254, 0.4));
}

.style-simple .timeline_items > li:nth-child(even) h3 {
  order: 2;
}
.style-simple .timeline_items > li:nth-child(even) .desc {
  order: 1;
}
.style-simple .timeline_items > li:nth-child(even):hover {
  border: none;
}

.style-simple .timeline_items > li:nth-child(even) h3 {
  border-left: none !important;
  padding: 15px 53px 0 0 !important;
}
@media (width <= 767px) {
  .style-simple .timeline_items > li:nth-child(even) h3 {
    text-align: left !important;
  }
}
.style-simple .timeline_items > li:nth-child(even) h3 span {
  left: 54% !important;
  right: 0 !important;
  text-align: center;
}

.style-simple .timeline_items > li:nth-child(even):after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  background: #bdc4d1;
  left: 50%;
  border-radius: 15px;
}
@media (width <= 767px) {
  .style-simple .timeline_items > li:nth-child(even):after {
    content: none;
  }
}
@media (width >= 768px) {
  .style-simple .timeline_items > li:nth-child(even):not(:has(.desc)) {
    justify-content: flex-end;
  }
}

.style-simple .timeline_items > li:nth-child(odd):before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  background: #bdc4d1;
  border-radius: 15px;
}
@media (width <= 767px) {
  .style-simple .timeline_items > li:nth-child(odd):before {
    content: none;
  }
}

.style-simple .timeline_items > li:nth-child(even) .desc,
.style-simple .timeline_items > li .desc {
  border: none !important;
}
@media (width <= 767px) {
  .style-simple .timeline_items > li:nth-child(even) .desc,
  .style-simple .timeline_items > li .desc {
    display: none;
  }
}

.style-simple .timeline_items > li {
  width: calc(50% + 0px) !important;
  margin-bottom: 10px !important;
}
@media (width <= 767px) {
  .style-simple .timeline_items > li {
    width: 100% !important;
  }
}
@media (width >= 1366px) {
  .style-simple .timeline_items > li .desc {
    bottom: 50px;
    padding: 0;
    height: 85px;
  }
}
.style-simple .timeline_items > li:not(:has(.desc)) {
  margin-bottom: 10px !important;
  padding-bottom: 44px;
}
.style-simple .timeline_items > li:not(:has(.desc)) h3 {
  font-size: clamp(12px, 1.9vw, 16px) !important;
}
@media (width >= 1366px) {
  .style-simple .timeline_items > li:not(:has(.desc)) h3 {
    width: 62% !important;
  }
}

.style-simple .timeline_items li:hover h3,
.style-simple .timeline_items li:nth-child(even):hover h3 {
  border: none !important;
}

/*Fin Timeline*/
/*Fin Mapa del sitio*/
/*Buscador*/
/*Fin Buscador*/
/* ==========================================================================
   LAYOUT: ACTION BAR
   --------------------------------------------------------------------------
*/
@media (width >= 1240px) {
  #Top_bar {
    border-bottom: 1px solid rgba(189, 196, 210, 0.5) !important;
  }
}
@media (width >= 1240px) {
  #Top_bar .top_bar_left .menu_wrapper {
    width: 70%;
  }
}
#Top_bar .top_bar_left .menu_wrapper #menu ul li a span {
  border: none;
}
#Top_bar .top_bar_left .menu_wrapper .menu > li ul {
  border-radius: 5px;
  background-color: var(--Primary-Blue);
}
#Top_bar .top_bar_left .menu_wrapper .menu > li ul li a span {
  color: var(--White);
}

/* ==========================================================================
   LAYOUT: HEADER
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: SUBHEADER
   --------------------------------------------------------------------------
*/
#Subheader ul.breadcrumbs {
  width: max-content !important;
  float: left !important;
  display: inline-flex !important;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 0px;
  border-radius: 20px;
  background: var(--Deep-Navy);
}
#Subheader ul.breadcrumbs li {
  color: var(--White) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
}
#Subheader ul.breadcrumbs li a {
  color: var(--White) !important;
  display: flex;
  width: max-content;
  flex-wrap: wrap;
  height: max-content;
}
#Subheader ul.breadcrumbs li a span {
  margin: 0 15px;
}
#Subheader ul.breadcrumbs li a span i {
  color: var(--White) !important;
}
#Subheader ul.breadcrumbs li a span i::before {
  color: var(--White) !important;
}
#Subheader ul.breadcrumbs li span {
  opacity: 1 !important;
}

/* ==========================================================================
   LAYOUT: FORM
   --------------------------------------------------------------------------
*/
/* ==========================================================================
   LAYOUT: FOOTER
   --------------------------------------------------------------------------
*/
footer .back_to_top {
  width: 6% !important;
}
footer .back_to_top .image_wrapper {
  margin: 0;
}
@media (width <= 767px) {
  footer .back_to_top {
    width: 12% !important;
    margin-right: 15px !important;
    bottom: 140%;
    height: 0;
  }
}

footer a:hover {
  text-decoration: underline !important;
  color: var(--Soft-Legal-White) !important;
}
@media (width <= 767px) {
  footer .logo-wrapper {
    justify-content: center !important;
  }
}

@media (width <= 767px) {
  .footer-copy ul {
    gap: 20px;
    margin-bottom: 29px;
  }
}
@media (width <= 767px) {
  .footer-copy ul li {
    width: 100%;
  }
}
@media (width <= 767px) {
  .footer-copy ul li a {
    justify-content: center;
  }
}

/* ==========================================================================
   PAGE: INICIO
   --------------------------------------------------------------------------
*/
.icon-secure-banner-1 {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 50px 0 rgba(128, 185, 254, 0.4);
  backdrop-filter: blur(9px);
  width: 116px !important;
  height: 96px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (width >= 768px) and (width <= 959px) {
  .icon-secure-banner-1 {
    width: 80px !important;
    height: 70px;
    top: 26em !important;
    left: 2em !important;
    border-radius: 20px;
  }
}
@media (width >= 960px) and (width <= 1365px) {
  .icon-secure-banner-1 {
    width: 80px !important;
    height: 70px !important;
    top: 11em !important;
    left: 3em !important;
  }
}
@media (width <= 767px) {
  .icon-secure-banner-1 {
    border-radius: 15px;
    width: 60px !important;
    height: 60px !important;
    top: 7em !important;
    left: 5em !important;
  }
}
.icon-secure-banner-1 {
  top: 13em;
  left: 4em;
  position: absolute !important;
}
.icon-secure-banner-1 .mcb-column-inner {
  width: 100%;
}
.icon-secure-banner-2 {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 50px 0 rgba(128, 185, 254, 0.4);
  backdrop-filter: blur(9px);
  width: 297px !important;
  height: 89px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (width >= 768px) and (width <= 959px) {
  .icon-secure-banner-2 {
    width: 170px !important;
    height: 50px;
    top: 35em !important;
    left: -3em !important;
    border-radius: 20px;
  }
}
@media (width >= 960px) and (width <= 1365px) {
  .icon-secure-banner-2 {
    width: 210px !important;
    height: 65px !important;
    left: 0em !important;
    top: 23em !important;
  }
}
@media (width <= 767px) {
  .icon-secure-banner-2 {
    border-radius: 15px;
    width: 110px !important;
    height: 50px !important;
    left: 4em !important;
    top: 16em !important;
  }
}
.icon-secure-banner-2 {
  left: -2em;
  top: 28em;
  position: absolute !important;
}
.icon-secure-banner-2 .mcb-column-inner {
  width: 100%;
}
.icon-secure-banner-2 span {
  font-size: clamp(14px, 2.25vw, 36px) !important;
}

.icon-secure-banner-3 {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 50px 0 rgba(128, 185, 254, 0.4);
  backdrop-filter: blur(9px);
  width: 116px !important;
  height: 96px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (width >= 768px) and (width <= 959px) {
  .icon-secure-banner-3 {
    width: 80px !important;
    height: 70px;
    bottom: 23em !important;
    right: 2em !important;
    border-radius: 20px;
  }
}
@media (width >= 960px) and (width <= 1365px) {
  .icon-secure-banner-3 {
    width: 80px !important;
    height: 70px !important;
    bottom: 25em !important;
    right: 5em !important;
  }
}
@media (width <= 767px) {
  .icon-secure-banner-3 {
    border-radius: 15px;
    width: 60px !important;
    height: 60px !important;
    bottom: 4em !important;
    right: 6em !important;
  }
}
.icon-secure-banner-3 {
  bottom: 15em;
  right: 5em;
  position: absolute !important;
}
.icon-secure-banner-3 .mcb-column-inner {
  width: 100%;
}

#use-cases .column_icon_box_2 .mfn-icon-box .title {
  text-align: left;
}
#use-cases .column_icon_box_2 .mfn-icon-box .desc {
  text-align: left;
}

#security-and-compliance:before {
  content: "";
  background-image: url(/wp-content/themes/betheme-child/images/plasta-Security-and-compliance.svg);
  background-position: 100% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
@media (width <= 767px) {
  #security-and-compliance:before {
    background-image: url(/wp-content/themes/betheme-child/images/plasta-Security-and-compliance-movil.svg);
    background-position: top center;
  }
}

/* ==========================================================================
   PLUGINS: SLIDER REVOLUTION
   --------------------------------------------------------------------------
*/

/*# sourceMappingURL=custom-arw.css.map */
