.carousel-caption p, h4{
  text-shadow: 4px 4px 4px #000;
}
.carousel-caption h4 {
  font-size: 3em;
}
.carousel-caption p {
  font-size: 1.5em;
}
.carousel-3{
  margin-left: -25%;
}
.carousel-caption{
  background-color: rgba(0, 0, 0, 0.50);
  width: 100%;
  left: 0;
  bottom: 0;
}
.aboutus__inner_background {
  background-image: url("../img/about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 550px;
}
.aboutus__inner {
  background-color: #707070;
}
.aboutus__inner h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  padding-left: 40px;
  padding-top: 40px;
}
.aboutus__inner p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 0.9em;
  text-align: justify;
}
.medioambiente__inner{
  background-color: #227C34;
  min-height: 550px;
}
.medioambiente__inner h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  padding-left: 40px;
  padding-top: 40px;
}
.medioambiente__inner p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 1em;
  text-align: justify;
}

/* SLIDER */
.col-lg-6, .col-md-6, .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}
.lSSlideOuter .lSPager.lSpg{
  display: none;
}

.demo {
    width:100%;
}
ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
img {
    display: block;
    height: auto;
}
.lightSlider > li {
    position: relative;
}
.caption {
    background-color: rgba(0, 0, 0, 0.75);
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: white;
    width: 100%;
}
.caption p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin:0;
    padding: 0;
    text-align: center;
}
.caption h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.lightSlider2 > li {
    position: relative;
}
.lightSlider3 > li {
    position: relative;
}
.vialidad__inner{
  background-color: #E6B100;

}
.vialidad__inner h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  padding-left: 40px;
  padding-top: 40px;
}
.vialidad__inner p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 1em;
  text-align: justify;
}
.urbanismo__inner{
  background-color: #225486;
  min-height: 550px;
}
.urbanismo__inner h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  padding-left: 40px;
  padding-top: 40px;
}
.urbanismo__inner p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 1em;
  text-align: justify;
}
.contacto__form{
  background-color: #6C6C6C;
  min-height: 550px;
}
.contacto__clients{
  background-color: #fff;
  min-height: 550px;
}
.form-consulta {
  width: 100%;
  padding: 25px;
  font-family: 'Roboto', sans-serif;
}
.campo-form {
  width:560px;
  height:36px;
  margin:2px 0 6px;
  padding-left:6px;
  box-sizing: border-box;
  border-radius:3px;
  border:0;
  font-family: 'Roboto', sans-serif;
  font-size:1em;
}
@media (max-width: 575.98px) {
.campo-form{
  width: 450px;
}
 }
label span {
  color: #f00;
}
label{
  color: #fff;
}
textarea {
  min-height: 150px!important;
  width: 560px !important;
}
.btn-form {
  display: inline-block;
  border:0;
  background: #000;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px
}
.btn-form:hover {
  background: #444
}
.contacto__form h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 2em;
  padding-left: 40px;
  padding-top: 40px;
}
.contacto__clients h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #6C6C6C;
  font-size: 2em;
  padding-left: 40px;
  padding-top: 40px;
}
.footer__acv{
  background-color: #227C34;
  min-height: 150PX;
}
.logo__img{
  display: inline-block;
}
.footer__logo{
  top: 25px;
  text-align: center;
}
/* NAV */
header {
  width: 100%;
  background: lightblue;
  padding: 10px;
  margin-bottom: 10px;
  position: fixed;
  height: 30px;
}
.anchor a {
  position: absolute;
  left: 0px;
  top: -60px;
}
.anchor {
  position: relative;
}
.footer__text{
  text-align: center;
  margin-top: 20px;
}
.footer__text p{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
}

@media (max-width: 575.98px) {
.campo-form{
  width: 450px;
}
textarea{
  width: 450px !important;
}
.bd-example{
  min-height: 550px;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
.carousel-3{
  margin-left: -50%;
}
.carousel-3{
  margin-left: -70%;
}
 }
 @media (min-width: 576px) and (max-width: 767.98px) {
 .carousel-3{
   margin-left: -130%;
 }
 .carousel-3{
   margin-left: -110%;
 }
  }
  @media (max-width: 775.98px) {
  .carousel-3{
    margin-left: -120%;
  }
  .carousel-1{
    margin-left: -140%;
  }
  .d-none{
    display:inherit!important;
  }
  .carousel-caption h4 {
    font-size: 2em;
  }
  .carousel-caption p {
    font-size: 1em;
  }
  .caption p {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      margin:0;
      padding: 0;
      text-align: center;
      font-size: 0.8em;
  }
  .caption h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
  }
   }
