/*@import "buttons";
@import "forms";*/
/* Fonts */
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Bold.woff2") format("woff2"), url("/fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Medium.woff2") format("woff2"), url("/fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("/fonts/Montserrat-Regular.woff2") format("woff2"), url("/fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Global */
body {
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

p {
  margin: 0;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
}

li {
  list-style: none;
}

h1 {
  font-family: "Montserrat", serif;
  margin: 0;
}

h2 {
  font-family: "Montserrat", serif;
  margin: 0;
}

.btn-primary, .btn-secondary {
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #dc691b !important;
}

/* Header */
.subheader {
  background: #1e2444;
  padding: 8px 0;
  min-height: 32px;
}
.subheader ul {
  padding: 3px 0 0 0;
}
.subheader ul li {
  color: #fff;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0.01em;
  float: left;
  margin-right: 22px;
}
.subheader ul li img {
  width: 16px;
  margin-right: 4px;
}
.subheader .social a {
  float: right;
  overflow: hidden;
  margin: 0 10px;
}
.subheader .social a img {
  width: 16px;
}

header {
  padding: 10px 0;
  position: relative;
  background: #fff;
}

.main-slider {
  min-height: 800px;
  background: url(/img/main.png) no-repeat;
  background-size: cover;
  padding: 270px 0 0 0;
  background-position: center center;
}
.main-slider h1 {
  color: #fff;
  font-size: 3em;
  margin: 0 0 20px 0;
}
.main-slider h1 strong {
  font-weight: bold;
  font-size: 1.2em;
  color: #dc691b;
}
.main-slider h1 small {
  font-size: 0.4em;
}
.main-slider p {
  color: #fff;
  font-size: 1.4em;
  margin: 0 10%;
}
.main-slider a {
  background: rgba(220, 105, 27, 0.3764705882);
  border-radius: 100px;
  border: 2px solid #ff9f00;
  font-size: 1.2em;
  color: #fff;
  padding: 20px 40px;
  font-weight: 600;
  letter-spacing: 0.09em;
  margin: 25px 0 0 0;
  display: inline-block;
}
.main-slider a:hover {
  background: rgba(220, 105, 27, 0.5019607843);
}

.mision {
  padding: 70px 0;
}
.mision .m-inn {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px 20px 0 20px;
}
.mision .m-inn h2 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: bold;
  border-bottom: 1px solid #cecece;
  padding-bottom: 6px;
  letter-spacing: 0.05em;
}
.mision .m-inn .subline {
  background: url(/img/subline.png) repeat-x;
  height: 4px;
  width: 140px;
  margin-bottom: 40px;
}
.mision .m-inn p {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.mision .img-service {
  float: right;
}

.services {
  background: #f2f6f8;
  padding: 100px 0;
}
.services h2 {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 600;
  color: #dc691b;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 50px;
}
.services h2 strong {
  font-weight: bold;
  font-size: 1.1em;
}
.services .box-service {
  background: #fff;
  box-shadow: 0 0 5px 0 #d1d1d1;
  text-align: center;
  padding: 80px 0;
  min-height: 320px;
  border-radius: 4px;
  margin: 5px 5px 30px 5px;
  border: 2px solid #fff;
}
.services .box-service img {
  width: 80px;
  margin-bottom: 15px;
}
.services .box-service p {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
  color: #1e2444;
}
.services .box-service:hover {
  box-shadow: 0 0 12px 0 #d1d1d1;
}

footer {
  background: #1e2444;
  padding: 100px 0;
  min-height: 470px;
}
footer p {
  color: #fff;
}
footer p.p-txt-1 {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}
footer p.p-txt-2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.07em;
}
footer p.p-txt-3 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
}
footer img {
  width: 200px;
}

/* Media Queries */
@media (max-width: 575.98px) {
  .no-mobile {
    display: none;
  }
  .main-slider {
    min-height: 750px;
    padding: 150px 0 0 0;
  }
  .main-slider h1 {
    font-size: 2.4em;
  }
  .main-slider p {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .main-slider a {
    font-size: 1.1em;
    padding: 15px 32px;
  }
  .mision .m-inn p {
    font-size: 1em;
  }
  .services h2 {
    font-size: 2.1em;
  }
  .services .box-service {
    padding: 40px 0;
    min-height: 220px;
    margin: 0 0 22px 0;
  }
  .services .box-service img {
    width: 60px;
  }
  .services .box-service p {
    font-size: 1em;
  }
  footer p.p-txt-1 {
    font-size: 0.85em;
  }
  footer p.p-txt-2 {
    font-size: 1.1em;
  }
  footer p.p-txt-3 {
    font-size: 1em;
  }
}
/*
  @include media-breakpoint-only(xxl) { 
     .mex-block.bgmx-1, .mex-block.bgmx-2, .mex-block.bgmx-3, .mex-block.bgmx-4 { background-size: cover; }
  }
*//*# sourceMappingURL=styles.css.map */