@media (min-width: 1200px){
  .container {
      width: 1024px !important;
  }
}
.videos{
	  max-width: 430px;
    margin: 0 auto;
  	display: block;
    position: relative;
    overflow: hidden;
    min-height: 396px;
}
.videos iframe{
    height: 250px !important;
		width: 100% !important;
}
.videos h2{
	color: #d45d2a;
  font-weight: 700;
}

}
@media (max-width: 767px){
  .lp-videos .header-container .header-videos .hero h1 {
      font-size: 26pt;
  }
  .lp-videos .header-container .header-videos .hero p{
  		font-size: 14pt;
  }
  .videos h2 {
      font-size: 18pt;
      text-align: center;
  }
  .lp-videos .body-container{
    padding-right: 0;
    padding-left: 0;
  }
}

.tipoModulo {
    padding-bottom: 2rem;
}
.max_content{
  min-height: 400px;
}
.content_btn .btn_cat{
    color: #333;
    background-color: transparent;
    margin: 0.5rem;
    border: solid 1px #feb834;
      transition: all 0.5s;
  outline: none;
}
.content_btn .btn_cat:hover,
.content_btn .btn_cat:focus,
.content_btn .btn_cat:focus-within,
.content_btn .btn_cat:active{
    background-color: #feb834;
    color: white;
  border: solid 1px #feb834;
  outline: none;
}
.content_btn .selected{
background-color: #feb834;
    color: white;
  border: solid 1px #feb834;
  outline: none;
}
.videos p{
  line-height: 22px;
}

