/* GENERAL */

@font-face {
    font-family: "Roboto-Medium";
    src: url(../assets/fonts/Roboto-Medium.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "Roboto-Black";
    src: url(../assets/fonts/Roboto-Black.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(../assets/fonts/Roboto-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "ZillaSlab-Regular";
    src: url(../assets/fonts/ZillaSlab-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "AvenirNextCondensed";
    src: url(../assets/fonts/AvenirNext-Regular-08.ttf);
    font-weight: normal;
}

@font-face {
    font-family: "AvenirNextCondensed";
    src: url(../assets/fonts/AvenirNext-Bold-01.ttf);
    font-weight: bold;
}

@font-face {
    font-family: "AvenirNextCondensed";
    src: url(../assets/fonts/AvenirNext-Italic-05.ttf);
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "AvenirNextCondensed";
    src: url(../assets/fonts/AvenirNext-BoldItalic-02.ttf);
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "AvenirNextCondensed-DemiBold";
    src: url(../assets/fonts/AvenirNext-DemiBold-03.ttf);
    font-weight: bold;
}

body {
    font-family: "Roboto-Regular";
    font-weight: normal;
    font-size: calc(12px + 0.25vw);
    overflow-x: hidden;
}

strong,
b {
    font-family: "Roboto-Black";
}

main {
    min-height: 40vh;
}

.modal {
    background-color: rgba(255, 255, 255, 0.8);
}

#mediumModal .modal-dialog {
    max-width: 1100px;
    top: 20%;
}

#smallModal .modal-title {
    font-size: 20px;
    font-family: 'Roboto-Regular';
}
.smallModal-button {
    position: absolute;
    right: 0;
    z-index: 1;
}

.modal-content {
    border: none;
}

.modal-header {
    padding: 1.5rem 1rem 1rem;
    border-bottom: 1px solid #000;
}

.modal-body {
    padding: 0.937rem 0;
}

.modal-document {
    max-width: 70%;
    margin: auto;
}

.modal-title {
    width: 100%;
    text-align: center;
    color: var(--color-article);
    font-family: 'ZillaSlab-Regular';
    font-size: calc(25px + 0.5vw);
    letter-spacing: 0.1vw;
}

.modal-doc-subtitle {
    font-family: "Avenir-Medium";
    font-size: calc(18px + 0.2vw);
    letter-spacing: 0.1vw;
}

.iconUP {
    background: #d07138;
    width: 50px;
    height: 50px;
    opacity: 0;
}

.iconUP.visible-arrow {
    position: fixed;
    right: 45px;
    bottom: 45px;
    opacity: 1;
    -webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
}

.bg-primary {
    background-color: #304e88 !important;
}


@media (max-width: 768px) {
    .iconUP {
        width: 35px;
        height: 35px;
    }
    .iconUP.visible-arrow {
        right: 0px;
    }
}

.article-title-modal p {
    font-family: "AvenirNextCondensed";
    font-weight: bold;
}

.icon-modal-document {
    width: 30px !important;
    height: 30px !important;
    padding: 5px;
}

.form-inline .expansive {
    flex-grow: 1
}

.form-control:focus {
    box-shadow: none;
    color: inherit;
}

/* header */

@media (max-width: 768px) {
    header .background {
        background-position-x: left;
        min-height: 80px;
    }
    header .toolbar label,
    header .toolbar input:not([type='text']),
    header .toolbar a,
    header #header_buscador a {
        font-size: calc(10px + 0.34vw);
        line-height: calc(10px + 0.34vw);
    }
}

header .navigation {
    background-color: #a2b695;
    min-height: 2.344vw;
}

header nav a {
    color: white;
    font-size: calc(12px + 0.08vw);
    letter-spacing: 0.05vw;
    line-height: calc(12px + 0.15vw);
    text-transform: uppercase;
    text-decoration: none;
}

header nav :is(a:hover, a.active) {
    color: #36495e;
}

header nav .sub-menu {
    display: none;
    width: 100%;
    position: absolute;
    margin-top: 10px;
    left: 0px;
    background-color: white;
    z-index: 9;
    column-count: 3;
    -moz-box-shadow: 0 40px 40px -25px rgba(0, 0, 0, .75);
    -webkit-box-shadow: 0 40px 40px -25px rgba(0, 0, 0, .75);
    box-shadow: 0 40px 40px -25px rgba(0, 0, 0, .75);
    padding-left: 6rem;
    padding-right: 6rem;
}

header nav .has-submenu:hover .sub-menu {
    display: flex;
}

header nav .has-submenu.sections:hover .sub-menu {
    display: block;
}

header nav .sub-menu a {
    color: #1d1d1b;
    line-height: calc(12px + 1vw);
    margin-left: -20px;
    text-indent: 20px;
}

header nav .sub-menu a:is(:hover, .active) {
    color: var(--section-hover);
}

header span.separator {
    color: white;
}

form#search_form label {
    font-family: 'Roboto-Black';
}

.font-italic {
    font-style: italic;
}

/** SEARCH **/

.text-selected {
    background-color: yellow;
}
/************/

@media (max-width: 1024px) {
    .container-fluid.px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media (max-width: 770px) {
    header nav a {
        color: white;
        font-size: 2vh;
        line-height: 3vh;
    }
    button {
        font-size: calc(12px + 0.1vw) !important;
        padding: 2px 12px !important;
    }
}

@media (max-width: 1024px) {
    h2,
    .h2 {
        font-size: 25px;
        line-height: 26px;
    }
    .bloque_destacados .category {
        font-size: 25px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    /* Ipad vertical */
    h2,
    .h2 {
        font-size: 25px;
        line-height: 26px;
    }
    .bloque_destacados .category {
        font-size: 25px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    /*Movile*/
    .bloque_destacados .category {
        font-size: 25px;
        line-height: 26px;
    }
    h2,
    .h2 {
        font-size: 25px;
        line-height: 26px;
    }
}

/** GENERAL **/

.container-semfyc {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.btn-primary {
    background-color: #C74D14;
    border-color: #C74D14;
}

.breadcrumb li {
    font-size: 14px;
}

.breadcrumb :is(a, span) {
    color: #3D3D3D;
}

.breadcrumb li:last-child :is(a, span) {
    color: #687791;
}

/******/

/** HEADER **/

.toolbar {
    background-color: #304e88;
}

:is(.toolbar,#menu-mobile) :is(button,input,a):not(.text-forgot-password) {
    border-radius: 15px;
    font-size: 14px;
    line-height: 16px;
    padding: 6px 17px;
}

.toolbar #search {
    border: 0;
}

:is(.toolbar) .btn-primary {
    padding: 4px 8px 4px 17px!important;
}

:is(.toolbar,#menu-mobile) .btn-primary img {
    width: 22px;
}

.icon-cart {
    border: 1px solid white;
    border-radius: 50%;
    width: 28px;
    padding-left: 4px;
    color: white;
}

.icon-cart svg {
    width: 18px;
}

.popup-login {
    display: none;
    position: absolute;
    top: 65px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0;
    z-index: 1000000;
}

.popup-login.active {
    display: block;
    opacity: 1;
}

.popup-login svg {
    width: 15px;
    cursor: pointer;
}

#myprofile.popup-login {
    right: 16%;
}

#myprofile.popup-login p {
    font-size: 14px;
    color: #687791;
}

.btn-myprofile {
    border: 1px solid #C74D14;
    color: #C74D14;
    border-radius: 15px;
}

.btn-myprofile:hover {
    color: #C74D14;
}

.input-login {
    background-color: #163B5E17 !important;
    color: #687791 !important;
    width: 100%;
}

.input-login, .input-login:focus{
    border: 1px solid #163B5E;
}

.input-login:-webkit-autofill, .input-login:-webkit-autofill:is(:hover,:active,:focus) {
    box-shadow: none;
}

.link-login {
    color: #C74D14;
    text-decoration: underline;
}

.link-login:hover {
    text-decoration: underline;
}

.btn-submit {
    background-color: #163B5E;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
}

.btn-submit:hover {
    background-color: #304e88;
    color: #FFFFFF;
}

.text-login {
    color: #687791;
    font-size: 12px;
}

.text-forgot-password {
    color: #8094A7;
    font-size: 12px;
}

.btn-profile {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    color: #FFFFFF;
}

.btn-profile:hover {
    color: #FFFFFF;
}

.btn-logout {
    color: #687791;
    font-size: 14px;
    border: 0;
    background-color: #FFFFFF;
}

/******/

/** MAIN MENU **/

.logo-semfyc {
    max-width: 150px;
    width: 100%;
}

.box-menu {
    position: relative;
    background-color: #F1F1F4;
    box-shadow: 0px 3px 10px #00000029;
    z-index: 1000;
}

@media (max-width: 1300px) {
    .box-menu {
        z-index: 1050;
    }
}

.box-menu ul li a {
    font-weight: bold;
    font-size: 15px;
    color: #002E4C;
}

.box-menu .nav-item a:is(:hover,.active) {
    color: #C74D14;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.open-menu {
    color: #304e88;
    border: 0;
}

#menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    min-height: 100vh;
    background-color: #F1F1F4;
    top: 0;
    left: 0;
    z-index: 10;
}

#menu-mobile .element-menu {
    font-size: 15px;
    font-weight: bold;
    color: #002E4C;
}

#menu-mobile .icon-cart {
    border-color: #002E4C;
    color: #002E4C;
}

.close-menu {
    cursor: pointer;
    color: #304e88;
}

/******/

/** TITLE PAGES **/
.bg-title {
    background: url(../assets/img/bgformation.jpg);
}

.bg-title .title-page {
    color: #304E88;
    font-size: calc(38px + 0.2vw);
    font-weight: bold;

}

/** FOOTER **/

footer {
    background-color: #001136;
    color: #FFFFFF;
    font-size: 14px;
}

footer .logo-semfyc {
    max-width: 200px;
}

.icon-social {
    width: 25px;
    height: 25px;
}

.icon-social svg {
    width: 18px;
    color: #001136;
}

.icon-social-whats {
    width: 28px;
    height: 28px;
}

.icon-social-whats svg {
    width: 18px;
    color: #001136;
}

.title-footer {
    font-size: 14px;
    line-height: 16px;
    color: #5789C7;
}

.icon-footer svg {
    width: 16px;
}

.link-footer, .link-footer:hover {
    text-decoration: underline;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.mail-footer, .mail-footer:hover {
    color: #FFFFFF;
}

.btn-footer {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    color: #FFFFFF;
    padding: 3px 20px;
}

.btn-footer:hover {
    border: 1px solid #FFFFFF;
    color: white;
}

.text-copyright {
    font-size: 14px;
    color: #FFFFFF;
    opacity: 0.49;
}

.logo-store-footer {
    max-width: 100px;
}
.qr-footer {
    max-width: 100px;
}
.title-qr-footer {
    font-size: calc(12px + 0.1vw);
    font-weight: bold;
}
/******/

/** FORMATION **/
.title-filter {
    font-size: calc(17px + 0.1vw);
    font-weight: bold;
    color: #3D3D3D;
}

.title-filter:hover {
    color: #3D3D3D;
}

a.title-filter svg {
    width: 20px;
}

.filters-formation label {
    font-size: 16px;
    color: #3D3D3D;
}

.filters-formation .badge {
    font-size: 14px;
    color: #687791;
}

.text-intro-filters {
    font-size: 14px;
    color: #687791;
}

.delete-element {
    cursor: pointer;
    height: 14px;
    width: 14px;
    border-radius: 15px;
    background: #939393;
}

.delete-element svg {
    width: 14px;
    height: 14px;
    color: #FFFFFF;
}

.filter-selected {
    color: #3D3D3D;
    font-size: 14px;
}

.btn-order {
    border: 1px solid #3D3D3D;
    border-radius: 15px;
    padding: 3px 10px 3px 15px;
    font-size: 15px;
}

#collapseOrder {
    background-color: white;
    box-shadow: 2px 8px 6px #00000029;
    right: 0px;
    top: 35px;
    min-width: 200px;
    z-index: 10;
}

.title-order {
    font-size: 14px;
    color: #687791;
}

#collapseOrder label {
    font-size: 12px;
    color: #687791;
}

.grid-courses, .grid-publications {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.grid-courses .card, .grid-publications .card {
    background-color: #FDFCFC;
    box-shadow: 0px 3px 15px #0000001A;
    border-radius: 5px;
}

.grid-sessions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.box-session {
    background-color: #FDFCFC;
    box-shadow: 0px 3px 19px #0000001A;
    border-radius: 5px;
}

.card-header {
    border: none;
}

.card-header .tag-sponsored .square {
    background-color: #163B5E;
    font-weight: bold;
    font-size: 13px;
    color: #FFFFFF;
}

.card-header .tag-sponsored .triangle {
    height: 100%;
    width: 20px;
    background: linear-gradient(to bottom right, #163B5E 0%, #163B5E 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.card-title {
    font-size: 18px;
    color: #3D3D3D;
    min-height: 50px;
}

.card-text {
    font-size: calc(12px + 0.2vw);
    color: #3D3D3D;
}

.card-text svg {
    color: #C74D14;
    width: 15px;
}

.card-courses, .card-docs {
    min-height: 100%;
    border: none;
    background-color: #FDFCFC;
    box-shadow: 0px 3px 15px #0000001A;
}

.card-courses .card-footer, .card-docs .card-footer {
    margin-top: auto;
}

.content-card {
    min-height: 330px;
}

.content-card-docs {
    min-height: 230px;
}

.btn-course {
    border: 1px solid #C74D14;
    border-radius: 15px;
    font-size: calc(12px + 0.1vw);
    padding: 5px 10px;
    color: #C74D14 !important;
}
.btn-course a {
    color: #C74D14;
}

.btn-course:is(:hover,:active,:focus) {
    color: #FFFFFF !important;
    background-color: #C74D14;
}

.badge-places {
    color: red;
}

.badge-places-2 {
    color: black;
}

/** Course **/

.title-course {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto-Regular';
    color: black;
    line-height: normal;
}

.title-info-course {
    color: #C74D14;
    font-weight: bold;
}

.btn-outline-course {
    border-radius: 0px 20px 20px 0px;
    padding: 4px 8px;
    font-size: 14px;
    color: #687791;
    background-color: #0000001A;
    font-weight: normal;
}

.icon-div-courses {
    color: #C74D14;
    font-size: 14px;
}

.add-cart-button {
    border: none;
    border-radius: 20px;
    padding: 4px 12px;
    min-height: 35px;
    font-size: calc(12px + 0.1vw);
    color: white !important;
    width: fit-content;
}

.badge-course {
    border-bottom: solid 1px #C74D14;
    color: #C74D14
}
.badge-course:is(:hover,:active,:focus) {
    color: #304e88;
}

.title-desc-course {
    color: #304E88;
    font-weight: bold;
}

.partner-price-info div{
    font-weight: bold;
}

.course-info-attr {
    background-color:#FEFBF9;
    border-radius: 24px;
}

.title-pack {
    font-size: 16px;
    font-weight: bold;
}

.strike {
    text-decoration: line-through;
    color: red;
}

.img-pack {
    max-width: 240px;
}

.trian {
    clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
    color:white;
    height: 30px;
    z-index: 1;
}

.trian-2 {
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    color:white;
    height: 30px;
    z-index: 1;
}

.trian .canceled {
    background-color: brown;
}

.close-matr, .open-matr, .prox-matr {
    width: calc(140px + 1.1vw);

}

.close-matr {
    background-color: #3D3D3D;
}

.open-matr {
    background-color: #C74D14;
}

.prox-matr {
    background-color: #5789C7;
}

.spons {
    width: calc(100px + 1.1vw);
    background-color: #163B5E;
    margin-top: -1px;
}

.presell {
    width: calc(100px + 1.1vw);
    margin-top: -1px;
    background-color: #5789C7;
}

.courses-related {
    background-color:#F9F9FA;
}

.interest-courses {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.page-list-navigation-semfyc li a {
    color: #3D3D3D;
}

.icon-pagination {
    color: #C74D14 !important;
}

.selected-pagination a {
    color: #C74D14 !important;
    border-bottom: thin solid #C74D14;
}

.add-cart-button.disabled-button-course {
    background: rgba(1,1,1,0.20);
}

.paginate-courses nav ul li a,
.paginate-publications nav ul li a {
    color: #3D3D3D !important;
    border: none;
}

.paginate-courses nav ul .page-item.active .page-link,
.paginate-publications nav ul .page-item.active .page-link {
    color: #C74D14 !important;
    border: none;
    border-bottom: thin solid #C74D14 !important;
    background-color: white !important;
}

/** Publications **/
.title-document {
    font-size: calc(12px + 0.2vw);
}

.card-img-top {
    max-height: 200px;
}

.card-img {
    min-height: 200px;
}

.content-pack {
    font-size: calc(14px + 0.1vw);
    color:#687791;
}


.title-return {
    color: #3D3D3D;
    font-weight: bold;
    font-size: calc(12px + 0.2vw);
}

.title-pack-header {
    color: #3D3D3D;
    font-weight: bold;
    font-size: calc(16px + 0.2vw);

}

.publication-document:hover div, .publication-document:hover i{
    color: #5789C7 !important;
    border-bottom-color: #5789C7;
}

.publication-document:visited div, .publication-document:visited i{
    color: #5789C7 !important;
    border-bottom-color: #5789C7;
}

/** Notices **/

.grid-notices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.content-featured {
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.icon-notice {
    color: #C74D14;
}

.title-notice {
    font-size: 18px;
    color: #3D3D3D;
}
.title-notice-card {
    font-size: 18px;
    color: #3D3D3D;
    font-weight: bold;
}


.date-notice {
    color: #687791;
    font-size: calc(12px + 0.1vw);
}

.card-notices {
    min-height: 280px;
    border: none;
    background-color: #FDFCFC;
}

.btn-outline-notice {
    border-radius: 0px 20px 20px 0px;
    padding: 4px 8px;
    font-size: 14px;
    color: #687791;
    background-color: #0000001A;
    font-weight: 400;
}

.filters-modal {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.reading-notices {
    color: #687791;
    font-size: 14px;
}

.related-themes {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: bold;
}
.tag-label {
    color: #687791;
    font-size: 14px;
    text-decoration: underline;
}
.share-icon-notices {
    color: #fff;
    background-color: #687791;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.share-notices {
    color: #687791;
}

.breadcrumbs-single-notice {
    margin-left: -25px;
}
.grid-interest-notices {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.container-interest-notices {
    background-color: #F9F9FA;
}
.notice-entrance {
    font-size: calc(20px + 0.1vw);
}
.title-notice {
    font-size: 1.875rem;
}

/* Events */
.active-icon-events {
    color: #C74D14 !important;
}
.event-featured {
    background-color: #F2E8DA !important;
}
.content-card-event {
    min-height: 250px;
}
.featured-event {
    background-color: white;
    color: #C74D14;
    font-weight: bold;
}
.activity-button {
    max-width: 130px;
}
.event-banner {
    width: 250px;
}
.past-event {
    background-color: grey;
    color: white;
    min-width: fit-content;
    padding-right: 30px;
}
.grid-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.event-category {
    width: auto;
    padding-right: 25px !important;
    margin-top: -1px;
}
.content-notice img{
    max-width: 100%;
    height: auto;
}
.title-event {
    font-size: 1.875rem;
}
/* Events */

/* Favs */
.fill-heart svg{
    fill: #C74D14;
}
/* Favs */

/* RRSS */
.image-share {
    max-width: 30px;
}
.modal-share {
    border-radius: 0.3rem;
}

/* RRSS */

/** MODALS **/
.modal-dialog.modal-dialog-slideup {
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog.modal-dialog-slideup {
  transform: translateY(0);
}
/** MODALS **/

/* Calendar */
#calendar-events .fc-header-toolbar .fc-toolbar-chunk {
    display: flex;
    align-items: center;
}
#calendar-events .fc-icon {
    color: #C74D14;
}
#calendar-events .fc-button-primary {
    background-color: transparent !important;
    border-color: #C74D14 !important;
    border-radius: 50% !important;
    padding: 0.3rem !important;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calendar-events .fc-day.fc-col-header-cell{
    background-color: #F5F5F5;
}

#calendar-events .fc-day.fc-col-header-cell a{
    color: #304E88 !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calendar-events .fc-daygrid-day-number{
    color: #163B5E !important;
}
.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#calendar-events .fc-view-harness {
    box-shadow: 0px 3px 15px #0000001A;
}
#calendar-events .fc-toolbar-title {
    font-size: 1.5rem;
    color: black
}

/* Calendar */

/* Cart */
.button-animation {
    background-color: #163B5E !important;
    color: white;
}

.icon-animation {
    transform: scale(1.2);
    transition: transform 0.3s;
}


/* Cart */

/******/

/** RESPONSIVE **/


.container-semfyc {
    padding: 0 20px;
}


@media (max-width: 1200px) {
    .secondary-notices {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .interest-courses {
        grid-template-columns: repeat(2, 1fr);
    }

    .content-card, .content-card-docs {
        max-width: 100% !important;
    }

    .card-img, .card-img-docs {
        max-width: 100%;
    }

    .card-courses, .card-docs {
        min-height: 100%;
    }
    .grid-courses, .grid-publications {
        grid-template-columns: repeat(2, 1fr);
    }

    .grid-related-sections {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid-sessions {
        grid-template-columns: repeat(1, 1fr);
    }
    .logo-semfyc {
        max-width: 90px;
    }

    /* Notices */
    .grid-notices {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .container-interest-notices {
        background-color: transparent;
    }
    .grid-events {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    /* Notices */
}

@media (max-width: 768px) {
    .card-courses {
        max-width: 575px;
    }
    .grid-courses, .grid-publications {
        display: block;
    }
    .card-courses {
        min-height: 320px;
        flex-direction: row;
    }

    .grid-courses .card, .grid-publications .card {
        display: flex;
        flex-direction: row;
    }

    .add-cart-button {
        border-radius: 20px;
        padding: 0px 15px !important;
    }

    .interest-courses {
        display: block;
    }

    .card-courses .card-footer {
        padding-right: 15px;
        padding-left: 15px;
        border: none;
    }

    .content-card, .card-title, .content-card-docs {
        min-height: auto;
    }

    .icon-filters svg{
        width: 15px;
    }

    .title-order {
        font-size: 16px;
        font-weight: bold;
        color: #000;
        width: 100%;
        padding-bottom: 3px;
        border-bottom: #000 solid thin;
        margin-bottom: 3px;
    }
    .card-courses {
        min-height: 275px;
        flex-direction: row;
    }

    .card-docs {
        min-height: 275px;
    }

    /* Notices */
    .grid-notices {
        display: block;
    }
    .grid-interest-notices {
        display: block;
    }
    .secondary-notices {
        display: block;
    }
    /* Notices */
    .grid-events {
        display: block;
    }
    .content-card-event {
        min-height: 180px;
    }
}

@media (max-width: 576px) {

}

/******/

/* CKeditor Styles */

.text-tag, .text-cta{
    font-size: calc(12px + 0.1vw);
}

.text-pie-foto {
    font-size: calc(10px + 0.1vw);
}

.text-testimonio, .div-destacado {
    font-size: calc(18px + 0.1vw);
}

.text-link:hover a, .text-link:hover{
    color: #5789C7 !important;
}

.text-link:visited  a, .text-link:visited{
    color: #687791 !important;
}

.text-link a{
    color: #C74D14;
}

.ckeditor-class a {
    color: #C74D14;
    text-decoration: underline;
}
.ckeditor-class a:hover {
    color: #5789C7 !important;
    text-decoration: underline;
}
.ckeditor-class a:visited {
    color: #687791 !important;
    text-decoration: underline;
}

/* CKeditor Styles */

/* evidencia cientifica */
.main-scientific {
    background-color: #f9f9fa;
    margin-left: 0px;
}

.img-scientific-left {
    padding-left: 0px;
}

.img-scientific-right {
    padding-right: 0px;
}

.margin-sc {
    margin-bottom: 3rem;
}

.text-scientific {
    padding-top: 2rem;
    font-size: 16px;
    color: #3d3d3d;
}

.title-scientific {
    padding-bottom: 1rem;
    color: #3D3D3D;
    font-size: 30px;
}

@media (max-width: 768px) {
    .text-scientific {
        padding-top: 0.5rem;
        font-size: 12px;
    }
}

summary::marker {
    display: none;
    content: "";
    color: transparent;
}
summary::-webkit-details-marker {
    display: none;
    content: "";
    color: transparent;
}

.listado-guias {
    place-content: center;
}

.oval-button-scientific, a.oval-button-scientific {
    border-radius: 15px; /* Hace que los botones sean ovalados */
    border: 1px solid #C74D14; /* Borde naranja */
    background-color: #FFFBF8; /* Fondo */
    color: #C74D14; /* Texto naranja */
    text-align: left; /* Alineación del texto */
    padding: 5px; /* Espaciado interno (ajusta según tus necesidades) */
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px; /* Espaciado inferior entre botones (ajusta según tus necesidades) */

    margin-right: 3%;
    font-weight:bold;
    font-size: 14px;
}

.clicked-link {
    border: none;
    background-color: #F7F7F7 !important;
    text-decoration: underline;
    color: #C74D14;
    text-align: left;
    font-weight:bold;
    text-underline-offset: 5px;
    display: flex;
    margin-left: 5px;
}

.clicked-link:hover {
    color: #da784b;
}

.scientific-icon {
    color: #C74D14;
    display: flex;
}

.download-codificacion {
    font-size: 15px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
}

.texto-previo {
    margin-bottom: 3rem;
}

.texto-previo-amfe-universidad {
    margin-bottom: 2rem;
}

.buttons-orange {
    padding-bottom: 10px;
}

.all-gdt {
    background: rgba(199,77,20, 0.03);
    margin-bottom: 2rem;
    padding: 3rem;
}

.first-part {
    width: 100%;
}

.titulo-general-gdt {
    color: #3d3d3d
}

.hr-general-gdt {
    border: 1px solid #707070;
    opacity: 1;
}

.grid-sections {
    margin-right: 5rem;
}

.gdT-section:hover {
    background-color: rgba(199,77,20, 0.10);;
}

.title-related-evidencia {
    font-size: 30px;
    color: #3d3d3d;
    text-align: left;
    padding-top: 2rem;
}

.email-subgrupo {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.section-related-articles__title {
    font-size: calc(12px + 0.11vw);
}

.pointer {
    cursor: pointer;
}

.grid-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
}

.grid-sections-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 3rem;
}

.grid-sections-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
}

.grid-sections-estatutos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3rem;
    margin-bottom: 3rem; 
    margin-left: 12rem; 
    margin-right: 12rem;
}


.grid-sections-estatutos-all {
    display: flex !important;
    place-content: center !important;
}

.grid-related-sections {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

/* tablet */
@media (max-width: 925px) {
    .grid-sections, .grid-sections-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        margin: 0;
    }
    .text-main-semfyc, .img-main-semfyc {
        padding-right: 0;
    }
    .grid-sections-estatutos {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        margin: 0;
    }

    .carousel-label {
        height: auto !important;
    }

    .image-slider-recursos {
        height: 55vw !important;
    }

    .content-slider {
        height: auto !important;
    }

    .texto-previo {
        font-size: 12px !important;
    }
}

@media (max-width: 576px) {
    .grid-sections, .grid-sections-4, .grid-sections-estatutos {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 1rem;
        margin: 0;
    }
    .grid-related-sections {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 20px;
    }
    .div-text-grupos {
        padding: 0.5rem 0 0 0 !important;
    }

    .all-gdt {
        padding: 1.5rem;
    }

    .gdT-section {
        padding-top: 0rem !important;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .first-part {
        margin-top: 1rem;
    }

    .div-img-grupo {
        padding-bottom: 1rem;
    }

    .texto-previo, .temas, .visit {
        font-size: 12px !important;
    }
}

/* la semfyc */
.escrito-txt {
    width: 100% !important;
}

/* evidencia cientifica */
.gdT-section {
    padding-top: 1rem;
}

.title-job-bag {
    line-height: 1;
}

.main-scientific {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.texto-previo {
    text-align: justify;
}

.one-session {
    /*border: 1px solid #e37533;*/
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem 0.5rem 0rem;
    /*background-color: #fffaf8;*/
    border-right: 2px solid #f0f0f0;
    width: 250px;
}

.open-see-menu:hover {
    color: #0056b3 !important;
}

span.element-menu:hover {
    color: #0056b3 !important;
}

.trian.canceled {
    background: red;
    min-width: 180px;
}