h1.home {
  font-size: 2rem;
}
h1 .thin {
  font-size: 2rem;
  font-family: 'Gillroy', sans-serif;
  font-weight: 400;
}
h2.home {
  font-family: 'Novecento', sans-serif;
  font-size: 2rem;
}
h5.home {
  font-size: 1rem;
  font-weight: 700;
}

/* SLICK ******************************************************************/
.slick {
  z-index: 9;
}
.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: transparent;
  color: rgba(255, 255, 255, .4);
  font-size: 2rem;
  cursor: pointer;
  transition: all .5s linear;
}
.slick-slide {
  position: relative;
}
.slick-arrow:hover {
  color: rgba(255, 255, 255, 1);
}
.slick-prev1 {
  left: 50px;
  z-index: 12
}
.slick-next1 {
  right: 50px;
}
.slick-dots{
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 10;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick2 .slick-dots{
  bottom: -10px;
}
.slick-dots li button::before {
  font-size:10px;
  color: #403835;
  opacity: .9;
}
.slick-dots li.slick-active button:before{
  font-size:10px;
  color: #B91E22;
}
.slide {
  height: 100vh;
  background-position: top center;
  background-size: cover;
}
.slide_content {
  position: absolute;
  top: 50%;
  left: 70px;
  width: 50%;
}
.slide_state {
  text-align: left;
  color: #FFF;
  /* -webkit-text-stroke: 1px #FFF; */
  /*text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;*/
  text-transform: uppercase;
  /* font-family: 'Dosis', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
.slick-active .slide_state {
  opacity: 1;
  animation-name: slideFadein;
  animation-duration: 1s;
}
.slick-active .slide_name {
  opacity: 1;
  animation-name: slideFadein;
  animation-duration: 1.5s;
}
@keyframes slideFadein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.slide_name {
  color: #FFF;
  /* font-family: 'Dosis', sans-serif; */
  text-shadow: 1px 1px 11px rgba(0, 0, 0, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 6rem;
  text-align: left;
}
.slide_link {
  text-align: left;
  color: #FFF;
  font-size: 1.25rem;
}

.slide2 {
  height: 380px;
  position: relative;
  background-position: center center;
}
.slide_text {
  background-color: rgba(255, 255, 255, .8);
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 3rem;
  padding: 10px 12px;
  line-height: 2.8rem;
}

.slide-certificacion {
  color: #FFF;
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}

.conocenos {
  background-image:url('../img/bg-conocenos.jpg');
  background-position: center center; 
  background-size: cover; 
  height: 450px;
  color: #FFF;
  font-size: 2rem;
  line-height: 2.5rem;
}

.button-green {
  margin-top: 30px;
  width: 280px;
  color: #FFF;
  background-color: #79863C;
  height: 56px;
  line-height: 56px;
  border-radius: 28px 28px 28px 0;
  text-align: center;
}

/* PROYECTO */
.proyecto-fx {
  transition: box-shadow .3s ease-out;
}
.proyecto-fx:hover {
  box-shadow: 0px 0px 96px 9px rgba(0,0,0,0.3);
}
.proyecto-img-container {
  height: 300px;
  overflow: hidden;
}
.proyecto-logo {
  height: 70px;
  width: auto;
}
.proyecto-info-state {
  background-color: #b91e22; 
  color: #fff; 
  font-family: 'Dosis', sans-serif;
  font-size: 0.9rem;
  margin-bottom: 10px;
  width: fit-content;
}
.proyecto-info-principal {
  border-bottom: 1px solid #b91e22; 
  display: flex; 
  flex-direction: column; 
  height: calc(100% - 96px); 
  padding-left: 30px;
  padding-bottom: 20px;
  justify-content: flex-end;
}
.proyecto-title {
  display: flex;
  flex-direction: row;
  color: #2C2825;
  font-size: 2rem;
  font-weight: 700;
}
.proyecto-title img {
  vertical-align: top;
  margin-right: 3px;
}
.proyecto-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.proyecto-title .district {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: -6px;
  margin-bottom: 0.75rem;
}
.proyecto-info {
  font-size: 1.5rem;
  line-height: normal;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: start;
}
.proyecto-info img {
  width: 14px; 
  vertical-align:top; 
  margin: 3px 5px 0 0;
}
.proyecto-address {
  font-size: 1.25rem;
}
.proyecto-features {
  display: flex; 
  flex-direction: row; 
  height: 95px; 
  justify-content: space-evenly; 
  align-items: center;
  font-size: 1rem;
  line-height: 1.1rem;
}
.proyecto-feature {
  display: flex; 
  flex-direction: row; 
  align-items: center;
}
.proyecto-feature-img > img {
  width: 39px; 
  height: 31px; 
  margin-right: 10px;
}
.proyecto-img {
  width: calc(100% + 20px);
  background-position: center center;
  background-size: cover;
}

.proyecto-img {
  width: calc(100% + 20px);
  background-position: center center;
  background-size: cover;
}

section.blog {
  background-color: #e3e3e3;
  background-position: center top;
  background-repeat: repeat-x;
}
/* estilos heredados de la versión anterior */
.blog-item {
  background-color:#FFF;
}
.blog-photo {
  width: 100%;
  height: 180px
}
.blog-photo .w-100{
  background-size: cover;
}
.blog-info {
  overflow: hidden;
  height: 110px;
  padding: 20px;
  font-size: 0.9286rem;
}
.ahref_no_deco, .ahref_no_deco:hover {
  text-decoration: none;
}
.blog h5 {
  font-size: 1.1rem;
  font-weight: 300;
  text-transform: uppercase;
  /* font-family: 'Dosis', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #4d4d4d;
}
.blog-date {
  border-top: 1px solid #b91e22;
  font-size: 0.75rem;
  padding: 10px 20px;
}

/* MEDIA QUERIES *****************************************************************/

@media screen and (max-width: 992px) { 
  .proyecto-info {
    position: relative;
    transform: none;
  }
  .slide_content {
    width: 80%;
  }
  .slide_name {
    font-size: 4rem;
    line-height: 5rem;
  }
  .slide_state {
    -webkit-text-stroke: .75px #FFF;
    font-size: 2rem;
  }
  .proyecto-logo {
    padding: 10px 25px !important;
  }
  .proyecto-img-container {
    height: 260px;
  }
  .proyecto-info-principal {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .proyecto-info {
    font-size: 1.25rem;
  }
  .proyecto-address {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) { 
  .slide_content {
    right: 30px;
    width: 80%;
    bottom: 30%;
  }
  .slide_name {
    font-size: 3rem;
    line-height: 3rem;
  }
  .slide_state {
    font-weight: 400;
    font-size: 1.25rem;
  }
  .slide_link {
    color: #DDD;
    font-size: 1rem;
  }
  .proyecto-logo {
    max-width: 140px;
    height: auto;
    padding: 10px 25px !important;
  }
  .proyecto-info-main {
    padding: 15px 0;
  }
  .proyecto-feature {
    flex-direction: column; 
    text-align: center;
  }
  .proyecto-feature-img > img {
    margin-right: 0;
  }
  .proyecto-feature-txt {
    margin-top: 5px;
  }
}

@media screen and (max-width: 576px) { 
  .proyecto-info {
    font-size: 1rem;
  }
  .proyecto-feature {
    font-size: .8rem;
  }  
  .proyecto-feature-img > img {
    width: 30px; 
    height: 24px; 
  }
}