/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

.h3,
h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 0;
}

.titulos {
  text-align: center;
  background-color: #176a8a;
  color: #fff;
  padding: 5px 0;
  font-size: 1.8em;
  margin-bottom: 50px;
}

.separador-md {
  width: 100%;
  display: block;
  height: 30px;
}

.separador-md-table {
  width: 100%;
  display: table;
  height: 30px;
}

dd>a {
  margin-left: 15px;
  color: #a9bdce !important;
}


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #18d26e;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}


/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  padding: 30px 0;
  height: 92px;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #4fbcb9;
}

#header.header-scrolled {
  background: #4fbcb9e6;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
  display: block;
}

#header #logo {
  float: left;
  margin-top: 5px;
}

#header #logo h1 {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 12px;
}

#header #logo img {
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 400px;
  background: #000;
}

.intro-container {
  background-image: url(../img/header-home-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: inherit;
}

#guante-left {
  background-image: url(../img/header-home-guantes-left.png);
  width: 381px;
  height: inherit;
  float: left;
  animation-delay: 0.7s;
}

#guante-right {
  background-image: url(../img/header-home-guantes-right.png);
  width: 376px;
  height: inherit;
  float: right;
  animation-delay: 0.7s;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#txt-intro h1,
#txt-intro p {
  color: #176a8a;
}

#txt-intro {
  animation-delay: 1.3s;
}

#txt-intro p {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #18d26e;
}

div#txt-intro {
  position: absolute;
  left: 33%;
  right: 32%;
  top: 160px;
}

.separator {
  height: 30px;
  width: 1px;
  background-color: rgb(255, 255, 255);
  float: right;
  display: block;
  margin: 0px 10px;
}

.bg-card-ubicacion {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  box-model: border-box;
  border: 10px solid transparent;
  background-clip: padding-box;
}


/*--------------------------------------------------------------
# Productos Destacados
--------------------------------------------------------------*/

.section-container {
  display: flex;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.productos-destacados-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}

.img-prod-dest img,
.img-prod-dest p {
  max-width: 231px;
  margin-right: 30px;
}

.img-prod-dest p {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: 7px;
  color: #176a8a;
}


/*--------------------------------------------------------------
# Quienes somos
--------------------------------------------------------------*/

#quienes-somos .section-container {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  padding: 0 30px 40px 30px;
}

body.quienes-somos #quienes-somos .section-container i {
  color: #4fbcb9;
  font-size: 1.5em;
}

body.quienes-somos li {
  list-style: none;
  margin-bottom: 21px;
}

body.quienes-somos .section-container ul {
  margin-top: 30px;
}

body.quienes-somos #distintivos .section-container i {
  color: #4fbcb9;
  font-size: 3.5em;
  text-align: center;
  margin: 20px 0;
}


/* distintivos */

section#distintivos {
  background-color: #dde3e7;
}

.distintivos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

.distintivos-item {
  text-align: center;
  min-height: 150px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 17px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px -4px rgba(0, 0, 0, 0.75);
}


/*--------------------------------------------------------------
# Visitar
--------------------------------------------------------------*/

section#visitar {
  display: flex;
  background-color: #e7eaec;
  background-image: url(../img/positive.png);
}

section#visitar h3 {
  font-size: 1.5em;
}

section#visitar img {
  width: 100%;
}

.visitar-contenedor {
  max-width: 1200px;
  margin: 30px auto 0 auto;
  padding: 0 20px;
}

.visitar-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px 20px;
  margin-bottom: 40px;
  margin-top: 20px;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  float: right;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
  margin: 0;
  position: absolute;
  right: 60px;
  z-index: 10000;
}


/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 4px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  outline: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1em;
}

.nav-menu li:hover>a {
  color: #38b4b0;
}

.nav-menu>.menu-active>a {
  color: #fff;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 7px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #e3f4f4;
  border-radius: 5px;
}

.nav-menu ul li {
  transition: 0.3s;
  margin-bottom: 0;
}

.nav-menu ul li a {
  padding: 7px 7px 6px 7px;
  color: #4fbcb9;
  transition: 0.3s;
  display: block;
  font-size: 16px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #4fbcb9;
}

.nav-menu ul ul {
  margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}


/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 13vh;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 255, 255, 1);
  right: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
  border-radius: 6px 0 0 6px;
  height: 390px;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #045f7d;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid #045f7d47;
}

.contacto-mobile-nav {
  display: none;
}

.contacto-mobile-nav i {
  color: #005470;
  margin-right: 6px;
}

.contacto-mobile-nav .modulo-footer p {
  color: #005470;
  font-size: 12px;
}

.modulo-footer p {
  color: #fff;
  font-size: 12px;
}


/*#mobile-nav ul li a:hover {
  color: #38b4b0;
}*/

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #38b4b0;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #045f7d;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #38b4b0;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #38b4b0;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  right: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}


/* icon bob */


/* Icon Bob */

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


/* Float */

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


/* Bounce In */

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}


/* Forward */

.hvr-forward {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}


/* Sweep To Right */

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eafbfa;
  border-radius: 0 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*--------------------------------------------------------------
# Social media block
--------------------------------------------------------------*/

.bloque-redes {
  margin-top: -2px;
  float: right;
}

.bloque-redes ul {
  padding: 0;
}

.bloque-redes li {
  list-style: none;
  display: inline-block;
}

.bloque-redes a {
  color: rgb(255, 255, 255);
}

.bloque-redes i {
  margin: 8px;
  font-size: 1.2em;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}


/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}


/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #18d26e;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #18d26e;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}


/* About Us Section
--------------------------------*/

#about {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #18d26e;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: #18d26e;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}


/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  background: #015f7d;
  border: 2px solid #65ccc9;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}


/* Generales
--------------------------------*/

.banner img {
  width: 100%;
}

.banner.visible-mobile {
  display: none;
}

.visible-mobile {
  display: none;
}

.guantes-descartables-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
  gap: 20px 20px;
  display: grid;
}

.productos-grid {
  grid-template-columns: [col1] 50% [col2] 50%;
  display: grid;
  padding: 20px 20px 0 20px;
  border: 1px solid #e6e6e6;
}


/* prod left */

.productos-left {
  padding-right: 15px;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  grid-template-rows: [row1] auto [row2] 100px [row3] auto;
  display: grid;
}

#guantes-domesticos .productos-left {
  grid-template-rows: [row1] auto [row2] 220px [row3] auto;
}

#ropa-descartable .productos-left {
  grid-template-rows: [row1] auto [row2] 220px [row3] auto;
}

#ropa-descartable .productos-left img {
  margin-top: -9px;
}

.productos-left img {
  max-width: 100%;
  margin-top: -16px;
}

.productos-left h1 {
  text-align: center;
  color: #176a8a;
  font-size: 1.1em;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}


/* prod right */

.productos-right {
  font-size: 0.7em;
  padding-left: 15px;
}

.productos-right i {
  margin-right: 3px;
}

.productos-right p {
  margin: 0 0 15px 0;
}

.productos-left span {
  color: #4fbcb9;
  font-weight: bold;
  font-size: 1.1em;
  display: block;
  padding-bottom: 12px;
  text-align: center;
  font-size: 0.8em;
}

.productos-grid:hover {
  border: 1px solid #135f7d;
}

.main-cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
}

.descarga-catalogo {
  border-top: 1px solid #025f7d;
  padding-top: 5px;
  margin-bottom: 30px;
}

.descarga-catalogo i,
.descarga-catalogo a {
  color: #025f7d;
}

.contenedor-flex {
  display: flex;
}


/* bot filtros */

.bot-filtros li {
  display: inline-flex;
  list-style: none;
}

.bot-filtros a {
  background-color: #025f7d;
  padding: 10px 15px;
  color: #fff;
}

.bot-filtros a.active {
  background-color: #4fbcba;
}

.bot-filtros ul {
  padding-inline-start: unset;
}


/* Ubicacion Section
--------------------------------*/

section#ubicacion {
  background-color: #e2e7ea;
}

.ubicacion-cont {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

#ubicacion h1 {
  font-size: 1.8em;
  text-align: center;
}

#ubicacion p {
  text-align: center;
}

#ubicacion iframe {
  margin: 0 auto;
  display: block;
  padding-bottom: 20px;
  padding-top: 30px;
}

#ubicacion i {
  text-align: center;
  font-size: 4em;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  animation-delay: 1s;
  color: #e45461;
}

#ubicacion .bg-card-ubicacion i {
  text-align: left;
  font-size: 1em;
  margin: none;
  display: inline-block;
  margin-bottom: 0;
  color: #4FBCB9;
}

#ubicacion .bg-card-ubicacion a {
  color: #4fbcb9;
  transition: 0.5s;
}


/* Call To Action home
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(50, 183, 146, 0.42), rgba(115, 69, 82, 0.65)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #4fbcba;
  border: 2px solid #4fbcba;
}


/* Call To Action quienes
--------------------------------*/

body.quienes-somos #call-to-action {
  background: linear-gradient(rgba(50, 183, 146, 0.42), rgba(115, 69, 82, 0.65)), url(../img/call-to-action-quienes-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}


/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}


/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview,
#portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i,
#portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #18d26e;
}

#portfolio .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #18d26e;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}


/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #18d26e;
}


/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #4fbcb9;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #14617c;
}

.list-quienes img {
  max-width: 30px;
}

section#call-to-action img {
  max-width: 45px;
}


/* colores*/

.rojo {
  color: #d83030;
}

.blanco {
  color: #b1c2c5;
}

.azul {
  color: #005587;
}

.verde {
  color: #0a8868;
}

.amarillo {
  color: #d6d637;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #024b5f;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background-color: #14617c;
  background-image: url(../img/bg-footer-lcg.png);
  background-repeat: no-repeat;
  background-position: -200px bottom;
  padding: 60px 0 30px 0;
  background-size: contain;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 25px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Asap', sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #18d26e;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #fff;
}

#footer .footer-top h4::after {}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #6795b1;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #18d26e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 12px;
}

#footer .footer-contact i {
  margin-right: 5px;
  font-size: 1.5em;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #18d26e;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.modulo-footer {
  margin-bottom: -25px;
}

.footer-contact h3 {
  font-size: 1.2em;
  display: table;
}

.modulo-footer li {
  list-style: none;
  display: inline-block;
}

.modulo-footer a {
  color: #fff !important;
}

#img-tienda-oficial img {
  width: 100%;
}

.distintivos-item img {
  max-width: 60px;
  max-height: 60px;
  margin-top: 20px;
  margin-bottom: 18px;
}

.certificaciones .distintivos-item img {
  max-height: 50px;
  margin-top: 20px;
  margin-bottom: 18px;
  display: block;
  width: 100%;
  height: 300px;
  max-width: unset;
}

.certificaciones .distintivos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.certificaciones ul {
  list-style: none;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (max-width: 1024px) {}

@media (min-width: 1024px) {
  .nav-menu a {
    font-size: 1.1em;
  }
  #header #logo {
    padding-left: 20px;
  }
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

@media (max-width: 1080px) {
  .productos-destacados-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .img-prod-dest img,
  .img-prod-dest p {
    max-width: 80%;
    margin-right: 0;
    margin-left: 10%;
  }
  .nav-menu a {
    font-size: 0.9em;
  }
  #header #logo h1 {
    font-size: 0.8em;
  }
  #intro {
    height: 340px;
  }
  #guante-left {
    width: 230px;
    background-position: right;
  }
  #guante-right {
    width: 230px;
  }
  #txt-intro h1 {
    font-size: 1.3em;
  }
  #txt-intro p {
    font-size: 0.9em;
  }
}

#img-tienda-oficial img {
  width: 50%;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 920px) {
  .guantes-descartables-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .bloque-redes {
    display: none;
  }
  .separator {
    display: none;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (max-width: 768px) {
  .modulo-footer {
    margin-bottom: 0px;
  }
  .bg-card-ubicacion {
    padding: 20px 10px;
  }
  .h3,
  h3 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .visitar-grid {
    grid-template-columns: 1fr;
  }
  .banner.visible-desktop {
    display: none;
  }
  .banner.visible-mobile {
    display: block;
  }
  .certificaciones .distintivos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px 10px;
  }
  .certificaciones .distintivos-item {
    margin: 0;
  }
  .bot-filtros a {
    font-size: 0.7em;
  }
  #guantes-domesticos .productos-left {
    grid-template-rows: [row1] auto [row2] 180px [row3] auto;
  }
  .productos-right p {
    margin: 0 0 15px 0;
    font-size: 0.95em;
  }
  .guantes-descartables-grid {
    grid-template-columns: 1fr;
  }
  .productos-left img {
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
  }
  #quienes-somos .section-container {
    padding: 0 30px 10px 30px;
  }
  h4 {
    font-size: 1.1rem;
  }
  body.quienes-somos .list-quienes li {
    font-size: 0.85em;
    margin-bottom: 15px;
  }
  body.quienes-somos li {
    font-size: 0.85em;
    margin-bottom: 5px;
  }
  .distintivos-grid {
    grid-template-columns: 1fr;
    gap: 20px 20px;
    margin: 30px auto 0px auto;
  }
  .distintivos-item {
    margin: 0 20px;
  }
  .modulo-footer p {
    color: #fff;
    font-size: 10px;
  }
  #header {
    height: 80px;
  }
  .contacto-mobile-nav {
    display: block;
    margin-left: 20px;
    margin-top: 25px;
  }
  .contacto-mobile-nav p {
    margin: 0 0 20px 0;
  }
  .hvr-sweep-to-right:before {
    background-color: unset;
  }
  #mobile-nav ul li {
    display: block;
  }
  #footer .footer-top {
    background-image: none;
  }
  #footer .footer-top .footer-contact p {
    line-height: 20px;
    margin: 0 0 14px 0;
  }
  .footer-links,
  .footer-contact {
    width: 50%;
  }
  #footer .footer-top {
    padding: 30px 0 0 0;
  }
  #footer .footer-top .footer-info p {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .footer-top .footer-info h3 {
    font-size: 18px;
  }
  #footer {
    font-size: 11px;
  }
  #ubicacion i {
    font-size: 3em;
  }
  #ubicacion {
    font-size: 0.85em;
  }
  .ubicacion-cont {
    margin: 0 20px;
    padding-top: 40px;
  }
  #call-to-action .cta-btn {
    font-size: 10px;
    padding: 6px 20px;
    margin-top: 0;
  }
  #call-to-action {
    padding: 45px 0;
  }
  #call-to-action p {
    font-size: 0.8em;
  }
  #call-to-action h3 {
    font-size: 1.1em;
  }
  #ubicacion h1 {
    font-size: 1.3em;
  }
  .titulos {
    font-size: 1.3em;
    margin-bottom: 30px;
  }
  .productos-destacados-grid {
    grid-template-columns: 1fr 1fr;
  }
  #intro {
    height: 300px;
  }
  div#txt-intro {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 120px;
  }
  #guante-left,
  #guante-right {
    display: none;
  }
  .back-to-top {
    bottom: 15px;
  }
  #header #logo h1 {
    font-size: 0.8em;
  }
  #header #logo img {
    max-height: 40px;
  }
  #intro h2 {
    font-size: 28px;
  }
  #nav-menu-container {
    display: none;
  }
  #mobile-nav-toggle {
    display: inline;
  }
}