#cursos-1{
    width: 100%;
    height: auto;
    padding: 150px 0 0 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1500px;
    margin:0px auto;
    z-index: 1;
}
#cursos-1-titulo{
    width: 60%;
    margin:0px auto;
    max-width: 720px;
    height: auto;
    text-align: center;
    color: rgba(104,161,36,1);
    font-size: 26px;
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    position: relative;
    display: block;
    letter-spacing: var(--espaciado-titulos);
}
#cursos-1 > p{
    width: 70%;
    box-sizing: border-box;
    text-align: justify;
    margin: 20px auto 0px auto;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    color: rgba(80,80,80,1);
    font-size: 17px;
    line-height: 1.6em;
    font-weight: 600;
}
#cursos-1-cont{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 25px 2%;
}
.filtros-cursos{
    width: 20%;
    text-align: left;
    padding: 10px 1%;
    box-sizing: border-box;
    border-radius: 7px;
    box-shadow: 0px 0px 3px 3px rgba(36,131,163,.5); 
    background-color: #fff;
    position: relative;
}
.boton-filtro{
    position: absolute;
    width: 35px;
    height: 35px;
    right: -20px;
    top: 1%;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 24%); 
    background-color: rgba(36,131,163,1);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;    
}
#boton-filtro-responsive, #boton-filtro-responsive-1{
    display: none;
}
.formbusqueda-curso{
    position: relative;
    margin: 20px 0px;
    background-color: #fff;
}
.formbusqueda-curso:before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgba(104,161,36,1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.cursos-boton-buscar{
    color: rgba(255,255,255,1);
    background-color: rgba(36,131,163,1);
    text-align: center;
    margin: 10px auto 10px auto;
    padding: 10px;
    border: none;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    transition: all 0.5s ease-out;
    letter-spacing: var(--espaciado-titulos);
    font-size: 14px;
    max-width: 160px;
}
.formbusqueda-curso>input{
    width: 90%;
    display: block;
    border-radius: 7px;
    margin: 2px 0px;
    border: none;
    border: 1px solid rgba(150,150,150,1);
    padding: 7px 5px;
}
.lista-cursos{
    width: 70%;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px 2%;
}
.filtros-cursos>.form-filtros-curso>h3, .filtros-cursos>.formbusqueda-curso>h3{
    font-size: 18px;
    color: rgba(104,161,36,1);
    display: block;
    margin: 10px 0;
    font-weight: bold;
    font-family: 'Titulo',sans-serif;
}
.filtros-cursos>.form-filtros-curso>h4, .filtros-cursos>.formbusqueda-curso>h4{
    font-size: 16px;
    color: rgba(36,131,163,1);
    display: block;
    margin: 10px 0;
    font-weight: bold;
    font-family: 'Principal',sans-serif;
}
.filtros-cursos>.form-filtros-curso>label{
    font-family: 'Principal',sans-serif;
    font-size: 15px;
    color: rgba(32,32,32,1);
    font-weight: bold;
}
.cursos-1-esp{
    width: 30%;
    margin:10px 1%;
    box-shadow: 0 3px 5px 0.3px rgb(0 0 0 / 24%);
    border-radius: 2px;
    box-sizing: border-box;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    font-size: 17px;
    font-weight: 600;
    transition: all 0.5s ease-out;
    z-index: 1;
    min-width: 250px;
    position: relative;
}
.cursos-1-esp:hover{
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
}
.cursos-1-tipo{
    position: absolute;
    right: 0;
    top: calc( 160px - 35px );
    padding:8px 10px;
    background-color: rgba(0,0,0,.6);
    color: rgba(255,255,255,1);
    z-index: 5;
    font-size: 15px;
}
.cursos-1-esp-img{
    width: 100%;
    height: 160px;
    display: block;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}
.cursos-1-esp-cont{
    width: 100%;
    box-sizing: border-box;
    padding:20px;
    text-align: left;
}
.cursos-1-esp-titulo{
    font-size: 19px;
    color: rgba(80,80,80,1);
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.cursos-1-esp-titulo > a{
    color: rgba(80,80,80,1);
    transition: all 0.5s ease-out;
}
.cursos-1-esp-titulo > a:hover{
    color:rgba(104,161,36,1);
}
.cursos-1-esp-titulo::before{
    content: "";
    width: 100px;
    height: 3px;
    background-color: rgba(104,161,36,1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.cursos-1-autor{
    font-size: 15px;
    color: rgba(100,100,100,1);
    display: block;
    margin:10px 0;
}
.cursos-1-autor::before{
    margin:0px 5px 0 0;
    font-size: 15px;
}
.cursos-1-precio{
    font-size: 17px;
    color: rgba(104,161,36,1);
    display: block;
    margin:10px 0;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}
.cursos-1-precio::before{
    margin:0px 5px 0 0;
    font-size: 15px;
    color: rgba(104,161,36,1);
}
.cursos-1-des{
    font-size: 15px;    
    color: rgba(80,80,80,1);
    max-height: 97px;
    min-height: 97px;
    overflow: hidden;
    text-align: justify;
}
.cursos-1-boton{
    color: rgba(255,255,255,1);
    background-color: rgba(250,12,29,.8);
    text-align: center;
    margin: 20px auto 10px auto;
    padding: 10px 25px;
    border: none;
    display: block;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    transition: all 0.5s ease-out;
    letter-spacing: var(--espaciado-titulos);
    font-size: 15px;
    max-width: 160px;
}
.cursos-1-boton:hover{
    background-color: rgba(250,12,29,1);
}
@media (max-width: 900px){
    .cursos-1-esp{
        width: 48%;
    }
}
@media (max-width: 700px){    
    .filtros-cursos{
        width: 75%;
        position: fixed;
        z-index: 99;
        left: -71%;
        top: 15%;
        padding: 20px 10px 10px 10px;
        height: 450px;
    }
    #boton-filtro-responsive{
        display: inline-flex;
    }  
    #boton-filtro-responsive-1{
        right: 10px !important;
    }
    .lista-cursos{
        width: 100%;
    }
    .cursos-1-esp{
        width: 100%;
        margin:15px auto;
    }	
}