/* *********** header *********** */
.navbar-default {
  background-color: transparent;
}

.header {
  border: none;
  min-height: 40px;
}
.header .header-el-espanol {
  height: 41px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
.header .header-el-espanol ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .header-el-espanol ul .icon-el-espanol {
  list-style: none;
  display: inline-block;
}
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol {
  text-decoration: none;
  display: inline-block;
  color: #191A1E;
}
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol:before {
  content: "\e900";
  font-size: 26px;
  line-height: 40px;
}
.header .header-el-espanol ul .icon-el-espanol .link-el-espanol span {
  display: none;
}
.header .header-el-espanol ul .btn-subscribe {
  position: absolute;
  list-style: none;
  right: 15px;
  top: 0;
}
.header .header-el-espanol ul .btn-subscribe .link-subscribe {
  text-decoration: none;
  color: #B39500;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}
.header .nav-segundo {
  text-align: center;
  position: relative;
  background-color: #003399;
  height: 60px;
}
.header .nav-segundo .wraper-brand .colaboracion {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.header .nav-segundo .wraper-brand .logo-brand {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}
.header .nav-segundo .wraper-brand .logo-brand img {
  margin-top: 8px;
  width: auto;
  height: 26px;
}
.header .nav-segundo .social-header {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 15px;
  top: 22px;
}
.header .nav-segundo .social-header .twitter-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  margin-right: 5px;
}
.header .nav-segundo .social-header .twitter-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.header .nav-segundo .social-header .twitter-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
.header .nav-segundo .social-header .twitter-header button span {
  display: none;
}
.header .nav-segundo .social-header .twitter-header button:before {
  content: "\F00C";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}
.header .nav-segundo .social-header .facebook-header {
  padding: 0;
  display: inline-block;
  list-style: none;
  background: transparent;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.header .nav-segundo .social-header .facebook-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.header .nav-segundo .social-header .facebook-header button {
  padding: 0;
  border: none;
  background: transparent;
  vertical-align: middle;
  line-height: 30px;
  outline: none;
}
.header .nav-segundo .social-header .facebook-header button span {
  display: none;
}
.header .nav-segundo .social-header .facebook-header button:before {
  content: "\F00B";
  font-size: 17px;
  font-family: "IconosElEspanol";
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .header .header-el-espanol ul .icon-el-espanol {
    cursor: pointer;
  }
  .header .header-el-espanol ul .btn-subscribe {
    cursor: pointer;
    top: 4px;
  }
  .header .header-el-espanol ul .btn-subscribe .link-subscribe {
    display: block;
    border: 1px solid #B39500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 97px;
    height: 33px;
    background-color: #fff;
    line-height: 31px;
  }
  .header .nav-segundo .wraper-brand .colaboracion {
    position: absolute;
    font-size: 12px;
    line-height: 60px;
    left: 10px;
    background-color: transparent;
  }
  .header .nav-segundo .wraper-brand .logo-brand {
    display: inline-block;
  }
  .header .nav-segundo .wraper-brand .logo-brand img {
    margin-top: 17px;
    width: auto;
    height: 26px;
  }
  .header .nav-segundo .social-header {
    top: 12px;
  }
  .header .nav-segundo .social-header .twitter-header {
    width: 36px;
    height: 36px;
  }
  .header .nav-segundo .social-header .twitter-header button {
    line-height: 36px;
  }
  .header .nav-segundo .social-header .twitter-header button:before {
    font-size: 20px;
  }
  .header .nav-segundo .social-header .facebook-header {
    width: 36px;
    height: 36px;
  }
  .header .nav-segundo .social-header .facebook-header button {
    line-height: 36px;
  }
  .header .nav-segundo .social-header .facebook-header button:before {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .header .header-el-espanol ul .btn-subscribe .link-subscribe:hover {
    background-color: #B39500;
    color: #fff;
  }
}
::root {
  font-size: 100%;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.2rem;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0;
  color: #003399;
}

.h2-carousel {
  text-align: center;
}

p {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.p-intro {
  font-size: 1.25rem;
  font-weight: 700;
}

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

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

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

.margin-bottom-s {
  margin-bottom: 5px;
}

.main {
  margin-top: 100px;
}

/* contenido */
.container-intro {
  height: 12rem;
  background-image: url(../img/NFU-Chiloeches-SACYR.jpg);
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

/* carousel */
.carousel-inner {
  margin-top: 30px;
}
.carousel-inner .item {
  height: 220px;
}
.carousel-inner .item .img-carousel {
  margin-top: 20px;
  width: 70px;
  height: 70px;
}
.carousel-inner .item .p-carousel {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  padding: 0 20px;
}

.carousel-indicators {
  bottom: 0;
}
.carousel-indicators .active {
  background-color: #8996B2;
}
.carousel-indicators li {
  border: 1px solid #8996B2;
}

.carousel-control.right {
  background-image: none;
  opacity: 1;
  color: #8996B2;
  text-shadow: none;
  filter: none;
  font-size: 20px;
  text-align: right;
}
.carousel-control.right .glyphicon-chevron-right {
  margin-top: 85px;
}
.carousel-control.right .glyphicon-chevron-right:before {
  font-size: 30px;
}

.carousel-control.left {
  background-image: none;
  opacity: 1;
  color: #dce2f0;
  text-shadow: none;
  filter: none;
  font-size: 20px;
  text-align: left;
  cursor: default;
}
.carousel-control.left .glyphicon-chevron-left {
  margin-top: 85px;
}
.carousel-control.left .glyphicon-chevron-left:before {
  font-size: 30px;
}

/* parallax  */
.contenedor-parallax {
  position: relative;
  height: 100%;
  padding: 5rem;
  max-width: 100%;
}

.contenedor-parallax1 {
  background: url(../img/planta-Chiloeches-NFU-Valoriza.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.contenedor-parallax2 {
  background: url(../img/encapsulado-para-parques-infantiles.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.img-01, .img-02 {
  margin-bottom: 15px;
}

.footer .txt-cliente-footer {
  margin-bottom: 30px;
}
.footer .creditos-footer {
  margin-bottom: 30px;
}
.footer .creditos-footer .credito {
  display: block;
  margin-bottom: 0;
  font-size: 12px;
}
.footer .creditos-footer .credito span {
  margin-bottom: 0;
}

.scrollup {
  bottom: 15px;
  right: 15px;
}

/* ----------  MEDIAQUERY ---------- */
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 1.4;
  }

  p {
    font-size: 1.2rem;
  }

  .p-intro {
    font-size: 1.5rem;
    font-weight: 700;
  }

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

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

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

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

  .container-intro {
    height: 320px;
  }
  .container-intro .h1-wrap {
    position: relative;
    height: 320px;
  }
  .container-intro .h1-wrap h1 {
    position: absolute;
    display: block;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
  }

  .contenedor-parallax {
    padding: 10rem;
  }

  .carousel {
    margin-top: 30px;
    border: 1px solid #D6DCE8;
  }

  .carousel-control.right, .carousel-control.left {
    background-color: #ffffff;
  }

  .carousel-inner .item {
    height: 270px;
  }
  .carousel-inner .item .p-carousel {
    padding: 0 140px;
  }
  .carousel-inner .item .img-carousel {
    width: 100px;
    height: 100px;
  }

  .carousel-control.right .glyphicon-chevron-right, .carousel-control.left .glyphicon-chevron-left {
    margin-top: -30px;
  }

  .carousel-control.right .glyphicon-chevron-right:before, .carousel-control.left .glyphicon-chevron-left:before {
    font-size: 50px;
  }

  .carousel-control .glyphicon-chevron-left {
    margin-left: 15px;
    left: 0;
  }

  .carousel-control .glyphicon-chevron-right {
    margin-right: 35px;
    right: 0;
  }

  .img-01 {
    margin-bottom: 30px;
  }

  .img-02 {
    margin-bottom: 0;
  }

  .footer span {
    display: inline-block;
  }
  .footer .creditos-footer, .footer .text-uppercase {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  .container-intro {
    height: 500px;
    background-attachment: fixed;
  }
  .container-intro .h1-wrap {
    height: 500px;
  }
  .container-intro .h1-wrap h1 {
    top: auto;
    transform: none;
    bottom: 60px;
  }

  .contenedor-parallax {
    background-attachment: fixed;
    padding: 15rem;
  }

  /*************** ANIMACION abajo-arriba ****************/
  .elemento_animacion.fade_abajo {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .elemento_animacion.fade_abajo.in-view-fade_abajo {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .scrollup {
    bottom: 30px;
    right: 30px;
  }
}
@media only screen and (min-width: 1800px) {
  h1 {
    font-size: 6.25rem;
  }

  .container-intro {
    height: 640px;
  }
  .container-intro .h1-wrap {
    height: 640px;
  }
}

/*# sourceMappingURL=sacyr-style.css.map */
