/*

    1. BASE
    reset
    base

    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    Hero
    Testimoniales
    Carousel
    Events
    Modal

    3. Layout
    Home
    Blog
    Builder
    Error
    Result
    Product

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
@font-face {
  font-family: "Tropiline-LightItalic";
  src: url("../fonts/Tropiline-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
/* ------------------------------------------------------------
     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: "angie-sans", -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-weight: 400;
  color: #2B3535;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
body #page-container #et-boc h1,
body #page-container #et-boc .h1,
body #page-container #et-boc h2,
body #page-container #et-boc .h2,
body #page-container #et-boc h3,
body #page-container #et-boc .h3,
body #page-container #et-boc h4,
body #page-container #et-boc .h4,
body #page-container #et-boc h5,
body #page-container #et-boc .h5,
body #page-container #et-boc h6,
body #page-container #et-boc .h6 {
  font-weight: 400;
  font-family: "Tropiline-LightItalic", -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";
}

p,
a,
ol,
ul {
  font-family: "angie-sans", -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";
}

/* outline */
*:focus {
  outline: none !important;
}

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

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

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

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

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

.col-reset {
  padding: 0 !important;
}

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

/* Address */
address {
  font-style: initial;
}

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.et_pb_row {
  width: 90%;
  max-width: 1140px;
}

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

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

.et_block_row .et_pb_column {
  float: initial;
}

/* row col */
.row-col.et_pb_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row-col.et_pb_row .et_pb_column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 32px;
}

.product-template-default #main-content > .container {
  padding: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .center-row .et_pb_column:not(.center-row__image) {
    margin-bottom: 0;
  }
  .center-row__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    margin-bottom: 0;
  }
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: calc(50% - 16px);
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media all and (max-width: 768px) {
  .row-col.et_pb_row .et_pb_column {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .row-col.et_pb_row .et_pb_column:nth-child(2n+2) {
    margin-right: 0;
  }
  .et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 93%;
  }
}
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
/* contct form */
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-row {
  margin-bottom: 16px !important;
}
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field label {
  color: #2B3535;
  font-size: 14px;
  font-weight: 500;
  font-family: "angie-sans", -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";
}
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-input,
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-textarea {
  border-color: #2B3535;
  border-width: 2px;
  font-family: "angie-sans", -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";
}
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-input:focus,
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-textarea:focus {
  border-color: #181e1e;
}
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-button {
  width: 100%;
  border-radius: 0;
  background: #2B3535;
  color: #F0ECE6;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border: 0;
  width: 100%;
  font-family: "angie-sans", -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";
  max-width: 240px;
}
body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-button:hover {
  background: #181e1e;
  color: #F0ECE6;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

@media all and (max-width: 768px) {
  body #et-boc .contact-form .forminator-ui.forminator-custom-form.forminator-design--default.forminator_ajax .forminator-field .forminator-button {
    max-width: 100%;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
body #et-boc header.et-l--header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
body #et-boc header.et-l--header .header {
  padding: 20px 0;
  background: transparent;
  gap: 8px;
}
body #et-boc header.et-l--header .header.header--color #nav-icon2 span {
  background: #2B3535;
}
body #et-boc header.et-l--header .header.header--color .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
  color: #2B3535;
}
body #et-boc header.et-l--header .header.header--color .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a:hover {
  color: #2B3535;
}
body #et-boc header.et-l--header .header .header__inner {
  padding: 0;
}
body #et-boc 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav {
  background-color: transparent !important;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et_pb_menu__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
  padding-left: 16px;
  padding-right: 16px;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.current_page_item a {
  color: #F0ECE6;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li.menu-item-has-children a {
  padding-right: 18px;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li:not(.header__btn) {
  margin-top: 16px;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a {
  color: #fff;
  font-size: 16px;
  padding-right: 0;
  font-weight: 300;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li a:hover {
  background: transparent;
  color: #F0ECE6;
  opacity: 0.6;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu {
  border: 0;
  padding: 16px 0;
  background: #fff !important;
  width: 300px;
  border-radius: 10px;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a {
  display: block;
  width: 100%;
  -webkit-transition: initial;
  transition: initial;
  color: #7A7C8E !important;
  font-size: 14px;
}
body #et-boc header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li .sub-menu a:hover {
  color: #2B3535 !important;
  background: #F8F8F8;
  opacity: 1;
}
body #et-boc header.et-l--header .header .header__top .et_pb_column {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header__logo {
  margin: 0 !important;
  width: 250px !important;
}

/* 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: #F0ECE6 !important;
  -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;
  border-radius: 10px;
}
.open-subnav span {
  color: #fff;
}

.mobile_menu_layout,
.mobile_menu_layout__inner {
  display: none !important;
}

/*

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

*/
@media (max-width: 1200px) {
  header .header .header__logo {
    max-width: 130px;
  }
  header.et-l--header .header .header__inner .et_pb_column .main-nav .et-menu-nav .nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 980px) {
  .header__logo,
  .header__inner .et_pb_image {
    width: 130px !important;
  }
  .open-subnav {
    position: absolute;
    top: 9px;
    right: 10px;
    width: 50px;
    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: 3;
    -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);
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    padding: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column .et_pb_image {
    margin: 0;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu {
    width: 100%;
    display: none !important;
    padding: 10px 0 10px 36px;
    background: transparent !important;
  }
  .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: #F0ECE6 !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: #fff !important;
    font-size: 18px !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: #D9D9D9 !important;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section ul.sub-menu li > ul.sub-menu a {
    font-family: "angie-sans", -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: #D9D9D9 !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: linear-gradient(74deg, rgba(0, 0, 0, 0.3) 36.64%, rgba(102, 102, 102, 0.3) 92.05%) !important;
    padding-bottom: 0;
    z-index: 1;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2B3535;
    content: "";
    right: initial;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    overflow-y: auto;
    padding-top: 90px;
    padding-right: 20%;
  }
  .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: 16px;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.current-menu-item a {
    text-decoration: underline;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.btn--header a {
    font-weight: bold;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li.header__btn a {
    font-weight: bold;
  }
  .et-db #et-boc header.et-l--header #mobile_menu1.et_mobile_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-family: "angie-sans", -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";
    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,
  .et-db #et-boc header.et-l--header .mobile_nav.opened .mobile_menu_layout__inner {
    display: block !important;
  }
}
@media (max-width: 768px) {
  header.et-l--header .header {
    gap: 24px;
  }
  header.et-l--header .header .header__top .et_pb_column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner {
    width: 93%;
  }
}
@media (max-width: 680px) {
  .et-db #et-boc header.et-l--header .header {
    padding: 16px 0;
  }
  .et-db #et-boc header.et-l--header .mobile_menu_layout__inner {
    padding-right: 5%;
  }
  .et-db #et-boc header.et-l--header div.header.et_pb_section .header__inner .et_pb_column {
    margin-bottom: 0 !important;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-letter-25,
.text-letter-25 * {
  letter-spacing: 2.5px;
}

.text-letter-0,
.text-letter-0 * {
  letter-spacing: 0px;
}

.text-400 *, .text-400 {
  font-weight: 400;
}

.text-600 *, .text-600 {
  font-weight: 600;
}

.font-regular,
.font-regular * {
  font-family: "angie-sans", -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-serif,
.font-serif * {
  font-family: "Tropiline-LightItalic", -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;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 20px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 28px;
}

.text-small,
.text-small * {
  font-size: 11px;
  line-height: 20px;
}

.text-21,
.text-21 * {
  font-size: 21px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-40,
.text-40 * {
  font-size: 40px !important;
  line-height: 45px !important;
}

.text-60,
.text-60 * {
  font-size: 60px !important;
  line-height: 70px !important;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 28px;
}

h1,
h1 *,
.h1,
.h1 * {
  font-size: 60px;
  line-height: 65px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 48px;
  line-height: 50px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 36px;
  line-height: 45px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 24px;
  line-height: 30px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 20px;
  line-height: 28px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 18px;
  line-height: 25px;
}

.supertitle,
.supertitle * {
  font-size: 80px;
  line-height: 85px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-60,
  .text-60 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 42px;
    line-height: 50px;
  }
  .supertitle,
  .supertitle * {
    font-size: 64px;
    line-height: 70px;
  }
}
@media all and (max-width: 980px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  h4 *,
  .h4,
  .h4 * {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  h5 *,
  .h5,
  .h5 * {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  h6 *,
  .h6,
  .h6 * {
    font-size: 16px;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .supertitle,
  .supertitle * {
    font-size: 56px;
    line-height: 65px;
  }
}
@media all and (max-width: 768px) {
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-60,
  .text-60 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
  }
  .supertitle,
  .supertitle * {
    font-size: 36px;
    line-height: 45px;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module.et_pb_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module-bottom.et_pb_section {
  padding-bottom: 60px;
}

.module-top.et_pb_section {
  padding-top: 60px;
}

.module-bottom24.et_pb_section {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .module.et_pb_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 40px;
  }
  .module-top.et_pb_section {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module.et_pb_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom.et_pb_section {
    padding-bottom: 30px;
  }
  .module-top.et_pb_section {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body #page-container #et-boc .et_pb_section .btn.btn--type1 {
  background: #2B3535;
  color: #F0ECE6;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 8px 16px !important;
  min-width: 200px;
  font-family: "angie-sans", -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;
}
body #page-container #et-boc .et_pb_section .btn.btn--type1:hover {
  background: #181e1e;
  color: #F0ECE6;
  padding: 8px 16px !important;
  border: 0;
}
body #page-container #et-boc .et_pb_section .btn.btn--100 {
  width: 100% !important;
  max-width: 100% !important;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HERO IMAGE
------------------------------------------------------------ */
.hero-image.et_pb_section {
  height: 750px;
}
.hero-image.et_pb_section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-4.14%, #2B3535), color-stop(81.29%, rgba(43, 53, 53, 0)));
  background: linear-gradient(180deg, #2B3535 -4.14%, rgba(43, 53, 53, 0) 81.29%);
  mix-blend-mode: multiply;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 980px) {
  .hero-image.et_pb_section {
    height: 550px;
  }
}
@media all and (max-width: 768px) {
  .hero-image.et_pb_section {
    height: 450px;
  }
}
/* ------------------------------------------------------------
     TESTIMONIALES
------------------------------------------------------------ */
.card-body .testimoniales-card-text .et_builder_inner_content * {
  font-size: 24px;
  line-height: 35px !important;
  color: #2B3535;
}
.card-body .testimoniales-author {
  font-weight: 300 !important;
  color: #2B3535;
}

.testimoniales-slide.slick-slide {
  border-radius: 0;
}
.testimoniales-slide.slick-slide:not(.slick-current) {
  opacity: 0.5;
}
.testimoniales-slide.slick-slide .card {
  border-radius: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .card-body .testimoniales-card-text .et_builder_inner_content * {
    font-size: 18px;
    line-height: 25px !important;
  }
}
/* ------------------------------------------------------------
     CAROUSEL
------------------------------------------------------------ */
.imgcar-slider .imgcar-frame {
  border-radius: 0 !important;
}

.inner-carousel .imgcar-toolbar {
  width: var(--content-width);
  max-width: var(--content-max-width);
  margin: 0 auto 32px auto;
}
.inner-carousel .imgcar-arrow span {
  color: #F0ECE6;
}
.inner-carousel .imgcar-accent-line {
  display: none;
}

body .glightbox-clean .gprev,
body .glightbox-clean .gnext {
  height: 40px;
}
body .glightbox-clean .gprev svg,
body .glightbox-clean .gnext svg {
  width: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .inner-carousel .imgcar-toolbar {
    width: 93%;
    margin-bottom: 16px;
  }
}
/* ------------------------------------------------------------
     EVENTS
------------------------------------------------------------ */
.somos-evt__panel .somos-evt__body * {
  color: #F0ECE6;
  margin-bottom: 0;
}
.somos-evt__panel .somos-evt__body .somos-evt__row {
  padding-bottom: 8px;
}
.somos-evt__panel .somos-evt__body .somos-evt__tipo,
.somos-evt__panel .somos-evt__body .somos-evt__row,
.somos-evt__panel .somos-evt__body .somos-evt__cta {
  font-family: "angie-sans", -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: 25px;
}
.somos-evt__panel .somos-evt__body .somos-evt__title {
  font-family: "Tropiline-LightItalic", -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";
}
.somos-evt__panel .somos-evt__body .somos-evt__tipo {
  padding-bottom: 0;
}

.somos-evt--single .somos-evt__inner {
  padding: 24px !important;
}

.somos-evt.somos-evt--full {
  -ms-grid-columns: minmax(0, 300px) minmax(0, 1fr);
  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
}

.list-tab,
.list-tab-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.list-tab li,
.list-tab-info li {
  list-style: none;
}
.list-tab button,
.list-tab-info button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #2B3535;
  cursor: pointer;
  opacity: 0.7;
}
.list-tab button:hover,
.list-tab-info button:hover {
  opacity: 1;
}
.list-tab button.active,
.list-tab-info button.active {
  opacity: 1;
  text-decoration: underline;
}

body:not(.et-fb) [data-tab] {
  display: none;
}
body:not(.et-fb) [data-tab].active {
  display: block;
}

.list-tools {
  padding: 24px;
}
.list-tools .et_pb_blurb_content {
  max-width: 100%;
}
.list-tools .et-pb-icon {
  font-size: 56px;
}

body .somos-evt-empty {
  border-radius: 0;
}
body .somos-evt-empty .somos-evt-empty__msg {
  color: #F0ECE6;
}

/* video poster */
.video-poster .et_pb_image_wrap {
  background: #2B3535;
}
.video-poster .et_pb_image_wrap:before {
  content: "";
  background: url(/wp-content/uploads/2026/05/play_circle.svg) center center no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.video-poster .et_pb_image_wrap img {
  opacity: 0.8;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .somos-evt--single .somos-evt__inner {
    padding: 16px !important;
    gap: 8px !important;
  }
  .somos-evt.somos-evt--full {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .list-tab-info {
    white-space: nowrap;
    overflow-x: auto;
  }
}
/* ------------------------------------------------------------
    MODAL
------------------------------------------------------------ */
.et-db #et-boc .video-modal.et_pb_section.popup {
  background: transparent;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.et-db #et-boc .popup_outer_wrap a.da-close.evr-close {
  color: #fff;
  font-size: 28px;
  background: #2B3535;
}
.et-db #et-boc .popup_outer_wrap a.da-close.evr-close:hover {
  background: #2B3535;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.links-bio .et_pb_text_inner ul {
  padding: 0;
  margin: 0;
  list-style: non;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.links-bio .et_pb_text_inner ul li {
  list-style: none;
}
.links-bio .et_pb_text_inner ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links-bio .et_pb_text_inner ul li a:hover {
  opacity: 0.7;
}
.links-bio .et_pb_text_inner ul li a[title=instagram]:before, .links-bio .et_pb_text_inner ul li a[title=email]:before {
  content: "";
  width: 14px;
  height: 14px;
}
.links-bio .et_pb_text_inner ul li a[title=instagram]:before {
  background: url(/wp-content/uploads/2026/05/instagram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.links-bio .et_pb_text_inner ul li a[title=email]:before {
  background: url(/wp-content/uploads/2026/05/email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* gallery */
body .galeria-bootstrap .galeria-masonry-card {
  border-radius: 0;
}

.page.type-page .entry-content {
  padding-bottom: 100px;
}
.page.type-page .entry-content a {
  color: #2B3535;
  text-decoration: underline;
}
.page.type-page .entry-content a:hover {
  color: #181e1e;
}
.page.type-page .entry-title.main_title {
  font-size: 32px;
  line-height: 45px;
}

.et_block_section.et_pb_section {
  padding-top: 180px;
}

#content-area #left-area {
  padding-top: 180px;
}

/* content */
/* :::::::::

Responsive

::::::::::*/
@media (max-width: 768px) {
  .et_block_section.et_pb_section {
    padding-top: 80px;
  }
  #content-area #left-area {
    padding-top: 80px;
  }
}
/* ------------------------------------------------------------
     PRODUCT
------------------------------------------------------------ */
/* Data indo */
.et-db #et-boc .data-info-block {
  display: none !important;
}
.et-db #et-boc .data-info-block.active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.et-db #et-boc .product-aside.et_pb_column * {
  position: sticky;
}
.et-db #et-boc .product-aside.et_pb_column .et_pb_module:first-child {
  top: 40px;
}
.et-db #et-boc .product-aside.et_pb_column .et_pb_module:nth-child(2) {
  top: 70px;
}
.et-db #et-boc .product-aside.et_pb_column .et_pb_module:last-child {
  top: 110px;
}
.et-db #et-boc .product-wrap.et_pb_section,
.et-db #et-boc .product-wrap.et_pb_section .et_pb_row,
.et-db #et-boc .product-wrap.et_pb_section .et_pb_column {
  position: inherit;
}

/* content */
/* :::::::::

Responsive

::::::::::*/
@media (min-width: 769px) {
  .et-db #et-boc .product-aside.et_pb_column * {
    position: sticky;
  }
  .et-db #et-boc .product-aside.et_pb_column .et_pb_module:first-child {
    top: 40px;
  }
  .et-db #et-boc .product-aside.et_pb_column .et_pb_module:nth-child(2) {
    top: 70px;
  }
  .et-db #et-boc .product-aside.et_pb_column .et_pb_module:last-child {
    top: 110px;
  }
}
@media (max-width: 768px) {
  /* Data indo */
  .et-db #et-boc .data-info-block {
    display: none !important;
  }
  .et-db #et-boc .data-info-block.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .et-db #et-boc .product-wrap.et_pb_section > .et_pb_row > .et_pb_column:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .et-db #et-boc .product-wrap.et_pb_section > .et_pb_row > .et_pb_column:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .et-db #et-boc .product-wrap.et_pb_section .et_pb_row.et_pb_row_nested {
    width: 100%;
  }
}
/* ------------------------------------------------------------
     ERROR
------------------------------------------------------------ */
.error-layout.et_pb_section {
  padding: 30px 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: #2B3535;
}
.error-layout.et_pb_section a:hover {
  text-decoration: none;
}

/*

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

*/
@media (max-width: 680px) {
  .error-layout.et_pb_section p {
    font-size: 16px;
    line-height: 25px;
  }
}
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */