html {
  scroll-behavior: smooth;
}

body {
  color: #808090;
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
}

h1,
h2,
h3 {
  color: #262626;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4,
h5 {
  color: #808090;
}

h4 {
  font-size: 16px;
  font-family: "Roboto", "sans-serif";
}

h5 {
  font-size: 14px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
}

p {
  font-family: "Montserrat", "sans-serif";
  font-size: 18px;
}

.btn {
  background-color: transparent;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  font-size: 12px;
  color: #262626;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.btn-primary {
  border: 2px solid #e6ae37;
  padding: 18px 105px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #e6ae37;
  border-color: #e6ae37;
}

.btn-secondary {
  border: 2px solid #808090;
  padding: 18px 50px;
}
.btn-secondary:hover {
  background-color: #f2f2f2;
  color: #262626;
  border: 2px solid #808090;
}

a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #808090;
}
a:hover {
  text-decoration: none !important;
  color: #e6ae37;
}

.pointer {
  cursor: pointer;
}

.red {
  background-color: #88121e;
}

.reds {
  background-color: #af1313;
}

.white {
  background-color: #dce7ea;
}

.black {
  background-color: #0e1011;
}

.gray {
  background-color: #aeb3b7;
}

.grays {
  background-color: #98999b;
}

.orange {
  background-color: #c33d1f;
}

.bluem {
  background-color: #06394e;
}

.blueEyes {
  background-color: #313848;
}

.bg-dark {
  background-color: #262626 !important;
}

.morado {
  background-color: #36151c;
}

.mt-5 {
  margin-top: 110px !important;
}

.mb-5 {
  margin-bottom: 150px !important;
}

.navbar {
  min-height: 70px;
  font-family: "Roboto", "sans-serif";
  font-weight: 500;
  color: #808080;
  background-color: #f2f2f2;
}
.navbar a,
.navbar .btn {
  font-size: 16px;
}
.navbar .navbar-brand {
  width: 300px;
}
.navbar .navbar-brand .brand {
  display: inline-block;
}
.navbar .navbar-brand .brand .logo {
  width: 100px;
}
.navbar .navbar-brand .brand .logo img {
  width: inherit;
  vertical-align: middle;
}
.navbar .navbar-brand .space {
  width: 2px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.096);
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.navbar .nav-item {
  margin-right: 15px;
}
.navbar .dropdown-menu {
  top: 96%;
}

.slider {
  margin-bottom: 60px;
}
.slider .carousel .carousel-control-prev,
.slider .carousel .carousel-control-next {
  bottom: 100px;
  opacity: 0.7;
}
.slider .carousel .carousel-control-prev:hover, .slider .carousel .carousel-control-prev:focus,
.slider .carousel .carousel-control-next:hover,
.slider .carousel .carousel-control-next:focus {
  opacity: 1;
}
.slider .carousel .jumbotron {
  background-color: #f2f2f2;
}
.slider .carousel .row .carousel-indicators {
  bottom: 55px;
  margin-right: 0;
  margin-left: 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
}
.slider .carousel .row .carousel-indicators li {
  background-color: #808080;
}

.about {
  padding-top: 30px;
  margin: 10px 20px;
  border: 2px solid transparent;
}
.about .about-img {
  width: 55px;
  height: 55px;
  margin: auto;
}
.about .about-txt h4 {
  margin-top: 30px;
  color: #262626;
  text-align: center;
  padding: 0 30px 20px;
}
.about:hover {
  background-color: #f2f2f2;
  border: 2px solid #808090;
}

.product {
  margin-top: 100px;
}
.product .nav {
  margin-top: 85px;
  margin-bottom: 40px;
}
.product .nav .nav-item {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.product .nav .nav-link {
  padding: 15px;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f0;
  margin-right: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.product .nav .active {
  background-color: #ffffff;
  border-top: 0;
  border-left: 0;
  margin-left: 1px;
  border-bottom: 2px solid #e6ae37;
}
.product .nav .active:last-child {
  border-right: 0;
}
.product .card {
  border: 0;
  margin-bottom: 20px;
}
.product .card .card-body {
  padding-left: 30px;
  padding-right: 30px;
}
.product .card .card-body .card-img {
  width: 210px;
  height: 170px;
  margin-bottom: 40px;
}
.product .card .card-body h3 {
  margin-bottom: 25px;
  font-size: 26px;
}

.news {
  margin-top: 150px;
  margin-bottom: 150px;
}
.news .card {
  border: 0;
  padding-right: 50px;
  margin-bottom: 80px;
}
.news .card:last-child {
  padding-right: 0;
}
.news .card .card-body {
  border: 0;
}
.news .card .card-body h2,
.news .card .card-body img,
.news .card .card-body p {
  margin-bottom: 40px;
}

footer {
  background-color: #f2f2f2;
}
footer .footer-top {
  padding-top: 60px;
}
footer .footer-bottom {
  padding-top: 60px;
}
footer .footer-bottom li i {
  font-size: 24px;
  margin-right: 12px;
}
footer .footer-bottom .pie {
  margin-top: 35px;
  border-top: 1px solid #b3b3b3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.carousel-car .carousel .carousel-indicators {
  margin-top: 50px;
}
.carousel-car .carousel .carousel-indicators li {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  opacity: 1;
  border: 2px solid transparent;
  background-color: transparent;
}
.carousel-car .carousel .carousel-indicators .active {
  border: 2px solid #808090;
}
.carousel-car .carousel .car-color {
  width: 20px;
  height: 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  opacity: 1;
}

.seguridad-item .nav {
  margin-top: 50px;
}
.seguridad-item .nav .nav-item {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.seguridad-item .nav .nav-link {
  padding: 7px;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f0;
  margin-right: -1px;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.seguridad-item .nav .active {
  background-color: #ffffff;
  margin-left: 1px;
  border-bottom: 2px solid #e6ae37;
}

.branches {
  height: 80vh;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
}
.branches .list-group-item {
  border: 0;
  border-bottom: 2px solid #f2f2f2;
}
.branches .list-group-item h6 {
  font-size: 25px;
  color: #262626;
  margin-top: 20px;
  margin-bottom: 30px;
}
.branches .list-group-item img {
  width: 50px;
  margin-right: 15px;
}
.branches .list-group-item a {
  font-size: 20px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.features-2021 {
  font-size: 90%;
  line-height: 1.3;
}

.wadd {
  position: fixed;
  bottom: 57px;
  right: 15px;
  z-index: 2;
}
.wadd .btn-whatsapp {
  background-color: #128C7E !important;
  border-color: #128C7E !important;
  color: #fff !important;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  padding: 15px 18px;
}
.wadd .btn-whatsapp:hover, .wadd .btn-whatsapp:focus {
  background-color: #25D366 !important;
  border-color: #25D366 !important;
  box-shadow: rgba(100, 100, 111, 0.25) 0px 3px 19px 0px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.25) 0px 3px 19px 0px;
}
.wadd .btn-whatsapp .fab {
  font-size: 24px;
}
.wadd .dropdown-toggle::after {
  display: none !important;
}
.wadd .dropdown-menu {
  margin-left: -10px;
  margin-top: -5px;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  text-align: center;
}

.cssload-container {
  width: 100%;
  text-align: center;
  margin-top: 25%;
  color: #fff;
}

@-webkit-keyframes load {
  0% {
    opacity: 0.2;
    filter: blur(1px);
    letter-spacing: 1px;
  }
}

@keyframes load {
  0% {
    opacity: 0.2;
    filter: blur(1px);
    letter-spacing: 1px;
  }
}
.animate {
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  -webkit-animation: load 1.2s infinite 0s ease-in-out;
          animation: load 1.2s infinite 0s ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  text-shadow: 0 0 1px white;
  font-family: "Read", "sans-serif";
  font-weight: 400;
}

.animate img {
  width: 150px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .mt-5 {
    margin-top: 60px !important;
  }

  .mb-5 {
    margin-bottom: 100px !important;
  }

  .navbar .navbar-brand {
    width: 250px;
  }
  .navbar .navbar-collapse {
    margin-top: 20px;
  }
  .navbar .nav-item .nav-link {
    padding: 20px 15px;
    border-top: 2px solid #f2f2f2;
    font-size: 18px;
  }
  .navbar .nav-item .nav-link:hover {
    background-color: #262626;
    color: #fff;
  }
  .navbar .dropdown-menu {
    border-radius: 0;
    border: 0;
    margin-top: 0;
  }
  .navbar .dropdown-menu .dropdown-item {
    border-top: 3px solid #f2f2f2;
    background-color: #ffffff;
    padding: 25px 15px !important;
    font-size: 16px;
  }
  .navbar .show {
    padding: 0;
  }

  form .controls .form-control,
form .controls .bootstrap-select button,
form .controls .dropdown-menu,
form .controls label {
    font-size: 16px;
  }
  form .dsr-btn {
    font-size: 1.5rem;
    width: 100%;
  }

  footer .footer-bottom {
    padding-top: 20px;
  }

  .product .card .card-body {
    padding-left: 45px;
  }
}/*# sourceMappingURL=styles.css.map */