/* Galery individual */
/* HAL DISEÑO */
.blogsRecientes_Carousel .thank-u-page-rss .read-more {
    color: #333!important;
    text-decoration: none !important;
    border: 0!important;
    background: transparent!important;
    padding: 0!important;
    margin: 0!important;
    transition: all .2s linear!important;
    font-size: 14px!important;
    line-height: 17px!important;
    font-weight: 700!important;
    letter-spacing: .2px!important;
}
.blogsRecientes_Carousel .thank-u-page-rss:hover .read-more{
      color: #54b775!important;
}
.blogsRecientes_Carousel .thank-u-page-rss:hover .name{
      color: #54b775!important;
}
.blogsRecientes_Carousel .thank-u-page-rss .hs-featured-image {
    height: 180px!important;
    object-fit: cover!important;
}
.blogsRecientes_Carousel  .post-cont p {
    color: #333;
    font-weight: normal;
    max-width: 280px;
    opacity: .7;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 7px;
    max-width: 100%;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.blogsRecientes_Carousel  .featured-image {
    height: 180px!important;
    overflow: hidden!important;
}
.blogsRecientes_Carousel .thank-u-page-rss .black-wrapper {
    background: transparent!important;
    margin-top: 0!important;
}
.blogsRecientes_Carousel button.slick-prev.slick-arrow {
    background: transparent;
    min-width: 72px;
}
.blogsRecientes_Carousel .post-date span {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}
.blogsRecientes_Carousel .post-name {
    margin-top: -3px;
}
.blogsRecientes_Carousel .thank-u-page-rss  .name {
    text-decoration: none !important;
    max-width: 300px!important;
    text-decoration: none!important;
    color: #333!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 24px!important;
    -webkit-transition: all .2s linear!important;
    transition: all .2s linear!important;
}
.blogsRecientes_Carousel .post-date span i {
    color: #000;
    padding-right: 0;
    width: 3px;
    height: 3px;
    background: #007bff;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.blogsRecientes_Carousel button.slick-next.slick-arrow {
    background: transparent;
    min-width: 72px;
}
.blogsRecientes_Carousel .blog-text-content {
    text-align: left;
}
.blogsRecientes_Carousel {
    display: flex;
    flex-wrap: wrap;
  justify-content: space-around;
}
.blogsRecientes_Carousel .red_card{
  width:30%;
}
.blogsRecientes_Carousel .red_card .card-link-wrapper{
  text-decoration: none;
}
.blogsRecientes_Carousel .red_card .card {
  cursor: pointer;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 260px;
    border-radius: 0;
    background-color: #0b1020;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.blogsRecientes_Carousel .red_card .card:before {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    content: "";
    display: block;
    width: 78%;
    height: 101%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transition: all .5s linear;
}

.blogsRecientes_Carousel .red_card .card:after{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
      background: linear-gradient(180deg,rgba(11,16,32,0) -9%,#141414);
}
.blogsRecientes_Carousel .red_card .card:hover:after {
    background: rgba(187,42,38,.9);
}
.blogsRecientes_Carousel .red_card .card-bt:hover .card-info {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.blogsRecientes_Carousel .red_card  .card-bt .card-info {
    padding: 15px 30px;
  transform: translateY(20px);
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s,-webkit-transform .6s;
    z-index: 9;
    position: relative;
}

.blogsRecientes_Carousel .red_card  .card-bt:hover .card-info{
    -webkit-transition: all .35s linear;
    transition: all .35s linear;
}
.blogsRecientes_Carousel .red_card .card-bt:hover:before {
    opacity: .7;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blogsRecientes_Carousel .red_card .card-bt .card-info h4{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 15px;
}
.blogsRecientes_Carousel .red_card .card-bt .card-info .view-profile{
    opacity: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.blogsRecientes_Carousel .red_card .card-bt:hover .card-info .view-profile{
  opacity: 1;
  
}
.blogsRecientes_Carousel .red_card .card-bt .card-info .view-profile:after{
    opacity: 0;
    background-repeat: no-repeat;
    -webkit-filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(10000%) contrast(110%);
    filter: invert(100%) sepia(100%) saturate(38%) hue-rotate(321deg) brightness(10000%) contrast(110%);
    display: block;
    width: 35px;
    height: 4px;
  background-size: cover;}

.blogsRecientes_Carousel .red_card .card-bt:hover .card-info .view-profile:after{
  opacity: 1; 
}


@media (max-width: 992px){
  .red_card .card {
    height: 180px
  }
  
  .blogsRecientes_Carousel .red_card .card-bt .card-info, .red_card .card-bt:hover .card-info{
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    padding: 30px;
    text-align: left;
  }
  
  .blogsRecientes_Carousel .red_card .card-bt .card-info .view-profile{
    opacity: 1;
  }
  .blogsRecientes_Carousel .red_card .card-bt .card-info .view-profile:after{
    opacity: 1;
  }
  
  .blogsRecientes_Carousel .red_card .card-bt .card-info h4{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}


/* CAROUSEL */

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

/* Slick-theme */

/* Slider */
.hs-logo-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 */
.hs-logo-carousel .slick-prev,
.hs-logo-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 72px;
  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;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
  background: #57b877;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #54b775;
  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;
}
.slick-prev {
  left: -25px;
  z-index: 1;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '❮';
}
[dir='rtl'] .slick-prev:before {
  content: '❯';
}

.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '❯';
  margin-left: auto;
}
[dir='rtl'] .slick-next:before {
  content: '❮';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.blogsRecientes_Carousel .slick-list.draggable:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    background: rgb(255 255 255 / 57%);
    z-index: 1;
    height: 100%;
}

.blogsRecientes_Carousel .slick-list.draggable:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    background: rgb(255 255 255 / 57%);
    z-index: 1;
    height: 100%;
}




{% include "custom/page/Company_Theme/CompanyModules.css" %}
{% include "hubspot/styles/responsive/modules.css" %}
/* These includes are optional, but helpful. */
{% include "hubspot/styles/patches/recommended.css" %} 


=====================================================================================================================

.container-fluid .row-fluid .page-center {
  float: none !important;
  max-width:  !important;
  margin: 0 auto !important;
}


/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

.blog-content
{
  text-align:center;
}

.blog-content h2
{
    font-weight: normal;
    margin-bottom:10px !important;
    color: #047539;
    font-size: 24px;
}

.blog-content hr
{
    width:70px;
    height:1px;
    background-color:black;
}



.blog-list  .thank-u-page-rss
{
    display: block !important;
    float: left !important;
    padding: 0px 8px;
}


.blog-list .thank-u-page-rss .hs-featured-image 
{
    width: 100% !important;
    float: left !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.blog-list .thank-u-page-rss .black-wrapper 
{
    display: block;
    float: left;
    position: relative;
    background: white;
    margin-top: -100px;
    min-height: 250px;
}

.blog-list .thank-u-page-rss .name 
{
    color:  #54b775;
    text-decoration: none !important;
    font-size:16px;
}

.blog-list .thank-u-page-rss .read-more 
{
    color: #54b775;
    text-decoration: none !important;
    font-size:16px;
}

.blog-content p
{
 width:75%;
 margin:25px auto;
line-height: 24px;
font-size: 15px;
color:#000;
}


.post-cont p
{
 font-weight:300;
 font-size: 15px;
 color:#000;
}

.post-date span i{
    color: #000;
    padding-right: 10px;
}
.post-date span {
font-weight:300;
font-size: 14px;
}

.post-date
{
    padding:10px 0px;
}

.blog-list
{
    padding: 20px 0px 60px 0px; 
}

.blog-outter-wrapper
{
    padding-top:30px;
}


.blog-list .featured-image {
    height: 240px;
    overflow: hidden;
}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      
  }



 /* ==========================================================================
    7. MOBILE MEDIA QUERIES                              
    ========================================================================== */




    /************** ipad ***************/
    @media (max-width: 1080px) {
      .blog-list .thank-u-page-rss .black-wrapper   
      {
        left:12px ;
      }
      .banner-text {
        text-align: center;
        padding: 120px 0;
      }
      .follow-us-icon ul li a img {
        width: 180px;
      } 
      .page-center
      {
        padding:0px 15px;
      }



    }

    /************** ipad nd tab ***************/
    @media only screen and (min-width:768px) and (max-width: 1023px) {
      .follow-us-icon ul li a img {
        max-width: 92% !important;
      } 

      .blog-list .thank-u-page-rss .black-wrapper 
      {
        width: 90%;
        min-height: 250px;
        left: 10px;
      }

      .blog-list .thank-u-page-rss .hs-featured-image {
        min-height: 230px;
      }


      .follow-us-icon ul li {
        width: 20%;
        float: left;
        text-align: center;
        display: block;
        padding: 10px 0px;
      }

    }

    /************** iphone roatate***************/
    @media (max-width: 767px) {


      .banner-content { padding-top:10px;}

      .form-header {    margin-top: 0px; } 

      .banner-video {    padding-top: 0px; padding-bottom: 40px; }     

      .blog-list .thank-u-page-rss 
      {
        width: 100% !important;
        padding: 25px 0px;
      }

      .follow-us-icon ul li a img 
      {
        max-width: 115px;
      }    

      .blog-list .thank-u-page-rss .black-wrapper 
      {
        min-height: 0;
        left: 50px;
        width: 85%;
      }

      .featured-image
      {
        padding:0px 20px;
      }
      .blog-outter-wrapper
      {
        padding: 30px 0px;
      }

      .logo-image
      {
        width: 70% !important;
        float: left !important;
      }

      .banner-text {
        text-align: center;
        padding: 90px 0;
      }

      .banner-text h1
      {
        font-size:80px;
        margin:0px !important;
      }
      .follow-us-icon ul li {
        width: 20%;
        float: left;
        text-align: center;
        display: block;
        padding: 10px 0px;
      }


    }


    /************** iphone ***************/
    @media (max-width: 479px) {
      .banner-text h1
      {
        font-size:52px;
      }
      .banner-text
      {
        padding: 75px 0;
      }

      .follow-us-icon ul li a img {
        max-width: 100%;
      }

      .Subscribe-form form .hs-form-field
      {
        width: 100%;
        min-height: 76px;
        padding: 0px;
      }
      .Subscribe-form form .hs-error-msgs {
        margin: 4px;
      }


      .Subscribe-form form .hs_submit
      {
        width: 100%;
        padding-top: 0px;
      } 

      .blog-list .thank-u-page-rss .black-wrapper
      {
        min-height: 0;
        left: 38px;
        width: 80%;
      }

      .Subscribe-form form input 
      {
        padding: 10px 0;

      }

      .blog-content p {
        width: 95%;
      }
      .follow-us-icon ul li {
        width: 33%;
        float: left;
        text-align: center;
        display: block;
        padding: 10px 0;
      }


    }
    /********************************/    
    @media (max-width: 375px) {
      .blog-list .thank-u-page-rss .black-wrapper 
      {
        left:14px;
        width:90%;
      } 

      .featured-image {
        padding: 0px 0px;
      }  

    }


