/*STYLES P/EMPRENDEDORES MARKETING*/

.breadcrumb__overlay::after {
    background-image: linear-gradient(45deg, #0b579bcc, #6aa5048c);
}

.tp-slider__overlay::after {
    background-image: linear-gradient(45deg, #0b579b, #6aa504);
}

.logo img {
    width: 180px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Soft Elegance" !important;
    font-weight: 700 !important;
    letter-spacing: 0.05rem;
    
}

p {
    font-family: "Soft Elegance";
    font-size: 1.1rem !important;
    color: #4e5463;
    letter-spacing: 0.03rem;
}

span.subti-bl {
    color: #ffffff;
    font-size: 40px;
}

p.text-white {
    font-family: "Soft Elegance";
    font-size: 1.1rem !important;
    color: #4e5463;
    letter-spacing: 0.03rem;
}

.tp-backtotop {
    background-color: #0b579b;
    
}

.tp-backtotop:hover {
    background-color: #e2b703;
    ;
}

.tp-about-2__feature-list ul li {
    font-size: 1.1rem;
    font-weight: 600;
    font-family: "Soft Elegance" !import;

}

.tp-about-2__feature-list ul li i {
    color: #0b579b;
    
}

.tp-btn span {
    color: var(--tp-common-white);
    background-color: #0b579b;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 8px 25px;
    letter-spacing: -0.02rem;
    border: 1px solid #0b579b;
    display: inline-block;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tp-btn:hover span {
    color: var(--tp-common-white);
    background-color: #e2b703;
    border-color: transparent;
}

.tp-white-btn:hover span {
    color: var(--tp-common-white);
    background-color: #0b579b;;
    border-color: transparent;
}

/*HOME*/

.tp-about-2__img.w-img.mb-30 {
    border-radius: 10px !important;
    box-shadow: 5px 5px 30px -10px #00000057;
  }

/*---------- CURSOS ----------*/

.tp-courses__avata img {
    border: 1px solid #b6b6b6;
    padding: 4px;
}

.tp-courses-4__avata img {
    margin-right: 10px;
    border-radius: 50%;
    width: 5%;
    padding: 4px;
    border: 1px solid #c5c5c5;
}

/*---------- CURSOS DETALLES ----------*/

.course__instructor-item.d-flex.align-items-center.mr-70 {
    margin-right: 55px;
}

.course__instructor-content p {
    font-size: 0.85rem !important;
}





