
.gn-imageItem{
  height: 580px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gn-imageItem img{
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.gn-imageItem svg.gn-sup{
  position: absolute;
  top: 0px;
  transform: rotate(-180deg);
  fill: white;
  height: 25px;
  width: 100%;
}
.gn-imageItem svg.gn-inf{
  position: absolute;
  bottom: 0px;
  fill: #144D3A;
  height: 45px;
  width: 100%;
}
.gn-carouselInfo{
  background-color: #144D3A;
  position: relative;
  color: white;
  padding-top: 80px;
  padding-bottom: 80px;
}
.gn-carouselInfo h1{
  font-size: 34px;
  font-weight: bold;
  line-height: 46px;
}
.gn-carouselInfo p{
  font-size: 22px;
  font-weight: 100;
  line-height: 32px;
}
.gn-buttons{
  margin-top: 30px !important;
  display: flex;
}
.gn-buttons a{
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
  margin-right: 10px;
}
.gn-buttons a:first-child{
  background-color: white;
  color: #144D3A;
}

@media (max-width: 767px){
  .gn-imageItem{height: 380px;}
  .gn-carouselInicio img{
    width: auto !important;
    height: 100% !important;
  }
  .gn-imageItem svg.gn-inf{height: 25px;}
  .gn-carouselInfo{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .gn-carouselInfo h1{
    font-size: 32px;
    line-height: 38px;
  }
  .gn-carouselInfo p{
    font-size: 20px;
    line-height: 24px;
  }
  .gn-buttons a{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .gn-buttons{flex-direction: column;}
}
@media (min-width: 768px) and (max-width: 991px){
  .gn-imageItem{height: 460px;}
  .gn-carouselInicio img{
    width: auto !important;
    height: 100% !important;
  }
}