@charset "UTF-8";
.modal {
  padding: 0 25px !important;
}

/* GENERAL */
* {
  font-family: 'Dosis', sans-serif, Arial, Helvetica, Verdana;
  color: #303030;
}

a {
  color: #e11f26;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  text-decoration: none;
}

a:hover {
  color: #303030;
}

section {
  overflow: hidden;
}

.bodymt {
  margin-top: 71px;
}

select, input, textarea {
  border-radius: 0 !important;
  border: 1px solid #676767 !important;
}

select:focus, select:focus-visible, input:focus, input:focus-visible, textarea:focus, textarea:focus-visible {
  -webkit-box-shadow: 0 0 5px 0.25rem rgba(237, 28, 42, 0.25) !important;
          box-shadow: 0 0 5px 0.25rem rgba(237, 28, 42, 0.25) !important;
  border: 1px solid #676767 !important;
  border-radius: 0 !important;
}

/* LINE HEIGHT */
.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-21 {
  line-height: 21px;
}

.lh-23 {
  line-height: 23px;
}

.lh-28 {
  line-height: 28px;
}

.lh-32 {
  line-height: 32px;
}

/* PADDING EXTRA */
.pt-6 {
  padding-top: 4rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.py-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* BORDES */
.rounded-30 {
  border-radius: 30px;
}

.border1 {
  border: 1px solid #d1d1d1;
}

/* SOMBRAS */
.sombra-1 {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

/* TEXTOS */
.ftit {
  font-family: "Dosis", sans-serif, Arial, Helvetica, Verdana;
}

.fw-l {
  font-weight: 300;
}

.fw-b {
  font-weight: 600;
}

.fw-k {
  font-weight: 900;
}

.ft-u {
  text-transform: uppercase;
}

.ls-1 {
  letter-spacing: 1pt;
}

.ls-2 {
  letter-spacing: 2pt;
}

.fd-n {
  text-decoration: none;
}

.fs-10 {
  font-size: 10px;
}

.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 16px;
}

.fs-21 {
  font-size: 21px;
}

.fs-28 {
  font-size: 28px;
}

.fs-37 {
  font-size: 37px;
}

.fs-50 {
  font-size: 50px;
}

.fsh-1 {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.fsh-2 {
  text-shadow: 0px 0px 5px black;
}

.bsh-1 {
  -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5) !important;
          box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5) !important;
}

.text-gray {
  color: #676767;
}

.text-lgray {
  color: #f2f2f2;
}

.fc-red {
  color: #e11f26;
}

.fc-ora {
  color: #f48120;
}

.fc-vio {
  color: #9f248a;
}

.fc-sea {
  color: #008995;
}

.fc-bla {
  color: #303030;
}

.bgc-red {
  background-color: #e11f26;
}

.bgc-ora {
  background-color: #f48120;
}

.bgc-vio {
  background-color: #9f248a;
}

.bgc-sea {
  background-color: #008995;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title .section-title-txt {
  color: #676767;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.section-title .section-title-txt:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 100%;
  width: 100px;
  left: 50%;
  background: #e11f26;
}

.section-title .section-title-txt:after {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 100%;
  width: 100px;
  right: 50%;
  background: #e11f26;
}

.section-title-left .section-title-txt {
  color: #676767;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}

.section-title-left .section-title-txt:before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 100%;
  width: 140px;
  left: 0;
  background: #e11f26;
}

.btlink {
  background: #e11f26;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: white;
}

.btlink img {
  width: 30px;
}

.btlink:hover {
  background: #303030;
  padding-left: 45px;
  padding-right: 45px;
  color: white;
  -webkit-box-shadow: 0 0 5px 0.25rem rgba(237, 28, 42, 0.25);
          box-shadow: 0 0 5px 0.25rem rgba(237, 28, 42, 0.25);
}

header nav {
  background: white;
}

header nav .navbar-brand {
  margin-right: 0;
}

header nav .navbar-brand img {
  height: 45px;
}

header nav .navbar-nav .nav-item .nav-link {
  color: #303030;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

header nav .navbar-nav .nav-item .nav-link.active, header nav .navbar-nav .nav-item .nav-link:hover {
  color: #e11f26;
}

header nav .social a {
  display: inline-block;
  padding-left: 0;
}

header nav .social a img {
  width: 30px;
  height: 30px;
}

header nav .navbar-toggler {
  border: 0;
}

header nav .navbar-toggler img {
  width: 25px;
}

header nav .navbar-toggler:focus {
  color: transparent;
}

.divisor {
  width: 100%;
  min-height: 5px;
  background: url("../img/bg.png");
  background-size: 100%;
}

#carousel .carousel-slide {
  min-height: calc(100vh - 76px);
  background-size: cover;
  background-position: center top;
}

#carousel .carousel-slide a {
  padding: 15px 20px;
  border-radius: 50px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#carousel .carousel-slide a:hover {
  background-color: #303030;
}

#home-services img {
  width: 60px;
}

#home-services a {
  padding: 15px 20px;
  border-radius: 50px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

#home-services a:hover {
  background-color: #303030;
}

#hero .hero-col {
  min-height: calc((100vh - 76px) / 2);
  width: 100%;
}

#hero .hero-col.bigimage.img-about {
  background: url("../img/home-about.jpg");
  background-size: cover;
  background-position: center top;
}

#hero .hero-col.bigimage.img-serv1 {
  background: url("../img/slide2.jpg");
  background-size: cover;
  background-position: center top;
}

#hero .hero-col.bigimage.img-serv2 {
  background: url("../img/slide3.jpg");
  background-size: cover;
  background-position: center top;
}

#hero .hero-col.bigimage.img-serv3 {
  background: url("../img/slide4.jpg");
  background-size: cover;
  background-position: center top;
}

#hero .hero-col .hero-title .hero-ico {
  width: 40px;
}

#services .services-list {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}

#services .services-list li a:hover {
  color: #9f248a !important;
}

#services .services-list li:before {
  content: "• ";
  left: 0;
  font-size: 28px;
  line-height: 21px;
  color: #9f248a;
  font-weight: bold;
}

#services .services-list.red li a:hover {
  color: #e11f26 !important;
}

#services .services-list.red li:before {
  color: #e11f26;
}

#services .services-list.ora li a:hover {
  color: #f48120 !important;
}

#services .services-list.ora li:before {
  color: #f48120;
}

.social-icons img {
  width: 25px;
}

.whatsapp {
  position: fixed;
  z-index: 5000;
  bottom: 15px;
  right: 15px;
}

.whatsapp a {
  background-color: #95c73c;
  display: inline-block;
  padding: 15px;
  border-radius: 60px;
}

.whatsapp a img {
  width: 40px;
}

.whatsapp a:hover {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  background-color: #303030;
}

#map .google-map {
  height: 30rem;
  position: relative;
}

#map .google-map iframe {
  height: 100%;
  width: 100%;
}

form select, form input {
  width: 100%;
  height: 60px;
  font-size: 21px;
  padding-left: 15px;
  border-radius: 30px !important;
  border: 1px solid #676767 !important;
}

form input.form-check-input {
  padding: 0;
  border: 1px solid #f2f2f2;
  border-radius: 50% !important;
  height: 20px;
  width: 20px;
}

form input.form-check-input:checked {
  border: 0;
  background-color: #e11f26;
}

form label.form-check-label {
  line-height: 30px;
}

form textarea {
  width: 100%;
  font-size: 21px;
  border-radius: 30px !important;
  border: 1px solid #676767 !important;
  padding: 15px;
  height: 136px;
}

form button {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 100%;
  border: 0;
  height: 60px;
  background-color: #e11f26;
  padding: 0 20px;
  border-radius: 50px;
  border-radius: 50px;
}

form button:hover, form button:focus {
  background-color: #303030;
  border-radius: 50px;
}

form .form-combo {
  width: 100%;
}

form .form-combo input {
  width: auto;
}

form .form-combo button {
  width: 45px;
  padding: 0;
}

form .form-combo button img {
  width: 15px;
}

footer .footer-logo a img {
  height: 70px;
}

/* MD */
@media (min-width: 768px) {
  .fs-md-13 {
    font-size: 13px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
  .fs-md-37 {
    font-size: 37px;
  }
  .fs-md-50 {
    font-size: 50px;
  }
}

/* LG */
@media (min-width: 992px) {
  .pt-6 {
    padding-top: 6rem;
  }
  .pb-6 {
    padding-bottom: 6rem;
  }
  .py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .fs-lg-13 {
    font-size: 13px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-21 {
    font-size: 21px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
  .fs-lg-37 {
    font-size: 37px;
  }
  .fs-lg-50 {
    font-size: 50px;
  }
  .fs-lg-72 {
    font-size: 72px;
  }
  .lh-lg-16 {
    line-height: 16px;
  }
  .lh-lg-21 {
    line-height: 21px;
  }
  .lh-lg-23 {
    line-height: 23px;
  }
  .lh-lg-28 {
    line-height: 28px;
  }
  .lh-lg-42 {
    line-height: 42px;
  }
  .lh-lg-54 {
    line-height: 54px;
  }
  #hero .hero-col {
    min-height: calc(100vh - 138px);
    width: 50%;
  }
  #hero .hero-col.bigimage.img-about {
    background: url("../img/home-about.jpg");
    background-size: cover;
    background-position: center top;
  }
  #hero .hero-col .hero-title .hero-ico {
    width: 50px;
  }
  .bl-lg-1 {
    border-left: 1px solid white;
  }
}

/* XL */
@media (min-width: 1200px) {
  .fs-xl-13 {
    font-size: 13px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
  .fs-xl-21 {
    font-size: 21px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
  .fs-xl-37 {
    font-size: 37px;
  }
  .fs-xl-50 {
    font-size: 50px;
  }
  .bodymt {
    margin-top: 138px;
  }
  header nav {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  header nav.fixed-top.scrolled {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: rgba(255, 255, 255, 0.9);
  }
  header nav.fixed-top.scrolled .navbar-brand img {
    height: 66px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease;
  }
  header nav .navbar-brand img {
    height: 88px;
  }
}

/* XXL */
@media (min-width: 1400px) {
  .container {
    max-width: 1680px !important;
  }
  #carousel .carousel-slide {
    min-height: calc(100vh - 143px);
  }
}
/*# sourceMappingURL=css.css.map */