/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;900&display=swap');
*/


.cabecera_new {
    background: linear-gradient(-70deg, #00693d calc(100% - 785px), rgba(0, 105, 61, 0.1) calc(100% - 430px), rgba(0, 0, 0, 0.5) 100%) !important;
}

.cabecera {
    background-image: url("../img/cabeceras/bgHome.jpg") !important;
    background-position: 50% 42% !important;
}

.btn-gradient-primary,
.btn-login-primary {
    background: linear-gradient(to right, #00693d, #00693d) !important;
}

.scroll-to-top {
    background: #76B72D !important;
}

.process .process-step-circle {
    border-color: #00693d !important;
}

.activo {
    background-color: #76B72D !important;
}

.text-stepper {
    color: #00693d !important;
}

html.mrg .caja-lectura {
  border-color: #00693d !important;
  background-color: #00693d !important;
}

#quizInfoOV,
#registerInfoOV {
    display: none;
}

a.text-primary, 
a.text-primary:hover, 
a.text-primary:active, 
a.text-primary:focus {
    color: #00693d !important;
}

.mrg-btn-outline {
    border-color: #00693d !important;
}

.mrg-btn-outline-hover {
    background-color: #00693d !important;
}

input[type="checkbox"]:not(.custom-control-input):not(.not-desgin) + label::before {
    border-color: #00693d !important;    
}