
.programs-resources-home .item-programa {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	background: #FFFFFF;
	-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
	        box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.10);
	border-radius: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.programs-resources-home .item-programa:hover {
	-webkit-box-shadow: 0 8px 20px 0 rgba(0, 167, 206, 0.21);
	        box-shadow: 0 8px 20px 0 rgba(0, 167, 206, 0.21);
}
.programs-resources-home .item-programa:hover .bg-paquete {
	opacity: 0.5;
	background-color: #003580;
}
.programs-resources-home .bg-paquete {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: scroll;
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
	z-index: 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background-color: #003580;
}
.programs-resources-home .info-paquete {
	display: block;
  padding: 15px;
	position: absolute;
  top: 0;
  left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;

}
.programs-resources-home .item-programa:hover .info-paquete {
	opacity: 1;
}
.programs-resources-home .header-programa {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
}

.programs-resources-home .contentButtons {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.programs-resources-home .contentButtons a{
  width: auto;
  margin: 0 auto;
}

.programs-resources-home .contentButtons .ver-mas{
	color: #fff;
  text-decoration: none;
}

.programs-resources-home .item-programa:hover .header-programa {
	background-color: #003580;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}


.content-programs-resources-home .tabset .tab-panel.without-filters {
  margin-top: 50px;
}

.content-programs-resources-home .tabset .tab-panel.without-filters .slider-programs{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}


.programs-resources-home #experiencies .slider-programs .element-item {
  width: calc(100% / 3 - 20px);
  margin-bottom: 25px;
  max-width: 100%;
}

.programs-resources-home .tab-panel.without-filters .grid .element-item{
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 3 - 20px);
      -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
          margin-bottom: 25px;
  
}

.programs-resources-home .programa_descripcion {
	display: block;
	position: relative;
	width: 100%;
	padding: 5px 15px;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}

.programs-resources-home .programa_descripcion p{
  color: inherit;
}

.programs-resources-home .programa_tiempo {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 15px;
	margin-top: 12px;
}

.programs-resources-home .programa_tiempo * {
	color: inherit;
	line-height: inherit;
}

.programs-resources-home .title-programa .h4 {
	color: #00A7CE;
	font-size: 16px;
  margin-bottom: 10px;
	line-height: 20px;+
  -webkit-transition: all 0.2s linear;-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition
  -webkit-transition: all 0.2s linear;-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition-webkit-transition
  transition: all 0.2s linear;transitiontransitiontransitiontransitiontransitiontransitiontransitiontransition
}

.programs-resources-home .title-habitat{
  min-height: 78px;
  line-height: 78px;
  text-align: center;
  padding: 15px;
}

.programs-resources-home .title-habitat .h4 {
  margin-bottom: 0;
}

.programs-resources-home .title-programa {
	display: block;
	position: relative;
	width: 100%;
	min-height: 150px;
	padding: 20px;
	text-align: left;
}

.programs-resources-home .title-programa .h3 {
	color: #002D73;
	font-size: 18px;
	line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.programs-resources-home .txt-precio {
	display: inline-block;
	position: relative;
	margin-right: 5px;
}

.programs-resources-home .ant-precio {
	text-decoration: line-through;
	display: inline-block;
	position: relative;
}

.content-programs-resources-home #lightboxTrigger {
  display: none !important;
}

@media(max-width: 1024px) {
  .programs-resources-home #experiencies .slider-programs .element-item {
    width: calc(100% / 2 - 20px);
  }

  .programs-resources-home .tab-panel.without-filters .grid .element-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 2 - 20px);
        -ms-flex: 0 0 calc(100% / 2 - 20px);
            flex: 0 0 calc(100% / 2 - 20px);
  margin-bottom: 25px;
    
  }

  .programs-resources-home .item-programa .bg-paquete {
    background-color: #003580;
    opacity: .5;
  }

  .programs-resources-home .item-programa .header-programa {
    background-color: #003580;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .programs-resources-home .item-programa .info-paquete {
    opacity: 1;
  }
  
}

@media(max-width: 560px) {
  .programs-resources-home #experiencies .slider-programs .element-item {
    width: 100%;
  }

  .programs-resources-home .tab-panel.without-filters .grid .element-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

}
