/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#dailyfullscreen {
  background: none repeat scroll 0 0 rgba(216, 180, 78, 0.7);
}
.h-signup-popup .g-title, .h-signup-popup .menuhome .page-header h1, .h-signup-popup .page-header h2 {
  display: none;
}
.popup-modal {
  background-color: #fff;
  border-bottom: 10px solid #05448e;
}
.popup-modal h2 {
  color: #05448e;
  text-align: center;
}
.popup-modal h4 {
  color: #5e6468;
  text-align: center;
}
.popup-modal .btm {
  padding: 0.1rem 3% 2rem 3%;
  background-image: url('../../../../images/home-popup-btm-pattern.webp?6827767f');
  background-repeat: no-repeat;
  background-position: bottom right;
}
#popupClose {
  font-size: 40px;
  width: 100%;
  text-align: right;
  color: #d8b44e !important;
}
/* sandman form */
form#HomepopupSignUp .sandmanFormFromName {
  display: none;
}
form#HomepopupSignUp .formSumbitBtnWrap {
  text-align: center;
  margin-top: 2rem;
}
form#HomepopupSignUp .formSumbitBtnWrap button {
  background-color: #d8b44e;
  color: #fff;
  cursor: pointer;
  padding: 1rem 10%;
  font-weight: bolder;
  font-size: 25px;
  text-transform: uppercase;
}
#sandmanFromInputWrap {
  --num-column: 2;
  display: grid;
  grid-template-columns: repeat(var(--num-column), 1fr);
  gap: 1.5rem;
  padding: 0 10%;
}
#sandmanFromInputWrap .sandmanFromsingleInput label {
  display: none;
}
#sandmanFromInputWrap .sandmanFromsingleInput input, #sandmanFromInputWrap .sandmanFromsingleInput select, #sandmanFromInputWrap .sandmanFromsingleInput textarea {
  width: 100%;
  border-radius: 0.3rem;
  background-color: #efefef;
  position: relative;
}
#sandmanFromInputWrap .sandmanFromsingleInput input::placeholder, #sandmanFromInputWrap .sandmanFromsingleInput select::placeholder, #sandmanFromInputWrap .sandmanFromsingleInput textarea::placeholder {
  color: #303235;
  position: absolute;
  left: 1.5rem;
}
#sandmanFromInputWrap .sandmanFromsingleInput input, #sandmanFromInputWrap .sandmanFromsingleInput select {
  height: 52px;
}
#sandmanFromInputWrap .formSumbitBtnWrap {
  grid-column: 1 / 3;
}
#sandmanFromInputWrap #captcha_HomepopupSignUp {
  grid-column: 1 / 3;
  text-align: center;
}
@media only screen and (max-width: 45rem) {
  #sandmanFromInputWrap {
    display: block;
  }
  #sandmanFromInputWrap > div {
    margin-bottom: 1rem;
  }
}
.formResponse {
  font-size: var(--fs35-font-size);
  color: #fff;
}
/* END sandman form */
#popup {
  position: absolute;
  width: clamp(290px, 45vw, 900px);
  height: 85vh;
  max-height: 900px;
  overflow: scroll;
  top: 5vh;
  z-index: 999;
  display: flex;
  flex-flow: column;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
#popup > img[alt="home popup image"] {
  width: 100%;
  max-height: 325px;
}
@media only screen and (max-width: 1200px) {
  #popup {
    left: 25%;
    width: 50%;
  }
}
#popup #area_container_29, #popup #display-section1 {
  padding: 0;
}
#popup button {
  align-self: end;
  background-color: transparent;
  color: #a90202;
  margin-right: 20px;
  font-weight: 900;
}
@media only all and (max-width: 1500px) {
  #popup button {
    font-size: 30px;
    margin-right: 5px;
  }
}
@media only all and (max-width: 900px) {
  #popup button {
    font-size: 25px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#popup-bg {
  width: 100vw;
  height: 500vh;
  background: none repeat scroll 0 0 rgba(216, 180, 78, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .ui[class*="two column"].grid > .column:not(.row), .ui[class*="two column"].grid > .row > .column {
    width: 100% !important;
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    top: 85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-ms-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    top: -85px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-ms-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    right: -85px;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-ms-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    left: -85px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
[class*="col-"] {
  width: 100%;
  float: left;
}
.reponsive-row::after {
  display: block;
  content: "";
  clear: both;
}
.row {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-t-1 {
    width: 8.33%;
  }
  .col-t-2 {
    width: 20%;
  }
  .col-t-3 {
    width: 25%;
  }
  .col-t-4 {
    width: 33.33%;
  }
  .col-t-5 {
    width: 41.66%;
  }
  .col-t-6 {
    width: 50%;
  }
  .col-t-7 {
    width: 58.33%;
  }
  .col-t-8 {
    width: 66.66%;
  }
  .col-t-9 {
    width: 75%;
  }
  .col-t-10 {
    width: 83.33%;
  }
  .col-t-11 {
    width: 91.66%;
  }
  .col-t-12 {
    width: 100%;
  }
}
/* For desktop: */
@media (min-width: 1024px) {
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 20%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 49.5%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 99%;
    border-top: 1px solid white;
  }
}
form {
  margin: 0;
}
#g-offcanvas {
  background: #383c3f;
  width: 17rem;
  color: #fff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #d5ac39;
}
#g-offcanvas #g-mobilemenu-container ul {
  background: #383c3f;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid white;
}
@media only screen and (max-width: 767px) {
  .g-menu-item-186 {
    display: none !important;
  }
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.7px;
  text-align: right;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1224px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1000px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
    font-size: 10px;
  }
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content .g-menu-item-title:hover {
  color: #d5ac39;
}
#g-navigation, #g-header {
  background: white;
  z-index: unset;
  color: black;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent !important;
  border-bottom: 10px solid #d5ac39;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active .g-menu-item-title {
  color: #d5ac39;
}
.menu-signup .g-menu-item-title {
  color: white !important;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: white;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: red;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
  background-color: rgba(32, 32, 32, 0.4);
  border-bottom: 10px solid #d5ac39;
}
#g-navigation .g-main-nav .g-dropdown {
  background: transparent;
}
#g-navigation .g-main-nav .g-dropdown .g-menu-item-title {
  color: white !important;
  font-weight: 300;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: white;
}
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected .g-menu-item-title {
  color: #d5ac39;
}
#g-navigation {
  position: relative;
  background: white !important;
}
#g-navigation .g-main-nav {
  margin: 0;
}
#g-navigation .g-main-nav .g-toplevel {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
#g-navigation .g-main-nav .g-toplevel > li {
  width: 11.1111111111%;
}
@media (max-width: 1053px) {
  #g-navigation .g-main-nav .g-toplevel > li {
    width: 11.1111111111%;
    height: 69px;
  }
}
@media (max-width: 800px) {
  #g-navigation .g-main-nav .g-toplevel > li {
    width: 14.111111%;
  }
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.2rem 0rem;
}
#g-header {
  background-color: #3e3e3e;
  color: white;
}
#g-navigation .g-container > .g-grid:first-child {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: #5e6469;
  height: 94px;
}
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 3px 5px;
  font-size: 16px;
}
#g-navigation .g-main-nav .g-sublevel > li {
  padding: 5px 10px;
  font-weight: bold;
}
#g-navigation .g-main-nav .g-sublevel > li {
  padding: 11px 10px;
  font-weight: 100;
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: rgba(0, 0, 0, 0.4);
}
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: white;
}
#g-navigation .g-main-nav .g-sublevel {
  border-top: 10px solid #d5ac39;
  background: #5e6469;
}
#g-navigation .g-container .g-grid:first-child {
  height: 70px;
  z-index: 20;
}
@media (max-width: 800px) {
  #g-navigation .g-container .g-grid:first-child {
    height: 70px;
  }
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: none;
}
.gantry-logo img {
  width: 191px;
  padding: 15px;
  margin-left: 15%;
}
@media (max-width: 450px) {
  .gantry-logo img {
    width: 173px;
  }
}
@media (max-width: 800px) {
  .gantry-logo img {
    margin-left: 0%;
  }
}
.g-menu-item-206 {
  width: 15rem !important;
}
@media (max-width: 900px) {
  .g-menu-item-206 {
    width: 9rem !important;
  }
}
.g-menu-item-186 {
  background: transparent;
  color: #d5ac39;
}
.g-menu-item-186 .g-menu-item-container {
  padding: 4px 0px !important;
}
.g-menu-item-186 span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .g-menu-item-186 {
    visibility: hidden;
  }
}
.g-dropdown {
  transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.g-dropdown.g-active {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
.b-search-header {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  /* width: 90%; */
  top: 2%;
  /* margin-left: 5%; */
  left: 0;
  /* z-index: 20; */
  /* height: 52px; */
}
.b-search-menu {
  position: absolute;
  z-index: 100;
  top: 83px;
  right: 4.2rem;
  transform: translate(4%, -50%);
  position: fixed !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .b-search-menu {
    visibility: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .b-search-menu {
    visibility: hidden;
  }
}
.scrolled-menu {
  top: 1.3rem;
  position: fixed !important;
}
.scrolled {
  position: fixed !important;
  width: 100%;
  border-bottom: 1px #bf9d9d solid;
}
.scrolled .logo-hidden {
  display: initial;
}
.scrolled .logo-visible {
  display: none;
}
@media (min-width: 768px) {
  .b-sub-menu.fixed {
    position: fixed;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 768px) {
  .m-sidebar-menu.fixed {
    position: fixed;
    left: 0;
    width: 290px;
    padding-right: 15px;
    padding-left: 20px;
  }
}
body, h1, h2, h3, h4, h5, p, a, div, li, ul {
  font-family: "Roboto", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0.75rem 0 0.75rem 0;
  text-rendering: optimizeLegibility;
}
#g-main h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.04;
  letter-spacing: 0.6px;
  color: #000000;
}
#g-main h5 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.56px;
  color: #2f2f2f;
}
#g-main h6 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: 0.4px;
  color: #000000;
}
#g-main p {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: 0.42px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  #g-navigation {
    z-index: 3;
  }
}
#g-navigation .g-container {
  width: 100%;
}
.g-dropdown {
  transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.g-dropdown.g-active {
  transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .main-logo .g-content {
    padding: 0;
  }
}
.topbanner {
  text-align: center;
}
.topbanner .contenedor {
  height: 600px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .topbanner .contenedor {
    height: 253px !important;
  }
}
@media (max-width: 400px) {
  .topbanner .contenedor {
    height: 250px !important;
  }
}
.topbanner .contenedor .img-banner {
  width: 100% !important;
  height: 100%;
}
.topbanner .top-banner {
  position: absolute;
  top: 10px;
  left: 10px;
}
.topbanner .center-banner-m {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .topbanner .center-banner-m {
    width: 100%;
  }
}
.topbanner .center-banner-m table, .topbanner .center-banner-m th, .topbanner .center-banner-m tr, .topbanner .center-banner-m td {
  border: none;
}
@media only screen and (max-width: 767px) {
  .topbanner .center-banner-m table img {
    height: auto !important;
  }
}
.topbanner .center-banner-m td:nth-child(2) {
  text-align: left;
}
.topbanner .right-banner-m {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(4%, -50%);
  letter-spacing: 4px;
}
@media (min-width: 930px) and (max-width: 1690px) {
  .topbanner .right-banner-m {
    left: 43%;
    transform: translate(10%, -50%);
  }
}
@media (min-width: 780px) and (max-width: 929px) {
  .topbanner .right-banner-m {
    left: 31%;
    top: 35%;
    letter-spacing: 1px;
    transform: translate(2%, -50%);
  }
}
@media (max-width: 779px) {
  .topbanner .right-banner-m {
    left: 49%;
    letter-spacing: 0px;
    right: 5%;
  }
  .topbanner .right-banner-m h1 {
    color: white;
  }
}
.topbanner .left-banner-m {
  position: absolute;
  top: 78%;
  left: 9.5%;
}
@media only screen and (max-width: 767px) {
  .topbanner .left-banner-m {
    top: 54%;
  }
}
.topbanner a {
  color: white;
}
.topbanner h1 {
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.77);
  font-family: Roboto;
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 1.05px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .topbanner h1 {
    font-size: 15px;
  }
}
.topbanner h2 {
  margin: 0;
  color: white;
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  text-transform: none;
  line-height: 32px;
  letter-spacing: 0.7px;
}
.topbanner h3 {
  margin: 0;
  color: white;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 3.7px;
}
.topbanner h4 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.74);
  font-family: Roboto;
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 1.05px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .topbanner h4 {
    font-size: 13px;
  }
}
.topbanner p {
  padding: 0px 24% 0 24%;
}
@media only screen and (max-width: 767px) {
  .topbanner .c-btn-hover {
    font-size: 8px;
    font-weight: 900;
  }
}
.subbanner {
  text-align: center;
}
.subbanner .contenedor {
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .subbanner .contenedor {
    height: 253px !important;
  }
}
@media (max-width: 400px) {
  .subbanner .contenedor {
    height: 250px !important;
  }
}
.subbanner .contenedor .img-banner {
  width: 100% !important;
}
.subbanner .top-banner {
  position: absolute;
  top: 10px;
  left: 10px;
}
.subbanner .center-banner-m {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .subbanner .center-banner-m {
    width: 100%;
  }
}
.subbanner .center-banner-m table, .subbanner .center-banner-m th, .subbanner .center-banner-m tr, .subbanner .center-banner-m td {
  border: none;
}
@media only screen and (max-width: 767px) {
  .subbanner .center-banner-m table img {
    height: auto !important;
  }
}
.subbanner .center-banner-m td:nth-child(2) {
  text-align: left;
}
.c-btn-hover {
  position: relative;
  display: inline-block;
  padding: 8px 40px;
  color: white !important;
  background: #008186;
  text-transform: uppercase;
  background-color: #d5ac39;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: 0.8px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}
.c-btn-hover:hover {
  background-color: white;
  color: #d5ac39 !important;
}
.c-btn-hover:hover:after, .c-btn-hover:hover::after {
  height: 100%;
  width: 135%;
}
.c-btn-hover:after, .c-btn-hover::after {
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  background: white;
  content: "";
  position: absolute;
  z-index: -1;
}
.c-btn-hover.c-btn-hover--style1 {
  overflow: hidden;
}
.c-btn-hover.c-btn-hover--style1:after, .c-btn-hover.c-btn-hover--style1::after {
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.2s;
  transform-origin: top left;
  width: 0;
}
#g-footer {
  background-color: #1d1d1d;
  color: white;
  font-size: 12px;
}
#g-footer .g-container {
  padding: 2%;
}
#g-footer div {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: 0.83px;
  color: #ffffff;
}
#g-footer .g-content {
  margin: 0rem;
}
#g-footer .copyright a {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: 0.83px;
  text-align: right;
  color: #ffffff;
}
#g-footer .copyright p {
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.18;
  letter-spacing: 0.83px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #g-footer .size-43.copyright {
    border-top: 1px solid black;
  }
}
.osmap-items h2 {
  text-transform: uppercase;
  color: #d5ac39;
  font-weight: bold;
}
.osmap-items ul {
  margin: 0 0 9px 18%;
}
.osmap-items .level_0 {
  background-color: white !important;
  color: white;
}
.osmap-items .level_0 li a {
  font-weight: bold;
  font-size: 20px;
}
.osmap-items .level_1 li a {
  font-weight: normal;
}
.osmap-items li {
  padding-left: 20px;
  position: relative;
}
.osmap-items li:before, .osmap-items li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  height: 5px;
  width: 5px;
  background-color: #d5ac39 !important;
  transition: all 0.12s;
  -moz-transition: all 0.12s;
  -ms-transition: all 0.12s;
  -o-transition: all 0.12s;
  -webkit-transition: all 0.12s;
}
.osmap-items li:hover:before, .osmap-items li:hover::before {
  width: 15px;
  left: -5px;
  background-color: #383c3f !important;
}
.osmap-items li a {
  color: #d5ac39 !important;
}
.osmap-items li a:hover {
  font-weight: bold;
  color: #383c3f !important;
}
.img-hidden {
  visibility: hidden;
  display: none;
}
@media only screen and (max-width: 767px) {
  .img-hidden {
    visibility: visible !important;
    display: block !important;
  }
  .img-visible {
    visibility: hidden;
    display: none;
  }
}
.fix-article-menu #g-main .g-container {
  padding: 3% 19% 3% 19%;
}
@media screen and (max-width: 1500px) {
  .fix-article-menu #g-main .g-container {
    padding: 0% 13% 3% 13%;
  }
}
.fix-size-full .g-container {
  width: 100%;
}
.fix-size-full .g-container .g-content {
  margin: 0rem;
  padding: 0rem;
}
.fix-article {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
  .fix-article {
    width: 60rem;
  }
}
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
  .fix-article {
    width: 48rem;
  }
}
@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
  .fix-article {
    width: 30rem;
  }
}
.chronoforms h3 {
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 30px !important;
  line-height: 33px !important;
  letter-spacing: 0px !important;
  color: #d5ac39;
}
.chronoforms p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  letter-spacing: 0.7px !important;
}
.chronoforms6_credits {
  display: none;
}
.g-menu-item-186 span {
  display: none;
}
.menu-signup {
  padding: 1.05rem 22px !important;
}
@media screen and (min-width: 768px) {
  .menu-signup {
    padding: 1.05rem 22px !important;
  }
}
@media screen and (min-width: 768px) {
  .menu-signup .g-menu-item-content {
    background-color: #d5ac39;
    border: 2px solid #d5ac39;
    padding: 3px 0px 3px 0px !important;
    width: 100%;
    top: 3px;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1.4px;
    text-align: center;
    color: #ffffff;
  }
  .menu-signup .g-menu-item-content .g-menu-item-title {
    color: #d5ac39;
  }
}
.menu-signup .g-menu-item-content .g-menu-item-title {
  color: white;
}
.men-search img {
  padding-top: 14%;
  padding: 1.2rem 0rem;
}
.home-oled {
  color: white;
  text-transform: uppercase;
}
.home-oled table, .home-oled th, .home-oled tr, .home-oled td {
  border: none;
}
.home-oled tr:first-child {
  height: 106px;
}
/*
.home-markets
{
  .contenedor
  {

        height: 700px;
        overflow: hidden;
        @include mobile
        {
              height: 1000px !important;
        }

       img:nth-child(1) 
       {
        width: 100% !important;
        height: 100%; //homebanner mobile
       }
       div img 
       {
        width: inherit !important;
       }
  }
     

  .center-banner-m
  {
        position: relative;
        top: -50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        //z-index: 10;

         @media only screen and (min-width: 860px) and (max-width: 1200px){
          //top: 39%;
         }
      
          @media  (max-width: 860px){
          //top: 32%;
         }
         @include mobile
         {
       //  top: 65%;
  
         }
  }

  table,th,tr,td 
  {
    border:none
  }
  .main-table
  {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    @include mobile{
      width: 100%;
    }
  }
  .main-tr
  {
        @include mobile{
          display: grid;
    }
  }
  .sec-tr
  {
    height: 221px;
    padding: 0rem;
    background: white;
    padding: 5%;
     @media  (max-width: 819px){
            height: 283px;
    }

     @include mobile{
      width: 50%;
      padding: 0%;
    }
  }
  .sec-img
  {
    height: 273px;
    padding: 0rem;
     @media  (max-width: 819px){
            height: 180px;
    }

    @include mobile{
      width: 50%;
      height: auto;
    }
  }
  .sec-table
  {
    margin-left: auto;
    margin-right: auto;
    width: 383px;
    @media  (max-width: 1190px){
          width: 252px;
    }
     @media  (max-width: 819px){
          width: 197px;
    }
    @include mobile{
      width: 100%;
    }
    tr 
    {
      display: grid;
       @include mobile{
            display: block;
      }
    }
  }
  hr 
  {
   border-bottom: 1px solid $main-color;
    width: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 
  {
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 4.8px;
    text-align: center;
    color: #ffffff; 
  }
  p{
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.98px;
    text-align: center;
    color: #2f2f2f;
    padding: 0px 0% 0 0%;
  }
  h3 
  {
    font-size: 17px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1.28px;
    text-align: center;
    color: #2f2f2f;
    text-transform: uppercase;
  }

}

*/
.topnews-title {
  background-color: #f2f2f2;
}
.topnews-title h1 {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-align: center;
  color: #2f2f2f;
  padding-top: 5%;
}
.topnews {
  background-color: #f8f8f8;
  padding: 5% 0 5% 0;
}
.topnews .g-title {
  font-family: Angleterre;
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.topnews .g-content {
  overflow: hidden;
}
.topnews .g-content img:nth-child(1) {
  width: 100% !important;
  height: 100%;
}
.topnews .g-content div img {
  width: inherit !important;
}
.topnews .moduletable ul {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media (max-width: 1693px) {
  .topnews .moduletable ul {
    width: 83%;
  }
}
@media (max-width: 1376px) {
  .topnews .moduletable ul {
    width: 94%;
  }
}
@media (max-width: 1252px) {
  .topnews .moduletable ul {
    width: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .topnews .moduletable ul {
    width: 100%;
  }
}
.topnews .colormarc {
  border: 1px solid #fff;
  padding: 57px 10% 50px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0), 14px 16px 15px 0 rgba(0, 0, 0, 0.12), 0 0px 0px 0px rgba(0, 0, 0, 0.2);
  background: white;
}
.topnews .isTitleColumn {
  height: 61px;
}
.topnews .isDateColumn {
  height: 40px;
}
.topnews .mod-articles-category-title {
  font-family: Roboto;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 0.34px;
  text-align: left;
  color: #636363;
}
.topnews .mod-articles-category-date {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 0.3px;
  text-align: left;
  color: #d2d2d2;
}
.topnews .mod-articles-category-introtext {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: 0.33px;
  text-align: left;
  color: #636363;
  height: 109px;
  margin: 0 0 0rem 0;
}
.topnews .mod-articles-category-readmore {
  text-align: center;
  margin: 0rem 0;
}
.topnews .mod-articles-category-readmore .c-btn2 {
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.4px;
  text-align: center;
  background: #d5ac39;
  text-transform: uppercase;
  padding: 10px 40px;
  display: inline-block;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #ffffff;
}
@media (max-width: 1444px) {
  .topnews .mod-articles-category-readmore .c-btn2 {
    font-size: 14px;
  }
}
@media (max-width: 1103px) {
  .topnews .mod-articles-category-readmore .c-btn2 {
    font-size: 13px;
    padding: 10px 33px;
  }
}
.topnews .mod-articles-category-readmore .c-btn2:hover {
  background-color: rgba(213, 172, 57, 0.83);
}
@media (min-width: 800px) and (max-width: 1099px) {
  .topnews p {
    margin: 0.5rem 0;
  }
}
.topnews ul {
  list-style: none;
  margin-left: 1.5rem;
  padding: 0;
  text-align: left;
}
@media (max-width: 863px) {
  .topnews ul {
    margin-left: -0.5rem;
    padding: 0;
    margin-top: 0.5rem;
  }
}
.topnews li {
  float: left;
  width: 33%;
  position: relative;
  text-align: left;
  padding: 10px 31px;
}
@media only screen and (max-width: 767px) {
  .topnews li {
    padding: 0px 32px;
  }
}
@media (min-width: 864px) and (max-width: 1332px) {
  .topnews li {
    padding: 0px 9px;
  }
}
@media (max-width: 863px) {
  .topnews li {
    float: none;
    width: auto;
    border: 1px solid transparent;
  }
}
.topnews li a {
  color: white;
  font-weight: bold;
}
#g-subfeature {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
  border-top: 0px solid rgba(0, 0, 0, 0.05) !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
}
.home-corporate {
  background-color: #f2f2f2;
}
.home-corporate .contenedor {
  height: 200px;
  overflow: hidden;
  background: #000;
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .home-corporate .contenedor {
    height: 204px !important;
  }
}
.home-corporate .contenedor img:nth-child(1) {
  width: 100% !important;
  height: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}
.home-corporate .contenedor div img {
  width: inherit !important;
}
.home-corporate .center-banner-m {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .home-corporate .center-banner-m {
    top: -42%;
  }
}
.home-corporate table, .home-corporate th, .home-corporate tr, .home-corporate td {
  border: none;
}
.home-corporate .table-presenta {
  width: 34%;
  margin-left: 15%;
  margin-right: auto;
}
@media (max-width: 1340px) {
  .home-corporate .table-presenta {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .home-corporate .table-presenta {
    width: 100%;
    top: 100%;
    margin-left: auto;
  }
  .home-corporate .table-presenta h2 {
    text-align: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-corporate .main-tr {
    display: grid;
  }
}
.home-corporate .main-tr h2 {
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  letter-spacing: 1.82px;
  text-align: left;
  color: #ffffff;
}
.home-corporate .main-tr h2 span {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 0.91px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home-corporate .main-tr h2 {
    line-height: 1;
  }
}
.home-corporate td {
  background-size: cover;
  height: 154px;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-corporate td {
    width: 100% !important;
    height: 94px;
  }
}
.home-corporate .c-btn-hover {
  background-color: white;
  border-radius: 7px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: 1.2px;
  text-align: left;
  color: #555555 !important;
}
.home-corporate .c-btn-hover:hover {
  background-color: #d5ac39;
  color: white !important;
}
.home-stock {
  background-color: #f2f2f2;
}
.home-stock .contenedor {
  height: 500px;
  overflow: hidden;
  background: #000;
  opacity: 0.9;
}
.home-stock .contenedor img:nth-child(1) {
  width: 100% !important;
  height: 100%;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}
.home-stock .contenedor div img {
  width: inherit !important;
}
.home-stock .center-banner-m {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-stock table, .home-stock th, .home-stock tr, .home-stock td {
  border: none;
}
.home-stock .table-presenta {
  width: 72%;
  margin-left: 15%;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .home-stock .table-presenta {
    top: 82%;
  }
}
@media only screen and (max-width: 767px) {
  .home-stock .main-tr {
    display: grid;
  }
}
.home-stock .main-tr td {
  text-align: center;
}
.home-stock .main-tr .Download-button {
  height: 44px;
  width: 240px;
  font-family: "Roboto", sans-serif;
  background-color: #d5ac39;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: 0.37px;
  text-align: center;
  color: #ffffff;
  padding: 10px 31px;
  text-transform: uppercase;
  margin: auto;
}
.home-stock .main-tr .Download-button:hover {
  background-color: rgba(213, 172, 57, 0.83);
}
#g-main .page-header h2, #g-main .subheading-category {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 2.4px;
  color: #d5ac39;
}
@media only screen and (max-width: 767px) {
  #g-main .page-header h2, #g-main .subheading-category {
    font-size: 21px;
  }
}
#g-main .page-header h2:before, #g-main .page-header h2::before, #g-main .subheading-category:before, #g-main .subheading-category::before {
  content: url('../../../../images/logo/logo-bardel-small.png');
  display: inline-block;
  vertical-align: middle;
}
.menu-management #g-main .page-header h2, .menu-board #g-main .page-header h2 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .menu-management #g-main .page-header h2, .menu-board #g-main .page-header h2 {
    font-size: 16px;
  }
}
.MenuTitleArticle {
  background: white;
}
.MenuTitleArticle hr {
  border-bottom: 15px solid #d5ac39;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
.about-col table {
  width: 321px;
}
.about-col td {
  padding: 0rem;
}
.about-col img {
  display: inline !important;
}
.about-col tr:nth-child(2) {
  height: 50px;
  background-color: #2f2f2f;
  color: white;
}
.about-col .col-6 {
  padding: 3%;
}
.about-col .table1 {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-col .table1, .about-col .table2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-col .table1, .about-col .table2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-col p {
  color: #3c5263 !important;
}
@media (min-width: 768px) {
  .contact-col h3 {
    margin: 0rem 0 0.5rem 0;
  }
}
.contact-col .col-6:nth-child(2) {
  padding-left: 4%;
}
@media only screen and (max-width: 767px) {
  .contact-col .col-6:nth-child(2) {
    padding-left: 0%;
  }
}
.contact-col p {
  margin: 0.5rem 0;
}
.contact-col .fa {
  color: black;
}
.contact-col a {
  color: black;
}
.contact-areas {
  text-align: center;
  background-color: #f9fafb;
}
@media (min-width: 768px) {
  .contact-areas {
    padding: 4% 0 7% 0;
  }
}
.contact-areas h3 {
  margin: 4.75rem 0 1.75rem 0;
}
.contact-areas h5 {
  margin: 0.75rem 0 0.5rem 0;
}
.contact-areas p {
  margin: 0.5rem 0;
}
.contact-areas a {
  color: #000000;
}
.product-table-main {
  border: none;
}
.product-table-main td, .product-table-main tr {
  border: none;
}
.product-table-main td {
  padding: 0rem;
}
@media (max-width: 970px) {
  .product-table-main tr {
    display: grid;
  }
}
.product-table-main .product-table {
  border: 1px solid #eaeaea;
}
.product-table-main .product-table tr, .product-table-main .product-table th, .product-table-main .product-table td {
  border: 1px solid #eaeaea;
}
.product-table-main .product-table td {
  padding: 0.5rem;
}
.product-table-main .product-table th {
  background-color: #252933;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 971px) {
  .product-table-main .product-table th {
    font-size: 10px;
  }
}
.product-table-main .product-table tr {
  display: table-row !important;
}
.product-table-main .product-table tr td {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.08;
  letter-spacing: 0.3px;
  text-align: center;
  color: #2f2f2f;
}
@media (max-width: 971px) {
  .product-table-main .product-table tr td {
    font-size: 10px;
  }
}
.product-table-main .product-table tr td:first-child {
  font-weight: bold;
  color: #000000;
}
@media (min-width: 971px) {
  .product-table-main .product-table.two tr th:first-child, .product-table-main .product-table.two tr td:first-child {
    display: none;
  }
}
.product-table-main .fa {
  color: #17c0d4;
}
.carrer-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 417px;
  height: 141px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.carrer-table td, .carrer-table th, .carrer-table tr {
  border: none;
}
.carrer-table td:first-child {
  background-image: linear-gradient(158deg, #cf0029, #1e3883);
  width: 13.9%;
}
.carrer-table p {
  padding: 0 0 0 7%;
}
.carrer-table a {
  color: #d5ac39;
  font-weight: bold;
}
.g-social a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 100%;
  margin: 7px;
  text-decoration: none;
  color: white !important;
}
.g-social a:hover {
  color: #d5ac39 !important;
}
.c-stockquote-header {
  list-style-type: none;
  margin: 0;
  padding-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media only screen and (max-width: 767px) {
  .c-stockquote-header .stockquote-module-sandman {
    margin: 0 auto;
  }
}
.c-header-stock {
  border: none;
  display: inline-block;
}
.c-header-stock table, .c-header-stock td, .c-header-stock tr, .c-header-stock th {
  border: none;
  padding: 0;
}
.c-header-stock tr {
  display: inline-block;
}
.c-header-stock th {
  background: transparent;
}
.c-header-stock label {
  font-size: 56px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 0;
  letter-spacing: 1.4px;
  text-align: left;
  color: #d5ac39;
}
.c-header-stock .stock-data-entry.stock-change-sign-positive label {
  color: green !important;
}
.c-header-stock .stock-data-entry.stock-change-sign-negative label {
  color: red !important;
}
.stocks {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .stocks {
    width: 100% !important;
  }
  .stocks td {
    width: 50% !important;
    text-align: center !important;
  }
}
.stocks tr:first-child td:first-child {
  width: 18.33%;
}
.fullstock span {
  position: relative;
  top: -9px;
  left: -16px;
}
@media only screen and (max-width: 767px) {
  .fullstock span {
    display: none;
  }
}
.home-stock .center-banner-m, .subpage-stock .center-banner-m {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
.homeStock .mod-newstockfq h3 {
  color: #ebebeb;
  font-weight: 500;
}
.homeStock .mod-newstockfq table tbody {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.homeStock .mod-newstockfq table tr {
  display: flex;
  flex-flow: column wrap;
}
.homeStock .mod-newstockfq table td:first-of-type {
  order: 2;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: 3.6px;
  text-align: left;
  color: #ebebeb;
}
.homeStock .mod-newstockfq table td {
  font-size: 56px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1.4px;
  text-align: left;
  color: #d5ac39;
}
.homeStock .mod-newstockfq table td.positivePercentChange {
  color: green;
}
.homeStock .mod-newstockfq table td.negativePercentChange {
  color: red;
}
.shareholders .mod-newstockfq table {
  border: none;
}
.shareholders .mod-newstockfq table tbody {
  display: flex;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.shareholders .mod-newstockfq table td {
  border: none;
  font-size: 24px;
  color: #666666;
}
.shareholders .mod-newstockfq table tr:nth-of-type(1) {
  flex: 0 0 15%;
}
.shareholders .mod-newstockfq table tr:nth-of-type(1) td:nth-of-type(1) {
  display: none;
}
.shareholders .mod-newstockfq table tr:nth-of-type(1) td:nth-of-type(2) {
  font-size: 35px;
  font-weight: 500;
}
.shareholders .mod-newstockfq table tr:nth-of-type(2) {
  flex: 1 0 79%;
}
.shareholders .mod-newstockfq table tr:nth-of-type(2) td:nth-of-type(1) {
  display: none;
}
.shareholders .mod-newstockfq table tr:nth-of-type(2) td:nth-of-type(2) {
  font-size: 35px;
  font-weight: 500;
}
.shareholders .mod-newstockfq table tr:nth-of-type(3) {
  flex: 0 0 45%;
  display: flex;
  flex-flow: column wrap;
}
.shareholders .mod-newstockfq table tr:nth-of-type(3) td {
  font-size: calc(0.25vw + 1rem);
}
.shareholders .mod-newstockfq table tr:nth-of-type(3) td:first-of-type {
  font-weight: 500;
}
.shareholders .mod-newstockfq table tr:nth-of-type(4) {
  flex: 1 0 48%;
  display: flex;
  flex-flow: column wrap;
}
.shareholders .mod-newstockfq table tr:nth-of-type(4) td {
  font-size: calc(0.25vw + 1rem);
}
.shareholders .mod-newstockfq table tr:nth-of-type(4) td:first-of-type {
  font-weight: 500;
}
.shareholders .mod-newstockfq table tr:nth-of-type(5) {
  flex: 1 0 100%;
}
.shareholders .mod-newstockfq table tr:nth-of-type(5) td {
  font-size: 14px;
}
.shareholders .mod-newstockfq table td.positivePercentChange {
  color: green;
}
.shareholders .mod-newstockfq table td.negativePercentChange {
  color: red;
}
.main-icons {
  background-color: black !important;
}
.mid-topbanner {
  text-align: center;
}
.mid-topbanner .top-banner {
  position: absolute;
  top: 10px;
  left: 10px;
}
.mid-topbanner .contenedor {
  height: 315px;
  overflow: hidden;
  background: #d5ac39;
  opacity: 1;
}
.mid-topbanner .contenedor:hover .img-banner {
  opacity: 0.9;
}
.mid-topbanner .contenedor .img-banner {
  width: 100% !important;
  height: 315px;
}
@media (max-width: 1450px) {
  .mid-topbanner .contenedor, .mid-topbanner .img-banner {
    height: 270px !important;
  }
  .mid-topbanner ..center-banner-m {
    top: -105% !important;
  }
}
@media (max-width: 1200px) {
  .mid-topbanner .contenedor, .mid-topbanner .img-banner {
    height: 237px !important;
  }
  .mid-topbanner .center-banner-m {
    top: -120% !important;
  }
}
@media (max-width: 1000px) {
  .mid-topbanner .contenedor, .mid-topbanner .img-banner {
    height: 161px !important;
  }
  .mid-topbanner .center-banner-m {
    top: -144% !important;
  }
  .mid-topbanner .center-banner-m h4 {
    font-size: 11px !important;
  }
}
@media only screen and (max-width: 767px) {
  .mid-topbanner .contenedor, .mid-topbanner .img-banner {
    height: 224px !important;
  }
  .mid-topbanner .center-banner-m {
    top: -106% !important;
  }
  .mid-topbanner .center-banner-m h4 {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) and (max-width: 500px) {
  .mid-topbanner .center-banner-m {
    top: -123% !important;
  }
}
.mid-topbanner .center-banner-m {
  position: relative;
  top: -102%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
.mid-topbanner .center-banner-m table, .mid-topbanner .center-banner-m th, .mid-topbanner .center-banner-m tr, .mid-topbanner .center-banner-m td {
  border: none;
}
.mid-topbanner .center-banner-m table tr:first-child {
  height: 75px;
}
.mid-topbanner .center-banner-m table tr:nth-child(2) {
  height: 112px;
}
.mid-topbanner .center-banner-m table td {
  vertical-align: top;
}
.mid-topbanner .center-banner-m td:nth-child(2) {
  text-align: left;
}
.mid-topbanner .center-banner-m img {
  height: 54px;
}
.mid-topbanner h4 {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 0.35px;
  text-align: center;
  color: white !important;
  text-transform: uppercase;
}
@media (min-width: 1000px) {
  .mid-topbanner h4 {
    padding: 0 18%;
  }
}
.c-homepage-stock {
  line-height: 35px;
}
.c-homepage-stock .text-before {
  font-size: 39px;
  color: #05458c;
}
.c-homepage-stock .stockquote-table {
  border: none;
}
.c-homepage-stock .stockquote-table tr, .c-homepage-stock .stockquote-table th, .c-homepage-stock .stockquote-table td {
  border: none;
  padding: 0;
}
.c-homepage-stock .stockquote-table th {
  background: transparent;
}
.c-homepage-stock .stockquote-table tbody > tr:first-child label, .c-homepage-stock .stockquote-table tbody > tr:nth-child(2) label {
  font-size: 35px;
}
.c-homepage-stock .stockquote-table label:hover {
  cursor: default;
}
.c-homepage-stock .stockquote-table tbody > tr {
  float: left;
}
.c-homepage-stock .stockquote-table tbody > tr:first-child {
  margin-right: 20px;
}
.c-homepage-stock .stockquote-table tbody > tr:nth-child(3) {
  width: 100%;
  margin-top: 10px;
}
.c-homepage-stock .stockquote-table tbody > tr:nth-child(3) label {
  font-size: 16px;
  font-weight: normal;
}
.c-homepage-stock .stockquote-table .stock-data-entry-LastTradePriceOnly {
  margin-right: 20px;
}
.c-investor-stock .stock-change-sign-positive label {
  color: #383c3f;
}
.c-investor-stock .stockquote-table tbody > tr:nth-child(3) {
  margin-bottom: 20px;
}
.c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
@media (min-width: 768px) {
  .c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) {
    width: 100%;
  }
}
.c-investor-stock .stockquote-table tbody > tr:nth-child(n+4) label {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c-investor-stock th, .c-investor-stock td {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .stock-data-entry-LastTradeTime label {
    font-size: 12px !important;
  }
}
.c-investor-stock .text-before-container {
  position: relative;
}
.c-investor-stock .text-before-container:before, .c-investor-stock .text-before-container::before {
  display: inline-block;
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  color: white;
  margin-right: 10px;
}
.c-investor-stock .text-before {
  font-family: FontAwesome;
  font-weight: normal;
}
.c-investor-stock .text-before:before, .c-investor-stock .text-before::before {
  content: "";
}
.amChartsButtonSelected {
  background-color: #d5ac39;
  border-style: solid;
  border-color: #d5ac39;
}
.news #g-main .content-category.news h2, .news #g-main .page-header h2 {
  color: #d5ac39;
}
.news #g-main .content-category.news h2:before, .news #g-main .content-category.news h2::before, .news #g-main .page-header h2:before, .news #g-main .page-header h2::before {
  content: url('../../../../images/logo/logo-bardel-small.png');
  display: inline-block;
  vertical-align: middle;
}
.news #g-main #categorylist_header_date a, .news #g-main #categorylist_header_title a {
  visibility: hidden;
}
.news #g-main thead tr {
  border: none;
}
.news #g-main th {
  border: none;
}
@media only screen and (max-width: 767px) {
  .news #g-main .btn-group {
    left: 0%;
  }
}
.news #g-main .btn-group input {
  background: white;
  color: black;
  text-align: right;
}
.news #g-main .table th, .news #g-main .table td {
  padding: 7px 0px;
}
.news #g-main .table-bordered {
  border: none;
}
.news #g-main .table-bordered th {
  border-bottom: 1px solid #d5ac39;
}
.news #g-main .table-bordered th a {
  font-weight: 700;
  font-size: 1.5rem;
}
.news #g-main .table-bordered tr:nth-child(even) > td, .news #g-main .table-bordered .table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(213, 172, 57, 0.2);
}
.news #g-main .table-bordered td {
  padding: 19px;
  border-bottom: 1px solid #d5ac39;
  border-left: none;
}
.news #g-main .table-hover tbody tr:hover > td {
  background-color: #d5ac39 !important;
  color: white !important;
}
.news #g-main .table-hover tbody tr:hover > td a {
  color: white !important;
}
.news #g-main #categorylist_header_date, .news #g-main .list-date {
  text-align: right;
}
.news #g-main #categorylist_header_date {
  width: 250px;
}
.news #g-main .list-date {
  font-weight: 500;
}
.news #g-main .table-striped tbody > tr:nth-child(odd) > td, .news #g-main .table-striped tbody > tr:nth-child(odd) > th {
  background-color: white;
}
.news #g-main .table-striped tbody > tr:nth-child(even) > td, .news #g-main .table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(213, 172, 57, 0.2);
}
.g-breadcrums .g-content {
  margin: 0;
  padding: 0;
}
.c-btn-chrono {
  background: #d5ac39 !important;
}
.subpages .home-corporate .contenedor img:nth-child(1) {
  opacity: 0.2;
}
.subpages .home-stock .contenedor, .subpages .home-corporate .contenedor {
  height: 300px;
}
@media (max-width: 1200px) {
  .subpages .home-stock .contenedor, .subpages .home-corporate .contenedor {
    height: 355px;
  }
  .subpages .home-stock .contenedor .main-tr, .subpages .home-corporate .contenedor .main-tr {
    display: grid;
  }
}
@media (min-width: 700px) {
  .subpages .home-stock .table-presenta, .subpages .home-corporate .table-presenta {
    width: 69%;
  }
}
.subpages .Download-button {
  width: 180px !important;
}
.bio-name {
  margin: 0.3rem 19px;
  font-weight: 600 !important;
  font-size: 14px;
}
.financials {
  width: 90% !important;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .financials {
    width: 100% !important;
  }
}
.financials th {
  background: #d5ac39;
}
.financials th strong {
  color: white;
}
.financials tr {
  border-bottom: 1px solid #e3bd09;
}
.financials tr td:nth-child(1), .financials tr td:nth-child(2) {
  width: 40%;
}
.financials tr td:last-child {
  text-align: center;
}
.financials .fa-file-pdf-o {
  color: #d5ac39;
}
.table-investor-relations {
  border: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: 0.7px;
  text-align: left;
}
.table-investor-relations th, .table-investor-relations tr, .table-investor-relations td {
  border: none;
}
.table-investor-relations tr {
  border-left: 10px solid #d5ac39;
  border: 8px solid white;
  border-left: 10px solid #d5ac39 !important;
}
.table-investor-relations tr:first-child {
  border-top: 0px solid white !important;
}
.table-investor-relations tr:last-child {
  border-left: 0px solid white !important;
  border-bottom: 0px solid white !important;
}
.table-investor-relations tr:first-child td {
  background-color: #434343 !important;
}
.table-investor-relations tr:last-child td {
  background-color: white !important;
  padding-left: 0% !important;
  border-left: 0px solid white !important;
}
.table-investor-relations td:first-child {
  padding-left: 8%;
  background-color: #f6f6f6 !important;
}
.table-investor-relations td:first-child div {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.table-investor-relations td:last-child {
  background-color: #e9e9e9;
  text-align: center;
  width: 25%;
}
.shareholders .page-header {
  padding: 15% 0;
  background: rgba(213, 172, 57, 0.41);
  border: 10px solid white;
  text-align: center;
  height: 145px;
}
.shareholders .page-header h2 {
  color: #5c6165 !important;
  line-height: 1 !important;
}
.shareholders .page-header h2:before, .shareholders .page-header h2::before {
  content: "" !important;
  display: inline-block !important;
  vertical-align: middle;
}
.noicons .page-header h2:before, .noicons .page-header h2::before {
  content: "" !important;
  display: none !important;
  vertical-align: middle;
}
.g-main-nav .g-standard .g-dropdown {
  width: 189px;
}
.pdfWrapper {
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  width: 180px;
  padding-top: 20px;
  background-color: #5e6469;
  margin: 20px auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pdfWrapper:hover {
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}
.pdfWrapper p {
  color: white !important;
  font-size: 20px !important;
  background: #d5ac39;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.pdfWrapper .fa, .pdfWrapper .fas {
  color: white;
  font-size: 17px;
}
.project-pdf {
  margin-left: auto;
  margin-right: auto;
  width: 268px;
  height: 348px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
  -webkit-border-radius: 2px;
}
@media only screen and (max-width: 767px) {
  .project-pdf {
    width: 230px;
  }
}
.project-pdf p {
  padding: 46px 0;
  margin-top: 66px;
}
.project-pdf:hover {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
span.highlight {
  background: none !important;
}
.c-animated-object {
  opacity: 0;
  position: relative;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
}
.c-animated-object.c-delay1 {
  animation-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
}
.c-animated-object.active.fadeInLeft {
  -webkit-animation: slideLeft 1s forwards;
  -moz-animation: slideLeft 1s forwards;
  -ms-animation: slideLeft 1s forwards;
  -o-animation: slideLeft 1s forwards;
  animation: slideLeft 1s forwards;
}
.c-animated-object.active.fadeInRight {
  -webkit-animation: slideRight 1s forwards;
  -moz-animation: slideRight 1s forwards;
  -ms-animation: slideRight 1s forwards;
  -o-animation: slideRight 1s forwards;
  animation: slideRight 1s forwards;
}
.c-animated-object.active.fadeInDown {
  -webkit-animation: slideDown 1s forwards;
  -moz-animation: slideDown 1s forwards;
  -ms-animation: slideDown 1s forwards;
  -o-animation: slideDown 1s forwards;
  animation: slideDown 1s forwards;
}
.c-animated-object.active.fadeInUp {
  -webkit-animation: slideUp 1s forwards;
  -moz-animation: slideUp 1s forwards;
  -ms-animation: slideUp 1s forwards;
  -o-animation: slideUp 1s forwards;
  animation: slideUp 1s forwards;
}
.c-animated-object.active.from-right {
  -webkit-animation: slideLeft 1s forwards;
  -moz-animation: slideLeft 1s forwards;
  -ms-animation: slideLeft 1s forwards;
  -o-animation: slideLeft 1s forwards;
  animation: slideLeft 1s forwards;
}
.c-animated-object.active.from-left1 {
  -webkit-animation: slideRight 1s forwards;
  -moz-animation: slideRight 1s forwards;
  -ms-animation: slideRight 1s forwards;
  -o-animation: slideRight 1s forwards;
  animation: slideRight 1s forwards;
}
.c-animated-object.active.from-top {
  -webkit-animation: slideDown 1s forwards;
  -moz-animation: slideDown 1s forwards;
  -ms-animation: slideDown 1s forwards;
  -o-animation: slideDown 1s forwards;
  animation: slideDown 1s forwards;
}
.c-animated-object.active.from-bottom {
  -webkit-animation: slideUp 1s forwards;
  -moz-animation: slideUp 1s forwards;
  -ms-animation: slideUp 1s forwards;
  -o-animation: slideUp 1s forwards;
  animation: slideUp 1s forwards;
}
.contac-info {
  background-color: #5e6469;
  padding: 3% 10%;
}
.contac-info h3, .contac-info p, .contac-info strong, .contac-info a {
  color: white !important;
}
@media only screen and (max-width: 767px) {
  .contac-info p {
    padding-left: 0px !important;
  }
}
.subprojects-over {
  text-align: center;
}
.subprojects-over tr {
  background: rgba(213, 172, 57, 0.83);
  height: 149px;
  border: 2px solid white;
}
@media only screen and (max-width: 767px) {
  .subprojects-over tr {
    height: 80px !important;
  }
}
.subprojects-over tr:nth-child(2) {
  background: rgba(185, 150, 53, 0.83);
}
.subprojects-over tr:nth-child(3) {
  background: rgba(160, 131, 50, 0.83);
}
.subprojects-over tr:hover {
  opacity: 0.7;
}
.subprojects-over a {
  font-size: 27px !important;
  font-weight: 600 !important;
  color: white !important;
  margin: 3.5rem 0 !important;
  padding: 9% 17%;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .subprojects-over a {
    font-size: 17px !important;
  }
}
.overview-projects {
  padding: 10% 10% 0 0;
}
@media only screen and (max-width: 767px) {
  .overview-projects {
    padding: 0;
  }
}
.map-project {
  margin-left: auto;
  margin-right: auto;
  width: 268px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
  box-shadow: 1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
  -webkit-border-radius: 2px;
}
.nav-tabs .active a, .nav-tabs .active:hover a {
  background: #d5ac39 !important;
  font-weight: 600 !important;
  color: white !important;
}
.nav-tabs > li > a {
  color: #d5ac39;
  font-weight: 600;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 2.4px;
  color: #d5ac39;
}
@media only screen and (max-width: 767px) {
  .nav-tabs > li > a {
    font-size: 14px !important;
  }
}
.isDay div.isWrapper {
  color: #636363;
}
.c-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: center;
  z-index: 999;
  border-top: 3px solid rgba(0, 163, 224, 0.8);
}
.c-cookie-banner p {
  color: white !important;
}
.c-cookie-banner a {
  color: rgba(0, 163, 224, 0.8);
}
.c-cookie-banner a.c-cookie-btn--accept {
  background-color: rgba(0, 163, 224, 0.8);
  color: white;
  width: 155px;
  display: inline-block;
  padding: 5px 0;
  margin-bottom: 20px;
  border-radius: 15px;
}
.c-cookie-banner a.c-cookie-btn--accept:hover {
  color: #d5ac39;
}
.m-pres .contenedor {
  height: 216px !important;
  background: white;
}
.m-pres .contenedor td, .m-pres .contenedor a {
  color: #242424;
}
.m-pres .contenedor .tab-pres {
  width: 380px;
}
.m-fact .contenedor {
  background: #2e2e2e;
  height: 216px !important;
}
.m-fact .contenedor td, .m-fact .contenedor a {
  color: #ffffff;
}
.m-fact .contenedor .tab-pres {
  width: 299px;
}
.m-fact .contenedor img, .m-pres .contenedor img {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}
.m-fact .contenedor td, .m-pres .contenedor td {
  font-family: Roboto;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.91;
  letter-spacing: 0.55px;
  text-align: left;
}
.m-fact .contenedor td a, .m-pres .contenedor td a {
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 0.3px;
  text-align: left;
}
.tab-pres td:first-child {
  width: 77px;
}
.menu-videos .page-header h2 {
  font-size: 18px !important;
}
.showhide, .showhide-faq, .showhide2 {
  cursor: pointer;
  display: inline-flex;
  color: #000000ad !important;
  font-style: normal !important;
  font-stretch: normal !important;
}
.showhide:before, .showhide-faq:before, .showhide2:before {
  height: 100px;
}
.showhide::after {
  background: transparent url('../../../../images/view-more.png') no-repeat right 50%;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 3px 5px 44px;
  color: #d5ac39;
  font-size: 27px;
}
.showhide.sel::after {
  background-image: url('../../../../images/view-less.png');
}
.showhide1::before {
  content: "";
  font-family: FontAwesome;
  color: #d5ac39;
}
.showhide1.sel::after {
  font-family: FontAwesome;
}
h2:after {
  content: none !important;
}
.hide {
  padding: 5px 3px 5px 44px;
}
.overview-project hr {
  border-bottom: 4px solid #d5ac39;
  width: 100px;
  margin: auto;
}
.menu-investor a {
  color: black;
}
.menu-investor a:hover {
  color: #d5ac39 !important;
}
.menu-investor .m-fact {
  background: #2e2e2e;
  height: 216px !important;
}
.menu-investor .m-pres {
  background: white;
  height: 216px !important;
}
.menu-investor .m-fact .center-banner-m, .menu-investor .m-pres .center-banner-m {
  position: relative;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.menu-investor .m-fact .center-banner-m table, .menu-investor .m-fact .center-banner-m td, .menu-investor .m-fact .center-banner-m tr, .menu-investor .m-fact .center-banner-m th, .menu-investor .m-pres .center-banner-m table, .menu-investor .m-pres .center-banner-m td, .menu-investor .m-pres .center-banner-m tr, .menu-investor .m-pres .center-banner-m th {
  border: none;
}
.menu-investor .subtitles {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 2.4px;
  color: #05458c;
  /* left: 6%; */
  margin-left: 2.5%;
}
.menu-investor h3 {
  font-size: 25px !important;
  color: #05458c !important;
}
.menu-investor .art-video-inve {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 2.4px;
  color: #d5ac39;
}
.menu-investor .art-video-inve .col-6 {
  padding: 1%;
}
.menu-investor .art-video-inve iframe {
  width: 550px;
  height: 299px;
}
@media only screen and (max-width: 767px) {
  .menu-investor .art-video-inve iframe {
    width: auto;
  }
}
.art-shrehol .page-header h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px !important;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 2.4px;
  color: #d5ac39;
}
.g-menu-item-199 .g-sublevel {
  border-top: 0px solid #d5ac39 !important;
}
.g-menu-item-199 .scrolled {
  position: fixed !important;
  width: 100%;
  border-bottom: 0px #bf9d9d solid !important;
}
::-webkit-scrollbar-thumb {
  background: #d5ac39;
}
::-webkit-scrollbar-track {
  background-color: #383c3f;
}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.contc-new table {
  border: none;
}
.contc-new tr, .contc-new th, .contc-new td {
  border: none;
}
.contc-new .col-6:first-child {
  padding: 8% 0;
}
@media only screen and (max-width: 767px) {
  .contc-new .col-6:first-child tr {
    display: grid;
    text-align: center;
  }
}
.contc-new h3 {
  color: #debf66 !important;
}
.contc-new h3 span {
  color: #c7c7c7 !important;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .contc-new h3 {
    font-size: 21px !important;
    text-align: center;
  }
}
.contc-new .fa-clock-o {
  color: #c7c7c7 !important;
}
.contc-new td:last-child a {
  background: #002b5b;
  padding: 12px 23px;
  color: white;
  white-space: nowrap;
}
.copyrightyannt {
  display: none !important;
}
#dailyfullscreen {
  margin: auto;
}
#dailyfullscreen table, #dailyfullscreen td, #dailyfullscreen tr, #dailyfullscreen th {
  border: none;
}
#dailyfullscreen td {
  padding: 0rem !important;
}
@media only screen and (max-width: 767px) {
  #dailyfullscreen iframe {
    width: 90%;
    height: auto;
  }
}
#dailyfullscreen .posdailybut {
  top: -8px;
  height: 34px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
#dailyfullscreen hr {
  background-color: #ffffff !important;
  margin: 1.5rem 38px !important;
  border-bottom: 2px solid #d7dce0;
}
@media only screen and (max-width: 767px) {
  #dailyfullscreen hr {
    margin: 1rem 38px !important;
  }
}
#dailyfullscreen .galleryoperations {
  background: white;
}
#dailyfullscreen #dailyposition {
  height: auto;
  overflow: auto;
  padding: 0px;
  width: 100%;
  transform: translate(0%, 50%);
  max-width: 100%;
  text-align: center;
  margin: auto;
}
#dailyfullscreen p {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
}
#dailyfullscreen .btn-white {
  background-color: #383c3f;
  border-radius: 0px;
  color: white;
}
#dailyfullscreen .btn-white span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fefefe;
}
#dailyfullscreen .p-btn-white {
  padding: 5px 0 0 0 !important;
}
@media only screen and (max-width: 767px) {
  #dailyfullscreen .p-btn-white {
    padding: 0px 0 0 0 !important;
  }
}
#dailyfullscreen p {
  margin-bottom: 0px;
  margin-top: 17px;
}
#dailyfullscreen .p-btn-white {
  margin-top: 1px;
}
.dailybutton {
  font-family: "Lato", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  color: white;
  letter-spacing: 0.35px;
  background: transparent;
  border: none;
  box-shadow: none;
  text-shadow: 0 0 black;
  text-decoration: underline;
  width: 48px !important;
}
.dailybutton:hover {
  background: black;
}
#dailyfullscreen {
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes anim-1 {
  0%, 30% {
    opacity: 0;
  }
  30%, 80% {
    opacity: 1;
    top: 82%;
  }
  80%, 100% {
    opacity: 1;
    top: 82%;
  }
}
#g-navigation .g-toplevel > li:nth-last-child(2) {
  width: 50px;
}
#SignUpForE-mail .sandmanFormFromName {
  display: none;
}
#SignUpForE-mail #sandmanFromInputWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#SignUpForE-mail .sandmanFromsingleInput input {
  width: 80%;
}
#SignUpForE-mail .sandmanFromsingleInput select {
  width: 80%;
}
#SignUpForE-mail .sandmanFromsingleInput label {
  font-weight: bold;
}
#SignUpForE-mail .formSumbitBtnWrap button {
  background-color: #d5ac39;
  padding: 2% 4%;
  color: white;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
}
#SignUpForE-mail .sandmanFromsingleInput:nth-child(n+7):nth-child(-n+9) {
  display: none;
}
.menuhome .page-header h1 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 2.4px;
  color: #d5ac39;
}
.menuhome .page-header h1:before {
  content: url('../../../../images/logo/logo-bardel-small.png');
  display: inline-block;
  vertical-align: middle;
}
.sandmanFromsingleInput input {
  margin-bottom: 10px;
}
.sandmanFromsingleInput label {
  display: block;
}
.btn-secondary {
  background: #5e6469;
}
/**/
.form-search {
  display: none;
}
.form-search.active {
  display: block;
}
/**/
/*# sourceMappingURL=custom_12.css.map */