/*--------------------------------------------------------------
>>> FONTS
----------------------------------------------------------------*/

*,
body {
  font-family: "Open Sans", sans-serif;
}

.carousel-caption h1 {
  font-weight: bold !important;
}

.carousel-caption h2 {
  font-weight: bold !important;
}

a:hover {
  text-decoration: none !important;
}

p {
  font-weight: 300;
}

/*--------------------------------------------------------------
>>> GLOBAL CLASSES
----------------------------------------------------------------*/

.no-pdn {
  padding: 0px;
}

.no-pdn-right {
  padding-right: 0px;
}

.no-pdn-left {
  padding-left: 0px;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #a7d800;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
}

#return-to-top:hover {
  background: #ff5902;
}

#return-to-top i {
  color: #000000;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i:hover {
  color: #fff;
  top: 5px;
}

.dropdown-menu {
  border-radius: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.block-grey {
  margin-bottom: 80px;
  padding: 32px;
  background: #f2f2f4;
}

/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/

.bg-dark {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

header {
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

header ul.quimicals {
  position: relative;
}

header .quimic-container {
  border: 2px solid #fff;
}

header .quimic-container h3 {
  position: absolute;
  font-size: 10px !important;
  display: block;
  top: 0px;
  left: 1px;
  color: #fff;
}

header .quimic-container h1 {
  position: relative;
  font-size: 18px;
  display: block;
  top: 5px;
  margin: 2px auto;
  color: #fff;
}

header .quimic-container .h1 {
  position: relative;
  font-size: 18px;
  display: block;
  top: 5px;
  margin: 2px auto;
  color: #fff;
}

header .quimic-container h2 {
  position: relative;
  font-size: 8px;
  display: block;
  top: 2px;
  color: #fff;
}

.dropdown-toggle::after {
  display: none;
}

.carousel-indicators li {
  opacity: 0.95;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link {
  border-bottom: 3px solid transparent;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid #ec6608;
}

.navbar-nav li {
  padding: 0px 10px;
}

ul.quimicals {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.quimicals li {
  padding: 0px;
}

.navbar {
  padding: 0px 30px;
}

#home-carousel .hvr-bounce-to-right:hover {
  color: #000000;
}

#home-carousel .hvr-bounce-to-right:before {
  background: #fff;
}

.hvr-bounce-to-right:hover {
  color: #ec6608;
}

.hvr-bounce-to-right:before {
  background: #fff;
  color: #ec6608;
}

.product-article .hvr-bounce-to-right:hover {
  color: #052e5c;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  header li.dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    height: 100%;
    display: block;
  }
}

.dropdown-menu:hover {
  display: block;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 0px;
    min-height: 75px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.right-display.id-display {
    left: -995%;
  }
}

.navbar.fixed-top {
  backdrop-filter: saturate(180%) blur(3px);
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid #ec6608;
}

/*--------------------------------------------------------------
>>> HOME
----------------------------------------------------------------*/

#home-carousel .carousel-caption {
  /* bottom: 21%; */
  z-index: 1;
}

.btn.btn-orange {
  color: #000;
  background: #a7d800;
  border: none;
  padding: 15px 45px;
  margin-bottom: 20px;
  font-size: 0.9em;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn.btn-orange2 {
  color: #000;
  background: #a7d800;
  border: none;
  padding: 4.3px 14px;
  margin-bottom: 20px;
  margin-left: 14px;
  font-size: 0.9em;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn.btn-orange3 {
  color: #000;
  background: #a7d800;
  border: none;
  padding: 4.3px 14px;
  margin-bottom: 20px;
  font-size: 0.9em;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn.btn-orange3 a {
  color: #000000;
}

.btn.btn-orange:hover {
  color: #000000;
}
/* CODIGO SISMO */
#carouselMainHome{
  height: 100vh;
}
#carouselMainHome .carousel-inner{
  height: 100%;
}
#carouselMainHome .carousel-inner picture{
  display: block;
  height: 100%;
}

#carouselMainHome .carousel-inner picture img{
  width: 100% !important;
  object-fit: cover;
  height: 100%;
}
#carouselMainHome .carousel-caption{
  height: 100%;
}
#carouselMainHome .carousel-item{
  height: 100%;
}
.buttons-container a.btn-orange{
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}
.buttons-container a.btn-orange--extra{
  background-color: rgba(0, 30, 60, 1);
}
.container-caption-buttons{
  position: absolute;
  right: 0;
  bottom: 5%;
  left: 0;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid-buttons-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  gap: 15px;
}
@media screen and (min-width: 40em) {
  #home-carousel .carousel-indicators{
      bottom: 5% !important;
  }
  /* #home-carousel .carousel-caption{
      bottom: 10% !important;
  } */
  .buttons-container a.btn-orange{
      width: auto;
      min-width: 346px;
  }
  #carouselMainHome{
    height: calc(100vh - 86px);
  }
}


/* FIN */

#home-carousel .carousel-indicators {
  bottom: 5%;
}

#home-carousel .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 10px;
}

#home-carousel .carousel-indicators li.active {
  background-color: #ec6608;
}

#home-carousel .carousel-indicators li:first-child {
  margin-left: 20px;
}

#home-carousel .carousel-item:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(3, 49, 97, 0.8) 0%,
    rgba(205, 214, 223, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(3, 49, 97, 0.8) 0%,
    rgba(205, 214, 223, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(3, 49, 97, 0.8) 0%,
    rgba(205, 214, 223, 0) 80%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc033161', endColorstr='#00ffffff', GradientType=1);
}

#main-pilars {
  background: #717171;
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#033161', endColorstr='#1d9ee2', GradientType=1);
  color: #fff;
}

#main-pilars p,
#main-pilars a {
  font-size: 1em;
  max-width: 150px;
  display: block;
  margin: 5px auto;
  color: #fff;
}

.hexa {
  position: relative;
  width: 100px;
  height: 57.74px;
  background-color: transparent;
  margin: 28.87px 0;
  border-left: solid 2.4px #fff;
  border-right: solid 2.4px #fff;
  display: block;
}

.hexa:before,
.hexa:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 70.71px;
  height: 70.71px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 12.6447px;
}

.hexa:before {
  top: -35.3553px;
  border-top: solid 3px #fff;
  border-right: solid 2.8284px #fff;
  border-radius: 5px;
}

.hexa:after {
  bottom: -35.3553px;
  border-bottom: solid 2.8284px #fff;
  border-left: solid 2.8284px #fff;
  border-radius: 5px;
}

#world-map h1 {
  color: #ec6608;
  font-size: 1em;
  font-weight: 300;
}

#world-map .h1 {
  color: #ec6608;
  font-size: 1em;
  font-weight: 300;
  border-top: 0px solid #b6bbca;
  border-bottom: 0px solid #b6bbca;
  padding: 0px 0px;
}

#world-map h2 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  font-weight: 300;
}

#world-map .map img {
  opacity: 0.4;
}

ul.country {
  list-style: none;
  margin-left: 0px;
  padding-left: 10px;
  position: relative;
  top: 10px;
}

ul.country li {
  margin-bottom: 40px;
}

.img-flag {
  width: 30px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

#scores h3 {
  font-size: 3em;
  font-weight: 900;
  color: #ff5902;
}

#scores p {
  color: #717580;
  min-height: 50px;
  font-weight: 300;
}

.s-container:after {
  content: " ";
  display: block;
  width: 100%;
  height: 5px;
  background: #ff5902;
  border-radius: 5px;
}

#main-characteristic .picture-bg {
  background: url(../img/bg-resistencia.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

#main-characteristic h2 {
  font-size: 1.1em;
  font-weight: bold;
}

#main-characteristic h1 {
  font-size: 2.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  font-weight: 900;
}

#main-characteristic h3 {
  font-size: 2.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0px;
  font-weight: 900;
}

.btn.btn-plus.btn-orange {
  padding: 5px 20px;
  font-size: 2em;
  font-weight: 300;
}

.btn.btn-green {
  color: #000;
  background: #a7d800;
  border: none;
  padding: 15px 45px;
  margin-bottom: 20px;
  font-size: 0.9em;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn.btn-plus.btn-green {
  padding: 5px 20px;
  font-size: 2em;
  font-weight: 300;
}

.btn.btn-plus.btn-green:hover {
  color: #000000;
}

#sust-home {
  background: url(../img/medio-ambiente.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-top: 200px !important;
}

#sust-home .container {
  position: relative;
  z-index: 1;
}

#sust-home h2 {
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #a7d800;
}

#sust-home h1 {
  font-size: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  font-weight: 900;
}

#sust-home h3 {
  font-size: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  font-weight: 900;
}

#sust-home:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

#blog-home {
  color: #717580;
}

#blog-home h2 {
  font-size: 1.1em;
  color: #ec6608;
}

#blog-home h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  font-weight: 900;
  margin-bottom: 18px;
}

#blog-home h2 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  font-weight: 900;
  margin-bottom: 18px;
}

#blog-home img {
  min-height: 100%;
}

.light-gray-bg {
  background: #f2f2f2;
  max-height: 600px;
}

#blog-home .carousel-item {
  background: #f2f2f2;
}

#blog-home .carousel-indicators {
  bottom: -50px;
}

#blog-home .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 10px;
}

#blog-home .carousel-indicators li {
  background-color: #717580;
}

#blog-home .carousel-indicators li.active {
  background-color: #a7d800;
}

#blog-home .carousel-indicators li:first-child {
  margin-left: 20px;
}

.read-more-container {
  margin-top: 70px;
}

.btn-read-more {
  color: #ec6608;
  border-radius: 3px;
  border: 1px solid #ec6608;
  padding: 15px 30px;
}

#world-map .thumb-container img {
  opacity: 1;
}

.desc-thumb-container {
  position: relative;
  width: 250px;
  height: 180px;
}

#world-map .map {
  position: relative;
  min-height: 550px;
  top: -50px;
  margin-bottom: -80px;
}

.thumb-container {
  position: absolute;
}

.blue-box {
  background: #136987;
  padding: 15px;
  width: 250px;
  height: 180px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blue-box:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #136987 transparent transparent transparent;
  bottom: -10px;
  left: 43%;
}

.blue-box a {
  color: #fff;
}

#world-map .thumb-container h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#world-map .thumb-container h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  border-top: 0px solid #b6bbca;
  border-bottom: 0px solid #b6bbca;
  padding: 0px 0px;
}

#world-map .thumb-container address {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

#world-map .thumb-container address p {
  color: #fff;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}

.thumb-container .blue-flag {
  position: relative;
  top: -8px;
  right: 17px;
  min-width: 28px;
}

.thumb-container .blue-box a {
  text-align: center;
  display: block;
  margin: 10px auto;
}

.thumb-container .moly-icon {
  position: absolute;
  bottom: -37px;
  left: 43.5%;
}

ul.country li a {
  color: #717580;
}

/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

#submenu-footer {
  font-size: 12px;
  background: #3a4052;
  border-top: 60px solid #4d5262;
  color: #ededed;
}

#submenu-footer h3 {
  font-size: 0.95em;
  color: #a7d800;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

#submenu-footer .quimic-container {
  width: 35px;
  height: 41px;
  display: block;
  border: 2px solid #a7d800;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0px;
  top: -15px;
  left: 0px;
  margin-right: 2px;
}

.quimic-container {
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #a7d800;
  border-radius: 5px;
  position: relative;
  margin-bottom: 0px;
}

.quimic-container h1 {
  position: relative;
  font-size: 18px;
  display: block;
  top: 7px;
  margin: 2px auto;
  color: #a7d800;
}

.quimic-container .h1 {
  position: relative;
  font-size: 18px;
  display: block;
  top: 7px;
  margin: 2px auto;
  color: #a7d800;
}

.quimic-container h2 {
  position: relative;
  font-size: 8px;
  display: block;
  top: 1px;
  color: #a7d800;
}

.quimic-container h3 {
  position: absolute;
  font-size: 9px !important;
  display: block;
  top: 0px;
  left: 1px;
  color: #a7d800;
}

ul.quimicals {
  list-style: none;
  margin-left: 0px;
  padding-left: 5px;
}

ul.quimicals li {
  display: inline-block;
  margin-right: -4px;
}

ul.quimicals li:last-child {
  margin-right: 0px;
}

#submenu-footer .fix-top {
  position: relative;
  top: -35px;
}

#submenu-footer ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

#submenu-footer ul li {
  margin-bottom: 5px;
  font-size: 0.97em;
}

#footer-certifications {
  background: #4d5262;
  color: #fff;
  font-size: 12px;
}

#footer-certifications a {
  color: #fff;
}

#footer-certifications a:hover {
  color: #fff;
  opacity: 0.9;
}

@media screen and (max-width: 960px) {
  ul.certifications {
    left: 5px;
  }
}

#footer-certifications h1,
#footer-certifications h3 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.footer-social-media {
  list-style: none;
  padding-left: 0;
}
.footer-social-media img {
  max-width: 27px;
}
.footer-social-media {
  display: flex;
  justify-content: center;
}

.footer-social-media li {
  margin: 0 0.75rem;
}

.list-group-item {
  background-color: transparent;
  border: none;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

footer .col {
  padding-right: 10px;
  padding-left: 10px;
}

.list-group-item {
  padding: 0px;
}

ul.certifications {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  position: relative;
  left: -25px;
}

ul.certifications li {
  display: inline-block;
  margin-right: 10px;
}

#footer-certifications h3.green-title {
  color: #a7d800;
}

ul.other-cert {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.white-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

#copyright {
  background: #5fcf69;
  color: #fff;
  font-size: 12px;
}

ul.contact-footer-menu {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

ul.contact-footer-menu li {
  display: inline-block;
  margin-right: 20px;
}

ul.contact-footer-menu li:last-child {
  margin-right: 0px;
}

ul.contact-footer-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

ul.other-cert li {
  margin-bottom: 10px;
}

li.title {
  border-bottom: 1px solid #fff;
}

.bg-dark {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bg-dark.scrolled {
  background-color: rgba(0, 0, 0, 0.35) !important;
}

#submenu-footer ul li a {
  color: #fff;
  opacity: 1;
}

#submenu-footer ul li a:hover {
  opacity: 0.8;
}

#submenu-footer h3 a {
  color: #a7d800;
}
@media screen and (max-width: 767px) {
  #copyright {
    height: auto !important;
  }
}

/*--------------------------------------------------------------
>>> PRODUCTOS Y SERVICIOS
----------------------------------------------------------------*/

.list-horizontal {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

.list-horizontal li {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb-moly {
  margin-bottom: 50px;
}

.breadcrumb-moly li {
  color: #fff;
  font-size: 0.8em;
}

.breadcrumb-moly li:after {
  content: "/";
  display: inline-block;
  height: auto;
  width: 20px;
  margin: 0px -10px 0px 15px;
  color: #fff;
  font-size: 0.8em;
}

.breadcrumb-moly li.current:after {
  content: "";
  display: none;
}

.breadcrumb-moly li a {
  color: #fff;
}

h2.moly-name {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.cer {
  font-size: 9px;
}

#copyright {
  height: 65px;
  background-color: #ff5902 !important;
}

.cpr {
  margin-top: 19px;
}

.btn.btn-plus.btn-blue {
  padding: 8px 20px;
  font-size: 1.5em;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-bottom: 0px;
  opacity: 0.9;
}

.btn.btn-blue {
  color: #fff;
  background: #052e5c;
  border: none;
  padding: 15px 45px;
  margin-bottom: 20px;
  font-size: 0.9em;
  border-radius: 0px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hexa-container-dblue {
  position: relative;
  width: 100px;
  height: 57.74px;
  background-color: #052e5c;
  margin: 28.87px 0;
}

.hexa-container-dblue:before,
.hexa-container-dblue:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  left: 0px;
}

.hexa-container-dblue:before {
  bottom: 100%;
  border-bottom: 28.87px solid #052e5c;
}

.hexa-container-dblue:after {
  top: 100%;
  width: 0;
  border-top: 28.87px solid #052e5c;
}

.product-article {
  position: relative;
  margin: 0px 20px;
}

.product-article img {
  min-height: 100%;
  min-width: 100%;
}

h1.main-title,
.main-title {
  font-size: 2em !important;
  color: #73767d !important;
  width: auto;
  padding-top: 10px !important;
  padding-bottom: 10px;
  border-top: 1px solid #b6bbc9;
  border-bottom: 1px solid #b6bbc9;
  margin: 50px 0px;
  display: inline-block;
  font-weight: 300;
}

h2.main-title,
.main-title {
  font-size: 2em !important;
  color: #73767d !important;
  width: auto;
  padding-top: 10px !important;
  padding-bottom: 10px;
  border-top: 1px solid #b6bbc9;
  border-bottom: 1px solid #b6bbc9;
  margin: 50px 0px;
  display: inline-block;
  font-weight: 300;
}

.hexa-container-dblue {
  position: absolute;
  top: 30px;
  right: 100px;
  opacity: 0.9;
}

.hexa-container-dblue h2 {
  position: relative;
  z-index: 9;
  top: -10px;
  color: #fff;
}

.hexa-container-dblue h3 {
  position: relative;
  z-index: 9;
  left: -15px;
  font-size: 0.8em;
  color: #fff;
}

.desc-container {
  position: absolute;
  width: 310px;
  height: 180px;
  bottom: 70px;
  right: -25px;
  background: #052e5c;
  color: #fff;
  padding: 20px;
}

.desc-container h1 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: center;
}

.desc-container h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0px auto 20px auto;
  display: flex;
  justify-content: center;
}

.desc-container p {
  font-size: 1em;
}

#product-inner
  .row
  .col-lg-4:nth-child(2n)
  .product-article
  .hexa-container-dblue {
  background-color: #026ab1;
}

#product-inner
  .row
  .col-lg-4:nth-child(2n)
  .product-article
  .hexa-container-dblue:before {
  border-bottom: 28.87px solid #026ab1;
}

#product-inner
  .row
  .col-lg-4:nth-child(2n)
  .product-article
  .hexa-container-dblue:after {
  border-top: 28.87px solid #026ab1;
}

#product-inner .row .col-lg-4:nth-child(2n) .product-article .desc-container {
  background: #026ab1;
}

#product-inner .row .col-lg-4:nth-child(2n) .btn.btn-blue {
  background: #026ab1;
}

#product-inner
  .row
  .col-lg-4:nth-child(3n)
  .product-article
  .hexa-container-dblue {
  background-color: #009fe3;
}

#product-inner
  .row
  .col-lg-4:nth-child(3n)
  .product-article
  .hexa-container-dblue:before {
  border-bottom: 28.87px solid #009fe3;
}

#product-inner
  .row
  .col-lg-4:nth-child(3n)
  .product-article
  .hexa-container-dblue:after {
  border-top: 28.87px solid #009fe3;
}

#product-inner .row .col-lg-4:nth-child(3n) .product-article .desc-container {
  background: #009fe3;
}

#product-inner .row .col-lg-4:nth-child(3n) .btn.btn-blue {
  background: #009fe3;
}

.hexa-double-first {
  right: 160px;
}

.hexa-double-second {
  right: 70px;
}

.hexa-container-dblue h2 span {
  font-size: 0.4em;
  position: relative;
  bottom: -5px;
}

#main-characteristic h1.main-title {
  font-size: 2em;
  color: #73767d;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #73767d;
  border-bottom: 1px solid #73767d;
  margin: 50px 0px;
  display: inline-block;
}

#main-characteristic h3.main-title {
  font-size: 2em;
  color: #73767d;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #73767d;
  border-bottom: 1px solid #73767d;
  margin: 50px 0px;
  display: inline-block;
}

.file-container a {
  color: #717580;
}

.orange-tabs {
  margin-top: 30px;
}

#inner-content .product-container .nav-tabs {
  border-bottom: none;
  margin-top: 20px;
}

/*--------------------------------------------------------------
>>> MO+RE
----------------------------------------------------------------*/

.description-listing .picture-bg {
  background: url(../img/bg-resistencia.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.description-listing .picture-bg.alt-bg {
  background: url(../img/bg-char.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

.description-listing h2 {
  font-size: 1.1em;
}

.description-listing h1 {
  font-size: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  font-weight: 300;
  margin-bottom: 40px;
}

.description-listing h2 {
  font-size: 2em !important;
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  padding: 5px 0px !important;
  font-weight: 300 !important;
  margin-bottom: 40px !important;
}

.description-listing img {
  min-width: 100%;
}

#world-mineral .nav-tabs .nav-link {
  color: #74757a;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 20px;
  border-bottom: 1px solid #74757a;
}

#world-mineral .nav-tabs .nav-link.active {
  color: #eb6609;
  background-color: transparent;
  border-color: transparent;
  border: 1px solid transparent;
  border-bottom: 2px solid #eb6609;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

a:focus {
  outline: none;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.card {
  border: 1px solid transparent;
}

.btn-link.focus,
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
}

#faqs .btn-link {
  color: #5fcf69;
  padding-left: 0px;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: transparent;
}

#faqs .card-header button {
  position: relative;
  left: -40px;
}

#faqs .card-body {
  position: relative;
  left: -40px;
  top: -10px;
}

#faqs .card-header {
  position: relative;
}

#faqs .card-header:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #5fcf69;
  display: block;
  top: 0px;
  left: 33px;
  z-index: 9;
}

#faqs .card-body {
  position: relative;
}

#faqs .card-body:before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #5fcf69;
  display: block;
  top: 10px;
  left: -24px;
  z-index: 9;
}

#faqs .card {
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
}

.in-tip {
  color: #fff;
  position: relative;
  padding-top: 200px;
  padding-bottom: 80px;
}

.in-tip .container {
  position: relative;
  z-index: 1;
}

.in-tip h2 {
  font-size: 1.1em;
}

.in-tip h1 {
  font-size: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  font-weight: 300;
}

.in-tip h3 {
  font-size: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  font-weight: 300;
}

.in-tip:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(3, 49, 97, 0.1);
}

.in-tip-kids {
  background: url(../img/foto_contacto_moyre.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.in-tip-laptop {
  background: url(../img/foto_contacto.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.in-tip-hause {
  background: url(../img/foto_contacto_inversionista.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.external-link h3 {
  min-height: 50px;
}

/*--------------------------------------------------------------
>>> INVERSIONISTAS
----------------------------------------------------------------*/

#financial-results h3 {
  font-size: 1.3em;
  color: #5fcf69;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #dedee0;
}

#financial-results h4 {
  font-size: 0.95em;
  min-height: 30px;
  padding-left: 5px;
  text-align: center;
}

#financial-results h5 {
  font-size: 1em;
  height: 25px;
  background: #b5bbc9;
  margin-bottom: 0px;
  padding: 5px 0px 0px 15px;
}

#financial-results p {
  color: #73767d;
}

#financial-results .file {
  height: 60px;
  background: #f2f2f4;
  padding: 15px 0px;
  text-align: center;
}

.blue-events {
  background: #026ab1;
  color: #fff;
  padding: 70px 0px 30px 0px;
}

#next-events article {
  position: relative;
  margin-bottom: 50px;
}

#next-events article p {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  font-size: 0.9em;
}

.date-box {
  position: absolute;
  top: -10px;
  left: 35px;
  background: #5fcf69;
  width: 80px;
  height: 80px;
  text-align: center;
  padding-top: 8px;
}

.date-box h2 {
  font-size: 2.5em;
  margin-bottom: -5px;
  color: #fff;
}

.date-box h3 {
  font-size: 0.8em;
  color: #fff;
}

#next-events .read-more-container {
  margin-top: 30px;
}

h3.current-title {
  font-size: 1.3em;
  margin: 30px 0px;
}

.file-listin {
  margin-bottom: 30px;
}

.table-chars {
  margin-left: 15px;
}

.bonos .table-chars .col-3 {
  max-width: 24%;
  justify-content: center;
}

.bonos .table-chars .col-1 {
  max-width: 10%;
  min-width: 9.45%;
}

.bonos .table-chars h3 {
  font-weight: normal;
}

.table-chars .col-3.title-table {
  padding: 7px 10px;
  background: #b4bcc9;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.table-chars .col-1.title-table {
  padding: 10px 3px;
  background: #b4bcc9;
  margin-bottom: 3px;
  margin-right: 3px;
  align-items: center;
  font-size: 11.5px;
  display: flex;
}

.table-chars .col-1 {
  padding: 3px;
  background: #f2f2f4;
  margin-bottom: 3px;
  margin-right: 3px;
  align-items: center;
  font-size: 11.5px;
  display: flex;
}

.contact-bonos {
  margin: 80px 0px;
}

.contact-bonos h4 {
  font-size: 1.3em;
  font-weight: bold;
}

/*--------------------------------------------------------------
>>> TEMPLATES
----------------------------------------------------------------*/

#template-header {
  background: url(../img/header_productos.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#template-header {
  color: #fff;
  padding-top: 110px;
  padding-bottom: 100px;
  position: relative;
  padding-top: 200px;
}

#template-header:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061', GradientType=1);
}

#template-header .container {
  position: relative;
  z-index: 1;
}

#template-header h1 {
  font-size: 2.8em;
  margin-bottom: 10px;
  position: relative;
  top: 30px;
  font-weight: 300;
}

#inner-content .content-container h1 {
  color: #717580;
  font-size: 1.8em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
}

#inner-content .content-container h2 {
  color: #717580;
  font-size: 1.8em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
}

#inner-content .content-container img {
  max-width: 100%;
  height: auto;
  z-index: 2;
}

.product-container .nav-tabs .nav-item {
  margin-bottom: 20px;
}

#inner-content .product-container img {
  min-height: 150px;
}

ul.gallery-thumb {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
}

ul.gallery-thumb li {
  display: inline-block;
  margin-right: 5px;
  max-width: 23%;
}

#inner-content .content-container ul.gallery-thumb li a img {
  width: 150px;
  height: 100px;
  width: fit-content;
  height: fit-content;
  background-size: cover;
  object-fit: cover;
}

.content-container {
  color: #717580;
}

.content-container h2 {
  font-size: 1.3em;
  /* CHANGE color: #5fcf69;*/
  margin-top: 60px;
}

.content-container .owl-theme .owl-nav.disabled + .owl-dots {
  display: none;
}

.img-contain {
  width: fit-content;
  height: fit-content;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

/*--------------------------------------------------------------
>>> MO + RE ACCORDION
----------------------------------------------------------------*/

.hexa-container-faqs {
  position: relative;
  width: 29px;
  height: 16.74px;
  background-color: #b6bbca;
  margin: 8.37px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  top: 10px;
  left: 10px;
}

.hexa-container-faqs:before,
.hexa-container-faqs:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 20.51px;
  height: 20.51px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 4.247px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hexa-container-faqs:before {
  top: -10.253px;
}

.hexa-container-faqs:after {
  bottom: -10.253px;
}

.hexa-container-faqs span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 29px;
  height: 16.7432px;
  z-index: 2;
  background: inherit;
}

.hexa-container-faqs.green-active {
  background-color: #5fcf69;
}

#faqs .card-header:before {
  display: none;
}

#faqs .card-body:before {
  display: none;
}

#faqs .number {
  position: absolute;
  top: 27px;
  left: 36px;
  color: #fff;
  z-index: 9;
  font-size: 14px;
}

.line-up {
  position: absolute;
  height: 15px;
  width: 3px;
  background: #b6bbca;
  display: block;
  top: 3px;
  left: 39px;
  z-index: 9;
}

.line-up.green-active {
  background: #5fcf69;
}

.line-down {
  position: absolute;
  height: 100%;
  width: 3px;
  background: #5fcf69;
  display: block;
  top: 4px;
  left: 39px;
  z-index: 9;
}

#molyFaqs {
  min-width: 100%;
}

#faqs .card-header,
#faqs .card-body {
  position: relative;
}

#faqs .card-header button {
  position: relative;
  left: -20px;
  top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

.hexa-container-faqs {
  top: 20px;
}

#faqs .card {
  box-shadow: none;
  margin-bottom: 0px;
  overflow: visible;
}

#faqs .card-body {
  -webkit-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 5px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#faqs .btn-link {
  color: #a7a7a7;
  padding-left: 0px;
}

#faqs button[aria-expanded="true"] {
  color: #5fcf69 !important;
}

#sidebar a.btn-link[aria-expanded="true"] i.fa-chevron-right:before {
  content: "\f078";
}

/*--------------------------------------------------------------
>>> INVERSIONISTAS - TEMPLATE
----------------------------------------------------------------*/

.plane-cube {
  background: #ec6607;
  color: #fff;
  padding: 15px 16px;
  width: 50px;
  height: 50px;
}

.external-link h3 {
  font-size: 1.2em;
  font-weight: bold;
}

.link-item {
  background: #f2f2f4;
  padding: 15px;
  display: block;
}

.link-item p {
  color: #525357;
  margin-bottom: 0px;
}

.a-meetings {
  margin-bottom: 100px;
}

.a-meetings h1 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.a-meetings h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.a-meetings .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.a-meetings .nav-tabs .nav-link {
  color: #fff;
  background-color: #b5bbc9;
  border-color: transparent;
  border-radius: 0px !important;
  font-size: 0.9em;
  margin-right: 5px;
}

.a-meetings .nav-tabs .nav-item.show .nav-link,
.a-meetings .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #5fcf69;
  border-color: transparent;
  border-radius: 0px !important;
  font-size: 0.9em;
  margin-right: 5px;
}

.a-meetings .nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px;
}

.a-meetings .nav-tabs .nav-item {
  margin-bottom: 0px;
  width: 25%;
}

.a-meetings .nav-tabs {
  border-bottom: 5px solid #fff;
}

.a-meetings .nav-link {
  padding: 3px 10px;
}

.file-listin {
  background: #f2f2f4;
  padding: 30px;
}

.file-listin p {
  font-size: 16px;
  padding-right: 10px;
  margin-bottom: 0px;
}

.file-listin .col-6,
.file-listin .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.file-container {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
  min-height: 110px;
}

.chars-listing h2 {
  font-size: 1.3em;
  color: #5fcf69;
  margin-top: 60px;
}

.table-chars .col-3,
.table-chars .col-9 {
  padding: 10px;
  background: #f2f2f4;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.table-chars .col-9 {
  max-width: 70%;
}

.table-chars h3 {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0px;
}

.table-chars p {
  font-size: 0.9em;
  margin-bottom: 0px;
}

.a-meetings .tab-content {
  border-bottom: 5px solid #fff;
}

.first-memorials {
  position: relative;
  margin-bottom: 80px;
}

.first-memorials:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -30px;
  left: 0;
  background: #f2f2f4;
  z-index: -1;
}

.second-memorials {
  margin-bottom: 80px;
}

.third-memorials {
  margin-bottom: 80px;
  padding: 15px;
  background: #f2f2f4;
}

.third-memorials article {
  margin-bottom: 10px;
}

.third-memorials article h3 {
  font-size: 0.8em;
  font-weight: bold;
}

.content-container .second-memorials h2 {
  font-size: 0.9em;
  color: #737478;
  margin-top: 0px;
}

.content-container .second-memorials img {
  margin-bottom: 10px;
}

#inner-content .content-container .first-memorials article h1 {
  color: #717580;
  font-size: 16px;
  border-top: none;
  border-bottom: none;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  display: flex;
  align-items: center;
}

.directory {
  margin-bottom: 60px;
}

.directory .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}

.green-description {
  background: #57ba60;
  color: #fff;
  padding: 10px 10px 5px 10px;
  text-align: center;
  position: relative;
  min-height: 135px;
  flex-direction: column;
}

.green-toogle {
  background: #57ba60;
  color: #fff;
  padding: 0px 0px 5px 0px;
  text-align: center;
  position: relative;
}

.green-toogle:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: #57ba60 transparent transparent transparent;
  bottom: -10px;
  left: 45%;
}

.green-toogle a {
  color: #fff;
}

.green-description a.dir-download {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#inner-content .directory article .green-description h1 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-top: none;
  border-bottom: none;
  margin: 5px 0px;
  padding: 0px;
  min-height: 35px;
}

#inner-content .directory article .green-description h2 {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-top: none;
  border-bottom: none;
  margin: 5px 0px;
  padding: 0px;
  min-height: 35px;
}

#inner-content .directory article .green-description h3 {
  color: #fff;
  font-size: 14px;
  border-top: none;
  border-bottom: none;
  margin: 5px 0px;
  min-height: 35px;
}

#inner-content .directory article .green-description p {
  color: #fff;
  font-size: 14px;
}

#inner-content .directory article .green-description i {
  color: #fff;
  font-size: 14px;
}

#inner-content .directory article img {
  width: auto;
  margin: 0 auto;
  display: block;
}

.directors {
  background: #f2f2f4;
  padding: 20px;
  margin-bottom: 0px;
}

.directors h2 {
  font-size: 14px;
  margin: 5px 0px;
}

.directors h3 {
  font-size: 14px;
  margin: 5px 0px;
}

.gobierno ul {
  margin-left: 20px;
  padding-left: 0px;
}

#inner-content .product-container article {
  position: relative;
}

#inner-content .product-container article h1 {
  font-size: 14px;
  border-top: none;
  border-bottom: none;
}

#inner-content .product-container article h2 {
  font-size: 14px;
  border-top: none;
  border-bottom: none;
}

#inner-content .product-container .article-title {
  background: #fff;
  position: absolute;
  width: 80%;
  height: 70px;
  padding: 10px;
  -webkit-box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 3px 8px 4px rgba(0, 0, 0, 0.1);
  top: -10px;
  left: 20px;
  z-index: 1;
}

#inner-content .content-container.product-container .tab-pane h1 {
  color: #717580;
  font-size: 2em;
  border-top: none;
  border-bottom: none;
  padding: 0px;
  margin: 20px 0px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#inner-content .content-container.product-container .tab-pane h2 {
  color: #717580;
  font-size: 2em;
  border-top: none;
  border-bottom: none;
  padding: 0px;
  margin: 20px 0px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.fix-row {
  margin-left: 0px;
  margin-right: 0px;
}

#inner-content .product-container .gray-bg {
  background: #efeff0;
  padding: 20px;
}

#inner-content .product-container .blue-bg {
  background: #0f6ab1;
  padding: 20px;
  color: #fff;
}

#inner-content .product-container .blue-bg p {
  font-size: 12.5px;
}

#inner-content .product-container .nav-link.active .blue-hover {
  background: rgba(15, 106, 177, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}

.btn.btn-plus.btn-orange.tab-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 1em;
  padding: 12px 18px;
  margin-bottom: 0px;
}

#inner-content .product-container .nav-tabs .nav-item.show .nav-link,
#inner-content .product-container .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  border: none;
  padding: 0px;
}

#inner-content .product-container .nav-link {
  padding: 0px;
}

#inner-content .product-container .nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

#inner-content .product-container .nav-tabs {
  border-bottom: none;
}

#inner-content .product-container .orange-tabs .nav-tabs .nav-link {
  color: #74757a;
  text-transform: uppercase;
  font-size: 0.9em;
  margin-bottom: 20px;
  border-bottom: 1px solid #74757a;
  padding: 10px 20px;
}

#inner-content .product-container .orange-tabs .nav-tabs .nav-link.active {
  color: #eb6609;
  background-color: transparent;
  border-color: transparent;
  border: 1px solid transparent;
  border-bottom: 2px solid #eb6609;
}

#inner-content .product-container .orange-tabs .nav-tabs .nav-item {
  max-width: 100%;
  margin-right: 0px;
}

#inner-content .product-container .table-chars .col-2.title-table,
#inner-content .product-container .table-chars .col-4.title-table {
  padding: 7px 10px;
  background: #5fcf69;
  margin-bottom: 0px;
  margin-right: 0px;
  border-right: 2px solid #fff;
}

#inner-content .product-container .table-chars .col-2,
#inner-content .product-container .table-chars .col-4 {
  padding: 10px;
  background: #f2f2f4;
  margin-bottom: 0px;
  margin-right: 0px;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
}

#inner-content .product-container .table-chars .white-row .col-2,
#inner-content .product-container .table-chars .white-row .col-4 {
  background: #fff;
}

#inner-content .product-container .orange-tabs {
  margin-bottom: 40px;
}

.hexagon-gray,
.hexagon-green {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #b6bbcb;
  margin: 14.43px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.hexagon-green {
  background-color: #a7d800;
}

.hexagon-gray:before,
.hexagon-green:before,
.hexagon-gray:after,
.hexagon-green:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35.36px;
  height: 35.36px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.3223px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.hexagon-gray:before,
.hexagon-green:before {
  top: -17.6777px;
}

.hexagon-gray:after,
.hexagon-green:after {
  bottom: -17.6777px;
}

.hexagon-gray span,
.hexagon-green span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 28.8675px;
  z-index: 2;
  background: inherit;
}

#inner-content .content-container.product-container h1.hexa-title {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  top: 5px;
  font-weight: 300;
}

#inner-content .content-container.product-container h2.hexa-title {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  top: 5px;
  font-weight: 300;
}

#inner-content .content-container.product-container .in-title {
  margin-top: 50px;
  margin-bottom: 30px;
}

#inner-content .content-container.product-container .in-title:first-child {
  margin-top: 0px;
  margin-bottom: 30px;
}

blockquote {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #c9cdd8;
}

#inner-content .content-container h1 {
  margin-top: 40px;
  font-weight: 300;
}

#inner-content .content-container h2 {
  margin-top: 40px;
  font-weight: 300;
}

#inner-content .content-container h1:first-child {
  margin-top: 0px;
  margin-bottom: 40px;
}

#inner-content .content-container h2:first-child {
  margin-top: 0px;
  margin-bottom: 40px;
}

.green-toogle:after {
  left: 43%;
}

.white-toogle a {
  color: #57ba60;
  position: relative;
  bottom: -33px;
}

.white-toogle {
  background: #57ba60;
  color: #fff;
  padding: 10px 10px 5px 10px;
  text-align: center;
  position: relative;
}

.white-toogle:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent transparent #ffffff transparent;
  bottom: -2px;
  left: 43%;
}

/*--------------------------------------------------------------
>>> SIDEBAR
----------------------------------------------------------------*/

#sidebar {
  background: #fff;
  padding: 25px;
  position: relative;
  top: -150px;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  max-width: 80%;
  margin: 0 auto;
}

#sidebar h1 {
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom: 1px solid #b6bbca;
  color: #717580;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 10px 0px 5px 0px;
}

#sidebar h2 {
  font-size: 0.8em;
  text-transform: uppercase;
  border-bottom: 1px solid #b6bbca;
  color: #717580;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 10px 0px 5px 0px;
}

#sidebar a {
  font-size: 14px;
  border-bottom: 1px solid #bfbfbf;
  color: #717580;
  padding: 15px 0px;
  min-width: 100%;
  text-align: left;
  display: block;
}

#sidebar a {
  padding-right: 20px;
  position: relative;
}

#sidebar a:hover {
  color: #ec6608;
}

#sidebar a i {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 10px;
}

#sidebar a.active,
#sidebar a.active i {
  color: #ec6608;
}

#sidebar li.active a {
  color: #ec6608;
}

#sidebar ul {
  margin-left: 5px;
  padding-left: 0px;
  list-style: none;
}

.card-header {
  padding: 0px;
}

#sidebar .accordion {
  margin-bottom: 25px;
}

#sidebar .card-body {
  padding: 15px 5px;
}

#inner-content .content-container ul.gallery-thumb li a img {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
>>> I+D+I
----------------------------------------------------------------*/

.content-container .mineral-desc {
  margin: 50px 0px;
}

.content-container .mineral-desc h2 {
  font-size: 1.1em;
  color: #5fcf69;
  margin-top: 0px;
  margin-bottom: 30px;
}

.center-box-desc {
  margin-bottom: 120px;
}

.center-box-desc .box-center-description {
  display: block;
  position: absolute;
  bottom: -75px;
  top: auto;
  right: 7%;
  left: 7%;
  left: auto;
  width: 86%;
  padding: 30px;
  background: #fff;
}

.center-box-desc .box-center-description p {
  margin-bottom: 0px;
}

.content-container ul {
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 50px;
}

.content-container ul.nav-tabs {
  margin-bottom: 10px;
}

.content-container ul li {
  font-size: 1em;
  color: #5fcf69;
}

.content-container .blue-box-quimic-desc ul li {
  color: #fff;
}

.center-box-desc.doble-box .box-center-description {
  right: 10%;
  left: 10%;
  width: 80%;
}

p.green {
  color: #5fcf69;
}

.flowers-section {
  background: url(../img/flowers.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

#inner-content .content-container .flowers-section h1 {
  color: #fff;
}

#inner-content .content-container .flowers-section h2 {
  color: #fff;
}

.flowers-section .btn.btn-orange {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
>>> QA FIXES
----------------------------------------------------------------*/

#inner-content .content-container .a-meetings h1:first-child {
  margin-top: 40px;
}

.a-meetings .nav-tabs .nav-item {
  position: relative;
}

.a-meetings .nav-tabs .nav-link i {
  position: absolute;
  right: 12px;
  top: 8px;
}

.a-meetings .nav-tabs .nav-link.active i::before {
  content: "\f077";
}

.content-container .directors h2 {
  font-size: 1.1em;
  color: #71757f;
  font-weight: bold;
}

.content-container .directors h3 {
  margin-bottom: 40px;
  font-size: 15px;
}

ul.green-dots {
  list-style: none;
  margin-left: 40px;
}

ul.green-dots li {
  margin-bottom: 15px;
}

ul.green-dots li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5fcf69;
  font-weight: bold;
  display: inline-block;
  width: 4em;
  margin-left: -4em;
  font-size: 9px;
}

#home-carousel h1 {
  font-weight: 300;
}

#home-carousel h2 {
  font-weight: 300;
}

.moly-name {
  font-weight: bold;
  color: #a7d800;
  text-transform: uppercase;
}

#main-pilars .hexa {
  margin: 20px auto 40px auto;
  border-radius: 5px;
}

.thumb-container.thumb-1 {
  top: 10px;
  left: 10px;
}

.thumb-container.thumb-2 {
  top: 250px;
  left: 120px;
}

.hvr-sweep-to-top:before {
  background: #ec6608;
}

@media (max-width: 768px) {
  .p-5 {
    padding: 20px !important;
  }
  .m-5 {
    margin: 20px !important;
  }
}

.orange-desc {
  color: #ec6608;
  font-weight: 300px;
  text-transform: uppercase;
}

.blue-events h1 {
  font-size: 1.3em;
}

.blue-events h1 a {
  color: #fff;
}

.blue-events h2 {
  font-size: 1.3em;
}

.blue-events h2 a {
  color: #fff;
}

.bottom-box {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.hvr-sweep-to-top:before {
  background: #ec6608;
}

.blue-events img {
  max-height: 200px;
  min-height: 200px;
}

.hvr-bounce-to-bottom:before {
  background: #4c5365;
  z-index: 1;
}

.doc-container {
  position: relative;
}

.doc-container .img-thumb-hover {
  position: absolute;
  width: 35px;
  top: 40%;
  left: 43%;
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.doc-container:hover .img-thumb-hover {
  opacity: 1;
}

.second-memorials .doc-container .img-thumb-hover {
  left: 36%;
}

.content-container .second-memorials img {
  margin-bottom: 0px;
}

.doc-container {
  margin-bottom: 10px;
}

#faqs p {
  font-size: 14.5px;
}

#inner-content .product-container .nav-link:hover .blue-hover {
  background: rgba(15, 106, 177, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
}

#inner-content .product-container .nav-link.active .tab-arrow i:before {
  content: "\f077";
}

#inner-content .product-container .nav-link.active .btn.btn-orange {
  color: #ec6608;
  background: #fff;
}

#productTabs .nav-link {
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.blue-bg .row {
  border-bottom: 1px solid #1e7fba;
  padding: 10px 0px;
}

.blue-bg .row:last-child {
  border-bottom: none;
}

.blue-bg p {
  margin: 0px;
}

#inner-content .product-container .table-chars .col-2.title-table,
#inner-content .product-container .table-chars .col-4.title-table {
  background: #57ba60;
}

#inner-content .content-container .content-gallery img {
  max-width: auto;
  width: auto;
  height: auto;
}

.in-gallery-thumb {
  margin: -5px 0px;
}

.content-gallery .owl-theme .owl-nav {
  margin-top: 0px;
  position: relative;
}

.content-gallery .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: -155px;
  left: -5px;
  height: 135px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  border-radius: 0px;
}

.content-gallery .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -155px;
  right: -5px;
  height: 135px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  border-radius: 0px;
}

.content-gallery .owl-theme .owl-nav span {
  font-size: 25px;
  color: #fff;
}

#inner-content .content-container .content-gallery .in-gallery-thumb img {
  margin: 15px 0px;
  width: fit-content;
  height: fit-content;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.blue-box-quimic-desc {
  background: #009ee0;
  padding: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.blue-box-quimic-desc:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 15px 12.5px 0;
  border-color: transparent #009ee0 transparent transparent;
  top: 30px;
  left: -15px;
}

#inner-content .content-container .blue-box-quimic-desc h1 {
  color: #fff;
  font-size: 16px;
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: bold;
}

#inner-content .content-container .blue-box-quimic-desc ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

#inner-content .content-container .blue-box-quimic-desc ul li {
  font-size: 14px;
  font-weight: 300;
}

#inner-content .content-container .blue-box-quimic-desc ul li span {
  margin-left: 25px;
}

#inner-content .content-container .a-meetings h1:first-child {
  margin-top: 40px;
}

.a-meetings .nav-tabs .nav-item {
  position: relative;
}

.a-meetings .nav-tabs .nav-link i {
  position: absolute;
  right: 12px;
  top: 8px;
}

.a-meetings .nav-tabs .nav-link.active i::before {
  content: "\f077";
}

#inner-content .content-container .content-gallery img {
  max-width: auto;
  width: auto;
  height: auto;
}

#inner-content .content-container .content-gallery img {
  min-width: 100%;
  max-height: 500px;
  object-fit: cover;
}

.in-gallery-thumb {
  margin: -5px 0px;
}

.content-gallery .owl-theme .owl-nav {
  margin-top: 0px;
  position: relative;
}

.content-gallery .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: -150px;
  left: -5px;
  height: 130px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  border-radius: 0px;
  outline: none;
}

.content-gallery .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -150px;
  right: -5px;
  height: 130px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  border-radius: 0px;
  outline: none;
}

.content-gallery .owl-theme .owl-nav span {
  font-size: 25px;
  color: #fff;
}

#inner-content .content-container .content-gallery .in-gallery-thumb img {
  margin: 15px 0px;
  width: fit-content;
  height: fit-content;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.blue-box-quimic-desc {
  background: #009ee0;
  padding: 20px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
}

.blue-box-quimic-desc:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 15px 12.5px 0;
  border-color: transparent #009ee0 transparent transparent;
  top: 30px;
  left: -15px;
}

#inner-content .content-container .blue-box-quimic-desc h1 {
  color: #fff;
  font-size: 16px;
  border-top: none;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: bold;
}

#inner-content .content-container .blue-box-quimic-desc ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

#inner-content .content-container .blue-box-quimic-desc ul li {
  font-size: 14px;
  font-weight: 300;
}

#inner-content .content-container .blue-box-quimic-desc ul li span {
  margin-left: 25px;
}

.filial-box {
  background: #f2f2f3;
  padding: 50px;
}

.filial-box h3 {
  font-size: 1.2em;
  margin-bottom: 20px;
}

.gray-content-container {
  background: #f2f2f3;
  padding: 20px 70px 20px 20px;
}

.upper-img {
  position: relative;
  top: -20px;
}

.filial {
  background: #f2f2f3;
  padding: 0px 40px 40px 40px;
  margin-bottom: 70px;
}

#inner-content .content-container .filial h1 {
  margin-top: 40px;
  font-weight: normal;
  color: #5fcf69;
  font-size: 1.2em;
  border-top: none;
  border-bottom: none;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1em;
  display: inline-block;
}

#inner-content .content-container .filial p {
  margin-top: 0;
  margin-bottom: 1px;
}

#inner-content .content-container h1.seven-title {
  max-width: 70%;
  margin-bottom: 100px;
}

#inner-content .content-container h2.seven-title {
  max-width: 70%;
  margin-bottom: 100px;
}

#inner-content .content-container .cif-container h1 {
  margin-top: 40px;
  font-weight: normal;
  color: #5fcf69;
  font-size: 0.9em;
  border-top: none;
  border-bottom: none;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1em;
  display: inline-block;
}

#inner-content .content-container .cif-container p {
  font-size: 0.9em;
}

#inner-content .content-container .cif-container img {
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
>>> NOSOTROS
----------------------------------------------------------------*/

body {
  overflow-x: hidden;
}

.white-submenu {
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 0px;
  position: relative;
  z-index: 2;
  top: -9px;
  margin-bottom: -5px;
}

.white-submenu ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}

.white-submenu ul li {
  display: inline-block;
  border-right: 1px solid #71757f;
  padding: 0px 20px;
}

.white-submenu ul li:last-child {
  border-right: none;
}

.white-submenu ul li a {
  color: #71757f;
  font-size: 0.9em;
}

.white-submenu ul li.active a {
  color: #ec6608;
}

.white-submenu ul li a.active {
  color: #ec6608;
}

.white-submenu ul li a i {
  font-size: 11px;
  position: relative;
  right: -5px;
}

.white-submenu ul li a:hover {
  color: #ec6608;
}

#history-in {
  position: relative;
  margin-top: 65px;
  margin-bottom: 200px;
}

.history-description {
  display: block;
  position: relative;
  bottom: 30px;
  left: 0px;
  width: 100%;
  padding: 30px;
  background: #fff;
}

#history-in .gray-bg-half {
  background: #f2f2f3;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 180px;
  left: 0px;
  top: 150px;
}

.history-description h1 {
  color: #5fcf69;
  font-size: 1.2em;
}

.history-description h2 {
  color: #5fcf69;
  font-size: 1.2em;
}

.history-description p {
  font-size: 0.9em;
}

.number-hexa {
  position: absolute;
  top: 3px;
  left: 10px;
  color: #fff;
  z-index: 9;
  font-size: 1.1em;
  text-align: center;
}

.history-row .line-down {
  position: absolute;
  height: 150%;
  width: 4px;
  background: #a7a7a7;
  display: block;
  top: 40px;
  left: 94px;
  z-index: -1;
}

.line-down.green-active {
  background: #5fcf69;
}

.hexa-container-history {
  position: relative;
  width: 57px;
  height: 34.64px;
  background-color: #a7a7a7;
  margin: 17.32px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.hexa-container-history:before,
.hexa-container-history:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 42.43px;
  height: 42.43px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 8.7868px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.hexa-container-history:before {
  top: -21.2132px;
}

.hexa-container-history:after {
  bottom: -21.2132px;
}

.hexa-container-history span {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 60px;
  height: 34.641px;
  z-index: 2;
  background: inherit;
}

.hexa-container-history.green-active {
  background-color: #5fcf69;
}

.info-container {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 0 0 auto;
}

.order-lg-3 .info-container {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto 0 0;
}

#history-in .info-container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.order-lg-1 .info-container {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 0 0 auto;
}

.info-container .btn.btn-plus.btn-orange {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 1em;
  padding: 14px 20px;
  margin-bottom: 0px;
}

.order-lg-1 .info-container .btn.btn-plus.btn-orange {
  left: auto;
  right: 0px;
}

.history-row {
  position: relative;
  margin-bottom: 150px;
}

#history-in .container {
  position: relative;
  z-index: 1;
}

#history-in .container-fluid {
  position: relative;
}

ul.years {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 50px;
}

ul.years li {
  display: inline-block;
  background: #0069ae;
  width: 80px;
  height: 95px;
  border-radius: 5px;
  margin-right: 3px;
  padding-top: 35px;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
}

ul.years li a {
  color: #fff;
}

ul.years li.active {
  background: #56d070;
}

.years-container {
  background: #fff;
  padding: 40px 0px;
  position: relative;
  margin-top: -100px;
  margin-bottom: -20px;
}

#features-emp p {
  font-size: 0.9em;
}

#sust-phrase h2 {
  font-size: 1em;
  color: #ff5800;
}

#mission {
  position: relative;
  margin-top: 100px;
  margin-bottom: 200px;
}

.m-container {
  position: relative;
}

.mission-description {
  display: block;
  position: absolute;
  bottom: -50px;
  left: 15px;
  width: 70%;
  padding: 30px;
  background: #fff;
}

.gray-bg-half {
  background: #f2f2f3;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 405px;
  left: 0px;
  top: 300px;
}

.mission-description h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.mission-description h2 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#inspiration {
  padding: 80px 0px;
  margin-bottom: 50px;
}

#inspiration h1 {
  color: #fff;
  font-size: 2em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 5px 0px;
  margin-bottom: 80px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#inspiration h2 {
  color: #fff;
  background: #5fcf69;
  font-size: 0.9em;
  max-width: 90%;
  height: 50px;
  position: relative;
  top: -40px;
  padding: 17px 5px;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  margin: 0px auto 0px auto;
  text-align: center;
  font-weight: bold;
}

.ins-container {
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.2);
  min-height: 220px;
}

#interest h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#interest h2 {
  color: #5fcf69;
  font-size: 1.2em;
}

#interest p {
  font-size: 0.9em;
}

.year-m h2 {
  color: #0069ae;
  margin-bottom: 30px;
  font-size: 1.3em;
}

#part-chars p {
  font-size: 0.9em;
}

#textimonials {
  position: relative;
  margin-top: 100px;
  margin-bottom: 200px;
}

#textimonials h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#textimonials h2 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#activity {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

#activity h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

#activity .h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.activity-listing {
  margin-top: 30px;
}

.activity-listing .a-container {
  background: #fff;
  padding: 20px;
  min-height: 275px;
}

#activity .gray-bg-half {
  background: #f2f2f3;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 280px;
  left: 0px;
  bottom: -50px;
  top: auto;
}

.activity-listing article img {
  min-width: 100%;
  min-height: 225px;
  max-height: 225px;
  background-size: cover;
  object-fit: cover;
}

.activity-listing article h2 {
  font-size: 1em;
  color: #5fcf69;
}

.activity-listing article p {
  font-size: 0.9em;
}

#activity .mission-description h1 {
  font-size: 1.2em;
  color: #5fcf69;
  border: none;
}

#activity .mission-description h2 {
  font-size: 1.2em;
  color: #5fcf69;
  border: none;
}

#textimonials .mission-description h1 {
  font-size: 1.2em;
  color: #5fcf69;
  border: none;
}

#textimonials .mission-description h2 {
  font-size: 1.2em;
  color: #5fcf69;
  border: none;
}

#activity .mission-description {
  display: block;
  position: absolute;
  top: -50px;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 50%;
  padding: 40px;
  background: #fff;
}

#activity .mission-description p {
  margin-bottom: 0px;
}

#textimonials .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 20%;
  left: -5px;
  height: 135px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  border-radius: 0px;
}

#textimonials .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: 20%;
  right: -5px;
  height: 135px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  border-radius: 0px;
}

#textimonials .owl-theme .owl-nav span {
  font-size: 25px;
  color: #fff;
}

#textimonials .mission-description {
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 70%;
  padding: 30px;
  background: #fff;
  min-height: 220px;
}

#textimonials .owl-carousel .owl-item img {
  border-bottom: 70px solid transparent;
}

@media screen and (max-width: 992px) {
  #textimonials .owl-theme .owl-nav .owl-prev,
  #textimonials .owl-theme .owl-nav .owl-next {
    top: 7%;
  }
}

/*--------------------------------------------------------------
>>> SUSTENTABILIDAD
----------------------------------------------------------------*/

.porcentage-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 20px 20px;
  z-index: 2;
  background: rgba(0, 150, 216, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sust-char {
  margin-bottom: 50px;
}

.sust-char h2 {
  font-size: 1.1em;
  margin-bottom: 30px;
}

.porcentage-circle h3 {
  color: #fff;
  font-size: 3em;
}

.porcentage-circle p {
  color: #fff;
}

.repeater-gallery h2 {
  margin-bottom: 30px;
}

.repeater-gallery p {
  margin-bottom: 30px;
}

.shadow-box {
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  min-height: 195px;
}

.sust-feature {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}

.sust-container {
  position: relative;
}

.sust-description {
  display: block;
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 45%;
  padding: 30px;
  background: #fff;
  z-index: 3;
}

.sust-description.sust-right {
  left: auto;
  right: 0px;
}

.sust-feature .gray-bg-half {
  background: #f2f2f3;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  top: auto;
}

.sust-description h1 {
  color: #5fcf69;
  font-size: 1.2em;
}

.sust-description h2 {
  color: #5fcf69;
  font-size: 1.2em;
}

#sust-phrase h1 {
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 40px;
}

#sust-phrase h2 {
  color: #fff !important;
  font-weight: 300 !important;
  font-size: 1.8em !important;
  margin-bottom: 40px !important;
}

#sust-phrase p {
  color: #fff;
}

#sust-phrase .file-container p {
  color: #717580;
  font-size: 1.2em;
  position: relative;
  top: 10px;
}

#sust-phrase .file-container {
  font-size: 11px;
  margin: 20px 0px;
}

@media screen and (max-width: 992px) {
  .sust-description {
    position: relative;
    bottom: 10px;
    width: 100%;
  }
}

#inner-content .sust-feature h2 {
  font-size: 1em;
  margin-bottom: 20px;
}

#inner-content .sust-feature p {
  font-size: 0.9em;
}

#inner-content .sust-feature .gradient-container:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  /*
    background: -moz-linear-gradient(left, rgba(0,150,216,0.45) 0%, rgba(0,150,216,0.05) 100%);
    background: -webkit-linear-gradient(left, rgba(0,150,216,0.45) 0%,rgba(0,150,216,0.05) 100%);
    background: linear-gradient(to right, rgba(0,150,216,0.45) 0%,rgba(0,150,216,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061',GradientType=1 );
    */
}

#inner-content .sust-feature .gradient-container {
  padding: 0px;
}

#inner-content .content-container .sust-feature h2 {
  margin-top: 10px;
}

#inner-content .sust-description {
  width: 60%;
  bottom: 90px;
  top: auto;
}

.pilars-title {
  margin-bottom: -50px;
  font-size: 1.1em;
}

h2.pilars-title {
  font-size: 1.1em;
}

#financial-results.sust-results h4 {
  font-size: 0.9em;
  font-weight: bold;
  padding-left: 0px;
}

#financial-results.sust-results h5 {
  font-size: 0.9em;
  padding: 5px 0px 0px 18px;
}

/*--------------------------------------------------------------
>>> RESPONSIVE
----------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
  .img-contain {
    min-height: 100%;
    width: fit-content;
    height: fit-content;
    background-size: cover;
    object-fit: cover;
  }
  .read-more-container {
    margin-top: 100px;
  }
  #submenu-footer .quimic-container {
    left: 0px;
  }
  .hexa-container-dblue {
    right: 100px;
  }
  .desc-container {
    bottom: 70px;
  }
  #product-inner .btn.btn-blue {
    margin-bottom: 10px;
  }
  #product-inner .btn.btn-plus.btn-blue {
    bottom: 0px;
  }
  .hexa-double-first {
    right: 145px;
  }
  .hexa-double-second {
    right: 45px;
  }
  #financial-results h3 {
    min-height: 50px;
    font-size: 12px;
  }
  #financial-results h4 {
    font-size: 12px;
    min-height: 50px;
  }
  #financial-results h5 {
    height: 40px;
    font-size: 12px;
  }
  #textimonials {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 1200px) {
  #template-header h1 {
    top: 0px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.right-display {
    left: -500%;
  }
  ul.dropdown-list li a:hover {
    color: #ec6608;
  }
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 1.2em;
  }
  p {
    font-size: 0.9em;
  }
  .bg-dark {
    background-color: #343a40 !important;
    padding: 20px;
  }
  header ul.quimicals {
    top: 0px;
    padding-left: 0px;
  }
  #main-pilars p {
    margin: 20px auto;
  }
  ul.country {
    top: -20px;
  }
  ul.country li {
    margin-bottom: 20px;
    display: inline-block;
  }
  #main-characteristic h1 {
    font-size: 1.2em;
  }
  #main-characteristic h3 {
    font-size: 1.2em;
  }
  #blog-home .carousel-inner {
    background: #f2f2f2;
  }
  .hexa-container-dblue {
    right: 40%;
  }
  .hexa-double-first {
    right: 50%;
  }
  .hexa-double-second {
    right: 36%;
  }
  .desc-container {
    width: 100%;
  }
  .product-article {
    margin-bottom: 20px;
  }
  ul.contact-footer-menu li {
    display: block;
  }
  .first-memorials article {
    margin-bottom: 10px;
  }
  .bonos .table-chars .col-3 {
    max-width: 23%;
  }
  .bonos .table-chars .col-1 {
    max-width: 10%;
    min-width: 9.25%;
  }
  #inner-content .content-container.product-container h1.hexa-title {
    font-size: 1.5em;
    top: 10px;
  }
  #inner-content .content-container.product-container h2.hexa-title {
    font-size: 1.5em;
    top: 10px;
  }
  #inner-content .product-container .article-title {
    width: 100%;
    height: 80px;
    top: -10px;
    left: 0px;
  }
  #inner-content .product-container article h1 {
    font-size: 11px;
  }

  #inner-content .content-container.product-container .tab-pane h1 {
    font-size: 1.2em;
  }

  #inner-content .content-container.product-container .tab-pane h2 {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 992px) {
  #sidebar {
    margin-bottom: -100px;
  }
}

@media screen and (max-width: 768px) {
  .hexa-double-second {
    right: 31%;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 750px;
    top: 75px;
    left: -200%;
  }
  .dropdown-menu {
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    color: #717580;
  }
  .dropdown-menu h2 {
    font-size: 1.5em;
    color: #009ee0;
    margin-bottom: 45px;
  }
  .dropdown-menu p {
    font-size: 0.9em;
    margin-bottom: 50px;
  }
  .dropdown-menu .submenu-link {
    color: #009ee0;
    margin: 30px 0px;
  }
  ul.dropdown-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
  }
  ul.dropdown-list li {
    margin-bottom: 10px;
  }
  ul.dropdown-list li a {
    color: #717580;
    font-size: 0.9em;
  }
  .submenu-container {
    padding: 50px 35px;
    background: #f2f2f2;
  }
  .menu-desc-container {
    padding: 50px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.left-display {
    left: -360%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.last-display {
    left: -350px;
    width: 400px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.leng-select {
    left: -20px;
    width: 70px;
    max-width: 70px;
    min-width: 70px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.leng-select a {
    color: #717580;
  }
  .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.last-display
    .menu-desc-container {
    padding: 20px 40px;
  }
}

@media (max-width: 992px) {
  .navbar-nav .dropdown-menu {
    margin-top: 5px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 0;
  }
  .dropdown-item {
    color: #d0d0d0;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.last-display
    .menu-desc-container
    form {
    padding: 5px 15px;
  }
  .navbar-expand-lg
    .navbar-nav
    .dropdown-menu.leng-select
    .menu-desc-container {
    padding: 5px 30px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.leng-select a {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .b-tale {
    padding: 15px;
  }
  .desc-container {
    right: 0px;
  }
  .chars-listing {
    margin-bottom: 30px;
  }
  .table-chars h3 {
    font-size: 12px;
  }
  .table-chars p {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  .bonos .table-chars .col-1 {
    min-width: 8%;
  }
  #template-header h1 {
    font-size: 1.6em;
    top: 20px;
  }
  #inner-content .product-container article .article-title h1 {
    font-size: 12px;
    position: relative;
    top: -10px;
  }
  #inner-content .content-container img {
    margin-top: 40px;
  }
  #inner-content .content-container.product-container h1.hexa-title {
    font-size: 15px;
    top: 15px;
    margin-left: 10px;
  }
  #inner-content .content-container.product-container h2.hexa-title {
    font-size: 15px;
    top: 15px;
    margin-left: 10px;
  }
  .bonos .table-chars .col-1 {
    min-width: 8%;
  }
  .hexa-container-dblue {
    right: 35%;
  }
  .hexa-double-second {
    right: 20%;
  }
}

.mineral-desc img {
  margin-bottom: 20px;
}

#contact-container {
  margin-bottom: 100px;
}

.gray-bg {
  background: #f2f2f3;
  padding: 40px 30px 20px 30px;
  margin-bottom: 100px;
}

.form-control {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: -3px;
  padding: 20px 15px;
  font-size: 0.9em;
}

.required-text {
  font-size: 0.85em;
}

.content-container ul.green-dots li {
  color: #717580;
}

ul.years li {
  display: inline-block;
  background: #0069ae;
  width: 60px;
  height: 65px;
  border-radius: 5px;
  margin-right: 15px;
  padding-top: 22px;
  font-size: 0.9em;
  position: relative;
}

#features-idi {
  background: #f2f2f3;
  padding: 50px 0px;
  margin: 50px 0px;
}

#features-idi h2 {
  font-size: 1em;
  color: #5fcf69;
}

.sust-feature.idi-feature .gray-bg-half {
  background: #f2f2f3;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 110px;
  left: 0px;
  top: 380px;
}

#idi-phrase h2 {
  font-size: 1em;
  color: #5fcf69;
}

#idi-phrase h1 {
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 40px;
}

#idi-phrase p {
  color: #fff;
}

.gradient-container:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  /*
    background: -moz-linear-gradient(left, rgba(0,150,216,0.45) 0%, rgba(0,150,216,0.05) 100%);
    background: -webkit-linear-gradient(left, rgba(0,150,216,0.45) 0%,rgba(0,150,216,0.05) 100%);
    background: linear-gradient(to right, rgba(0,150,216,0.45) 0%,rgba(0,150,216,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061',GradientType=1 );
    */
}

.gradient-container.gradient-apply:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061', GradientType=1);
}

#sust-home.gradient-container.gradient-apply:after {
  background: -moz-linear-gradient(
    left,
    rgba(58, 64, 82, 0) 0%,
    rgba(58, 64, 82, 0.6) 50%,
    rgba(58, 64, 82, 0.75) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(58, 64, 82, 0) 0%,
    rgba(58, 64, 82, 0.6) 50%,
    rgba(58, 64, 82, 0.75) 100%
  );
  background: linear-gradient(
    to right,
    rgba(58, 64, 82, 0) 0%,
    rgba(58, 64, 82, 0.6) 50%,
    rgba(58, 64, 82, 0.75) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061', GradientType=1);
}

.gradient-container {
  padding: 0px;
}

.gradient-container img {
  max-width: 100%;
}

#nos-main-text {
  margin: 70px 0px;
}

.three-tips {
  margin: 50px 0px 150px 0px;
}

.three-tips h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.three-tips h2 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.boxes-description {
  display: block;
  position: absolute;
  bottom: -75px;
  top: auto;
  right: 7%;
  left: 7%;
  left: auto;
  width: 86%;
  padding: 30px;
}

.box-desc-item {
  background: #fff;
  padding: 35px 60px;
}

.res-title {
  font-size: 2em;
  color: #73767d;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #b6bbc9;
  border-bottom: 1px solid #b6bbc9;
  margin: 50px 0px;
  display: inline-block;
  font-weight: 300;
}

#search-results article {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #73767d;
}

#search-results article h1 {
  color: #009fe3;
  text-decoration: none;
  background-color: transparent;
  font-size: 1.5em;
}

#search-results article p {
  font-size: 0.9em;
}

#search-results article img {
  width: 300px;
  height: 135px;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.gradient-container:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  /*
    background: -moz-linear-gradient(left, rgba(0,150,216,0.45) 0%, rgba(0,150,216,0.05) 100%);
    background: -webkit-linear-gradient(left, rgba(0,150,216,0.45) 0%,rgba(0,150,216,0.05) 100%);
    background: linear-gradient(to right, rgba(0,150,216,0.45) 0%,rgba(0,150,216,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061',GradientType=1 );
    */
}

.gradient-container {
  padding: 0px;
}

.gradient-container img {
  min-width: 100%;
}

.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 70px 0px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 5px 10px;
  color: #fff;
  background: #73767d;
  font-size: 0.9em;
}

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi span.current {
  font-weight: 300;
  background: #ec6608;
}

.content-container .date-box h2 {
  font-size: 2.5em !important;
  margin-bottom: -5px !important;
  color: #fff !important;
  margin-top: 0px !important;
}

#inner-content .content-container article.event-article {
  margin-bottom: 50px;
}

#inner-content .content-container .event-article h1 {
  color: #717580;
  font-size: 0.9em;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  margin: 10px 0px;
}

#inner-content .content-container .event-article h2 {
  color: #717580;
  font-size: 0.9em;
  font-weight: bold;
  border-top: none;
  border-bottom: none;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.2em;
  display: inline-block;
  margin: 10px 0px;
}

#inner-content .content-container .event-article img {
  max-width: 100%;
  height: 150px;
}

.inner-event .wp-pagenavi {
  margin: 30px 0px 70px 0px;
}

@media (max-width: 992px) {
  .boxes-description {
    width: 100%;
    bottom: 0px;
    position: relative;
    right: 0%;
    left: 0%;
    width: 100%;
    bottom: auto;
  }
}

@media screen and (max-width: 960px) {
  .center-box-desc .box-center-description {
    display: block;
    position: relative;
    bottom: 35px;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
    margin-bottom: -85px;
  }
}

/*--------------------------------------------------------------
>>> RESPONSIVE FIXES
----------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  #home-carousel .carousel-item img {
    min-height: 500px;
    object-fit: cover;
  }
  #home-carousel .carousel-caption {
    padding-right: 150px;
    /* bottom: 10%; */
  }
  .s-container {
    margin-bottom: 20px;
  }
  #blog-home img {
    object-fit: cover;
  }
  #template-header h1 {
    top: 35px;
    font-size: 2em;
    left: 40px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 992px) {
  .mission-description {
    position: relative;
    bottom: 10px;
    width: 100%;
  }
  .ins-container {
    margin-bottom: 30px;
  }
  #inner-header {
    padding-top: 220px;
  }
  #activity .mission-description {
    position: relative;
    bottom: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .info-container {
    width: auto;
    height: auto;
  }
  .order-lg-3 .info-container {
    width: auto;
    height: auto;
  }
  .order-lg-1 .info-container {
    width: auto;
    height: auto;
  }
  ul.years li {
    margin-bottom: 10px;
  }
  .history-row {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 992px) {
  #textimonials .mission-description {
    display: block;
    position: relative;
    bottom: 60px;
    left: 0px;
    width: 100%;
    padding: 30px;
    background: #fff;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.right-display.sust-display {
    left: -400%;
  }
}

@media (max-width: 992px) {
  .dropdown-menu p {
    color: #fff;
    padding-left: 15px;
    margin: 10px 0px;
  }
  #inner-content .sust-description {
    width: 100%;
    bottom: 0px;
    position: relative;
  }
  .sust-feature {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #financial-results.sust-results h3 {
    font-size: 16px;
  }
  #financial-results.sust-results h4 {
    font-size: 12px;
    font-weight: 300;
    padding-left: 0px;
  }
  #financial-results.sust-results h5 {
    font-size: 12px;
    padding: 5px 0px 0px 18px;
  }
  #template-header h1 {
    font-size: 1.5em;
  }
}

.img-full-width {
  min-width: 100%;
}

.in-single-new {
  position: relative;
}

.other-events h3 {
  font-size: 1.2em;
}

.gray-events {
  background: #f2f2f2;
  padding: 5px 15px;
}

#inner-content .content-container .other-events article.event-article {
  margin-bottom: 0px;
}

.gray-events p {
  color: #717580;
  font-size: 0.8em;
}

#inner-content .content-container .event-article a:hover h1 {
  color: #ec6608;
}

#inner-content.single-noticia .content-container img {
  max-width: 100%;
  height: auto;
  max-height: 350px;
  background-size: cover;
  object-fit: cover;
}

.rel-news-img {
  width: 300px;
  height: 135px;
  background-size: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

#inner-content.single-noticia .content-container h1 {
  margin-top: 0px;
}

.other-news h3 {
  font-size: 1em;
}

.other-news article {
  margin-bottom: 40px;
}

.other-news article h1 {
  color: #717580;
  font-size: 1.5em;
}

.date-in {
  font-size: 0.8em;
  margin: 5px 0px;
}

.other-news article a,
.other-news article a i {
  font-size: 0.9em;
}

#sidebar-news a {
  padding-right: 20px;
  position: relative;
}

#sidebar-news a {
  font-size: 14px;
  border-bottom: 1px solid #bfbfbf;
  color: #717580;
  padding: 15px 0px;
  min-width: 100%;
  text-align: left;
  display: block;
}

#sidebar-news a i {
  position: absolute;
  right: 0px;
  top: 20px;
  font-size: 10px;
}

ul.share {
  list-style: none;
  text-align: center;
  padding: 5px 0px;
}

ul.share li a {
  color: #ec6608;
}

ul.share li a i {
  font-size: 1.7em;
}

.hexa-container-history {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.line-down {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
  .content-container ul li {
    display: inline-block;
  }

  .content-container .molymet-atencion ul li {
    display: list-item;
  }
}

#video-in {
  margin: 70px 0px;
  position: relative;
}

.video-description {
  position: absolute;
  bottom: 30%;
  width: 80%;
  left: 10%;
  right: 10%;
  display: block;
  color: #fff;
}

.video-description a i {
  font-size: 4em;
  opacity: 0.7;
}

.video-description a {
  color: #fff;
}

.three-desc {
  margin: 50px 0px 90px 0px;
}

.three-desc h1 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 40px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.three-desc h2 {
  color: #717580;
  font-size: 2em;
  border-top: 1px solid #b6bbca;
  border-bottom: 1px solid #b6bbca;
  padding: 5px 0px;
  margin-bottom: 40px;
  line-height: 1.2em;
  display: inline-block;
  font-weight: 300;
}

.circle-img {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #5fcf69;
  border-radius: 50%;
}

.charasteristic {
  margin-bottom: 15px;
}

.charasteristic p {
  margin-bottom: 0px;
}

.charasteristic-listing {
  padding: 30px 20px;
}

.three-desc .gradient-container img {
  min-width: 100%;
  min-height: 100%;
  background-size: cover;
  object-fit: cover;
  max-height: 280px;
}

@media screen and (max-width: 960px) {
  .charasteristic {
    padding: 5px;
  }
  .circle-img {
    margin-bottom: 20px;
  }
  .video-description {
    bottom: 20%;
  }
  .video-description a i {
    font-size: 3em;
  }
}

.tab-content .gray-bg {
  margin-bottom: 0px;
}

.quimic-description img {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 960px) {
  .blue-box-quimic-desc:after {
    top: -20px;
    left: 25px;
    transform: rotate(90deg);
  }

  .porcentage-circle {
    top: 20%;
    left: 15%;
  }
}

@media screen and (max-width: 575px) {
  #inner-content .content-container .filial h1 {
    margin-top: -10px;
  }
}

@media screen and (max-width: 480px) {
  #inner-content .content-container .gradient-container img {
    margin-top: 0px;
  }
  #inner-content .content-container .file-container img {
    margin-top: 0px;
  }
  #inner-content .content-container .third-memorials img {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
>>> INNER HEADER FIX
----------------------------------------------------------------*/

#inner-header {
  color: #fff;
  padding-bottom: 100px;
  position: relative;
  padding-top: 195px;
  overflow: hidden;
}

#inner-header .container {
  position: relative;
  z-index: 1;
}

#inner-header h1 {
  font-size: 2.8em;
  margin-bottom: 10px;
  font-weight: 300;
}

@keyframes translateBg {
  0% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-moz-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-ms-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

@-o-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
}

.header-img {
  background-position: 0px 0px;
  animation: translateBg 8s ease-out;
  -moz-animation: translateBg 8s ease-out;
  -webkit-animation: translateBg 8s ease-out;
  -ms-animation: translateBg 8s ease-out;
  -o-animation: translateBg 8s ease-out;
  position: absolute;
  width: 100%;
  height: 120%;
  transform: translateY(-20%);
}

.header-img:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(0, 80, 115, 0.8) 0%,
    rgba(0, 80, 115, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 80, 115, 0.8) 0%,
    rgba(0, 80, 115, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 80, 115, 0.8) 0%,
    rgba(0, 80, 115, 0) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061', GradientType=1);
}

/*CHANGE*/
#inner-header.video {
  padding-bottom: 200px;
}
#inner-header.video .header-img:after {
  background: linear-gradient(
    to right,
    rgba(60, 60, 60, 0.8) 0%,
    rgba(145, 145, 145, 0) 100%
  );
}
#inner-header.video .header-img video {
  width: 100vw;
  /*margin-top: -6%;*/
  transform: translateY(-29%);
}

@media screen and (max-width: 760px) {
  #inner-header.video .header-img video {
    width: 186vw;
    height: 165vw;
    transform: translateY(-6%);
  }
  #inner-header.video .header-img {
    animation: none;
  }
}

/*--------------------------------------------------------------
>>> QA 01
----------------------------------------------------------------*/

select.form-control {
  padding: 10px 10px;
  height: 45px;
}

#sust-phrase h2 {
  font-size: 1.4em;
  line-height: 1.4em;
}

#sust-phrase {
  background: url(../img/bird.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 20px 0px;
}

#inspiration {
  background: url(../img/flowers.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 992px) {
  #history-in .gray-bg-half {
    display: none;
  }
  .info-container .btn.btn-plus.btn-orange {
    bottom: 30px;
  }
}

#world-map .map img.img-filter {
  filter: invert(40%) sepia(80%) saturate(100%) hue-rotate(155deg)
    brightness(120%) contrast(200%);
}

@media screen and (max-width: 992px) {
  ul.country li {
    display: block;
  }
  #scores h3 {
    font-size: 2em;
  }
}

#carouselBlogHome .carousel-item p {
  min-height: 90px;
}

#blog-home #carouselBlogHome .carousel-item img {
  background-size: cover;
  object-fit: contain;
  /*object-fit: cover;*/
  min-height: 450px;
  max-height: 450px;
}

@media screen and (max-width: 992px) {
  #blog-home .carousel-item .col-lg-6.p-5 {
    padding: 40px !important;
  }
  .light-gray-bg {
    max-height: none;
  }
}

#idi-phrase {
  padding: 20px 0px;
}

#idi-phrase h2 {
  font-size: 1.1em;
  margin-bottom: 20px;
}

#idi-phrase p {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0px;
}

#res-year.form-control {
  padding: 10px 10px;
  height: 45px;
}

@media screen and (max-width: 960px) {
  #financial-results .file {
    background: transparent;
  }
  #financial-results.sust-results h5 {
    display: none;
  }
  #financial-results.sust-results h4 {
    margin-bottom: 0px;
  }
  #financial-results .file {
    margin-bottom: 20px;
    margin-top: -10px;
  }
}

.read-more i.fa-chevron-right {
  font-size: 10px;
  margin-left: 5px;
}

#world-map .nav-tabs {
  border-bottom: none;
  margin-bottom: 40px;
}

#world-map .map img.img-filter {
  filter: invert(40%) sepia(80%) saturate(100%) hue-rotate(155deg)
    brightness(120%) contrast(200%);
}

#part-chars img {
  display: block;
  margin: 0 auto;
}

#textimonials strong {
  font-size: 0.9em;
}

@media screen and (max-width: 440px) {
  #textimonials .owl-theme .owl-nav .owl-next {
    height: 80px;
  }
  #textimonials .owl-theme .owl-nav .owl-prev {
    height: 80px;
  }
}

.description-listing .picture-bg {
  background: url(../img/flowers.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
}

#sust-phrase {
  padding: 20px 0px;
}

a {
  color: #009fe3;
}

a:hover {
  color: #0278ab;
}

.carousel-indicators {
  z-index: 2;
}

.bg-dark {
  background-color: rgba(0, 0, 0, 0.6) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-dark.scrolled {
  background-color: rgba(0, 30, 60, 1) !important;
}

header .dropdown i.fa-chevron-down,
header .dropdown i.fa-chevron-right {
  font-size: 10px;
  margin-left: 5px;
}

header .navbar {
  padding-top: 10px;
}

.blue-box.d-none {
  z-index: 1;
  position: relative;
}

.blue-box {
  z-index: 3;
  position: relative;
}

.thumb-container .moly-icon {
  z-index: 2;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-0 {
    left: -200%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-1 {
    left: -200%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-2 {
    left: -100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-3 {
    left: -350%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-4 {
    left: -300%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-5 {
    left: -300%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-6 {
    left: -480%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-7 {
    left: -580%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu.menu-dd-8 {
    left: -600%;
  }
}

@media screen and (max-width: 960px) {
  .bg-dark {
    background-color: rgba(0, 30, 60, 1) !important;
  }
  #home-carousel .carousel-indicators {
    bottom: 3%;
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }
}

@media screen and (max-width: 960px) {
  .navbar.fixed-top {
    overflow-y: hidden;
  }
}

i.fa-english {
  font-size: 10px;
  margin-left: 5px;
}

@media screen and (min-width: 960px) {
  #inner-header.child-header h1 {
    position: relative;
    top: 30px;
  }
}

@media screen and (max-width: 960px) {
  .linked-in .img-contain {
    width: 100%;
    height: 100%;
  }
  .bg-dark.scrolled {
    background-color: rgba(0, 62, 124, 0.9) !important;
  }
  #inner-header.child-header h1 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 300;
    margin-left: 15px;
    position: relative;
    top: 20px;
  }
}

@media screen and (max-width: 360px) {
  #inner-header.child-header h1 {
    font-size: 1.8em;
    margin-left: 35px;
  }
}

@media screen and (max-width: 1200px) {
  .history-row .line-down {
    left: 77px;
  }
}

@media screen and (min-width: 1200px) {
  ul.years .owl-item:after {
    content: "";
    z-index: 1;
    display: block;
    position: relative;
    width: 10px;
    height: 3px;
    background: #0069ae;
    top: -32px;
    right: -78px;
  }
  ul.years .owl-item:last-child:after {
    display: none;
  }
}

/*--------------------------------------------------------------
>>> SIDEBAR ADDED
----------------------------------------------------------------*/

#sidebar .accordion {
  padding-top: 0px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.toggl-menu {
  display: none;
}

#sidebar-xs {
  position: relative;
  top: 70px;
  z-index: 5;
  animation-delay: 2.5s;
}

@media screen and (max-width: 960px) {
  .toggl-menu {
    display: block;
  }
  #inner-content {
    padding-top: 50px !important;
  }
  #sidebar {
    top: -10px;
    max-width: 100%;
    margin-top: -50px;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0px;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border-right: 5px solid #ec6608;
  }
  #sidebar .accordion {
    margin-bottom: 25px;
    position: relative;
    padding-top: 30px;
  }
  .toggl-menu {
    position: absolute;
    top: -25px;
    right: -105px;
  }
  #sidebar .toggl-menu a.btn-plus {
    width: 75px;
    min-width: 45px;
    height: 50px;
    padding: 15px 0px 0px 10px;
    color: #fff;
  }
  #sidebar.sidebar-displayed .toggl-menu a.btn-plus {
    width: 45px;
  }
  #sidebar .toggl-menu a i {
    position: relative;
    font-size: 15px;
    right: auto;
    top: auto;
    color: #fff;
    margin-left: 3px;
  }
  #sidebar.sidebar-displayed {
    width: 85%;
  }
  #sidebar.sidebar-displayed .toggl-menu {
    right: -75px;
  }
  #sidebar.sidebar-displayed .toggl-menu a i {
    margin-left: 0px;
  }
  #sidebar.sidebar-displayed .toggl-menu a.btn-plus {
    padding: 15px 0px 0px 15px;
  }
  #sidebar ul {
    max-width: 95%;
  }
  span.go-to {
    font-size: 16px;
    position: relative;
    top: -1px;
  }
}

@media screen and (max-width: 960px) {
  #sidebar {
    transform: translateX(-99.5%);
  }
  #sidebar.sidebar-displayed {
    transform: translateX(0%);
  }
  #inner-header h1 {
    font-size: 2.1em;
  }
}

@media screen and (max-width: 640px) {
  #sidebar {
    transform: translateX(-99%);
  }
}

/*--------------------------------------------------------------
>>> QA 03
----------------------------------------------------------------*/

#history-in .owl-theme .owl-nav {
  margin-top: 0px;
  position: relative;
}

#history-in .owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: -60px;
  left: -30px;
  height: auto;
  width: auto;
  border-radius: 0px;
  font-size: 1.5em;
}

#history-in .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: -60px;
  right: -30px;
  height: auto;
  width: auto;
  border-radius: 0px;
  font-size: 1.5em;
}

#history-in .owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #000;
}

.parent-header {
  min-height: 600px;
}

.content-container ul#productTabs {
  margin-left: 0px;
}

@media screen and (max-width: 960px) {
  header b,
  header strong {
    font-weight: bold;
  }
  .dropdown-menu p {
    padding-left: 22px;
  }
  .nav-link {
    position: relative;
  }
  .nav-link i.fa-chevron-right {
    position: absolute;
    right: 0px;
    top: 20px;
    font-size: 10px;
  }
  li.nav-item.dropdown.show a i.fa-chevron-right:before {
    content: "\f078";
  }
  .dropdown-item {
    white-space: normal;
    margin: 7px 0px;
  }
  #video-in .gradient-container img {
    min-height: 300px;
    background-size: cover;
    object-fit: cover;
  }
  #sidebar a.btn-orange {
    border-bottom: none;
  }
  .no-pdn-right {
    padding-right: 15px;
  }
  .no-pdn-left {
    padding-left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .hexa-container-dblue.hexa-double-first {
    right: 50%;
  }
  .hexa-double-second.hexa-double-second {
    right: 30%;
  }
  #inner-content .content-container #financial-results img {
    margin-top: 0px;
  }
  .porcentage-circle {
    left: 12%;
  }
}

@media screen and (max-width: 3600px) {
  .hexa-double-second.hexa-double-second {
    right: 20%;
  }
}

.container-circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

.sust-bg-container {
  min-height: 300px;
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .porcentage-circle {
    top: 20px;
  }
  .external-link h3 {
    min-height: auto;
    margin: 20px 0px;
  }
  .box-desc-item {
    padding: 35px 20px;
  }
  .filial-box {
    padding: 20px;
  }
  .filial-box .btn-read-more {
    font-size: 12px;
  }
  #inner-header {
    padding-top: 110px;
    min-height: 400px;
  }
  .white-submenu {
    display: none;
  }
  .years-container {
    margin-top: -50px;
    margin-bottom: -70px;
  }
}

@media screen and (min-width: 961px) {
  header .dropdown i.fa-chevron-right {
    display: none;
  }
}

/*--------------------------------------------------------------
>>> INFOGRAFIAS
----------------------------------------------------------------*/

.btn.btn-orange:hover,
.btn.btn-orange:focus {
  color: #a7d800;
}

.infografias .tab-pane {
  position: relative;
}

.infografias .thumb-container h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.infografias .thumb-container h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.infografias .thumb-container .thumb-text {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  margin-bottom: 10px;
}

.infografias .blue-box {
  width: 350px;
  height: 200px;
}

.infografias .blue-box p {
  font-size: 0.85em;
  color: #fff;
}

.infografias .desc-thumb-container {
  position: relative;
  width: 350px;
  height: 200px;
}

.infografias .thumb-btn {
  position: absolute;
  bottom: -55px;
  right: 48px;
}

.infografias .blue-box:after {
  left: auto;
  right: 15%;
}

.infografias .btn.btn-plus.btn-orange {
  padding: 0px 10px;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0px;
  z-index: 2;
}

.infografias .thumb-container .blue-box a {
  margin: 0px auto;
}

.infografias .thumb-container .blue-box a.close-thumb {
  position: relative;
  top: -5px;
  left: 10px;
}

#inner-content .product-container .table-chars .col-6 {
  padding: 10px;
  background: #f2f2f4;
  margin-bottom: 0px;
  margin-right: 0px;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
}

#inner-content .product-container .table-chars .white-row .col-6 {
  background: #fff;
}

#inner-content .product-container .table-chars h3 {
  color: #fff;
  font-weight: bold;
}

#inner-content .product-container .table-chars p {
  font-size: 0.8em;
}

#inner-content .product-container .table-chars h3 {
  font-size: 0.8em;
}

@media screen and (max-width: 992px) {
  #inner-content .product-container .table-chars p {
    font-size: 0.7em;
  }
  #inner-content .product-container .table-chars h3 {
    font-size: 0.7em;
  }
}

@media screen and (min-width: 961px) {
  header .dropdown .menu-desc-container i.fa-chevron-right {
    display: inline-block;
  }
}

.blue-box-quimic-desc p {
  font-size: 0.85em;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
>>> IMG SIZE FIXES
----------------------------------------------------------------*/

#main-characteristic img {
  max-height: 500px;
}

.description-listing img {
  max-height: 500px;
}

.sust-feature img {
  max-height: 420px;
  background-size: cover;
  object-fit: cover;
}

.sust-feature.idi-feature img {
  max-height: 490px;
  background-size: cover;
  object-fit: cover;
}

#in-tip-result:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(
    left,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 150, 216, 0.45) 0%,
    rgba(0, 150, 216, 0.05) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc0096d8', endColorstr='#33023061', GradientType=1);
}

#textimonials .owl-carousel .owl-item img {
  max-height: 580px;
  background-size: cover;
  object-fit: cover;
}

.three-tips img {
  max-height: 550px;
  background-size: cover;
  object-fit: cover;
}

#inner-content .content-container .content-gallery .in-gallery-thumb img {
  max-height: 130px;
  max-width: 130px;
  min-height: 130px;
}

/*--------------------------------------------------------------
>>> QA 03 FIXES
----------------------------------------------------------------*/

.tooltip {
  top: -10px !important;
  left: -35px !important;
}

/*.tooltip {
    top: -10px !important;
    left: 0% !important;
}*/

.tooltip-inner {
  background-color: #9e9e9e;
  color: #fff;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: #9e9e9e;
}

.fancybox-nav {
  width: 60px;
}

.fancybox-nav span {
  visibility: visible;
}

.fancybox-next {
  right: -60px;
}

.fancybox-prev {
  left: -60px;
}

.certifications .white-circle {
  padding: 4px;
}

.certifications .white-circle img {
  max-width: 40px;
}

img.pro-pyme {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

.center-box-desc .box-center-description p {
  font-size: 0.85em;
}

.center-box-desc .box-center-description {
  bottom: -300px;
}

.center-box-desc {
  margin-bottom: 340px;
}

#main-pilars .hexa img {
  max-width: 75px;
  position: relative;
  top: -12px;
}

#id-title h1.main-title {
  font-size: 1.8em;
}

#id-title h2.main-title {
  font-size: 1.8em;
}

.charasteristic .circle-img img {
  padding: 4px;
}

#worl-mineral .tab-content {
  min-height: 500px;
}

#textimonials .gray-bg-half {
  top: 350px;
}

.sust-description {
  top: -50px;
  bottom: auto;
}

.sust-feature.idi-feature img {
  max-height: 490px;
  min-height: 490px;
}

.sust-feature.idi-feature .btn.btn-orange {
  margin-bottom: 10px;
}

.center-box-desc.team-box .box-center-description {
  bottom: -75px;
}

.center-box-desc.team-box {
  margin-bottom: 120px;
}

.content-container .repeater-gallery h2 {
  margin-top: 30px;
}

.table-chars .col-4,
.table-chars .col-8 {
  padding: 10px;
  background: #f2f2f4;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.table-chars .col-8 {
  max-width: 64%;
}

.content-container.desarrollo-container h2 {
  margin-top: 10px;
}

#inner-content .product-container.desarrollo-container img {
  min-height: 210px;
  max-height: 210px;
}

#inner-content .product-container.desarrollo-container .article-title {
  width: 88%;
  text-align: center;
}

#inner-content .content-container.desarrollo-container.product-container h1 {
  width: 100%;
}

#inner-content .content-container.desarrollo-container.product-container h2 {
  width: 100%;
}

#inner-content
  .content-container.desarrollo-container.product-container
  .blue-bg
  p {
  font-size: 0.9em;
}

#inner-content
  .content-container.desarrollo-container.product-container
  .blue-bg {
  padding: 25px;
}

#mission .mission-description {
  bottom: -120px;
}

#inspiration p {
  font-size: 0.9em;
}

.shadow-box {
  transition: 0.3s all ease;
  margin-bottom: 30px;
}

.shadow-box:hover {
  -webkit-transform: translateY(-10px);
  margin-top: -2px;
  margin-bottom: 32px;
  -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.2);
}

.directory .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #57ba60;
  color: #fff;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  outline: 0;
  -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  margin-top: 120px;
  padding: 7px;
}

.directory .close {
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
}

.sust-feature {
  margin-bottom: 120px;
}

#inner-content .sust-feature .sust-description {
  bottom: -70px;
  top: auto;
}

#inner-content .content-container .sust-feature img {
  min-height: 450px;
  max-height: 450px;
}

#inner-content .content-container .sust-feature h2 {
  margin-top: 0px;
}

#inner-content .content-container .sust-feature p {
  margin-bottom: 0px;
}

#video-in .gradient-container img {
  max-height: 480px;
  background-size: cover;
  object-fit: cover;
}

#product-inner .product-article img {
  min-height: 420px;
}

#textimonials .mission-description p {
  font-size: 0.9em;
}

#activity .m-container img {
  max-height: 500px;
  min-width: 100%;
  background-size: cover;
  object-fit: cover;
}
.gray-content-container {
  padding: 40px;
}

#inner-content .product-container .col-lg-6 article h1 {
  font-size: 0.9em;
}

#inner-content .product-container .col-lg-6 article h2 {
  font-size: 0.9em;
}

.article-title b {
  font-weight: bold;
}

.desarrollo-container strong {
  color: #1d9ee2;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .sust-description {
    top: -5px;
  }
}

@media screen and (max-width: 960px) {
  .sust-feature {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .sust-feature.idi-feature img {
    max-height: 100%;
    min-height: 100%;
    max-height: 250px;
    min-height: 250px;
  }
  .gradient-container {
    margin: 10px;
  }
  #inner-content
    .content-container.desarrollo-container.product-container
    .nav-tabs
    .nav-item {
    max-width: 48%;
  }
  #inner-content .product-container.desarrollo-container img {
    min-height: 150px;
    max-height: 150px;
  }
  #inner-content .content-container.product-container .tab-pane h1 {
    margin: 0px 0px;
  }
  #inner-content .content-container.product-container .tab-pane h2 {
    margin: 0px 0px;
  }
  .table-chars .col-8 {
    max-width: 60%;
  }
  .fixed-top {
    position: relative !important;
  }
  #home-carousel .carousel-item img {
    min-height: 100vh;
  }
  #home-carousel .carousel-item {
    min-height: 100vh;
  }
  #main-characteristic img {
    max-height: 250px;
  }
  #sust-home.gradient-container.gradient-apply:after {
    background: rgba(58, 64, 82, 0.75);
  }
  #blog-home #carouselBlogHome .carousel-item img {
    min-height: 250px;
    max-height: 250px;
    min-width: 100%;
  }
  .header-img:after {
    background: rgba(0, 80, 115, 0.65);
  }
  .parent-header {
    min-height: 400px;
  }
  .gradient-container.gradient-apply:after {
    background: rgba(0, 80, 115, 0.5);
  }
  #in-tip-result:after {
    background: rgba(0, 80, 115, 0.5);
  }
  .breadcrumb-moly {
    opacity: 0;
  }
  #mission {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  #mission .mission-description {
    bottom: 0px;
    left: 0px;
  }
  #history-in .info-container img {
    background-size: cover;
    object-fit: cover;
    min-height: 250px;
    max-height: 250px;
  }
  .year-m h2 {
    font-size: 1.7em;
    font-weight: bold;
  }
  #part-chars .col-lg-9 {
    padding: 25px;
  }
  #part-chars img {
    max-width: 100px;
  }
  #textimonials {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  #activity {
    margin-top: 0px;
  }
  #textimonials .mission-description {
    bottom: 70px;
  }
  .description-listing img {
    max-height: 250px;
  }
  #inner-content .content-container .content-gallery img {
    max-height: 350px;
    min-height: 350px;
  }
  .navbar-nav li {
    margin: 3px 0px;
  }
  #product-inner .btn.btn-blue {
    margin-bottom: 0px;
  }
  #product-inner .btn.btn-plus.btn-blue {
    right: 1px;
  }
  .in-tip {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .in-tip h1 {
    font-size: 1.8em;
  }
  .gray-content-container {
    padding: 20px;
  }
  #inner-content .content-container img {
    margin-top: 0px;
  }
  .filial {
    padding: 20px;
  }
  .center-box-desc.team-box .box-center-description {
    bottom: 0px;
  }
  .center-box-desc.doble-box .box-center-description {
    right: 0%;
    left: 0%;
    width: 100%;
  }
  .center-box-desc .box-center-description {
    bottom: 0px;
  }
  .center-box-desc {
    margin-bottom: 0px;
  }
  .center-box-desc .box-center-description {
    margin-bottom: 0px;
  }
  #inner-content .content-container .flowers-section h1:first-child {
    margin-bottom: 20px;
  }
  #inner-content .content-container .flowers-section h2:first-child {
    margin-bottom: 20px;
  }
  #inner-content .sust-feature .sust-description {
    bottom: 0px;
    padding: 0px;
    margin-bottom: 15px;
  }
  #inner-content .content-container .sust-feature img {
    margin-bottom: 30px;
  }
  #inner-content .content-container .sust-feature .gradient-container {
    margin: 0px;
  }
  #inner-content .content-container .sust-feature img {
    min-height: 300px;
    max-height: 300px;
  }
}

@media screen and (max-width: 768px) {
  /* #home-carousel .carousel-caption {
    bottom: 20%;
  } */
}

#main-characteristic h2 {
  text-transform: uppercase;
  color: #a7d800;
}

.hexa {
  position: relative;
  width: 93px;
  height: 50.74px;
  background-color: transparent;
  margin: 28.87px 0;
  border-left: solid 3.4px #fff;
  border-right: solid 3.4px #fff;
  display: block;
}

.hexa:before {
  top: -34.3553px;
  border-top: solid 5px #fff;
  border-right: solid 5.8284px #fff;
  border-radius: 10px;
  left: 7.6447px;
}

.hexa:after {
  bottom: -35.3553px;
  border-bottom: solid 5.8284px #fff;
  border-left: solid 5.8284px #fff;
  border-radius: 10px;
  left: 7.6447px;
}

/*--------------------------------------------------------------
>>> ACCIONISTAS - TEMPLATE
----------------------------------------------------------------*/
.page-template-template-accionistas #inner-header .container {
  min-height: 300px;
  display: flex;
  align-items: center;
}
.molymet-listado--accionistas {
  margin-top: 4rem;
}
.molymet-listado--accionistas .btn.btn-orange img {
  margin-top: -5px;
}
.second-title {
  font-size: 1.5em;
  color: #136987;
}
.content-accionistas .main-title {
  padding-top: 0;
  margin: 0 0 20px 0;
}
.molymet-listado--accionistas .foot-block,
.foot-block {
  margin-top: 120px;
}
.molymet-listado--accionistas .foot-block .btn.btn-orange:active,
.molymet-listado--accionistas .foot-block .btn.btn-orange:focus {
  color: #a7d800 !important;
}
.molymet-log--iniciar-sesion .btn.btn-orange:active,
.molymet-log--iniciar-sesion .btn.btn-orange:focus {
  color: #a7d800 !important;
}
.content-accionistas form .btn.btn-orange:active,
.content-accionistas form .btn.btn-orange:focus {
  color: #a7d801 !important;
}
.btn.btn-orange:active,
.btn.btn-orange:focus {
  color: white !important;
}
td .btn.btn-orange:active,
td .btn.btn-orange:focus {
  color: #a7d800 !important;
}

td .btn.btn-orange:active:before,
td .btn.btn-orange:focus:before {
  background: black !important;
  border-radius: 5px;
}
table .btn.btn-orange {
  padding: 8px 16px;
}
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
table thead th {
  padding: 15px 15px 0 15px;
  font-weight: normal;
  vertical-align: middle;
}
table thead th:not(:first-child) {
  text-align: center;
  color: #495057;
}
table tr td {
  padding: 15px !important;
  vertical-align: middle !important;
}
table tr td:first-child {
  display: flex;
}
table tr td:not(:first-child) {
  text-align: center;
}
table tr td img {
  margin-right: 10px;
  height: 40px;
}
table .file-listin p {
  font-size: 0.9em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #495057;
}
table .file-listin p span {
  font-size: 0.75em;
  font-weight: normal;
}
table tr td p span {
  display: block;
}
figure img {
  width: 100%;
}
.table thead th {
  border-bottom: none;
}
.table td,
.table th {
  border-top: none;
}
.btn-line-orange {
  border: 1px solid #ec6608 !important;
  background: transparent !important;
  color: #ec6608 !important;
}
.btn-line-orange.hvr-bounce-to-right:before {
  background: #ec6608;
  color: white !important;
}
.btn-line-orange.hvr-bounce-to-right:hover {
  color: white !important;
}
.box-button a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1px !important;
}
.box-button a + a {
  margin-top: 32px;
}
.btn-underline {
  color: #717580;
  font-weight: 600;
  text-decoration: underline;
}
.page-template-template-accionistas .file-listin p {
  font-size: 16px;
}
.file-listin .bg-white {
  padding: 30px;
}
.file-listin .bg-white ul {
  margin-bottom: 0;
}
.file-listin .bg-white ul li {
  font-size: 16px;
  color: inherit;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
}
.pre-foot {
  background-color: #b6bbca;
  padding: 80px 0;
  color: white;
}
.pre-foot p {
  color: white;
  font-size: 0.85em;
}
.pre-foot .main-title {
  color: white !important;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.info-group p:first-child {
  font-weight: 600;
}
.junta-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #216987;
  margin-bottom: 32px;
}
.molymet-juntas .junta-head h3 + i {
  font-size: 30px;
  color: #136987;
}
.junta-body .file-listin {
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.junta-body tr td:first-child img {
  display: flex;
  flex: 0 0 30px;
}

.owl-content-juntas .owl-item {
  height: 0;
}

.owl-content-juntas .owl-item.active {
  height: auto !important;
}
.junta-body tr td:first-child p {
  /*flex: 0 0 300px;*/
  flex: 0 0 100%;
}
.junta-body td {
  padding: 0;
}
.junta-body .owl-height {
  height: auto !important;
  /*transition: height 500ms ease-in-out !important;*/
}
/*.junta-body .owl-grab{
    transition: height 500ms ease-in-out !important;
}*/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  text-align: center;
  color: #a7d800 !important;
  background: #f2f2f4;
  border: 1px solid #a7d800;
  box-sizing: border-box;
  border-radius: 8px;
}
.nav-pills .nav-link {
  text-align: center;
  color: #a7d800 !important;
  background: white;
  border: 1px solid #a7d800;
  box-sizing: border-box;
  border-radius: 8px;
  /**/
}
.content-accionistas .breadcrumb-moly {
  margin-left: 0;
  display: flex;
}
.content-accionistas .breadcrumb-moly li a,
.content-accionistas .breadcrumb-moly li {
  color: #b6bbca;
}
.content-accionistas .breadcrumb-moly li {
  display: flex;
  align-items: center;
}
.content-accionistas .breadcrumb-moly li.current {
  color: #495057;
}
.content-accionistas .breadcrumb-moly li i {
  font-size: 10px;
  margin-left: 30px;
}
.content-accionistas .breadcrumb-moly li + li::before {
  content: "";
  height: 20px;
  width: 1px;
  background: #b6bbca;
  margin: 0 30px;
}
.content-accionistas .breadcrumb-moly li:after {
  display: none;
}
#sidebar .level-two li.active a {
  color: #ec6608;
}
#sidebar .level-two li a {
  color: #717580;
  border-bottom: none;
  padding: 8px 0;
}
#sidebar .level-two li a:hover {
  color: #ec6608;
}
#sidebar ul.level-two {
  margin-left: 20px;
}
.sidebar-list .parent-item {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 5px;
}
.sidebar-list .parent-item .level-two {
  padding-top: 5px;
}
.level-two a i {
  top: 15 !important;
}
.sidebar-list .parent-item a:first-child {
  border-bottom: none;
}
.sidebar-list .parent-item a i {
  top: 15px;
}
.molymet-access .file-listin {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.molymet-access.molymet-login fieldset:last-child * {
  width: 49%;
}
.molymet-access.molymet-login fieldset:last-child button,
.molymet-log--cambiar-contrasena fieldset button {
  border: 1px solid #a7d800 !important;
}

.molymet-access fieldset:last-child .btn.btn-orange:hover,
.molymet-access fieldset:last-child .btn.btn-orange:focus {
  border: 1px solid white !important;
}
.input-container {
  position: relative;
}
.input-container input {
  padding-left: 45px;
}
.input-container img {
  position: absolute;
  left: 0px;
  padding: 12px 12px;
  pointer-events: none;
}
.input-container:last-child input {
  padding-left: 45px;
  padding-right: 45px;
}
.input-container input + a {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 9px 12px;
  pointer-events: none;
  color: #717580;
}
.input-container input + a.show-password {
  pointer-events: all;
}
.molymet-access form fieldset + fieldset {
  margin-top: 25px;
}
.messages-form .response-form {
  width: fit-content;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
}
.messages-form .response-form p {
  margin-bottom: 0;
}
.messages-form .response-form.message-success {
  background: #00a200;
}
.messages-form .response-form.message-error {
  background: red;
}
.upload-btn-wrapper {
  position: relative;
}
.upload-btn-wrapper .btn,
.upload-btn-wrapper button {
  border: 2px dashed #373737;
  color: #373737;
  background-color: transparent;
  padding: 0;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  height: 93px;
  width: 100%;
  cursor: pointer;
  pointer-events: auto;
  max-width: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-btn-wrapper button img {
  position: relative;
}
.upload-btn-wrapper input[type="file"] {
  font-size: 70px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  max-width: 180px;
  padding: 0;
  right: 0;
  margin: 0 auto;
  max-height: 93px;
}
.upload-btn-wrapper .btn label {
  display: block;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #3831ff;
}
.upload-btn-wrapper .btn label span {
  display: block;
}
.upload-btn-wrapper .btn i {
  margin-right: 0 !important;
  display: block;
  font-size: 25px !important;
  border-radius: 0 !important;
}
.molymet-access .file-listin .size-normal {
  font-size: 1em;
}
.btn-upload a {
  padding: 2px 25px !important;
}
.molymet-documents .owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.molymet-documents .btn.btn-orange {
  border: 1px solid #a7d800;
}
/*
.molymet-documents .btn.btn-orange:active,
.molymet-documents .btn.btn-orange:focus{
    color:#a7d800 !important;
    border: 1px solid;
}
*/
.molymet-documents .btn.btn-orange:active,
.molymet-documents .btn.btn-orange:focus,
.molymet-atencion .btn.btn-orange:active,
.molymet-atencion .btn.btn-orange:focus {
  color: #a7d800 !important;
  border: 1px solid;
}
.page-template-template-accionistas #inner-header .container .row {
  width: 100%;
}

.molymet-atencion .btn.btn-orange {
  border: 1px solid #a7d800;
}
.moly-column-divisor .row {
  padding: 0 15px;
}
.moly-column-divisor .col-md-6:first-child {
  background: #f2f2f4;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 30px 30px 30px;
}

.dividendos .col-md-6:first-child h2 {
  color: #717580;
  margin: 0;
  padding: 10px 0;
}
.owl-content-juntas .owl-height {
  height: auto !important;
}

.moly-column-divisor .col-md-6:last-child {
  background-color: #136987;
  padding: 3rem 30px 30px 30px;
  color: white;
}
.moly-column-divisor .col-md-6:last-child table {
  margin-bottom: 0;
  border-spacing: 0 0;
}
.moly-column-divisor .col-md-6:last-child table td {
  padding: 10px 0 !important;
  border-top: 1px solid white;
}
.moly-column-divisor .col-md-6:last-child table tr:last-child td {
  border-bottom: 1px solid white;
}
.moly-column-divisor .col-md-6:last-child table tr td:last-child {
  text-align: right;
}
.moly-column-divisor .col-md-6:last-child table h3 {
  color: white;
  font-size: 2em;
  margin-bottom: 0;
}
.moly-column-divisor .col-md-6:last-child table h3 span {
  display: block;
  font-size: 14px;
}
.moly-historicos table {
  margin-top: 45px;
}
.moly-historicos table thead {
  background: #f1f1f1;
}
.moly-historicos table thead th {
  font-size: 11px;
  color: black;
  font-weight: 700;
  padding: 10px 5px;
}
.moly-historicos table tr td {
  padding: 0 !important;
  vertical-align: middle !important;
  font-size: 12px;
}
.bursatil.moly-column-divisor .col-md-6:first-child {
  background: #136987;
  color: white;
}
.bursatil.moly-column-divisor .col-md-6 h2,
.bursatil.moly-column-divisor .col-md-6:first-child h3,
.bursatil.moly-column-divisor .col-md-6:first-child h3 span {
  color: white !important;
}
.show .box-button a {
  cursor: pointer;
}
.bursatil.moly-column-divisor .col-md-6:first-child h3 span {
  font-size: 12px;
}
.bursatil.moly-column-divisor .col-md-6:first-child h3 {
  font-size: 22px;
  margin: 0;
}
.bursatil.moly-column-divisor .col-md-6:first-child {
  align-items: flex-start;
  flex-direction: column;
}
.bursatil.moly-column-divisor table tr td:first-child {
  display: table-cell;
  text-align: left !important;
}
.bursatil.moly-column-divisor table tr td:first-child h3 {
  font-size: 22px;
}
.bursatil.moly-column-divisor table tr:first-child td:first-child {
  text-align: center !important;
}
.bursatil.moly-column-divisor .col-md-6:last-child h2 {
  font-size: 2em;
  color: white;
  padding: 0;
  margin: 0;
}
.document-name {
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 6px 15px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 10%);
  align-items: center;
  margin-top: 15px;
}

.document-name a {
  color: #f08539;
  font-size: 14px;
}

.document-name a i {
  margin-right: 10px;
  font-size: 1.3rem;
  vertical-align: middle;
}
.document-name p {
  color: #f08539;
  font-size: 14px;
}

.document-name p i {
  margin-right: 10px;
  font-size: 1.3rem;
  vertical-align: middle;
}
.bursatil.moly-column-divisor .col-md-6:first-child h3 {
  font-size: 20px;
  margin: 0;
}
.bursatil.moly-column-divisor .box-button {
  background: #136987;
}
.faqs-accionistas .number {
  position: relative !important;
  top: 0 !important;
  left: -1px !important;
  width: 26px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-36%);
}
.faqs-accionistas h2 {
  margin: 0 0 0 15px;
}
.faqs-accionistas .col-lg-1 {
  -ms-flex: 0 0 10.333333%;
  flex: 0 0 10.333333%;
  max-width: 10.333333%;
}
.faqs-accionistas .col-lg-11 {
  -ms-flex: 0 0 89.666667%;
  flex: 0 0 89.666667%;
  max-width: 89.666667%;
}
.faqs-accionistas .hexa-container-faqs.green-active,
.faqs-accionistas .line-down,
.faqs-accionistas .line-up.green-active {
  background-color: #ec6608;
}
#faqs.faqs-accionistas button[aria-expanded="true"] {
  color: #ec6608 !important;
}
#faqs.faqs-accionistas button[aria-expanded="false"] {
  color: #797979 !important;
}
.wpcf7 label {
  font-size: 14px;
}
body:not(.page-id-8155):not(.page-id-7279)
  #sidebar
  ul.sidebar-list
  > li:first-child
  a {
  color: #717580;
}

.show table {
  margin-bottom: 0px;
}
.wpcf7-not-valid-tip {
  font-size: 0.7em !important;
  margin: 5px 0 0 5px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: white;
  border-color: red !important;
  background: red;
  font-size: 0.8em;
  padding: 10px 15px;
  border-radius: 5px;
}
#faqs .card-bod {
  border: 1px rgb(0 0 0 / 10%) solid;
  margin-top: 10px;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: red;
  background: red;
  font-size: 0.8em;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  font-size: 0.8em;
  padding: 10px 15px;
  border-radius: 5px;
}
.table-dividendo .file-listin {
  background: transparent !important;
  padding: 0;
  margin-bottom: 0;
}
.width-55 {
  width: 55%;
}
.page.page-id-8160 .header-img {
  transform: translateY(-40%);
}
.g-recaptcha {
  margin: 25px 0;
}
.moly-moneda .foot-block a.btn.btn-orange:active,
.moly-moneda .foot-block a.btn.btn-orange:focus {
  color: #a7d800 !important;
}
@media screen and (max-width: 767px) {
  .content-container ul li {
    font-size: 1.2em;
  }
  table tr td {
    padding: 0px 15px !important;
  }
  table thead {
    display: none;
  }
  table tr td:not(:first-child) {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  table tr.file-listin {
    height: 100%;
    display: block;
    padding: 15px 0;
  }
  table tr.file-listin + tr.file-listin {
    margin-top: 15px;
  }
  .pre-foot {
    padding: 30px 0;
  }
  ul.certifications {
    left: 0px !important;
  }
  .junta-body .file-listin {
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
  }
  .junta-body table tr td:first-child {
    margin-bottom: 8px;
    display: flex !important;
    width: 100%;
    align-items: center;
  }
  .junta-body table tr td:first-child img {
    flex: 0 0 12%;
  }
  .junta-body tr td:first-child p {
    flex: inherit;
    flex: 0 0 88%;
  }
  .junta-body table tr td:not(:first-child) {
    margin-left: 50px;
  }
  .breadcrumb-moly {
    opacity: 1;
    font-size: 10px;
  }
  .content-accionistas .breadcrumb-moly li i {
    margin-left: 10px;
  }
  .content-accionistas .breadcrumb-moly li + li::before {
    height: 15px;
    margin: 0 10px;
  }
  .molymet-access {
    margin-bottom: 3rem;
  }
  .dividendos tr {
    display: block;
  }
  .dividendos .col-md-6:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .dividendos tr td:first-child {
    width: 65%;
    float: left;
  }
  .dividendos tr td:last-child {
    width: 35%;
    float: left;
    flex-direction: row;
    justify-content: flex-end;
  }
  .foot-block {
    margin-top: 32px;
  }
  .moly-historicos table tr td {
    padding: inherit !important;
  }
  .moly-historicos table thead {
    display: table-header-group;
  }
  .moly-historicos table tr {
    display: table-row !important;
  }

  .moly-historicos table {
    width: 750px;
  }
  table tr td:not(:first-child) {
    display: table-cell !important;
  }
  table tr td:first-child {
    display: table-cell !important;
  }
  .moly-historicos table tr td {
    padding: 10px !important;
  }
  .moly-historicos table thead th {
    padding: 8px;
  }
  #dividendos_tab {
    overflow: scroll;
  }
  /*.table-dividendo{
        overflow: scroll;
    }*/
  .moly-moneda .foot-block a.btn.btn-orange:active,
  .moly-moneda .foot-block a.btn.btn-orange:focus {
    color: #a7d800 !important;
  }
  h2.main-title {
    font-size: 20px !important;
    padding: 10px 0 !important;
  }
  .btn.btn-orange {
    padding: 15px 30px;
  }
  .btn.btn-orange img {
    width: 17px;
    vertical-align: middle;
    margin-top: -10px;
  }
  .bursatil.moly-column-divisor .col-md-6:last-child,
  .bursatil.moly-column-divisor .box-button {
    background-color: #001e3a;
  }
  .bursatil.moly-column-divisor {
    margin-bottom: 100px;
  }
  .bursatil.moly-column-divisor table tr:first-child td {
    text-align: center !important;
  }
  .faqs-accionistas .col-lg-1 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 19.666667%;
  }
  .faqs-accionistas .col-lg-11 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .faqs-accionistas .line-up.green-active::before {
    content: "";
    background: #ec6608;
    width: 3px;
    height: 110px;
    position: absolute;
    top: -5px;
  }
  .faqs-accionistas .number {
    left: 20px !important;
    transform: translateX(-13px);
    top: -7px !important;
  }
  .faqs-accionistas .line-up {
    z-index: 1;
  }
  .faqs-accionistas .card:last-child .line-up::before {
    height: 40px;
  }
  .molymet-hechos table tr td:first-child {
    display: flex !important;
  }
  .molymet-hechos table tr td:not(:first-child) {
    display: flex !important;
    margin-top: 15px;
  }
  .bg-dark.scrolled {
    background-color: rgba(0, 30, 60, 1) !important;
  }
  /*.table-container-2{
        height:auto !important;
    }*/
}
.molymet-hechos .hidden {
  display: none;
}

.molymet-my-documents table tr td:first-child {
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.leng-select a:hover {
  border-bottom: 3px solid #ec6608;
}

b,
strong {
  font-weight: bold;
}

.btn-sust {
  background-color: #ffffff59 !important;
  border-radius: 15px;
}

/** Ajustes FOOTER **/

@media (max-width: 768px) {
  .cer {
    display: contents;
  }

  #footer-certifications a {
    padding: 0.5rem;
  }
}

/* Product Card */
.molymet-product-card {
  display: flex;
  position: relative;
}

.molymet-product-card__content {
  display: flex;
  backdrop-filter: blur(2px);
  background-color: #ffffff40;
  border: 1px solid #fa5711;
  border-width: 0 2px 0 0;
  position: absolute;
  padding: 0.5rem;
  height: 100%;
  width: 60%;
  z-index: 1;
}
@media (min-width: 768px) {
  .molymet-product-card__content {
    width: 50%;
  }
}

.molymet-product-card__content-title {
  color: #001e3c;
  font-size: 1.25rem;
  margin: 0;
}

.molymet-product-card__bg {
  display: block;
  z-index: 0 !important;
}

/* BANNER LETRAS GRANDES */

.side-boton .carousel-caption {
  display: flex;
  align-items: center;
}
.side-boton .btn.btn-orange2 {
  background-color: #006c8c;
}

.side-boton .btn.btn-orange,
.side-boton .btn.btn-orange2 {
  padding: 5px 14px;
}

.side-boton .buttons-container a {
  margin-left: 0;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.side-boton .moly-name {
  color: white;
  text-transform: none;
  font-size: 2rem;
  font-weight: 100;
}

.side-boton .carousel-caption h1 {
  font-size: 4.5rem;
  padding-right: 4rem;
}

.side-boton .carousel-caption h2 {
  font-size: 4.5rem;
  padding-right: 4rem;
}

.side-boton .carousel-caption {
  max-width: 65%;
}

.side-boton span.subtitulo-boton {
  text-align: right;
  display: flex;
  font-size: 2rem;
  margin-bottom: 20px;
}

/** SISMO / MIRADA SUSTENTABLE / ACF POLITICAS**/

.sust-results__tabla-listado-politicas p{
  margin-bottom: 0 !important;
}
.sust-results__titulo-tabla{
  background-color: #b5bbc9;
  padding: 5px 18px;
}
.sust-results__titulo-tabla span{
  display: block;
  line-height: 100%;
  font-size: 0.9em;
  font-weight: 500;
}
.sust-results__fila-archivos{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sust-results__fila-archivos h4{
  padding: 9px 5px !important; 
}
/*APP PAGE*/
.page-iframe {
	height: calc(100svh);
	width: 100%;
	overflow: hidden;
}
.page-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/** LISTADO IMAGENES PATRIMONIO **/

.img-listado-imagenes figure{
  margin-bottom: 0 !important;
  display: block;
}

.img-listado-imagenes figure img{
  display: block;
  margin: 0 auto;
}

/* MOBILE */

@media (max-width: 768px) {
  .side-boton .carousel-caption {
    flex-direction: column;
  }

  .side-boton .carousel-caption {
    max-width: 100%;
  }
  .side-boton .moly-name {
    font-size: 1.2rem;
  }

  #home-carousel .side-boton .carousel-caption h1 {
    font-size: 1.3rem;
  }

  #home-carousel .side-boton .carousel-caption h2 {
    font-size: 1.3rem;
  }

  .side-boton span.subtitulo-boton {
    text-align: right;
    display: flex;
    font-size: 0.9rem;
    margin-bottom: 0;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
    padding-left: 40%;
  }
}

/********************** CHATBOT ********************/
.modal-dialog {
  position: fixed;
  right: 20px;
  bottom: 150px;
  margin: 0;
  max-width: 420px;
  width: 100%;
}

.custom-modal {
  height: 80vh;
  max-height: 90vh;
}

@media (max-width: 767.98px) {
  .modal-dialog {
    left: 5%;
    right: 5%;
    bottom: auto;
    top: 5%;
    width: 90%;
  }
  .custom-modal {
    height: 80vh;
  }
}

/* TOOLTIP */
.moly-tooltip {
  display: none;
  position: absolute;
  right: 80px;
  bottom: 15px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 10px 14px;
  border-radius: 8px;
  max-width: 250px;
  width: 250px;
  font-size: 14px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.moly-tooltip-arrow {
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.moly-tooltip:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #ccc;
  z-index: -1;
}

/* HOVER sobre la imagen activa el mensaje */
.moly-icon:hover + .moly-tooltip,
.btn:hover .moly-tooltip {
  display: block;
}
