.hs-tabs.color .hs-tabs__item{
  display: none;
  padding: 0;
}

.hs-tabs.color .hs-tabs__item,
.hs-tabs.color .slide-cursos {
  border-top: 0px solid #02C4FD;
}

.hs-tabs.color .hs-tabs__item--active{
  display: block;
}

.hs-tabs.color .hs-tabs__item img{ 
  /* Protect images from overflowing the tab */ 
  max-width: 100%;
  height: auto;
  width: auto;
  margin-bottom: 15px;
}
.hs-tabs.color .hs-tabs__nav{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}
.hs-tabs.color .hs-tabs__nav li{
  display: inline-block;
}
.hs-tabs.color .hs-tabs__navitem{
  text-decoration: none;
  display: block;
  margin-right: 0;
  border: none;
  font-weight: 300;
  font-size: 16px;
  position: relative;
  padding: 10px 20px;
  color: #ffffff;
}

.hs-tabs.color .hs-tabs__nav li .hs-tabs__navitem--active {
  color: #fff;
  background: #02C4FD;
}

.hs-tabs.color .lista-cursos {
  padding: 40px;
  margin-top: 30px;
}

.hs-tabs.color .curso-item {
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.hs-tabs.color .curso-item:hover {
  -webkit-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  -moz-box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  box-shadow: 0px 33px 62px -35px rgba(0,0,0,0.55);
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;    
}

.hs-tabs.color .curso-item .post-header .picture {
  height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.hs-tabs.color .curso-item .post-header .picture .overlay {
  background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.hs-tabs.color .curso-item .post-body {
  padding: 20px;
}

.hs-tabs.color .curso-item .post-body h3 {
  color: #000000;
  margin-bottom: 10px;
}


.hs-tabs.color .curso-item:nth-child(4n+1) {
  margin-left: 0;
}

.lista-cursos {
  background: #02C4FD;
}

a.hs-tabs__navitem--active:hover,
a.hs-tabs__navitem--active:focus {
    color: #ffffff!important;
}

.hs-tabs.color .hs-tabs__navitem,
.hs-tabs.color .hs-tabs__navitem:hover,
.hs-tabs.color .hs-tabs__navitem:focus {
  color: #FFFFFF;
  margin-right: 15px;
  margin-bottom: 15px;
}

.hs-tabs.color .hs-tabs__navitem:not(.hs-tabs__navitem--active) {
  color: #606060;
  border: solid 1px #F2F2F2;
}  

.hs-tabs.color .titulo {
  font-size: 14px;
  color: #ffffff;
}

.hs-tabs.color .titulo strong {
  font-size: 20px;
  color: #ffffff;
}

/* fix for hubspot injected div */
.hs-tabs__navitem *{
  pointer-events: none;
}

.hs-tabs.color .slick-dots {
  bottom: -50px;
}

.hs-tabs.color h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
}

.professor {
  font-size: 16px;
}

.professor p,
.horas p {
  margin: 0;
}

.horas {
  margin-top: 10px;
  font-size: 14px;
}

.popup-curso h1 {
  position: relative;
  margin-bottom: 30px;
}


.popup-curso h1:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(
    130deg
    ,#27AAE1,#A6CE39 41.07%,#FCEE1E 76.05%);
}

.popup-curso strong{
  color: #27aae1;
}

.popup-curso ul {
  list-style: none;
}

.popup-curso ul li {
  padding-left: 1.3em;
  margin-bottom: 0;
}

.popup-curso ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.fancybox-content {
  width: 90%;
}


@media (max-width: 768px) {
  
  .hs-tabs__navitem {
    margin-right: 0;
  }

  .hs-tabs__nav li {
    display: block;
  }

  .hs-tabs__navitem {
    text-align: center;
  }

}