.global-banner.shape-1 .banner-imagen {
  width: 100%;
  height: 100%;
  position: relative;
}
.global-banner.shape-1 .banner-imagen .imagen-mask {
  border-radius: 0 30vw 30vw 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.global-banner.shape-1 .banner-imagen .imagen-mask .banner-img {
  height: 33vw;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
}
.global-banner.shape-3 .banner-imagen {
  width: 100%;
  height: 100%;
  position: relative;
}
.global-banner.shape-3 .banner-imagen .imagen-mask {
  border-radius: 30vw 0 0 30vw;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.global-banner.shape-3 .banner-imagen .imagen-mask .banner-img {
  height: 33vw;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  min-height: 100%;
}
.global-banner.shape-2 .right-side {
  position: relative;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .global-banner.shape-2 .left-side {
    height: 100%;
    position: absolute;
  }
}
.global-banner.shape-2 .banner-imagen {
  width: 100%;
  height: 100%;
  position: relative;
  height: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .global-banner.shape-2 .banner-imagen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.global-banner.shape-2 .banner-imagen .imagen-mask {
  border-radius: 100%;
  top: -10vw;
  width: 60vw;
  left: -11vw;
  max-width: 60vw;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .global-banner.shape-2 .banner-imagen .imagen-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 0%;
  }
}
.global-banner.shape-2 .banner-imagen .imagen-mask .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .global-banner.shape-2 .banner-imagen .imagen-mask .overlay {
    display: block;
    opacity: 0.8;
  }
}
.global-banner.shape-2 .banner-imagen .imagen-mask .banner-img {
  height: 63vw;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .global-banner.shape-2 .banner-imagen .imagen-mask .banner-img {
    height: 100%;
  }
}
.divisor-yellow {
  display: block;
  width: 124px;
  height: 1px;
  margin: 25px 0;
  background-color: #ffb81c;
}
.divisor-yellow.full-width {
  width: 100%;
  margin: 15px 0px;
}
.divisor-white {
  display: block;
  width: 124px;
  height: 1px;
  margin: 25px 0;
  background-color: #fff;
}
.divisor-white.full-width {
  width: 100%;
  margin: 15px 0px;
}
.header-contenido {
  position: absolute;
  right: 0;
  top: 99px;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.7));
}
.header-contenido .texto {
  max-width: 340px;
}
.home-header {
  height: 627px;
}
.home-header img {
  width: 100%;
  height: 627px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-header .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  bottom: 0;
  margin-bottom: 36px;
  left: 0;
}
.home-header .slick-dots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-header .slick-dots li button {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  margin: 0 auto;
  border: none;
  border-radius: 100%;
  text-indent: -9999px "/*!rtl:9999px*/";
  background-color: #fff;
}
.home-header .slick-dots li button::before {
  content: none;
}
.home-header .slick-dots li.slick-active button {
  background-color: #ffb81c;
}
.home-third {
  background-color: #f0f0f0;
  background-image: url("../../img/global/deco-stripes-blue.svg");
  background-position: right 70%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home-third {
    background-position: right 95%;
    background-size: 19px 32.5px;
  }
}
.home-third .global-banner .banner-img {
  min-height: 250px;
  max-height: 400px;
}
.home-fourth {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../img/global/deco-square-yellow.svg"),
    url("../../img/global/deco-square-yellow2.svg");
  background-position: left center, right 90%;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home-fourth {
    background-position: left 1%, right 99.5%;
    background-size: 32.5px 32.5px;
  }
}
.home-fourth .deco-circle-red {
  width: 130px;
  height: 66px;
  background-image: url("../../img/global/deco-circle-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 100px;
  top: -90px;
}
@media (max-width: 991.98px) {
  .home-fourth .deco-circle-red {
    width: 65px;
    height: 33px;
  }
}
.home-fourth .img-grid .grid-top {
  margin-bottom: 15px;
}
.home-fourth .img-grid .grid-bottom .grid-right {
  margin-left: 7.5px;
  width: -webkit-calc(50% - 7.5px);
  width: calc(50% - 7.5px);
}
.home-fourth .img-grid .grid-bottom .grid-left {
  margin-right: 7.5px;
  width: -webkit-calc(50% - 7.5px);
  width: calc(50% - 7.5px);
}
.home-fifht {
  padding-top: 75px;
  padding-bottom: 75px;
  color: #fff;
  background-color: #4a773c;
  background-image: url("../../img/global/deco-line-blue.svg"),
    url("../../img/global/deco-line-white.svg"),
    url("../../img/global/deco-square-blue.svg");
  background-position: left 70%, 98% 6%, right 90%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media (max-width: 991.98px) {
  .home-fifht {
    background-position: left 6%, 98% 6%, right 90%;
    background-size: 31.5px 6.5px, 6.5px 31.5px, 32.5px 32.5px;
  }
}
.home-fifht .fifht-slider {
  width: 100%;
}
@media (max-width: 767.98px) {
  .home-fifht .fifht-slider {
    position: relative;
  }
}
.home-fifht .fifht-slider img {
  width: 100%;
  height: 282px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-fifht .fifht-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem 0;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  bottom: 0;
  right: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}
.home-fifht .fifht-slider .slick-dots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-fifht .fifht-slider .slick-dots li button {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  margin: 0 auto;
  border: none;
  border-radius: 100%;
  text-indent: -9999px "/*!rtl:9999px*/";
  background-color: #fff;
}
.home-fifht .fifht-slider .slick-dots li button::before {
  content: none;
}
.home-fifht .fifht-slider .slick-dots li {
  text-align: right;
}
.home-fifht .fifht-slider .slick-dots li.slick-active button {
  background-color: #00205b;
}
.home-fifht .fifht-slider .titulos {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  width: 50%;
  display: inline-block;
}
