.nav-tabs {
    border-style: none;
}

.nav-tabs .nav-link{
    background-color: #E6E6E6;
    color: #B1B1B1;
    font-family:'Open Sans Condensed', sans-serif;
}

.nav-tabs .nav-link.active{
    background-color: #F8F8F8;
    color: #304f78;
    border: solid 1px #F8F8F8;
}

.tab-content{
    background-color: #F8F8F8;
    padding-top: 1rem;
}

.director{
    transition: transform .2s;
    background-color: #FFF;
    box-shadow: 5px 5px 5px #B1B1B1;
}

.director h5{
    color: #304f78;
    font-size: 1em;
}

.director h6{
    color: #B1B1B1;
    font-size: 0.8em;

}

.director:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


#myTab > li {
    padding-right: 0;
    padding-left: 0;
}

.video_tut {
    margin-bottom: 1rem;
}

.tut_card{
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 100%;
}

.thumbnail {
    margin-top: 0.6rem;
}

.caption {
    margin-top: 0.6rem;
}

.m-2{
    margin: 0 .5rem 1rem .5rem !important;
}

#example{
  margin-bottom: 0;
}

#example_filter{
  text-align: right;
  padding-right: 20px;
}
#example2_filter{
    text-align: right;
    padding-right: 20px;
}
#example3_filter{
    text-align: right;
    padding-right: 20px;
}
#example_filter input{
  border: 0;
  font-size: 0.8em;
  width: 210px;
}

#example_filter label{
  border: solid 1px #B1B1B1;
  padding: 0.3rem 0.5rem 0.4rem 0.5rem;
  border-radius: 2px;
  background-color: #fff;
}


#example2_filter input{
    border: 0;
    font-size: 0.8em;
    width: 210px;
}

#example2_filter label{
    border: solid 1px #B1B1B1;
    padding: 0.3rem 0.5rem 0.4rem 0.5rem;
    border-radius: 2px;
    background-color: #fff;
}

#example3_filter input{
    border: 0;
    font-size: 0.8em;
    width: 210px;
}

#example3_filter label{
    border: solid 1px #B1B1B1;
    padding: 0.3rem 0.5rem 0.4rem 0.5rem;
    border-radius: 2px;
    background-color: #fff;
}


.search-icon{
  margin-right: 0.3rem;
}

#example_paginate {
  text-align: right;
  padding: 10px 4px;
}

#example_paginate a {
  font-size: 0.9rem;
  font-weight: 300;
  color: #4A4A4A;
  border: solid 1px #D8D8D8;
  padding: 2px 8px;
  margin: 2px 4px;
}

#example_paginate a:hover{
  background-color: #dee2e6;
}

#example_paginate .current{
  background-color: #2d6796;
  color: #fff;
}

#example_paginate .disabled{
  color: #D8D8D8;
}


#example2_paginate {
    text-align: right;
    padding: 10px 4px;
}

#example2_paginate a {
    font-size: 0.9rem;
    font-weight: 300;
    color: #4A4A4A;
    border: solid 1px #D8D8D8;
    padding: 2px 8px;
    margin: 2px 4px;
}

#example2_paginate a:hover{
    background-color: #dee2e6;
}

#example2_paginate .current{
    background-color: #2d6796;
    color: #fff;
}

#example2_paginate .disabled{
    color: #D8D8D8;
}


#example3_paginate {
    text-align: right;
    padding: 10px 4px;
}

#example3_paginate a {
    font-size: 0.9rem;
    font-weight: 300;
    color: #4A4A4A;
    border: solid 1px #D8D8D8;
    padding: 2px 8px;
    margin: 2px 4px;
}

#example3_paginate a:hover{
    background-color: #dee2e6;
}

#example3_paginate .current{
    background-color: #2d6796;
    color: #fff;
}

#example3_paginate .disabled{
    color: #D8D8D8;
}

.lista_preguntas li::marker{
  color: #299FE7;
}
.circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-left: 150px;
    margin-bottom: -30px;
    background: #2d6796;
    text-align: center;
    font: 17px Arial, sans-serif;
    color: #FFFFFF;
    z-index:1;
    position: relative;
}

.boton_catalogo{
    display: flex;
    border-radius: 40px;
    width: 200px;
    height: 55px;
    background: #3b73af;
    background: linear-gradient(90deg, rgba(35,66,116,1) 0%, rgba(59,115,175,1) 82%, rgba(255,255,255,1) 100%);
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: center;
}

.visor_image_catalogo
{
    display: inline-block;
    height: 50px;
    width: 50px;
    top: 12.5px;
    left: 17px;
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    filter: brightness(1);
    transition: filter ease 0.3s;
}

.texto_catalogo{
    display: flex;
    font-size: 12px;
    color: #FFFFFF;
    top: 25px;
    width: 125px;
    flex-wrap: wrap;
    align-content: space-evenly;
    justify-content: center;
}

.boton_catalogo_temas{
    display: flex;
    border-radius: 40px;
    width: 225px;
    height: 55px;
    background: #3b73af;
    background: linear-gradient(90deg, rgba(35,66,116,1) 0%, rgba(59,115,175,1) 82%, rgba(255,255,255,1) 100%);
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.circle_temas{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin-left: 200px;
    margin-bottom: -30px;
    background: #2d6796;
    text-align: center;
    font: 17px Arial, sans-serif;
    color: #FFFFFF;
    z-index:1;
    position: relative;
}

.texto_catalogo_temas{
    display: flex;
    font-size: 12px;
    color: #FFFFFF;
    top: 25px;
    width: 125px;
    justify-content: space-evenly;

}
