/*
Theme Name:     HRAdviser Child
Description:    Desarrollo personalizado para HR Adviser.
Author:         Merkamedios
Author URI:     https://merkamedios.com/
Version:        1.0
Template:       hradviser
*/

@import url("../hradviser/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.ot-pricing-table:before {
   
    top: 1px !important;
}

.ot-pricing-table{
  text-align: center;
}

#back-to-top.show {
  bottom: 140px;
  right: 30px;
}



.linksFooterHR  ul li a {
  color: #fff !important;
  list-style: none;
}

.linksFooterHR ul li  a:hover {
  color: #ffffffa3 !important;
}


fieldset {
  padding: 40px;
  margin-bottom: 40px;
}

.btNaranja{
  background: #FFFFFF !important;
  color: #FE4C1C !important;
}

body:not(.logged-in) .hide-for-logged-out {
  display: none !important;
}

.fa { 
  font-family: FontAwesome !important;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: 'FontAwesome';
content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  font-family: 'FontAwesome';
content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: 'FontAwesome';
content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  font-family: 'FontAwesome';
content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  font-family: 'FontAwesome';
content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  font-family: 'FontAwesome';
content: none !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  font-family: 'FontAwesome';
content: none !important;
}
/* #product-4553 .related.products {
  display: none !important;
  z-index: -9999999999;
} */


.boxMembership-checkout {
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 13px rgb(1 96 231 / 12%);


}

.boxMembership-checkoutPAGO {
  padding: 20px;
  border: 1px solid #ecf2ff4d;
  background-color: #ecf2ff4d;
  border-radius: 20px;
  margin-bottom: 20px;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
  -webkit-box-shadow: 8px 8px 30px 0px rgb(42 67 113 / 15%);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  padding: 24px;

}


.btnMember-buy {
  background-color: #fe4c1c !important;
  background-color: #fe4c1c;
  box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(254, 76, 28, 0.3);
  font-size: 14px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  padding: 16px 35px;
  outline: none;
  color: #fff !important;
  transition: all 0.3s;
  border-radius: 50px;
}

.btnMember-buy:hover {
  background-color: #fe4c1c !important;
  background-color: #fe4c1c;
  box-shadow: none !important;
}

.mc4wp-alert.mc4wp-success {
  color: white !important;
}