@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
.no-pad {
  padding: 0 !important;
}

.no-border {
  border: none !important;
}

.gray {
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: url(resources.svg#desaturate);
  /* older Firefox */
  filter: grayscale(100%);
  /* Current draft standard */
}

body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -.5px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !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;
  }
}

.info {
  background-color: rgba(192, 191, 211, 0.5);
}

.info .container {
  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;
  height: 60px;
}

.info .container p {
  font-size: 18px;
  font-weight: 500;
  color: #4D4D4D;
  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;
  margin: 0;
  width: 100%;
}

.info .container p img {
  margin: 0 12px 0 0;
  max-height: 36px;
}

@media (max-width: 991px) {
  .info .container {
    height: 40px;
  }
  .info p {
    font-size: 14px !important;
  }
}

.brand {
  text-align: center;
  padding: 11px 0 26px 0;
}

.brand img {
  max-height: 60px;
}

.navbar {
  padding: 0.65rem 1rem;
}

.navbar.bg-dark {
  background-color: #565E7F !important;
  color: #fff;
}

.navbar .navbar-toggler {
  padding: 0;
  font-size: 14px;
  border: none;
  outline: none;
}

.navbar .navbar-toggler .menu {
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  vertical-align: middle !important;
}

.navbar .nav-link {
  font-size: 17px;
  font-weight: 500;
  padding: 0 25px !important;
}

.navbar .nav-link:hover, .navbar .nav-link.active {
  color: #fff !important;
}

.navbar .nav-link .drop {
  height: 8px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.navbar .nav-link.collapsed .drop {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991px) {
  .navbar .drop {
    display: none;
  }
  .navbar .navbar-nav {
    margin-top: 20px;
  }
  .navbar .nav-item ul {
    list-style: disc;
    list-style-position: inside;
  }
  .navbar .nav-item ul li {
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar .nav-item ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
  }
  .navbar .nav-item ul li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  .navbar .nav-item ul li a.active {
    color: #fff !important;
  }
}

.marcas {
  padding: 26px 0;
}

.marcas .container {
  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;
}

.marcas .container .item {
  text-align: center;
  margin: 0 auto;
}

.marcas .container .item a img {
  height: 40px;
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: url(resources.svg#desaturate);
  /* older Firefox */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.marcas .container .item a:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
  -webkit-filter: grayscale(0%);
  /* New WebKit */
  filter: url(resources.svg#desaturate);
  /* older Firefox */
  filter: grayscale(0%);
  /* Current draft standard */
}

.marcas .container .item a.active img {
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
  -webkit-filter: grayscale(0%);
  /* New WebKit */
  filter: url(resources.svg#desaturate);
  /* older Firefox */
  filter: grayscale(0%);
  /* Current draft standard */
}

#Destacados .carousel-item {
  height: 350px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#Destacados .carousel-item.simmons {
  background-image: url("../images/slider/desktop/simmons.png");
}

#Destacados .carousel-item.belmo {
  background-image: url("../images/slider/desktop/belmo.png");
}

#Destacados .carousel-item.springwall {
  background-image: url("../images/slider/desktop/springwall.png");
}

#Destacados .carousel-item.lacardeuse {
  background-image: url("../images/slider/desktop/lacardeuse.png");
}

#Destacados .carousel-item.arcoiris {
  background-image: url("../images/slider/desktop/arcoiris.png");
}

@media (max-width: 767px) {
  #Destacados .carousel-item.simmons {
    background-image: url("../images/slider/mobile/simmons.png");
  }
  #Destacados .carousel-item.belmo {
    background-image: url("../images/slider/mobile/belmo.png");
  }
  #Destacados .carousel-item.springwall {
    background-image: url("../images/slider/mobile/springwall.png");
  }
  #Destacados .carousel-item.lacardeuse {
    background-image: url("../images/slider/mobile/lacardeuse.png");
  }
  #Destacados .carousel-item.arcoiris {
    background-image: url("../images/slider/mobile/arcoiris.png");
  }
}

#Destacados .carousel-indicators {
  margin: 0;
  bottom: 10px;
}

#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: 15px;
  height: 15px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #C0BFD3;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

#Destacados .carousel-indicators li.active {
  background-color: #949BB4;
}

#Destacados .carousel-caption {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#Destacados .carousel-caption .logo {
  position: absolute;
  height: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 40%;
}

#Destacados .carousel-caption .btn {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #565E7F;
  text-transform: uppercase;
  top: 70%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#Destacados .carousel-caption .btn:hover {
  background-color: #434D6D;
}

#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 .carousel-item {
    height: 250px;
  }
  #Destacados .carousel-item .logo {
    height: 60px;
    top: 20%;
  }
  #Destacados .carousel-item .btn {
    font-size: 16px;
    top: 60%;
  }
}

@media (max-width: 425px) {
  #Destacados .carousel-item {
    height: 200px;
  }
  #Destacados .carousel-item .logo {
    height: 50px;
    top: 20%;
  }
  #Destacados .carousel-item .btn {
    font-size: 14px;
    top: 60%;
  }
}

.infosecundaria .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #565E7F;
  margin: 0;
}

.infosecundaria .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.infosecundaria .item img {
  height: 40px;
  margin: 0 8px;
}

.infosecundaria .item p {
  font-size: 14px;
  font-weight: 500;
  color: #4D4D4D;
  text-transform: uppercase;
  display: block;
  margin: 0;
  line-height: 16px;
}

@media (max-width: 991px) {
  .infosecundaria .item img {
    height: 30px;
  }
  .infosecundaria .item p {
    font-size: 12px;
  }
}

.descuentos .row {
  padding: 20px;
  border-bottom: 1px solid #565E7F;
  margin: 0 0px;
}

.descuentos img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (max-width: 575px) {
  .descuentos .row {
    padding: 5px 0;
  }
  .descuentos .col-md-4, .descuentos .col-sm-4, .descuentos .col-xs-12 {
    text-align: center;
    padding: 0;
  }
  .descuentos img {
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 5px 0;
  }
}

.texto .row {
  padding: 20px;
  border-bottom: 1px solid #565E7F;
  margin: 0 0px;
}

.texto h1 {
  font-weight: 700;
  font-size: 37px;
  color: #565E7F;
  line-height: normal;
}

.texto h2 {
  font-weight: 500;
  font-size: 30px;
  color: #565E7F;
  line-height: normal;
  text-transform: uppercase;
}

.texto h3 {
  font-weight: 500;
  font-size: 29px;
  color: #808080;
  line-height: normal;
  text-transform: uppercase;
}

.texto h3.text-normal {
  text-transform: none;
}

.texto h4 {
  font-weight: 500;
  font-size: 24px;
  color: #565E7F;
  line-height: normal;
  text-transform: uppercase;
}

.texto h5 {
  font-size: 24px;
  color: #808080;
  line-height: normal;
  font-style: oblique;
}

.texto p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 25px;
}

.texto p.lead {
  line-height: 30px;
  color: #565E7F;
}

.texto p.lead strong {
  font-size: 28px;
  line-height: 34px;
  color: #5e5e5e;
  font-weight: 600;
}

.texto p.more {
  font-size: 26px;
  line-height: 34px;
}

.texto ul {
  margin-bottom: 25px;
}

.texto ul li {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  font-style: oblique;
  color: #808080;
}

.texto .logo {
  height: 30px;
  margin-right: 24px;
}

@media (max-width: 575px) {
  .texto h1 {
    font-size: 34px;
  }
  .texto h2 {
    font-size: 23px;
  }
  .texto h2 img {
    margin-bottom: 10px;
  }
  .texto h3 {
    font-size: 24px;
  }
  .texto h4 {
    font-size: 20px;
  }
  .texto h5 {
    font-size: 20px;
  }
  .texto p, .texto ul li {
    font-size: 18px;
    line-height: 20px;
  }
  .texto p.lead, .texto ul li.lead {
    font-size: 20px;
    line-height: 30px;
    color: #565E7F;
  }
  .texto p.lead strong, .texto ul li.lead strong {
    font-size: 22px;
    line-height: 30px;
    color: #5e5e5e;
    font-weight: 600;
  }
  .texto p.more, .texto ul li.more {
    font-size: 22px;
    line-height: 30px;
  }
  .texto .logo {
    margin: 10px 12px;
  }
}

footer p {
  font-size: 17px;
  font-weight: 500;
  color: #666;
  display: inline-block;
}

footer p a {
  color: #666;
}

footer p a:hover {
  color: #36426B;
  text-decoration: none;
}

footer .container-fluid {
  font-size: 17px;
  color: #fff;
  background-color: #949BB4;
  margin: 0;
}

footer .container-fluid .row {
  padding: 14px 0;
}

footer .container-fluid .row br {
  display: none;
}

@media (max-width: 575px) {
  footer .container-fluid span {
    display: none;
  }
  footer .container-fluid .row br {
    display: block;
  }
}

footer .logo {
  height: 24px;
  margin: 0 6px 0 30px;
}

.productos .row {
  padding: 0 15px;
}

.productos .col {
  margin-bottom: 25px;
}

.productos .titulo {
  background-color: #565E7F;
  color: #fff;
  text-align: center;
}

.productos .titulo h1 {
  font-weight: 700;
  font-size: 37px;
  color: #fff;
  line-height: 74px;
  margin: 0;
}

.productos .subtitulo {
  background-color: #949BB4;
  color: #fff;
  text-align: center;
}

.productos .subtitulo h2 {
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  line-height: 56px;
  margin: 0;
}

.productos .card {
  border-radius: 0;
  border: none;
}

.productos .card .card-img-top {
  border-radius: 0;
  border: 1px solid #808080;
}

.productos .card .card-body {
  padding: 0;
}

.productos .card .card-body .card-title {
  font-size: 25px;
  font-weight: 500;
  color: #4D4D4D;
  margin-top: 0.75rem;
}

.productos .card .card-footer {
  padding: 0;
  background-color: transparent;
  border: none;
}

.productos .card .card-footer .btn {
  display: block;
  border-radius: 0;
  border: none;
  background-color: #565E7F;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.productos .card .card-footer .btn:hover {
  background-color: #313C5E;
}

@media (max-width: 575px) {
  .productos .titulo h1 {
    font-size: 30px;
    line-height: 64px;
  }
  .productos .subtitulo h2 {
    font-size: 28px;
    line-height: 50px;
  }
}

#carousel-custom {
  margin: 0px auto;
}

#carousel-custom .carousel-inner {
  border: 1px solid #808080;
}

#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;
}

.detalle h4 {
  font-size: 35px;
  font-weight: 500;
  color: #565E7F;
}

.detalle hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.detalle h5 {
  font-size: 27px;
  font-weight: 700;
  color: #565E7F;
}

.detalle ul,
.detalle p {
  font-size: 24px;
  line-height: 32px;
  color: #4D4D4D;
  font-weight: normal;
}

.detalle ul {
  list-style: outside;
  list-style-type: disc;
  padding-left: 24px;
}

@media (max-width: 575px) {
  .detalle h4 {
    font-size: 32px;
  }
  .detalle h5 {
    font-size: 24px;
  }
  .detalle ul, .detalle p {
    font-size: 18px;
    line-height: normal;
  }
}

.mapa {
  padding-bottom: 30px;
  border-bottom: 1px solid #565E7F;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

@media (max-width: 375px) {
  .map-responsive {
    padding-bottom: 100%;
  }
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid #565e7f;
}

label {
  font-size: 27px;
  line-height: 27px;
  font-weight: 500;
  color: #565E7F;
}

.form-group {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.form-control {
  border-radius: 0;
  border-color: #565E7F;
  background-color: #d4d6df;
  padding-top: 28px;
  padding-bottom: 28px;
}

form .btn {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #565E7F;
  text-transform: uppercase;
  outline: none;
  border: none;
}

form .btn:hover {
  background-color: #434D6D;
}
/*# sourceMappingURL=estilos.css.map */