@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --main-color: #1d1d1b;
    --grey-color: #cbcacb;
   /*  --red-color: #A30303; */
    --red-color: #BC002D;
    --blue-color: #2693ba;
    --dark-blue-color: #323147;
    --white-color: #fff;
    --box-shadow: 0 8px 24px rgba(44,43,55,.1);
}

body {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}



.main-container {
    flex: 1 0 auto;
}

.info-index {
    position: relative;

}

.red-text {
    color: var(--red-color) !important;
}

.info-index h3 {
    font-size: 3rem;
}

.bg-logo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 60%;
}
      

.br8 {border-radius: 8px;}
.mb0 {margin-bottom: 0 !important;}

a.link {
    color: var(--red-color);
    padding-bottom: 2px;
    border-bottom: 1px dashed transparent;
    transition: 0.3s;
    font-style: italic;
}

a.link:hover {
    border-color: var(--red-color);
}

b,strong {
    font-weight: 700;
}

h1, h2, h3, h4 {
    font-family: "Montserrat", serif;
    font-weight: 700;
}

h3,h4,h5 {
     font-size: 1.2rem;
}

.top-line {
    width: 100%;
    height: 40px;
    overflow: hidden;
    
    .top-line__description {
        line-height: 40px;
        padding-left: 140px;
        font-weight: 700;
    }
    
    @media screen and (max-width: 960px) {
        .top-line__description {
            padding-left: 0;
        }
    }
}

.top-line .tel {
    color: var(--main-color);
    font-weight: 800;
    margin-right: 20px;
    line-height: 40px;
}

.top-line .icons {
    padding-left: 180px;
}

.icons .fa-brands {
    color: #4d4d4d;
    font-size: 22px;
    line-height: 40px;
    margin-right: 20px;
    transition: 0.5s ease-out;
}

.icons .fa-solid {
    color: #4d4d4d;
    font-size: 22px;
    line-height: 40px;
    transition: 0.5s ease-out;
}

.top-line a:hover {
    color: var(--red-color);
}
      

nav {
    background: var(--red-color);
    box-shadow: none;
}

nav .brand-logo {
    background: #fff;
    height: 120px;
    position: absolute;
    top: -38px;
    width: 120px;
    border-radius: 50%;
    padding: 8px;
}

nav  .brand-logo img {
    width: 100%;
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 16px;
    color: #4d4d4d;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.dropdown-content {
    max-width: 300px;
    height: auto;
}

.sidenav>li {
    border-bottom: 1px solid #ccc;
}

.sidenav li>a {
    padding: 0 16px;
}

.sidenav>li:last-child {
    border: none;
}

.sidenav .no-padding .collapsible-body ul {
    padding: 0 0 0 24px;
    background: rgba(0,0,0,0.05);
}

.sidenav .no-padding .collapsible-body ul li a {
    height: auto;
    line-height: 1.3rem;
    padding: 10px 0;
}


.sidenav .collapsible-header:after {
    width: 1em;
    height: 1em;
    transition: all 0.3s;
    content: '\f054';
    font: normal normal normal 14px/1 FontAwesome;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    right: 16px;
    top: 17px;
    font-size: 1em;
    text-align: center;
}

.sidenav .active .collapsible-header:after {
    transform: rotate(90deg);
}

.card-flex {
    display: flex;
    align-items: center;
}

.fullscreen-modal {
    background: #fff;
    width: 100%;
    min-height: 100vh;
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: 1000;
    overflow-x: scroll;
    display: none;
    padding-top: 5vh;
}

.fullscreen-modal .modal-close {
    position: absolute;
    font-size: 40px;
    top: 20px;
    right: 20px;
    color: var(--red-color);
}

.fullscreen-modal .card .card-content {
    padding: 3rem;
}


.section {
    padding: 60px 0;
}

nav.breadcrumbs {
    border-bottom: solid #D5D5D5 2px;
    height: 52px;
}

nav.breadcrumbs, .breadcrumb, .breadcrumb:last-child {
    color: #848484;
    font-size: 1rem;
}

nav.breadcrumbs {
    background: transparent;
    box-shadow: none;
    line-height: 1.5em; 
    padding-top: 20px;
}

.breadcrumb {
    padding-left: 5px;
    padding-right: 5px;
}

.breadcrumb:first-child {
    padding-left: 0;
}

.breadcrumb:last-child {
    border-bottom: solid var(--red-color) 2px;
    line-height: 1em;
    padding-bottom: 10px;
    position: relative;
}

nav.breadcrumbs, .breadcrumb, .breadcrumb:last-child {
    color: #848484;
    font-size: 1rem;
}

nav ul a {
    padding: 0 10px;
}

nav ul li i.right {
    margin-left: 5px;
}

.breadcrumb:before {
    content: none;
}

.breadcrumb:last-child:before {
    content: '';
    width: 0;
    height: 0;
    border: solid transparent 4px;
    border-bottom-color: var(--red-color);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -2px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex .input-field {
    display: inline-block;
    width: 100%;
    margin-right: 20px;
}

.button {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0 24px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 0;
    background: var(--blue-color);
    color: var(--white-color);
    border-radius: 8px;
    opacity: 1;
    transition: 0.5s;
    
    &.button-large {
        font-size: 1rem;
        min-height: 58px;
        min-width: 48px;
        padding: 18px 36px;
        border-radius: 8px;
    }
    
    .button__button-icon {
        font-size: 0.8rem;
        margin-right: 12px;
        opacity: 0.8;
    }
    
    &:hover {
        opacity: 0.7; 
    }
    
    &.button-dark {
        background: var(--main-color);
        color: var(--white-color);
        
        &:hover {
            opacity: 0.7;
        }

    }

    &.button-red {
        background: var(--red-color);
        color: var(--white-color);
        
        &:hover {
            opacity: 0.7;
        }
    }
}

.container {
    width: 96%;
    max-width: 1280px;
    position: relative;
}

aside {
    width: 282px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
}

aside .menu-sidebar a {
    display: block;
    width: 100%;
    color: #262626;
    font-size: .9rem;
    padding: 10px 15px;
    background: #E9ECEC;
   /*  border: solid #E9ECEC 1px; */
    border-radius: 2px;
    margin-top: 6px;
    transition: 0.5s ease;
   /*  line-height: 1; */
}

aside .menu-sidebar a:hover,  aside .menu-sidebar .active {
    color: #fff;
    background: var(--red-color);
}

aside .menu-sidebar a i {
    margin-right: 10px;
    color: var(--red-color);
    transition: 0.5s ease;
}

aside .menu-sidebar a:hover i {
    color: white;
}

.main-content {
    margin-right: 305px;
    width: calc(100% - 305px);
}

.main-container ul {
    padding-left: 25px;
}

.main-container ul > li {
    position: relative;
    padding: 0 20px;
    list-style-type: none;
}

.main-container ul > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #fff;
    border: 2px solid var(--red-color);
    border-radius: 50%;
}

.main-container ol {
	list-style-type: none; 
	counter-reset: num;
	margin: 0 0 0 40px;
	padding: 15px 0 5px 0;
}

.main-container ol > li {
	position: relative;	
	margin: 0 0 0 0;
}

.main-container ol > li:before {
	content: counter(num) '.'; 
	counter-increment: num;
	display: inline-block;	
	position: absolute;
	top: 4px;
	left: -26px;
	width: 20px;    
	color: var(--red-color);
	text-align: right;
	font-weight: 700;
	font-size: 0.8rem;
}

.main-container .card .card-content p {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 10px;
}

.content .cover-image {
    padding: 20px 0 20px 20px;
    border-radius: 16px;
    overflow: hidden;

    @media screen and (max-width: 601px) {
        padding: 0;
        margin-bottom: 20px;
    }
}

.content ul > li {
    position: relative;
    padding: 0 0 0 20px;
    list-style-type: none;
}

.content ul > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    transform: rotate(45deg);
    background: var(--red-color);
}

.content h3 {
    font-size: 2rem;
}

.main-container h1{
    font-weight: 700;
    font-size: 2.6rem;
    margin-bottom: 0;
}

.grey-section {
    background: #fafafa;
}

.section .section-title {
    font-size: 2.8rem;
    font-weight: 600;
}

.slider {
    border-radius: 16px;
    overflow: hidden;
    margin: 20px 0;
    box-shadow: 0 8px 24px rgba(44, 43, 55, .1);
}

/* 
.slider .slides li::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000052;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
} */

.slider .slides li .caption {
    z-index: 2;
    /* background-color: rgba(255, 0, 0, 0.698); */
    left: 0;
    top: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    padding: 2rem 6rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}



.slider h3 {
    font-size: 2rem;
    font-weight: 500;
    /* text-transform: uppercase; */
    /* text-shadow: .08em .08em 0 rgba(0, 0, 0, 0.7); */

    @media screen and (max-width: 800px) {
        font-size: 1.2rem;
    }
}

.slider .left-arrow {
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 80px;
    margin-top: -40px;
    color: #ffffff7a;
    z-index: 999;
    transition: 0.5s;
}

.slider .right-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 80px;
    margin-top: -40px;
    color: #ffffff7a;
    z-index: 999;
    transition: 0.5s;
}  

.left-arrow:hover, .right-arrow:hover {
    color: #fff;
}

.page-title {
    font-weight: 700;
    font-size: 3.4rem;
    margin-top: 0;
}

.slider .indicators .indicator-item.active {
    background-color: var(--red-color);
}

.card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(44,43,55,.1);
    border-radius: 8px;
    overflow: hidden;

    .img-container {
        width: 100%;
        aspect-ratio: 3 / 2;
        margin-bottom: 12px;
        background-size: cover;
    }

    .card-content {
        padding: 16px;
        .title {
            height: 2.2em;
            margin-bottom: 12px;
            color: var(--main-color);
            font-weight: 700;
            overflow: hidden;
            font-size: 1em;
            line-height: 1;
        }

        .description {
            margin-bottom: 12px;
            height: 2em;
            overflow: hidden;
            color: var(--main-color);
            overflow: hidden;
            font-size: 0.9em;
            font-style: italic;
            line-height: 1;
        }
    }

    .card-date {
        padding: 16px;
        color: #828282;
        text-align: right;
        font-size: 0.8em;
        line-height: 1;
        border-top: 1px dashed #d5d5d5;
    }

    &.person-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        overflow: hidden;
        color: var(--main-color);
        line-height: 1;

        .person-card__image {
            flex: 0 0 40%;
            aspect-ratio: 4 / 5;
            background-size: cover;
            background-position: center;
            border-radius: 8px 0 0 8px;
        }

        .person-card__content {
            padding: 16px;
            .person-card__name {
                font-size: 1.6rem;
                font-weight: 700;
                margin-bottom: 10px;
                height: 64px;
                overflow: hidden;
            }
    
            .person-card__job {
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                        line-clamp: 4;
                -webkit-box-orient: vertical; 
            }
        }
    }
}

.card-panel {
    box-shadow: 0 8px 24px rgba(44,43,55,.1);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    line-height: 1;
    align-items: center;
    transition: .5s;
    color: var(--red-color);
    font-weight: 600;

    .card-panel__icon {
        max-width: 48px;
        opacity: .4;
        transition: .5s;
    }

    &:hover {
        .card-panel__icon {
            opacity: 1;
        }
    }

    &.black-panel {
        background-color: var(--main-color);
        color: var(--grey-color);

        &:hover {
            color: var(--white-color);
        }
    }

}

.dojo-card {
    box-shadow: 0 8px 24px rgba(44,43,55,.1);
    border-radius: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    color: var(--main-color);
    background-image: url(/assets/img/bg-logo-2.png);
    background-position-x: 32px;
    background-position-y: 32px;
    background-size: contain;
    background-repeat: no-repeat;

    .dojo-card__content {
        padding: 32px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        

        .dojo-card__title {
            font-size: 1.6rem;
            margin: 0;
        }

        .dojo-card__description {
            margin-bottom: 40px;
        }
    }

    .dojo-card__cover {
        background-size: cover;
        border-radius: 16px;
        background-position: center;
        aspect-ratio: 3 / 2;
        min-width: 400px;

        @media screen and (max-width: 800px) {
            width: 100%;
            aspect-ratio: 16 / 9;
        }
    }
}


.card-link {
    text-align: center;
}

.card .card-title {
    font-size: 24px;
    font-weight: 600;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
    color: var(--red-color);
    margin-right: 0;
    text-transform: none;
    font-weight: 500;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
    color: #4d4d4d;;
}

.card .card-content .introtext {
    height: 260px;
    overflow: hidden;
}

.card-category .page-icon {
    filter: grayscale(1);
    opacity: 0.4;
    transition: 0.5s;
}

.card-category:hover .page-icon {
    filter: grayscale(0);
    opacity: 1;
}

.card-category .card-content {
    padding: 20px;
    height: 160px;
    overflow: hidden;
}

.card-category .title {
    color: #4d4d4d;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1;
}

.card-category .page-icon {
    width: 46px;
    margin-right: 20px;
}

.section-map {
    position: relative;
    padding-bottom: 0;
}

.section-map .container {
    position: relative;
}

.info-map {
    position: absolute;
    max-width: 600px;
    height: 300px;
    left: 0;
    top: 60px;
    z-index: 900;
}

.info-map .card {
    padding: 0 20px;
}

.info-map .card ul>li {
    padding: 20px 0;
    border-bottom: 1px solid #d4d4d4;
}

.info-map .card ul>li:last-child {
    border: none;
    padding-bottom: none;
}

.info-map .card .fa-solid {
    color: var(--red-color);
    margin-right: 10px;
}

.carousel-item {
    padding: 20px;

    .owl-theme {
        .owl-nav {
            margin-top: -20px;
        }

        .owl-dots {
            display: none;
        }
    }
}


.schedule-table {

    td, th {
        padding: 20px 10px;
        font-size: 0.9rem;
        border: 1px dashed #ccc;
    }

    th {
        color: var(--green-color);
    }

    &.section-table {
        tr {
            td:first-child {
                font-weight: 700;
            }
        }
    }

    &.general-table {
        tr {
            td {
                &:first-child {
                    font-weight: 700;
                }

                &:nth-last-of-type(-n+2) {
                    color: var(--brown-color);
                }
            }
        }
    }
}

.video-container {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-footer {
    background: #323147;

    .footer-copyright {
        font-size: 0.8em;
        padding: 0;

        .row {
            margin-bottom: 0;
        }
   
        .copy-footer {
           display: flex;
           align-items: center;
           justify-content: space-between;
           height: 64px;
       }
   }
}


.block4x5 {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.block4x5:before {
    content: "";
    padding-top: 137%;
    float: left;
}

figure {
    margin:0;
    font-size:0
}
figure a {display: block}

@media screen and (max-width: 600px) {
    
    .card-news .block {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        padding: 20px;
    } 

    .card-news .img-container {
        flex-basis: 60%;
    }

    .card-news .card-content {
        flex-basis: 100%;
        padding: 0;
    }

    .info-map {
        position: static;
        margin-bottom: 60px;
    }

    .flex-search-modal {
        align-items: flex-start;
        flex-direction: column;
    }
    
    .person-card .card-content {
        padding: 10px;
    }
    
    .person-card .card-content .card-title {
        font-size: 15px;
        height: 60px;
    }
    
    .person-card .card-reveal .card-title {
        font-size: 15px;
    }
    
    .person-card .card-reveal {
        padding: 10px;
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    
    .parallax-container {
        height: 300px;
    }
    
    
    .page-title {
        font-size: 2rem;
    }

    .top-line .icons {
        padding-left: 0;
    }
    
    .main-content {
        width: 100%;
        margin-right: 0;
    }

    aside {
        width: 100%;
        position: relative !important;
        top: 0 !important;
    }
}

