/* ===================================
   BLOCK COCOON PILLS STYLES
   =================================== */

/* Main container styles */
.block_cocoon_pills .hvr_img_box_container {
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}

.block_cocoon_pills .hvr_img_box_container:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}

.block_cocoon_pills .hvr_img_box_container .hvr_img_box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block_cocoon_pills .hvr_img_box_container:hover .hvr_img_box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.block_cocoon_pills .hvr_img_box {
  position: relative;
  padding: 60px 50px;
}

.block_cocoon_pills .hvr_img_box.imgs {
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.block_cocoon_pills .hvr_img_box_container:hover:before {
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Overlay and details styles */
.block_cocoon_pills .hvr_img_box_container .overlay .details {
  display: block;
  height: 270px;
  padding: 50px 40px;
  position: relative;
  width: 100%; /* width: 300px; */
  z-index: 9;
  box-sizing: border-box;
}

.block_cocoon_pills .hvr_img_box_container .overlay .details h5 {
  color: #0a0a0a;
  font-family: var(--primary-font, inherit);
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.block_cocoon_pills .hvr_img_box_container .overlay .details p {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

.block_cocoon_pills .hvr_img_box_container .overlay .details a {
  color: #192675;
  font-size: 14px;
  line-height: 24px;
}

.block_cocoon_pills .hvr_img_box_container .overlay .details a span.span {
  padding-left: 15px;
}

.block_cocoon_pills .hvr_img_box_container:hover .overlay .details h5,
.block_cocoon_pills .hvr_img_box_container:hover .overlay .details p,
.block_cocoon_pills .hvr_img_box_container:hover .overlay .details a {
  color: #ffffff;
}

/* Home13 specific styles */
.block_cocoon_pills .hvr_img_box_container.home13 {
  border-radius: 5px;
  -webkit-box-shadow: 1px 1.732px 20px 0px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 1px 1.732px 20px 0px rgba(34, 34, 34, 0.05);
  box-shadow: 1px 1.732px 20px 0px rgba(34, 34, 34, 0.05);
  margin-top: -120px;
  z-index: 1;
}

.block_cocoon_pills .hvr_img_box_container.home13:hover {
  margin-top: -140px;
}

.block_cocoon_pills .hvr_img_box_container.home13:hover:before {
  background-color: #ffffff;
}

.block_cocoon_pills .hvr_img_box_container.home13 .overlay .details h5 {
  font-size: 18px;
  font-family: var(--primary-font, inherit);
  color: #222222;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.block_cocoon_pills .hvr_img_box_container.home13 .overlay .details p {
  font-size: 14px;
  font-family: var(--primary-font, inherit);
  color: #222222;
  line-height: 1.714;
}

.block_cocoon_pills .hvr_img_box_container.home13:hover .overlay .details p {
  color: #222222;
}

.block_cocoon_pills .hvr_img_box_container.home13 .overlay .details {
  display: block;
  height: 250px;
  padding: 60px 50px;
  position: relative;
  width: 300px;
  z-index: 9;
}

.block_cocoon_pills .hvr_img_box_container.home13 .overlay .details .ccnIcon span {
  color: #192675;
}

/* Responsive styles */
@media only screen and (max-width: 1366px) {
  .block_cocoon_pills .hvr_img_box {
    padding: 40px 25px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .block_cocoon_pills .hvr_img_box_container.home13 {
    margin-top: 0;
  }
  
  .block_cocoon_pills .hvr_img_box_container.home13:hover {
    margin-top: 0;
  }
  
  /* Ajustes para contenedores estrechos (modo edición) */
  .block_cocoon_pills .hvr_img_box_container .overlay .details {
    padding: 40px 30px;
    width: 100%;
    max-width: none;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details a {
    font-size: 13px;
    display: block;
  }
}

@media only screen and (max-width: 991.98px) {
  /* Ajustes específicos para contenedores muy estrechos */
  .block_cocoon_pills .hvr_img_box_container .overlay .details {
    padding: 30px 20px;
    height: auto;
    min-height: 200px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details h5 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767.98px) {
  .block_cocoon_pills .hvr_img_box_container .overlay .details {
    height: auto;
    padding: 25px 15px;
    width: 100%;
    min-height: 180px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 575.98px) {
  .block_cocoon_pills .hvr_img_box_container .overlay .details {
    padding: 20px 10px;
    min-height: 160px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details p {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 8px;
  }
  
  .block_cocoon_pills .hvr_img_box_container .overlay .details a {
    font-size: 10px;
  }
} 