/** 
@import 'interiores';**/
@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Black';
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MontserratA-ExtraBold';
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat-Regular';
  src: url("../fonts/Akrobat-Regular.woff2") format("woff2"), url("../fonts/Akrobat-Regular.woff") format("woff"), url("../fonts/Akrobat-Regular.eot") format("eot");
  font-weight: normal;
  font-style: normal; }

.py-50 {
  padding: 50px 0; }

body, html {
  height: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

* {
  outline: none; }

a:hover,
a:link,
a:visited {
  text-decoration: none; }

.bg-gris {
  background-color: #f1f1f1; }

.btn-gris {
  position: relative;
  color: #ffffff;
  background-color: #5d5d5d;
  font-family: "Montserrat-ExtraBold", sans-serif;
  position: relative;
  padding: 15px 20px;
  font-size: 17px;
  -webkit-border-radius: 10cpx;
  -moz-border-radius: 10px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 20px;
  margin-top: 20px; }
  .btn-gris:hover {
    background-color: #ff6b00;
    text-decoration: none;
    color: #ffffff; }

.no-padding {
  padding: 0; }

.loading {
  background: url(../images/loading.gif) no-repeat;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center; }

.navbar-dark .navbar-toggler {
  background: #ff6b00; }

.menu-nav .navbar-dark .navbar-nav a {
  color: #ffffff;
  font-family: "Montserrat-SemiBold", sans-serif;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  margin: 0 12px;
  -webkit-transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
  -o-transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
  transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in; }
  .menu-nav .navbar-dark .navbar-nav a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #ff6b00;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
    transition: color 0.1s,-webkit-transform 0.2s ease-out;
    -o-transition: color 0.1s,transform 0.2s ease-out;
    transition: color 0.1s,transform 0.2s ease-out;
    transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out; }
  .menu-nav .navbar-dark .navbar-nav a:hover::before, .menu-nav .navbar-dark .navbar-nav a:focus::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    text-decoration: none; }
  .menu-nav .navbar-dark .navbar-nav a[aria-current] {
    position: relative;
    border-bottom: 3px solid #ff6b00;
    bottom: 0px; }

.menu-nav .navbar-dark .navbar-nav li:last-child a {
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ff6b00;
  border-radius: 3px;
  font-family: "Montserrat-ExtraBold", sans-serif;
  margin: 0 12px;
  position: relative;
  font-size: 14px;
  display: block;
  -webkit-transition: color 0.4s,background-color 0.4s,padding 0.4s ease-in;
  -o-transition: color 0.4s,background-color 0.4s,padding 0.4s ease-in;
  transition: color 0.4s,background-color 0.4s,padding 0.4s ease-in;
  padding: 8px 14px;
  margin-top: 3px; }
  .menu-nav .navbar-dark .navbar-nav li:last-child a::before {
    content: none;
    display: block;
    position: relative;
    height: auto;
    width: auto;
    background-color: transparent;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: color 0.1s,-webkit-transform 0.2s ease-out;
    transition: color 0.1s,-webkit-transform 0.2s ease-out;
    -o-transition: color 0.1s,transform 0.2s ease-out;
    transition: color 0.1s,transform 0.2s ease-out;
    transition: color 0.1s,transform 0.2s ease-out,-webkit-transform 0.2s ease-out; }
  .menu-nav .navbar-dark .navbar-nav li:last-child a:hover {
    background-color: #5d5d5d;
    text-decoration: none;
    color: #ffffff;
    -webkit-transform-origin: none;
    -ms-transform-origin: none;
    transform-origin: none; }
  .menu-nav .navbar-dark .navbar-nav li:last-child a[aria-current] {
    position: relative;
    border-bottom: none; }

.menu-nav .navbar-dark .navbar-nav .btn-info {
  background: transparent;
  border-color: #ffffff;
  font-family: "Montserrat-ExtraBold", sans-serif; }

.menu-nav .navbar-dark .navbar-nav .flecha-up {
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  /* izquierda flecha */
  border-right: 25px solid transparent;
  /* derecha flecha */
  border-bottom: 25px solid #0A0A0A;
  /* base flecha y color*/
  font-size: 0px;
  line-height: 0px; }

.menu-nav .navbar-dark .navbar-nav .nav-flags .form-group {
  margin: 8px 0; }

.menu-nav .navbar-dark .navbar-nav .nav-flags .dropdown-menu {
  padding: 0;
  left: -75px;
  top: 145%; }
  .menu-nav .navbar-dark .navbar-nav .nav-flags .dropdown-menu:after {
    bottom: 100%;
    right: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 15px;
    margin-left: -15px; }
  .menu-nav .navbar-dark .navbar-nav .nav-flags .dropdown-menu li {
    border-bottom: 1px solid #dddddd; }
    .menu-nav .navbar-dark .navbar-nav .nav-flags .dropdown-menu li a {
      padding: .5rem;
      display: block; }
      .menu-nav .navbar-dark .navbar-nav .nav-flags .dropdown-menu li a:hover {
        background-color: #eeeeee; }
  .menu-nav .navbar-dark .navbar-nav .nav-flags .dropdown-menu li:first-child {
    display: none; }

.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show > .nav-link {
  font-family: "Montserrat-ExtraBold", sans-serif; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

a:not([href]):not([tabindex]) {
  cursor: pointer; }

/* HEADER HOME */
.image-container {
  background: url(../images/bg-index-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 100%;
  height: 100%;
  position: relative; }
  .image-container .box-text {
    position: relative;
    top: 40%; }
  .image-container .mainBox {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    width: 70%; }
    .image-container .mainBox p {
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
      z-index: 2;
      padding: 5% 3%;
      color: #ffffff;
      font-size: 35px;
      font-family: "Montserrat-SemiBold", sans-serif;
      font-weight: normal;
      line-height: 48px; }
      .image-container .mainBox p b {
        font-family: "Montserrat-Black", sans-serif;
        text-transform: uppercase;
        display: block; }
    .image-container .mainBox .left-box {
      position: absolute;
      width: 50%;
      left: 0;
      height: 100%;
      top: 0; }
    .image-container .mainBox .right-box {
      position: absolute;
      width: 50%;
      right: 0;
      height: 100%;
      top: 0; }
    .image-container .mainBox .fig-1 {
      height: 5px;
      width: 40%;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container .mainBox .fig-2 {
      width: 5px;
      height: 100%;
      left: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container .mainBox .fig-3 {
      width: 40%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      position: absolute; }
    .image-container .mainBox .fig-4 {
      width: 40%;
      height: 5px;
      background-color: #ff6b00;
      top: 0;
      right: 0;
      position: absolute; }
    .image-container .mainBox .fig-5 {
      width: 5px;
      height: 100%;
      right: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container .mainBox .fig-6 {
      width: 40%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      right: 0;
      position: absolute; }

/* HEADER ABOUT US */
.image-container-2 {
  background: url(../images/bg-about-us-top.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 50vh;
  width: 100%; }
  .image-container-2 .box-text {
    position: relative;
    top: 40%; }
  .image-container-2 .mainBox {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    width: 70%; }
    .image-container-2 .mainBox h2 {
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
      z-index: 2;
      padding: 5% 3%;
      color: #ffffff;
      font-size: 35px;
      font-family: "Montserrat-Regular", sans-serif;
      font-weight: normal; }
      .image-container-2 .mainBox h2 b {
        font-family: "Montserrat-Black", sans-serif;
        text-transform: uppercase;
        display: block; }
    .image-container-2 .mainBox .left-box {
      position: absolute;
      width: 50%;
      left: 0;
      height: 100%;
      top: 0; }
    .image-container-2 .mainBox .right-box {
      position: absolute;
      width: 50%;
      right: 0;
      height: 100%;
      top: 0; }
    .image-container-2 .mainBox .fig-1 {
      height: 5px;
      width: 50%;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-2 .mainBox .fig-2 {
      width: 5px;
      height: 100%;
      left: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-2 .mainBox .fig-3 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      position: absolute; }
    .image-container-2 .mainBox .fig-4 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-2 .mainBox .fig-5 {
      width: 5px;
      height: 100%;
      right: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-2 .mainBox .fig-6 {
      width: 50%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      right: 0;
      position: absolute; }

/* HEADER SERVICES  */
.image-container-3 {
  background: url(../images/bg-services-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
  height: 50vh;
  width: 100%; }
  .image-container-3 .box-text {
    position: relative;
    top: 40%; }
  .image-container-3 .mainBox {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    width: 70%; }
    .image-container-3 .mainBox h2 {
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
      z-index: 2;
      padding: 5% 3%;
      color: #ffffff;
      font-size: 35px;
      font-family: "Montserrat-Regular", sans-serif;
      font-weight: normal;
      line-height: 48px; }
      .image-container-3 .mainBox h2 b {
        font-family: "Montserrat-Black", sans-serif;
        text-transform: uppercase;
        display: block; }
    .image-container-3 .mainBox .left-box {
      position: absolute;
      width: 50%;
      left: 0;
      height: 100%;
      top: 0; }
    .image-container-3 .mainBox .right-box {
      position: absolute;
      width: 50%;
      right: 0;
      height: 100%;
      top: 0; }
    .image-container-3 .mainBox .fig-1 {
      height: 5px;
      width: 50%;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-3 .mainBox .fig-2 {
      width: 5px;
      height: 100%;
      left: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-3 .mainBox .fig-3 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      position: absolute; }
    .image-container-3 .mainBox .fig-4 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-3 .mainBox .fig-5 {
      width: 5px;
      height: 100%;
      right: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-3 .mainBox .fig-6 {
      width: 50%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      right: 0;
      position: absolute; }

/* PROYECT */
.image-container-4 {
  background: url(../images/bg-proyect-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
  height: 50vh;
  width: 100%; }
  .image-container-4 .box-text {
    position: relative;
    top: 40%; }
  .image-container-4 .mainBox {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    width: 70%; }
    .image-container-4 .mainBox h2 {
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
      z-index: 2;
      padding: 5% 3%;
      color: #ffffff;
      font-size: 35px;
      font-family: "Montserrat-Regular", sans-serif;
      font-weight: normal;
      line-height: 48px; }
      .image-container-4 .mainBox h2 b {
        font-family: "Montserrat-Black", sans-serif;
        text-transform: uppercase;
        display: block; }
    .image-container-4 .mainBox .left-box {
      position: absolute;
      width: 50%;
      left: 0;
      height: 100%;
      top: 0; }
    .image-container-4 .mainBox .right-box {
      position: absolute;
      width: 50%;
      right: 0;
      height: 100%;
      top: 0; }
    .image-container-4 .mainBox .fig-1 {
      height: 5px;
      width: 50%;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-4 .mainBox .fig-2 {
      width: 5px;
      height: 100%;
      left: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-4 .mainBox .fig-3 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      position: absolute; }
    .image-container-4 .mainBox .fig-4 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-4 .mainBox .fig-5 {
      width: 5px;
      height: 100%;
      right: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-4 .mainBox .fig-6 {
      width: 50%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      right: 0;
      position: absolute; }

/* CONTACT */
.image-container-6 {
  background: url(../images/bg-contact-top.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: relative;
  height: 50vh;
  width: 100%; }
  .image-container-6 .box-text {
    position: relative;
    top: 40%; }
  .image-container-6 .mainBox {
    position: relative;
    margin: 0 auto;
    min-height: 100px;
    height: auto;
    width: 70%; }
    .image-container-6 .mainBox h2 {
      text-align: center;
      position: relative;
      display: block;
      width: 100%;
      z-index: 2;
      padding: 5% 3%;
      color: #ffffff;
      font-size: 35px;
      font-family: "Montserrat-Regular", sans-serif;
      font-weight: normal;
      line-height: 48px; }
      .image-container-6 .mainBox h2 b {
        font-family: "Montserrat-Black", sans-serif;
        text-transform: uppercase;
        display: block; }
    .image-container-6 .mainBox .left-box {
      position: absolute;
      width: 50%;
      left: 0;
      height: 100%;
      top: 0; }
    .image-container-6 .mainBox .right-box {
      position: absolute;
      width: 50%;
      right: 0;
      height: 100%;
      top: 0; }
    .image-container-6 .mainBox .fig-1 {
      height: 5px;
      width: 50%;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-6 .mainBox .fig-2 {
      width: 5px;
      height: 100%;
      left: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-6 .mainBox .fig-3 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      position: absolute; }
    .image-container-6 .mainBox .fig-4 {
      width: 100%;
      height: 5px;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-6 .mainBox .fig-5 {
      width: 5px;
      height: 100%;
      right: 0;
      background-color: #ff6b00;
      top: 0;
      position: absolute; }
    .image-container-6 .mainBox .fig-6 {
      width: 50%;
      height: 5px;
      background-color: #ff6b00;
      bottom: -16px;
      right: 0;
      position: absolute; }

/* MEDIA QUERY */
@media screen and (max-width: 991px) {
  .navbar-nav {
    padding-bottom: 15px; }
    .navbar-nav li:last-child {
      margin-top: 15px; }
  .boxPorqueKatemu .containerBoxes .descriptionBox img {
    min-height: 400px !important; }
  .interesting p.title-int::before {
    top: 60px !important; } }

@media (min-width: 576px) and (max-width: 991px) {
  .image-container {
    height: 100%; }
    .image-container .box-text .banner-text {
      max-width: 100%; }
  header {
    background: rgba(0, 0, 0, 0.6); }
  .contenido-boxes {
    height: auto !important; } }

@media screen and (max-width: 576px) {
  .navbar .navbar-brand img {
    width: 70%; }
  .contenido-boxes a img {
    margin-top: 20px;
    height: 50px; }
  .image-container {
    height: 100%; }
    .image-container .mainBox {
      width: 90%; }
    .image-container .box-text .banner-text {
      max-width: 100%;
      margin: 0 auto;
      font-size: 30px;
      line-height: 35px;
      padding: 10%; }
  .image-container-2 {
    height: 50%; }
    .image-container-2 .mainBox {
      width: 90%; }
    .image-container-2 .box-text {
      top: 40%; }
      .image-container-2 .box-text .banner-text {
        max-width: 100%;
        margin: 0 auto;
        font-size: 18px;
        padding: 12%; }
  .image-container-3 .mainBox {
    width: 90%; }
  .image-container-3 .box-text {
    top: 40%; }
    .image-container-3 .box-text .banner-text {
      max-width: 100%;
      margin: 0 auto;
      font-size: 18px;
      line-height: 25px;
      padding: 12%; }
  .image-container-4 .mainBox {
    width: 90%; }
  .image-container-4 .box-text {
    top: 40%; }
    .image-container-4 .box-text .banner-text {
      max-width: 100%;
      margin: 0 auto;
      font-size: 18px;
      line-height: 25px;
      padding: 12%; }
  .image-container-6 {
    height: 50%; }
    .image-container-6 .mainBox {
      width: 90%; }
    .image-container-6 .box-text {
      top: 40%; }
      .image-container-6 .box-text .banner-text {
        max-width: 100%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 25px;
        padding: 12%; }
  header {
    background: rgba(0, 0, 0, 0.6); } }

footer {
  background-color: #333333; }
  footer .black-line {
    background: #000; }
    footer .black-line p {
      color: #666666;
      font-family: "Akrobat-Regular", sans-serif;
      font-size: 14px;
      margin: 0;
      padding: 10px 0; }

.footer {
  padding: 50px 0 25px; }
  .footer .row {
    margin: 0; }
  .footer .social-media {
    margin: 40px 0; }
    .footer .social-media span {
      color: #cccccc;
      font-family: "Akrobat-Regular", sans-serif;
      font-size: 14px;
      margin-right: 4px; }
    .footer .social-media a.ref-icon {
      display: inline-block;
      padding: 2px 0 0;
      background-color: #666666;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      line-height: 25px;
      margin: 0 4px;
      text-align: center;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .footer .social-media a.ref-icon i {
        color: #ffffff; }
      .footer .social-media a.ref-icon:hover {
        background-color: #ff6b00; }
  .footer .footer-pais span {
    color: #ffffff;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 70px; }
    .footer .footer-pais span.chile {
      background: url("../images/chile-flag.jpg");
      width: 26px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-position: 46%; }
    .footer .footer-pais span.peru {
      background: url("../images/peru-flag.jpg");
      width: 26px;
      height: 15px;
      background-repeat: no-repeat;
      background-position: center;
      background-position: 46%; }
  .footer .footer-pais ul {
    list-style: none; }
    .footer .footer-pais ul li {
      color: #cccccc;
      font-family: "Akrobat-Regular", sans-serif;
      font-size: 14px;
      margin: 3px 0; }
      .footer .footer-pais ul li a {
        color: #cccccc;
        font-family: "Akrobat-Regular", sans-serif; }
        .footer .footer-pais ul li a.peru-link {
          color: #ff6b00; }
      .footer .footer-pais ul li span {
        color: #cccccc;
        font-family: "Akrobat-Regular", sans-serif;
        font-size: 14px;
        padding: 0;
        text-transform: none; }
  .footer .btn-orange {
    display: inline-block;
    position: relative;
    padding: 10px 19px;
    margin-top: 20%;
    color: #ffffff;
    background-color: #ff6b00;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 14px;
    -webkit-border-radius: 10cpx;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .footer .btn-orange:hover {
      background-color: #5d5d5d;
      text-decoration: none;
      color: #ffffff; }

@media (min-width: 576px) and (max-width: 991px) {
  .text-xs-center {
    text-align: center; }
  footer .btn-orange {
    margin-top: 0 !important; } }

@media screen and (max-width: 576px) {
  .footer img {
    width: 50%; }
  .footer .text-xs-center {
    text-align: center; }
  .footer .social-media {
    margin: 30px 0; }
    .footer .social-media span {
      display: none; }
  .footer .footer-pais span {
    display: inline-block;
    padding: 30px 0 0; }
    .footer .footer-pais span.chile {
      background-position: 8px 3px;
      width: 43px; }
    .footer .footer-pais span.peru {
      background-position: 8px 3px;
      width: 43px; }
  .footer .footer-pais ul {
    padding: 0; }
  .footer .btn-orange {
    display: none; } }

.pleft {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 50px; }

.contenido-boxes {
  color: #ffffff;
  position: relative;
  height: 170px; }
  .contenido-boxes p {
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
    letter-spacing: 0.5px; }
  .contenido-boxes a {
    color: #ffffff;
    height: 170px;
    padding: 2.2% 2.3% !important; }
    .contenido-boxes a img {
      height: 60px; }
    .contenido-boxes a .boxArrow {
      display: none !important;
      position: absolute;
      bottom: 0;
      left: 5%;
      margin: 20px 0 10px;
      display: block;
      -webkit-transition: all 0.2s ease-in-out 0.2s;
      -moz-transition: all 0.2s ease-in-out 0.2s;
      -o-transition: all 0.2s ease-in-out 0.2s;
      transition: all 0.2s ease-in-out 0.2s; }
    .contenido-boxes a:hover .boxArrow {
      text-decoration: none;
      left: 80%; }
  .contenido-boxes .boxGrey {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #333333; }
    .contenido-boxes .boxGrey span {
      font-family: "Montserrat-SemiBold", sans-serif;
      font-size: 14px;
      line-height: 24px;
      margin-top: 42px;
      color: #ff6b00;
      display: block; }
    .contenido-boxes .boxGrey p {
      font-size: 20px;
      margin-top: 80px; }
  .contenido-boxes .boxOrange1 {
    background-color: #ff6b00;
    padding: 25px; }
  .contenido-boxes .boxOrange2 {
    background-color: #fc842c;
    padding: 25px; }
  .contenido-boxes .boxOrange3 {
    background-color: #fd9344;
    padding: 25px; }
  .contenido-boxes .boxOrange4 {
    background-color: #fd9e57;
    padding: 25px; }
  .contenido-boxes .boxOrange5 {
    background-color: #fcab6f;
    padding: 25px; }

.boxPorqueKatemu {
  padding: 40px 15px 120px; }
  .boxPorqueKatemu span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .boxPorqueKatemu h2 {
    color: #5d5d5d;
    font-family: "Montserrat-Black", sans-serif;
    font-size: 2em;
    padding-bottom: 5px;
    position: relative;
    padding-right: 120px; }
    .boxPorqueKatemu h2::before {
      content: "";
      position: absolute;
      width: 10%;
      height: 4px;
      top: 100%;
      left: 0;
      background-color: #ff6b00; }
  .boxPorqueKatemu p {
    color: #999999;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .boxPorqueKatemu .containerBoxes {
    background: url(../images/marco-left.png), url(../images/marco-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: auto, auto;
    padding: 40px;
    position: relative; }
    .boxPorqueKatemu .containerBoxes .descriptionBox {
      margin-bottom: 30px; }
      .boxPorqueKatemu .containerBoxes .descriptionBox img {
        height: 100%;
        max-height: 450px;
        min-height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%; }
      .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox {
        position: absolute;
        width: 90%;
        left: 16px;
        bottom: 20px;
        max-width: 95%;
        min-height: 165px;
        background-color: #ff6b00;
        padding: 22px 20px;
        -webkit-box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 6px 12px 0px rgba(0, 0, 0, 0.75); }
        .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox h3 {
          color: #ffffff;
          font-family: "Montserrat-ExtraBold", sans-serif;
          font-weight: bold;
          font-size: 20px; }
        .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox .limitado, .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox .limitado p {
          color: #ffffff;
          font-family: "Akrobat-Regular", sans-serif;
          font-size: 15px;
          line-height: 19px; }
        .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox img {
          width: auto;
          position: relative;
          top: 45%;
          opacity: 0;
          -webkit-transition: all 0.3s ease-in-out .2s;
          -moz-transition: all 0.3s ease-in-out 0.2s;
          -webkit-transition: all 0.3s ease-in-out 0.2s;
          -o-transition: all 0.3s ease-in-out 0.2s;
          transition: all 0.3s ease-in-out 0.2s;
          height: auto;
          min-height: auto; }
        .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox:hover img {
          opacity: 1;
          padding-left: 50px;
          -webkit-transition: all 0.3s ease-in-out .2s;
          -moz-transition: all 0.3s ease-in-out 0.2s;
          -webkit-transition: all 0.3s ease-in-out 0.2s;
          -o-transition: all 0.3s ease-in-out 0.2s;
          transition: all 0.3s ease-in-out 0.2s; }

.boxProyectosKatemu {
  padding: 40px 15px 40px;
  position: relative; }
  .boxProyectosKatemu span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .boxProyectosKatemu h2 {
    color: #5d5d5d;
    font-size: 25px;
    font-family: "Montserrat-Black", sans-serif;
    padding-bottom: 5px;
    position: relative; }
    .boxProyectosKatemu h2::before {
      content: "";
      position: absolute;
      width: 10%;
      height: 4px;
      top: 100%;
      left: 0;
      background-color: #ff6b00; }
  .boxProyectosKatemu p.title-int {
    color: #ff6b00;
    margin-bottom: 30px;
    font-family: "Montserrat-SemiBold", sans-serif;
    position: relative; }
    .boxProyectosKatemu p.title-int::before {
      content: "";
      position: absolute;
      width: 4%;
      height: 4px;
      left: 48%;
      top: 100%;
      background-color: #ff6b00; }
    .boxProyectosKatemu p.title-int b {
      font-family: "Montserrat-ExtraBold", sans-serif;
      color: #5d5d5d;
      text-transform: uppercase; }
  .boxProyectosKatemu .containerBoxes {
    background: url(../images/marco-left-2.png), url(../images/marco-right-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: auto, auto;
    padding: 40px;
    position: relative; }

.cajaImagen {
  display: inline-block;
  position: relative;
  margin: 6px 10px 20px;
  width: 44%;
  z-index: 1;
  -webkit-transition: all 3s ease-in-out 5s;
  -moz-transition: all 3s ease-in-out 5s;
  -webkit-transition: all 2s ease-in-out 5s;
  -o-transition: all 2s ease-in-out 5s;
  transition: all 2s ease-in-out 5s; }
  .cajaImagen .cajaImg {
    position: relative; }
    .cajaImagen .cajaImg::after {
      background: url(../images/img-eye-1.png);
      background-size: 100%;
      content: '';
      width: 30px;
      height: 30px;
      background-position: right top;
      display: block;
      right: 10px;
      position: absolute;
      top: 10px;
      z-index: 2;
      -moz-transition-duration: .4s;
      -webkit-transition-duration: .4s;
      -o-transition-duration: .4s;
      transition-duration: .4s; }
    .cajaImagen .cajaImg:hover::after {
      background: url(../images/img-eye-2.png);
      background-size: 100%; }
  .cajaImagen:hover .cajaConColor {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    opacity: 0;
    width: 0;
    height: 0; }

#imagenPequena {
  overflow: hidden; }

#imagenPequena img {
  height: 150px;
  width: auto;
  min-width: 100%;
  /* max-height: 283px; */ }

#descripcion {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  /*padding: 20px 20px;*/
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  height: 100px; }
  #descripcion a {
    color: #fff;
    font-size: 15px;
    display: block;
    padding: 20px 12px 20px 32px;
    -moz-transition-duration: .4s;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s; }
    #descripcion a::after {
      content: '';
      background: url(../images/arrow-box.png);
      width: 28px;
      height: 28px;
      background-position: right top;
      background-size: 28px 28px;
      display: block;
      right: 40px;
      position: absolute;
      bottom: 45px;
      -moz-transition-duration: .4s;
      -webkit-transition-duration: .4s;
      -o-transition-duration: .4s;
      transition-duration: .4s; }
    #descripcion a:hover {
      text-decoration: none;
      padding: 20px 12px 48px 32px; }
    #descripcion a:hover::after {
      text-decoration: none;
      bottom: 60px; }
    #descripcion a p {
      font-family: "Montserrat-ExtraBold", sans-serif;
      margin: 0;
      font-size: 18px;
      line-height: 20px; }
    #descripcion a span {
      font-family: "Akrobat-Regular", sans-serif;
      color: #ffffff;
      line-height: 14px;
      display: block;
      text-align: left; }

#panel {
  position: relative;
  overflow: hidden; }

.cajaConColor {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.carousel-index {
  padding: 20px 0; }
  .carousel-index .linea-vertical-1 {
    height: 100px;
    width: 1px;
    background-color: #e8e8e8; }
  .carousel-index span {
    display: block;
    color: #5d5d5d;
    font-family: "Akrobat-Regular", sans-serif; }
    .carousel-index span.bold-span {
      text-transform: uppercase; }

.confianKatemu {
  /*background-color:$color-gris;*/
  padding: 30px;
  position: relative; }
  .confianKatemu p {
    color: #5d5d5d;
    margin-bottom: 30px; }
    .confianKatemu p::before {
      content: "";
      position: absolute;
      width: 4%;
      height: 4px;
      left: 48%;
      top: 56px;
      background-color: #ff6b00; }
  .confianKatemu .slick-dots {
    margin: 0;
    position: relative; }
    .confianKatemu .slick-dots li button::before {
      width: 15px;
      height: 15px; }
    .confianKatemu .slick-dots li.slick-active button::before {
      opacity: .75;
      color: transparent;
      border: 1px solid #000;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .confianKatemu .slick-dots li button::before {
      font-size: 28px;
      line-height: 20px;
      color: #000; }

@media (min-width: 991px) and (max-width: 1199px) {
  .gallery-main .cajaImagen {
    width: 44%; } }

@media (min-width: 576px) and (max-width: 991px) {
  .home .boxPorqueKatemu .descriptionBox {
    margin-bottom: 30px; }
  .home .boxProyectosKatemu .slick-initialized .slick-slide {
    margin-left: 20px;
    margin-right: 20px; }
  .home .boxProyectosKatemu .slick-initialized .slick-dotted.slick-slider {
    margin: 0px; }
  .home .boxProyectosKatemu .slick-initialized .slick-dots {
    margin: 15px 0;
    position: relative;
    bottom: 10px; }
    .home .boxProyectosKatemu .slick-initialized .slick-dots li button::before {
      width: 15px;
      height: 15px; }
    .home .boxProyectosKatemu .slick-initialized .slick-dots li.slick-active button::before {
      opacity: .75;
      color: transparent;
      border: 1px solid #ff6b00;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .home .boxProyectosKatemu .slick-initialized .slick-dots li button::before {
      font-size: 28px;
      line-height: 20px;
      color: #5d5d5d; }
  .home .boxProyectosKatemu .d-block-img {
    display: none; } }

@media screen and (max-width: 576px) {
  .interesting {
    padding: 30px !important; }
  .contenido-boxes {
    height: auto;
    padding: 0; }
    .contenido-boxes .row {
      margin: 0; }
    .contenido-boxes .boxGrey, .contenido-boxes .boxOrange1, .contenido-boxes .boxOrange2, .contenido-boxes .boxOrange3, .contenido-boxes .boxOrange4, .contenido-boxes .boxOrange5, .contenido-boxes .boxOrange6 {
      text-align: center; }
      .contenido-boxes .boxGrey p, .contenido-boxes .boxOrange1 p, .contenido-boxes .boxOrange2 p, .contenido-boxes .boxOrange3 p, .contenido-boxes .boxOrange4 p, .contenido-boxes .boxOrange5 p, .contenido-boxes .boxOrange6 p {
        font-size: 16px; }
    .contenido-boxes .boxArrow {
      left: 40%; }
  .boxPorqueKatemu span {
    font-size: 12px;
    display: block;
    text-align: center; }
  .boxPorqueKatemu h2 {
    font-size: 18px;
    text-align: center;
    padding: 0; }
    .boxPorqueKatemu h2::before {
      bottom: -5px;
      left: 45%; }
  .boxPorqueKatemu p {
    font-size: 13px; }
  .boxPorqueKatemu .containerBoxes {
    padding: 30px 30px 0; }
    .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox {
      padding: 22px 0;
      -webkit-box-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 1px 6px 6px 0px rgba(0, 0, 0, 0.75); }
      .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox h3 {
        font-size: 15px; }
      .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox p {
        font-size: 10px;
        line-height: 14px; }
      .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox img {
        top: 30%;
        left: 0;
        opacity: 1; }
      .boxPorqueKatemu .containerBoxes .descriptionBox .orangeBox:hover img {
        padding-left: 0; }
    .boxPorqueKatemu .containerBoxes .slick-initialized .slick-slide {
      margin-left: 20px;
      margin-right: 20px; }
    .boxPorqueKatemu .containerBoxes .slick-initialized .slick-dotted.slick-slider {
      margin: 0px; }
    .boxPorqueKatemu .containerBoxes .slick-initialized .slick-dots {
      margin: 15px 0;
      position: relative;
      bottom: 10px; }
      .boxPorqueKatemu .containerBoxes .slick-initialized .slick-dots li button::before {
        width: 15px;
        height: 15px; }
      .boxPorqueKatemu .containerBoxes .slick-initialized .slick-dots li.slick-active button::before {
        opacity: .75;
        color: transparent;
        border: 1px solid #ff6b00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .boxPorqueKatemu .containerBoxes .slick-initialized .slick-dots li button::before {
        font-size: 28px;
        line-height: 20px;
        color: #5d5d5d; }
  .boxPorqueKatemu .btn-gris {
    display: inline-block;
    width: 80%; }
  .boxProyectosKatemu span {
    font-size: 12px;
    display: block;
    text-align: center; }
  .boxProyectosKatemu h2 {
    font-size: 18px;
    text-align: center; }
    .boxProyectosKatemu h2::before {
      left: 45%; }
  .boxProyectosKatemu .containerBoxes {
    padding: 20px 20px 0;
    background-size: 30%, 30%; }
    .boxProyectosKatemu .containerBoxes .gallery-main #panel {
      margin-bottom: 20px; }
    .boxProyectosKatemu .containerBoxes .gallery-main span {
      /*text-align:left;*/ }
    .boxProyectosKatemu .containerBoxes .gallery-main .slick-dotted.slick-slider {
      margin: 0px; }
    .boxProyectosKatemu .containerBoxes .gallery-main .slick-dots {
      margin: 15px 0;
      position: relative;
      bottom: 10px; }
      .boxProyectosKatemu .containerBoxes .gallery-main .slick-dots li button::before {
        width: 15px;
        height: 15px; }
      .boxProyectosKatemu .containerBoxes .gallery-main .slick-dots li.slick-active button::before {
        opacity: .75;
        color: transparent;
        border: 1px solid #ff6b00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .boxProyectosKatemu .containerBoxes .gallery-main .slick-dots li button::before {
        font-size: 28px;
        line-height: 20px;
        color: #5d5d5d; }
    .boxProyectosKatemu .containerBoxes .gallery-main .carousel-index {
      padding: 0 20px 20px; }
      .boxProyectosKatemu .containerBoxes .gallery-main .carousel-index img {
        display: none; }
    .boxProyectosKatemu .containerBoxes .gallery-main .small-span, .boxProyectosKatemu .containerBoxes .gallery-main .bold-span {
      text-align: center; }
    .boxProyectosKatemu .containerBoxes .gallery-main .slick-prev {
      left: 0px; }
    .boxProyectosKatemu .containerBoxes .gallery-main .slick-next {
      right: -2px; }
  .boxProyectosKatemu .btn-gris {
    display: inline-block;
    width: 80%;
    margin-top: 30px; }
  .confianKatemu .slick-slide img {
    width: 100%; }
  #descripcion a {
    padding: 21px 12px 20px 13px; }
    #descripcion a:hover {
      padding: 20px 12px 48px 13px; }
    #descripcion a p {
      font-size: 12px;
      line-height: 20px; }
  #descripcion span {
    font-size: 11px; } }

@media (min-width: 992px) and (max-width: 1300px) {
  .contenido-boxes p {
    font-size: 14px;
    line-height: 18px; } }

.background_video {
  opacity: 1;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0; }

video.fullscreen-bg__video {
  opacity: 0.4;
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.cajaImagen .cajaImg {
  position: relative;
  max-height: 146px;
  overflow: hidden;
  min-height: 146px; }

d-lg-block {
  margin-top: -4px; }

#imagenGrande {
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #ffffff;
  cursor: pointer;
  margin-top: 0px;
  /* max-height: 283px; */
  display: block;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  height: 100%;
  /* max-height: 283px; */ }

.cajaImagen.active .cajaImg:after {
  background: #ff6b00;
  background: url(../images/img-eye-2.png);
  background-size: 100%; }

.cajaImagen.active .cajaConColor {
  opacity: 0;
  width: 0;
  height: 0; }

.cajaImagen:hover {
  cursor: pointer; }

.about_us_first {
  padding: 40px 15px 40px; }
  .about_us_first .containerBoxes {
    background: url(../images/marco-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    padding: 40px;
    position: relative; }
    .about_us_first .containerBoxes img {
      width: 100%;
      min-height: 230px;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .about_us_first .containerBoxes span {
      color: #ff6b00;
      font-size: 14px;
      font-family: "Montserrat-SemiBold", sans-serif; }
    .about_us_first .containerBoxes h3 {
      color: #5d5d5d;
      font-size: 25px;
      font-family: "Montserrat-Black", sans-serif;
      padding-bottom: 5px;
      position: relative;
      margin-bottom: 50px; }
      .about_us_first .containerBoxes h3::before {
        content: "";
        position: absolute;
        width: 10%;
        height: 4px;
        top: 100%;
        left: 0px;
        background-color: #ff6b00; }
    .about_us_first .containerBoxes article {
      color: #999999;
      font-family: "Montserrat-SemiBold", sans-serif;
      font-size: 14px;
      margin-bottom: 30px;
      line-height: 25px; }
  .about_us_first .boxVision {
    float: left;
    width: 40%;
    margin-top: 20px;
    margin-right: 15%; }
    .about_us_first .boxVision img {
      width: auto;
      height: auto;
      max-height: 100%;
      min-height: 100%; }
    .about_us_first .boxVision span {
      display: block;
      color: #5d5d5d;
      font-size: 16px;
      font-family: "Montserrat-Black", sans-serif;
      margin: 6px 0; }
    .about_us_first .boxVision p {
      color: #5d5d5d;
      font-size: 14px;
      font-family: "Akrobat-Regular", sans-serif; }
  .about_us_first .boxMision {
    float: left;
    width: 40%;
    margin-top: 20px; }
    .about_us_first .boxMision img {
      width: auto;
      height: auto;
      max-height: 100%;
      min-height: 100%; }
    .about_us_first .boxMision span {
      display: block;
      color: #5d5d5d;
      font-size: 16px;
      font-family: "Montserrat-Black", sans-serif;
      margin: 6px 0; }
    .about_us_first .boxMision p {
      color: #5d5d5d;
      font-size: 14px;
      font-family: "Akrobat-Regular", sans-serif; }
  .about_us_first .slide-about-us .containerBoxes {
    background: url(../images/marco-left-2.png), url(../images/marco-right-2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    background-size: auto, auto;
    padding: 40px;
    position: relative; }
    .about_us_first .slide-about-us .containerBoxes .boxAboutUs {
      text-align: center;
      font-size: 70px;
      color: #dddddd;
      font-family: "Montserrat-Black", sans-serif;
      position: relative; }
      .about_us_first .slide-about-us .containerBoxes .boxAboutUs:before {
        content: '';
        background: url(../images/dot.png);
        width: 53px;
        height: 53px;
        position: absolute;
        left: 40%;
        top: 20px; }
      .about_us_first .slide-about-us .containerBoxes .boxAboutUs img {
        width: auto; }
      .about_us_first .slide-about-us .containerBoxes .boxAboutUs p {
        color: #5d5d5d;
        font-size: 14px;
        font-family: "Akrobat-Regular", sans-serif;
        padding: 0 20px;
        margin: 0 0 12px 0; }
    .about_us_first .slide-about-us .containerBoxes .slick-dots {
      margin: 15px 0;
      position: relative;
      bottom: 15px; }
      .about_us_first .slide-about-us .containerBoxes .slick-dots li button::before {
        width: 15px;
        height: 15px; }
      .about_us_first .slide-about-us .containerBoxes .slick-dots li.slick-active button::before {
        opacity: .75;
        color: transparent;
        border: 1px solid #ff6b00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .about_us_first .slide-about-us .containerBoxes .slick-dots li button::before {
        font-size: 28px;
        line-height: 20px;
        color: #5d5d5d; }

.about_us_second {
  padding-top: 40px;
  padding-bottom: 40px; }
  .about_us_second span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif;
    display: block; }
  .about_us_second h3 {
    color: #5d5d5d;
    font-size: 25px;
    font-family: "Montserrat-Black", sans-serif;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 50px; }
    .about_us_second h3::before {
      content: "";
      position: absolute;
      width: 6%;
      height: 4px;
      top: 100%;
      left: 47%;
      background-color: #ff6b00; }
  .about_us_second img {
    width: 100%; }

.about_us_third {
  padding-top: 40px;
  padding-bottom: 60px; }
  .about_us_third span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif;
    display: block; }
  .about_us_third h3 {
    color: #5d5d5d;
    font-size: 32px;
    font-family: "Montserrat-Black", sans-serif;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 50px; }
    .about_us_third h3::before {
      content: "";
      position: absolute;
      width: 6%;
      height: 4px;
      top: 100%;
      left: 47%;
      background-color: #ff6b00; }
  .about_us_third .clientes-logos div {
    margin-bottom: 25px; }

.asociados-bg {
  background-color: #ff6b00;
  padding: 40px;
  position: relative; }

.about_us_forth span {
  color: #ffffff;
  margin-bottom: 30px;
  display: block; }
  .about_us_forth span::before {
    content: "";
    position: absolute;
    width: 4%;
    height: 4px;
    left: 48%;
    top: 68px;
    background-color: #5d5d5d; }

.about_us_forth img {
  display: inline-block;
  width: 100%; }

@media screen and (max-width: 576px) {
  .about_us_first {
    padding: 20px 15px; }
    .about_us_first .containerBoxes {
      background: none;
      padding: 0; }
      .about_us_first .containerBoxes span {
        font-size: 12px;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
      .about_us_first .containerBoxes h3 {
        font-size: 18px;
        text-align: center;
        font-size: 18px; }
        .about_us_first .containerBoxes h3::before {
          bottom: -5px;
          left: 45%; }
      .about_us_first .containerBoxes article {
        padding-left: 0px;
        padding-right: 0px;
        line-height: 18px; }
      .about_us_first .containerBoxes .boxVision .text-xs-center {
        text-align: center; }
      .about_us_first .containerBoxes .boxVision span {
        font-size: 14px; }
      .about_us_first .containerBoxes .boxVision p {
        text-align: center;
        font-size: 11px; }
      .about_us_first .containerBoxes .boxMision .text-xs-center {
        text-align: center; }
      .about_us_first .containerBoxes .boxMision span {
        font-size: 14px; }
      .about_us_first .containerBoxes .boxMision p {
        text-align: center;
        font-size: 11px; }
    .about_us_first .slide-about-us .containerBoxes {
      background: url(../images/marco-left-2.png), url(../images/marco-right-2.png);
      background-repeat: no-repeat, no-repeat;
      background-position: top left, bottom right;
      background-size: auto, auto;
      padding: 40px 20px;
      position: relative; }
  .about_us_second img {
    width: 100%; }
  .about_us_second h3 {
    font-size: 18px; }
    .about_us_second h3::before {
      top: 100%; }
  .about_us_third h3 {
    font-size: 18px; }
    .about_us_third h3::before {
      top: 100%; }
  .about_us_forth span::before {
    top: 48px; }
  .asociados-bg {
    padding: 20px 0; } }

@media screen and (max-width: 991px) {
  .about_us_first .containerBoxes img {
    max-height: 500px; } }

#clientes_empresa {
  padding: 100px 0;
  background: #f6f6f6; }
  #clientes_empresa .text-center {
    position: relative; }
    #clientes_empresa .text-center span {
      color: #ff6b00;
      font-size: 14px;
      font-family: "Montserrat-SemiBold", sans-serif; }
    #clientes_empresa .text-center h5 {
      color: #5d5d5d;
      font-size: 25px;
      font-family: "Montserrat-Black", sans-serif;
      padding-bottom: 5px;
      position: relative; }
    #clientes_empresa .text-center:before {
      content: "";
      position: absolute;
      width: 4%;
      height: 4px;
      left: 48%;
      top: 56px;
      background-color: #ff6b00; }

#asociados {
  text-align: center !important;
  padding: 50px 0;
  background: #ff6b00;
  width: 100%; }
  #asociados .text-center {
    position: relative;
    text-align: center !important;
    color: #fff;
    height: 60px; }
    #asociados .text-center:before {
      content: "";
      position: absolute;
      width: 4%;
      height: 4px;
      left: 48%;
      top: 26px;
      background-color: #fff; }

.icon_es {
  width: 22px;
  display: block;
  float: left;
  margin-right: 7px; }
  .icon_es img {
    width: 100%;
    height: auto; }

.lateral {
  max-height: 450px; }

.services_first {
  padding: 40px 15px 40px; }
  .services_first .containerBoxes img {
    width: 100%; }
  .services_first .containerBoxes span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .services_first .containerBoxes h3 {
    color: #5d5d5d;
    font-size: 35px;
    font-family: "Montserrat-Black", sans-serif;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 50px; }
    .services_first .containerBoxes h3::before {
      content: "";
      position: absolute;
      width: 10%;
      height: 4px;
      top: 100%;
      left: 0px;
      background-color: #ff6b00; }
  .services_first .containerBoxes p {
    color: #999999;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif;
    padding-top: 30px; }

.services_second, .interesting {
  padding: 0px 15px 40px; }
  .services_second .filtrar, .interesting .filtrar {
    color: #5d5d5d;
    font-size: 22px;
    font-family: "Montserrat-Black", sans-serif; }
  .services_second button, .interesting button {
    text-decoration: underline;
    color: #ff6b00;
    background-color: transparent;
    border: none;
    padding: 0;
    padding-left: 5%; }
    .services_second button .ocultar, .interesting button .ocultar {
      font-size: 16px;
      font-family: "Akrobat-Regular", sans-serif; }
  .services_second .filtrosCollapse, .interesting .filtrosCollapse {
    margin-top: 10px; }
  .services_second .collapseBoxes, .interesting .collapseBoxes {
    padding-top: 50px; }
    .services_second .collapseBoxes a, .interesting .collapseBoxes a {
      display: block;
      color: #5d5d5d;
      font-size: 16px;
      font-family: "Montserrat-SemiBold", sans-serif;
      padding-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .services_second .collapseBoxes a.close-collapse, .interesting .collapseBoxes a.close-collapse {
        background-image: url(../images/arrow-open.png);
        background-repeat: no-repeat;
        background-position: right center; }
      .services_second .collapseBoxes a.open-collapse, .interesting .collapseBoxes a.open-collapse {
        background-image: url(../images/arrow-close.png);
        background-repeat: no-repeat;
        background-position: right center; }
      .services_second .collapseBoxes a:hover, .interesting .collapseBoxes a:hover {
        text-decoration: none; }
    .services_second .collapseBoxes .collapse, .interesting .collapseBoxes .collapse {
      padding-bottom: 10px;
      /*label {
        			&:hover {
        				  border:1px solid $orange1;
        			}
        		}*/ }
      .services_second .collapseBoxes .collapse span, .interesting .collapseBoxes .collapse span {
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .services_second .collapseBoxes .collapse span:hover, .interesting .collapseBoxes .collapse span:hover {
          color: #ff6b00; }
    .services_second .collapseBoxes ul, .interesting .collapseBoxes ul {
      list-style: none;
      padding: 0; }
      .services_second .collapseBoxes ul li, .interesting .collapseBoxes ul li {
        margin: 12px 0; }
        .services_second .collapseBoxes ul li span, .interesting .collapseBoxes ul li span {
          font-size: 15px;
          font-family: "Akrobat-Regular", sans-serif;
          color: #5d5d5d;
          display: inline-block;
          margin-left: 5px; }
        .services_second .collapseBoxes ul li .squaredThree, .interesting .collapseBoxes ul li .squaredThree {
          width: 20px;
          position: relative;
          display: inline-block; }
          .services_second .collapseBoxes ul li .squaredThree label, .interesting .collapseBoxes ul li .squaredThree label {
            width: 20px;
            height: 20px;
            cursor: pointer;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #dddddd;
            border-radius: 4px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
            .services_second .collapseBoxes ul li .squaredThree label:after, .interesting .collapseBoxes ul li .squaredThree label:after {
              content: '';
              width: 13px;
              height: 6px;
              position: absolute;
              top: 5px;
              left: 3px;
              border: 3px solid red;
              border-top: none;
              border-right: none;
              background: transparent;
              opacity: 0;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .services_second .collapseBoxes ul li .squaredThree label:hover::after, .interesting .collapseBoxes ul li .squaredThree label:hover::after {
              opacity: 0; }
          .services_second .collapseBoxes ul li .squaredThree input[type=checkbox], .interesting .collapseBoxes ul li .squaredThree input[type=checkbox] {
            visibility: hidden; }
            .services_second .collapseBoxes ul li .squaredThree input[type=checkbox]:checked + label:after, .interesting .collapseBoxes ul li .squaredThree input[type=checkbox]:checked + label:after {
              opacity: 1; }
  .services_second .sidepanel, .interesting .sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 88px;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    padding-top: 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .services_second .collapseBoxes .closebtn, .interesting .collapseBoxes .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
    border: 0; }
  .services_second .collapseBoxes .boxCollapses, .interesting .collapseBoxes .boxCollapses {
    padding: 0 30px; }
  .services_second .openbtn, .interesting .openbtn {
    font-family: "Montserrat-Black", sans-serif;
    padding: 10px 19px;
    color: #ffffff;
    background-color: #5d5d5d;
    font-family: "Montserrat-ExtraBold", sans-serif;
    font-size: 16px;
    padding: 10px 32px !important;
    -webkit-border-radius: 10cpx;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
    margin-bottom: 24px; }
    .services_second .openbtn:hover, .interesting .openbtn:hover {
      background-color: #ff6b00;
      text-decoration: none;
      color: #ffffff; }
  .services_second svg:not(:root), .interesting svg:not(:root) {
    overflow: hidden; }
  .services_second .icon-f, .interesting .icon-f {
    display: inline-block;
    fill: currentColor;
    height: 20px;
    vertical-align: middle;
    width: 20px; }
  .services_second .containerBoxes, .interesting .containerBoxes {
    background: url(../images/marco-left.png), url(../images/marco-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: auto, auto;
    padding: 40px;
    position: relative; }
    .services_second .containerBoxes .descriptionBox, .interesting .containerBoxes .descriptionBox {
      margin-bottom: 5%;
      overflow: hidden; }
      .services_second .containerBoxes .descriptionBox .block-image, .interesting .containerBoxes .descriptionBox .block-image {
        overflow: hidden;
        border-top: 3px solid #ff6b00; }
      .services_second .containerBoxes .descriptionBox img, .interesting .containerBoxes .descriptionBox img {
        width: 100%;
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out; }
      .services_second .containerBoxes .descriptionBox:hover img.services-img, .interesting .containerBoxes .descriptionBox:hover img.services-img {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2); }
      .services_second .containerBoxes .descriptionBox .orangeBox, .interesting .containerBoxes .descriptionBox .orangeBox {
        position: absolute;
        width: 90%;
        left: 16px;
        bottom: 20px;
        max-width: 100%;
        background-color: #ff6b00;
        padding: 22px 15px;
        -webkit-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.5);
        max-height: 110px;
        height: 110px; }
        .services_second .containerBoxes .descriptionBox .orangeBox h3, .interesting .containerBoxes .descriptionBox .orangeBox h3 {
          color: #ffffff;
          font-family: "Montserrat-SemiBold", sans-serif;
          font-weight: bold;
          font-size: 14px; }
        .services_second .containerBoxes .descriptionBox .orangeBox p, .interesting .containerBoxes .descriptionBox .orangeBox p {
          color: #ffffff;
          font-family: "Akrobat-Regular", sans-serif;
          font-size: 14px;
          line-height: 18px; }
        .services_second .containerBoxes .descriptionBox .orangeBox img, .interesting .containerBoxes .descriptionBox .orangeBox img {
          width: auto;
          position: absolute;
          top: 25%;
          min-height: auto; }

.breadcrumb {
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb li {
    font-family: "Akrobat-Regular", sans-serif; }
    .breadcrumb li a {
      color: #ff6b00;
      font-size: 16px;
      text-decoration: underline; }
    .breadcrumb li.active {
      font-weight: bold;
      color: #5d5d5d; }

.containerInfo {
  background: url(../images/marco-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  padding: 40px;
  position: relative; }
  .containerInfo .btn-gris {
    display: inline-block; }
  .containerInfo img {
    width: 100%; }
  .containerInfo span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .containerInfo h3 {
    color: #5d5d5d;
    font-size: 25px;
    font-family: "Montserrat-Black", sans-serif;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 50px; }
    .containerInfo h3::before {
      content: "";
      position: absolute;
      width: 10%;
      height: 4px;
      top: 100%;
      left: 0;
      background-color: #ff6b00; }
  .containerInfo article {
    color: #999999;
    font-family: "Montserrat-SemiBold", sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 25px; }

.boxBeneficios {
  background-color: #f7f7f7;
  padding: 40px 35px; }
  .boxBeneficios img {
    width: auto; }
  .boxBeneficios span {
    display: block;
    color: #5d5d5d;
    font-size: 30px;
    font-family: "Montserrat-Black", sans-serif;
    margin: 10px 0; }
  .boxBeneficios ul {
    list-style: none;
    margin-bottom: 25px; }
    .boxBeneficios ul li {
      font-family: "Akrobat-Regular", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #5d5d5d; }
      .boxBeneficios ul li::before {
        content: "\2022";
        color: #ff6b00;
        font-weight: bold;
        display: inline-block;
        width: 8px;
        /*margin-left: -1em;*/ }

.gallery-int #imagenPequena-int {
  position: relative; }

.gallery-int .cajaImagen {
  display: inline-block;
  position: relative;
  margin: 6px 2%;
  width: 31%;
  cursor: pointer; }

.gallery-int .cajaImagen:nth-child(1n) {
  margin-left: 0; }

.gallery-int .cajaImagen:nth-child(3n) {
  margin-right: 0;
  right: 0;
  position: absolute; }

.boxProdIdeal {
  background-color: #ff6b00;
  padding: 30px; }
  .boxProdIdeal p {
    color: #ffffff;
    margin-bottom: 30px;
    position: relative; }
    .boxProdIdeal p::before {
      content: "";
      position: absolute;
      width: 4%;
      height: 4px;
      left: 48%;
      top: 100%;
      background-color: #ffffff; }
  .boxProdIdeal .slick-prev {
    left: -8px; }
    .boxProdIdeal .slick-prev:before {
      background-image: url(../images/btn-arrow-left-white.png); }
  .boxProdIdeal .slick-next {
    right: -8px; }
    .boxProdIdeal .slick-next:before {
      background-image: url(../images/btn-arrow-right-white.png); }
  .boxProdIdeal .icon-prod {
    margin-right: 20px;
    margin-left: 20px; }
    .boxProdIdeal .icon-prod .svg-icon {
      text-align: center;
      margin: 0 auto; }
    .boxProdIdeal .icon-prod img {
      height: 60px; }
    .boxProdIdeal .icon-prod span {
      display: block;
      font-family: "Akrobat-Regular", sans-serif;
      font-size: 14px;
      color: #ffffff;
      margin-top: 10px;
      line-height: 18px; }
      .boxProdIdeal .icon-prod span.icon-ser {
        font-family: "Akrobat-Regular", sans-serif;
        font-weight: bold;
        margin-top: 0px; }

.interesting {
  padding: 30px 0;
  position: relative; }
  .interesting p.title-int {
    color: #ff6b00;
    margin-bottom: 30px;
    font-family: "Montserrat-SemiBold", sans-serif; }
    .interesting p.title-int::before {
      content: "";
      position: absolute;
      width: 4%;
      height: 4px;
      left: 48%;
      top: 30px;
      background-color: #ff6b00; }
    .interesting p.title-int b {
      font-family: "Montserrat-ExtraBold", sans-serif;
      color: #5d5d5d;
      text-transform: uppercase; }
  .interesting .descriptionBox {
    margin-bottom: 4%; }
    .interesting .descriptionBox img {
      width: 100%; }
    .interesting .descriptionBox .orangeBox {
      position: absolute;
      width: 90%;
      left: 16px;
      bottom: 20px;
      max-width: 90%;
      background-color: #ff6b00;
      padding: 22px 15px;
      -webkit-box-shadow: 1px 6px 22px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 1px 6px 22px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 1px 6px 22px 0px rgba(0, 0, 0, 0.75);
      max-height: 110px;
      height: 110px; }
      .interesting .descriptionBox .orangeBox h3 {
        color: #ffffff;
        font-family: "Montserrat-ExtraBold", sans-serif;
        font-weight: bold;
        font-size: 14px; }
      .interesting .descriptionBox .orangeBox p {
        color: #ffffff;
        font-family: "Akrobat-Regular", sans-serif;
        font-size: 14px;
        line-height: 18px; }
      .interesting .descriptionBox .orangeBox img {
        width: auto;
        position: absolute; }

@media screen and (max-width: 576px) {
  .services_first {
    padding: 20px 15px; }
    .services_first .containerBoxes span {
      font-size: 12px;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .services_first .containerBoxes h3 {
      font-size: 18px;
      text-align: center;
      font-size: 18px;
      margin-bottom: 0px; }
      .services_first .containerBoxes h3::before {
        top: 53px;
        left: 45%; }
  .services_second {
    padding: 20px 15px 40px; }
    .services_second .containerBoxes .descriptionBox .orangeBox {
      padding-left: 0;
      padding-right: 0; }
      .services_second .containerBoxes .descriptionBox .orangeBox h3 {
        font-size: 14px; }
      .services_second .containerBoxes .descriptionBox .orangeBox img {
        position: relative;
        top: 0;
        margin: 0 auto;
        display: block; }
  .confianKatemu {
    display: none; }
  .single-servicio .breadcrumb {
    display: none; }
  .single-servicio .containerInfo {
    background: none;
    padding: 20px 15px; }
    .single-servicio .containerInfo span {
      font-size: 12px;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .single-servicio .containerInfo h3 {
      font-size: 18px;
      text-align: center; }
      .single-servicio .containerInfo h3:before {
        left: 45%; }
    .single-servicio .containerInfo article {
      text-align: center;
      line-height: 18px;
      padding: 0; }
  .single-servicio .text-xs-center {
    text-align: center; }
  .single-servicio .boxBeneficios span {
    font-size: 18px;
    margin-bottom: 20px; }
  .single-servicio .boxBeneficios ul li {
    font-size: 10px; }
  .single-servicio .gallery-int {
    margin-top: 25px; }
    .single-servicio .gallery-int #imagenPequena-int .cajaImagen {
      margin: 6px 0px 20px;
      width: 32%; }
      .single-servicio .gallery-int #imagenPequena-int .cajaImagen .cajaImg::after {
        width: 15px;
        height: 15px; }
  .single-servicio .boxProyectosKatemu p.title-int:before {
    width: 9%;
    height: 4px;
    left: 45%; }
  .single-servicio .boxProyectosKatemu #imagenPequena .cajaImagen {
    margin: 6px 0px 20px;
    width: 32%; }
  .single-servicio .boxProyectosKatemu #imagenPequena .cajaImagen:last-child {
    display: none; }
  .single-servicio .boxProyectosKatemu .btn-gris {
    margin: 25px;
    display: block; }
  .single-servicio .interesting .boxService {
    position: relative; }
    .single-servicio .interesting .boxService p {
      font-size: 14px; }
      .single-servicio .interesting .boxService p::before {
        top: 50px;
        width: 8%; }
  .single-servicio .interesting .descriptionBox {
    margin-right: 2%;
    margin-left: 2%; }
    .single-servicio .interesting .descriptionBox .orangeBox {
      padding: 22px 0px; }
      .single-servicio .interesting .descriptionBox .orangeBox h3 {
        font-size: 14px; }
      .single-servicio .interesting .descriptionBox .orangeBox img {
        top: 0; }
  .single-servicio .interesting .slick-dotted.slick-slider {
    margin: 0px; }
  .single-servicio .interesting .slick-dots {
    margin: 15px 0;
    position: relative;
    bottom: 35px; }
    .single-servicio .interesting .slick-dots li button::before {
      width: 15px;
      height: 15px; }
    .single-servicio .interesting .slick-dots li.slick-active button::before {
      opacity: .75;
      color: transparent;
      border: 1px solid #ff6b00;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .single-servicio .interesting .slick-dots li button::before {
      font-size: 28px;
      line-height: 20px;
      color: #5d5d5d; }
  .single-servicio .interesting .btn-gris {
    display: none; } }

@media (min-width: 577px) and (max-width: 991px) {
  .containerInfo h3 {
    font-size: 22px;
    margin-bottom: 30px; }
  .containerInfo article {
    font-size: 12px;
    line-height: 18px; }
  .boxBeneficios ul {
    padding-left: 14px; } }

@media screen and (max-width: 991px) {
  .services_first {
    padding: 20px 15px; }
    .services_first .containerBoxes h3 {
      margin-bottom: 0; }
  .services_second .collapseBoxes .boxCollapses {
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .services_second .collapseBoxes ul li span {
    font-size: 12px; } }

@media (min-width: 992px) and (max-width: 3000px) {
  .services_second .sidepanel {
    position: relative;
    top: 0;
    padding-top: 0; }
  .services_second .collapseBoxes .boxCollapses {
    padding: 0; } }

.services_first .containerBoxes {
  color: #999999;
  font-size: 16px;
  font-family: "Montserrat-SemiBold", sans-serif;
  padding-top: 30px; }

.interesting .containerBoxes {
  background: none;
  padding: 0; }

#servicios_related .slick-dots {
  bottom: 75px; }

#mySidepanel h3 {
  font-family: "Montserrat-Black", sans-serif;
  color: #5c5c5c;
  font-size: 1.2em;
  margin-bottom: -30px; }

.locacion {
  padding-top: 5px; }

.proyect_first {
  padding: 40px 15px 0px; }
  .proyect_first .containerBoxes img {
    width: 100%; }
  .proyect_first .containerBoxes span {
    color: #ff6b00;
    font-size: 14px;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .proyect_first .containerBoxes h3 {
    color: #5d5d5d;
    font-size: 50px;
    font-family: "Montserrat-Black", sans-serif;
    padding-bottom: 5px;
    position: relative;
    line-height: 45px;
    margin-bottom: 50px; }
    .proyect_first .containerBoxes h3::before {
      content: "";
      position: absolute;
      width: 10%;
      height: 4px;
      top: 110%;
      left: 0px;
      background-color: #ff6b00; }
  .proyect_first .containerBoxes p {
    color: #999999;
    font-size: 16px;
    font-family: "Montserrat-SemiBold", sans-serif;
    padding-top: 30px; }

.proyect_second {
  padding: 0px 15px 40px; }
  .proyect_second .filtrar {
    color: #5d5d5d;
    font-size: 22px;
    font-family: "Montserrat-Black", sans-serif; }
  .proyect_second button {
    text-decoration: underline;
    color: #ff6b00;
    background-color: transparent;
    border: none;
    padding: 0; }
    .proyect_second button .ocultar {
      font-size: 16px;
      font-family: "Akrobat-Regular", sans-serif; }
  .proyect_second .filtrosCollapse {
    margin-top: 10px; }
  .proyect_second .collapseBoxes {
    padding-top: 50px; }
    .proyect_second .collapseBoxes a {
      display: block;
      color: #5d5d5d;
      font-size: 16px;
      font-family: "Montserrat-SemiBold", sans-serif;
      padding-bottom: 10px;
      border-bottom: 1px solid #dddddd; }
      .proyect_second .collapseBoxes a.close-collapse {
        background-image: url(../images/arrow-open.png);
        background-repeat: no-repeat;
        background-position: right center; }
      .proyect_second .collapseBoxes a.open-collapse {
        background-image: url(../images/arrow-close.png);
        background-repeat: no-repeat;
        background-position: right center; }
      .proyect_second .collapseBoxes a:hover {
        text-decoration: none; }
    .proyect_second .collapseBoxes .collapse {
      padding-bottom: 10px; }
    .proyect_second .collapseBoxes ul {
      list-style: none;
      padding: 0; }
      .proyect_second .collapseBoxes ul li {
        margin: 12px 0;
        /* end .squaredThree */ }
        .proyect_second .collapseBoxes ul li span {
          font-size: 13px;
          font-family: "Montserrat-SemiBold", sans-serif;
          color: #bbbbbb;
          display: inline-block;
          margin-left: 5px; }
        .proyect_second .collapseBoxes ul li .squaredThree {
          width: 20px;
          position: relative;
          display: inline-block; }
          .proyect_second .collapseBoxes ul li .squaredThree label {
            width: 20px;
            height: 20px;
            cursor: pointer;
            position: absolute;
            top: 2px;
            left: 0;
            border: 1px solid #dddddd;
            border-radius: 4px;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
            .proyect_second .collapseBoxes ul li .squaredThree label:after {
              content: '';
              width: 13px;
              height: 6px;
              position: absolute;
              top: 5px;
              left: 3px;
              border: 3px solid red;
              border-top: none;
              border-right: none;
              background: transparent;
              opacity: 0;
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            .proyect_second .collapseBoxes ul li .squaredThree label:hover::after {
              opacity: 0; }
          .proyect_second .collapseBoxes ul li .squaredThree input[type=checkbox] {
            visibility: hidden; }
            .proyect_second .collapseBoxes ul li .squaredThree input[type=checkbox]:checked + label:after {
              opacity: 1; }
  .proyect_second .containerBoxes {
    background: url(../images/marco-left.png), url(../images/marco-right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, top right;
    background-size: auto, auto;
    padding: 40px;
    position: relative; }
    .proyect_second .containerBoxes .imgBoxServices {
      height: 280px;
      overflow: hidden; }
      .proyect_second .containerBoxes .imgBoxServices img {
        max-height: 250px; }
    .proyect_second .containerBoxes .descriptionBox {
      margin-bottom: 10%;
      position: relative;
      cursor: pointer; }
      .proyect_second .containerBoxes .descriptionBox:hover .description a {
        padding: 20px 12px 48px 15px; }
      .proyect_second .containerBoxes .descriptionBox .hover-proyect-img {
        overflow: hidden; }
        .proyect_second .containerBoxes .descriptionBox .hover-proyect-img:hover img {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
      .proyect_second .containerBoxes .descriptionBox .row {
        margin: 0; }
      .proyect_second .containerBoxes .descriptionBox img {
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        width: 100%;
        min-height: 270px;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 270px; }
      .proyect_second .containerBoxes .descriptionBox .description {
        color: #ffffff;
        position: absolute;
        bottom: 0;
        /*padding: 20px 20px;*/
        width: 100%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }
        .proyect_second .containerBoxes .descriptionBox .description a {
          color: #fff;
          font-size: 15px;
          display: block;
          padding: 20px 12px 20px 15px;
          -moz-transition-duration: .4s;
          -webkit-transition-duration: .4s;
          -o-transition-duration: .4s;
          transition-duration: .4s; }
          .proyect_second .containerBoxes .descriptionBox .description a:hover {
            text-decoration: none;
            padding: 20px 12px 48px 15px; }
          .proyect_second .containerBoxes .descriptionBox .description a p {
            font-family: "Montserrat-ExtraBold", sans-serif;
            margin: 0;
            font-size: 18px;
            line-height: 20px; }
          .proyect_second .containerBoxes .descriptionBox .description a span {
            font-family: "Akrobat-Regular", sans-serif;
            color: #ffffff;
            line-height: 14px;
            display: block; }
        .proyect_second .containerBoxes .descriptionBox .description img {
          width: auto !important;
          position: relative;
          top: 25%;
          min-height: auto;
          height: auto; }

.boxTestimoniales {
  background-color: #f7f7f7;
  padding: 30px 15px; }
  .boxTestimoniales img {
    width: auto; }
  .boxTestimoniales span {
    display: block;
    color: #5d5d5d;
    font-size: 30px;
    font-family: "Montserrat-Black", sans-serif;
    margin: 10px 0; }
  .boxTestimoniales ul {
    list-style: none;
    margin-bottom: 25px; }
    .boxTestimoniales ul li {
      font-family: "Akrobat-Regular", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #5d5d5d; }
      .boxTestimoniales ul li::before {
        content: "\2022";
        color: #ff6b00;
        font-weight: bold;
        display: inline-block;
        width: 8px;
        /*margin-left: -1em;*/ }
  .boxTestimoniales .carousel {
    margin: 0 auto; }
    .boxTestimoniales .carousel .item {
      color: #999;
      overflow: hidden;
      min-height: 120px;
      font-size: 13px; }
    .boxTestimoniales .carousel .media {
      position: relative;
      padding: 0 0 0 20px; }
      .boxTestimoniales .carousel .media img {
        width: 75px;
        height: 75px;
        display: block;
        border-radius: 50%;
        border: 3px solid #ff6b00; }
    .boxTestimoniales .carousel .testimonial-wrapper {
      padding: 0; }
    .boxTestimoniales .carousel .testimonial {
      color: #808080;
      position: relative;
      padding: 15px;
      border-radius: 3px;
      margin-bottom: 15px; }
      .boxTestimoniales .carousel .testimonial::after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        border-width: 0 0 1px 1px;
        position: absolute;
        bottom: -8px;
        left: 46px;
        -webkit-transform: rotateZ(-46deg);
        -ms-transform: rotate(-46deg);
        transform: rotateZ(-46deg); }
    .boxTestimoniales .carousel .overview {
      padding: 3px 0 0 15px; }
      .boxTestimoniales .carousel .overview .details {
        padding: 5px 0 8px; }
      .boxTestimoniales .carousel .overview b {
        text-transform: uppercase;
        color: #5d5d5d;
        font-family: "Montserrat-Black", sans-serif; }
    .boxTestimoniales .carousel .carousel-indicators {
      position: relative; }
      .boxTestimoniales .carousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 1px 2px;
        background: #5d5d5d;
        border: 4px solid #fff; }
      .boxTestimoniales .carousel .carousel-indicators li.active {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin: 1px 2px;
        color: #fff;
        background: #ffffff;
        border: 3px solid #ff6b00; }

.proyect_second .sidepanel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 88px;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding-top: 60px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.proyect_second .collapseBoxes .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
  border: 0; }

.proyect_second .collapseBoxes .boxCollapses {
  padding: 0 30px; }

.proyect_second .openbtn {
  font-family: "Montserrat-Black", sans-serif;
  padding: 10px 19px;
  color: #ffffff;
  background-color: #5d5d5d;
  font-family: "Montserrat-ExtraBold", sans-serif;
  font-size: 16px;
  padding: 10px 32px !important;
  -webkit-border-radius: 10cpx;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-decoration: none;
  margin-bottom: 24px; }
  .proyect_second .openbtn:hover {
    background-color: #ff6b00;
    text-decoration: none;
    color: #ffffff; }

.proyect_second svg:not(:root) {
  overflow: hidden; }

.proyect_second .icon-f {
  display: inline-block;
  fill: currentColor;
  height: 20px;
  vertical-align: middle;
  width: 20px; }

@media screen and (max-width: 576px) {
  .proyect_first {
    padding: 20px 15px; }
    .proyect_first .containerBoxes {
      margin-bottom: 0 !important;
      padding: 0; }
      .proyect_first .containerBoxes .col-12 {
        padding: 0; }
      .proyect_first .containerBoxes span {
        font-size: 12px;
        display: block;
        text-align: center;
        margin-bottom: 10px; }
      .proyect_first .containerBoxes h3 {
        font-size: 18px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 20px; }
        .proyect_first .containerBoxes h3::before {
          top: 100%;
          left: 45%; }
  .proyect_second {
    padding: 20px 15px 40px; }
    .proyect_second .containerBoxes {
      padding: 20px; }
      .proyect_second .containerBoxes .descriptionBox .description a {
        font-size: 12px; }
        .proyect_second .containerBoxes .descriptionBox .description a p {
          font-size: 14px; }
  .confianKatemu {
    display: none; }
  .single-proyectos .breadcrumb {
    display: none; }
  .single-proyectos .containerInfo {
    background: none;
    padding: 20px 15px; }
    .single-proyectos .containerInfo .text-xs-center {
      text-align: center; }
      .single-proyectos .containerInfo .text-xs-center .btn-gris {
        display: inline-block; }
    .single-proyectos .containerInfo .col-12 {
      padding: 0; }
    .single-proyectos .containerInfo span {
      font-size: 12px;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .single-proyectos .containerInfo h3 {
      font-size: 18px;
      text-align: center;
      font-size: 18px; }
      .single-proyectos .containerInfo h3::before {
        top: 100%;
        left: 45%; }
    .single-proyectos .containerInfo article {
      text-align: center;
      line-height: 18px;
      padding: 0; }
    .single-proyectos .containerInfo .boxTestimoniales {
      margin-bottom: 25px;
      padding: 15px; }
      .single-proyectos .containerInfo .boxTestimoniales span {
        font-size: 18px;
        margin-bottom: 20px; }
      .single-proyectos .containerInfo .boxTestimoniales .row span {
        font-size: 12px; }
      .single-proyectos .containerInfo .boxTestimoniales .row p {
        font-size: 12px; }
      .single-proyectos .containerInfo .boxTestimoniales .btn-gris {
        display: none; }
  .single-proyectos .boxProdIdeal {
    display: none; }
  .single-proyectos .slider-pro-1 {
    padding: 0px 40px; }
  .single-proyectos .interesting {
    padding: 30px 20px; }
    .single-proyectos .interesting .slider_proyectos_mobile img {
      height: 240px; }
    .single-proyectos .interesting .boxService {
      position: relative; }
      .single-proyectos .interesting .boxService p {
        font-size: 14px; }
        .single-proyectos .interesting .boxService p::before {
          top: 30px;
          width: 8%; }
    .single-proyectos .interesting .descriptionBox {
      margin-right: 2%;
      margin-left: 2%; }
      .single-proyectos .interesting .descriptionBox .orangeBox {
        padding: 22px 0px; }
        .single-proyectos .interesting .descriptionBox .orangeBox h3 {
          font-size: 14px; }
        .single-proyectos .interesting .descriptionBox .orangeBox img {
          top: 0; }
    .single-proyectos .interesting .slick-dotted.slick-slider {
      margin: 0px; }
    .single-proyectos .interesting .slick-dots {
      margin: 15px 0;
      position: relative;
      bottom: 35px; }
      .single-proyectos .interesting .slick-dots li button::before {
        width: 15px;
        height: 15px; }
      .single-proyectos .interesting .slick-dots li.slick-active button::before {
        opacity: .75;
        color: transparent;
        border: 1px solid #ff6b00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .single-proyectos .interesting .slick-dots li button::before {
        font-size: 28px;
        line-height: 20px;
        color: #5d5d5d; }
  .single-proyectos .boxProyectosKatemu .containerBoxes {
    padding: 20px;
    background: none; }
    .single-proyectos .boxProyectosKatemu .containerBoxes .slick-dots {
      margin: 15px 0;
      position: relative;
      bottom: 0px; }
      .single-proyectos .boxProyectosKatemu .containerBoxes .slick-dots li button::before {
        width: 15px;
        height: 15px; }
      .single-proyectos .boxProyectosKatemu .containerBoxes .slick-dots li.slick-active button::before {
        opacity: .75;
        color: transparent;
        border: 1px solid #ff6b00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .single-proyectos .boxProyectosKatemu .containerBoxes .slick-dots li button::before {
        font-size: 28px;
        line-height: 20px;
        color: #5d5d5d; }
  .single-proyectos .boxProyectosKatemu p.title-int {
    font-size: 12px; }
  .single-proyectos .boxProyectosKatemu .carousel-index {
    display: none; }
  .single-proyectos .boxProyectosKatemu #imagenPequena {
    display: none; }
  .single-proyectos .boxProyectosKatemu .btn-gris {
    display: none; }
  .single-proyectos .confianKatemu {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .proyect_second .collapseBoxes ul li span {
    font-size: 12px; } }

@media (min-width: 992px) and (max-width: 3000px) {
  .proyect_second .sidepanel {
    position: relative;
    top: 0;
    padding-top: 0; }
  .proyect_second .collapseBoxes .boxCollapses {
    padding: 0; } }

#otros_proyectos_ajax #panel a {
  height: 325px;
  display: block; }

.single-proyectos .containerInfo h3 {
  font-size: 35px; }

.boxService .slick-slide {
  min-height: 350px; }

.single-proyectos #panel, .single-servicio #panel {
  min-height: 325px; }
  .single-proyectos #panel a, .single-servicio #panel a {
    min-height: 325px;
    display: block; }
    .single-proyectos #panel a img, .single-servicio #panel a img {
      width: 100%;
      height: 350px;
      -o-object-fit: cover;
      object-fit: cover; }

.single-proyectos #imagenPequena-int .cajaImagen, .single-servicio #imagenPequena-int .cajaImagen {
  width: 30%; }
  .single-proyectos #imagenPequena-int .cajaImagen .cajaImg, .single-servicio #imagenPequena-int .cajaImagen .cajaImg {
    position: relative;
    max-height: 100px;
    overflow: hidden;
    min-height: 100px; }
    .single-proyectos #imagenPequena-int .cajaImagen .cajaImg a img, .single-servicio #imagenPequena-int .cajaImagen .cajaImg a img {
      width: 100%;
      height: 100px;
      -o-object-fit: cover;
      object-fit: cover; }

.gallery-int .cajaImagen:nth-child(3n) {
  position: relative !important; }

.boxProyectosKatemu .pleft h2 {
  font-size: 35px; }

.boxProyectosKatemu .pleft p {
  color: #999999;
  font-size: 16px;
  font-family: "Montserrat-SemiBold", sans-serif; }

.slider_iconos_especificaciones .icon-prod img {
  height: 80px; }

.slider_iconos img {
  display: block;
  height: 40px;
  width: 100%;
  margin-bottom: 10px; }

.slider_proyectos_mobile .slick-slide {
  height: 300px;
  min-height: 300px; }
  .slider_proyectos_mobile .slick-slide #descripcion {
    bottom: -20px; }
    .slider_proyectos_mobile .slick-slide #descripcion a p {
      margin-top: 10px;
      font-size: 14px; }
    .slider_proyectos_mobile .slick-slide #descripcion a:after {
      right: 20px; }

.slider_proyectos_mobile .slick-dots {
  bottom: 0 !important; }

.col-proyectos {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.contact_first {
  padding: 40px 15px 40px; }
  .contact_first .containerBoxes {
    background: url(../images/marco-right.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto;
    padding: 40px;
    position: relative; }
    .contact_first .containerBoxes img {
      width: 100%; }
    .contact_first .containerBoxes span {
      color: #ff6b00;
      font-size: 14px;
      font-family: "Montserrat-SemiBold", sans-serif; }
    .contact_first .containerBoxes h3 {
      color: #5d5d5d;
      font-size: 25px;
      font-family: "Montserrat-Black", sans-serif;
      padding-bottom: 5px;
      position: relative;
      margin-bottom: 50px; }
      .contact_first .containerBoxes h3::before {
        content: "";
        position: absolute;
        width: 10%;
        height: 4px;
        top: 100%;
        left: 0px;
        background-color: #ff6b00; }
    .contact_first .containerBoxes article {
      color: #999999;
      font-family: "Montserrat-SemiBold", sans-serif;
      font-size: 14px;
      margin-bottom: 30px;
      line-height: 25px; }
  .contact_first .boxDatos {
    background-color: #f7f7f7;
    padding: 20px 15px 40px; }
    .contact_first .boxDatos img {
      width: auto; }
    .contact_first .boxDatos span {
      display: block;
      color: #5d5d5d;
      font-size: 18px;
      font-family: "Montserrat-Black", sans-serif;
      margin: 0 0 20px; }
    .contact_first .boxDatos p a {
      color: #5d5d5d; }
    .contact_first .boxDatos .row span {
      display: block;
      font-family: "Akrobat-Regular", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #5d5d5d; }
    .contact_first .boxDatos .row p {
      font-family: "Akrobat-Regular", sans-serif;
      font-weight: bold;
      font-size: 16px;
      color: #5d5d5d; }
    .contact_first .boxDatos .vertical-line {
      height: 8px;
      width: 100%;
      background-color: transparent;
      border-top: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      margin: 20px 0; }

.form-bg {
  background-color: #f1f1f1; }

.form-contain, .wpcf7-form {
  padding: 15px; }
  .form-contain .row span, .wpcf7-form .row span {
    display: block;
    color: #5d5d5d;
    font-size: 18px;
    font-family: "Montserrat-Black", sans-serif;
    margin: 10px 0; }
  .form-contain label, .wpcf7-form label {
    color: #5d5d5d;
    font-family: "Akrobat-Regular", sans-serif;
    font-size: 14px;
    text-transform: uppercase; }
  .form-contain .form-control, .wpcf7-form .form-control {
    display: block; }
  .form-contain .form-control, .wpcf7-form .form-control {
    border: 3px solid #d0d3d4;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: "Montserrat-SemiBold", sans-serif; }
  .form-contain input::-webkit-input-placeholder, .wpcf7-form input::-webkit-input-placeholder {
    color: #ccc !important;
    opacity: 1; }
  .form-contain input:-ms-input-placeholder, .wpcf7-form input:-ms-input-placeholder {
    color: #ccc !important;
    opacity: 1; }
  .form-contain input::-ms-input-placeholder, .wpcf7-form input::-ms-input-placeholder {
    color: #ccc !important;
    opacity: 1; }
  .form-contain input::placeholder, .wpcf7-form input::placeholder {
    color: #ccc !important;
    opacity: 1; }
  .form-contain .form-contain form select, .form-contain .form-contain form option, .wpcf7-form .form-contain form select, .wpcf7-form .form-contain form option {
    color: #ccc !important; }
  .form-contain .text-centrado button, .wpcf7-form .text-centrado button {
    width: 40%;
    border: 0;
    text-transform: uppercase; }

.map iframe {
  width: 100%; }

@media screen and (max-width: 576px) {
  .contact_first .no-padding {
    padding: 0; }
  .contact_first .containerBoxes {
    background: none;
    padding: 0; }
    .contact_first .containerBoxes span {
      font-size: 12px;
      display: block;
      text-align: center;
      margin-bottom: 10px; }
    .contact_first .containerBoxes h3 {
      font-size: 18px;
      text-align: center;
      font-size: 18px; }
      .contact_first .containerBoxes h3::before {
        bottom: -5px;
        left: 45%; }
    .contact_first .containerBoxes article {
      padding-left: 15px;
      padding-right: 15px;
      line-height: 18px; }
    .contact_first .containerBoxes .boxDatos {
      margin-bottom: 25px;
      padding: 15px; }
      .contact_first .containerBoxes .boxDatos span {
        font-size: 14px; }
      .contact_first .containerBoxes .boxDatos .row span {
        font-size: 12px; }
      .contact_first .containerBoxes .boxDatos .row p {
        font-size: 12px; }
        .contact_first .containerBoxes .boxDatos .row p a {
          color: #5d5d5d; }
    .contact_first .containerBoxes .text-centrado {
      text-align: center; }
      .contact_first .containerBoxes .text-centrado button {
        width: 40%;
        border: 0; }
      .contact_first .containerBoxes .text-centrado p a {
        color: #5d5d5d; }
  .contact .confianKatemu {
    display: none; } }

.page-template-tmpl-asesorias .containerBoxes .form-bg {
  display: inline-table; }

.page-template-tmpl-asesorias .gallery-main {
  padding: 20px; }

.gallery-main .asesoria-patch img {
  width: auto; }

.gallery-main .asesoria-patch span {
  display: block;
  color: #5d5d5d;
  font-family: "Akrobat-Regular", sans-serif;
  font-size: 14px;
  margin: 0; }

@media screen and (max-width: 576px) {
  .gallery-main .asesoria-patch span {
    font-size: 12px;
    display: block;
    text-align: center; }
  .page-template-tmpl-asesorias .containerBoxes {
    padding: 0 15px; } }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Black';
  src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"), url("../fonts/montserrat-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"), url("../fonts/montserrat-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MontserratA-ExtraBold';
  src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"), url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Akrobat-Regular';
  src: url("../fonts/Akrobat-Regular.woff2") format("woff2"), url("../fonts/Akrobat-Regular.woff") format("woff"), url("../fonts/Akrobat-Regular.eot") format("eot");
  font-weight: normal;
  font-style: normal; }

.py-50 {
  padding: 50px 0; }
