@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,700&display=swap");
.no-pad {
  padding: 0 !important;
}

.no-mar {
  margin: 0 !important;
}

.no-border {
  border: none !important;
}

.pad8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pad12 {
  padding-left: 12px;
  padding-right: 12px;
}

.m-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blanco {
  color: #ffffff;
}

.azul {
  color: #1e5c18;
}

.azul_sec {
  color: #1a31db;
}

.celeste {
  color: #49b2e3;
}

.verde {
  color: #2EC985;
}

.limon {
  color: #9CCD46;
}

.amarillo {
  color: #CDF784;
}

.gris {
  color: #24262C;
}

.gris_bg {
  color: #F2F2F2;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #F2F2F2;
}

body.dark {
  background-color: #1e5c18;
}

body.dark h1, body.dark h2, body.dark h3, body.dark h4 {
  color: #ffffff !important;
}

body.dark p {
  color: #F2F2F2;
  opacity: .6;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 !important;
  }
  .container .row {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .container .row .col-12 {
    padding: 0;
  }
}

.navbar {
  padding-top: 22px;
  padding-bottom: 22px;
}

.navbar .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
}

.navbar .social a {
  width: 20px;
  height: 20px;
  line-height: 16px;
  margin: 0 4px;
  opacity: .5;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .social a:hover {
  opacity: 1;
}

.bg-dark {
  background-color: #1e5c18 !important;
}

.navbar-brand {
  margin-right: 30px;
}

.nav-item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}

.nav-item .nav-link {
  color: #ffffff !important;
  opacity: 0.8;
}

.nav-item:hover .nav-link {
  opacity: 1 !important;
}

.nav-item.active .nav-link {
  color: #CDF784 !important;
  opacity: 1 !important;
}

#carousel {
  padding-left: 0;
  padding-right: 0;
}

#Destacados .carousel-item {
  height: 500px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#Destacados .carousel-item.flyter {
  background-image: url("../images/slider/desktop/flyter.png");
}

#Destacados .carousel-item.charm {
  background-image: url("../images/slider/desktop/charm.png");
}

#Destacados .carousel-item.street {
  background-image: url("../images/slider/desktop/street.png");
}

#Destacados .carousel-control-prev,
#Destacados .carousel-control-next {
  z-index: 10;
}

#Destacados .carousel-indicators {
  margin: 0;
  bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Destacados .carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  margin-left: 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #F2F2F2;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#Destacados .carousel-indicators li:hover {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
}

#Destacados .carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border: 2px solid #CDF784;
  background-color: #CDF784;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none !important;
}

#Destacados .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#Destacados .carousel-caption h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 62px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
}

#Destacados .carousel-caption h1 span {
  font-size: 52px;
}

#Destacados .carousel-caption h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
  position: absolute;
  left: 60%;
  top: 18%;
}

#Destacados .carousel-caption .button {
  position: absolute;
  left: 60%;
  top: 30%;
  text-decoration: none !important;
  outline: none !important;
  pointer-events: auto;
  cursor: pointer;
  background: #ffffff;
  border: none;
  padding: 10px 50px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
}

#Destacados .carousel-caption .button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #24262C;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

#Destacados .carousel-caption .button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#Destacados .carousel-caption .button span {
  display: block;
  position: relative;
}

#Destacados .carousel-caption .button > span {
  overflow: hidden;
}

#Destacados .carousel-caption .button > span > span {
  overflow: hidden;
  mix-blend-mode: difference;
}

#Destacados .carousel-caption .button:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
          animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

#Destacados .carousel-caption .button:hover {
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.24);
}

#Destacados .carousel-caption .button:hover::before {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

#Destacados .carousel-caption .button.inverse {
  background: #24262C;
  color: #ffffff;
}

#Destacados .carousel-caption .button.inverse::before {
  background: #ffffff;
}

@-webkit-keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
            transform: translate3d(0, -105%, 0);
  }
}

@keyframes MoveUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0);
            transform: translate3d(0, -105%, 0);
  }
}

@-webkit-keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes MoveUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

#Destacados .carousel-caption .abajo1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#Destacados .carousel-caption .abajo2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media (max-width: 767px) {
  #Destacados .overlay {
    width: 100%;
    height: 100%;
    background: url("../images/slider/overlay.png") repeat;
    opacity: .5;
    position: absolute;
    z-index: 1;
  }
  #Destacados .carousel-item {
    height: 330px;
  }
  #Destacados .carousel-item h1 {
    color: #ffffff;
  }
  #Destacados .carousel-item h1 span {
    color: #ffffff;
  }
  #Destacados .carousel-item h2 {
    top: 26%;
    color: #ffffff;
  }
  #Destacados .carousel-item h2 span {
    color: #ffffff;
  }
  #Destacados .carousel-item .button {
    top: 70%;
    left: 50% !important;
    margin-left: -87px;
  }
}

@media (max-width: 425px) {
  #Destacados .carousel-item {
    height: 250px;
  }
  #Destacados .carousel-item h1 {
    top: 2%;
    color: #ffffff;
    font-size: 40px;
  }
  #Destacados .carousel-item h1 span {
    color: #ffffff;
    font-size: 35px;
  }
  #Destacados .carousel-item h2 {
    top: 20%;
    color: #ffffff;
    font-size: 25px;
  }
  #Destacados .carousel-item h2 span {
    color: #ffffff;
  }
  #Destacados .carousel-item .button {
    top: 50%;
    left: 50% !important;
    margin-left: -87px;
  }
}

@media (max-width: 1024px) {
  #Destacados .carousel-caption h1 {
    left: 0;
    right: 0;
  }
  #Destacados .carousel-caption h2 {
    left: 0;
    right: 0;
  }
  #Destacados .carousel-caption .button {
    left: 40%;
  }
}

.banner {
  height: 180px;
  width: 100%;
  position: relative;
  display: block;
}

.banner h1 {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: italic;
  padding: 5px 0;
  text-align: center;
  background: #1a31db;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.banner h1 span {
  font-weight: 700;
}

.banner:hover h1 {
  padding: 15px 0;
}

.banner.hombre {
  background: url("../images/banners/hombre.png") no-repeat center;
  background-size: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.banner.hombre h1 {
  color: #ffffff;
}

.banner.hombre h1 span {
  color: #49b2e3;
}

.banner.hombre:hover {
  background-size: 110%;
}

@media (max-width: 767px) {
  .banner.hombre {
    margin-bottom: 12px;
    background-size: cover;
  }
  .banner.hombre:hover {
    background-size: cover;
  }
}

.banner.mujer {
  background: url("../images/banners/mujer.png") no-repeat center;
  background-size: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.banner.mujer h1 {
  color: #ffffff;
}

.banner.mujer h1 span {
  color: #CDF784;
}

.banner.mujer:hover {
  background-size: 110%;
}

@media (max-width: 767px) {
  .banner.mujer {
    margin-bottom: 12px;
    background-size: cover;
  }
  .banner.mujer:hover {
    background-size: cover;
  }
}

h3.titulo {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: #24262C;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h3.titulo span a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #1a31db;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  h3.titulo {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card {
  border-radius: 0;
  border: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.card .imagen {
  padding: 12px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.card .card-body {
  padding: 16px 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.card .card-body small {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #1a31db;
  margin: 0;
  padding: 0;
}

.card .card-body h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #1e5c18;
  margin: 0;
  padding: 0;
}

.card .card-footer {
  background: none;
  border: none;
  padding: 0 20px 12px 20px;
}

.card .card-footer .btn {
  width: 100%;
  padding: 0;
  border-radius: 0;
  outline: none;
  text-align: left;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #1a31db;
}

.card .card-footer .btn:focus {
  outline: none !important;
}

.card .card-footer .btn::after {
  display: block;
  content: '';
  margin-top: -20px;
  margin-bottom: 24px;
  border-top: solid 2px #1a31db;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.card .card-footer .btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.card:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.24);
}

.card:hover .imagen {
  padding: 0;
}

.card:hover .card-body {
  padding: 23px 20px 16px;
}

.bannerslineas {
  background: #1e5c18;
  padding-top: 12px;
  padding-bottom: 30px;
}

.bannerslineas .row {
  max-width: 1440px;
  margin: 0 auto;
}

.bannerslineas h1 {
  margin: 0 auto 16px auto;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
}

.bannerslineas h1 span {
  font-weight: 600;
}

.bannerslineas .linea {
  position: relative;
}

.bannerslineas .linea .texto {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  color: #1a31db;
  padding: 8px;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bannerslineas .linea .bg1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  height: 40px;
  background: #ffffff;
  z-index: 90;
}

.bannerslineas .linea .bg2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #1a31db;
  z-index: 80;
}

.bannerslineas .linea:hover .bg1 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.bannerslineas .linea:hover .texto {
  color: #ffffff;
}

@media (max-width: 1010px) {
  .bannerslineas .linea .texto {
    font-size: 16px;
  }
}

@media (max-width: 850px) {
  .bannerslineas .linea .texto {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bannerslineas .linea {
    margin-bottom: 24px;
  }
  .bannerslineas .linea .texto {
    font-size: 20px;
  }
  .bannerslineas .linea .imagen {
    height: 200px;
    overflow: hidden;
  }
  .bannerslineas .linea .imagen img {
    margin-top: -80px;
  }
}

.bannerpuntosdeventa,
.bannernosotros,
.bannercontacto {
  width: 100%;
  height: 180px;
  background: url("../images/banners/puntosdeventa.png") center no-repeat;
  background-size: cover;
  margin: 24px 0;
  padding: 0 50px;
}

.bannerpuntosdeventa .datos,
.bannernosotros .datos,
.bannercontacto .datos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bannerpuntosdeventa h1,
.bannernosotros h1,
.bannercontacto h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
}

.bannerpuntosdeventa h1 span,
.bannernosotros h1 span,
.bannercontacto h1 span {
  font-size: 62px;
  line-height: 74px;
  color: #CDF784;
}

.bannerpuntosdeventa h2,
.bannernosotros h2,
.bannercontacto h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

.bannerpuntosdeventa .button,
.bannernosotros .button,
.bannercontacto .button {
  position: absolute;
  top: 40%;
  text-decoration: none;
  outline: none !important;
  pointer-events: auto;
  cursor: pointer;
  background: #ffffff;
  border: none;
  padding: 10px 50px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  overflow: hidden;
  color: #ffffff;
}

.bannerpuntosdeventa .button::before,
.bannernosotros .button::before,
.bannercontacto .button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #24262C;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.bannerpuntosdeventa .button::after,
.bannernosotros .button::after,
.bannercontacto .button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bannerpuntosdeventa .button span,
.bannernosotros .button span,
.bannercontacto .button span {
  display: block;
  position: relative;
}

.bannerpuntosdeventa .button > span,
.bannernosotros .button > span,
.bannercontacto .button > span {
  overflow: hidden;
}

.bannerpuntosdeventa .button > span > span,
.bannernosotros .button > span > span,
.bannercontacto .button > span > span {
  overflow: hidden;
  mix-blend-mode: difference;
}

.bannerpuntosdeventa .button:hover > span > span,
.bannernosotros .button:hover > span > span,
.bannercontacto .button:hover > span > span {
  -webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
          animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.bannerpuntosdeventa .button:hover,
.bannernosotros .button:hover,
.bannercontacto .button:hover {
  box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 4px 4px 0px rgba(0, 0, 0, 0.24);
}

.bannerpuntosdeventa .button:hover::before,
.bannernosotros .button:hover::before,
.bannercontacto .button:hover::before {
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

@media (max-width: 1100px) {
  .bannerpuntosdeventa h1,
  .bannernosotros h1,
  .bannercontacto h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .bannerpuntosdeventa h1 span,
  .bannernosotros h1 span,
  .bannercontacto h1 span {
    font-size: 48px;
    line-height: 52px;
  }
  .bannerpuntosdeventa h2,
  .bannernosotros h2,
  .bannercontacto h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 992px) {
  .bannerpuntosdeventa h1,
  .bannernosotros h1,
  .bannercontacto h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .bannerpuntosdeventa h1 span,
  .bannernosotros h1 span,
  .bannercontacto h1 span {
    font-size: 38px;
    line-height: 42px;
  }
  .bannerpuntosdeventa h2,
  .bannernosotros h2,
  .bannercontacto h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .bannerpuntosdeventa h1, .bannerpuntosdeventa h2,
  .bannernosotros h1,
  .bannernosotros h2,
  .bannercontacto h1,
  .bannercontacto h2 {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  .bannerpuntosdeventa .datos,
  .bannernosotros .datos,
  .bannercontacto .datos {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bannerpuntosdeventa h1, .bannerpuntosdeventa h2,
  .bannernosotros h1,
  .bannernosotros h2,
  .bannercontacto h1,
  .bannercontacto h2 {
    padding-left: 30px;
  }
  .bannerpuntosdeventa .boton,
  .bannernosotros .boton,
  .bannercontacto .boton {
    text-align: center;
  }
  .bannerpuntosdeventa .boton .button,
  .bannernosotros .boton .button,
  .bannercontacto .boton .button {
    position: relative;
    top: auto;
  }
}

.bannernosotros {
  height: 200px;
  background: url("../images/banners/nosotros.png") center no-repeat;
  background-size: cover;
}

.bannercontacto {
  height: 200px;
  background: url("../images/banners/contacto.png") center no-repeat;
  background-size: cover;
}

footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1e5c18;
  color: #ffffff;
}

footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}

footer .menu ul {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
}

footer .menu ul a {
  color: inherit;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .social a {
  background-color: #24262C;
  border-radius: 4px;
  margin-left: 16px;
}

footer .social a img {
  width: 30px;
  height: 30px;
}

footer .social a:hover {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  footer .copy {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  footer .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 575px) {
  footer .social a {
    margin-left: 8px;
  }
  footer .social a:first-gchild {
    margin: 0;
  }
}

.bannercatalogo {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}

.bannercatalogo.hombre {
  background-image: url("../images/banners/catalogohombre.jpg");
}

.bannercatalogo.mujer {
  background-image: url("../images/banners/catalogomujer.jpg");
}

.bannercatalogo.niños {
  background-image: url("../images/banners/catalogoniños.jpg");
}

.bannercatalogo.todo {
  height: 90px;
  background-image: url("../images/banners/catalogotodo.jpg");
}

#accordion .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#accordion .card-header {
  padding: 0;
  background: #F2F2F2;
  border-bottom: none;
}

#accordion .card-header h5 {
  margin: 0;
  padding: 0;
}

#accordion .card-header h5 button {
  padding: 14px 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #24262C;
  border: none;
  outline: none;
  display: block;
  text-transform: uppercase;
  background: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#accordion .card-header h5 button.collapsed {
  background: #F2F2F2 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#accordion .card-header h5 button.collapsed span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#accordion .card-header h5 span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#accordion .menu {
  list-style: none;
  padding: 0 16px;
}

#accordion .menu li {
  margin: 10px 0;
}

#accordion .menu .btn {
  width: 100%;
  padding: 0;
  border-radius: 0;
  outline: none;
  text-align: left;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #1a31db;
}

#accordion .menu .btn:focus {
  outline: none !important;
}

#accordion .menu .btn::after {
  display: block;
  content: '';
  border-top: solid 2px #1a31db;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

#accordion .menu .btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#accordion .collapse {
  background: #F2F2F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 767px) {
  #accordion {
    padding: 0 0 0 16px;
  }
}

@media (max-width: 575px) {
  #accordion {
    padding: 0 16px;
    margin-bottom: 30px;
  }
}

.listado {
  color: #ffffff;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-bottom: 24px;
}

.listado h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.listado h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
}

.listado #accordion {
  margin-top: 30px;
  max-height: 460px;
  overflow-y: scroll;
}

.listado #accordion .card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.listado #accordion .card-header {
  padding: 0;
  background: #1e5c18;
  border-bottom: none;
}

.listado #accordion .card-header h5 {
  margin: 0;
  padding: 0;
}

.listado #accordion .card-header h5 button {
  padding: 14px 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  border: none;
  outline: none;
  display: block;
  text-transform: uppercase;
  background: #1a31db;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.listado #accordion .card-header h5 button.collapsed {
  background: #1e5c18 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.listado #accordion .card-header h5 button.collapsed span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.listado #accordion .card-header h5 span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.listado #accordion .menu {
  list-style: none;
  padding: 0 16px;
}

.listado #accordion .menu li {
  margin: 10px 0;
}

.listado #accordion .menu .btn {
  width: 100%;
  padding: 0;
  border-radius: 0;
  outline: none;
  text-align: left;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  color: #1a31db;
}

.listado #accordion .menu .btn:focus {
  outline: none !important;
}

.listado #accordion .menu .btn::after {
  display: block;
  content: '';
  border-top: solid 2px #1a31db;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.listado #accordion .menu .btn:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.listado #accordion .collapse {
  background: #F2F2F2;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1024px) {
  .listado #accordion {
    max-height: 290px;
  }
}

@media (max-width: 767px) {
  .listado #accordion {
    padding: 0 0 0 16px;
  }
}

@media (max-width: 575px) {
  .listado #accordion {
    padding: 0 16px;
    margin-bottom: 30px;
  }
}

.listado #accordion::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.listado #accordion::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  /* color of the tracking area */
}

.listado #accordion::-webkit-scrollbar-thumb {
  background-color: #2a4a9b;
  /* color of the scroll thumb */
  border: none;
}

.mapa {
  padding-bottom: 30px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #24262C;
  font-weight: 400;
  text-transform: uppercase;
  opacity: .8;
}

.breadcrumb .breadcrumb-item.active {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #24262C;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 0 15px;
  }
}

#carousel-custom {
  margin: 0px auto;
}

#carousel-custom .carousel-inner {
  border: 1px solid #808080;
  background: #ffffff;
}

#carousel-custom .carousel-item {
  text-align: center;
}

#carousel-custom .carousel-item img {
  width: 90%;
  margin: 0 auto;
}

#carousel-custom .carousel-indicators {
  margin: 10px 0 0;
  overflow: auto;
  position: static;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

#carousel-custom .carousel-indicators li {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 10px !important;
  width: auto;
  border: 1px solid #808080;
}

#carousel-custom .carousel-indicators li:first-child {
  margin-left: 0 !important;
}

#carousel-custom .carousel-indicators li:last-child {
  margin-right: 0 !important;
}

#carousel-custom .carousel-indicators li img {
  display: block;
  opacity: 0.5;
  width: 100%;
}

#carousel-custom .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-custom .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  text-align: center;
  vertical-align: middle;
  opacity: .5;
  margin: 10px;
  padding: 40% 0;
}

.carousel-control:hover {
  opacity: 1;
}

.carousel-control.right {
  right: 0;
  left: auto;
}

.productodetalles small {
  font-size: 12px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 14px;
  color: #1a31db;
  text-transform: uppercase;
}

.productodetalles h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  color: #1e5c18;
  margin-bottom: 16px;
}

.productodetalles h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #1e5c18;
  margin-bottom: 12px;
}

.productodetalles .estilos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.productodetalles .colores {
  position: relative;
  height: 28px;
  width: 28px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 10px;
}

.productodetalles .colores #color1 {
  width: 100%;
  height: 100%;
}

.productodetalles .colores #color1.azul {
  background-color: #1e5c18;
}

.productodetalles .colores #color1.limon {
  background-color: #9CCD46;
}

.productodetalles .colores #color1.naranja {
  background-color: orange;
}

.productodetalles .colores #color1.gris {
  background-color: dimgray;
}

.productodetalles .colores #color1.celeste {
  background-color: royalblue;
}

.productodetalles .colores #color1.fucsia {
  background-color: fuchsia;
}

.productodetalles .colores #color1.verde {
  background-color: green;
}

.productodetalles .colores #color1.amarillo {
  background-color: #CDF784;
}

.productodetalles .colores #color2 {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 50%;
}

.productodetalles .colores #color2.azul {
  background-color: #1e5c18;
}

.productodetalles .colores #color2.limon {
  background-color: #9CCD46;
}

.productodetalles .colores #color2.naranja {
  background-color: orange;
}

.productodetalles .colores #color2.gris {
  background-color: dimgray;
}

.productodetalles .colores #color2.celeste {
  background-color: royalblue;
}

.productodetalles .colores #color2.fucsia {
  background-color: fuchsia;
}

.productodetalles .colores #color2.verde {
  background-color: green;
}

.productodetalles .colores #color2.amarillo {
  background-color: #CDF784;
}

.productodetalles .talles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.productodetalles .talles .talle {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #24262C;
  margin-right: 8px;
  background-color: #ffffff;
}

.productodetalles .talles .talle.sinstock {
  background-color: #F2F2F2;
  opacity: 0.6;
}

.productodetalles p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
  color: #24262C;
  margin-bottom: 24px;
}

.productodetalles select {
  margin-bottom: 60px;
}

.productodetalles .button {
  position: relative;
  margin-top: 0px;
  padding-top: 40px;
}

.productodetalles .button .texto {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  color: #1a31db;
  padding: 8px;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.productodetalles .button .bg1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  height: 40px;
  background: #ffffff;
  z-index: 90;
}

.productodetalles .button .bg2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: #1a31db;
  z-index: 80;
}

.productodetalles .button:hover .bg1 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.productodetalles .button:hover .texto {
  color: #ffffff;
}

.nosotros h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #1e5c18;
}

.nosotros h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #1e5c18;
}

.nosotros p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #24262C;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .nosotros {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.contacto .col-12 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.contacto .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacto .social a {
  background: #ffffff;
  border-radius: 8px;
  margin-right: 12px;
}

.contacto .social a:hover {
  background-color: #24262C;
}

.contacto form label {
  color: #ffffff;
}
/*# sourceMappingURL=estilos.css.map */