#curso-1{
    width: 90%;
    height: auto;
    padding: 100px 0 0 0;
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin:0px auto;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    font-family: 'Principal',helvetica,verdana,sans-serif;    
}
#curso-1-categoria{
    width: 100%;
    padding:10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(230,230,230,1);
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#curso-1-categoria > p{
    margin-right: 10px;
}
#curso-1-categoria > p::after{
    content: ">";
    color: rgba(180,180,180,1);
    font-size: 21px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
#curso-1-categoria > span{
    position: relative;
    top: 2px;
}
#curso-1-b-a>div{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#curso-1-a{
    width: calc(100% - 400px);
}
#curso-1-a > h2{
    font-size: 23px;
    color: rgba(80,80,80,1);
    position: relative;
    margin-bottom: 30px;
}
#curso-1-a > h2::before{
    content: "";
    width: 100px;
    height: 3px;
    background-color: rgba(36,132,163,1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
#curso-1-iv{
    width: 100%;
}
#curso-1-iv > iframe{
    width: 100%;
    height: 430px;
}
.curso-1-autor{
    font-size: 15px;
    color: rgba(150,150,150,1);
    display: block;
    margin:10px 0;
}
.curso-1-autor::before{
    margin:0px 5px 0 0;
    font-size: 15px;
}
#curso-1-iv{
    width: 100%;
    height: auto;
    margin:20px 0;
}
#curso-1-img{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}
#curso-1-iv > img{
    width: 100%;
    height: auto;
}
#curso-1-contenido{
    width: 100%;
    font-size: 17px;
    line-height: 1.6em;
    color: rgba(80,80,80,1);
    margin:30px auto;
    text-align: justify;
}
#curso-1-contenido p{
    max-width: 100% !important;
    width: 100%;
    /* display: inline-flex; */
    flex-wrap: wrap;
    justify-content: flex-start;
}
#curso-1-contenido p> img, #curso-1-contenido p > a > img, #curso-1-contenido a > img{
    width: 46%;
    max-width: 100% !important;
    margin: 10px 2%;
    transition: all .7s ease-out;
    border-radius: 7px;
}
#curso-1-contenido p> img:hover,
#curso-1-contenido p > a > img:hover,
#curso-1-contenido a > img:hover{
    transform: scale(1.01);
}
#curso-1-contenido > p{
    margin-top: 20px;
}
#curso-1-calificacion{
    width: 75%; 
}
#curso-1-calificacion-cont{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 50px 20px 0px;
    box-sizing: border-box;
    /*! box-shadow: 0px 0px 5px 5px rgb(36 132 163 / 55%); */
    border-radius: 8px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: 20% auto;
    -webkit-background-size: 20% auto;
    /* filter: grayscale(1); */
    -moz-background-size: 20% auto;
    -o-background-size: 20% auto;
    overflow: hidden;
    /*! background-color: rgb(36 132 163 / 55%); */
}
#curso-1-calificacion-cont > h3{
    font-size: 22px;
    width: 100%;
    text-align: left;
    color: rgb(36 132 163 / 1);
    position: relative;
    font-family: 'Titulo',helvetica,verdana,sans-serif;
    margin-bottom: 25px;
    letter-spacing: var(--espaciado-titulos);
}
.curso-1-cal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 22%;
}
.curso-1-cal > p{
    text-align: center;
}
.curso-1-cal-icon{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.curso-1-cal-icon > img{
    width: 50px;
    height: 50px;
    transition: all 0.5s ease-out;
}
.curso-1-cal > p{
    font-size: 18px;
    font-weight: 600;
    color: rgba(36, 132, 163, 1);
    font-family: 'Principal',helvetica,verdana,sans-serif;
    letter-spacing: var(--espaciado-titulos);
    /*! display: block !important; */
}
.curso-1-cal > span{
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin:5px 0;
    text-align: center;
    color: rgb(36 132 163 / 1);
    font-weight: bold;
}
#curso-1-testimonios{
    width: 100%;
    padding: 50px 0;
    box-sizing: border-box;
    max-height: 500px;
    overflow-y: scroll;
    margin: 20px 0px;
}
.curso-1-testimonio{
    width: 100%;
    padding:15px 0;
    border-bottom: 1px solid rgba(230,230,230,1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin:10px 0;
}
.curso-1-test-a{
    width: 70px;
}
.curso-1-test-img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}
.curso-1-test-b{
    width: calc(35% - 70px);
}
.curso-1-test-date{
    font-size: 15px;
    font-weight: 100;
    color:rgba(180,180,180,1);
    margin:8px 0;
}
.curso-1-test-name{
    font-size: 17px;
    font-style: italic;
    color: rgba(150,150,150,1);
}
.curso-1-test-c{
    width: calc(65% - 70px);
    padding-left:70px;
    font-size: 15px;
    line-height: 1.6em;
    position: relative;
}
.curso-1-test-c::before{
    position: absolute;
    font-size: 2.5em;
    color:rgba(180,180,180,1);
    top: 0;
    left: 0;
}
#curso-1-profesor{
    width: 100%;
    padding:0 0 50px 0;
    box-sizing: border-box;
}
#curso-1-profesor-a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#curso-1-profesor-img{
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
    -webkit-border-radius: 8% 50% 50% 50%;
    -moz-border-radius: 8% 50% 50% 50%;
    border-radius: 8% 50% 50% 50%;
}
#curso-1-profesor-a-cont{
    width: calc(100% - 250px);
}
#curso-1-profesor-a-cont > h4{
    font-size: 25px;
    color: rgba(80,80,80,1);
    position: relative;
    margin-bottom: 30px;
}
#curso-1-profesor-a-cont > h4::before{
    content: "";
    width: 100px;
    height: 3px;
    background-color: rgba(36,132,163,1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
#curso-1-profesor-a-cont > span{
    display: block;
    margin:10px 0;
    font-size: 15px;
    width: 100%;
    color: rgba(150,150,150,1);
}
#curso-1-profesor-a-cont > p{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
    text-align: center;
    line-height: 1.6em;
    position: relative;
    font-size: 15px;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    color: rgba(65,65,65,1); 
    text-align: justify;
}
#acerca-de{
    width: 100%;
    padding:50px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(230,230,230,1);
    background-color: rgb(255,255,255);
}
#acerca-de > h4{
    font-size: 25px;
    color: rgba(80,80,80,1);
    position: relative;
    margin-bottom: 30px;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    text-align: left;
}
#acerca-de > h4::before{
    content: "";
    width: 100px;
    height: 3px;
    background-color: rgba(36,132,163,1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
#acerca-de > p{
    display: block;
    width: 100%;
    box-sizing: border-box;
    /* font-weight: 600; */
    text-align: center;
    line-height: 1.6em;
    position: relative;
    font-size: 15px;
    font-family: 'Principal',helvetica,verdana,sans-serif;
    color: rgba(65,65,65,1);
    text-align: justify;
    margin-top: 30px;
}
#curso-1-b{
    width: 350px;
    position: sticky;
    top: 130px;
    max-height: 600px;
    overflow-y: scroll;
    padding:25px 25px 100px 25px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 1px rgb(0 0 0 / 24%);
    border-radius: 5px;
    border-left: 6px solid rgba(36,132,163,1);
    background-color: rgba(255,255,255,1);
}
#curso-1-b-b{
    display: none;
}
.boton-filtro{
    position: absolute;
    width: 40px;
    height: 40px;
    right: -25px;
    top: 5%;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 20%); 
    background-color: rgba(250,12,29,1);
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;    
    z-index: 99;
}
#boton-filtro-responsive, #boton-filtro-responsive-1{
    display: none;
}
#curso-1-tema{
    font-size: 13px;
    padding: 4px 15px 5px 15px;
    box-sizing: border-box;
    background-color: rgba(104,161,36,.7);
    color: rgba(255,255,255,1);
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    /* width: auto; */
    width: 40%;
    display: block;
}
#curso-1-b-a > h2{
    font-size: 19px;
    color: rgba(80,80,80,1);
    position: relative;
    margin: 0px 0 20px 0;
}
#curso-1-precio{
    font-size: 23px;
    color: rgba(104,161,36,1);
    display: block;
    margin: 20px 0 10px 0;
    font-weight: bold;
    display: inline-flex;
}
#curso-1-precio::before{
    margin:0px 5px 0 0;
    font-size: 21px;
    color: rgba(104,161,36,1);
}
#curso-1-b-caracteristicas{
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(230,230,230,1);
    font-size: 15px;
    margin-top: 20px;
}
.curso-1-b-caracteristica{
    width: 100%;
    margin-bottom: 10px;
    color: rgba(52,52,52,1);
    font-weight: 600;
}
.curso-1-b-caracteristica::before{
    color: rgba(36,132,163,1);
    margin-right: 5px;
    font-size: 15px;
}
.curso-1-boton{
    color: rgba(255,255,255,1);
    background-color: rgba(250,12,29,.8);
    text-align: center;
    margin: 0 5px;
    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;
    font-weight:600;
    font-size: 15px;
    max-width: 150px;
    text-transform:uppercase;
}
.curso-1-boton-wp{
    background-color: rgba(28,150,74,.8);
    font-size: 15px;
}
.curso-1-boton-wp:hover{
    background-color: rgba(28,150,74,1) !important;
}
.curso-1-boton:hover{
    background-color: rgba(250,12,29,1);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
#cursos-1-cont{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 0 100px 0;
    max-width: 1230px;
    margin: 0 auto;
    background-color:rgba(242,242,242,1);
    margin-top:50px;
    margin-bottom: 30px;
}
.cursos-1-esp{
    width: 23%;
    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;
    background-color: rgba(255,255,255,1);
}
.cursos-1-esp:hover{
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2;
}
.cursos-1-tipo{
    position: absolute;
    right: 0;
    top: 0;
    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(150,150,150,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: inline-flex;
    margin:10px 0;
    font-weight: bold;
}
.cursos-1-precio::before{
    margin:0px 5px 0 0;
    font-size: 15px;
    color: rgba(104,161,36,1);
}
.cursos-1-des{
    font-size: 15px;
    line-height: 1.6em;
    color: rgba(150,150,150,1);
    max-height: 97px;
    overflow: hidden;
}
.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);
}
#curso-1-b-compra-b-fixed{
    display: none;
}
@media (max-width: 1000px){
    #curso-1-a{
        width: 100%;
    }
    #curso-1-b{
        display: none;
    }
    #curso-1-b-b{
        display: inline-flex;
        flex-wrap: wrap;
    }    
    #curso-1-b-a-b{
        width: 100%;
        text-align: center;
        font-size: 19px;
        color: rgba(104,161,36,1) !important;
        position: relative;
        font-weight: bold;
        margin: 5px 5px 20px 0;
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    #curso-1-b-compra-b-fixed{
        position: fixed;
        bottom: 0px;
        width: 100%;
        display: none;
        justify-content: center; 
        flex-wrap: wrap;
        z-index: 99;
        left: 0px;
        background-color: #fff;
        padding: 5px 0px;
        border-top: 6px solid rgba(36,132,163,1); 
    }
    #curso-1-b-compra-b-fixed #curso-1-b-a-b{
        margin: 5px 0px;
    }
    #curso-1-b-compra-b-fixed #boton-compra-final-b,
    #curso-1-b-compra-b-fixed a{
        margin: 0px 5px;
        padding: 8px 10px;
    }
    #curso-1-precio-b::before{
        color: rgba(104,161,36,1) !important;
    }
    #curso-1-b-caracteristicas-b{
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 20px;
    }
    #curso-1-b-caracteristicas-b .curso-1-b-caracteristica{
        width: 45%;
        margin: 5px 5px;
        font-size: 13px;
    }
    #curso-1-b-compra-b{
        width: 100%;
        display: inline-flex;
        justify-content: center;        
    }
    #curso-1-b-compra-b #boton-compra-final-b, #curso-1-b-compra-b a{
        margin: 0px 5px;
    }
    #curso-1-b-a > h2{
        margin:0;
    }
    #curso-1-precio{
        margin:0;
    }
    #curso-1-precio::before{
        display: none;
    }
    #curso-1-tema{
        display: none;
    }
    #curso-1-b-caracteristicas{
        display: none;
    }
    .curso-1-boton{
        margin:0;
    }
    #cursos-1-cont{
        padding: 25px 5% 100px 5%;
    }
    .cursos-1-esp{
        width: 48%;
    }
    #boton-filtro-responsive{
        display: inline-flex;
    }  
    #boton-filtro-responsive-1{
        right: 10px !important;
    }
    .con-int-pop{
        max-height: 550px !important;
        overflow-y: scroll;
    }
}
@media (max-width: 600px){
    #curso-1-calificacion-cont{
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0px;
    }
    #curso-1-calificacion{
        width: 100%;        
    }
    #curso-1-calificacion-cont > h3{
        font-size: 18px;
        text-align: center;
    }
    .curso-1-cal{
        width: 25%;      
    }
    .curso-1-cal-icon > img{
        width: 30px;
        height: 30px;
    }
    .curso-1-cal > p{
        font-size: 12px;
    }
    .curso-1-cal > span{
    font-size: 14px;
    }

    .curso-1-testimonio {
        justify-content: flex-start;
        padding-top: 0px;
        margin-top: 0px;
    }
    .curso-1-test-b{
        width: calc(100% - 150px);
        margin-left: 30px;
        margin-bottom: 30px;
    }
    #curso-1-contenido{
        padding: 0px 5%;
        text-align: justify;
    }
    #curso-1-contenido p> img, #curso-1-contenido p > a > img, #curso-1-contenido a > img{
        width: 96%;
        max-width: 100% !important;
        margin: 10px 2%;
    }
    #curso-1-categoria{
        font-size: 11px;
        display: inline-flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: nowrap;
        padding: 0px;
    }
    .curso-1-test-c{
        width: 100%;
    }
    #curso-1-profesor-img{
        margin:0 auto 30px auto;
    }
    #curso-1-profesor-a-cont{
        width: 100%;
    }
    #curso-1-b-a > h2{
        font-size: 15px;
    }
    #curso-1-precio{
        font-size: 16px;
    }
    .curso-1-boton{
        width: auto;
        font-size: 15px;
        max-width: 120px;
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
        margin: 0px auto;
    }
    .cursos-1-esp{
        width: 100%;
        margin:15px auto;
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;

}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -4deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 4deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -4deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -4deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}