/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*DOCENTE SINGLE CURSO*/
#slider-docentes {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
}

.item_docente {
    max-width: 390px;
    background: #fff;
    position: relative;
    padding-top: 70px;
    min-height: 500px !important;
}

.item_docente,
.img_profesor {
    text-align: center;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 25px;
}


.slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    text-indent: 100px;
    padding: 0 !important;
    border: 0 !important;
    background: #D6D6D6 !important;
    border-radius: 15px;
    overflow: hidden;
}

.slick-dots li button::before {
    font-size: 0 !important;
 }

.slick-dots li {
    width: 12px !important;
    height: 12px !important;
    display: inline-block !important;
    margin: 0 5px !important;
}

li.slick-active button {
    background: #171696 !important;
}



/*TESTIMONIOS CURSO*/
.img_testimonio img {
    width: 70px;
    height: 70px;
    border-radius: 100px !important;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
}

#slider-testimonio {
    max-width: 420px;
    margin: 0 auto;
}

#slider-testimonio>h3 {
    margin: 26px 0;
    font-size: 30px;
}

.item-testimonio__cont {
    display: grid;
    max-width: 435px;
    width: 100%;
    grid-template-columns: 75px 1fr;
    grid-gap: 30px;
}

.item_testimonio {
    outline: none;
}

.estrellas .fa.fa-star.checked {
    color: #FFC107;
}

.curso-item__ver-mas {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

#slider-testimonio .slick-prev {
    display: none !important;
}

.card__label {
    position: absolute;
    left: 0;
    top: 24px;
    background: #F57C00;
    color: #fff;
    padding: 2px 71px 2px 24px;
    min-width: 120px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.img_profesor img {
    border-radius: 100px !important;
    filter: grayscale(1);
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    -ms-border-radius: 100px !important;
    -o-border-radius: 100px !important;
    margin: 0 auto;
    max-width: 120px;
}

.texto_docente {
    text-align: left;
    margin-top: 30px;
    padding: 0 35px 60px 35px;
    color: #17193C;
}

.texto_docente h3 {
    padding-bottom: 10px;
    color: #161696;
    font-size: 18px;
    font-weight: 500;
}

.texto_docente {
    text-align: left;
    margin-top: 30px;
    padding: 0 35px 60px 35px;
    color: #17193C;
}


