@charset "UTF-8";
.arrow {
  margin: 25px;
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px; }
  .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-right-style: solid;
    border-right-width: 5px;
    content: '';
    display: inline-block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px; }
  .arrow.is-triangle::after {
    border-style: solid;
    border-width: 0 0 30px 30px;
    height: 0;
    width: 0; }
  .arrow.is-check::after {
    width: 15px; }
  .arrow.arrow-bar::before {
    bottom: 1px;
    content: '';
    height: 20px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }
  .arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  .arrow.is-bottom {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .arrow.is-left {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .arrow::after,
  .arrow .arrow::after {
    border-color: #fff; }
  .arrow.is-triangle::after,
  .arrow .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #fff; }
  .arrow::before,
  .arrow .arrow::before {
    background-color: #fff; }
  .arrow:hover::after,
  .arrow:hover .arrow::after, .arrow:focus::after,
  .arrow:focus .arrow::after, .arrow:active::after,
  .arrow:active .arrow::after {
    border-color: #d81c5c; }
  .arrow:hover.is-triangle::after,
  .arrow:hover .arrow.is-triangle::after, .arrow:focus.is-triangle::after,
  .arrow:focus .arrow.is-triangle::after, .arrow:active.is-triangle::after,
  .arrow:active .arrow.is-triangle::after {
    border-color: transparent;
    border-bottom-color: #d81c5c; }
  .arrow:hover::before,
  .arrow:hover .arrow::before, .arrow:focus::before,
  .arrow:focus .arrow::before, .arrow:active::before,
  .arrow:active .arrow::before {
    background-color: #d81c5c; }

@font-face {
  font-family: 'AudreyBold';
  src: url("../fonts/AudreyBold.eot");
  src: url("../fonts/AudreyBold.eot") format("embedded-opentype"), url("../fonts/AudreyBold.woff2") format("woff2"), url("../fonts/AudreyBold.woff") format("woff"), url("../fonts/AudreyBold.ttf") format("truetype"), url("../fonts/AudreyBold.svg#AudreyBold") format("svg"); }
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400; }

h1, h2, h3, h4 {
  font-family: "AudreyBold";
  color: #ef6b33;
  margin-bottom: 20px; }

p {
  margin-bottom: 30px; }

h1 {
  font-size: 42px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 42px;
      line-height: 1.2; } }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 60px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h1 {
      font-size: 60px;
      line-height: 1.2; } }

h2 {
  font-size: 26px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 36px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h2 {
      font-size: 36px;
      line-height: 1.2; } }

h3 {
  font-size: 21px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 21px;
      line-height: 1.2; } }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 30px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h3 {
      font-size: 30px;
      line-height: 1.2; } }

h4 {
  font-size: 18px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 18px;
      line-height: 1.2; } }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 26px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h4 {
      font-size: 26px;
      line-height: 1.2; } }

h5 {
  font-size: 18px;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    h5 {
      font-size: 18px;
      line-height: 1.2; } }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 21px;
      line-height: 1.2; } }
  @media screen and (min-width: 1200px) {
    h5 {
      font-size: 21px;
      line-height: 1.2; } }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0; }

i {
  pointer-events: none; }

ul {
  padding: 0;
  margin: 0 0 0 20px; }
  ul li {
    margin: 5px 0; }

strong {
  font-weight: 700;
  color: #ef6b33; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
    webkit-transition: all 300ms ease !important;
    -moz-transition: all 300ms ease !important;
    -ms-transition: all 300ms ease !important;
    -o-transition: all 300ms ease !important;
    transition: all 300ms ease !important; }

figure {
  margin: 0; }

html {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: auto; }

body {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden; }

section {
  position: relative;
  display: block;
  width: 100%;
  margin: 60px 0; }

a.pageup {
  color: #ef6b33;
  font-size: 42px;
  display: block;
  position: fixed;
  bottom: 30px;
  right: 30px;
  outline: none; }

#my-page {
  padding-top: 60px; }
  @media only screen and (min-width: 768px) {
    #my-page {
      padding-top: 0; } }

.topbar {
  background-color: #ededed;
  padding: 8px 0; }
  .topbar i {
    color: #ef6b33; }

.header_area {
  background-color: #fff;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px 0; }
  .header_area.inner_page {
    position: relative; }
  .header_area .logo a {
    outline: none; }
    .header_area .logo a img {
      width: 150px; }
  .header_area .time,
  .header_area .email {
    margin: 3px 0;
    font-size: 14px;
    line-height: 30px;
    text-align: left; }
    @media only screen and (min-width: 1200px) {
      .header_area .time,
      .header_area .email {
        font-size: 16px; } }
    .header_area .time i,
    .header_area .email i {
      font-size: 21px;
      line-height: 21px;
      color: #ef6b33;
      vertical-align: top;
      margin: 5px 0 0 0; }
      @media only screen and (min-width: 1200px) {
        .header_area .time i,
        .header_area .email i {
          margin: 5px 5px 0 0; } }
  .header_area .phone {
    font-size: 14px;
    margin: 20px 0; }
    @media only screen and (min-width: 1200px) {
      .header_area .phone {
        font-size: 16px; } }
    .header_area .phone span {
      font-size: 21px;
      font-weight: 700;
      color: #ef6b33;
      display: block; }
      @media only screen and (min-width: 1200px) {
        .header_area .phone span {
          font-size: 24px; } }
  .header_area .btn-estimate {
    font-size: 21px;
    color: #fff;
    background-color: #ef6b33;
    padding: 12px 30px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; }
    .header_area .btn-estimate:hover, .header_area .btn-estimate:active, .header_area .btn-estimate:focus {
      background-color: #ed5a1b; }

#footer {
  font-family: "AudreyBold";
  font-size: 14px;
  background-color: #ededed;
  padding: 30px 0; }
  #footer p {
    margin: 0; }
  #footer a {
    display: inline-block;
    margin: 10px 0 0; }

#main-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px; }
  #main-nav ul li a {
    font-family: "AudreyBold";
    font-size: 21px;
    color: #ef6b33; }
    #main-nav ul li a:hover, #main-nav ul li a:active, #main-nav ul li a:focus {
      color: #212060; }

#mmenu {
  background-color: #212060;
  position: fixed;
  width: 100%;
  z-index: 999; }
  #mmenu .mburger {
    color: #fff; }
    #mmenu .mburger span {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 700; }

.mm-navbar {
  border-bottom: 0 !important; }

.mm-navbar__title {
  background-color: #14133a; }

.mm-btn_prev {
  background-color: #0d0d27; }

.mm-panel {
  background-color: #212060; }

.mm-btn:after, .mm-btn:before {
  border-color: #ef6b33 !important; }

.mm-menu a {
  color: #fff !important; }

.btn {
  font-size: inherit;
  border-width: 1px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 8px 25px;
  outline: none !important;
  box-shadow: none;
  transition: all 300ms ease; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none; }

.banner {
  padding: 10% 0; }
  .banner p {
    font: 32px/32px "AudreyBold";
    color: #ef6b33;
    display: block; }
    @media only screen and (min-width: 992px) {
      .banner p {
        font: 52px/48px "AudreyBold"; } }
  .banner a {
    font: 21px/21px "AudreyBold";
    color: #fff;
    display: inline-block;
    background-color: #ef6b33;
    padding: 15px 60px;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
    .banner a:hover, .banner a:active, .banner a:focus {
      color: #ef6b33;
      background-color: #fff; }

.content-home {
  padding: 60px 0; }
  .content-home #productosyservicios .title {
    font: 30px/30px "AudreyBold";
    color: #fff;
    padding: 60px 0;
    margin: 60px 0 40px;
    background-image: url("../img/title-bg.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center; }
  @media only screen and (min-width: 768px) {
    .content-home #productosyservicios ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; } }
  .content-home #productosyservicios ul li {
    margin: 10px 0;
    padding-left: 40px;
    position: relative;
    list-style: none; }
    .content-home #productosyservicios ul li span {
      font-weight: 700;
      color: #ef6b33;
      display: block; }
    .content-home #productosyservicios ul li:before {
      font-size: 21px;
      color: #ef6b33;
      padding-right: 10px !important;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      content: "\f00c";
      position: absolute;
      left: 0;
      top: 0; }
  .content-home #galería {
    margin: 60px 0; }
    .content-home #galería .grid {
      margin: 30px 0;
      width: 100%; }
      .content-home #galería .grid .element-item {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 170px;
        -webkit-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.75);
        box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.75); }
        .content-home #galería .grid .element-item img {
          width: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          vertical-align: middle;
          transition: all .5s; }
          .content-home #galería .grid .element-item img:hover {
            top: 50%;
            transform: scale(1.1) translateY(-50%); }

/*# sourceMappingURL=styles.css.map */
