@font-face {
  font-family: 'Calibri-Bold';
  src: url("../fonts/Calibri_Bold.ttf");
}

@font-face {
  font-family: 'Calibri';
  src: url("../fonts/calibri.ttf");
}

@font-face {
  font-family: '3MCircularR';
  src: url("../fonts/Chivo-Black.ttf");
}

@font-face {
  font-family: Geneva;
  src: url("../fonts/Geneva_Regular.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Calibri';
  color: #000;
}

.color-body {
  color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  text-transform: unset;
  font-family: 'Calibri-Bold';
}

p,
span,
a,
li {
  font-family: 'Calibri';
}

.header-transparent .is-sticky .action__btn,
.header-transparent .is-sticky .nav__item .nav__item-link,
.list-items-layout2 li,
.testimonial-item__desc {
  color: #000;
}

.btn:not(.btn__link):not(.btn__bordered):before {
  background-color: #000;
  border-color: #000;
}

.btn__secondary {
  background-color: #dc0614;
}

.btn__secondary:before {
  background-color: #000 !important;
}

.bg-negro {
  background-color: #000;
}

.header-transparent .navbar .nav__item .nav__item-link:before {
  background-color: unset;
}

a,
.heading__subtitle,
.btn__white.btn__bordered:hover,
.navbar .nav__item .nav__item-link:hover {
  color: #dc0614;
}

a:hover {
  color: #fff;
}

.color-primary {
  color: #dc0614 !important;
}

.btn__primary,
#scrollTopBtn {
  background-color: #dc0614;
}

.btn__primary:hover .icon-outlined {
  background-color: #0e2b5c;
  color: #fff;
}

.heading__title .underlined-text {
  border-bottom: 4px solid #dc0614;
}

.services-layout2 .btn__primary {
  background-color: #fff;
  color: #dc0614;
}

.list-items-layout2 li:before,
.btn__primary .icon-outlined {
  border: 2px solid #000;
  color: #000;
}

.bg-overlay-primary:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.navbar.is-sticky a {
  color: #000;
}

.navbar.is-sticky a:hover {
  color: #dc0614;
}

.burger-menu .burger-menu__close:hover,
.color-rojo {
  color: #dc0614;
}

.header-transparent + .slider {
  margin-top: -150px;
}

.topbar {
  background: rgba(147, 147, 147, 0.4);
}

.slick-prev,
.slick-next {
  display: none !important;
}

.slider h2 {
  font-size: 60px;
}

.slider .slide-item__content .color-rojo {
  font-family: '3MCircularR', Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 800;
  letter-spacing: -3px;
}

.representantes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 2rem;
}

.representantes .clientes {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.representantes .clientes:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.representantes .clientes img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.services-layout2 .items {
  margin-bottom: 2rem;
  height: 360px;
}

.services-layout2 .service-item {
  height: 100%;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
}

.services-layout2 .service-item h4,
.services-layout2 .service-item p {
  color: #fff;
}

.services-layout2 .service-item .service-item__desc {
  visibility: hidden;
  -webkit-transition: unset;
  transition: unset;
}

.services-layout2 .service-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}

.services-layout2 .service1, .services-layout2 .service2, .services-layout2 .service3, .services-layout2 .service4, .services-layout2 .service5, .services-layout2 .service6, .services-layout2 .service7, .services-layout2 .service8, .services-layout2 .service9, .services-layout2 .service10, .services-layout2 .service11, .services-layout2 .service12, .services-layout2 .service13, .services-layout2 .service14, .services-layout2 .service15 {
  background-repeat: no-repeat;
  background-size: cover;
}

.services-layout2 .service1:hover .service-item__desc, .services-layout2 .service2:hover .service-item__desc, .services-layout2 .service3:hover .service-item__desc, .services-layout2 .service4:hover .service-item__desc, .services-layout2 .service5:hover .service-item__desc, .services-layout2 .service6:hover .service-item__desc, .services-layout2 .service7:hover .service-item__desc, .services-layout2 .service8:hover .service-item__desc, .services-layout2 .service9:hover .service-item__desc, .services-layout2 .service10:hover .service-item__desc, .services-layout2 .service11:hover .service-item__desc, .services-layout2 .service12:hover .service-item__desc, .services-layout2 .service13:hover .service-item__desc, .services-layout2 .service14:hover .service-item__desc, .services-layout2 .service15:hover .service-item__desc {
  visibility: unset;
}

.services-layout2 .service1:hover::after, .services-layout2 .service2:hover::after, .services-layout2 .service3:hover::after, .services-layout2 .service4:hover::after, .services-layout2 .service5:hover::after, .services-layout2 .service6:hover::after, .services-layout2 .service7:hover::after, .services-layout2 .service8:hover::after, .services-layout2 .service9:hover::after, .services-layout2 .service10:hover::after, .services-layout2 .service11:hover::after, .services-layout2 .service12:hover::after, .services-layout2 .service13:hover::after, .services-layout2 .service14:hover::after, .services-layout2 .service15:hover::after {
  background: rgba(220, 40, 20, 0.7);
}

.services-layout2 .service1:hover .service-item__title, .services-layout2 .service2:hover .service-item__title, .services-layout2 .service3:hover .service-item__title, .services-layout2 .service4:hover .service-item__title, .services-layout2 .service5:hover .service-item__title, .services-layout2 .service6:hover .service-item__title, .services-layout2 .service7:hover .service-item__title, .services-layout2 .service8:hover .service-item__title, .services-layout2 .service9:hover .service-item__title, .services-layout2 .service10:hover .service-item__title, .services-layout2 .service11:hover .service-item__title, .services-layout2 .service12:hover .service-item__title, .services-layout2 .service13:hover .service-item__title, .services-layout2 .service14:hover .service-item__title, .services-layout2 .service15:hover .service-item__title {
  position: unset;
}

.services-layout2 .service1 {
  background-image: url("../images/services/1.jpg");
}

.services-layout2 .service2 {
  background-image: url("../images/services/2.jpg");
}

.services-layout2 .service3 {
  background-image: url("../images/services/3.jpg");
}

.services-layout2 .service4 {
  background-image: url("../images/services/4.jpg");
}

.services-layout2 .service5 {
  background-image: url("../images/services/5.jpg");
}

.services-layout2 .service6 {
  background-image: url("../images/services/6.jpg");
}

.services-layout2 .service7 {
  background-image: url("../images/services/7.jpg");
}

.services-layout2 .service8 {
  background-image: url("../images/services/8.jpg");
}

.services-layout2 .service9 {
  background-image: url("../images/services/9.jpg");
}

.services-layout2 .service10 {
  background-image: url("../images/services/10.jpg");
}

.services-layout2 .service11 {
  background-image: url("../images/services/11.jpg");
}

.services-layout2 .service12 {
  background-image: url("../images/services/12.jpg");
}

.services-layout2 .service13 {
  background-image: url("../images/services/13.jpg");
}

.services-layout2 .service14 {
  background-image: url("../images/services/14.jpg");
}

.services-layout2 .service15 {
  background-image: url("../images/services/15.jpg");
}

.services-layout2 .boton {
  color: #fff;
  background: #000;
  padding: 10px 25px;
  border-radius: 50px;
  position: absolute;
  bottom: -5rem;
  left: 0;
}

.services-layout2 .boton:hover {
  background: #dc0614;
}

.counter-item .counter {
  font-size: 80px;
}

.services-layout2 .service-item .service-item__title {
  position: relative;
  top: 150px;
}

.services-layout2 .service-item:after {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.form-control:focus {
  border-color: #000;
}

.nice-select .list {
  height: 200px;
  overflow-y: scroll;
}

.testimonials-layout1 .testimonials-wrapper:before {
  display: none;
}

footer a {
  color: #fff;
}

.footer .social-icons li a,
.burger-menu .social-icons li a {
  color: #fff;
}

.footer .social-icons li a:hover,
.burger-menu .social-icons li a:hover {
  background-color: #dc0614;
  border-color: #dc0614;
}

.footer .footer-widget-nav li a:hover {
  color: #dc0614;
}

.footer .social-icons li a {
  border-color: #dc0614;
}

.bg-heading {
  background-color: #000 !important;
}

.burger-menu .social-icons li a {
  border-color: #dc0614;
}

.burger-menu .burger-menu__content {
  background-color: #000;
}

@media (min-width: 1200px) {
  .services-masonry .services-wrapper > [class*="col-"]:nth-of-type(2) .service-item,
  .services-masonry .services-wrapper > [class*="col-"]:nth-of-type(3) .service-item,
  .services-masonry .services-wrapper > [class*="col-"]:nth-of-type(4) .service-item,
  .services-masonry .services-wrapper > [class*="col-"]:nth-of-type(5) .service-item {
    margin-top: unset;
  }
}

@media (max-width: 1199px) {
  .list-items-layout2 {
    max-width: 500px;
    margin: 0 auto;
  }
  .heading-layout2 {
    text-align: center;
  }
  .banner-layout2 .heading__desc {
    text-align: left;
    padding-top: 30px;
  }
  .counter-item .counter-item__desc {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .footer-widget-nav {
    display: none;
  }
  .footer-widget {
    text-align: center;
  }
  .social-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: unset;
  }
  .slider .slide-item {
    height: 90vh !important;
  }
  .counter-item .counter {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .banner-text {
    text-align: center;
  }
  .heading__title {
    margin-top: 30px;
  }
  .banner-layout2 .heading__desc {
    text-align: center;
  }
  .list-items-layout2 {
    text-align: left;
  }
  .counter-item {
    text-align: center;
  }
}

@media (max-width: 419px) {
  .logo-dark {
    width: 80%;
  }
}
/*# sourceMappingURL=ajustes.css.map */