.hero-single header {
  height: 320px;
  min-height: initial;
  display: block;
}
.hero-single header .header__info {
  padding: 0;
}
.hero-single header .header__info h3 {
  display: none;
}

.sustainability__section {
  padding: 80px 0 50px;
  position: relative;
}
.sustainability__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  border-radius: 0 8px 8px 0;
  background-color: #f5f6f8;
}
.sustainability__section:nth-child(even)::before {
  display: none;
}



/** section politics **/

.sustainability__section__politics {
  padding: 80px 0 50px;
  position: relative;
  
}

.download__politics{
  box-shadow: 0 10px 30px 0 rgba(200,203, 204, .75);
  border: solid 1px #edf1f2;  
  border-radius: 8px;
  /* margin-right: -120px; */
}
.block__left{  
  max-height: 150px;
  border-radius: 8px 0 0 8px;  
  max-width: 200px;
}

.block__left img{ 
  max-width: none !important;
  max-height: 100%;
  border-radius: 8px 0 0 8px; 
}

.block__middle{
  min-height: 150px;
  background-color: white;
  padding: 25px;
  max-width: 200px; 
}

.block__right{
  justify-content: center !important;
  min-height: 150px;
  background-color: #27313C;
  border-radius: 0 8px 8px 0;
  padding: 0 25px 0 25px;
}

.img__download{
  padding: 25px;
  background-image: url("../images/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;  
  
}


.sustainability__section__politics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
  border-radius: 0 8px 8px 0;
  background-color: #f5f6f8;
  
}

.left__card{
  padding-right: 50px;
}

.right__card{
  padding-left: 0px;
}

/********* end section politics *************/

.sustainability__title {
  margin: 80px 0 80px 0; 
}
.sustainability__card-title h2 {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  margin-bottom: 20px;
}
.sustainability__card-title p {
  font-size: 22px;
  line-height: 1.36;
  color: #768692;
}
.sustainability__card-slider .slick-list {
  overflow: initial;
}
.sustainability__card-slider .slick-list > div {
  margin-left: 0;
}
.sustainability__card-slider .slick-list .slick-slide {
  opacity: 0;
  transition: all 0.4s;
}
.sustainability__card-slider .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.sustainability__card-slider .slick-list .slick-slide.slick-active + .slick-slide {
  opacity: 1;
}
.sustainability__card-slider .card {
  transition: all 0.4s;
}
.sustainability__card-slider .card h3 {
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.17;
}
.sustainability__card-slider .card p {
  font-size: 16px;
  line-height: 1.38;
}
.sustainability__card-slider .card h4 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.17px;
  text-align: center;
  color: #e3e829;
  margin-bottom: 30px;
}
.sustainability__card-slider .card a {
  display: block;
}
.sustainability__card-slider .card:hover {
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.5);
  transform: translateY(-5px);
}
.sustainability .slider-controls {
  margin-top: 30px;
  margin-left: 15px;
}

.intro-sus {
  padding: 30px 0 90px;
}
.intro-sus__card-title h3 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: normal;
  color: #0033a0;
}
.intro-sus__text p {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #27313c;
}

.featured-cases {
  padding: 55px 0 45px;
  position: relative;
  margin-bottom: 200px;
}
.featured-cases::before, .featured-cases::after {
  content: "";
  position: absolute;
  width: 95%;
}
.featured-cases::after {
  background-color: #f5f6f8;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0 8px 8px 0;
}
.featured-cases::before {
  background-color: #27313c;
  bottom: -80px;
  right: 0;
  height: 400px;
  border-radius: 0 0 0 8px;
}
.featured-cases .container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.featured-cases__title {
  text-align: center;
  margin-bottom: 45px;
}
.featured-cases__title h2 {
  font-size: 40px;
}
.featured-cases__title h2::before {
  margin: auto;
  margin-bottom: 10px;
}
.featured-cases__text {
  max-width: 750px;
  margin-bottom: 45px;
}
.featured-cases__text h3 {
  font-size: 28px;
  line-height: 1.29;
  color: #27313c;
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
}
.featured-cases__text p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #53565a;
}
.featured-cases__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.featured-cases__carousel h3 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #27313c;
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.featured-cases .slick-list {
  overflow: initial;
}
.featured-cases .slick-list .slick-track {
  align-items: flex-start;
}
.featured-cases .slick-list .slick-slide {
  opacity: 0;
  transition: all 0.2s;
}
.featured-cases .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.featured-cases__slider {
  margin: 0 -15px;
}
.featured-cases__item {
  display: flex !important;
  align-items: center;
  margin: 15px;
  width: calc(50% - 30px);
}
.featured-cases__item .icon {
  width: 91px;
  height: 91px;
  box-shadow: 0 2px 20px 0 rgba(200, 203, 204, 0.5);
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-cases__item .icon img {
  width: 40px;
  height: auto;
}
.featured-cases__item .text {
  width: calc(100% - 107px);
}
.featured-cases__item .text p {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #27313c;
}
.featured-cases .slider-controls {
  justify-content: flex-end;
}

.projects {
  padding: 55px 0 45px;
  position: relative;
}
.projects::before {
  content: "";
  position: absolute;
  background-color: #f5f6f8;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  width: 95%;
  border-radius: 8px 0 0 8px;
}
.projects__title {
  text-align: center;
  margin-bottom: 45px;
}
.projects__title h2 {
  font-size: 40px;
}
.projects__title h2::before {
  margin: auto;
  margin-bottom: 10px;
}
.projects__text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}
.projects__text--title h3 {
  font-size: 28px;
  line-height: 1.29;
  color: #27313c;
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  position: relative;
}
.projects__text--title h3::before {
  content: "";
  position: absolute;
  width: 52px;
  height: 3px;
  bottom: -12px;
  background-color: #e3e829;
}
.projects__text .text {
  margin-bottom: 45px;
  width: calc(45% - 15px);
}
.projects__text .text p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #53565a;
}
.projects__text .objectives {
  width: calc(50% - 15px);
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 20px 0 rgba(200, 203, 204, 0.5);
}
.projects__text .objectives .line-object {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: 20px 25px;
  background-color: #fff;
}
.projects__text .objectives .line-object::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #00afc9;
}
.projects__text .objectives::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #00afc9;
  transform: rotate(45deg);
}
.projects__text .objectives h3 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #27313c;
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  margin: 0;
}
.projects__text .objectives__item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.projects__text .objectives__item img {
  margin-right: 10px;
  width: 30px;
}
.projects__text .objectives__item p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #27313c;
  width: calc(100% - 30px);
}
.projects .slick-list {
  overflow: initial;
}
.projects .slick-list .slick-track {
  align-items: flex-start;
}
.projects .slick-list .slick-slide {
  opacity: 0;
  transition: all 0.2s;
}
.projects .slick-list .slick-slide.slick-active {
  opacity: 1;
}
.projects .slider-controls {
  justify-content: flex-end;
}
.projects__carousel h3 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #27313c;
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}
.projects__slider {
  margin: 0 -15px;
}
.projects__content {
  display: flex;
  flex-wrap: wrap;
}
.projects__item {
  border-radius: 8px;
  box-shadow: 0 2px 20px 0 rgba(200, 203, 204, 0.5);
  background-color: #ffffff;
  margin: 15px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  width: calc(25% - 30px);
}
.projects__item .text {
  padding: 31px 22px;
}
.projects__item .text p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #53565a;
}
.projects__item .item-footer {
  min-height: 55px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.projects__item .item-footer.corto {
  background-image: linear-gradient(to left, #aed1be, #849e90 0%);
}
.projects__item .item-footer.mediano {
  background-image: linear-gradient(to right, #27313c 2%, #495c70 99%);
}
.projects__item .item-footer.largo {
  background-image: linear-gradient(to left, #b6af9d, #999384 0%);
}
.projects__item .item-footer span {
  font-family: "SURA sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.more-sustainability {
  padding: 130px 0;
}
.more-sustainability .more-slider .slick-list {
  overflow: initial;
}
.more-sustainability .more-slider .slick-slide {
  opacity: 0;
  transition: all 0.4s;
}
.more-sustainability .more-slider .slick-slide.slick-active {
  opacity: 1;
}
.more-sustainability .more-slider .slick-slide.slick-active + .slick-slide {
  opacity: 1;
}
.more-sustainability .more-slider .card--image {
  min-height: 230px;
}
.more-sustainability .more-slider .card--image.slick-current {
  transform: scaleY(1.2);
}
.more-sustainability .more-slider .card--image.slick-current .card__content {
  transform: scaleY(0.85);
}

.downloads-files {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.downloads-files__item {
  margin: 14px 30px 14px 0;
  width: calc(50% - 30px);
  border-radius: 8px;
  box-shadow: 0 30px 70px 0 rgba(200, 203, 204, 0.5);
  background-color: #ffffff;
  min-height: 180px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.downloads-files__item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 155px;
  background-color: #27313c;
  transition: all 0.3s;
}
.downloads-files__item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.downloads-files__item .text {
  padding: 35px;
  width: calc(100% - 155px);
  position: relative;
}
.downloads-files__item .text h3 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #27313c;
  position: relative;
}
.downloads-files__item .text h3::before {
  content: "";
  position: relative;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: #e3e829;
  margin-bottom: 10px;
  display: block;
}
.downloads-files__item .text span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #53565a;
}
.downloads-files__item .icon-down {
  height: 100%;
  display: flex;
  width: 155px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.downloads-files__item:hover {
  box-shadow: 0 10px 50px 0 rgba(84, 110, 122, 0.6);
}
.downloads-files__item:hover::before {
  width: 100%;
}
.downloads-files__item:hover .text h3,
.downloads-files__item:hover .text span {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .sustainability__section {
    padding: 60px 0 60px;
  }
  .sustainability__section::before {
    width: 100%;
    border-radius: 0;
  }
  .sustainability__section__politics {
    padding: 60px 0 60px;
  }
  .sustainability__section__politics::before {
    width: 100%;
    border-radius: 0;
  }
  .sustainability__title {
    margin-bottom: 40px;
  }
  .sustainability__card-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .sustainability__card-title h2 {
    font-size: 28px;
  }
  .sustainability__card-title h2::before {
    margin: auto;
    margin-bottom: 10px;
  }

  .intro-sus {
    padding: 30px 0;
  }
  .intro-sus__card-title {
    margin-bottom: 20px;
  }

  .featured-cases {
    margin-bottom: 60px;
  }
  .featured-cases::after {
    width: 100%;
    border-radius: 0;
  }
  .featured-cases::before {
    display: none;
  }
  .featured-cases__slider {
    margin: 0;
  }
  .featured-cases .slider-controls {
    justify-content: center;
  }
  .featured-cases__item {
    width: 100%;
    margin: 15px 0;
  }

  .projects::before {
    width: 100%;
    border-radius: 0;
  }
  .projects__item {
    width: 100%;
    margin: 15px 0;
  }
  .projects__text {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .projects__text .text,
  .projects__text .objectives {
    width: 100%;
  }
  .projects__element {
    margin: 0 15px;
  }
  .projects__slider {
    margin: 0;
  }
  .projects__slider .slick-list {
    overflow: initial;
  }
  .projects__slider .slick-slide {
    opacity: 0;
    transition: all 0.4s;
  }
  .projects__slider .slick-slide.slick-active {
    opacity: 1;
  }
  .projects__slider .slick-slide.slick-active + .slick-slide {
    opacity: 1;
  }
  .projects .slider-controls {
    justify-content: center;
  }
  .projects .objectives .line-object {
    padding: 20px;
  }
  .projects .objectives__item {
    width: 100%;
    margin: 10px 0;
  }
  .projects .objectives__item p {
    font-size: 18px;
  }
  .projects .slick-list {
    overflow: hidden;
  }
  .projects .slick-list .slick-slide {
    opacity: 0;
    transition: all 0.2s;
  }
  .projects .slick-list .slick-slide.slick-active {
    opacity: 1;
  }

  .more-sustainability {
    padding: 30px 0 60px;
  }
  .more-sustainability__title {
    margin-bottom: 140px;
  }
  .more-sustainability .slider-controls {
    justify-content: center;
    width: 100%;
  }
  .more-sustainability .more-slider {
    margin: 0 -15px;
  }

  .downloads-files__item {
    margin: 14px 0;
    width: 100%;
    min-height: 160px;
  }
  .downloads-files__item::before {
    width: 80px;
  }
  .downloads-files__item .text {
    width: calc(100% - 80px);
    padding: 15px;
    padding-left: 30px;
  }
  .downloads-files__item .icon-down {
    width: 80px;
  }
}

/*# sourceMappingURL=sostenibilidad.css.map */
