body {
  font-family: Montserrat, sans-serif;
}
img {
  max-width: 100%;
}

p {
  text-align: justify;
}

#dom-element {
  width: 100%;
  height: 925px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-color: rgba(0, 0, 0, .3);
}

.navbar-brand {
  /*height: 90px;*/
  padding: 15px;
}

.navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn {
  min-width: 120px;
}

.mr-5 {
  margin-right: 5px;
}

.wappbtn {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    position: fixed;
    right: 35px;
    bottom: 10px;
    z-index: 99;
    }
    
.wappbtn:hover {
    opacity: 0.7;
    }
#btn-wp{
  color: chartreuse !important;
}
.number {
  display: inline-block;
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  position: relative;
  top: 7px;
  margin-right: 10px;
}

.rounded {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-size: 2.5rem;
  line-height: 44px;
}

.page-header {
  line-height: 1.1;
  font-weight: bold;
}

.mt--20 {
  margin-top: -20px;
}

.section_features {
  position: relative;
  padding-top: 28px;
  background-color: #fff;
  border-radius: 60px;
  overflow: hidden;
  z-index: 2;
  margin-top: -35px;
}

.section_features::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(circle, rgba(229, 177, 112, 1) 0%, rgba(199, 164, 127, 1) 34%, rgba(128, 85, 53, 1) 62%, rgba(242, 210, 171, 1) 100%);
  height: 28px;
}

.section_internal_contact {
  padding-top: 28px;
  background-color: #fff;
}

.section_contact {
  position: relative;
  padding-top: 28px;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
  margin-top: -35px;
}

.section_contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: radial-gradient(circle, rgba(229, 177, 112, 1) 0%, rgba(199, 164, 127, 1) 34%, rgba(128, 85, 53, 1) 62%, rgba(242, 210, 171, 1) 100%);
  height: 28px;
}

.bar-line {
  background-image: radial-gradient(circle, rgba(229, 177, 112, 1) 0%, rgba(199, 164, 127, 1) 34%, rgba(128, 85, 53, 1) 62%, rgba(242, 210, 171, 1) 100%);
  width: 100%;
  height: 28px;
  margin-top: 10px;
}

.features__item__heading {
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}

.p-left-30 {
  padding-left: 30px;
}

.p-right-30 {
  padding-right: 30px;
}

.navbar-inverse {
  background-color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #CCD5EC;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #CCD5EC;
}

.p-top-100 {
  padding-top: 100px;
}

.p-bottom-100 {
  padding-bottom: 100px;
}

.section_portfolio {
  padding: 100px 0 450px 0;
}

.section_internal {
  padding: 0 0 50px 0;
}

.box-product-1 {
  background-color: white;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 60px 120px;
}

.box-product-2 {
  background-color: white;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 60px 120px;
}

.franja1_bg {
  background-image: linear-gradient(90deg, rgba(148, 45, 34, 1) 0%, rgba(174, 41, 32, 1) 49%, rgba(204, 30, 28, 1) 100%);
}

.franja2_bg {
  background-image: linear-gradient(90deg, rgba(152, 106, 28, 1) 0%, rgba(195, 148, 27, 1) 49%, rgba(246, 198, 24, 1) 100%);
}

.franja3_bg { 
  background-image: linear-gradient(90deg, #EFE6D6 0%, #F0CA88 49%, #EBC881 100%);
}

.franga_interna {
  height: 80px;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  padding: 20px 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
}

.franja {
  width: 72%;
  height: 60px;
  position: absolute;
  top: 80px;
  right: 0;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 40px;
  font-weight: bold;
}

.image1 {
  padding-top: 25px;
}

.image2 {
  margin-top: -20px;
}

.customer {
  display: inline-block;
  margin-left: 15px;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social li {
  margin-bottom: 5px;
}

.social li i {
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  color: #333;
  text-align: center;
}

.social span {
  display: inline-block;
  margin-left: 10px;
}

.footer__copyright a {
  color: #CCD5EC;
}

.vertical-text {
  display: block;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  height: 500px;
  font-size: 1.3rem;
  font-style: initial;
  position: absolute;
  top: 20%;
  letter-spacing: 7px;
}

.vt-left {
  left: 100px;
}

.vt-right {
  right: 100px;
}

.mb-20 {
  margin-bottom: 20px;
}

.box-buttons .btn {
  width: 165px;
  padding: 10px 25px;
}

.box-buttons .found {
  width: 339px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.section_features .features__item {
  padding: 0 10px;
}

.section_contact {
  background-color: white;
  background-image: none;
}

.section_contact .contact__container__form {
  border: none;
}

.section_contact .page-header {
  color: #6d6e71;
  margin-bottom: 25px;
}

.line-horiz {
  width: 100px;
  display: inline-block;
  height: 2px;
  background-color: #6d6e71;
  margin-bottom: 40px;
}

.section_contact .contact__container {
  box-shadow: none;
}

.contact__container {
  padding: 0 100px;
}

.btn-secondary {
  background-color: #6d6e71;
  border-color: #6d6e71;
  color: white;
}

.mt-20 {
  margin-top: 20px;
}

.form-control {
  border: 1px solid #828185;
  color: #6d6e71;
  background-color: #e6e7e8;
}

.col-form-label {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.map {
  display: block;
  width: 100%;
  height: calc(45rem + 1px);
  border: 1px solid #F0CA88;
  border-radius: 1.25rem;
}

.form-livedoc-control {
  display: block;
  width: 100%;
  border: 1px solid #F0CA88;
  border-radius: 1.25rem;
  color: #000;
  font-weight: 300;
  background-color: #EFE6D6;
  padding: .95rem .95rem;
}

.form-livedoc-control:focus {
  color: #000;
  font-weight: 700;
  background-color: #EBC881;
  border: 2px solid #EFE6D6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-cta-control {
  border: 1px solid rgba(240, 244, 249, 0.95);
  color: #B2DDED;
  background-color: transparent;
}

.form-cta-control:focus {
  color: #F0F4F9;
  font-weight: 700;
  background-color: transparent;
  border: 2px solid rgba(240, 244, 249, 0.8);
}

.section_pricing .page-subheader {
  font-size: 18px;
}

[class*="section_"].section_alt {
  background-color: #e6e7e8;
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: 210px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar-right {
    margin-top: 5px;
  }
}

.description {
  margin-bottom: 50px;
}
.description p {
  font-weight: bold;
  line-height: 1.2;
}
.text-uppercase {
  text-transform: uppercase;
}

.pa-products {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
}

@media screen and (max-width:640px) {
  /*
    BEGIN MOBILE
  */
  .font-18 {
    font-size: 15px !important;
  }
  .marca1,
  .marca2 {
    margin: 0 20px !important;
  }
  .navbar-toggle {
    position: absolute;
    right: 10px;
    margin-right: 0;
  }
  #main-slider,
  .carousel-inner,
  .item {
    height: 100%;
  }
  .franga_interna {
    padding: 20px 0;
    line-height: 40px;
    font-size: 18px;
  }
  .pa-products {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 50px;
  }
  .section_internal_contact {
    padding: 20px 20px 60px 20px;
  }
  .section_portfolio {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section_features {
    padding-bottom: 0;
    border-radius: 0;
  }
  #link-carmas img,
  #link-neumas img {
    margin-left: 10px;
    max-width: 110px;
  }
  .franja {
    height: 50px;
    padding: 10px 30px;
    width: 60%;
    top: 22px;
  }
  .box-product-2,
  .box-product-1 {
    padding: 0;
  }
  .box-neumas {
    margin-bottom: 15px;
  }
  .pr-5 {
    padding-right: 0 !important;
  }
  .pl-5 {
    padding-left: 0 !important;
  }
  .navbar-inverse .navbar-brand {
    display: block;
  }
  .navbar-default .navbar-brand {
    display: none;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333;
  }
  .slide-top {
    top: 70px !important;
  }
  .intro {
    background-color: #333;
    height: 650px !important;
  }
  .slide-bottom {
    bottom: 80px !important;
  }
  .navbar-fixed-top {
    padding-top: 0;
  }
  .box-form {
    padding-left: 0;
    padding-right: 0;
  }
  .contact__container {
    padding: 0;
  }
  .vertical-text {
    display: none;
  }
  #dom-element {
    height: 540px;
  }
  .h0.page-header,
  .h1.page-header,
  .h2.page-header {
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
  }
  .number {
    font-size: 3rem;
    top: 3px;
  }
  .rounded {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 32px;
  }
  .box-list {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .section_banner .btn {
    width: auto;
  }
  .section_banner .btn+.btn {
    margin-top: 0;
  }
  .box-buttons {
    text-align: center;
  }
  .logo-footer {
    text-align: center;
    margin-bottom: 20px;
  }
  .box-contact {
    margin-top: 30px;
  }
  .box-contact h3 {
    text-align: center;
  }
  .social {
    text-align: center;
  }
  /*
    END MOBILE
  */
}

.pos-absolute {
  position: absolute !important;
}

.pos-relative {
  position: relative;
}

.intro {
  position: relative;
  height: 900px;
}

.back-intro {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.back-logo {
  margin-bottom: 140px;
}

.btn {
  color: white;
  border-radius: 25px;
  min-width: 150px;
  font-size: 16px;
  padding: 5px;
}

.btn-primary {
  border-color: white;
  background-color: transparent;
}

.btn-primary:hover {
  background-color: #D8B07F;
}

.spanish {
  margin-right: 30px;
}

.navbar-nav>li>a::before {
  border-top: 3px solid;
  border-image: radial-gradient(circle, rgba(229, 177, 112, 1) 0%, rgba(199, 164, 127, 1) 34%, rgba(128, 85, 53, 1) 62%, rgba(242, 210, 171, 1) 100%) 1;
}

.navbar-inverse .navbar-nav>li>a {
  color: #4d4d4d;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #000;
}

.slide-top {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 230px;
}

.slide-bottom {
  padding-top: 30px;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 100px;
}

.marcas {
  margin-bottom: 60px;
}

.marca1,
.marca2 {
  margin: 0 30px;
  display: inline-block;
}

.features__item__heading {
  font-size: 2.5rem;
  text-transform: none;
  font-weight: bold;
}

.section_features .features__item {
  padding-top: 100px;
}

.section_features .features__item__heading {
  margin-bottom: 20px;
}

.box-options {
  text-align: center;
}

.option-1,
.option-2 {
  display: inline-block;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.text-search {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.form-control {
  border-radius: 50px;
  border: 2px solid #828185;
}

.search-yellow {
  position: absolute;
  background-image: url('../img/lupa.png');
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 99;
  width: 50px;
  height: 40px;
  right: 30px;
  top: 10px;
}

.search-yellow-2 {
  position: absolute;
  background-image: url('../img/lupa_yellow.png');
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 99;
  width: 50px;
  height: 40px;
  right: 30px;
  top: 10px;
}

.search-red {
  position: absolute;
  background-image: url('../img/search_red.png');
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 99;
  width: 50px;
  height: 40px;
  right: 30px;
  top: 10px;
}

.vineta {
  position: relative;
}

.globo {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: white;
  filter: drop-shadow(0px 0px 2px black);
  text-align: center;
}

.globo::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  bottom: -10px;
  left: calc(70% - 10px);
}

.contact__container .form-control {
  border: 2px solid #999;
  border-radius: 20px;
  height: 150px;
}

.send-whatsapp {
  display: block;
  position: absolute;
  background-image: url('../img/whatsapp.png');
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 99;
  width: 50px;
  height: 40px;
  right: 20px;
  top: 50px;
}

textarea {
  resize: none;
}

.social-net-internal,
.social-net {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-net-internal li,
.social-net li {
  margin-bottom: 10px;
}

.span-social,
.link-net span {
  position: relative;
  top: -5px;
  left: 10px;
}

.rounded {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}

.text-white {
  color: white;
}

.text-black {
  color: #333;
}

.text-red {
  color: #AB2920;
}

.text-yellow {
  color: #B3841B;
}

.bg-golden {
  background-color: #d3ad7d;
}

.bg-gray {
  background-color: #e5e5e5;
}

.banner_slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
}

.banner1 {
  background-image: url('../img/banner1.png');
}

.banner2 {
  background-image: url('../img/banner2.png');
}

.banner-movil1 {
  background-image: url('../img/banner-movil1.jpg');
}

.banner-movil2 {
  background-image: url('../img/banner-movil2.jpg');
}

.banner_contacto {
  background-image: url('../img/neumaticos-banner.jpg');
}

.banner_contacto_movil {
  background-image: url('../img/neumaticos-banner-movil.jpg');
}

.font-18 {
  font-size: 18px;
}