.box-info-img {
    position: relative;
    top: 0;
    /*width: 100%;*/
    transition: inherit;
}
.row.desktop .box-info .box-info-img, .row.ofertahome .box-info-img.img-fluid{
    width: 100%;
}
h3{
    margin-top: 10px !important;   
    text-align: initial;
    font-family: rbtbold!important;
}		
.box-info {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
    transition: all 0.4s ease-in-out;
}
a, a:focus, a:active {
    color: #f17900;
}
p.box-info-text {
    text-align: justify;
}
.desktop .box-info-body {
    position: absolute;
    bottom: 0;
    transform: translate3d(0, calc(100% - 40px), 0);
}
.box-info-body {
    padding: 0px 20px 0px;
    background: rgba(21, 185, 213, 0.7);
    transition: inherit;
}
.desktop .box-info:hover .box-info-text, .desktop .box-info:hover .box-info-title {
    color: #fff;
}
.box-info-text, .box-info-title {
    transition: inherit; 
}
.box-info-title {
    transition: inherit;
    text-align: center;
    font-size: 17px;
    font-family: rbtbold;
    white-space: nowrap;
}
@media only screen and (max-width: 680px) {

    .box-info-title {
        font-size: 13px;
        font-family: rbtlight !important;
    }

}
.desktop .box-info:hover .box-info-body {
    transform: translate3d(0, 0, 0);
    background: #f17900;
}
.desktop .box-info:hover .box-info-img {
    top: -50px;
}
.box-info-title h3 {
    color: white;
}
.promo-home h3{
    font-size: 30px;
    color: #2D6C9B;
}
a.box-info:hover .box-info-title {
    display: none;
}
h3.box-info-title-2 {
    font-size: 18px;
    text-align: center;
}

/* estilo de la galeria de fancybox */
.green{
    background-color:#6fb936;
  }
.thumb{
    margin-bottom: 30px;
}
  
  img.zoom {
      width: 100%;
      height: 200px;
      border-radius:5px;
      object-fit:cover;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
  }
          
   
.transition {
      -webkit-transform: scale(1.2); 
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
}
.modal-header {
     
    border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
    display:none;  
}


