/*--- Colors ----*

Brown: 6d251e / rgba(109,37,30,0.5);
Green: 0eac3f / rgba(14,162,63,0.5);

----*/

* {
  outline: 0 !important;
  text-decoration: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Helvetica;
}

::selection {
  color: white;
  background: #0eac3f;
}

.row {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

p,
li,
label,
span,
input,
textarea {}

label {}

p {
  color: #333;
  line-height: 1.6em;
  font-size: 1.1em;
}

a,
button {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:hover,
button:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {}

ul {
  list-style-type: square;
}

.carousel-control.left,
.carousel-control.right {
  background: transparent;
}

.right-tel li p {
  color: white;
}





/*--- General Styles End ---*/

/* Padding's */
.p-1 {
  padding: 1%;
}

.p-3 {
  padding: 3%;
}

.p-5 {
  padding: 5%;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-1 {
  padding-right: 1%;
  padding-left: 1%;
}

.px-3 {
  padding-right: 3%;
  padding-left: 3%;
}

.px-5 {
  padding-right: 5%;
  padding-left: 5%;
}

.py-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.py-3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.py-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.pt-1 {
  padding-top: 1%;
}

.pt-3 {
  padding-top: 3%;
}

.pt-5 {
  padding-top: 5%;
}

.pb-1 {
  padding-bottom: 1%;
}

.pb-3 {
  padding-bottom: 3%;
}

.pb-5 {
  padding-bottom: 5%;
}

/* End Padding's*/

/* Margin's */

.m-1 {
  margin: 1%;
}

.m-1 {
  margin: 1%;
}

.m-5 {
  margin: 5%;
}

.mx-auto {
  margin: 0 auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mx-1 {
  margin-right: 1%;
  margin-left: 1%;
}

.mx-3 {
  margin-right: 3%;
  margin-left: 3%;
}

.mx-5 {
  margin-right: 5%;
  margin-left: 5%;
}

.my-1 {
  margin-top: 1%;
  margin-bottom: 1%;
}

.my-3 {
  margin-top: 3%;
  margin-bottom: 3%;
}

.my-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.mt-1 {
  margin-top: 1%;
}

.mt-3 {
  margin-top: 3%;
}

.mt-5 {
  margin-top: 5%;
}

.mb-1 {
  margin-bottom: 1%;
}

.mb-3 {
  margin-bottom: 3%;
}

.mb-5 {
  margin-bottom: 5%;
}

/* End Margin's*/

/* Display's */
.d-flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.row-jc-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.row-ai-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
}

.row-flex-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
  align-items: center;
}

/* End Display's */




.row {
  padding: 0;
  margin: 0;
}

.caption-hide {
  display: none !important;
  position: relative;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 200px;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  width: 100%;
}

.carousel-banner .item img {
  width: 100%;
}

.caption-banner {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  padding: 1% 0;
}

/*-------- Header - Menu --------*/
.mobile-header {
  display: none;
}

.desktop-header {
  background: #6d251e;
  padding: 1%;
}

.desktop-header .h_left img {
  width: 100%;
}

.desktop-header .col-md-8 {
  padding: 0;
  text-align: center;
}

.desktop-header .nav>li {
  width: 15%;
}

.desktop-header .nav>li>a {
  padding: 10px 5px;
}

.nav-tabs {
  border: none;
  margin-top: 0.5%;
}

.nav-tabs>li:nth-child(4),
.nav-tabs>li:nth-child(5) {
  width: 20%;
}

.nav-tabs>li>a {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  font-weight: 700;
  transform: skew(-10deg, 0deg);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: none;
  background-color: #0eac3f;
  color: white;
}

.nav-tabs>li>a:hover {
  background-color: #0eac3f;
  color: white;
  border: none;
}

.desktop-header .h_right ul {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
  text-align: right;
}

.desktop-header .h_right ul a {
  font-weight: 700;
  color: #0eac3f;
}

.desktop-header .h_right ul p {
  margin: 0;
  color: white;
  font-weight: 700;
  font-size: 1.2em;
  font-style: italic;
}

/*-------- Header - End --------*/






.caption-banner h1 {
  color: #fff;
  font-family: 'charter';
  letter-spacing: -3px;
  font-style: italic;
  font-size: 3em;
  margin: 2% 0
}

.caption-banner h2 {
  color: #fff;
  font-family: 'helvetica_bold';
  font-style: italic;
  font-size: 23px;
  margin: 0;
}

.contenedor-caption {
  width: 80%;
  margin-left: 10%;
  padding: 30px;
}

.contenedor-caption a {
  background: #0eac3f;
  color: #fff;
  vertical-align: middle;
  padding: 10px 20px;
  font-family: 'helvetica_bold';
  font-style: italic;
  font-size: 15px;
  border-radius: 5px;
  top: 35px;
  position: relative;
  transition: all 0.3s ease;
}

.contenedor-caption a:hover,
.contenedor-caption a:focus,
.contenedor-caption a:active {
  opacity: 1;
  text-decoration: none;
  transition: all 0.3s ease;
  background: white;
  color: #0eac3f;
}

.contenedor-caption a img {
  margin-top: -5px;
  margin-left: 5px;
}


.overlay-birth {
  padding: 100px;
  position: absolute;
  width: 100%;
  height: 750px;
  background: rgba(14, 172, 63, 0.8);
  top: 0;
  left: 0;
}

.overlay-birth .col-md-6 {
  padding: 0;
  padding-top: 25px;
  padding-bottom: 50px;
}

.overlay-birth .col-md-6:nth-child(1) img {
  float: right;
  margin-right: 25px;
}

.birth-title {
  position: relative;
  z-index: 9999;
  color: #fff;
  text-align: center;
  padding: 35px;
  font-size: 34px;
  font-family: charter;
}

.circle {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  overflow: hidden;
}

.overlay-birth .col-md-6:nth-child(2) {
  padding-left: 25px;
}

.overlay-birth .col-md-6:nth-child(2) h1 {
  margin-bottom: 0;
  color: #fff;
  font-family: 'charter';
  letter-spacing: -4px;
  font-size: 50px;
}

.overlay-birth .col-md-6:nth-child(2) p {
  width: 85%;
  color: #fff;
  padding-top: 20px;
  font-family: Helvetica;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 15px;
}

.overlay-birth .col-md-6:nth-child(2) a {
  background: transparent;
  color: #fff;
  font-family: 'helvetica_bold';
  font-size: 15px;
  font-style: italic;
  vertical-align: middle;
  padding: 10px 30px;
  border-radius: 5px;
  border: solid 2px rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.overlay-birth .col-md-6:nth-child(2) a:hover {
  background: #fff;
  color: #0eac3f;
  border: solid 2px #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.overlay-proyects-home a {
  background: transparent;
  color: #fff;
  font-family: 'helvetica_bold';
  font-size: 15px;
  position: relative;
  top: 200px;
  font-style: italic;
  vertical-align: middle;
  padding: 10px 30px;
  border-radius: 5px;
  border: solid 2px rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.overlay-proyects-home a:hover {
  background: #fff;
  color: #00507c;
  border: solid 2px rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: all 0.3s ease;
}



.overlay-contactenos {
  width: 100%;
  height: 300px;
  padding: 50px;
  position: absolute;
  background: rgba(26, 26, 26, 0.83);
}

.over-contact {
  width: 100%;
  height: 80px;
  margin-top: 220px;
  z-index: 2;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 25%, rgba(109, 37, 30, 0.06) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0.02)), color-stop(100%, rgba(109, 37, 30, 0.06)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 25%, rgba(109, 37, 30, 0.06) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 25%, rgba(109, 37, 30, 0.06) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 25%, rgba(109, 37, 30, 0.06) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 25%, rgba(109, 37, 30, 0.06) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#176d251e', GradientType=0);
  /* IE6-9 */
}

.overlay-contactenos h1 {
  font-family: 'charter';
  letter-spacing: -4px;
  color: #fff;
  margin: 0;
  font-size: 3em;
}

.overlay-contactenos a {
  background: transparent;
  color: #fff;
  font-family: 'helvetica_bold';
  font-size: 15px;
  position: relative;
  top: 50px;
  font-style: italic;
  vertical-align: middle;
  padding: 10px 35px;
  border-radius: 5px;
  border: solid 2px rgba(14, 172, 63, 0.8);
  transition: all 0.3s ease;
}

.overlay-contactenos a:hover {
  background: #fff;
  color: rgba(14, 172, 63, 1);
  border: solid 2px rgba(255, 255, 255, 1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-down {
  background: #1a1a1a;
  padding: 50px;
}

.footer-down .lateral,
.footer-down .lateral-derecho {
  /* width: 40%; */
  float: left;
}

.footer-down .central {
  /* width: 20%; */
  float: left;
}

.footer-down .central p>a {
  font-family: 'helvetica_bold';
  color: rgba(14, 172, 63, 1);
  transition: all 0.3s ease;
}

.footer-down .central p>a:hover {
  font-family: 'helvetica_bold';
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-down .central p {
  padding-top: 30px;
  color: #999;
  font-family: 'helvetica_light';
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.3px;
}

.footer-down .lateral-derecho ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}

.footer-down .lateral-derecho ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.footer-down .lateral-derecho ul li:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

.footer-down .lateral ul {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
}

.footer-down .lateral ul li {
  list-style: none;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-down .lateral ul li a {
  color: #fff;
  font-size: 13px;
  transition: all 0.3s ease;
}


.footer-down .lateral ul li a:hover {
  color: rgba(14, 172, 63, 1);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-down .lateral p {
  font-style: italic;
  font-family: 'helvetica_light';
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  color: #999;
}

/* Inicio */
.featured {
  background: #222;
  padding: 1%;
  text-align: center;
}

.featured h2 {
  margin-top: 0;
  color: #0eac3f;
  font-family: charter;
  letter-spacing: -3px;
  font-size: 3.3em;
}

.featured h3 {
  color: white;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: italic;
  margin-bottom: 2%;
  margin-top: 1%;
}

.intro_v2 {
  background: white;
  padding: 3%;
  color: #222;
}

.intro_v2 h4 {
  color: #0eac3f;
  font-family: charter;
  font-size: 2em;
  margin-top: 0;
  letter-spacing: -1px;
  text-align: center;
}

.intro_v2 img {
  width: 65%;
  margin-top: 10%;
}

.intro_v2 h2 {
  font-weight: 700;
  letter-spacing: -1px;
  font-style: italic;
}

.intro_v2 .col-md-8 p {
  text-align: justify;
}



/* Nosotros */
.overlay-nosotros {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 650px;
  width: 100%;
  text-align: center;
}




.about {
  background: white;
  padding: 7% 2% 0 2%;
}

.about ul li {
  margin-bottom: 2%;
}

.about ul {
  margin-top: 2%;
}

.about p strong {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: italic;
  font-size: 1.8em;
  color: #0eac3f;
}

.about img {
  width: 100%;
}

.a_lower {
  margin-top: 5%;
  padding: 2% 0;
}

.a_lower li {
  font-size: 1.2em;
}

.a_lower ul {
  padding: 5%;
}

.about .col-md-10 {
  text-align: justify;
}

.mision {
  background: #222;
  padding: 5% 8%;
}

.mision h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: italic;
  font-size: 1.8em;
  color: #0eac3f;
}

.mision p {
  color: white;
}

.n_team {
  padding: 5% 2%;
  background: white;
}

.n_team img {
  width: 100%;
}

.n_team .col-md-6 {
  padding: 0;
}

.n_team p strong {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: italic;
  font-size: 1.8em;
  color: #0eac3f;
}

.n_team .col-md-10 {
  background: #222;
  padding: 3% 5%;
  text-align: center;
  border-radius: 3px;
}

.n_team .col-md-10 p {
  color: white;
}

.carousel-team {
  padding: 2%;
}

.carousel-team p {
  text-align: center;
  font-style: italic;
}

.overlay-nosotros h1 {}



.enterprise-us-overlay {
  background: rgba(14, 172, 63, 0.8);
  height: 800px;
  width: 100%;
  padding: 50px 100px;
}

.nosotros-descripcion h1 {
  font-family: 'charter';
  color: #fff;
  letter-spacing: -2.5px;
}

.nosotros-descripcion p {
  color: #fff;
  font-size: 15px;
  padding-top: 15px;
  width: 80%;
  line-height: 30px;
}

.circle-us {
  width: 350px;
  height: 350px;
  border-radius: 150px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 150px;
  overflow: hidden;
  border: solid 5px rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}


.giro-overlay {
  position: absolute;
  width: 100%;
  height: 800px;
  background: rgba(255, 255, 255, 0.8);
  padding: 75px;
}

.giro-comercial h1 {
  text-align: center;
  margin: 0;
  font-family: 'charter';
  color: #4d4d4d;
  letter-spacing: -2.6px;
}

.giro-comercial .col-md-6 {
  padding-top: 50px;
}

.giro-comercial .col-md-6 ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #444;
  font-size: 17px;
  font-family: 'helvetica_bold';
  font-style: italic;
  width: 80%;
  line-height: 40px;
  background: url(../images/CHECK.svg) left no-repeat;
  background-position-y: 20px;
  padding-left: 25px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
  list-style: none;
}

.giro-comercial .col-md-6 ul li:last-child {
  border: none;
}

.team .col-md-4 {
  padding: 50px;
  background: #1a1a1a;
  overflow-y: visible;
  overflow-x: hidden;
  height: 465px;
}

.team h1 {
  color: rgba(14, 172, 63, 1);
  padding-bottom: 15px;
  margin: 0;
  font-family: 'charter';
  font-size: 35px;
  letter-spacing: -2.6px;
}

.team p {
  color: #fff;
  line-height: 30px;
}

.team .col-md-8 {
  padding: 0;
}

.team-overlay {
  position: absolute;
  width: 100%;
  height: 465px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.team .carousel-inner .item {
  height: 465px;
}

.team .carousel-inner .item img {
  width: 100%;
}

.team .carousel-inner .item .col-md-6 {
  padding: 0;
}

.team .carousel-inner .item .col-md-6 img {
  width: 100%;
  height: 465px;
}

.team .carousel .carousel-control {
  background: none;
  border: none;
  top: 50%;
  opacity: 0.7;
  z-index: 2;
  transition: all 0.3s ease;
}

.team .carousel .carousel-control:hover {
  opacity: 1;
  transition: all 0.3s ease;
}




/*-------- PROYECTOS --------*/

.overlay-proyectos {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 650px;
  width: 100%;
  text-align: center;
}

.projects .col-md-6 {
  padding: 0;
}

.projects .selector ul {
  padding: 0;
  margin: 0;
  overflow-y: visible;
  overflow-x: hidden;
}

.projects .selector ul li {
  list-style: none;
  padding: 20px;
  background: #333;
  transition: all 0.3s ease;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.projects .selector ul a li h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5;
  color: #0eac3f;
  margin: 0;
  font-style: italic;
  margin-bottom: 15px;
}

.projects .selector ul a li p {
  padding: 0;
  margin: 0;
  color: #bbb;
  font-size: 13px;
  margin-top: 5px;
}

.projects .selector ul a li p span {
  color: #999;
  font-weight: bold;
}

.projects .selector {
  background: #222;
  padding: 0;
}

.projects .selector ul a:hover,
.projects .selector ul a:focus {
  text-decoration: none;
}

.proyectos_v2 {
  padding: 5% 0;
}

.p_left .col-md-4 {
  padding: 0;
}

.p_left .col-md-4 a label {
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: italic;
  color: #0eac3f;
}

.p_left .col-md-4 a label {
  line-height: 1.3em;
}

.p_left .help-block {
  line-height: 1.2em;
}

.p_desc h5 {
  font-weight: 700;
  margin-bottom: 5%;
}

.p_desc ul li {
  margin-bottom: 6%;
  line-height: 1.7em;
}

.p_desc ul {
  padding-left: 4.5%;
}

.p_desc h2 {
  line-height: 1.4em;
  font-weight: 700;
  margin-top: 0;
  letter-spacing: -1px;
}

.p_upper {
  background: #f5b124;
  padding: 3%;
  border-radius: 3px;
}

#selector-i li:nth-child(1),
#selector-i li:nth-child(3),
#selector-i li:nth-child(5),
#selector-i li:nth-child(7),
#selector-i li:nth-child(9),
#selector-i li:nth-child(11),
#selector-i li:nth-child(13),
#selector-i li:nth-child(15),
#selector-i li:nth-child(17),
#selector-i li:nth-child(19) {
  background-color: #fff2cc;
}

#selector-i li:nth-child(2),
#selector-i li:nth-child(4),
#selector-i li:nth-child(6),
#selector-i li:nth-child(8),
#selector-i li:nth-child(10),
#selector-i li:nth-child(12),
#selector-i li:nth-child(14),
#selector-i li:nth-child(16),
#selector-i li:nth-child(18),
#selector-i li:nth-child(20) {
  background-color: #ffe69b;
}
#selector-i li{
  padding: 0;
}
#selector-i li a{
  color: #0eac3f;
  cursor: pointer;
  display: block;
  padding: 5%;
  font-weight: 600;
}
#selector-i li a small{
  color: #737373;
  font-weight: 300;
}
#selector-i li a:hover,
#selector-i li.active a,
#selector-i li.active a:hover{
  background-color: #f5b124;
  border-color: #f5b124;
}
#selector-i li a:hover,
#selector-i li.active a,
#selector-i li.active a:hover{
  color: #000000;
}
#selector-i li a:hover small,
#selector-i li.active a small,
#selector-i li.active a small,
#selector-i li.active a:hover small{
  color: #555555;
}
.active-select {
  background: #fff !important;
}

.projects .selector ul a li:hover {
  background: #fff;
  color: #222;
  transition: all 0.3s ease;
}


.selector h1 {
  color: #0eac3f;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  font-family: 'charter';
  font-size: 27px;
  letter-spacing: -1px;
  font-style: inherit;
}

.descripcion-proyecto h1 {
  color: #0eac3f;
  padding: 0;
  margin: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  font-family: 'charter';
  font-size: 27px;
  letter-spacing: -1px;
  font-style: inherit;
}

.contenedor-p {
  padding: 5%;
  overflow-y: visible;
  overflow-x: hidden;
  padding-top: 0 !important;
}

.contenedor-p ul {
  padding-left: 4%;
}

.contenedor-p ul li {
  margin-bottom: 5%;
  line-height: 1.5em;
  color: #333;
}

.gallery {
  overflow-y: visible;
  overflow-x: hidden;
}

.gallery .col-md-6 {
  height: 250px;
  padding: 0;
}

.gallery .col-md-6 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.overlay-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.overlay-gallery:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}


/*-------- PROYECTOS --------*/







/*-------- MOVIMIENTOS --------*/

.overlay-movimiento {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 650px;
  width: 100%;
  text-align: center;
}

.overlay-movimiento h1 {}

.overlay-s-movimiento {
  position: absolute;
  background: rgba(52, 52, 52, 0.85);
  height: 650px;
  width: 100%;
  padding: 100px;
  text-align: center;
}

.mt {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  border: solid 6px rgba(255, 255, 255, 0.1);
}

.overlay-s-movimiento img {
  margin-bottom: 30px;
}

.overlay-s-movimiento p {
  width: 75%;
  color: #eee;
  text-align: center;
  font-size: 15px;
  line-height: 28px;
  padding-top: 20px;
}

.overlay-s-movimiento p strong,
.overlay-s-movimiento p strong b {
  font-weight: normal;
  font-family: 'helvetica_bold';
  letter-spacing: 0px;
}

.statics h1 {
  color: #0eac3f;
  font-size: 35px;
  text-align: center;
  margin: 0;
  font-family: 'charter';
  letter-spacing: -3px;
}

.statics p {
  color: #999;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.3px;
  padding-top: 10px;
  line-height: 25px;
}

.statics>.row>.col-md-2 {
  padding: 30px;
  width: 20%;
  height: 300px;
}

.statics>.row>.col-md-2:nth-child(1) {
  background: #1a1a1a;
}

.statics>.row>.col-md-2:nth-child(2) {
  background: #232323;
}

.statics>.row>.col-md-2:nth-child(3) {
  background: #1a1a1a;
}

.statics>.row>.col-md-2:nth-child(4) {
  background: #232323;
}

.statics>.row>.col-md-2:nth-child(5) {
  background: #1a1a1a;
}


/*-------- MOVIMIENTOS --------*/


.overlay-elo {
  background: rgba(14, 172, 63, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.overlay-elo-s {
  background: rgba(16, 104, 62, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.overlay-elo-s p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}

.overlay-elo p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}

.overlay-elo-s p:first-child {
  padding: 0;
}

.overlay-elo p strong {
  font-weight: normal;
  font-family: 'helvetica_bold';
}

.overlay-elo-s p strong {
  font-weight: normal;
  font-family: 'helvetica_bold';
}

.gallery-eolic .col-md-4 {
  padding: 0;
}

.gallery-eolic .col-md-4 img {
  width: 100%;
}

.overlay-gallery-e {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
  z-index: 1;
  color: transparent;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.overlay-gallery-e:hover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
}

.overlay-gallery-e img {
  width: auto !important;
  opacity: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  transition: all 0.3s ease;
}

.overlay-gallery-e:hover img {
  opacity: 1;
  width: auto !important;
  transition: all 0.3s ease;
}

.overlay-gallery-e p {
  width: 60%;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0.3px;
}



.overlay-cimentacion {
  position: absolute;
  width: 100%;
  height: 800px;
  padding: 50px;
  background: rgba(0, 0, 0, 0.7);
}

.overlay-cimentacion h1 {
  margin: 0;
  color: #0eac3f;
  font-size: 35px;
  font-family: 'charter';
  letter-spacing: -2px;
  padding-bottom: 20px;
}

.overlay-cimentacion span {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-family: 'helvetica_bold';
  padding-left: 10px;
}

.overlay-cimentacion p {
  margin: 0;
  color: #bbb;
  font-size: 15px;
  padding-top: 20px;
  line-height: 28px;
}

.overlay-cimentacion p strong,
.overlay-cimentacion p b {
  font-family: 'helvetica_bold';
  font-weight: normal;
}

.overlay-cimentacion>.col-md-6>.guate {
  padding: 0;
  border-radius: 5px;
  width: 45px;
}

.overlay-cimentacion>.col-md-6>.spain {
  margin-left: 25px;
  border-radius: 5px;
  margin-right: 10px;
  width: 45px;
}

.circle-c {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  margin-top: 150px;
}

.gallery-cimiento .col-md-3 img {
  width: 100%;
}

.gallery-cimiento .col-md-3 {
  padding: 0;
}

.gallery-c-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}

.gallery-c-overlay:hover {}

.overlay-clientes h1 {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #0eac3f;
  font-family: 'charter';
  font-size: 25px;
  width: 90%;
  margin-left: 5%;
  line-height: 30px;
  letter-spacing: -2px;
  padding-bottom: 20px;
}


.overlay-clientes {
  padding: 100px;
  background: rgba(255, 255, 255, 0.9);
  height: 900px;
}

.overlay-clientes .col-md-4 {
  height: 233.333333px;
}

.overlay-clientes p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #222;
  font-size: 15px;
  line-height: 28px;
  width: 90%;
  margin-left: 5%;
}



.overlay-emp {
  width: 100%;
  height: 250px;
  padding: 50px;
  position: absolute;
  background: rgba(26, 26, 26, 0.85);
}

.overlay-emp h1 {
  font-family: 'charter';
  letter-spacing: -2px;
  padding-top: 45px;
  color: #fff;
  margin: 0;
  font-size: 30px;
}



.overlay-contacto {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  height: 650px;
  width: 100%;
  text-align: center;
}

.overlay-contacto h1 {}

.overlay-contacto-s {
  padding: 50px;
  position: absolute;
  width: 100%;
  height: 900px;
  background: rgba(14, 172, 63, 0.9);
}

.overlay-contacto-s .col-md-6 {
  margin: 0;
}

.especs-contact {}

.especs-contact h1 {
  font-family: 'helvetica_bold';
  font-size: 35px;
  color: #fff;
  margin: 0;
  font-style: italic;
}

.especs-contact h1 img {
  width: 35px;
}

.especs-contact p {
  font-size: 16px;
  font-family: 'helvetica_bold';
  font-style: italic;
  font-weight: normal;
  color: #fff;
  padding-top: 10px;
}

.especs-contact span {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}

.form-contacto {
  width: 400px;
  height: 700px;
}

.form-contacto input {
  margin-top: 15px;
  height: 35px;
  border: none;
  padding: 10px;
  color: #222;
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
}

.form-contacto input:focus,
.form-contacto input:active {
  outline: 0;
}

.form-contacto input::-webkit-input-placeholder {
  color: #9a9a9a;
}

/* WebKit */
.form-contacto input:-moz-placeholder {
  color: #9a9a9a;
}

/* Firefox 18- */
.form-contacto input::-moz-placeholder {
  color: #9a9a9a;
}

/* Firefox 19+ */
.form-contacto input:-ms-input-placeholder {
  color: #9a9a9a;
}

/* IE 10+ */

.form-contacto textarea {
  margin-top: 15px;
  height: 75px;
  padding: 10px;
  font-size: 15px;
  color: #222;
  border: none;
  width: 400px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.form-contacto textarea:focus,
.form-contacto textarea:active {
  outline: 0;
}

.form-contacto textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}

/* WebKit */
.form-contacto textarea:-moz-placeholder {
  color: #9a9a9a;
}

/* Firefox 18- */
.form-contacto textarea::-moz-placeholder {
  color: #9a9a9a;
}

/* Firefox 19+ */
.form-contacto textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

/* IE 10+ */

.form-contacto p,
.form-contacto span {
  color: #fff;

  font-size: 14px;
  margin-top: 20px;
}

.form-contacto>form>.nombre {
  width: 49%;
  float: left;
}

.but {
  padding-top: 20px;
}

.form-contacto button,
.form-contacto button:focus {
  color: #fff;
  padding: 15px 25px;
  font-family: 'helvetica_bold';
  font-style: italic;
  background: #6D251E;
  border: none;
  font-size: 15px;
  outline: 0 !important;
  transition: all 0.3s ease;
}

.form-contacto button:hover,
.form-contacto button:active {
  background: #fff;
  padding: 15px 25px;
  font-family: 'helvetica_bold';
  font-style: italic;
  color: #6D251E;
  font-weight: normal;
  outline: 0 !important;
  border: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.form-contacto>form>.apellido {
  width: 49%;
  float: left;
  margin-left: 2%
}

.especs-contact ul {
  padding: 0;
  margin: 0;
  padding-top: 20px;
  float: right;
}

.especs-contact ul li {
  display: inline;
  padding-left: 15px;
  list-style: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.especs-contact ul li:hover {
  opacity: 1;
  transition: all 0.3s ease;
}

/* Erosión */

.erosion {
  padding:2% 0;
}
.erosion h2 {
  margin-top:0;
  color:#0eac3f;
  font-family:charter;
  font-size:2em;
  letter-spacing: -2px;
}
.erosion img {
  width:100%;
}
.e_upper img {
  border-radius:3px;
}
.e_features {
  text-align:center;
}
.e_features img {
  width:50%;
  margin:0 auto;
}
.e_features .panel-default {
  border:2px solid #ffd047;
}

/* Contacto */

.contacto_v2 {
  padding:5% 0;
}
.contacto_v2 input {
  margin-bottom:3%;
}
.recaptcha {
  margin-top:5%;
  margin-bottom:5%;
}
.contacto_v2 h3 {
  margin-top:0;
  color:#0eac3f;
  font-family:charter;
  font-size:2em;
  letter-spacing: -2px;
}
.contacto_v2 h4 {
  color:#222;
  font-weight:700;
  font-style: italic;
}
.contacto_v2 a {
  color:#0eac3f;
}

/* Clientes */
.clientes_v2 {
  background:white;
  padding:5%;
}
.clientes_v2 ul li {
  display:inline-block;
  border:1px solid #ddd;
  border-radius:3px;
  padding:3%;
  text-align:center;
  width:30%;
  vertical-align: top;
  margin:1%;
  min-height:200px;
}
.clientes_v2 li strong {
  display:block;
  margin-top:0;
  color:#0eac3f;
  font-family:charter;
  letter-spacing: -2px;
  font-size:1.8em;    
  font-weight:normal;
  line-height:1.1em;
  margin-bottom:2%;
}
.clientes_v2 li em {
  display:block;
  font-style: normal;
  font-weight:700;
  color:#555;
  margin-bottom:2%;
}   
.clientes_v2 li {
  color:#777;
}
/* Vista Gracias #view-gracias */

#view-gracias #cover-top img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* End Vista Gracias */

/* Footer */
.copy-dsk p,
.copy-mb p {
  font-style: italic;
  font-family: 'helvetica_light';
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  color: #999;
}
.dev-dsk p,
.dev-mb p {
  padding-top: 30px;
  color: #999;
  font-family: 'helvetica_light';
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.3px;
}
.dev-dsk p a,
.dev-mb p a{
  font-family: 'helvetica_bold';
  color: rgba(14, 172, 63, 1);
  transition: all 0.3s ease;
}
.copy-dsk p,
.dev-dsk p{
  display: block; 
}
.copy-mb p,
.dev-mb p{
  display: none;
}




/*--- Responsive Begin ---*/
/* 
##Device = Most of the Smartphones Mobiles (Portrait, Landscape)
##Screen = B/w 320px to 767px

*/

@media (min-width: 320px) and (max-width: 767px) {
  /* general styles */
    .pt-xs-20{
      padding-top: 20%;
    }
  /* End general styles */
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .navbar-header {
    border: none !important;
  }

  .navbar-default {
    border: none;
  }

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    background: #6d251e;
    border: none;
  }

  .m_logo {
    padding: 2% 0;
  }

  .m_logo img {
    width: 40%;
  }

  .nav-tabs>li {
    width: 100% !important;
    display: block;
    transform: skew(10deg, 0deg);
  }

  .navbar-default {
    margin-bottom: 0;
  }

  .nav-tabs>li>a {
    margin-right: 0;
  }

  .nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
    background: #0eac3f;
  }

  .navbar-nav .open .dropdown-menu {
    transform: skew(-10deg, 0deg);
    color: white !important;
    background: rgba(0, 0, 0, 0.5);
  }

  /* Inicio */
  .featured {
    padding: 5%;
  }

  .featured h2 {
    font-size: 2.3em;
  }

  .featured h3 {
    font-size: 1.2em;
    margin-top: 0;
  }

  .intro_v2 {
    text-align: center;
  }

  .intro_v2 .col-md-4 {
    text-align: center;
  }

  .intro_v2 h4 {
    font-size: 1.5em;
    margin-top: 5%;
  }

  .intro_v2 h2 {
    font-size: 2em;
  }
  /* Clientes */
  .clientes_v2 ul {
    padding:0;
  }
  
  .clientes_v2 ul li {
    width:100%;
    display:block;
    height:auto;
    min-height:0;
    padding:5%;
  }
  /* Footer */
  .footer-down .lateral-derecho ul li {
    padding: 0 5px;
  }
  .footer-down {
    background: #1a1a1a;
    padding: 20% 5% 5%;
  }
  .copy-dsk p,
  .dev-dsk p{
    display: none;
  }
  .copy-mb p,
  .dev-mb p{
    display: block; 
    text-align: center;
  }
  .dev-mb p {
    padding-top: 5px;
  }
  .footer-down .lateral ul li {
    width: calc(100% / 2);
    padding: 3% 0;
  }
}