@font-face {
    font-family: 'MailunaProAOEBookObl';
    src: url('../fonts/MailunaProAOEBookObl-Regular.woff2') format('woff2'),
    url('../fonts/MailunaProAOEBookObl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MailunaProAOEBlackObl';
    src: url('../fonts/MailunaProAOEBlackObl-Regular.woff2') format('woff2'),
    url('../fonts/MailunaProAOEBlackObl-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'MailunaProAOEBookObl';
    src: url('../fonts/MailunaProAOEBookObl-Regular.woff2') format('woff2'),
    url('../fonts/MailunaProAOEBookObl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MailunaProAOEBookObl';
    src: url('../fonts/MailunaProAOEBookObl-Regular.woff2') format('woff2'),
    url('../fonts/MailunaProAOEBookObl-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MailunaProAOEBlackObl';
    src: url('../fonts/MailunaProAOEBlackObl-Regular.woff2') format('woff2'),
    url('../fonts/MailunaProAOEBlackObl-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
    /*font-family: 'MailunaProAOEBlackObl', sans-serif;*/
    font-family: 'Lato', sans-serif;
}

main > .container {
    padding: 60px 15px 0;
}

.text-red {
    color: #DD342F !important;
}

.bg-red {
    background: #DD342F !important;
}

.text-blue {
    color: #172E7E !important;
}

.bg-blue {
    background: #172E7E !important;
}

.text-dark-blue {
    background: #0B1F61 !important;
}

.bg-dark-blue {
    background: #0B1F61 !important;
}

.text-white {
    color: white !important;
}

.bg-white {
    background: white !important;
}

header {
    background-size: cover;
    position: relative;
    border-top: 4px solid #172E7E;
    border-bottom: 8px solid #DD342F;
    display: table;
    width: 100%;
}


.section-text-wrapper {
    position: absolute;
    bottom: 30px;
    left: 10px;
}

.nav-link {
    text-align: right;
}

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

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


.header-text-wrapper .title {
    font-size: .8rem;
}


.navbar-brand {
    position: relative;
}

.navbar-brand .logo-wrapper {
    position: absolute;
    top: -18px;
    left: 10px;
    width: 200px;
    z-index: 1;
}

.navbar-brand .logo-wrapper .logo-title {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.navbar-brand .logo-wrapper .logo-subtitle {
    font-size: 7.5px;
    line-height: .5rem;
}


.title {
    margin: 5px 0;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    line-height: 1rem;
    padding-left: 2px;

}

.title-banda {
    margin: 5px 0;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    line-height: 1rem;
}

.sub-title {
    font-size: 1rem;
    line-height: 1rem;
    /*font-family: 'MailunaProAOEBookObl', sans-serif;*/
    font-family: 'Lato', sans-serif;
}

.title.title-alt {
    /*font-family: 'MailunaProAOEBookObl', sans-serif;*/
    font-family: 'Lato', sans-serif;
}


.button-cl {
    background: #DD342F;
    color: white;
    font-size: 1rem;
    padding: 5px 20px;
    /*font-family: 'MailunaProAOEBookObl', sans-serif;*/
    font-family: 'Lato', sans-serif;
}

.button-cl:hover {
    background: #a9201c;
    color: white;
    text-decoration: none;
}


section {
    padding: 10px 0;
}

section .title.title-main {
    height: 40px;
}

section .title.title-main span {
    background: white;
    padding-right: 10px;
    position: absolute;
}

section .title.title-main::before {
    position: absolute;
    background: #172E7E;
    content: '';
    height: 6px;
    width: 100%;
    left: 80px;
    top: calc(50% - 15px);
}

.fnt-wrapper {
    height: 600px;
    background: url(http://clubleones.com.ar/wp-content/uploads/2023/07/img3-1.jpg) center;
    background-size: contain;
    position: relative;
    border-top: 4px solid #172E7E;
    border-bottom: 8px solid #DD342F;
    display: table;
    width: 100%;
	background-color: black;
    background-repeat: no-repeat;
}
.centenario{
    background: url(../img/centenario-bg.png) center;
    background-position: center;
}
.fnt-wrapper .section-text-wrapper {
    bottom: auto;
    bottom: 25px;
}
.logo-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    background: #172E7E;
}

.logo-wrapper img {
    display: flex;
    flex: 0 0 30%;
    max-width: 20%;
}

.logo-footer {
    max-width: 35% !important;
}

.logo-footer-fnt {
    width: 100% !important;
}

.logo-wrapper .logo-text-wrapper {
    display: flex;
    flex: 0 0 65%;
    max-width: 65%;
    flex-direction: column;
    justify-content: center;
    padding-left: 2%;
}

.logo-wrapper .logo-title {
    color: white;
    margin: 0;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-align: left;
    text-transform: uppercase;
}

.logo-wrapper .logo-subtitle {
    text-align: left;
    color: white;
    margin: 0;
    font-size: 16px;
    line-height: 1.25rem;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /* font-family: 'MailunaProAOEBookObl', sans-serif;*/

}

.row-banda-azul {
    min-height: 125px;
}

.img-banda-central {
    position: absolute;
    z-index: 100;
    max-height: 113px;
    top: 10px;
    left: 5px;
}

footer {
    color: white;
}

.social-links {
    margin-top: 20px;
}

.social-links a {
    margin: 0 10px;
    color: white;
}

footer .title {
    margin: 20px 0;
}


.logo-wrapper .logo-title {
    font-size: 1rem;
    line-height: 1rem;
}

.img-thumbnail {
    border: none;
}

.radius-15 {
    border-radius: 0 !important;
}

.img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 0 !important;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.navbar {
    padding: .2rem 1rem;
    background-color: #dd332e;
}

.logo-header-top {
    height: 65px;
}


#disciplinas {
    background-color: #DD342F !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#disciplinas .title.title-main span {
    background: #DD342F;
    padding-right: 10px;
    position: absolute;
}

#all-disciplinas .col-6 a {
    position: relative;
    display: block;
}

#all-disciplinas .col-6 a img {
    filter: saturate(1);
    transition: all .3s ease;
}

#all-disciplinas .col-6 a:hover img {
    filter: saturate(1.8);
}

#all-disciplinas .col-6 a:hover:before {
    filter: saturate(1.8);
}

#all-disciplinas .col-6 a:hover .name {
    filter: saturate(1.8);
}

#all-disciplinas .col-6 a:before {
    transition: all .3s ease;
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 39, 114, 1);
    z-index: 1;
}


#all-disciplinas .col-6 a .disciplina-icon {
    position: absolute;
    width: 95%;
    height: 53%;
    top: 23%;
    right: 10px;
    display: block;
    z-index: 1;
}

#all-disciplinas .col-6 a .name {
    transition: all .3s ease;
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: #DD342F !important;
    padding: 10px;
    font-size: 13px;
    color: white;
    z-index: 9;
}

#fnt {
    background: url(../img/bg-fnt.png) center;
    background-size: cover;
    background-color: #bf0811 !important;
}

#section-interior {
    /* background: url(../img/bg-fnt.png) center; */
    background-size: cover;
    min-height: 150px;
}


.sombra {
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
}

.title-w {
    color: white !important;
}

.title-interior {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 97px;
    font-size: 33px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.footer-txt {
    color: white;
    font-size: 12px;
    font-weight: 900;
}
.w-100 {
    width: 350%!important;
}
@media (min-width: 768px) {
    .navbar-brand .logo-wrapper {
        width: 400px;
        left: 120px;
    }

	.w-100 {
    width: 100%!important;
}
	
    .section-text-wrapper {
        left: 120px;
    }

    .sub-title {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
}



@media (min-width: 576px) {
    .logo-header-top {
        height: 150px;
    }

    .title {
        margin: 5px 0;
        font-size: 1.1rem;
        position: relative;
        overflow: hidden;
        line-height: 1.1rem;
        font-weight: 900;
    }

    .section-text-wrapper {
        position: absolute;
        bottom: 45px;
        left: 10px;
    }

    .navbar-brand .logo-wrapper {
        width: 400px;
        left: 0;
    }

    .navbar-brand .logo-wrapper .logo-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .navbar-brand .logo-wrapper .logo-subtitle {
        font-size: 16px;
        line-height: 1.25rem;
    }

    .logo-wrapper .logo-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .section-text-wrapper {
        left: 10px;
    }

    .button-cl {
        padding: 10px 30px;
        font-size: 1.5rem;
    }
    .button-ca {
        padding: 10px 30px;
        font-size: 1.5rem;
    }

    .header-text-wrapper .title {
        font-size: 1.5rem;
    }

    .title-banda {
        margin: 5px 0;
        font-size: 2rem;
        position: relative;
        overflow: hidden;
        line-height: 2rem;
        font-weight: 900;
    }

    section .title.title-main::before {
        position: absolute;
        background: #172E7E;
        content: '';
        height: 8px;
        width: 100%;
        left: 9px;
        top: calc(50% - 15px);
    }

    .img-banda-central {
    position: absolute;
    z-index: 100;
    max-height: 260px;
    top: -40px;
    left: -40px;
    }

    .row-banda-azul {
        min-height: 150px;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: -2px;
    }
}


@media (min-width: 1200px) {
    .navbar-brand .logo-wrapper {
        width: 400px;
        left: 120px;
    }

    .section-text-wrapper {
        left: 120px;
    }

    .title {
        margin: 5px 0;
        font-size: 1.3rem;
        position: relative;
        overflow: hidden;
        line-height: 1.3rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}


/*VIDEO BACKGROUND*/

.section-trigo {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section h1 {
    text-align: center;
    font-size: 6rem;
    font-family: "Cookie";
    padding: 20px;
    margin: 15px;
    z-index: 1;
    opacity: 0.7;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: lightblue;
    width: 100%;
    height: 100vh;
    opacity: 0.5;
}

#dropdownMenuLink {
    background-color: #dd332e;
    border-color: #dd332e;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 1px;
}

.dropdown-menu {
    background-color: #172e7e;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: white;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #dd332e;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
    background-color: #172e7e !important;
    border-color: #172e7e !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .5);

}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.fb-ifr {
    width: 100%;
}

.widgettitle {
    list-style: none !important;
    text-transform: uppercase;
    color: #dd332e;
}

#sidebar ul {
    list-style: none;
}

.h2, h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #172E7E;
}
.cienlogo{
    width: 30%!important;
    }
.button-ca {
    background: #172E7E !important;
    color: white;
    padding: 10px 30px;
    font-size: 1.5rem;
    /* font-family: 'MailunaProAOEBookObl', sans-serif; */
    font-family: 'Lato', sans-serif;
}
.button-ca:hover {
    background: #001e5c !important;
    color: white;
    padding: 10px 30px;
    font-size: 1.5rem;
    /* font-family: 'MailunaProAOEBookObl', sans-serif; */
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}
.foot-tel{
    font-size: 20px!important;
    line-height: 0!important;
}
#noticia-detalle{
    margin-top:50px;
}
.h1, h1 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #172E7E;
}
.wp-show-posts .wp-show-posts-entry-title {
    margin: 0;
    font-size: 16px;
    color: #172E7E!important;
}
.wp-show-posts-entry-header {
    margin: 0 0 1em;
    margin: 0 0 1em;
    padding: 10px!important;
    background-color: #172E7E;
    border-bottom: 8px solid #DD342F;
}
.wp-show-posts-meta a, .wp-show-posts-meta a:visited {
    color: white!important;
}
a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited {
    display: inline-block;
    padding: 8px 15px;
    border: 0!important;
    color: white!important;
    font-size: .8em;
    text-decoration: none;
    background-color: #DD342F;
}
a.wp-show-posts-read-more:focus, a.wp-show-posts-read-more:hover {
    border: 0!important;
    color: #fff;
    background: red!important;
    text-decoration: none;
}
.wp-show-posts-entry-header {
    margin: 0 0 1em;
    padding: 0;
    min-height: 90px;
    min-width: 210px;
}
.wp-show-posts-entry-content, .wp-show-posts-entry-summary {
    margin-bottom: 1em;
    min-height: 170px;
}

.wpcf7 .wpcf7-form .h3 {
    font-size: 21px important;
}
.h3, h3 {
    font-size: 21px important;
}


.navbar-collapse {
    z-index: 9;
}