/*-----------------
    CSS INDEX
    =========

    01. Theme default CSS
	  02. Header
    03. Hero
    04. Footer
-----------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&display=swap");
/* 1. Theme default css */
body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  position: relative;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 15px;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #000000;
  font-size: 16px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.theme-color {
  color: #0075c9;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.texa-area {
  background: #0075c9;
}
@media (max-width: 767px) {
  .texa-area .text {
    padding: 115px 30px;
  }
}
.texa-area .text p {
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
  text-align: justify;
}
@media (max-width: 767px) {
  .texa-area .text p {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}

.section-title h1 {
  font-size: 48px;
  font-weight: 400;
  color: #0075c9;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
.section-title h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  color: #0075c9;
}

.learn-more .learn-more-btn {
  font-size: 21px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #0075c9;
  display: inline-block;
  border: 3px solid #0075c9;
  line-height: 1.5;
  padding: 10px 120px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.learn-more .learn-more-btn:hover {
  background: #0075c9;
  color: #ffffff;
}

.page-title {
  background-color: #0075c9;
}
.page-title h1 {
  color: #ffffff;
}

.sec-featured-img {
  background-image: url(../img/nosotros/nos.jpg);
  background-size: cover;
  background-position: center;
  background-color: #0075c9;
  height: 480px;
}

.sec-featured-img-2 {
  background-image: url(../img/slide/contacto-fea.jpg);
}

.sec-featured-img-3 {
  background-image: url(../img/slide/proyectos-fea.jpg);
}

.sec-featured-img-4 {
  background-image: url(../img/slide/servicios-fea.jpg);
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #0075c9;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.scroll-top img {
  transform: rotate(270deg);
}

.section-title.rela h1 {
  font-size: 42px;
  font-weight: 600;
  text-transform: initial;
  font-family: "Fira Sans", sans-serif;
}

.nice-select .option {
  display: block !important;
}

.language-selector .nice-select {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
}
.nosotros-header-top-area .language-selector .nice-select {
  color: #0075c9;
}

.language-selector-2 .nice-select::after {
  background-image: url(../img/icons/select_2.png);
}

.language-selector-2 .nice-select {
  color: #0075c9;
}

.language-selector-2 .nice-select .option {
  color: #0075c9;
}
.direccion p {
  font-size: 21px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  display: block;
  letter-spacing: 3px;
}
@media (max-width: 767px) {
  .section-title {
    padding-top: 115px;
    padding-left: 30px;
    margin-bottom: 25px;
  }

  .learn-more.pt-130.pb-190.text-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-title.pb-80 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-title {
    padding-left: 30px;
    padding-top: 50px !important;
    padding-bottom: 35px !important;
    text-align: left !important;
  }
}

.off-canvas-menu {
  background: #0075c9;
  position: fixed;
  width: 55%;
  z-index: 99;
  height: 100%;
  padding: 25px 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  right: -55%;
}
.off-canvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 150px;
}
.off-canvas-menu ul li {
  display: block;
}
.off-canvas-menu ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  margin-left: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.off-canvas-menu ul li a:hover {
  opacity: 0.5;
}

.off-canvas-menu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.menu-close {
  color: #ffffff;
  right: 20px;
  top: 30px;
  position: absolute;
  padding: 25px;
  cursor: pointer;
  font-size: 24px;
}

.menu-trigger {
  float: right;
  display: none;
  position: relative;
  right: 30px;
  top: 55px;
}
@media (max-width: 767px) {
  .menu-trigger {
    display: block;
  }
}

.off-canvas-menu-shade {
  background: #393f46;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 98;
  opacity: 0.7;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  /* &.active {
  	opacity: .7;
  	visibility: visible;
  } */
}

.m-lang {
  margin-left: 40px;
  margin-top: 20px;
}
.m-lang a {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 20px;
  font-family: "Fira Sans Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.m-lang a:hover {
  opacity: 0.5;
}

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff;
}

[data-overlay="dark"]::before {
  background-color: #000000;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

/* header-css-start */
.header-top-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.header-top-area .header-logo {
  height: 215px;
  width: 225px;
  background-color: #0075c9;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  .header-top-area .header-logo {
    height: 213px;
    width: 213px;
  }
}
@media (max-width: 767px) {
  .header-top-area .header-menu {
    display: none;
  }
}
.header-top-area .header-menu ul {
  display: inline-block;
}
.header-top-area .header-menu ul li {
  display: inline-block;
  position: relative;
}
.header-top-area .header-menu ul li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 35px;
  font-family: "Fira Sans Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-top-area .header-menu ul li a:hover {
  color: #0075c9;
}
.header-top-area .header-menu ul li:nth-child(5) a {
  word-spacing: 5px;
}
.header-top-area .header-menu .language-selector {
  display: inline-block;
}

.header-top-area .header-menu ul li:nth-child(5):after {
  position: absolute;
  height: 20px;
  width: 1px;
  background: #ffffff;
  content: "";
  z-index: 999999;
  left: -19px;
  top: 2px;
}

.nosotros-header-top-area .header-menu ul li:nth-child(5):after {
  background: #0075c9;
}

.contacto-header-top-area .header-menu ul li:nth-child(5):after {
  display: none;
}

.hero-slide-single {
  background-image: url(../img/slide/slide-bg-1.jpg);
  background-size: cover;
  background-position: center;
  height: 800px;
  position: relative;
  z-index: 1;
}
.hero-slide-single:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  content: "";
  z-index: -1;
  opacity: 0.5;
}
.hero-slide-single-content {
  height: 385px;
  width: 500px;
  background-color: #0075c9;
  color: #ffffff;
  position: absolute;
  right: 40px;
  top: 415px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-slide-single-content {
    height: 300px;
    width: 270px;
    right: 0;
    top: 455px;
  }
}
.hero-slide-single-content-text {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .hero-slide-single-content-text {
    padding: 0 30px;
  }
}
.hero-slide-single-content-text h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
}
.hero-slide-single-content-text a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
  display: inline-block;
  font-family: "Fira Sans Condensed", sans-serif;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.hero-slide-single-content-text a img {
  margin-left: 15px;
}
.hero-slide-single-content-text a:hover {
  opacity: 0.5;
}

.nosotros-header-top-area {
  background-image: url(../img/slide/nosotros-header-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 215px;
  position: relative;
}
@media (max-width: 767px) {
  .nosotros-header-top-area {
    height: 250px;
  }
}
.nosotros-header-top-area .header-menu ul li a {
  color: #0075c9;
}

.nosotros-header-top-area.contacto-header-top-area {
  background-image: url(../img/slide/contacto-header-bg.jpg);
}
.nosotros-header-top-area.contacto-header-top-area .header-menu ul li a {
  /* font-family: $oswald;
    font-weight: 400;
    margin-right: 25px; */
}
.nosotros-header-top-area.contacto-header-top-area
  .header-menu
  .language-selector {
  float: right;
}

.nosotros-header-top-area.proyectos-header-top-area {
  background-image: url(../img/slide/proyectos-header-bg.jpg);
}

/* service-css-start */
.service {
  padding-bottom: 180px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service {
    padding-bottom: 0;
  }
}
.service-single {
  background-image: url(../img/services/service-1.jpg);
  background-size: cover;
  background-position: center center;
  height: 560px;
  width: 20%;
  float: left;
  border-right: 2px solid #ffffff;
  position: relative;
  z-index: 1;
  padding-top: 240px;
}
@media (max-width: 767px) {
  .service-single {
    width: 100%;
    height: 215px;
    float: none;
    padding: 0;
    margin-bottom: 5px;
  }
}
.service-single:nth-child(5) {
  border-right: none;
}
.service-single:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  content: "";
  opacity: 0.5;
  z-index: -1;
}
.service-single:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0075c9;
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.service-single:hover:before {
  opacity: 0.9;
  visibility: visible;
}
.service-single:hover .service-single-text {
  opacity: 1;
  visibility: visible;
}
.service-single-content-title {
  width: 180px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .service-single-content-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.service-single-content-title h3 {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
}
.service-single-content .service-single-text {
  padding: 0 30px;
  @includetransition (.3s);
  position: absolute;
  top: 65%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -ms-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}
.service-single-content .service-single-text p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #ffffff;
}
.service-single-content .service-single-text a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-top: 160px;
  display: inline-block;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .service-single-content .service-single-text a {
    margin-top: 15px;
  }
}
.service-single-content .service-single-text a:hover {
  opacity: 0.5;
}
.service-single-content .service-single-text a img {
  margin-left: 20px;
}

.service-single-bg-2 {
  background-image: url(../img/services/service-2.jpg);
}

.service-single-bg-3 {
  background-image: url(../img/services/service-3.jpg);
}

.service-single-bg-4 {
  background-image: url(../img/services/service-4.jpg);
}

.service-single-bg-5 {
  background-image: url(../img/services/service-5.jpg);
}

/* nosotros-css-start */
.nosotros {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nosotros-single {
  width: 527px;
  display: flex;
  background-image: url(../img/nosotros/member-1.jpg);
  background-color: #0075c9;
  background-size: cover;
  background-position: center center;
  height: 640px;
  position: relative;
  margin-bottom: 95px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .nosotros-single {
    width: 100%;
    height: 535px;
    margin-bottom: 195px;
  }
}
.nosotros-single-discription {
  height: 255px;
  width: 325px;
  background: #0075c9;
  position: absolute;
  right: 0;
  bottom: -95px;
  padding-left: 36px;
  padding-top: 41px;
}
/*Tablet*/
@media (min-device-width:769px) and (max-device-width:1024px){
  .nosotros-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
/*Desktop*/
@media (min-width:769px) and (max-width:1024px){
  .nosotros-home {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
/*Cuadrar Img del Home*/
 .nosotros-home {
   display: block;
   margin-left: auto;
   margin-right: auto;
   width: 80%;
}
  .nosotros-single-discription {
    width: 80% !important;
    height: 190px !important;
    padding-top: 30px;
  }
}
.nosotros-single-discription h3 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Fira Sans Condensed", sans-serif;
  margin-bottom: 0px;
}
.nosotros-single-discription span {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #ffffff;
}
.nosotros-single-discription .nosotros-link {
  padding-top: 15px;
  position: relative;
}
.nosotros-single-discription .nosotros-link .sll {
  font-size: 35px;
  margin-right: 50px;
  color: #ffffff;
}
.nosotros-single-discription .nosotros-link .sll:hover {
  opacity: 0.5;
}
.nosotros-single-discription .nosotros-link .vercv {
  font-size: 21px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #ffffff;
}
.nosotros-single-discription .nosotros-link .vercv:hover {
  opacity: 0.5;
}
.nosotros-single-discription .nosotros-link .vercv_2 {
  font-size: 21px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #ffffff;
}
.nosotros-single-discription .nosotros-link .vercv_2:hover {
  opacity: 0.5;
}
.nosotros-single-discription .nosotros-link .vercv_3 {
  font-size: 21px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #ffffff;
}
.nosotros-single-discription .nosotros-link .vercv_3:hover {
  opacity: 0.5;
}
.nosotros-single-discription .nosotros-link .vercv_4 {
  font-size: 21px;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  line-height: 1;
  font-weight: 600;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #ffffff;
}
.nosotros-single-discription .nosotros-link .vercv_4:hover {
  opacity: 0.5;
}
.nosotros-single .cv-details-view {
  z-index: 9;
  background: #0075c9;
  position: absolute;
  left: 0;
  top: 0;
  height: 115%;
  width: 100%;
  padding: 140px 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .nosotros-single .cv-details-view {
    padding: 50px;
    height: 120%;
  }
}
.nosotros-single .cv-details-view p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}
.nosotros-single .cv-details-view p:nth-child(2) {
  padding-top: 60px;
}
.nosotros-single .cv-details-view.active {
  opacity: 1;
  visibility: visible;
}
.nosotros-single .cv-details-view_2 {
  z-index: 9;
  background: #0075c9;
  position: absolute;
  left: 0;
  top: 0;
  height: 115%;
  width: 100%;
  padding: 140px 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .nosotros-single .cv-details-view_2 {
    padding: 50px;
    height: 120%;
  }
}
.nosotros-single .cv-details-view_2 p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}
.nosotros-single .cv-details-view_2 p:nth-child(2) {
  padding-top: 60px;
}
.nosotros-single .cv-details-view_2.active {
  opacity: 1;
  visibility: visible;
}
.nosotros-single .cv-details-view_3 {
  z-index: 9;
  background: #0075c9;
  position: absolute;
  left: 0;
  top: 0;
  height: 115%;
  width: 100%;
  padding: 140px 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .nosotros-single .cv-details-view_3 {
    padding: 50px;
    height: 120%;
  }
}
.nosotros-single .cv-details-view_3 p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}
.nosotros-single .cv-details-view_3 p:nth-child(2) {
  padding-top: 60px;
}
.nosotros-single .cv-details-view_3.active {
  opacity: 1;
  visibility: visible;
}
.nosotros-single .cv-details-view_4 {
  z-index: 9;
  background: #0075c9;
  position: absolute;
  left: 0;
  top: 0;
  height: 115%;
  width: 100%;
  padding: 140px 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .nosotros-single .cv-details-view_4 {
    padding: 50px;
    height: 120%;
  }
}
.nosotros-single .cv-details-view_4 p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
}
.nosotros-single .cv-details-view_4 p:nth-child(2) {
  padding-top: 60px;
}
.nosotros-single .cv-details-view_4.active {
  opacity: 1;
  visibility: visible;
}
.nosotros-single-2 {
  background-image: url(../img/nosotros/member-2.jpg);
}
.nosotros-single-2 .nosotros-single-discription {
  height: 255px;
  width: 355px;
}

.nosotros-single-3 {
  background-image: url(../img/nosotros/member-3.jpg);
}

.nosotros-single-4 {
  background-image: url(../img/nosotros/member-4.jpg);
}
.nosotros-single-4 .nosotros-single-discription {
  height: 255px;
  width: 355px;
}

.nosotros-link span {
  position: absolute;
  width: 2px;
  height: 35px;
  background: #ffffff;
  top: 25px;
  left: 55px;
}

@media (max-width: 767px) {
  .esfuerzo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.esfuerzo-title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #0075c9;
  font-family: "Fira Sans", sans-serif;
}
.esfuerzo-text p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #63656a;
  line-height: 36px;
}

/* nuestros-pilares-css */
.nuestros-pilares {
  background-image: url(../img/slide/pilares-bg.jpg);
  background-size: cover;
  background-position: center;
  height: 830px;
  background-color: #0075c9;
}

@media (max-width: 990px) {
  .nuestros-pilares {
    height: 100%;
    padding-bottom: 100px;
  }
}
.nuestros-pilares-single {
  padding-right: 40px;
}
@media (max-width: 990px) {
  .nuestros-pilares-single {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.nuestros-pilares-single img {
  height: 100px;
}
.nuestros-pilares-single h2 {
  font-size: 36px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 25px;
  margin-bottom: 20px;
}
@media (max-width: 990px){
  .nuestros-pilares-single h2 {
    padding-top: 0;
  }
}
.nuestros-pilares-single p {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  border-top: 2px solid #ffffff;
  padding-top: 20px;
  font-family: "Fira Sans", sans-serif;
}
.nuestros-pilares-single p span {
  display: block;
}
.nuestros-pilares-single.nuestros-pilares-single {
  position: relative;
  top: 100px;
}
@media (max-width: 990px) {
  .nuestros-pilares-single.nuestros-pilares-single img {
    float: left;
    display: inline-block;
  }

  .nuestros-pilares-single.nuestros-pilares-single .bvn {
    width: 60%;
    float: right;
  }
}
.nuestros-pilares-single.nuestros-pilares-single-2 {
  position: relative;
  top: 200px;
}
@media (max-width: 990px) {
  .nuestros-pilares-single.nuestros-pilares-single-2 {
    top: 0;
    margin-top: 200px;
  }
  .nuestros-pilares-single.nuestros-pilares-single-2 img {
    float: right;
  }
  .nuestros-pilares-single.nuestros-pilares-single-2 .bvn {
    float: left;
  }
}
.nuestros-pilares-single.nuestros-pilares-single-3 {
  position: relative;
  top: 100px;
}
@media (max-width: 990px){
  .nuestros-pilares-single.nuestros-pilares-single-3 {
    top: 0;
    margin-top: 60px;
  }
  .nuestros-pilares-single.nuestros-pilares-single-3 img {
    float: left;
  }
  .nuestros-pilares-single.nuestros-pilares-single-3 .bvn {
    float: right;
  }
}

.nuestros-pilares-single.nuestros-pilares-single-4 {
  position: relative;
  top: 200px;
}
@media (max-width: 990px){
  .nuestros-pilares-single.nuestros-pilares-single-4 {
    top: 0;
    margin-top: 80px;
  }
  .nuestros-pilares-single.nuestros-pilares-single-4 img {
    float: right;
  }
  .nuestros-pilares-single.nuestros-pilares-single-4 .bvn {
    float: left;
  }
}

/* proyectos-start */
.proyectos-single {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .proyectos-single {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.proyectos-single:hover {
  box-shadow: 0px 5px 20px #ddd;
}
.proyectos-single:hover a {
  color: #0075c9;
}
.proyectos-single-img img {
  max-height: 470px;
  width: 100%;
}
.proyectos-single-content {
  padding-top: 40px;
  padding-left: 30px;
  padding-bottom: 20px;
  min-height: 130px;
}
.proyectos-single-content h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  color: #63656a;
  margin-bottom: 5px;
  min-height: 2em;
}
.proyectos-single-content a {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #63656a;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.proyectos-single-content a img {
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .proyectos-single-content a img {
    width: 23px !important;
    display: inline-block !important;
  }
}
.proyectos-single-content a:hover {
  opacity: 0.5;
}

a.ver-todos {
  font-size: 21px;
  color: #0075c9;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 1px;
  padding: 10px 60px;
  display: inline-block;
  border: 3px solid #0075c9;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a.ver-todos:hover {
  background: #0075c9;
  color: #ffffff;
}

.search-box {
  transform: scaleX(0);
  position: absolute;
  left: -250px;
  top: 10px;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  .search-box {
    top: 90px;
    left: 50px;
  }
}
.search-box input[type="text"] {
  padding: 5px 6px 6px;
  display: inline-block;
  border: 1px solid #0075c9;
  color: #0075c9;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
.search-box input[type="text"]::placeholder {
  color: #0075c9;
}
.search-box button.btn-success {
  border-radius: 0;
  margin-left: -4px;
  padding: 5.5px 12px;
  background: #0075c9;
  border: 1px solid #0075c9;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.search-box.active {
  transform: scaleX(1);
  visibility: visible;
  opacity: 1;
}

.search-box.active .search-trigger {
  opacity: 0;
  visibility: hidden;
}

a.search-trigger {
  margin-right: 30px;
}

.search-box.active i.fa-times {
  background: #fff none repeat scroll 0 0;
  color: #0075c9;
  font-size: 20px;
  padding: 2px;
  position: absolute;
  right: -24px;
  top: 0;
  cursor: pointer;
  z-index: 9;
  height: 37px;
  width: 23px;
  line-height: 33px;
}

.proyectos-menu ul {
  display: inline-block;
}
.proyectos-menu ul li {
  display: inline-block;
}
.proyectos-menu ul li:nth-child(4) {
  margin-right: 0;
}
.proyectos-menu ul li a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #0075c9;
  margin-right: 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 40px;
  display: block;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767px) {
  .proyectos-menu ul li a {
    margin-right: 20px;
    font-size: 16px;
  }
}
.proyectos-menu ul li a:hover {
  border-bottom: 4px solid #0075c9;
}
.proyectos-menu ul li a.active {
  border-bottom: 4px solid #0075c9;
}

@media (max-width: 767px) {
  .vivi-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.vivi-text h2 {
  font-size: 36px;
  font-weight: 500;
  font-family: "Fira Sans", sans-serif;
  color: #0075c9;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.vivi-text span {
  display: block;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #4d4d4d;
  font-size: 21px;
}
.vivi-text p {  
  font-size: 21px;
}
.featured-img-slide .owl-nav div {
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 50px;
  line-height: 60px;
  transition: 0.3s;
}

.featured-img-slide .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

@media (max-width: 767px) {
  .share-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.share-content-text p {
  font-size: 21px;
  color: #4d4d4d;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}

.share-media h3 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  color: #0075c9;
  float: left;
  margin-right: 30px;
}
.share-media .sh-media {
  display: inline-block;
}
.share-media .sh-media a {
  height: 50px;
  width: 50px;
  background: #0075c9;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.share-media .sh-media a i.fab {
  font-size: 30px;
}
.share-media .sh-media a i.far {
  font-size: 30px;
}
.share-media .sh-media a:hover {
  opacity: 0.5;
}

.back-project {
  font-size: 21px;
  color: #0075c9;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  margin-top: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.back-project:hover {
  opacity: 0.5;
  color: #0075c9;
}

@media (max-width: 767px) {
  .mb-none {
    display: none;
  }
}

.ds-none {
  display: none;
}
@media (max-width: 767px) {
  .ds-none {
    display: block;
  }
}

/* accordion-css-start */
.panel-title h2 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  width: 25%;
  float: left;
  color: #0075c9;
}

.panel-title p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
  color: #63656a;
  line-height: 36px;
  padding-left: 40%;
}

.styled-faq .panel-body p {
  font-size: 24px;
  line-height: 36px;
  color: #63656a;
  width: 75%;
  float: right;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}

.dawnload-source h2 {
  font-size: 30px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  display: inline-block;
  color: #0075c9;
}

.dawnload-source a {
  font-size: 18px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  color: #0075c9;
  float: right;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.dawnload-source a:hover {
  opacity: 0.5;
}

.dawnload-source a img {
  margin-left: 30px;
}

.p_content {
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  padding-top: 60px;
}

.dawnload-source.pt-160 {
  overflow: hidden;
  width: 100%;
}

.panel-title {
  width: 1100px;
  margin: 0 auto;
}

.styled-faq .panel .panel-heading .panel-title a span {
  float: right;
  display: none;
}

.styled-faq .panel .panel-heading .panel-title a[aria-expanded="true"] .fup {
  display: block;
}

.styled-faq .panel .panel-heading .panel-title a[aria-expanded="false"] .fdawn {
  display: block;
}

.panel.panel-default {
  padding-bottom: 100px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 100px;
  position: relative;
}
.panel.panel-default:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #0075c9;
  height: 1px;
  content: "";
  width: 91%;
}

span.fup {
  font-size: 18px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  color: #0075c9;
}

.cm_cover img {
  width: 100%;
}

.service-accordion {
  display: block;
}
.panel-heading{
  display: flex;
}
@media (max-width: 767px) {
  .service-accordion {
    display: block;
  }
  .panel-heading{
    display: flex;
  }
  .p-content{
    display: contents;
  }
  .panel-title h2 {
    font-size: 36px;
    font-weight: 600;
    font-family: "Fira Sans", sans-serif;
    width: 25%;
    text-align: center;
    position: relative;
    display: contents;
    color: #0075c9;
  }
  .panel-body p {
    font-size: 24px;
    line-height: 36px;
    color: #63656a;
    width: 75%;
    display: block;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
}
  .cm_cover img {
    width: 100%;
  }
}

.mobile-service-accordion {
  display: none;
  padding-left: 30px;
  padding-right: 30px;
}


.mobile-service-accordion .panel-title {
  width: auto;
}

.mobile-service-accordion .panel.panel-default:after {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-service-accordion .p_content {
  max-width: unset;
  padding-top: 25px;
}

.mobile-service-accordion .panel-title h2 {
  float: none;
}

.mobile-service-accordion .panel-title p {
  padding-left: 0;
  padding-top: 25px;
}

.mobile-service-accordion .styled-faq .panel-body p {
  width: 100%;
  float: none;
}

.mobile-service-accordion .panel.panel-default {
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-service-accordion .cm_cover img {
  height: 480px;
}

.mobile-service-accordion .dawnload-source {
  padding-top: 70px;
}
.mobile-service-accordion .dawnload-source a {
  float: none;
  margin-top: 20px;
}

/* contact-css-start */
.contact-form {
  background-color: #e1e1e1;
}
@media (max-width: 767px) {
  .contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .contact-form-content {
    text-align: left !important;
  }
}
.contact-form-content h1 {
  font-size: 45px;
  font-weight: 600;
  color: #0075c9;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-form-content h1 {
    font-size: 40px;
  }
}
.contact-form-content p {
  font-size: 24px;
  color: #0075c9;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
.contact-form .form input {
  font-size: 21px;
  font-weight: 400;
  color: #0075c9;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 20px 10px 20px;
  outline: none;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #0075c9;
  width: 100%;
  margin-bottom: 30px;
}
.contact-form .form ::placeholder {
  font-size: 21px;
  font-weight: 400;
  color: #0075c9;
  font-family: "Fira Sans", sans-serif;
}
.contact-form .form .form-left {
  width: 41%;
  float: left;
}
@media (max-width: 767px) {
  .contact-form .form .form-left {
    width: 100%;
    float: none;
  }
}
.contact-form .form .form-right {
  width: 41%;
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .contact-form .form .form-right {
    width: 100%;
    float: none;
  }
}
.contact-form .form .form-right:before {
  position: absolute;
}
.contact-form .form .form-right textarea {
  font-size: 21px;
  font-weight: 400;
  color: #0075c9;
  font-family: "Fira Sans", sans-serif;
  padding: 10px 20px 10px 20px;
  outline: none;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #0075c9;
  width: 100%;
  margin-bottom: 105px;
  height: 55px;
}
.contact-form .form .form-right input[type="submit"] {
  width: 290px;
  float: right;
  border: 2px solid #0075c9;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  padding: 6px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-form .form .form-right input[type="submit"] {
    float: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.contact-form .form .form-right input[type="submit"]:hover {
  color: #ffffff;
  background: #0075c9;
}

/* callto-css-start */
.callto-area {
  color: #ffffff;
  background-color: #0075c9;
}
@media (max-width: 767px) {
  .callto-area {
    padding: 80px 30px;
  }
}
.callto-area .callto-left img {
  display: inline-block;
  float: left;
  position: relative;
  top: 15px;
}
.callto-area .callto-left .cell-info {
  display: inline-block;
  margin-left: 30px;
}
.callto-area .callto-left .cell-info a {
  font-size: 36px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  display: block;
  letter-spacing: 3px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.callto-area .callto-left .cell-info a:hover {
  opacity: 0.5;
}
.callto-area .callto-left .cell-info a span {
  font-weight: 300;
  margin-right: 10px;
  font-family: "Fira Sans Condensed", sans-serif;
}
@media (max-width: 767px) {
  .callto-area .callto-right {
    margin-top: 60px;
  }
}
.callto-area .callto-right img {
  display: inline-block;
  float: left;
  position: relative;
  top: 15px;
}
.callto-area .callto-right .mail-info {
  margin-left: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  .callto-area .callto-right .mail-info {
    position: relative;
    top: 10px;
  }
}
.callto-area .callto-right .mail-info a {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .callto-area .callto-right .mail-info a {
    font-size: 21px;
    border-bottom: 1px solid #ffffff;
    line-height: 1;
    margin-bottom: 15px;
  }
}
.callto-area .callto-right .mail-info a:hover {
  opacity: 0.5;
}

.mobile-home-add p {
  font-size: 21px;
}

.hom-add {
  display: inline-block;
  margin-left: 40px;
}

.mobile-home-add img {
  float: left;
  height: 58px;
  width: 56px;
}

.mobile-home-add {
  padding-top: 85px;
  display: none;
}
@media (max-width: 767px) {
  .mobile-home-add {
    display: block;
  }
}

.cta-area {
  background-color: #0075c9;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cta-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cta-area-content h1 {
  font-size: 45px;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.cta-area-content p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans", sans-serif;
}
.cta-area-content .cta-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  padding: 10px 120px;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 1.5;
  margin-top: 45px;
  background-color: #0075c9;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .cta-area-content .cta-btn {
    padding: 10px 58px;
  }
}
.cta-area-content .cta-btn:hover {
  background-color: #ffffff;
  color: #0075c9;
}

/* footer-css-start */
.footer-area {
  background-color: #e1e1e1;
}
@media (max-width: 767px) {
  .footer-area {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-right {
    text-align: left !important;
    padding-top: 60px;
    padding-bottom: 10px;
  }
}
.footer-area .footer-right a {
  height: 50px;
  width: 50px;
  background: #0075c9;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .footer-right a:hover {
  opacity: 0.5;
}
.footer-area .footer-right a i.fab {
  font-size: 30px;
}
.footer-area .footer-copyright-left p {
  font-size: 16px;
  color: #0075c9;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
}
.footer-area .footer-copyright-right {
  color: #0075c9;
}
@media (max-width: 767px) {
  .footer-area .footer-copyright-right {
    text-align: left !important;
  }
}
.footer-area .footer-copyright-right a {
  font-size: 16px;
  color: #0075c9;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .footer-copyright-right a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .ff-text {
    display: none;
  }
}
.ff-text p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #0075c9;
}

.collapsing {
  transition: none !important;
}
@media (max-width: 380px) {
  .callto-area .callto-left .cell-info a {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.css.map */

/***********  COOKIE BANNER   ***********/
#overbox3 {	
  position: fixed; 
  bottom: 0px; 
  left: 0px; 
  width: 100%; 
  z-index: 999999; 
  display: block;
  transition: 0.5s;
}

#overbox3.active {	
  bottom: -116px;
}

#infobox3 { 
  margin: auto; 
  position: relative; 
  top: 0px; 
  height: 115px; 
  width: 100%; 
  text-align: center; 
  background-color: #1975c9; 
  /* box-shadow: 0 -5.5px 22px rgba(0,0,0,.5); */
}
#btnbox3 {
  background-color: #1975c9;    
  padding: 3px 19px;
  color: #fff;
  width: fit-content;
  width: -moz-fit-content;
}

#btnbox3 a{    
  color: #fff;
}
#btnbox3 a:hover{    
  text-decoration-line: underline
}

#infobox3 p {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 69%;
  margin-left: 10%;
  padding-top: 10px;
}

#infobox3 p a { 
  margin-left: 27px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
  }

  #overbox3.active {
      bottom: -217px;
  }

  #infobox3 {    
      height: 215px;   
  }
  #infobox3 p {
      line-height: 24px;
      text-align: left;
      padding: 17px 20px 10px 30px;
      font-size: 12px;
      margin-left: 0;
      width: 100%;
  }
  #infobox3 p a {
      margin-left: 27px;
      
  }
}