html {
  font-size: 12px !important;
  scroll-padding-top: 4rem;
}

body {
  font-family: "Lato", Helvetica, arial, sans-serif !important;
  font-weight: 300;
  font-size: 10px !important;
}

h1, h2, h3 {
  font-weight: 700 !important;
  color: #5E6E3B !important;
  margin-bottom: 20px !important;
}

h2 {
  color: #000 !important;
}
h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 3px;
  height: 30px;
  background-color: #5E6E3B;
}

h3 {
  margin-bottom: 20px !important;
  font-size: 2rem !important;
}
ul{
  list-style-position: inside;
}
p, .lead, li {
  font-size: 1.7rem !important;
  line-height: 2.4rem;
  
}
a{
  word-break: break-word;
}
p{
  text-align: justify;
}

.bg-verde-claro {
  background-color: #c9dcd6;
}

.bg-gris-claro {
  background-color: #bfb8b2;
}

.idiomas-mobile {
  display: none;
}

header {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header nav li {
  padding: 0 16px 8px;
}
header nav li a {
  color: #5E6E3B !important;
  font-size: 1.4rem;
  font-weight: 300;
}
header nav li a.active{
  /*font-weight: 700;*/
  text-shadow: 0px 0px 1px black;
}
header nav li a:hover {
  text-shadow: 0px 0px 1px black;
}
header nav .idiomas {
  position: absolute;
  top: 0;
  right: 54px;
  font-size: 1.2rem;
  color: #bfb8b2;
}
header nav .idiomas a {
  color: #bfb8b2;
}
header nav .idiomas a.active, header nav .idiomas a:hover {
  font-weight: bold;
  text-decoration: none;
}
.menumarcado{
  
  text-shadow: 0px 0px 1px black;
}
header nav .navbar-brand img {
  width: 90;
}

main {
  margin-top: 69px;
}
main .cover {
  height: 411px;
  overflow: hidden;
  display: flex;
  object-fit: cover;
  display: flex;
}
main .cover.principal {
  background-size: cover !important;
}
main .cover.principal::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  background: -moz-linear-gradient(70deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(70deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(70deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
main .cover img {
  width: 100%;
  object-fit: cover;
}
main .cover h1 {
  color: #FFF !important;
  font-size: 5rem;
  font-weight: 300 !important;
}
main .cover h1 strong {
  font-weight: 700;
  font-size: 7rem;
  line-height: 5rem;
}
main .sostenibilidad .cover {
  height: 300px;
}
main .proyectos h2 {
  color: #FFF !important;
}
main .proyectos h2::before {
  display: none;
}
main .proyectos label {
  font-size: 1.4rem;
}
main .proyectos a {
  color: #5E6E3B !important;
}
main .proyectos button.btn {
  background-color: #5E6E3B !important;
  border: none;
  font-size: 1.6rem;
}
main .proyectos button.btn:hover {
  background-color: #c9dcd6 !important;
  color: #5E6E3B;
}

footer {
  background-color: white;
  color: #566d39;
  height: 75px;
  display: flex;
  font-size: 1.4rem;
}
footer .redes a {
  color: #566d39;
}
footer .redes a:hover {
  color: #c9dcd6;
}

/* RESPONSIVE */
@media (max-width: 575.98px) {

  .idiomas-mobile {
    display: flex;
    justify-content: flex-end;
  }
  .idiomas-mobile a {
    padding: 2px 0px;
    text-decoration: none;
    background-color: #bfb8b2;
    font-size: 1.3rem;
    color: #FFF;
    border-radius: 5px;
    width: 38px;
    margin-left: 5px;
    text-align: center;
  }
  .idiomas-mobile a.active {
    background-color: #5E6E3B;
  }

  header nav li {
    border-bottom: 1px solid #bfb8b2;
    padding: 0;
  }
  header .idiomas {
    display: none !important;
  }

  main h2 {
    margin-left: 20px;
  }
  main h2::before {
    left: 18px;
  }

  footer {
    height: auto;
  }
}
@media  (max-width: 767.98px) {
  main .cover h1 {

    font-size: 3rem;
  }
  
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .idiomas {
    display: none !important;
  }

  .idiomas-mobile {
    display: flex;
    justify-content: flex-end;
  }
  .idiomas-mobile a {
    padding: 2px 0px;
    text-decoration: none;
    background-color: #bfb8b2;
    font-size: 1.3rem;
    color: #FFF;
    border-radius: 5px;
    width: 38px;
    margin-left: 5px;
    text-align: center;
  }
  .idiomas-mobile a.active {
    background-color: #5E6E3B;
  }

  header nav li {
    border-bottom: 1px solid #bfb8b2;
    padding: 0;
  }
  header .idiomas {
    display: none !important;
  }

  main h2 {
    margin-left: 20px;
  }
  main h2::before {
    left: 18px;
  }

  footer {
    height: auto;
  }
}

.btvermas{
  border:1px solid #5E6E3B;
  padding: 10px;
  text-decoration: none;
}
.btvermas:hover{
  background-color:white;
  text-decoration: none;
} 
.ancla{
  padding-top: 50px; margin-top: -50px;
}

/*# sourceMappingURL=style.css.map */
/*gsspain*/
.img100{
  width:100%;
}
.h90{
  max-height:90px;
}
.imgmax300{
  max-width: 300px;
}
.imgmax500{
  max-width: 500px;
}
.imgmax900{
  max-width: 900px;
}
.nav-item {
  border-left: 1px solid #596D39;
}
.textocentrado{
  text-align:center;
}
@media (max-width: 991px) {
  #menuNOmovil{
    display:none !important;
  }
}
@media (min-width: 992px) {
  #menumovil{
    display:none !important;
  }
  .menugrandecentrado{
    text-align:center;
    height:100%;
    display: inline-flex !important;
    align-items: center;

  }
  .submenu{
    display:none !important;
   }
}
@media (max-width:992px){
  .nav-item {
    border-left: 0;
  }
  .navbar-nav .dropdown-menu {
    text-align: right !important;
    border:0 !important;
    float: right;
  }
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
} 
.f14r{
  font-size: 1.4rem !important;
}
ul.f14r li{
  font-size: 1.4rem !important;
}

.flag{
  max-width:30px;
  cursor:pointer;
}