html, body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif; }

.contenedor {
  width: 100%;
  position: relative; }

.contenido {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.breadcrumb-item.active {
  color: #000000cf !important;
  text-shadow: 1px 1px 1px #EAD400 !important;
  border-bottom: 3px solid #EAD400 !important; }

.franja {
  background-color: #37424A;
  color: #EBD300; }

.redes-sociales-top {
  font-size: 24px;
  margin-right: 10px;
  display: flex;
  width: 100%;
  justify-content: flex-end; }

.redes-sociales-top div {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.redes-sociales-top img {
  max-width: 25px; }

.menu {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.menu-container {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100px;
  position: absolute;
  top: 45px;
  left: 0px;
  background-color: #ffffff;
  width: 100%; }

.menu-container.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #ffffff;
  z-index: 999; }

.menu-logo {
  margin-top: 25px;
  width: 100%;
  max-width: 250px; }

.menu-bloque {
  display: flex; }

.menu-bloque-a {
  justify-content: flex-start; }

.menu-bloque-b {
  justify-content: center; }

.menu-bloque-c {
  justify-content: flex-end; }

.menu-item {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%; }

.menu-item a {
  text-decoration: none;
  color: #37424A; }

.menu-lang {
  width: 200px;
  color: #EBD400;
  font-size: 12px;
  display: flex;
  align-content: center;
  justify-content: center; }

.menu-lang a {
  color: #EBD400;
  text-decoration: none; }

.menu-lang-label {
  display: flex;
  align-content: center;
  justify-content: left;
  margin-left: 0px !important; }

.menu-lang a:hover {
  color: #EBD400;
  text-decoration: none; }

#menu-bloque-mobile {
  display: none; }

#menu-bloque-burguer {
  display: none; }

#menu-bloque-mobile {
  transition: 1s 0.5s all;
  margin-top: 0px; }

@media (max-width: 768px) {
  #menu-bloque-burguer {
    display: block; }

  #menu-bloque-burguer img {
    width: 40px;
    margin-top: 30px; }

  #menu-bloque-a {
    display: none; }

  #menu-bloque-c {
    display: none; }

  #menu-bloque-mobile {
    display: none;
    z-index: 100;
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-right: 10px; }

  .menu-container .contenido {
    width: 100%; }

  #menu-bloque-mobile .menu-item {
    background: #ededed;
    padding-left: 26px;
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 15px;
    width: 100%; }

  #ico-burger-menu {
    display: block; }

  #ico-close-menu {
    display: none; }

  .menu-logo {
    margin-left: 10px; } }
.titulo-subtitulo {
  text-align: center;
  margin-left: auto;
  padding-top: 30px;
  color: #37424A;
  padding-bottom: 30px;
  max-width: 850px;
  width: 100%; }

.titulo-subtitulo .titulo {
  font-size: 40px;
  font-weight: bold; }

.titulo-subtitulo .subtitulo {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px; }

.compromiso-contenido {
  margin-top: 50px;
  margin-bottom: 50px; }

.compromisos-titulo {
  width: 100%;
  text-align: center;
  background-color: #EAD400;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  margin-left: auto;
  margin-right: auto;
  transition: 1s all;
  z-index: 2; }

.compromisos-titulo span {
  font-weight: bold;
  margin-left: 0px;
  transition: 1s all; }

.compromisos-titulo-off {
  width: 50%;
  padding-top: 10px;
  background-color: rgba(234, 212, 0, 0.56);
  padding-bottom: 10px; }

.compromisos-titulo-off span {
  margin-left: 50px !important; }

.compromisos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1; }

.compromiso {
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  outline: 5px solid white; }

.compromiso-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 1s all; }

.compromiso:hover .compromiso-shadow {
  background-color: rgba(0, 0, 0, 0.2); }

.compromiso-off .compromiso-shadow {
  background-color: white; }

.compromiso-titulo {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  transition: 1s all;
  width: 100%;
  color: #EAD400;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.compromiso:hover .compromiso-titulo {
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 0px;
  opacity: 1; }

.compromiso-1 {
  width: 45%; }

.compromiso-2 {
  width: 35%; }

.compromiso-3 {
  width: 20%; }

.compromiso-4 {
  width: 20%; }

.compromiso-5 {
  width: 30%; }

.compromiso-6 {
  width: 40%; }

.compromiso-7 {
  width: 30%; }

.compromiso-8 {
  width: 30%; }

.compromiso-9 {
  width: 40%; }

@media (max-width: 768px) {
  .compromiso {
    min-height: 200px;
    width: 100% !important; }

  .compromiso-titulo {
    font-size: 20px; }

  .compromisos-titulo {
    font-size: 20px; }

  .compromiso-titulo {
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    opacity: 1; }

  .compromiso-shadow {
    background-color: rgba(0, 0, 0, 0.2); } }
.marcas-proveedor {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left; }

.marcas-proveedor div {
  width: 20%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  margin: 0px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; }

.marcas-proveedor img {
  width: 80%;
  margin: 40px; }

.proveedor-img {
  width: 30%; }

.proveedor-img img {
  width: 100%; }

.proveedor-title {
  width: 100%;
  background-color: #37424A;
  color: #EAD400;
  font-size: 30px; }

.proveedor-title div {
  padding: 5px 15px; }

.marca-info {
  transition: 1s all;
  display: flex;
  padding: 0px 0px;
  flex-wrap: wrap;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }

.marca-info-on {
  padding: 100px 0px; }

.marca-info-container {
  background-color: #ededed;
  width: 100%; }

.marcas-categorias {
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.marcas-categorias-inner {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.marcas-categoria {
  background-color: #37424A;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  margin: 1px;
  cursor: pointer;
  transition: 0.3s all;
  transform: translateY(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  width: 100%; }

.marcas-categoria:hover {
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }

.marcas-category-active {
  color: #37424A;
  background-color: #EAD400 !important;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px !important;
  font-weight: bold; }

.marcas-section {
  background-color: #f8f7f7; }

.marcas-container {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.marca-item {
  width: 23%;
  cursor: pointer;
  box-shadow: rgba(99, 99, 99, 0) 0px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 0.3;
  transition: all 1s;
  overflow: hidden; }

.marca-item .proveedor-img {
  display: none; }

.marca-item.visible {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; }

.marca-item img {
  width: 80%;
  transform: translateX(0px);
  transition: 1s all;
  opacity: 0; }

.marca-item.visible img {
  transform: translateX(0px) !important;
  width: 65% !important;
  opacity: 1 !important;
  padding: 15px 5px; }

.marca-item:hover img {
  transform: translateY(-5px) !important;
  opacity: 1 !important; }

.marca-info-container-column-b {
  width: 80%; }

.marcas-containers {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #ffffff;
  min-height: 500px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.preloader {
  opacity: 1;
  margin: auto;
  border: 5px solid #37424A;
  border-top: 5px solid #EAD400;
  border-radius: 50%;
  width: 20px;
  margin: 50px;
  height: 20px;
  animation: spin 2s linear infinite; }

.marcas-proveedor div:first-child {
  border: 3px rgba(234, 212, 0, 0) solid;
  animation: animateBorder 1s infinite; }

@keyframes animateBorder {
  0% {
    border-color: #EAD400; }
  50% {
    border-color: rgba(234, 212, 0, 0); }
  100% {
    border-color: #EAD400; } }
@media (max-width: 768px) {
  .marca-item {
    width: 47%; }

  .proveedor-img {
    width: 100%; }

  .marcas-proveedor div {
    width: 50%; } }
.quienes-somos {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.quienes-somos-item {
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  width: 20%;
  height: 300px;
  transition: 1s all;
  background-color: #1b2128; }

.quienes-somos-title {
  color: #fff;
  position: absolute;
  width: 100%;
  margin-top: 228px;
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.55); }

.quienes-somos-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #37424A;
  opacity: 0.6; }

.quienes-somos-item:nth-child(2n)::before {
  background-color: #EAD400;
  opacity: 0.3; }

@media (max-width: 768px) {
  .quienes-somos-item {
    height: 140px; }

  .quienes-somos-title {
    color: #fff;
    position: absolute;
    width: 100%;
    margin-top: 81px;
    text-align: center;
    font-size: 62px;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.55);
    line-height: 58px; } }
.parrafo {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  text-align: justify;
  line-height: 28px;
  font-size: 17px;
  background-color: #FFFFFF; }

.parrafo p {
  margin: 0px;
  padding-bottom: 30px; }

.dc-footer {
  width: 100%;
  background-color: #37424A;
  color: #fff;
  font-size: 15px;
  line-height: 30px; }

.dc-footer .contenido {
  min-height: 200px;
  display: flex;
  justify-content: space-around; }

.footer-item {
  padding-top: 50px; }

.footer-a {
  width: 25%; }

.footer-a img {
  width: 100%;
  margin-bottom: 25px; }

.footer-b {
  width: 10%;
  display: flex;
  flex-wrap: wrap; }

.footer-c {
  width: 20%; }

.footer-d {
  width: 15%; }

.footer-link {
  margin-bottom: 20px;
  width: 100%;
  text-align: left; }

.footer-link a {
  color: #fff;
  text-decoration: none; }

.footer-social div {
  width: 20%;
  max-width: 35px; }

.footer-d img {
  width: 100%; }

.footer-social {
  display: flex;
  justify-content: space-around;
  width: 100%; }

.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  letter-spacing: 2px; }

.footer-copyright {
  border-top: 1px solid #919191;
  padding: 20px 0;
  text-align: center;
  width: 100%; }

@media (max-width: 768px) {
  .dc-footer .contenido {
    flex-wrap: wrap; }

  .footer-item {
    padding-top: 20px; }

  .footer-a {
    width: 100% !important; }

  .footer-b {
    width: 50% !important; }

  .footer-c {
    width: 50% !important; }

  .footer-d {
    display: none; }

  .footer-a img {
    max-width: 250px; } }
.galardones {
  width: 100%;
  max-width: 1140px;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.galardondes-section-title {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF; }

.galardon {
  width: 20%; }

.galardon img {
  width: 100%; }

.galardon-titulo {
  text-align: center;
  font-size: 1.1em;
  text-align: center;
  font-weight: 500;
  margin: 10px 0; }

.galardon-description {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: 10px 0px;
  font-size: 13px;
  line-height: 1.5; }

.galardones-section {
  width: 100%;
  background-color: #fff; }

.galardones-botones {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

@media (max-width: 768px) {
  .galardon {
    width: 40%; } }

/*# sourceMappingURL=main.css.map */
