body{
font-family: 'Josefin Sans', sans-serif!important;
font-size: 14px;
transition: all 1s !important;


}

.logo-index{
  width: 365px!important;
}


.content__buttons {

    text-align: center;
    padding: 0px;

}

.icon-serv{
 width: 190px;

}

.fondo-header{
 background-image: url(../img/img-header.jpg);
 min-height: 750px;
 padding: 50px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 background-attachment: fixed;
 transition: all 1s;
}

.fondo-interno{
 background-image: url(../img/img-header.jpg);
 min-height: 100% !important;
 padding: 50px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 background-attachment: fixed;
 transition: all 1s;
}

.fondo-contacto{
 background-image: url(../img/img-fondo-contacto.jpg);
 min-height: 1000px;
 padding: 50px;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 background-attachment: fixed;
 transition: all 1s;
}

.fondo-gradiente-1{
  background-image: url(../img/fondo-interno.jpg);
 min-height: 100%;
 background-repeat: repeat;
 background-size: cover;
 background-attachment: fixed;

}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.centrado{
 margin: 10px auto;
 display: block;
}

.fondo-interno-2{
  background-image: url(../img/fondo-interno.jpg);
 padding-bottom: 30px;
 background-repeat: repeat;
 background-position: center;s
 background-size: cover;
 background-attachment: fixed;


}

span::before {
    content: "|";
    font-size: 1em;
    color: #8CC046;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 10px;
}



.logo1{
  width: 200px;
}

.logo-header{
  width:600px;
}

.slide-text h1{
  font-size: 5.8em;
  color: #8CC046;
}

.slide-text h2{
  font-size: 4em;
  color: #fff;
}

.slide-text h3{
  font-size: 2em;
  color: #fff;
}


.fondo-gris{
  background-color: #111111;
  width: 100%;
  min-height: 200px;
  padding: 12px;
  font-size: 1.1em;
  background-image: url(../img/img-footer.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.fondo-gris a{
  color: #fff;
}

.fondo-gris:hover a{
  color: #fff;
}

.texto-blanco{
	color: #fff !important;

}

hr{
	height: 2px;
}

h3, p{

    margin: 0;

}


.titulo-servicio{
	font-size: 1.3em;
	padding: 10px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif!important;
}


a:hover,

a:focus{

    text-decoration: none !important;

}

ul {
  list-style-type: none;
}

a {
  color: #00c5b9;
  text-decoration: none;
}

h1 {
  color: #FFF;
  text-align: center;
  margin-top: 30px;
  font-weight: 300;
  font-size: 2.4em;
}

/** ---------------------------------------
 * Slider
 ----------------------------------------*/


.slider-wrapper {
  z-index: 500;
  position: relative;
  width: 100%;
  height: 360px;
  background: #FFF;
  border: 5px solid #4b5973;
  overflow: hidden;
}

.slider-wrapper li {
  display: none;
}

.slider-wrapper .current-slide {
  display: block;
}

.slider-shadow {
  width: 100%;
  height: 15px;
  position: relative;
}

.slider-shadow:after, .slider-shadow:before {
  content: '';
  position: absolute;
  background: #171c24;
  height: 100%;
  width: 50%;
  left: 10px;
  top: -20px;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-box-shadow: 0 0 15px 8px #171c24;
  box-shadow: 0 0 15px 8px #171c24;
}

.slider-shadow:before {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}

.slider-wrapper img {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
}


/**
 * ---[Caption] ----------------------
 **/
.slider-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.65);
  width: 100%;
  padding: 10px;
  color: #FFF;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slider-wrapper li:hover .caption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


.slider-wrapper h2 {
  color: #00c5b9;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 6px;
}

.slider-wrapper p {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.4em;
}

/**
 * ---[Botones-Control] ----------------------
 **/
.control-buttons {
  margin-top: 15px;
  text-align: center;
}

.control-buttons li {
  cursor: pointer;
  display: inline-block;
  background: #424f66;
  text-indent: -99999px;
  height: 12px;
  width: 12px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.control-buttons li.active {
  background: #00c5b9;
}

.authors {
  text-align: center;
  color: #7a8699;
  display: block;
  font-size: 1.6em;
  font-weight: 300;
  margin-top: 80px;
  font-size: 300;
}

/** ---------------------------------------
 * Responsive
 ----------------------------------------*/
 @media only screen and (max-width: 825px) {
  .container {
    width: 500px;
  }

  .slider-wrapper {
    height: 260px;
  }
 }

 @media only screen and (max-width: 535px) {
  .container {
    padding: 5px;
    width: 100%;
    margin: 0px!important;
  }

  .slider-wrapper {
    height: 200px;
  }

  .slider-wrapper .caption {
    display: none;
  }

 }

 @media only screen and (max-width: 410px) {
  .slider-wrapper {
    height: 160px;
  }
 }

.fondo-1{
   background-image: url(../img/asfalt-light.png);
   padding: 90px;
   background-repeat: repeat;
   width: 100%;
   background-color: #0e0e0e;
}

.fondo-2{
  background-image: url(../img/asfalt-light.png);
  background-repeat: repeat;
  background-color: #0e0e0e;
  width: 100%;
  padding: 30px;
}

.fondo-2 h1{
   font-size: 2em;
   color: #fff;
}


.fondo-clientes{
   padding: 50px;
  background-image: url(../img/clientes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}

.titulo-1{
   color: #8CC046!important;
   font-size: 20px;
   text-align: center;
   font-weight: bolder;
   font-family: 'Josefin Sans', sans-serif!important;
   font-size: 4em;

}




.centrado{
	margin: 10px auto;
	display: block;
}

.margin30laterales{
	margin: 0px 10px 0px 10px
}

.margin20top{
 margin-top: 20px;
}

.margin30top{
 margin-top: 30px;
}

.margin50top{
 margin-top: 50px;
}

.margin100top{
 margin-top: 100px;
}

.margin100bottom{
 margin-bottom: 100px;
}

.margin50bottom{
 margin-bottom: 50px;
}

.margin20bottom{
 margin-bottom: 20px;
}

.padding20top{
 padding-top: 20px;
}

.padding20px{
	padding: 20px;
}

.margin50{
 padding: 50px;
}


.icon-redes{
  color: #535353;
  transition: all 1s;
}

.icon-redes:hover{
  color: #8CC046;
  transition: all 1s;
}

.margin0{
  margin: 0px;
}

.servicios h4{
  color: #656565;
  font-weight: bold;
    font-size: 2em;

}

.servicios h1{
  font-size: 3.8em;
  color: #8CC046;
  font-weight: 600!important;
  font-family: 'Josefin Sans', sans-serif !important;

}


.nosotros h2{
  color: #fff;
  font-family: 'Josefin Sans', sans-serif !important;

}


.nosotros h3{
  font-size: 2em;
  color: #8CC046;
  font-family: 'Josefin Sans', sans-serif !important;

}

.btn-contacto{
 font-size: 1em;
 padding: 10px;
 border: 2px solid #8CC046;
 min-width: 180px!important;
 margin-top: 20px;
 transition: all 1s;
 background-color: transparent;
 color: #FFF;
 letter-spacing: .25rem;

}

.btn-contacto:hover{
 font-size: 1em;
 padding: 10px;
 border: 2px solid #8CC046;
 min-width: 180px!important;
 margin-top: 20px;
 transition: all 1s;
 background-color: #8CC046;
 color: #1e1e1e;

}

.home-content__buttons .btn {

    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 1.5rem 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

/*CONTACTO FORM*/


input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"],textarea, select {

    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    outline: none;
    color: #333333;
    font-family: "montserrat-light", sans-serif;
    font-size: 1.4rem;
    line-height: 3rem;
    max-width: 100%;
    background: transparent;
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.text-area{
  color: #fff!important;
  width: 100%;
}

.titulo-verde{
 color: #8CC046;
 font-size: 5em;
}

/*CONTACTO FORM*/

.btn1{
 font-size: 1em;
 padding: 10px;
 border: 2px solid #8CC046;
 min-width: 180px!important;
 margin-top: 20px;
 transition: all 1s;
 background-color: transparent;
 color: #1e1e1e;
 letter-spacing: .25rem;


}

.btn1:hover{
 font-size: 1em;
 padding: 10px;
 background-color: #8CC046;
 color: #1e1e1e;
 margin-top: 20px;
 box-shadow: 5px 5px 10px #949494;
 transition: all 1s;
 border-bottom: 2px solid #1e1e1e;

}

.btn1 a{
color: #949494;
}


.btn2:hover{
 background-color: #fff;
 transition: all 1s;
 color: #1e1e1e!important;
}


.centrado-porcentual {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}




.header-nav {
    background: #0C0C0C;
    color: rgba(255, 255, 255, 0.25);
    font-family: "montserrat-light", sans-serif;
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 3.6rem 3rem 3.6rem 3.6rem;
    height: 100%;
    width: 280px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 700;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

.header-nav a, .header-nav a:visited {
    color: rgba(255, 255, 255, 0.5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: white;
}

.header-nav h3 {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: #a7cd3c;
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 50px;
    opacity: 0;
    visibility: hidden;
}

.header-nav__list {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.8rem;
    margin: 3.6rem 0 3rem 0;
    padding: 0 0 1.8rem 0;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 4.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #FFFFFF;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
}

.header-nav__social li {
    margin-right: 12px;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, 0.15);
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: white;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before,
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* menu is open
 * ----------------------------------------------- */
.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    left: 0;
}


/* -------------------------------------------------------------------
 * ## mobile menu toggle
 * ------------------------------------------------------------------- */
.header-menu-toggle {
    position: fixed;
    right: 38px;
    top: 24px;
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #a7cd3c;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-toggle.opaque {
    background-color: #000000;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #000000;
}

.header-menu-toggle:hover, .header-menu-toggle:focus {
    color: #FFFFFF;
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before, .header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}

.color-font-black{
    color: #8CC046;
    font-weight: bolder;

}

.color-font-black2{
    color: #000;
    font-weight: bolder;

}


/*emprieza slider header*/

body, #slider, .wrap, .slide-content{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
}

.wrap{
    position: relative;
}

.slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide1{
    background-image: url('../img/img-header.jpg');
    background-attachment:fixed;
}

.slide2{
    background-image: url('../img/img-header-2.jpg');
    background-attachment:fixed;
}

.slide3{
    background-image: url('../img/img-header-3.jpg');
    background-attachment:fixed;
}

.slide4{
    background-image: url('../img/img-header-4.jpg');
    background-attachment:fixed;
}

.slide-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.slide-content span{
    font-size: 5rem;
    color: #fff;
}

.arrow{
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 0;
    height: 0;
    border-style: solid;

}

#arrow-left{
    border-width: 20px 30px 20px 0;
    border-color: transparent #fff transparent transparent;
    left: 0;
    margin-left: 50px;
}

#arrow-right{
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #fff;
    right: 0;
    margin-right: 50px;
}

/*termina slider header*/

#diapo{
  position:relative;
  height:30em;
  margin:auto;
  text-align:center;
  margin: 2em 2em;
}
#diapo div{
  display:inline-block;
}
#diapo > * + *{
  margin-left:5px;
}
.big_image{
  position:absolute;
  display:block;
  width:100%;
  height: 500px;
  top:100px;
  left:0;
  right:0;
  margin:0 auto;
  opacity:0;
  border:10px solid #FFF;
  box-shadow: 0 2px 8px 2px #666;
  margin-top: 100px;

  -webkit-transform:scale(0.25);
     -moz-transform:scale(0.25);
      -ms-transform:scale(0.25);
       -o-transform:scale(0.25);
          transform:scale(0.25);

  -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
       -o-transition: all 1s ease-in-out;
          transition: all 1s ease-in-out;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #7d7d7d!important;
}

.r_check, .on_check{
  cursor: pointer;
}
.r_check:checked ~ label img{
  opacity:0.25;
  border:2px solid #006699;
}
.r_check:checked ~ .big_image {
  opacity:1;

  -webkit-transform:scale(1);
     -moz-transform:scale(1);
      -ms-transform:scale(1);
       -o-transform:scale(1);
          transform:scale(1);
}
.r_check{
/*  display:none;/* si masquer pas acces avec touche */
  opacity:0;
  position:absolute;
}
label img.vignette{
  width:100px;
  height:75px;
  border:2px solid #FFF;
}
.retour{
  color:#909090;
  font-size:1em;
  left:1em;
  bottom:1em;
  position:fixed;
  text-decoration:none;
  font-style:italic;
  text-shadow:1px 1px 0px #FFF;
}
.retour:hover{
  font-style:normal;
  color:#706040;
}


@media only screen and (min-width : 150px) {
  .titulo-verde{
 font-size: 3em;
}
.nosotros h1{
  font-size: 1.7em;
  color: #fff;
  font-weight: 600!important;
  font-family: 'Josefin Sans', sans-serif !important;

}

.nosotros h2{
  font-size: 1.1em;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif !important;

}
.nosotros h3 {
    font-size: 1.5em;
    color: #8CC046;
    font-family: 'Josefin Sans', sans-serif !important;
}

.btn2 {
    font-size: 1.2em;
    padding: 10px;
    border: 2px solid #fff;
    transition: all 1s;
    background-color: transparent;
    text-transform: uppercase;
    /* margin: 55px; */
    margin-top: 20px;
}

.servicios h1 {
    font-size: 2.8em;
    color: #8CC046;
    font-weight: 600!important;
    font-family: 'Josefin Sans', sans-serif !important;
}

.titulo-1 {
    color: #8CC046!important;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    font-family: 'Josefin Sans', sans-serif!important;
    font-size: 3em;
}

 .titulos-header{
 font-size: 26px!important;
}

}
@media only screen and (min-width : 412px) {

.btn2 {
    font-size: 0.8em;
    padding: 2px;
    border: 2px solid #fff;
    transition: all 1s;
    background-color: transparent;
    text-transform: uppercase;
    margin: 60px;
    margin-top: 20px;
}



}
@media only screen and (min-width : 480px) {
  .titulo-verde{
 font-size: 4em;
}
.nosotros h1{
  font-size: 5em;
  color: #fff;
  font-weight: 600!important;
  font-family: 'Josefin Sans', sans-serif !important;
}
.nosotros h2{
  font-size: 1.5em;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif !important;

}

 .titulos-header{
 font-size: 52px!important;
}

.nosotros h3{
  font-size: 2em;
  color: #8CC046;
  font-family: 'Josefin Sans', sans-serif !important;

}
a .btn2{
  color: #fff;
}
.btn2{
 font-size: 1.1em;
 padding: 10px;
 border: 2px solid #fff;
 transition: all 1s;
 background-color: transparent;
 letter-spacing: .25rem;
 align-items: center;
 text-transform: uppercase;
 margin-top: 50px;
 margin: 10px;
}

.servicios h1 {
    font-size: 3.8em;
    color: #8CC046;
    font-weight: 600!important;
    font-family: 'Josefin Sans', sans-serif !important;
}
.titulo-1 {
    color: #8CC046!important;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    font-family: 'Josefin Sans', sans-serif!important;
    font-size: 4em;
}
}
@media only screen and (min-width : 736px) {
.titulo-verde {
    font-size: 2em;
}
.btn2 {
    font-size: 0.8em;
    padding: 2px;
    border: 2px solid #fff;
    transition: all 1s;
    background-color: transparent;
    text-transform: uppercase;
    margin: 60px;
    margin-top: 20px;
}
}
@media only screen and (min-width : 768px) {
 .titulo-verde{
 font-size: 5em;
}
.btn2 {
    font-size: .45em;
    padding: 10px;
    border: 2px solid #fff;
    transition: all 1s;
    background-color: transparent;
    letter-spacing: .25rem;
    align-items: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin: 10px;
}
}
@media only screen and (min-width : 992px) {

}
@media only screen and (min-width : 1200px) {
  .btn2 {
    font-size: 1em;
    padding: 10px;
    border: 2px solid #fff;
    transition: all 1s;
    background-color: transparent;
    letter-spacing: .25rem;
    align-items: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin: 10px;
}
}
@media only screen and (min-width : 1680px) {
    .btn2 {
    font-size: 1.3em;
    padding: 10px;
    border: 2px solid #fff;
    transition: all 1s;
    background-color: transparent;
    letter-spacing: .25rem;
    align-items: center;
    text-transform: uppercase;
    margin-top: 50px;
    margin: 10px;
}
}






/**************** SIDE MENU ****************/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    transform: translateX(250px);
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #9db842;
    transition: all 1s;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
        padding-top: 10px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #ffffff;
    background:  transparent;
    padding-top: 10px;
}

#menu-toggle {
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
  margin: 20px;
}
.btn-default{
  background-color: #000!important;
  border: none!important;
  color: #fff!important;
  border-radius: 0px!important;
  font-size: 1em!important;
}

.contacto-fondo-1{
 background-color: #0006;
 padding: 20px;
 height: 600px;
 margin-bottom: 50px;
}
.contacto-fondo-1 h1{
 color: #fff;
 padding: 20px;
 font-size: 1.5em;
}

.contacto-fondo-2{
 background-color: #000;
 padding: 20px;
 height: 600px;
 margin-bottom: 50px;
 background-image: url(../img/asfalt-light.png);
}

.contacto-fondo-2 h1{
 color: #9db842;
 padding: 20px;
 font-size: 1.3em;
}



@media only screen and (min-width : 150px) {
.contacto-fondo-2 p {
    color: #8e8e8e;
    padding: 20px;
    font-size: 1em;
    text-align: center;
}
}

@media only screen and (min-width : 410px) {
.contacto-fondo-2 p{
 color: #8e8e8e;
 padding: 20px;
 font-size: 1.3em;
}
}


/**************** video ********************/

  header {
  position: relative;
  background-color: black;
  height: 30vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #49770bc4;
  opacity: 0.8;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg') black no-repeat center center scroll;
  }
  header video {
    display: none;
  }
}



/******************** video****************/



@media only screen and (min-width : 150px) {
  .marco-servicios{
    border: 1px solid #000;
    height: 280px;
    margin-right: 15px!important;
    margin-left: 15px!important;
    width: 90%!important;
    background-color: #f1f1f1ad;
}
.marco-links-redes {
    border: 1px solid #000;
    height: 100%;
    margin-right: 15px!important;
     margin-left: 15px!important;
    width: 90%!important;
    background-color: #f1f1f1ad;
    padding: 27px;
}
.topmenos30{
top: 0px!important;
}
}
@media only screen and (min-width : 480px) {
  .marco-servicios{
    border: 1px solid #000;
    height: 280px;
    margin-right: 15px!important;
    margin-left: 15px!important;
    width: 30%!important;
    background-color: #f1f1f1ad;
}
.marco-links-redes {
    border: 1px solid #000;
    height: 100%;
    margin-right: 15px!important;
     margin-left: 15px!important;
    width: 30%!important;
    background-color: #f1f1f1ad;
    padding: 27px;
}
.topmenos30{
top: -30px!important;
}
}

@media only screen and (min-width : 684px) {
  .marco-servicios{
    border: 1px solid #000;
    height: 280px;
    margin-right: 15px!important;
    margin-left: 15px!important;
    width: 100%!important;
    background-color: #f1f1f1ad;
}
.marco-links-redes {
    border: 1px solid #000;
    height: 100%;
    margin-right: 15px!important;
     margin-left: 15px!important;
    width: 100%!important;
    background-color: #f1f1f1ad;
    padding: 27px;
}
}

@media only screen and (min-width : 768px) {
    .marco-servicios{
    border: 1px solid #000;
    height: 280px;
    margin-right: 15px!important;
    margin-left: 15px!important;
    width: 95%!important;
    background-color: #f1f1f1ad;
}

.marco-links-redes {
    border: 1px solid #000;
    height: 100%;
    margin-right: 15px!important;
     margin-left: 15px!important;
    width: 75%!important;
    background-color: #f1f1f1ad;
    padding: 27px;
}
.topmenos30{
top: 65px!important;
}
}

@media only screen and (min-width : 992px) {
    .marco-servicios{
    border: 1px solid #000;
    height: 280px;
    margin-right: 15px!important;
    margin-left: 15px!important;
    width: 30%!important;
    background-color: #f1f1f1;
    box-shadow: 2px 2px 2px #0000002e;
    border-radius: 5px;
}
.topmenos30{
top: -30px!important;
}

.marco-links-redes {
    border: 1px solid #000;
    height: 100%;
    margin-right: 15px!important;
     margin-left: 15px!important;
    width: 30%!important;
    background-color: #f1f1f1ad;
    padding: 27px;
        box-shadow: 2px 2px 2px #0000002e;
    border-radius: 5px;
}

}


/**************** carousel home ****************/
  .carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
.carousel-caption {
    text-shadow: none!important;
}
.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }
    .item:nth-child(1) {
  /*background: url('../img/img-header.jpg')*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    }

    .item:nth-child(2) {
     /* background: url('../img/img-header-2.jpg');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    }

    .item:nth-child(3) {
    /*  background: url('../img/img-header-3.jpg');*/
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
    }

    /**************** carousel home final ****************/



/*********** testimonial *************/

    .testimonial{

    margin:0px 50px;

    color: #fff;
}




@media only screen and (min-width : 150px) {
  .testimonial .testimonial-content{

    padding: 20px 30px 20px;

    border-top: 1px solid #8CC046;

    border-left: 1px solid #8CC046;

    position: relative;

    margin-bottom: 50px;

    font-size: 15px;

    line-height: 30px;

    text-align: left;

    height: 680px!important;
}
.s-p-casos{
 font-size: .9em!important;
}
}
@media only screen and (min-width : 480px) {

  .testimonial .testimonial-content{

    padding: 40px 30px 40px;

    border-top: 1px solid #8CC046;

    border-left: 1px solid #8CC046;

    position: relative;

    margin-bottom: 50px;

    font-size: 15px;

    line-height: 30px;

    text-align: left;

    height: 345px!important;
}
.s-p-casos{
 font-size: 1.3em!important;
}
}

@media only screen and (min-width : 768px) {
    .testimonial .testimonial-content{

    height: 580px!important;
}

}
@media only screen and (min-width : 992px) {
      .testimonial .testimonial-content{

    height: 345px!important;
}
}

.testimonial .testimonial-content:before{

    /*content: "\f10e";

    font-family: fontawesome;

    float: left;

    display: inline-block;*/

    padding:0 15px 5px 0;

    font-size: 30px;

    text-align: center;

    position:relative;

    top: 12px;

    left: 0px;

}

.testimonial .testimonial-content:after{

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 50%;

    height: 1px;

    background-color: #8CC046;

}

.testimonial .testimonial-info{

    position: relative;

}

.testimonial .testimonial-info:before{

    content: "";

    position: absolute;

    top: -50px;

    left: 50%;

    background-color: #8CC046;

    width: 1px;

    height: 20px;

}

.testimonial .testimonial-info:after{

    content: "";

    position: absolute;
    top: -70px;
    left: 50%;

    background-color: #8CC046;

    width: 2px;

    height: 40px;

    transform: skewX(-45deg);

    transform-origin: 100% 100% 0;

}

.testimonial .pic{

    display: inline-block;

    width: 150px;

    /*height: 150px;*/
    height: 200px;

    border-radius: 50%;

    margin-right: 7px;

}

.testimonial .pic img{

   /* width: 100%;*/

    height: 100%;

}

.testimonial .testimonial-title{

    display: inline-block;

}

.testimonial .testimonial-title a{

    display: block;

    color:#8CC046;

    font-size: 22px;

    text-transform: capitalize;

    font-weight: 700;

    letter-spacing: 1px;

}



.owl-theme .owl-controls{

    margin-top: 50px;

    margin-left: 30px;

}

.owl-theme .owl-controls .owl-page span{

    height:15px ;

    width: 15px ;

    background-color: #A58E38 ;

    opacity: 0.8 ;

    border-radius: 0 ;

    transform:rotate(45deg) !important;

}

.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span{

    background-color: #8CC046;

}

/********nav 2*******/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    background-color: #000!important;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;

}

.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
    background-color: #8CC046;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/********nav 2*******/


.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    height: 20px!important;
    top: 50%!important;
    color: #fff!important;
}

.carousel-control.left {
    background-image: none!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
    height: 20px!important;
    top: 50%!important;
    color: #fff!important;
}

.t-1-icon{
 font-size: 30px;
}
