.btn-clr-sec {
    border-bottom: solid 5.5px #202323;
    background-color: #242e35 !important;
    height: 51px;
}
#boton {
    left: 18%;
    position: relative;
    height: 51px;
    margin: 30px;
    text-align: initial;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    color: black;
    background-color: #ed6f1d;
    font-weight: bold;
    border-bottom: 5px solid #ab8a07;
    border-radius: 5px;
}

#boton:hover {
    background-color: #ed6f1d;
    /*si quieres que el texto tenga un efecto de sombra solo quitale los de abajo*/
    /*text-shadow: 1px 1px 3px black;*/
}

#boton:active {
    position: relative;
    border-bottom: none;
    top: 5px;
}
[role="inpub"] .pub-body .dropdown-menu.open.show {
    max-height: 150px !important;
}
.about-us-btn {
    width: 85%;
    margin-left: 2px;
}
.prime-btn {
    width: 90%;
}
.footer-right-sidebar {
    width: 90%;
}
.number-question, .alphabet-answer{
    width: 5%;
}
.question-input, .answer-input {
    width: 95% !important;
}
.home-right-courses {
    width: 87%;
    border-radius: 20px;
    position: relative;
}
.home-right-courses .home-right-courses-icon{
    position: absolute;
    right: 10px;
    top: 5px;
}
.home-right-course-name {
    line-height: 1;
}
.home-right-course-progress {
    border-radius: 1px;
    border: 1px solid #333333;
    background-color: #fff;
}
.home-right-course-progress .progress-bar {
    background-color: #333333;
}
.resume-course {
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
}
.home-logo {
    max-height: 97px;
}

.selectTypeForum, .content-btn-new-option{
    text-align: end;
}

.content-form-survey{
    border: 2px solid #f0f0f0;
    background-color: #fcfcfc;
    border-radius: 10px;
    margin: 10px;
}

.btn-new-option{
    border-width: 2px;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 2px;
    color: #17a2b8;
}

.btn-new-option:hover{
    color: #fff;
}

.span-modal-tutorials{
    padding: 6px 12px;
}
.options-filters1 {
    position: relative;
    border: 2px 2px 2px 3px solid #eee;
    border-top: none;
    font-size: 17px;
    border-radius: 10px 160px 5px 5px;
    margin: auto;

}
.options-filters {
    /* border: 2px solid #eee; */
    border-top: none;
    border-radius: 10px 10px 5px 5px;
    background-color: blue;
    background-color: #f5f5f5;
}
.option-filter:last-child {
    border-right: none;
}
.option-filter {
    background-color: #c8cccc;
    color: #4a4a4a;
    border-right: 2px solid #7c7e7e;
    font-size: 15px;
}
.option-filter span{
    border: none;
}
.option-filter-active {
    background-color: #fff;
}
.border-label{
    border: 2px solid #eee;
    border-radius: 7px;
    /* border-color: gray; */
    padding: 1px 4px 4px 4px;
}
.color-white{
    background-color: #ed6f1d;
    color: #fff;
}
.color-active{
    background-color: #ed6f1d;
    color: #fff;
    border-radius: 12px 0px 0px 0px;
}
.color-white-{
    background-color: #ed6f1d;
    color: #fff;
    border-radius: 0px 12px 0px 0px;
}
@media only screen and (max-width: 768px){
    .color-active{
        border-radius: 0px 0px 0px 0px;
    }
    .color-white-{
        border-radius: 0px 0px 0px 0px;
    }
}
.font-size-12{
    font-size: 12px;
}
.logo-publisher{
    margin: 0 auto;
    border-radius: 50%;
    height: 5.5rem;
    max-height: 5.5rem;
    min-width: 5.5rem;
    max-width: 5.5rem;
    border: 1px solid #000;
    padding: 3px;
}
@media (max-width: 1075px){
    .logo-publisher{
        padding: 4px;
        margin: 0 auto;
        border-radius: 50%;
        height: 64px;
        max-height: 100%;
        min-width: 64px;
        max-width: 64px;
        border: 1px solid #000;

    }
}
.text-title-course{
    color: red;
}
.btn-none{
    pointer-events: none;
}

.option-general{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--customOrange);
    color: #fff;
}

.title-carousel{
    color: #5e646a;
}

#carousel-user-publications .item{
    background: linear-gradient(0deg, rgba(69,79,135,1) 18%, rgba(100,111,151,1) 40%, rgba(255,255,255,1) 97%);
    height: 140px;
    border-radius: 10px;
    color: #fff;
}

.link-user-publication{
    color: #fff;
    font-weight: 400 !important;
    font-size: 12px;
}

.link-user-publication:hover{
    cursor: pointer;

}

.image-users-publication{
    width: 45px;
    height: 45px;
    position: relative;
}

.tam-text-option{
    font-size: 14px !important;
}

.disabled-option-publication{
    background-color: #e9ecef !important;
    opacity: 0.7 !important;
}

.img-prime{
    border-radius: 18px;
}

#carouselNewsOutstanding{
    display: flex !important;
    align-items: center !important;
}

#carouselNewsOutstanding,
#carouselNewsOutstanding .carousel-inner,
#carouselNewsOutstanding .carousel-item,
#carouselNewsOutstanding .carousel-item img{
    border-radius: 18px !important;
}

#carouselNewsOutstanding .carousel-item img{
    height: 354px !important;
    object-fit: contain;
    object-position: center;
}

#carouselNewsOutstanding .carousel-control-prev{
    left: -15px !important;
    padding-right: 2px !important;
}

#carouselNewsOutstanding .carousel-control-next{
    right: -15px !important;
    padding-left: 2px !important;
}

#carouselNewsOutstanding .carousel-control-prev,
#carouselNewsOutstanding .carousel-control-next{
    background-color: #ffffff !important;
    color: #ed6f1d !important;
    opacity: 2 !important;
    width: 25px !important;
    height: 25px !important;
    font-size: 20px !important;
    border-radius: 100% !important;
    top: auto !important;
    bottom: auto !important;
    border: 1px solid #d3d3d3 !important;
}

@media (max-width: 1075px){
    #carouselNewsOutstanding .carousel-control-prev{
        left: -8px !important;
    }

    #carouselNewsOutstanding .carousel-control-next{
        right: -10px !important;
    }
}

@media (max-width: 480px){
    #carouselNewsOutstanding .carousel-item img{
        height: 250px !important;
    }
}

.btn-quote-form{
    font-size: 17px;
    border-radius: 20px !important;
    border-color: #394286;
    background-color: #394286;
    white-space: normal;
    color: #fff;
}

.btn-quote-form:hover{
    color: #fff;
}