.navbar-light .navbar-nav .show>.nav-link {
    text-transform: initial;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link.dropdown-toggle.active {
	text-transform: uppercase!important;
}

.dropdown-item:active, .dropdown-item.active, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fc9090;
}


body {
    background: #f1f1ff url(../images/bg.png) repeat-y;
    background-size: calc(100% + 100px);
    background-position: -50px top;
    font-family: 'Source Sans Pro', sans-serif;
}

.no-hover:hover, .no-hover:hover p, .no-hover:hover i {
	text-decoration: none;
}

/* body.home::before {
    content: '';
    background: #ffe4e4;
    width: 50vh;
    height: 50vh;
    border-radius: 50%;
    position: absolute;
    top: -20vh;
    left: -20vh;
}
body::after {
    content: '';
    background: url(../images/slider.png) no-repeat;
    width: 70vh;
    height: 70vh;
    border-radius: 50%;
    position: absolute;
    top: -20vh;
    right: -20vh;
} */
.gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1111+0,f98484+100 */
    background: #ec1111; /* Old browsers */
    background: -moz-linear-gradient(left, #ec1111 0%, #fb7474 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec1111 0%, #fb7474 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec1111 0%, #fb7474 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1111', endColorstr='#fb7474', GradientType=1); /* IE6-9 */
    font-weight: bold;
}

.gradient:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1111+0,f98484+100 */
    background: #ec1111; /* Old browsers */
    background: -moz-linear-gradient(left, #ec1111 0%, #ec1111 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ec1111 0%, #ec1111 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ec1111 0%, #ec1111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1111', endColorstr='#ec1111', GradientType=1); /* IE6-9 */
}

.gradient.btn-dark {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1111+0,f98484+100 */
    background: #0e0d0d; /* Old browsers */
    background: -moz-linear-gradient(left, #0e0d0d 0%, #585353 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0e0d0d 0%, #585353 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0e0d0d 0%, #585353 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0d0d', endColorstr='#585353', GradientType=1); /* IE6-9 */
    font-weight: bold;
}

.gradient.btn-dark:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec1111+0,f98484+100 */
    background: #0e0d0d; /* Old browsers */
    background: -moz-linear-gradient(left, #0e0d0d 0%, #0e0d0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0e0d0d 0%, #0e0d0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0e0d0d 0%, #0e0d0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0d0d', endColorstr='#0e0d0d', GradientType=1); /* IE6-9 */
}

.btn.rounded {
    border-radius: 50px !important;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 20px;
	padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.bg-dark-blue {
    background: #190c51;
}

.navbar-toggler {
    background: #ec1111;
    background: -moz-linear-gradient(left, #ec1111 0%, #f98484 100%);
    background: -webkit-linear-gradient(left, #ec1111 0%, #f98484 100%);
    background: linear-gradient(to right, #ec1111 0%, #f98484 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec1111', endColorstr='#f98484', GradientType=1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 0;
    position: relative;
}

.navbar-light .navbar-brand {
    color: #030000;
    font-weight: bold;
}

.navbar-light .navbar-brand img {
    width: 144px;
    height: 144px;
    margin-bottom: -85px;
    margin-top: -14px;
    padding-top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 0 4px #000000;
    font-size: 15px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    text-shadow: none;
    color: #030000;
    font-size: 15px;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.navbar-toggler-icon:hover, .navbar-toggler-icon:active, .navbar-toggler-icon:focus {
    outline: none;
}

.title{
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.subtitle{
    color: #000000;
    text-align: center;
    /* font-size: 12px; */
}

.subtitle a{
    color: #000000;
    text-decoration: underline;
}

#slider {
    background: url(../images/slider3.png) no-repeat;
    background-size: contain;
    background-position: top right;
    margin-top: -75px;
    min-height: 80vh;
    width: 100%;
}

#slider h1 {
    padding-top: 30vh;
    color: #030000;
    font-weight: bold;
    max-width: 40%;
    font-weight: bold;
}

#slider p {
    max-width: 40%;
    color:#030000;
    margin: 50px 0 0;
    font-weight: bold;
}
.page {
    background: url(../images/bg-circle.png) no-repeat;
    background-size: 70vh;
    background-position: -20vh -20vh;
}

#slider i {
    max-width: 40%;
    color:#030000;
    font-size: 13px;
}

.page .page-content {
    background: #ffffffbf;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 30px;
}

h1.title {
    color: #d90000;
    font-size: 2.5rem;
    border-radius: 50%;
    text-align: right;
    margin: 80px 0;
}
#partners {
    text-align: center
}

#partners a {
    background: white;
    height: 50px;
    display: block;
    padding: 5px;
    border-radius: 5px;
}

#partners a img {
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

#about .col-md-4 .title{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

#about i{
    color: #f23a3a;
    font-size: 40px;
    margin: 15px 0;
}

#history .col-md-5 {
    position: relative;
}

#history .president{
    background: #f1f1ff url(../images/president.png) no-repeat;
    background-size: contain;
    background-position: right -5px;
    min-height: 300px;
}

#history .president .details {
    position: absolute;
    bottom: 0;
}

@media (min-width: 768px){
	#history .president .details {
		margin-left: 115px;
	}
}

#history .president .details ul {
    list-style: none;
    padding: 0;
}

#history .president .details .name {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin:0;
}

#history .president .details ul li {
    display: inline-block;
}

#history .president .details ul li a {
    background: #ca0000;
    width: 30px;
    height: 30px;
    padding: 3px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
#history .president .details ul li a:hover {
    background: #ec1111;
    background: -moz-linear-gradient(left, #ec1111 0%, #f98484 100%);
    background: -webkit-linear-gradient(left, #ec1111 0%, #f98484 100%);
    background: linear-gradient(to right, #ec1111 0%, #f98484 100%);
}


#history .more-info {
    display: table;
}

#history .info {
    padding-left: 10px;
    vertical-align: middle;
    display: table-cell;
}

#history .more-info:first-child a {
    text-decoration: none;
    border: solid 2px #fc9090;
    padding: 5px;
    border-radius: 50%;
}

#history .more-info a p {
    text-decoration: none;
	color: #000000;
}

#history .more-info a:hover p {
    text-decoration: none;
	color: #f23a3a;
}

#history .more-info a i {
    background: #ca0000;
    width: 45px;
    height: 45px;
    padding: 14px 10px;
    font-size: 20px;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
#history .more-info a:hover i {
    background: #ec1111;
    background: -moz-linear-gradient(left, #ec1111 0%, #f98484 100%);
    background: -webkit-linear-gradient(left, #ec1111 0%, #f98484 100%);
    background: linear-gradient(to right, #ec1111 0%, #f98484 100%);
}

#team .item{
    background: #ffffff; /*#d3d3d3*/
    border-radius: 5px;
    margin: -5px;
    padding: 60px 30px 40px;
    position: relative;
}

#team .item::after{
    content: '';
    background: #fc5555; /*fb7474*/
    width: 140px;
    height: 140px;
    border-radius: 15px;
    position: absolute;
    top: 55px;
    left: calc(50% - 70px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 9;
    display: block;
}

#team img{
    border-radius: 10px;
    width: 100%;
    max-width: 160px;
    height: 170px;
    object-fit: cover;
    object-position: top center;
    z-index: 999999;
    position: absolute;
    top: 40px;
    left: calc(50% - 80px);
	border: solid 2px #d90000;
    padding: 3px;
    background: #ffffff;
}

#team .item p{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 180px 0 0 0;
}

#team .item span{
    color: #000000;
    /* font-size: 12px; */
    font-weight: 500;
    margin-top: -3px;
    display: block;
}

#team .item .col-4 a {
    position: relative;
}

#team .item a i {
    background-color: #fb7474bf; /*fb7474bf*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #ffffff;
    z-index: 999999;
    position: absolute;
    left: -15px;
    top: 0;
}

#team .item .col-4 a::after {
    content: '';
    background: #ffe4e4; /* f23a3a */
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: calc(50% - 15px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 0;
    display: block;
}

#lead .item{
    background: #ffffff; /*#d3d3d3*/
    border-radius: 5px;
    margin: -5px;
    padding: 60px 40px 40px;
    position: relative;
}

#lead .item::after{
    content: '';
    background: #ffe4e4; /*fb7474*/
    width: 140px;
    height: 140px;
    border-radius: 15px;
    position: absolute;
    top: 55px;
    left: calc(50% - 70px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 9;
    display: block;
}

#lead img{
    border-radius: 10px;
    width: 100%;
    max-width: 140px;
    height: 140px;
    object-fit: cover;
    object-position: top center;
    z-index: 999999;
    position: absolute;
    top: 55px;
    left: calc(50% - 70px);
}

#lead .item p{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 180px 0 0 0;
}

#lead .item span{
    color: #000000;
    /* font-size: 12px; */
    font-weight: 500;
    margin-top: -3px;
    display: block;
}

#lead .item a {
    position: relative;
}

#lead .item a i {
    background-color: #fb7474bf; /*fb7474bf*/
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #ffffff;
    z-index: 999999;
    position: absolute;
    left: -15px;
    top: 0;
}

#lead .item a::after {
    content: '';
    background: #ffe4e4; /* f23a3a */
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: calc(50% - 15px);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 0;
    display: block;
}
#media img{
    max-width: 100%;
    max-height: 155px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

#media .media_title{
    color: #ca0000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

#media a{
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    display: block;
}

#media a:hover{
    text-decoration: none;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(241, 241, 255, .4);
}
.table-hover tbody tr:hover, .table-hover tbody tr:hover:nth-of-type(odd) {
    background-color: rgba(255, 228, 228, .5);
    cursor: default;
}

#footer {
    background: #ebf1ff;
    margin-top: 50px;
}

#footer .copyright {
    background: #e4ecff;
}


.table-clasament table {
	width:100%;
}


.table-clasament table tr:first-child td{
	font-weight: bold;
}

.contact-page img {
	width: 100%!important;
    height: auto!important;
}

#palmares img {
	width: 100%;
}

@media (max-width: 768px) {
    .navbar-light .navbar-brand img {
        width: 75px;
        height: 75px;
        margin-bottom: -25px;
    }

    #slider h1 {
        padding-top: 20vh;
        max-width: 100%;
    }
    
    #slider p {
        max-width: 100%;
        margin: 30px 0 0;
    }
    
    #slider i {
        max-width: 100%;
    }

    #partners {
        text-align: center;
        margin-top: 30px;
        padding: 0 30px;
    }

    #partners .col {
        padding: 0 5px;
    }
    
    #partners a {
        height: 30px;
        padding: 2px;
    }
}

@media (min-width: 767px){
    #media .media_title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 18px;
        max-height: 54px;
        height: 100%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    #lead .ml-125 {
        margin-left: 12.5%;
    }    
}

@media (max-width: 768px){
    header.header .gradient {
		margin-bottom: 100px;
    }
}

body.mobile_version, .mobile_version .page {
	background: none !important;
}


.mobile_version header.header, .mobile_version #footer {
	display: none !important;
}

.mobile_version .section h1.title {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: none;
}
.mobile_version .title.is-size-3.is-size-5-mobile {
	display: none!important;
}

.mobile_version .listing-article .title, .mobile_version .listing-article .subtitle {
	display: none!important;
}
.mobile_version .listing-article #media {
    margin-bottom: 300px;
}


#baguetteBox-overlay{display:none;}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{animation:a .4s ease-out}#baguetteBox-slider.bounce-from-left{animation:b .4s ease-out}@keyframes a{0%{margin-left:0}50%{margin-left:-30px}to{margin-left:0}}@keyframes b{0%{margin-left:0}50%{margin-left:30px}to{margin-left:0}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:none;padding:0;margin:0;border:0;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}