/* Galery individual */
/* HAL DISEÑO */
.DIV_2 {
  width: 345px;
/*   border-radius: 20px 20px 20px 0; */
  bottom: 0px;
  box-shadow: rgba(51, 51, 51, 0.05) 0px 20px 20px 0px;
  box-sizing: border-box;
  color: rgb(33, 37, 41);
  cursor: pointer;
  display: flex;
/*   min-height: 781px; */
  left: 0px;
  position: relative;
  right: 0px;
  top: 0px;
  user-select: none;
  width: 345px;
  background: rgb(255, 255, 255);
/*   border-radius: 20px 20px 0px; */
  flex-flow: column nowrap;
  font: 16px / 24px Lato, sans-serif;
  margin: 0px 0px 30px;
  transition: all 0.5s linear 0s;
}
.IMG_3 {
  box-sizing: border-box;
  caret-color: rgb(33, 37, 41);
  color: rgb(33, 37, 41);
  column-rule-color: rgb(33, 37, 41);
  cursor: pointer;
  display: block;
  height: 195px;
  object-fit: cover;
  text-align: left;
  text-decoration: none solid rgb(33, 37, 41);
  text-emphasis-color: rgb(33, 37, 41);
  text-size-adjust: 100%;
  transform-origin: 172.5px 97.5px;
  user-select: none;
  vertical-align: middle;
  width: 345px;
/*   border-radius: 20px 20px 0px 0px; */
  font: 16px / 24px Lato, sans-serif;
}

.DIV_5 {
    color: rgb(33, 37, 41);
    display: flex;
/*     height: 506px; */
    left: 0px;
    position: relative;
    right: 0px;
    text-align: left;
    top: 0px;
    flex-flow: column nowrap;
    font: 16px / 24px Lato, sans-serif;
    padding: 8%;
}

.H2_6 {
  color: rgb(255, 78, 11);
  cursor: pointer;
  display: -webkit-box;
  letter-spacing: 0.5px;
  overflow-wrap: break-word;
  text-transform: uppercase;
  user-select: none;
  font: 700 13px / 16px Lato, sans-serif;
  margin: 0px 0px 16px;
}

.H2_6 span {
  color: rgb(255, 78, 11);
  font: 700 11px / 16px Lato, sans-serif;
  padding: 0px 5px;
}

.H3_9 {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  display: -webkit-box;
  overflow-wrap: break-word;
  font: 300 33px/39px Lato, sans-serif;
  margin: 0px 0px 9px;
}

.P_10 {
  box-sizing: border-box;
  caret-color: rgb(51, 51, 51);
  color: rgb(51, 51, 51);
  column-rule-color: rgb(51, 51, 51);
  cursor: pointer;
  height: 154px;
  opacity: 0.8;
  font: 16px / 22px Lato, sans-serif;
  margin: 0px 0px 24px;
}

.BUTTON_11 {
  position: absolute;
    bottom: -55px;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 147, 30);
  color: rgb(255, 147, 30);
  cursor: pointer;
  display: block;
  height: 48px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  width: 156px;
  border-radius: 23px;
  font: 900 14px / 48px Lato, sans-serif;
  margin: 30px 0px 0px;
  padding: 0px;
  transition: all 0.5s linear 0s;
}
.BUTTON_11 a{
  background: transparent;
  color: rgb(255, 147, 30);
  text-decoration: none;   
}

.BUTTON_11:hover {
  background-color: #ff931e; 
}
.BUTTON_11:hover a{
  color: #fff; 
}
.DIV_2::after {
    content: "";
    position: absolute;
    left: 90px;
    bottom: 0;
    height: 6px;
    width: 69px;
    background-color: #ff4e0b;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    opacity: 0;
}
.DIV_2:hover::after {
    opacity: 1;
}

.DIV_2 {
  position: relative;
}
/* CAROUSEL */

.carousel {
  margin: 0 2em;
  position: relative;
}
.carousel .slick-slide {
  max-width: 100%;
  text-align: center;
  margin-right: 5px;
  margin-left: 5px;
}
.carousel .slick-slide img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.carousel__inner {
  display: inline-block;
  position: relative;  
}

/* Slick-theme */

/* Slider */
.carousel .slick-loading .slick-list {
  background: #fff url('no_such_asset_in_module_asset_url') center center no-repeat;
    }
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('no_such_asset_in_module_asset_url');
    src: url('no_such_asset_in_module_asset_url') format('embedded-opentype'), url('no_such_asset_in_module_asset_url') format('woff'), url('no_such_asset_in_module_asset_url') format('truetype'), url('no_such_asset_in_module_asset_url') format('svg');
      }
/* Arrows */
.carousel .slick-prev,
.carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 72px;
  border-radius: 50%;
  height: 72px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}
.carousel .slick-prev:hover:before,
.carousel .slick-next:hover:before {
  color: #fff;
  background: rgb(255,147,30);
}
.carousel .slick-prev:hover:before,
.carousel .slick-prev:focus:before,
.carousel .slick-next:hover:before,
.carousel .slick-next:focus:before {
  opacity: 1;
}
.carousel .slick-prev.slick-disabled:before,
.carousel .slick-next.slick-disabled:before {
  opacity: .25;
}
.carousel .slick-prev.slick-disabled,
.carousel .slick-next.slick-disabled {
  opacity: 0;
  cursor: auto;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: rgb(255,147,30);
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 11%);
  width: 72px;
  height: 72px;
  text-align: center;
  display: block;
  line-height: 72px;
}
.carousel .slick-prev {
  left: -25px;
  z-index: 1;
}
.carousel [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.carousel .slick-prev:before {
  content: '❮';
}
.carousel [dir='rtl'] .slick-prev:before {
  content: '❯';
}

.carousel .slick-next {
  right: -25px;
}
.carousel [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.carousel .slick-next:before {
  content: '❯';
  margin-left: auto;
}
.carousel [dir='rtl'] .slick-next:before {
  content: '❮';
}
@media (max-width: 768px){
.H3_9 {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: -webkit-box;
    height: auto;
    overflow-wrap: break-word;
    font: 300 28px / 33px Lato, sans-serif;
    margin: 0px 0px 9px;
    overflow: hidden;
    margin-bottom: 20px;
}
  .DIV_2 {
    min-height: 650px;
    width: auto;
/*     height: 650px; */
}
  .BUTTON_11 {
    position: absolute!important;
    bottom: 190px!important;}
}


.carousel .slick-next, .carousel .slick-prev{
  background-color: transparent!important;
}


@media (max-width: 600px){
  .carousel .H3_9 {
    font: 300 25px / 33px Lato, sans-serif;}
}
  .carousel .DIV_2 {
    min-height: 700px;
    width: auto;
    height: 700px;
  }
.BUTTON_11 {
    bottom: 80px!important;}
}
