/*///*/
/******************   MENU DESK   ********************/
/*/////*/
/*//////////////////////////////////////////////////////////////*/
nav.navbar-main {
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  z-index: 1000;
  display: none;
  border-top: 3px solid #f55705;
  width: 100%; }
  @media screen and (max-width: 992px) {
    nav.navbar-main {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    nav.navbar-main {
      padding-left: 5px;
      padding-right: 5px;
      background-color: black; } }

.logo-nav {
  max-width: 220px;
  margin-top: 3px;
  -webkit-transition: all 0.5s linear 300ms;
  transition: all 0.5s linear 300ms; }
  @media screen and (max-width: 767px) {
    .logo-nav {
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      width: 190px;
      background-color: transparent; } }

.wp {
  height: 90px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.navscroll .wp {
  height: 75px; }

.margin-top {
  height: 90px; }

.navscroll .margin-top {
  height: 75px; }

.navscroll .logo-nav {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3px; }

nav.navbar-main {
  width: 100%; }

nav.navbar-main ul li a:active, nav.navbar-main ul li a:focus, nav.navbar-main ul li a {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none; }

nav.navbar-main ul li {
  position: relative; }

nav.navbar-main ul li a {
  padding: 0.75rem;
  font-size: 1em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  @media screen and (max-width: 1200px) {
    nav.navbar-main ul li a {
      font-size: .8em; } }
  @media screen and (max-width: 992px) {
    nav.navbar-main ul li a {
      font-size: .7em; } }
  @media screen and (max-width: 768px) {
    nav.navbar-main ul li a {
      font-size: .6em; } }

nav.navbar-main ul li::before,
nav.navbar-main ul li::after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: #f55705;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial; }

nav.navbar-main ul li::before {
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

nav.navbar-main ul li::after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%; }

nav.navbar-main ul li:hover::before {
  -webkit-animation: anim-cordelia-top 0.3s linear both;
  animation: anim-cordelia-top 0.3s linear both; }

nav.navbar-main ul li:hover::after {
  -webkit-animation: anim-cordelia-bottom 0.3s linear both;
  animation: anim-cordelia-bottom 0.3s linear both; }

@-webkit-keyframes anim-cordelia-top {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }
@keyframes anim-cordelia-top {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }
@-webkit-keyframes anim-cordelia-bottom {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }
@keyframes anim-cordelia-bottom {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  50% {
    -webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }
.oscuro {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: none; }

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.menu_movil {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 99999;
  margin-right: -100%;
  right: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9); }

.menu_movil_close {
  background-image: url(img/ic-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  position: fixed;
  top: 20px;
  right: 35px;
  display: none; }

.menu_movil_user_menu {
  height: 70px; }

nav.menu_movil_menu {
  float: left;
  width: 90%;
  margin-right: 5%;
  margin-left: 5%;
  padding-top: 20px; }

nav.menu_movil_menu ul {
  margin: 0px;
  padding-top: 70px;
  width: 100%; }

nav.menu_movil_menu ul li {
  width: 100%;
  text-align: center; }

nav.menu_movil_menu ul li a {
  color: #FFF;
  text-decoration: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 18px;
  display: block;
  text-transform: uppercase; }

.navbar {
  background-color: #000;
  width: 100%;
  display: none; }

.navbar .logo {
  margin-top: 10px; }

.navbar .logo img {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 100%;
  max-width: 160px; }

@media screen and (max-width: 715px) {
  .navbar .logo {
    text-align: center;
    margin: 0px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px; }

  .navbar .logo img {
    width: 200px;
    margin: 0px;
    padding: 0px; }

  .navbar {
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: fixed;
    z-index: 9999; }

  .navbar_boton_menu_movil {
    display: block;
    height: 40px;
    float: right; }

  .navbar_boton_menu_movil img {
    width: 40px;
    margin-left: 10px; } }
.redes {
  position: fixed;
  width: 58px;
  text-align: center;
  margin-top: 200px;
  z-index: 1000; }

.active > a {
  color: #f55705 !important; }

.wrap-slider-home {
  position: relative; }

.slider-item {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; }
  @media only screen and (max-width: 575px) {
    .slider-item {
      height: 400px; } }
  @media only screen and (min-width: 576px) {
    .slider-item {
      height: 450px; } }
  @media only screen and (min-width: 768px) {
    .slider-item {
      height: 500px; } }
  @media only screen and (min-width: 1200px) {
    .slider-item {
      height: 600px; } }
  @media screen and (min-width: 1440px) {
    .slider-item {
      height: 830px; } }

.slider-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(46, 46, 46, 0.4); }

.slider-item .description {
    position: absolute;
    top: 40%;
    right: 30%;
    font-family: 'Titillium Web', sans-serif;}

@media screen and (max-width: 1500px) {
  .slider-item .description {
    right: 20%;
    bottom: 20%; } }
@media screen and (max-width: 1200px) {
  .slider-item .description {
    right: 10%;
    bottom: 20%; } }
@media screen and (max-width: 631px) {
  .slider-item .description {
    right: 10%;
    bottom: 20%; } }
@media screen and (max-width: 500px) {
  .slider-item .description {
    right: 10%;
    bottom: 0; } }
.slider-item .description .texto1 {
  font-family: 'Calibri', 'Open Sans Condensed';
  border-bottom: 2px solid #f55705;
  color: #ffffff;
  padding-bottom: 10px;
  margin: 10px; }

.slider-item .description .texto1 p {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1; }

@media screen and (max-width: 500px) {
  .slider-item .description .texto1 p {
    font-size: 24px;
    line-height: 26px; } }
@media screen and (max-width: 1200px) {
  .slider-item .description .texto1 {
    margin: 8px; } }
@media screen and (max-width: 500px) {
  .slider-item .description .texto1 {
    margin: 5px; } }
.slider-item .description .texto2 > p {
  font-size: 26px;
  color: #fdda1a;
  line-height: 24px;
  font-weight: 700;
  margin: 10px; }

@media screen and (max-width: 1200px) {
  .slider-item .description .texto1 > p {
    font-size: 30px; } }
@media screen and (max-width: 1200px) {
  .slider-item .description .texto2 > p {
    font-size: 20px;
    line-height: 22px;
    margin: 8px; } }
@media screen and (max-width: 500px) {
  .slider-item .description .texto2 > p {
    font-size: 16px;
    line-height: 18px;
    margin: 5px; } }
.slider-item .description a {
  margin: 10px; }

@media screen and (max-width: 1200px) {
  .slider-item .description a {
    font-size: 15px; } }
@media screen and (max-width: 500px) {
  .slider-item .description a {
    font-size: 18px;
    padding: 8px; } }
.slider-home-navs {
  position: absolute;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  color: #fff;
  z-index: 50;
  font-size: 60px;
  cursor: pointer; }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slick-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: .25;
  color: black;
  background-color: #fff;
  border-radius: 50%; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

@media (min-width: 992px) {
  .hero-content {
    height: 500px; } }
html {
  background-color: #222222;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #121111;
  font-size: 16px;
  font-weight: 300; }

a,
a:hover,
a:focus, a:active {
  color: inherit;
  text-decoration: none; }

h1, h2, h3, h5, h6 {
  line-height: 1.5; }
  
h4{  
  line-height: 1.5;
  font-family; font-family: 'Titillium Web', sans-serif;
  color:#f55705;
  font-size:18px;
  font-weight:bold
}

p {
  font-size: 14px;
  text-align: justify;
  font-family: 'Titillium Web', sans-serif;}

ul {
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

ul li {
  list-style: none; }

img {
  max-width: 100%; }

.link-underline {
  font-family: 'Titillium Web', sans-serif;
  color: #151515;
  font-size: 12px;
  background: #f7f3f4;
  padding: 7px;
  border-radius: 5px; }

.link-underline:hover {
  text-decoration: none;
  color: #ffffff;
  background-color:#ce4e0b }

.color-naranja {
  color: #f55705;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -1px;
  font-weight: 900;}

.color-black {
  color: #000; }

.color-white {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  letter-spacing: -1px;
  font-weight: 900;}

.bg-naranja {
  background: #f55705;
  background: -moz-linear-gradient(top, #e76623 1%, #6a2607 100%);
  background: -webkit-linear-gradient(top, #e76623 1%,#6a2607 100%);
  background: linear-gradient(to bottom, #e76623 1%,#6a2607 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55705', endColorstr='#6a2607',GradientType=0 );}

.bg-naranja2 {
  background-color: #bb4b19; }

.bg-white {
  background-color: #fff; }

.bg-black {
  background-color: #0a0a0a; }

.bg-grey {
  background-color: #dddddd; }

.preloader {
  background: #0a0a0a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000; }

.lead {
  text-align: center;
  padding: 85px 210px; }
  @media screen and (max-width: 992px) {
    .lead {
      padding-left: 80px;
      padding-right: 80px; } }
  @media screen and (max-width: 768px) {
    .lead {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (max-width: 576px) {
    .lead {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 40px; } }

.btn-naranja {
  color: #fff;
  background-color: #f55705;
  font-size: 24px;
  padding: 15px 15px;
  display: inline-block;
  transition: 0.1s linear; }

.btn-naranja:hover {
  background-color: #000000;
  color: #fff; }

.full-wrap {
  width: 100%; }

.owl-fullscreen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .owl-fullscreen {
      height: auto; } }
  @media screen and (min-height: 1080px) {
    .owl-fullscreen {
      height: 900px; } }

.owl-fullscreen .item {
  height: 100vh; }
  @media screen and (max-width: 1200px) {
    .owl-fullscreen .item {
      height: auto; } }
  @media screen and (min-height: 1080px) {
    .owl-fullscreen .item {
      height: 900px; } }

.owl-fullscreen .description {
  text-align: right;
  position: absolute;
  right: 30%;
  top: 40%; }
  @media screen and (max-width: 1200px) {
    .owl-fullscreen .description {
      right: 10%;
      bottom: 20%; } }
  @media screen and (max-width: 631px) {
    .owl-fullscreen .description {
      right: 10%;
      bottom: 20%; } }
  @media screen and (max-width: 500px) {
    .owl-fullscreen .description {
      right: 10%;
      bottom: 0; } }
  @media screen and (max-width: 400px) {
    .owl-fullscreen .description {
      display: none; } }

.owl-fullscreen .description .texto1 {
  font-family: 'Calibri', 'Open Sans Condensed';
  border-bottom: 2px solid #f55705;
  color: #ffffff;
  padding-bottom: 10px;
  margin: 10px; }
  .owl-fullscreen .description .texto1 p {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.1; }
    @media screen and (max-width: 500px) {
      .owl-fullscreen .description .texto1 p {
        font-size: 24px;
        line-height: 26px; } }
  @media screen and (max-width: 1200px) {
    .owl-fullscreen .description .texto1 {
      margin: 8px; } }
  @media screen and (max-width: 500px) {
    .owl-fullscreen .description .texto1 {
      margin: 5px; } }

.owl-fullscreen .description .texto2 > p {
  font-size: 26px;
  color: #fdda1a;
  line-height: 24px;
  font-weight: 700;
  margin: 10px; }
  @media screen and (max-width: 1200px) {
    .owl-fullscreen .description .texto2 > p {
      font-size: 20px;
      line-height: 22px;
      margin: 8px; } }
  @media screen and (max-width: 500px) {
    .owl-fullscreen .description .texto2 > p {
      font-size: 16px;
      line-height: 18px;
      margin: 5px; } }

.owl-fullscreen .description a {
  margin: 10px; }
  @media screen and (max-width: 1200px) {
    .owl-fullscreen .description a {
      font-size: 15px; } }
  @media screen and (max-width: 500px) {
    .owl-fullscreen .description a {
      font-size: 18px;
      padding: 8px; } }

.owl-fullscreen .item::before {
  content: '';
  position: absolute;
  background-color: rgba(17, 16, 17, 0.7);
  width: 100%;
  height: 100%; }

.owl-fullscreen .owl-nav {
  color: #ffffff; }

.owl-fullscreen .owl-nav .owl-next:hover,
.owl-fullscreen .owl-nav .owl-prev:hover {
  color: #f55705; }

.owl-fullscreen .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  font-size: 68px;
  text-shadow: 1px 1px 1px black; }
  @media screen and (max-width: 700px) {
    .owl-fullscreen .owl-nav .owl-prev {
      font-size: 50px;
      left: 10px;
      width: 0px; } }

.owl-fullscreen .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  font-size: 68px;
  text-shadow: 1px 1px 1px black; }
  @media screen and (max-width: 700px) {
    .owl-fullscreen .owl-nav .owl-next {
      right: 10px;
      font-size: 50px;
      width: 0px; } }

.owl-fullscreen .owl-nav .owl-prev i {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 1160px) {
    .owl-fullscreen .owl-nav .owl-prev i {
      left: 30px; } }
  @media screen and (max-width: 700px) {
    .owl-fullscreen .owl-nav .owl-prev i {
      left: 0; } }

.owl-fullscreen .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 1160px) {
    .owl-fullscreen .owl-nav .owl-next i {
      right: 30px; } }
  @media screen and (max-width: 700px) {
    .owl-fullscreen .owl-nav .owl-next i {
      right: 0; } }

.owl-fullscreen .owl-item.active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both; }

.owl-fullscreen .owl-item.active.active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both; }

.owl-fullscreen .owl-item.active.active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both; }

.equilateral-bg-wrap {
  position: relative;
  padding-top: 400px;
  background-color: #000; }

.equilateral-bg-wrap .texto {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  margin-top: 50px; }

.equilateral-bg-wrap .texto2 {
  position: absolute;
  top: 90%;
  z-index: 3;
  outline: 1px solid transparent;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding: 10px 0; }
  @media screen and (max-width: 650px) {
    .equilateral-bg-wrap .texto2 {
      top: 100%; } }

.equilateral-bg {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 0;
  border-top: 100px solid #fff;
  border-bottom: 100px solid #000;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: "FlipV";
  filter: FlipV;
  z-index: 1; }
  @media screen and (max-width: 790px) {
    .equilateral-bg {
      border-top: 40px solid #fff;
      border-bottom: 40px solid #000; } }

.spacer-equilateral {
  height: 200px; }
  @media screen and (max-width: 745px) {
    .spacer-equilateral {
      height: 300px; } }
  @media screen and (max-width: 540px) {
    .spacer-equilateral {
      height: 300px; } }
  @media screen and (max-width: 440px) {
    .spacer-equilateral {
      height: 350px; } }

.services-icons {
  text-align: center;
  padding: 0px 80px; }
  @media screen and (max-width: 600px) {
    .services-icons {
      padding: 0px 10px; } }
  .services-icons span {
    display: block;
    font-size: 16px;
    line-height: 24px; }
  .services-icons span.title {
    font-weight: bold; }

.lead-img {
  padding: 70px 175px; }
  .lead-img h3 {
    line-height: 1.7; }
  @media screen and (max-width: 1200px) {
    .lead-img {
      padding-left: 50px;
      padding-right: 50px; } }
  @media screen and (max-width: 992px) {
    .lead-img {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 576px) {
    .lead-img {
      padding-left: 10px;
      padding-right: 10px; } }
  @media screen and (max-width: 576px) {
    .lead-img img {
      margin-left: auto;
      margin-right: auto; } }
  .lead-img a {
    margin-bottom: 30px; }
    @media screen and (max-width: 576px) {
      .lead-img a {
        float: left; } }

.partners {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 576px) {
    .partners {
      padding: 30px 10px; } }

.footer {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (max-width: 992px) {
    .footer {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 576px) {
    .footer {
      padding: 30px 10px; } }

.copy {
  color: #fff;
  border-top: 1px solid #484040;
  padding: 10px 80px; }
  @media screen and (min-width: 1399px) {
    .copy {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .copy img {
    max-height: 40px; }
  .copy span {
    font-size: 12px; }
  @media screen and (max-width: 992px) {
    .copy {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 576px) {
    .copy {
      padding: 15px 10px; }
      .copy img {
        max-height: 30px;
        padding-top: 5px;
        padding-bottom: 5px; } }

.footer .side-b {
  padding-left: 40px; }
  @media screen and (max-width: 768px) {
    .footer .side-b {
      padding-left: 10px;
      margin-top: 30px; } }

.footer h3 {
  font-size: 28px;
  line-height: 27px; }
  @media screen and (min-width: 1399px) {
    .footer h3 {
      font-size: 32px;
      line-height: 34px; } }

.footer p {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  letter-spacing: 0px; }

.footer h4 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 23px; }

.mapa {
  width: 100%;
  height: 500px; }

.owl-partners .item {
  margin-left: 10px;
  margin-right: 10px; }

.grilla-clientes .item {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2eeee; }

.grilla-clientes .details {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 35px; }
  .grilla-clientes .details .title {
    font-weight: 700;
    font-size: 20px;
    display: block; }
  .grilla-clientes .details .description {
    font-weight: 300;
    font-size: 16px;
    display: block; }

.wrap-slider-trabajos {
  width: 100%;
  height: 100vh;
  background-color: #0a0a0a;
  position: relative; }
  @media screen and (max-width: 767px) {
    .wrap-slider-trabajos {
      display: none; } }

.wrap-slider-trabajos .item {
  height: 100vh;
  padding: 0 80px; }
  @media screen and (max-width: 1100px) {
    .wrap-slider-trabajos .item {
      padding-left: 0;
      padding-right: 30px; } }

.owl-trabajos {
  height: 100%;
  position: relative; }

.owl-trabajos .owl-nav {
  color: #ffffff; }

.owl-trabajos .owl-nav .owl-next:hover,
.owl-trabajos .owl-nav .owl-prev:hover {
  color: #f55705; }

.owl-trabajos .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  font-size: 68px;
  text-shadow: 1px 1px 1px black; }
  @media screen and (max-width: 700px) {
    .owl-trabajos .owl-nav .owl-prev {
      font-size: 50px;
      left: 10px;
      width: 0px; } }

.owl-trabajos .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  font-size: 68px;
  text-shadow: 1px 1px 1px black; }
  @media screen and (max-width: 700px) {
    .owl-trabajos .owl-nav .owl-next {
      right: 10px;
      font-size: 50px;
      width: 0px; } }

.owl-trabajos .owl-nav .owl-prev i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 1160px) {
    .owl-trabajos .owl-nav .owl-prev i {
      left: 0; } }
  @media screen and (max-width: 700px) {
    .owl-trabajos .owl-nav .owl-prev i {
      left: 0; } }

.owl-trabajos .owl-nav .owl-next i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0); }
  @media screen and (max-width: 1160px) {
    .owl-trabajos .owl-nav .owl-next i {
      right: 0; } }
  @media screen and (max-width: 700px) {
    .owl-trabajos .owl-nav .owl-next i {
      right: 0; } }

.owl-trabajos .img {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 50%;
  float: left; }

.owl-trabajos .texto {
  width: 50%;
  float: left;
  padding-top: 140px;
  padding-left: 40px;
  padding-right: 20px;
  padding-bottom: 20px; }
  .owl-trabajos .texto .tarea {
    text-align: right;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    display: block; }
    @media screen and (max-width: 1100px) {
      .owl-trabajos .texto .tarea {
        font-size: 30px; } }
  .owl-trabajos .texto .empresa {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    color: #fdda1a;
    display: block; }
    @media screen and (max-width: 1100px) {
      .owl-trabajos .texto .empresa {
        font-size: 20px; } }
  .owl-trabajos .texto .descripcion {
    margin-top: 20px;
    margin-bottom: 20px; }
  .owl-trabajos .texto .descripcion > p {
    font-size: 15px;
    line-height: 24px;
    color: #fff; }
    @media screen and (max-width: 1100px) {
      .owl-trabajos .texto .descripcion > p {
        font-size: 17px;
        line-height: 19px; } }
  @media screen and (max-width: 1100px) {
    .owl-trabajos .texto .btn-naranja {
      padding: 0;
      background-color: transparent; } }
  .owl-trabajos .texto .btn-naranja:hover {
    background-color: #f55705; }
  @media screen and (min-width: 1440px) {
    .owl-trabajos .texto {
      margin-top: 80px; } }

@media screen and (max-width: 767px) {
  .lead-trabajos {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px; } }

.lead-dos-col {
  background: #fff;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.lead-dos-col .titulo {
  font-size: 2rem; }

.lead-dos-col .subtitulo {
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 1.3rem;
  font-weight: bold;
  font-size: 18px;
  color: #c0480d;
 }

.lead-dos-col .texto {
  line-height: 1.6; }

.servicios {
  background-color: #f6f6f6;
  padding-top: 40px;
  padding-bottom: 40px; }

.servicios .item {
  padding-bottom: 7px;
  font-family: 'Titillium Web', sans-serif;
  color: #f55705;
  font-size: 10px;}

.servicios .item p{
  padding-bottom: 7px;
  font-family: 'Titillium Web', sans-serif;
  color: #f55705;
  font-size: 10px;}

.the-content {
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .the-content {
      padding-top: 70px; } }
  .the-content img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto; }

.the-content-full {
  padding-top: 85px;
  padding-bottom: 100px; }

.the-content .featured-image {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto; }

.the-content p {
  line-height: 1.9; }

.the-content .date {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px; }

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.alignright {
  float: right;
  margin-left: 10px; }

.alignleft {
  float: left;
  margin-right: 10px; }

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 1.3rem;
  font-weight: bold;
  font-size: 18px;
  color: #c0480d;}

.encabezado-full-img {
  position: relative;
  height: 385px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%; }
  .encabezado-full-img h3 {
    font-size: 45px;
    line-height: 48px;
	color: white;
    font-family: 'Titillium Web', sans-serif;
    font-weight:bold }
    @media screen and (max-width: 995px) {
      .encabezado-full-img h3 {
        font-size: 40px;
        line-height: 41px; } }
    @media screen and (max-width: 500px) {
      .encabezado-full-img h3 {
        font-size: 28px;
        line-height: 30px; } }
  .encabezado-full-img span {
    font-size: 26px;
    line-height: 24px;
    color: #fdda1a;
    display: block; }
    @media screen and (max-width: 995px) {
      .encabezado-full-img span {
        font-size: 20px;
        line-height: 22px; } }

.encabezado-full-img::before {
  content: '';
  position: absolute;
  background-color: rgba(17, 16, 17, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.encabezado-full-img .titulos {
  padding-top: 70px;
  z-index: 5;
  text-align: center; }

.listado-noticias {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 100px; }

.listado-noticias .titulo {
  color: #f55705;
  margin-bottom: 0;
  line-height: 1.3;
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  font-weight: bold;}

.listado-noticias .date {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  font-family: 'Titillium Web', sans-serif;
  color: #ff5400; }

.listado-noticias .resumen {
  margin-top: 10px;
  line-height: 1.5;
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px; }

.listado-noticias .img {
  margin-top: 10px;
  margin-bottom: 20px;
  display: block;
  background-color: #ffcfa3;
  transition: .1s; }

.listado-noticias .img:hover img {
  opacity: .8; }

.listado-noticias img {
  max-width: 100%;
  height: auto; }

.listado-noticias .item {
  padding: 20px;
  margin-bottom: 10px; }

.page-numbers {
  display: inline-block;
  padding: 10px;
  margin: 0 2px 0 0;
  border: 1px solid #f55705;
  color: #f55705;
  line-height: 1;
  text-decoration: none;
  border-radius: 1px;
  font-weight: 600; }

a.page-numbers:focus,
a.page-numbers:visited {
  color: #f55705; }

.page-numbers.current {
  background-color: #f55705;
  color: #fff; }

a.page-numbers:hover {
  border: 1px solid #bb4b19;
  color: #bb4b19; }

blockquote {
  border-radius: 3px;
  position: relative;
  font-style: italic;
  text-align: center;
  padding: 1rem 1.2rem;
  width: 70%;
  margin: 1rem auto !important;
  background: #E8E8E8; }

blockquote::before,
blockquote::after {
  font-family: FontAwesome;
  position: absolute;
  top: 13px;
  color: #E8E8E8;
  font-size: 34px; }

blockquote::before {
  content: "\f10d";
  margin-right: 13px;
  right: 100%; }

blockquote::after {
  content: "\f10e";
  margin-left: 13px;
  left: 100%; }

.listado-clientes {
  background-color: #fff;
  padding-top: 85px;
  padding-bottom: 100px; }

.listado-clientes img {
  margin-bottom: 10px; }

.listado-clientes hr {
  margin-bottom: 50px;
  margin-top: 60px;
  width: 100%; }

.listado-clientes .titulo {
  margin-bottom: 0; }

.contacto h1,
.contacto h2,
.contacto h3,
.contacto h4,
.contacto h5 {
  color: #f55705; }

/*# sourceMappingURL=style.css.map */
