/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/**
* T heme Name: Goya Child Theme
* D escription: This is a child theme of Goya, automatically generated.
* A uthor: <a href="https://themeforest.net/user/luisvelaz">Everthemes</a>
* T emplate: goya
* V ersion: 1.0.5.4
*/


/*********************************
 *            Splash             *
 *********************************/
/* 
body > .main-container:after {
	background-color: transparent!important
} 
*/

/**
*
* Custom menu categorias do blog
*
*/
#menu-menu-blog {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #2aa9db;
}

#menu-menu-blog li {
  list-style: none;
  flex: 1;
  text-align: center;
}
button.menu-toggle-cat-blog {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
}
#menu-menu-blog li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #2aa9db;
  height: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border: 1px solid #FFF;
}

#menu-menu-blog li a:hover {
  background-color: #0e89a9;
}

#menu-menu-blog li a[aria-current="page"] {
  background-color: #fff;
  color: #2aa9db;
}

.menu-toggle-cat-blog {
  display: none;
}

.menu-dropdown-cat-blog {
  display: none;
}

@media (max-width: 767px) {
  .menu-toggle-cat-blog {
      display: block;
  }
  .menu-dropdown-cat-blog.active {
      display: block;
  }
  #menu-menu-blog li {
      flex-basis: 50%;
  }
} 

/* Estilos para desktop */
.menu-container {
  position: relative;
  z-index: 1;
}
.menu-toggle-cat-blog {
  display: none;
  background-color: #2aa9db;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.menu-dropdown-cat-blog {
  display: none;
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #2aa9db;
  padding: 10px 0;
  z-index: 3;
}
.menu-dropdown-cat-blog li {
  width: 100%;
}
.menu-dropdown-cat-blog li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
}
.menu-dropdown-cat-blog li a:hover {
  background-color: #0e89a9;
}

/* Estilos para mobile */
@media (max-width: 767px) {

  nav#menu-categorias-blog {
    display: none;
  }
  .menu-toggle-cat-blog {
    display: block;
    width: 100%;
  }
  .menu-toggle-cat-blog:focus {
    outline: none;
  }
  .menu-dropdown-cat-blog {
    padding: 0;
  }
  .menu-dropdown-cat-blog.active {
    display: block;
  }
  .menu-toggle-cat-blog .dropdown-icon {
    margin-left: 5px;
  }
  .menu-toggle-cat-blog.open .dropdown-icon {
    transform: rotate(180deg);
  }
  .menu-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    background-color: #2aa9db;
  }
  .menu-container li {
    list-style: none;
    flex: 1;
    text-align: center;
  }
  .menu-container li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #2aa9db;
    height: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    border: 1px solid #FFF;
  }
  .menu-container li a:hover {
    background-color: #0e89a9;
  }
  .menu-container li a[aria-current="page"] {
    background-color: #fff;
    color: #2aa9db;
  }
}




/* 
 * Custom Ivory Search
 */
.is-ajax-woocommerce-actions>* {
	display: flex !important;
}
#is-popup-wrapper {
	height: auto;
	background: #FFF;
}
@media (min-width: 768px) {
	.is-popup-search-form {
		padding: 95px 15px 50px 15px;
	}
	.is-popup-search-form form {
		width: 50%;
	}
}
@media screen and (max-width: 910px) {
	.is-menu-wrapper {
		display: none;
	}
}
.is-popup-search-form form.is-ajax-search {
	margin: 60px auto 30px;
	border-bottom: 2px solid currentColor;
	display: flex;
    flex-direction: row-reverse;
	align-items: center;
}
.is-form-style input.is-search-input {
    background: #fff;
    background-image: none !important;
    color: #383e42 !important;
    padding: 15px 10px;
    margin: 0;
    font-size: 2em !important;
    height: auto;
    line-height: 1.5 !important;
    border: 0 !important;
    font-family: inherit;
    width: 100%;
}
.is-search-icon svg {
    width: 30px;
}
.is-form-style input.is-search-submit, .is-search-icon {
	color: #A2A4A6;
    background: #fff;
	border: 0;
}
.et-header-text.text-3 p {
	display: none;
}

/* Hide BACS data after purchase order */
section.woocommerce-bacs-bank-details {
  display: none;
}

/* ===== Scrollbar Style ===== */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #2aa9db #ffffff;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #2aa9db;
  border: 0px none #ffffff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2ea9db;
}

::-webkit-scrollbar-thumb:active {
  background: #2ea9db;
}

::-webkit-scrollbar-track {
  background: #fafafa;
  border: 0px none #ffffff;
  border-radius: 20px;
}

::-webkit-scrollbar-track:hover {
  background: #fafafa;
}

::-webkit-scrollbar-track:active {
  background: #fafafa;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

/* .preloader {
  display: none!important;
} */

/*********************************
 *         Chat Whatsapp        *
 *********************************/
#qlwapp.qlwapp-button .qlwapp-toggle .qlwapp-icon {
  margin: 0 0 0 0 !important;
}

/*********************************
 *        Headers Globais        *
 *********************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Heebo', sans-serif;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright,
h1,
h2,
h3,
h4,
h5,
p,
pre,
address,
figure,
.wp-caption,
.wp-block-categories {
  margin-bottom: 22px;
}


/*********************************
 *          Styls Globais        *
 *********************************/
h4 {
  font-weight: bold;
  font-size: 18px !important;
}


.vc_btn3.vc_btn3-color-primary,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat,
.vc_btn3-color-blue {
  background-color: #2aa9db !important;
}
.landing-page-loja.background-azul .vc_btn3-color-blue {
  font-weight: 400 !important;
}

/*********************************
 *          Popup Cookies        *
 *********************************/
.wp-gdpr-cookie-notice-button {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 18px !important;
  padding-right: 18px !important;
}

/*********************************
 *          Header Menu          *
 *********************************/
.et-switcher-container.et-language {
  height: 100%;
}

.et-switcher-container .et-header-menu .sub-menu {
  top: calc(100% - 1px);
  -webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 6%);
  box-shadow: 0 15px 30px -10px rgb(0 0 0 / 6%);
}

/* .header-contents .icon {
  width: 18px;
  height: 18px;
} */

.header-center-items>* {
  margin: 0 10px !important;
}

.header-right-items>* {
  margin-left: 18px !important;
}

/*********************************
 *         New Mega Menu         *
 *********************************/
.et-header-text.text-1>p {
  display: contents;
}

.et-header-text.text-1 {
  height: 100% !important;
}

.ubermenu-main {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100% !important;
}

.ubermenu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100% !important
}

.ubermenu .ubermenu-target-text {
  text-align: center;
}

.ubermenu .ubermenu-colgroup .ubermenu-column,
.ubermenu .ubermenu-custom-content-padded,
.ubermenu .ubermenu-nonlink,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu-padded,
.ubermenu .ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target,
.ubermenu .ubermenu-target,
.ubermenu .ubermenu-widget,
.ubermenu-responsive-toggle {
  padding: 10px 15px 10px 15px;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
  padding: 0 15px !important;
  height: 100% !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
  right: 0px;
  margin-top: -6px;
}

.ubermenu-sub-indicators .ubermenu-tabs.ubermenu-tab-layout-left>.ubermenu-tabs-group>.ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
  right: 10px;
  margin-top: -8px;
}

/* .ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0>.ubermenu-submenu-drop {
margin-top: 28px!important;
} */

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-type-stack>.ubermenu-item-normal>.ubermenu-target.ubermenu-item-layout-text_only {
  padding: 2px 15px 2px 15px;
}

.ubermenu .ubermenu-submenu-type-stack {
  padding-top: 5px !important;
}

.ubermenu.ubermenu-main.ubermenu-horizontal:not(.ubermenu-transition-shift) .ubermenu-item-level-0>.ubermenu-submenu-drop {
  margin-top: 28px !important;
  border-top: 4px solid #2AA9DB;
}



/*********************************
 *            Header              *
 **********************************/
/* Menu Principal */
.et-header-menu>li>a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}

.et-header-menu>li>a:after {
  height: 4px !important;

}

.et-header-menu>li:hover>a,
.et-header-menu>li.current-menu-item>a {
  color: #2AA9DB !important;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s
}

.et-header-menu>li:hover>a:after,
.et-header-menu>li.current-menu-item>a:after {
  color: #2AA9DB !important;
  -webkit-transition: color weight .25s;
  -o-transition: color weight .25s;
  transition: color weight .25s
}

.et-menu-account-btn span,
.header .et-switcher-container .selected {
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
}

/*********************************
 *            Footer              *
 **********************************/

.footer-middle {
  background-color: #fff;
  color: #000;
  padding: 0 !important;
}

.footer-widgets:not(.footer-middle)>.container {
  padding-top: 125px;
  position: relative;
}

.footer-widgets:not(.footer-middle)>.container::before {
  content: '';
  background-image: url('./assets/img/eactech-logo-w.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 210px;
  height: 67px;
  left: 15px;
  top: 25px;
}

.footer-widgets .widget {
  margin-bottom: 0px;
}

.footer-widgets .widget h6 {
  font-size: 12px;
  margin-bottom: 2px;
  padding: 0;
  letter-spacing: 0;
  color: #A7DAEE;
}

.footer-widgets .widget p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 16px;
}

.footer-widgets .menu-help-container,
.footer-widgets .menu-footer-container,
.footer-widgets .menu-footer-blog-container {
  font-size: 13px;
}

.footer-widgets .wp-block-image img {
  margin-top: 10px;
}

/* All a style */
.footer-widgets .widget a {
  position: relative;
  display: inline-block;
  padding: 0.1em 0;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  background-color: hsl(0deg 0% 0% / 0%);
}

.footer-widgets .widget:not(.woocommerce) a:after {
  content: '';
  height: 2px;
  width: 0;
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}

.footer-widgets .widget:not(.woocommerce) a:hover:after {
  width: 100%;
}

/* Copy e Dev */
.footer-bar .container {
  padding: 6px 0;
}

.site-footer.dark .footer-bar-border-1,
.site-footer.dark .tag-cloud-link {
  background-color: #383E42;
}

/* / Copy e Dev */

/* Form Newsletter footer */
#block-22 p:first-of-type,
#block-23 p {
  display: none;
}

form#sib_signup_form_2,
form#sib_signup_form_3 {
  padding: 0 !important;
}

form#sib_signup_form_2 input[type=email],
form#sib_signup_form_3 input[type=email] {
  border: 0 !important;
  padding: 10px 12px !important;
  font-size: 13px;
  margin: 0 !important;
  color: #383E42;
}

form#sib_signup_form_2 input[type=checkbox],
form#sib_signup_form_3 input[type=checkbox] {
  margin: 2px 8px 0 0;
}

form#sib_signup_form_2 input[type=submit],
form#sib_signup_form_3 input[type=submit] {
  border: 0 !important;
  background-color: #2AA9DB;
  border-radius: 0;
  padding: 10px 16px !important;
  font-size: 13px;
  margin: 0;
}

form#sib_signup_form_2 label {
  /* color: #fff; */
  font-size: 13px !important;
}

form#sib_signup_form_3 label {
  font-size: 13px !important;
}

.sib-email-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sib-consent-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

/* / Form Newsletter footer */

/* Footer Social Icons */
ul.footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

ul.footer-social-icons li {
  padding-left: 15px;
}

ul.footer-social-icons li a {
  font-size: 24px;
}

/* Footer Extra Info */
.footer-middle>p:first-child {
  display: none;
}

.footer-middle {
  /* background: #ebf9fe; */
  background: rgb(246, 246, 246);
  background: -o-linear-gradient(left, rgba(246, 246, 246, 1) 50%, #ebf9fe 50%);
  background: -o-linear-gradient(left, rgba(246, 246, 246, 1) 50%, #ebf9fe 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(246, 246, 246, 1)), color-stop(50%, #ebf9fe));
  background: linear-gradient(90deg, rgba(246, 246, 246, 1) 50%, #ebf9fe 50%);
}

@media only screen and (max-width: 768px) {
  .footer-middle {
    /* background: #ebf9fe; */
    background: rgb(246, 246, 246);
    background: -o-linear-gradient(top, rgba(246, 246, 246, 1) 50%, #ebf9fe 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(246, 246, 246, 1)), color-stop(50%, #ebf9fe));
    background: linear-gradient(180deg, rgba(246, 246, 246, 1) 50%, #ebf9fe 50%);
  }
}

.footer-extra-cta {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.footer-extra-cta p {
  color: #383e42;
}

.extra-footer-column {
  padding-left: 10% !important;
  padding-right: 10% !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.icon-button-footer {
  width: 100%;
  position: relative;
  background-color: #fff;
  color: #2aa9db !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 75px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  margin-bottom: 15px !important;
}

.icon-button-footer::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 40px;
  background-color: #2aa9db;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  left: 0;
  top: 0;
}

.icon-button-footer.icon-phone::before {
  background-image: url('../../uploads/2021/12/icon-phone-blue.png');
}

.icon-button-footer.icon-calendar::before {
  background-image: url('../../uploads/2021/12/icon-calendar-blue.png');
}


/*************************
 *         Home          *
 *************************/
.et-feature-icon {
  width: 100px !important;
}

.section-solutions-home .et-iconbox {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.section-cta-newsletter,
.section-areas-home-light,
.section-areas-home-dark {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Áreas de Atuação */

.section-areas-home-light h3,
.section-areas-home-light p {
  color: #005E83 !important;
}

.section-areas-home-dark h3,
.section-areas-home-dark p,
.section-areas-home-dark h2 {
  color: #ffffff !important;
}

.section-areas-home-light h3,
.section-areas-home-dark h3 {
  font-weight: bold !important;
  white-space: pre;
  line-height: 0.6em;
}

/* Área de Testemunhos */
.section-testimonials {
  background-image: url('./assets/img/bg-eac-logo-xxl.png');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto;
}

/* .itens-goupe-testimonials {} */

.itens-goup-testimonials .testimonials-job-title {
  font-size: 12px;
  font-weight: bold;
}

.itens-goup-testimonials h4 {
  margin-bottom: 0 !important;
}

.image-quotes figure .vc_single_image-wrapper {
  border-radius: 100%;
  overflow: hidden;
}

.image-quotes figure {
  position: relative;
}

.image-quotes figure::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 65px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35%;
  background-image: url('./assets/img/qoutes-img-01.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-dots li.slick-active button {
  width: 30px !important;
}

/* 
FITA-COLA UGU Slider Parceiros 
TODO: A verificar se está direito
*/
.slider-parceiros .wpb_wrapper {
  position: relative;
}

.slider-parceiros .wpb_wrapper::before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  background: rgb(56, 62, 66);
  background: -o-linear-gradient(left, rgba(56, 62, 66, 1) 0%, rgba(56, 62, 66, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 62, 66, 1)), to(rgba(56, 62, 66, 0)));
  background: linear-gradient(90deg, rgba(56, 62, 66, 1) 0%, rgba(56, 62, 66, 0) 100%);
  z-index: 1;
}

.slider-parceiros .wpb_wrapper::after {
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  width: 30px;
  height: 100%;
  background: rgb(56, 62, 66);
  background: -o-linear-gradient(left, rgba(56, 62, 66, 0) 0%, rgba(56, 62, 66, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(56, 62, 66, 0)), to(rgba(56, 62, 66, 1)));
  background: linear-gradient(90deg, rgba(56, 62, 66, 0) 0%, rgba(56, 62, 66, 1) 100%);
  z-index: 1;
}

.slider-parceiros .et-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* 
FIM FITA-COLA UGU
*/

/*************************
 *         Contactos          *
 *************************/
h4.title {
  color: #2aa9db !important
}


/************************************
 *         ITEMS MENU OCULTOS         * A REMOVER NO FUTURO
 *************************************/
#primary-menu .item-oculto,
#menu-footer .item-oculto
/* .header-items .quick_cart,
.header-items .account-links,
.header-items .account-icon,
#menu-footer-eactech .item-oculto,
#menu-footer-recursos .item-oculto,
#menu-footer-ligacoes-uteis .item-oculto,
#menu-footer-info-legal .item-oculto,
.ubermenu .ubermenu-item.ubermenu-item-level-0.item-oculto */ {
  display: none !important;
}

/* START CSS RUI */
/* ****************************************
*               SOBRE NÓS
**************************************** */
.counter {
  font-weight: bold;
}

.desenhando-o-futuro h4 {
  font-size: 16px !important;
  font-weight: bold;
}

.sobre-nos-titles {
  font-weight: bold;
}

.sobre-nos-align-center div[id^=et-icon-holder] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .sobre-nos-align-center div[id^=et-icon-holder] {
    max-width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .sobre-nos-align-center div[id^=et-icon-holder] {
    max-width: 70%
  }
}

.sobre-nos-align-center h4.title {
  font-weight: bold;
  color: #005E83;
  font-size: 16px;
  line-height: 22px;
}

.sobre-nos-align-center p {
  color: #005E83;
}

.btn-center .vc_column-inner {
  text-align: center;
}

.vc_btn3.vc_btn3-color-black,
.vc_btn3.vc_btn3-color-black.vc_btn3-style-flat {
  background-color: #005E83 !important;
}

.btn-center .vc_column-inner button {
  background-color: #005E83 !important;
}

.ceo-eactech h2 {
  font-weight: bold;
}

.sobre-nos-titles-container .sobre-nos-titles {
  max-width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .sobre-nos-titles-container .sobre-nos-titles {
    max-width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .sobre-nos-titles-container .sobre-nos-titles {
    max-width: 100%;
    font-size: 33px !important;
    line-height: 50px !important;
  }
}

h2#case-studies-title {
  font-weight: bold;
}

#case-study-plaza-chica {
  color: #fff;
}


/* ****************************************
*               CASE STUDIES
**************************************** */
.case-study-container-title {
  padding-top: 50px;
}

.container-case-studies .case-study-item {
  padding: 20px;
  margin: 0 5px 30px 0;
}

.container-case-studies .case-study-item.even {
  background-color: #f5f9fa;
}

.container-case-studies .case-study-item.odd {
  background-color: #ebf2f5;
}

h2.case-study-title {
  color: #2AA9DB;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0;
}

.container-case-studies .case-study-item h3 {
  font-size: 21px;
  line-height: 30px;
}

.container-case-studies .case-study-item p {
  color: #005E83;
}

.btn-show-all {
  display: inline-block;
  padding: 5px 25px;
  background-color: #005E83;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.btn-show-all:hover {
  color: #fff;
}

.container-case-studies .case-study-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 315px;
  max-height: 315px;
  margin-bottom: 20px;
}

.container-case-studies .slick-slide {
  margin: 0 15px;
}

.container-case-studies .slick-list {
  margin: 0 -15px;
}

.container-case-studies .slick-dots {
  margin-top: 20px;
}

.container-case-studies p.custom-btn-case-study span {
  background: #2AA9DB;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 20px;
  font-weight: bold;
}

.case-study-title-container {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case-study-taxonomy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.case-study-taxonomy-container img {
  width: 100%;
  max-width: 82px;
  margin-right: 25px;
}

@media screen and (max-width: 1199px) {
  .container-case-studies .case-study-item img {
    min-height: 215px;
    max-height: 215px;
  }
}

@media screen and (max-width: 766px) {
  .container-case-studies .case-study-item img {
    min-height: 315px;
    max-height: 315px;
  }

  .case-study-taxonomy-container img {
    width: 100%;
    max-width: 41px;
    margin-right: 15px;
  }

  h2.case-study-title {
    font-size: 25px;
  }
}

/* END CSS RUI */

/* ****************************************
*               Blog List Posts
**************************************** */
.post.post-grid .post-gallery img,
.post.post-grid .et-blog-slider img {
  max-height: none !important;
}

.post-meta time.time {
  color: #2AA9DB;
}

h3.blog-list-h3 {
  line-height: 28px !important;
  margin-top: 12px;
}

h3.blog-list-h3 a {
  font-size: 22px !important;
  color: #005e83;
  font-weight: bold;
}

.content-info-meta-data {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.element-post-category {
  width: 50%;
}

.element-post-category ul.post-categories {
  margin-bottom: 0 !important;
  font-size: inherit !important;
  text-transform: none;
  text-align: right;
}

.element-post-category ul.post-categories a {
  color: #2AA9DB;
  font-size: 13px !important;
  letter-spacing: normal;
}

.element-info-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-items: flex-start;
}

@media only screen and (max-width: 991px) {

  .element-post-category,
  .element-info-data {
    width: 100%;
  }

  .element-post-category ul.post-categories {
    text-align: left;
  }
}

.element-info-data svg {
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

.meta-data-like,
.meta-data-view,
.meta-data-read {
  height: 18px;
  /* width: 80px; */
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.meta-data-like a {
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.element-info-data .icon {
  fill: #005e83;
}

.post.post-detail:not(.portfolio):not(.header-parallax) .title_outer:after {
  content: none;
}

.post.post-detail:not(.portfolio) .title-wrap .entry-header {
  text-align: left;
}

/*********************************
 *     SINGLE PRODUCT PAGE       *
 *********************************/
.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  border-width: 2px;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  border-color: #005e83;
  border-width: 2px;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected,
.variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: #005E83 !important;
  border-width: 2px;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected {
  background: #005E83 !important;
  color: #fff !important;
}

/*********************************
 *        SINGLE MÁQUINA         *
 *********************************/
.row-cover-title {
  padding: 100px 0;
  position: relative;
  background: rgb(250, 250, 250);
  background: -o-linear-gradient(left, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 1)), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(90deg, rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 100%);
  overflow: hidden;
}

.row-cover-title::before {
  content: '';
  opacity: 0.3;
  position: absolute;
  background: url(./assets/img/esfera-logo-svg.svg);
  width: 500px;
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: -300px;
}

.product-relations-single-machine {
  position: relative;
}

.product-relations-single-machine::before {
  content: '';
  opacity: 0.3;
  position: absolute;
  background: url(./assets/img/esfera-logo-svg.svg);
  width: 500px;
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: -100px;
}

.h1-title-single-machine {
  font-weight: bold;
}

.specs-single-machine strong {
  color: #2aa9db;
}

.bg-case-single-machine {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.img-case-studies-single-machine>div.vc_column-inner {
  background-size: cover;
  background-position: center;
}

.bg-case-single-machine p,
.bg-case-single-machine .bt-blue-light {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-contact-form .vc_empty_space {
    display: none !important;
  }
}

.section-contact-form .wpb_text_column a:not([class]) {
  display: inline !important;
}

.commercial-time-item h4 {
  margin-bottom: 0 !important;
}

.commercial-time-item p:nth-child(n+2) {
  margin-bottom: 0;
}

.commercial-time-item p:nth-child(n+2) a {
  color: #2AA9DB !important;
  font-weight: bold;
  font-size: 18px;
}

.wpb_single_image .vc_box_border.vc_box_border_blue {
  background-color: #005E83;
  padding: 1px !important;
}

/*********************************
 *         Página Equipa         *
 *********************************/
.bt-full-blue-light {
  width: 100% !important;
  background-color: #2AA9DB !important;
}

.team-line-content {
  scroll-margin-top: 100px
}

.team-line-content h4 {
  margin-bottom: 0;
}

.team-line-content p {
  color: #9a9a9a;
  margin-bottom: 0;
}

.team-line-content ins {
  display: block;
  color: #383e42;
  margin-top: 10px;
  background-color: transparent;
  font-weight: bold;
}

/* Shortcode contact items */
.list-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.list-contacts .item-contact {
  margin: 0 6px;
}

.list-contacts .item-contact a {
  color: #005e83;
  font-size: 18px;
  -webkit-transform: color .25s;
  -ms-transform: color .25s;
  transform: color .25s;
}

.list-contacts .item-contact a:hover {
  color: #2aa9db;
}

.team-line-content .text-highlight p {
  color: #2aa9db;
}

.team-footer-cta {
  background: rgb(246, 246, 246);
  background: -o-linear-gradient(left, rgba(0, 94, 131, 1) 50%, rgba(246, 246, 246, 1) 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 94, 131, 1)), color-stop(50%, rgba(246, 246, 246, 1)));
  background: linear-gradient(90deg, rgba(0, 94, 131, 1) 50%, rgba(246, 246, 246, 1) 50%);
}

@media only screen and (max-width: 768px) {
  .team-footer-cta {
    /* background: #ebf9fe; */
    background: rgb(246, 246, 246);
    background: -o-linear-gradient(top, rgba(0, 94, 131, 1) 44%, rgba(246, 246, 246, 1) 44%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, rgba(0, 94, 131, 1)), color-stop(44%, rgba(246, 246, 246, 1)));
    background: linear-gradient(180deg, rgba(0, 94, 131, 1) 44%, rgba(246, 246, 246, 1) 44%);
  }
}

/*********************************
 *         Página Equipa         *
 *********************************/
.section-compromisso {
  position: relative
}

.section-compromisso::before {
  position: absolute;
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: -10%;
  background: url(../../uploads/2022/06/bg-eac-logo-xxl.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.frm_dropzone.frm_single_upload {
  max-width: none !important;
}


/*********************************
 *     Taxonomy Cat-Máquinas     *
 *********************************/
.vc_custom_in_tax_file {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-image: url(https://eac-staging.brandit.ws/wp-content/uploads/2022/06/bammer-bg-maquinas.jpg?id=5557) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.breadcrumb-eac {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #005e83;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: rgb(246,246,246);
  background: -o-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(246,246,246,1)), to(rgba(255,255,255,0)));
  background: linear-gradient(90deg, rgba(246,246,246,1) 0%, rgba(255,255,255,0) 100%);
}

.breadcrumb-eac a {
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  color: #005e83;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.column-custom-style {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  background-color: #f5f9fa !important;
}


/*********************************
 *       Landing Page Loja       *
 *********************************/
/* .landing-page-loja .product_after_shop_loop_price, */
.landing-page-loja h2 {
  font-weight: bold;
}
.landing-page-loja form.variations_form_loop {
	display: none;
}
.landing-page-loja .banner .azul-claro p {
  color: #2AA9DB;
  font-weight: bold;
}
.landing-page-loja .banner h1 {
  font-weight: bold;
}
.landing-page-loja .product_thumbnail,
.landing-page-loja figure.vc_figure {
  border: 1px solid #005E83;
}
.landing-page-loja.background-azul h2 {
  font-weight: bold;
  color: #FFF;
}
.landing-page-loja.background-normal h2 {
  font-weight: bold;
  color: #005E83;
}
.landing-page-loja.background-azul a {
  font-weight: bold;
  color: #FFF;
}
.landing-page-loja.background-normal h3 a {
  font-weight: bold;
  color: #005E83;
}
.landing-page-loja.background-azul .product_after_title,
.landing-page-loja.background-azul .price .woocommerce-Price-amount,
.landing-page-loja.background-azul .products .product_after_title .price>.amount,
.landing-page-loja.background-azul span.woocommerce-Price-amount.amount,
.landing-page-loja.background-azul .price > .amount {
  color: #FFF;
}
.landing-page-loja.background-normal .product_after_title,
.landing-page-loja.background-normal .price .woocommerce-Price-amount,
.landing-page-loja.background-normal .products .product_after_title .price>.amount,
.landing-page-loja.background-normal span.woocommerce-Price-amount.amount,
.landing-page-loja.background-normal .price > .amount,
.landing-page-loja.background-normal .woocommerce-price-suffix {
  color: #005E83;
}
.landing-page-loja.background-azul .add_to_cart_inline a.add_to_cart_button {
  margin: 0 10px 0 0;
  padding: 10px 11px;
  line-height: 0px;
  font-size: 0;
  order: -1;
}
.landing-page-loja.background-normal .add_to_cart_inline a.add_to_cart_button {
  margin: 0 10px 0 0;
  padding: 10px 11px;
  line-height: 0px;
  font-size: 0;
  order: -1;
}
.landing-page-loja.background-azul .add_to_cart_inline .button .icon {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.landing-page-loja.background-normal .add_to_cart_inline .button .icon {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.landing-page-loja.background-azul .add_to_cart_inline .add_to_cart_button {
  max-width: fit-content;
}
.landing-page-loja.background-normal .add_to_cart_inline .add_to_cart_button {
  max-width: fit-content;
}
.landing-page-loja.background-azul p.product.woocommerce.add_to_cart_inline {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.landing-page-loja.background-normal p.product.woocommerce.add_to_cart_inline {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.vc_btn3.vc_btn3-style-custom {
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0) 50%,rgba(0,0,0,0));
  border: 1px solid #005e83;
}
.vc_btn3.vc_btn3-style-custom:hover {
  border: 1px solid #005e83;
  background: #005e83;
  color: #FFF !important;
}
.landing-page-loja h3.vc_custom_heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}
.landing-page-loja p.vc_custom_heading{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: 63px;
  max-height: 80px;
}
.separador-categorias {
  margin: 0 auto;
}

/***********************************
            MINHA CONTA
***********************************/

.et-MyAccount-user {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-address-fields__field-wrapper {
  margin-bottom: 25px;
}
li.woocommerce-MyAccount-navigation-link {
  border-bottom: 1px solid #d2d2d2;
}
li.woocommerce-MyAccount-navigation-link > a {
  padding: 15px 0 !important;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li:after {
    content: '';
    height: 2px;
    width: 0;
    background-color: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width .25s;
    transition: width .25s;
}

.frm_login_form input[type=checkbox]:checked:before {
  position: inherit;
}
input[type=checkbox]#field_autorizacao-tratamento-dados-0:checked:before,
input[type=checkbox]#field_aceito-termos-condicoes-0:checked:before {
  position: inherit;
}
.seccao-login-registo #coluna-registo {
  border-left: solid 1px #d2d2d2;
}
.seccao-login-registo #coluna-login .vc_column-inner {
  max-width: 80%;
  margin: 0 auto;
}
#loginform-0 .forgot-password {
  color: #005E83;
  text-decoration: underline;
}
#loginform-0 fieldset {
  display: flex;
  flex-direction: column;
}
#loginform-0 fieldset .login-username {
  order: 1;
}
#loginform-0 fieldset .login-password {
  order: 2;
}
#loginform-0 fieldset .login_lost_pw {
  order: 3;
}
#loginform-0 fieldset .frm_submit {
  order: 4;
}
#loginform-0 fieldset .login-remember {
  order: 5;
}
.seccao-login-registo #coluna-registo .vc_column-inner {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .seccao-login-registo #coluna-login .vc_column-inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .seccao-login-registo #coluna-registo .vc_column-inner {
    max-width: 90%;
    margin: 0 auto;
  } 
}
@media screen and (max-width: 767px) {
  .seccao-login-registo #coluna-registo {
    padding-top: 50px;
    border-left: none;
  }
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f007";
}
.woocommerce-MyAccount-navigation-link--communication-preferences a:before {
  content: "\e913";
}
.woocommerce-MyAccount-navigation-link--faturas a:before {
  font-family: "FontAwesome" !important;
  content:"\f56c";
  margin-right: 11px !important;
}
.woocommerce-MyAccount-navigation-link--trocas-e-devolucoes a:before {
  font-family: "FontAwesome" !important;
  content:"\f363";
}
.woocommerce-MyAccount-navigation-link--logoutpage a:before {
  font-family: "FontAwesome" !important;
  content: "\f08b";
}

/*
  Minha Conta - Aba Faturas
*/
.woocommerce-faturas h2,
.woocommerce-trocas-e-devolucoes h2 {
  font-size: 2.5em;
}
.woocommerce-faturas h3,
.woocommerce-trocas-e-devolucoes h3 {
  font-size: 1.25em;
}
.woocommerce-faturas table,
.woocommerce-trocas-e-devolucoes table {
  margin-top: 50px !important;
}

h2.custom-woocommerce-title {
  font-size: 2.4em;
  text-transform: uppercase;
}

h3.custom-woocommerce-subtitle {
  font-size: 1.25em;
}

form.edit-account fieldset {
  margin-top: 30px;
}

/*
  Checkout
*/
input#nota_encomenda {
  display: block;
  width: 100%;
}

.doc-files {
  margin-bottom: 10px;
}
.shop_table .et-product-desc > .et-product-thumbnail {
  display: none;
}

/*
  Tab Comunicação - Minha Conta
*/
p.aw-communication-form__preference-description {
  display: none;
}

/*Color for the order status*/

.order-waiting-aprovation{
  color: #ff7200;
}

.order-aproved{
  color: #70AD47;
}

.order-processing{
  color: #ffc000;
}

.order-transit{
  color: #5B9BD5;
}

.order-delivered{
  color: #8e7cc3;
}

.order-finished{
  color: #2F5597;
}

.order-canceled{
  color: #C00000;
}

.order-no-status{
  color: #AFABAB;
}

/**
  Registo de conta - confirmação/ativação
*/
.with_frm_style.frm_style_formidable-style .frm_message {
    margin: 5px 0 15px;
    border: 1px solid #D6E9C6;
    border-color: #D6E9C6;
    background-color: #DFF0D8;
    color: #468847;
    border-radius: 0px;
    font-size: 14px;
    padding: 15px;
}


/*
  Preferências de comunicação
*/
.aw-communication-form .aw-communication-form__intro-text {
  display: none;
}

/*
  Aba Favoritos
*/
.wishlist_table .product-stock-status span.wishlist-in-stock {
  border: 0;
}

.woocommerce-MyAccount-content {
  display: flex;
  flex-direction: column;
}
section.woocommerce-preferencias-comunicacao {
  order: 1;
}
section.woocommerce-subscricao-newsletter {
  margin-top: 50px;
  order: 3;
}
section.woocommerce-cancelar-subscricao-newsletter {
  margin-top: 50px;
  order: 4;
}
.aw-communication-page.woocommerce {
  order: 2;
}
.woocommerce-subscricao-newsletter #sib_signup_form_2 input[type="email"]{
  border: 1px solid #aaa !important;
}
.woocommerce-subscricao-newsletter #sib_signup_form_2 label {
  color: #000000;
}

body.empresa .checkout-options,
body.empresa .cart .actions {
  display: none;
}

/*
Popup Pedido de Orçamento
*/
#pedido-orcamento,
#pedido-informacoes {
  width: 35%;
}
@media screen and (max-width: 767px) {
  #pedido-orcamento,
  #pedido-informacoes {
    width: 90%;
  } 
}
@media screen and (max-width: 1199px) {
  #pedido-orcamento,
  #pedido-informacoes {
    width: 50%;
  } 
}