/*
Theme Name: Arolax Child
Theme URI: https://themeforest.net/user/crowdytheme/portfolio
Author: André melo
Author URI: https://andremelo.net
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: arolax
Text Domain: arolax-child
*/
/* -----------------------------------------------------------------------------
  Common
----------------------------------------------------------------------------- */
html, body {
  scroll-padding-top: 100px;
}
.line {
  height: 2px !important;
}
.progress-wrap.active-progress {
  display: none !important;
}
.arolax-base table {
  white-space: break-spaces !important;
}
.arolax-base table tr:nth-child(even) {
  background-color: #f7f7f7;
}

/* New styles to override Elementor font weight management */
p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400 !important;
  font-variation-settings: 'wght' 400;
}
strong, b{
  font-weight: 700 !important;
  font-variation-settings: 'wght' 700;
}

/* -----------------------------------------------------------------------------
  Form Newsletter
----------------------------------------------------------------------------- */
.form-newsletter .elementor-form-fields-wrapper {
  display: block !important;
  position: relative;
  padding-bottom: 1px;
}
.form-newsletter .elementor-field-type-email input {
  background: #1f1f1f url(assets/img/ico-email.svg) no-repeat 25px center !important;
  background-size: 23px 20px !important;
  border: none;
  padding: 25px 25px 25px 60px;
}
.form-newsletter .elementor-field-type-email input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.form-newsletter .elementor-field-type-submit {
  display: block !important;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  width: 100px !important;
}
.form-newsletter .elementor-field-group .elementor-button {
  margin-top: 15px;
}
.form-newsletter form .elementor-field-group svg {
  width: 40px;
  height: 35px !important;
}
/* -----------------------------------------------------------------------------
  Accordion Number
----------------------------------------------------------------------------- */
.accordion-number .number {
  display: inline-block;
  font-size: 1.3em;
  font-weight: 900;
  background-color: #e78100;
  border-radius: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.elementor-element ul {
  padding-left: 29px;
}
.elementor-element ul li {
  list-style: disc;
  margin-bottom: 0.6em;
}
.elementor-element ul.default-details-social-media li {
  list-style: none;
  margin: auto;
}
.elementor-element ul li::marker {
  color: #e78100;
}
.accordion-number .elementor-tab-title {
  text-align: center !important;
}
.accordion-number .elementor-accordion-icon {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.accordion-number .elementor-accordion-title {
  margin-top: 20px;
}
.accordion-number .arolax-wcf-icon {
  background-color: #e3e3e3;
  font-size: 15px !important;
  position: absolute;
  top: 40px;
  right: 0;
  padding: 15px;
  text-align: center;
}
.accordion-number .arolax-wcf-icon::before {
  color: #e78100 !important;
}
/* -----------------------------------------------------------------------------
  Custom Accordion
----------------------------------------------------------------------------- */
body:not(.elementor-editor-active) .accordion-content {
  opacity: 0;
  /* max-height: 0; */
  height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}
body:not(.elementor-editor-active) .accordion-content.expanded {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.accordion-content {
  flex-direction: column;
}
.accordion-wrap:not(.accordion-image) .accordion-header>div>div:last-child {
  align-items: center;
}
.accordion-header .elementor-button,
.expand-item .expand-container .expand-button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion-header .elementor-button .elementor-button-text,
.expand-item .expand-container .expand-button {
  color: #e78100;
  font-size: 30px;
}
.accordion-icon .accordion-header .elementor-button .elementor-button-text,
.expand-item .expand-container .expand-button {
  color: #fff;
}
.icon-wcf-wcf-plus,
[class^="icon-wcf-"], [class*=" icon-wcf-"] {
  font-family: "Noto Sans", Sans-serif !important;
}
.accordion-number .arolax-wcf-icon {
  font-size: 20px !important;
  width: 50px;
  height: 50px;
  border-radius: 10px;
}
/* -----------------------------------------------------------------------------
  Custom Expand Content
----------------------------------------------------------------------------- */
.initiative-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.expand-wrap {
  margin-top: 50px;
}
.expand-item {
  background-color: #e3e3e3;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.expand-item .expand-container {
  flex-direction: column;
  align-items: center;
}
.expand-item .expand-container,
.expand-item .expand-container .expand-title,
.expand-item .expand-container .expand-button-wrap {
  display: flex;
}
.expand-item .expand-container .expand-title {
  transition: all 0.3s ease;
  align-items: center;
}
.expand-item .expand-container .expand-content {
  font-size: 15px;
  color: #242424;
  word-break: normal;
  display: flex;
  flex-direction: column;
}
.expand-item .expand-container .expand-social {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.expand-item .expand-container .expand-social svg {
  fill: #616161;
}
.expand-item .expand-container .expand-button-wrap {
  display: none;
}
.expand-item .expand-container .expand-button {
  background-color: var(--e-global-color-accent);
  font-family: "Noto Sans", Sans-serif;
  color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 0;
}
.expand-item .expand-container .entry-title {
  font: 800 21px "Noto Sans", Sans-serif;
  color: var(--e-global-color-accent);
  text-decoration: underline;
  margin-bottom: 10px;
}
.expand-item .expand-container .expand-logo {
  margin-bottom: 20px;
}
.expand-item .expand-container .expand-logo img {
  border-radius: 100%;
  background-color: #fff;
}
.expand-item.expanded {
  border-color: #f0f0f0;
  background-color: #fff;
}
.expand-item.expanded .expand-container .expand-title .entry-title {
  color: #242424 !important;
  border-left: 5px solid #ebb101;
  padding: 10px 0 10px 10px;
}
.expand-item.expanded .expand-container .expand-content {
  height: auto;
}
/* -----------------------------------------------------------------------------
  Custom Expand Content Dinamic
----------------------------------------------------------------------------- */
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item {
  height: 85px;
}
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item .expand-text {
  height: 50px;
  padding-right: 10px;
}
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item,
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item .expand-text {
  overflow: hidden;
}
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item .expand-text {
  color: var(--e-global-color-text);
  font-family: "Noto Sans", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
.expand-wrap.dinamic .expand-item.expanded {
  border: none;
  background-color: #e9f7ff !important;
}
.expand-wrap.dinamic .expand-item.expanded .expand-button a {
  background-color: var(--e-global-color-accent);
}
.expand-wrap.dinamic .expand-item.expanded .expand-button a:hover {
  background-color: var(--e-global-color-primary);
}
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item.expanded,
body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item.expanded .expand-text {
  height: auto;
  overflow: auto;
}
/* body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item:not(.expanded) .expand-text::after {
  content: '...';
  display: block;
  background-color: #F0F0F3;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 0 0 4px;
} */
/* -----------------------------------------------------------------------------
  Quotes
----------------------------------------------------------------------------- */
.swiper-slide .feedback::before,
.swiper-slide .feedback::after {
  position: absolute;
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain !important;
  opacity: 0.3;
}
.swiper-slide .feedback::before {
  background: transparent url(assets/img/quote-left-icon.svg) no-repeat center;
  top: 25px;
  left: 94px;
}
.swiper-slide .feedback::after {
  background: transparent url(assets/img/quote-right-icon.svg) no-repeat center;
  bottom: 45px;
  right: 94px;
}
@media (max-width: 600px) {
  .swiper-slide .feedback::before {
    background: transparent url(assets/img/quote-left-icon.svg) no-repeat center;
    top: 0px;
    left: 0px;
  }
  .swiper-slide .feedback::after {
    background: transparent url(assets/img/quote-right-icon.svg) no-repeat center;
    bottom: 0px;
    right: 0px;
  }
}
/* -----------------------------------------------------------------------------
  Custom Select
----------------------------------------------------------------------------- */
.custom-select {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.custom-select__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e3e3e3;
  padding: 5px 40px;
  height: 73px;
  font-size: 14px;
  font-weight: bold;
  color: #202020;
  border-radius: 5px;
  cursor: pointer;
}
.custom-select.active .custom-select__trigger {
  background-color: #e78100;
  color: #fff;
}
.custom-select__trigger:after {
  content: '\002B';
  font-size: 30px;
  font-weight: bold;
  color: #202020;
  margin-left: 10px;
}
.custom-select.active .custom-select__trigger:after {
  color: #fff;
}
.custom-select__trigger span {
  width: 150px;
}
#select_topic.active .custom-select__trigger span {
  width: 100%;
  font-size: 12px;
}
.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 2px solid #f1f1f3;
  border-radius: 5px;
  z-index: 999;
  padding: 20px 0;
  margin: 10px 0;
  display: none;
}
.custom-option {
  padding: 8px 15px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.custom-option:last-child {
  border-bottom: none;
}
.custom-option:hover {
  background-color: #f2f2f2;
}
.custom-option.selected {
  background-color:#e78100;
  color: #fff;
}
.custom-select.open .custom-options {
  display: block;
}
.load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 70px 0;
}
.load-more-btn {
  background-color: #e3e3e3;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #313131;
  padding: 20px 50px;
  position: relative;
}
.load-more-btn::after {
  content: '';
  display: block;
  visibility: hidden;
  width: 15px;
  height: 15px;
  background: transparent url(assets/img/ico-loading.gif?v2) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 25px;
  right: 20px;
}
.load-more-btn.loading::after {
  visibility: visible;
}
/* -----------------------------------------------------------------------------
  Testimonial Slide
----------------------------------------------------------------------------- */
.swiper-wrapper {
  align-items: center;
}
.arolax_testimonial_wrapper .wcf-arrow {
  bottom: 50% !important;
  margin-bottom: -17.5px !important;
}
/* -----------------------------------------------------------------------------
  Text slide
----------------------------------------------------------------------------- */
.wcf__slider .swiper-slide {
  font-size: 22px;
  text-align: left;
}
.wcf__slider-wrapper .wcf-arrow {
  position: relative;
  margin-right: 30px;
}
.wcf__slider-wrapper .ts-navigation {
  display: flex;
  margin-top: 40px;
}
/* -----------------------------------------------------------------------------
  Media Queries
----------------------------------------------------------------------------- */
@media(min-width: 570px) {
  .menu-footer ol {
    display: flex;
    flex-flow: column wrap;
    height: 16em;
  }
}
@media(max-width: 767px) {
  body:not(.elementor-editor-active) .expand-wrap.dinamic .expand-item {
    height: 300px;
  }
}
@media(min-width: 768px) {
  .accordion-number .elementor-accordion-title {
    margin-top: 0;
  }
  .accordion-number .elementor-tab-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left !important;
  }
  .accordion-number .number {
    margin-right: 25px;
  }
  .accordion-number .arolax-wcf-icon {
    background-color: #e3e3e3;
    font-size: 15px !important;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 15px;
  }
  /* .expand-item .expand-content {
    height: 80px;
    overflow: hidden;
    transition: height 0.3s ease;
  } */
  .expand-item .expand-container,
  .expand-item .expand-container .expand-content {
    flex-direction: row;
  }
  .expand-item .expand-container .expand-social {
    margin-top: 0;
    margin-left: 10px;
  }
  .expand-item .expand-container .expand-logo {
    width: 13%;
    margin: 0;
  }
  .expand-item .expand-container .expand-content {
    font-size: 15px;
    padding: 0 20px;
    width: 87%;
  }  
  .expand-item .expand-container .expand-button-wrap {
    display: flex;
    width: 10%;
    align-items: center;
    justify-content: end;
  }
  .initiative-form {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .initiative-form .custom-select {
    margin: 0 20px 20px 20px;
  }
  .custom-select {
    width: 27%;
  }
  /* Entrevistas */
  .elementor-element.elementor-element-893ba99 {
    padding-right: 20px;
  }
}
@media(min-width: 1000px) {
  .initiative-form {
    flex-wrap: unset;
  }
  .custom-select {
    width: 20%;
  }
  #select_topic.custom-select {
    width: 35%;
  }
}
@media(min-width: 1200px) {
  .custom-select,
  #select_topic.custom-select {
    width: 23%;
  }
  .accordion-number .number {
    font-size: 33px;
    width: 74px;
    height: 74px;
    top: 40px;
    line-height: 74px;
    margin-right: 39px;
  }
}