/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 5 ago. 2024, 12:08:36
    Author     : USUARIO
*/

.tp-video-3-play-box a::before {
    background-color: rgba(7, 91, 221, 0.31) !important;
}
.tp-header-main-menu nav ul li .submenu {
    width: 300px !important;
}

.tp-header-style-3 .tp-header-menu-border-2::after {
    background-color: #ffffff !important;

}

.tp-header-style-3 .tp-header-menu-border-2::before {
    background-color: #ffffff !important;
}

#header-sticky{
    background: #ffffff;
}
.tp-header-top-space{
    background: #005a98 !important;
}

.text-white{
    color: #ffffff !important;
}

@font-face {
    font-family: 'EduQLDBeginner-Regular';
    src: url('../fonts/EduQl/EduQLDBeginner-Regular.ttf');
    font-style: normal;
    font-weight: normal;
}

.text-subtitle{
    font-family: 'EduQLDBeginner-Regular' !important;
    font-size: 30px;
}

.tp-header-menu-border-2 > nav > ul > li > a::after {
    height: 3px !important;
}


.tp-step-icon span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 0%;
    border-radius: 50%;
    background-color: #00a6cf;
    transform: scale(0);
    transition: 0.4s;
}

.tp-step-icon span:hover{
    background-color: #00a6cf !important;
}

.whats-btn {
    font-size: 13px;
    font-weight: 500;
    position: fixed;
    bottom: 90px;
    left: 20px;
    background: #05cd51;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    opacity: 1;
    z-index: 9900;
}

.breadcrumb__overlay::after {
  opacity: 0.702 !important;
}