@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Barlow', sans-serif;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

p {
    margin: inherit;
}

.jmodedit {
    display: none !important;
}

li {
    list-style: none;
}

.container {
    height: 100%;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}

#content {
    min-height: calc(100vh - calc(252px + 150px));
}

.btn-primary {
    background-color: #303194;
    border-color: #303194;
}

h2 {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 20px;
}

/*-------------------------------------------------HEADER-------------------------------------------------*/

#header {
    height: 150px;
    width: 100%;
    max-width: 100vw;
    box-shadow: 0px 0px 10px 1px rgba(158, 158, 158, 0.5);
}

#header .container {
    display: flex;
    justify-content: space-between;
}

#logo {
    height: 100%;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-------------------------------------------------END HEADER-------------------------------------------------*/

/*-------------------------------------------------MENU-------------------------------------------------*/

#header .container #menu .moduletable_menu {
    width: 100%;
    margin-right: 25px;
}

#menu {
    height: 100%;
    width: 950px;
    display: flex;
    align-items: center;
}

#header .container #menu .moduletable.jmoddiv.jmodinside ul.nav.menu.mod-list, #header .container #menu .moduletable.jmoddiv ul.nav.menu.mod-list, #header .container #menu .moduletable_menu ul.nav.menu.mod-list {
    display: flex;
    justify-content: space-evenly;
}

#header .container #menu .moduletable .nav.menu.mod-list li, #header .container #menu .moduletable.jmoddiv.jmodinside ul.nav.menu.mod-list li, #header .container #menu .moduletable.jmoddiv ul.nav.menu.mod-list li, #header .container #menu .moduletable_menu ul.nav.menu.mod-list li {
    list-style: none;
    text-transform: uppercase;
}

#header .container #menu .moduletable .custom p strong {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

#header .container #menu .moduletable {
    width: 372px;
}

#header .container #menu .moduletable .custom {
    display: flex;
    justify-content: space-between;
}

html#ls-global body#ls-global div#header div.container div#menu div.moduletable div.custom p a em strong img {
    margin-left: 7px;
}

/*--MENU ICON--*/

#nav-icon {
    display: none;
    width: 60px;
    height: 45px;
    position: relative;
    margin: 50px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #303194;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 9px;
}

#nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*--END MENU ICON--*/

/*-------------------------------------------------END MENU-------------------------------------------------*/

/*-------------------------------------------------FOOTER-------------------------------------------------*/

footer {
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    background-color: #1A1A1A;
    color: white;
}

footer .container {
    display: flex;
    justify-content: center;
}

#right, #left {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top, .bottom {
    text-align: inherit;
    width: 100%;
    display: flex;
    align-items: center;
}

#right {
    text-align: right;
    margin-right: 20px;
}

#left {
    text-align: left;
    margin-left: 20px;
}

.top {
    height: 70%;
}

.bottom {
    height: 30%;
}

#right .bottom {
    display: flex;
    justify-content: space-between;
}

#right .bottom .moduletable .custom p span {
    /* display: flex;
    justify-content: space-around; */
}

.container #right .bottom .moduletable {
    width: 100%;
}

.container #right .top {
    justify-content: right;
}

#left .top .moduletable .custom table tbody tr td p {
    color: white;
}

/*-------------------------------------------------END FOOTER-------------------------------------------------*/

/*-------------------------------------------------COLUMNS-------------------------------------------------*/

.colums {
    display: flex;
    height: auto;
}

.col-right, .col-left {
    height: auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.item-page {
    margin-bottom: 130px;
}

.col-left {
    width: 75%;
}

.col-right {
    width: 30%;
}

/*-------------------------------------------------END COLUMNS-------------------------------------------------*/

/*-------------------------------------------------END COLUMNS-------------------------------------------------*/

div.moduletable:nth-child(4)>div:nth-child(1)>p:nth-child(1)>img:nth-child(1) {
    max-width: 100vw;
    height: auto;
}

/*-------------------------------------------------ARTICLES-------------------------------------------------*/

h2[itemprop="name"] {
    float: left;
    margin-bottom: 15px;
}

.colums .col-left div.item-page div.page-header h2, .colums .col-left .item-page div h2, .colums .col-left .item-page div h3 {
    width: 100%;
    margin: 92px 0 15px;
}

.colums .col-right .moduletable h2 {
    width: 100%;
    text-align: left;
}

.item-page>div:nth-child(2)>h3:nth-child(3) {
    margin: 15px 0 15px;
}

.moduletable h2 {
    text-align: center;
}

h3 {
    font-size: 20px;
    font-weight: bolder;
}

.blog, .createdby {
    margin-bottom: 20px;
}

img[itemprop="image"] {
    width: 100%;
}

div[itemprop="articleBody"] {
    margin: 20px 0;
}

.pull-left.item-image {
    margin-bottom: 20px;
}

.category-module.mod-list {
    /* list-style: square; */
    list-style: none;
}

.category-module.mod-list li::before {
    content: "\25A0";
    color: orange;
    display: inline-block;
    font-size: 24px;
    width: 1em;
    margin-left: -1em;
}

.readmore {
    width: 100%;
    float: left;
    color: var(--bs-blue);
}

img[itemprop="thumbnailUrl"], .pull-left.item-image a img {
    width: 20%;
    float: right;
}

.blog .clearfix div p, .blog .clearfix .span6 .item p {
    width: 70%;
    float: left;
}

ul.category-module.mod-list li :hover {
    text-decoration: underline !important;
}

/*-------------------------------------------------END ARTICLES-------------------------------------------------*/

/*-------------------------------------------------LOGIN FORM-------------------------------------------------*/

fieldset {
    border: none;
    width: 200px !important;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: 50px;
}

html body div#content div.container div.colums div.col-left div ul.nav.nav-tabs.nav-stacked {
    width: 200px !important;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    list-style: none;
    margin-top: -46px;
}

html body div#content div.container div.colums div.col-left div ul.nav.nav-tabs.nav-stacked li {
    width: 100%;
}

div.control-group:nth-child(3) {
    display: none;
}

#content .container .colums .col-left .login form fieldset .control-group .controls input, .form-control {
    width: 100%;
    height: 30px;
    font-size: 20px;
    border-radius: 100px;
    border: 1px solid #303194;
    padding-left: 16px;
}

.control-group {
    margin-bottom: 15px;
}

.control-label {
    font-size: 20px;
}

h1, div.controls:nth-child(1) {
    text-align: center;
}

.nav-tabs>li:nth-child(2) {
    display: none;
}

.btn.btn-primary {
    border-radius: 100px;
}

.login {
    height: 320px;
}

/*-------------------------------------------------END LOGIN FORM-------------------------------------------------*/

/*-------------------------------------------------RECOVER PASSWORD FORM-------------------------------------------------*/

#content div.container div.colums div.col-left div.reset form#user-registration.form-validate.form-horizontal.well div.control-group div.controls {
    width: 100px !important;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 200px;
}

fieldset p {
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: -10px;
}

#content div.container div.colums div.col-left div.reset form#user-registration.form-validate.form-horizontal.well fieldset div.control-group {
    width: 400px !important;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    margin-top: 78px;
}

#content div.container div.colums div.col-left div.reset form#user-registration.form-validate.form-horizontal.well fieldset div.control-group div.controls input#jform_email.validate-username {
    width: 250px !important;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    margin-top: -200px;
}

.control-label {
    text-align: center;
}

/*-------------------------------------------------END RECOVER PASSWORD FORM-------------------------------------------------*/

/*-------------------------------------------------EVENTOS-------------------------------------------------*/

.event-item {
    width: 30%;
    height: 350px;
    background-color: rgb(244, 244, 244);
    margin-bottom: 60px;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 50px;
    display: flex;
    color: #303194;
    border: 2px solid #303194;
}

/*-------------------------------------------------END EVENTOS FORM-------------------------------------------------*/

/*-------------------------------------------------RESPONSIVE-------------------------------------------------*/

@media only screen and (max-width: 600px) {
    #logo div.moduletable div.custom p a img {
        width: 50px;
        height: auto;
    }
    #header {
        height: 150px;
        transition: height 0.5s;
    }
    #logo {
        height: 150px;
        margin-left: 28px;
    }
    #nav-icon {
        display: inherit;
        width: 30px;
        height: 22px;
        margin: 65px 35px 0 0;
    }
    #menu, #header .container #menu .moduletable .custom, #header .container #menu .moduletable_menu ul.nav.menu.mod-list, .images, footer .container {
        flex-direction: column;
    }
    #menu {
        display: none;
        align-items: start;
        margin-top: 150px;
        height: auto;
        transition: height 0.5s;
    }
    html#ls-global body#ls-global div#header div.container div#menu div.moduletable div.custom p a em strong img {
        display: none;
    }
    #header .container #menu .moduletable_menu ul.nav.menu.mod-list {
        text-align: center;
        height: 130px;
    }
    #menu, #logo, #header .container #menu .moduletable, #header .container #menu .moduletable_menu {
        width: auto;
    }
    #header .container #menu .moduletable_menu {
        margin-right: unset;
    }
    #menu>div:nth-child(2)>div:nth-child(1)>p:nth-child(1) {
        padding-left: 16px;
    }
    #menu>div:nth-child(2)>div:nth-child(1)>p:nth-child(2) {
        margin-top: 8px;
        padding-left: 19px;
    }
    .banner {
        height: auto !important;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contimage {
        margin-bottom: 22px;
    }
    footer .container {
        align-items: center;
    }
    footer {
        height: auto !important;
    }
    #right, #left {
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }
    .top, .bottom {
        justify-content: center !important;
        text-align: center !important;
        margin-bottom: 20px;
    }
    .events-container {
        padding: 10px !important;
    }
    .event-item {
        padding: 10px !important;
        flex-direction: column;
        height: auto !important;
    }
    .page {
        width: 100vw !important;
        margin: 0 !important;
    }
    .event-description {
        margin-bottom: 15px;
    }
    .event-description, .event-attachments {
        width: 100% !important;
        border: none !important;
    }
    div.event-content:nth-child(2)>p:nth-child(6) {
        white-space: break-spaces;
    }
    img {
        max-width: 100%;
    }
    .colums {
        flex-direction: column;
    }
    .col-right, .col-left {
        width: 100%;
    }
}

#app {
    display: none;
}

.pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    align-items: flex-end;
    margin-bottom: 0;
}

.pagination {
    margin-top: 50px;
}

.items-leading, .item {
    border-bottom: 1px solid gray;
    padding-bottom: 50px;
}

.item {
    float: left;
}

.article-info {
    width: 100%;
    float: left;
}

.items-more {
    display: none;
}

.cell>thead>tr>th:last-child {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.cell>thead>tr>th:first-child {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

html body div#content div.container div.colums div.col-left div.login form.form-validate.form-horizontal.well fieldset div.control-group div.controls button.btn.btn-primary {
    width: 100%;
}

.pago {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.pago .btn-primary {
    margin-bottom: 5px;
}

.btn-secondary{
    border-radius: 100px;
}
.form-control{
    font-size: 16px;
    height: 30px;
}
/*-------------------------------------------------END RESPONSIVE-------------------------------------------------*/