
* {
  margin: 0;
  padding: 0;
}
@font-face {
	font-family: 'HelveticaNeue';
	src: url('/fonts/HelveticaNeue.eot');
	src: local('☺'), url('/fonts/HelveticaNeue.woff') format('woff'), url('/fonts/HelveticaNeue.ttf') format('truetype'), url('/fonts/HelveticaNeue.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueBold";
  src: url("/fonts/HelveticaNeuBold.eot"); /* IE9 Compat Modes */
  src: url("/fonts/HelveticaNeuBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/fonts/HelveticaNeuBold.otf") format("opentype"), /* Open Type Font */
    url("/fonts/HelveticaNeuBold.svg") format("svg"), /* Legacy iOS */
    url("/fonts/HelveticaNeuBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/fonts/HelveticaNeuBold.woff") format("woff"), /* Modern Browsers */
    url("/fonts/HelveticaNeuBold.woff2") format("woff2"); /* Modern Browsers */
}
@font-face {
	font-family: 'HelveticaNeueBd';
	src: url('/fonts/HelveticaNeueBd.eot');
	src: local('☺'), url('/fonts/HelveticaNeueBd.woff') format('woff'), url('/fonts/HelveticaNeueBd.ttf') format('truetype'), url('/fonts/HelveticaNeueBd.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCond';
  src: url('/fonts/HelveticaNeueBlackCond.eot');
  src: url('/fonts/HelveticaNeueBlackCond.eot?#iefix') format('embedded-opentype'),
      url('/fonts/HelveticaNeueBlackCond.woff2') format('woff2'),
      url('/fonts/HelveticaNeueBlackCond.woff') format('woff'),
      url('/fonts/HelveticaNeueBlackCond.ttf') format('truetype'),
      url('/fonts/HelveticaNeueBlackCond.svg') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: 'HelveticaNeueMed';
	src: url('/fonts/HelveticaNeueMed.eot');
	src: local('☺'), url('/fonts/HelveticaNeueMed.woff') format('woff'), url('/fonts/HelveticaNeueMed.ttf') format('truetype'), url('/fonts/HelveticaNeueMed.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('/fonts/HelveticaNeueLight.eot');
  src: url('/fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
      url('/fonts/HelveticaNeueLight.woff2') format('woff2'),
      url('/fonts/HelveticaNeueLight.woff') format('woff'),
      url('/fonts/HelveticaNeueLight.ttf') format('truetype'),
      url('/fonts/HelveticaNeueLight.svg') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
  width: 100%;
  height: 100%;
  color: #B0BEC5;
  font-family: 'Lato';
  font-weight: 100;
  background-color: red;
}
header {
  width: 100%;

}
header .nav ul {
  list-style: none;
  margin: 30px 0;
}
header .nav ul li {
  display: inline-block;
  font-size: 20px;
  padding: 7px;
  cursor: pointer;
}
header .nav ul li a {
  color: #000;
}
header .nav ul li a:hover,
header .nav ul li a:active,
header .nav ul li a:focus {
  color: #337ab7;
}
header .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
footer .container-sub{
  position: relative;
  align-items: end;
  justify-content: flex-end;
  margin-top: -160px; 
}
footer .container-sub img{
  width: 70%;
  margin-top: 25px;
}
/* .container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
} */
.content {
  width: 100%;
  max-width: 1200px;
  margin: 40px auto 120px;
  overflow: hidden;
}
.title {
  font-size: 96px;
  margin-bottom: 40px;
}
.quote {
  font-size: 24px;
}
input.notcorrect {
  border: 1px solid red;
}
textarea.notcorrect{
  border: 1px solid red;
}
label.notcorrect,
span.notcorrect{
  color: red;
}
.product-list li {
  list-style: none;
  float: left;
}
.product .product-img {
  height: 222px;
  overflow: hidden;
}
.product .product-img img {
  width: 100%;
}
.product .product-title {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 8px;
  border-top: 1px solid #d6d6d6;
  padding-top: 8px;
}
.steps .top-buy {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background: #eee;
  margin-bottom: 20px;
}
.steps .step-active {
  color: #fff;
  font-weight: bold;
  background: #3381ca;
}
.block-qty {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 48%;
  margin: 0 auto;
}
.block-qty .fa {
  cursor: pointer;
}
.btn.red {
  background-color: #FF6868 !important;
  border-color: #FF6868 !important;
}
section.news .newActive {
  font-weight: 900;
}
section.news .img-article img {
  width: 250px;
}

/* #myCarousel {
  height: 600px;
} */

.carousel-inner {
  height: 100%;
}
.carousel-inner .item {
  width: 100%;
  height: 100%;
}
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
}


form .title-block{
  padding: 12px;
  background: #666;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 34px 0;
  overflow: hidden;
}

#image_mobile,
#image_tablet,
#image_tablet_slider,
#image_mobile_slider2{
  display:none
}
/* Slider productos */
#owl-demo .item{
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.lled{
  width: 50%;
}
.owl-carousel{
  width: 100% !important;
}
.container-description-brand table{
  width: auto !important;
}
/* Mobile */
@media screen and (max-width: 576px) {
  #image_mobile{
    display:block !important;
  }
  #image_desktop,
  #image_tablet{
    display: none;
  }
}
/* Tablet */
@media screen and (min-width: 577px) and (max-width: 768px) {
  #image_tablet{
    display: block !important;
  }
  #image_desktop,
  #image_mobile{
    display: none;
  }
}
/* No mobile image */
@media screen and (max-width: 768px){
  #image_tablet_slider{
    display: block !important;
  }
  #image_desktop_slider{
    display: none;
  }
}

/* No tablet image */
@media screen and (max-width: 576px){
  #image_mobile_slider2{
    display: block !important;
  }
  #image_desktop_slider2{
    display: none;
  }
}

.politicas h3{
  color: #B19FAB;
    font-family: Georgia;
    font-size: 39px;
    font-weight: bold;

    text-align: left;
    margin-top: 40px;
    opacity: 0.8;
}
.politicas{
  margin-bottom: 100px;
}
.politicas a{
  color: #B19FAB;
}
.politicas a:hover{
  font-weight: 600 !important;
  color: #B19FAB;
}
.politicas .banner-title{
  margin-bottom: -100px
}







/*  */
