/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Global Typography
3. Section Background / .gray-bg / .white-bg
4. Header /
4.1. .top-bar
4.2. Navigation / .navbar
5. Hero Slider / .hero-slide
6. Services / .services
7. About Us / .about-us
8. Testimonial / .testimonialOne
9. Team / .team
10. signup Table / .signup-section
11. Client Logo / .client-logo
12. Contact Section
12.1. #googleMap
12.2. Contact Form
13. Footer / .footer
14. Preloader / #preloader
15.Sponsors / .hr-sponsor


# [Color codes]

# Body  (text): #888
# Heading Color #000
# Theme Color (link color) #31aae1
# Mid grey (sub header) #666666
# -------------------------------------------------------------------*/
@font-face {
    font-family: SF-Compact;
    src: url("/2024/html/fonts/SF-Compact.ttf") format("opentype");
}

@font-face {
    font-family: Gotham-Bold;
    src: url("/2024/html/fonts/Gotham-Bold.otf") format("opentype");
}

body {
    font-family : 'SF-Compact', sans-serif;
    font-size   : 17px;
    line-height : 1.7em;
    color       : #353e55;
    font-weight : 400;
    background  : #ffffff;
    border      : 0px solid #fff;
    text-align  : justify;
}

/* --------------------------------------
* Global Typography
*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin : 0 0 15px;
    color  : #000;
}

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 700;
    font-family : 'Gotham-Bold', sans-serif;
}

h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : 400;
    font-family : 'Gotham-Bold', sans-serif;
}

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
    font-family : 'Gotham-Bold', sans-serif;
}

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
    font-family : 'Gotham-Bold', sans-serif;
}

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
    font-family : 'Gotham-Bold', sans-serif;
}

h6 {
    font-size   : 15px;
    line-height : 24px;
    font-family : 'Gotham-Bold', sans-serif;
}

/* --------------------------------------
* LINK STYLE
*------------------------------------------*/
a {
    color              : #31aae1;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    font-family : 'Gotham-Bold', sans-serif;
}

a,
a:active {
    text-decoration : none;
    outline         : none;
}

a:hover {
    text-decoration : none;
    color           : #999999;
}

p {
    margin-bottom : 20px;
}

b {
    font-family : 'Gotham-Bold', sans-serif;
}

p.lead {
    font-size   : 19px;
    line-height : 1.7em;
    font-family : 'SF-Compact', sans-serif;
}

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
}

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 16px;
    font-weight    : 500;
    font-family: Gotham-Bold;
    border: medium;
    border-radius: 15px;
}

.btn-lg {
    font-size : 18px;
    padding   : 15px 30px
}

/*btn-primary*/
.btn-primary {
    background-color : #31aae1;
    border-color     : #31aae1;
}

.btn-primary:hover,
.btn-primary:active {
    background   : transparent;
    color        : #31aae1;
    border-color : #31aae1;
}

.btn-dark:hover,
.btn-dark:active {
    background  :rgb(57, 167, 223);
    color       : #ffffff;
    border-color: #ffffff;
}

.disabled{
    background-color: #d9dbe0 !important;
    border-color: #d9dbe0 !important;
    color: #fff !important;
}

/*btn-default*/
.btn-default {
    color            : #ffffff;
    background-color : transparent;
    border-color     : #ffffff;
}

.btn-default:hover,
.btn-default:active {
    background-color : transparent;
    color            : #31aae1;
    border-color     : #31aae1;
}

.btn:active {
    outline : none;
}

/* --------------------
* Section Background
* -------------------*/

.gray-bg {
    background-color : #f0f1f3;
    border-top       : 1px solid #eeeeee;
    border-bottom    : 1px solid #eeeeee;
}

.white-bg {
    background-color : #ffffff;
}

.blue-bg {
    background-color: #30AAE1
}

.dark-bg {
    background-color: #d9dbe0
}

.results-bg {
    background-color: #0E0E0E;
}

/* --------------------
*  main Wrapper
* -------------------*/
#main-wrapper {
    background : #ffffff;
    overflow   : hidden;
}

/*-----------------------------
* NAVIGATION & HEADER STYLE
*-------------------------------*/

.header {
    position : absolute;
    left     : 15px;
    right    : 15px;
    top      : 40px;
    z-index  : 9;
}

/*Logo*/
.navbar-brands {
    display: flex;
    gap: 1rem;
    padding : 10px;
    height  : auto;
    margin  : 5px 0 !important;
}

.bot-brand img{
    width   : 16rem;
    padding-top: 7px;
}

.deec-brand img{
    width   : 4rem;
    padding-top: 7px;
}




@media (max-width:360px)
{
    .navbar-brand img{
        height: 30px;
    }
}
@media (max-width : 768px) {
    .navbar-brand {
        width : 200px;
    }
}

/*navbar*/

.navbar {
    border-radius  : 0;
    padding        : 30px 0;
    background     : transparent;
    margin         : 0;
    font-size      : 18px;
    text-transform : uppercase;
}

@media (max-width : 1200px) {
    .bot-brand img{
        width   : 12rem;
        padding-top: 7px;
    }
    .deec-brand img{
        width   : 4rem;
        padding-top: 7px;
    }
    .navbar {
        padding : 10px;
    }

}

/*navbar toggle*/
.navbar-toggle {
    margin        : 5px auto;
    padding       : 11px 10px;
    background    : transparent;
}

#toggler {
    color: #d0d0d0;
    vertical-align: center;
}

@media(max-width:390px) {
    #toggler {
        color: #d0d0d0;
        vertical-align: center;
    }
}

.navbar-toggle:hover {
    color: #fff;
}

.navbar-toggle .icon-bar {
    background: #222222;
}

/*Navigation Style*/
.float-right {
    float: right;
}
.main-menu .navbar-right {
    margin-right : -15px;
}

.main-menu .nav li a {
    color       : #ffffff;
    font-weight : 450;
    padding     : 15px 0 15px 30px;
}

.main-menu .nav ul {
    padding-left: 0px;
}

@media (min-width: 1200px){
    .main-menu .nav ul {
        padding-left: 20px;
    }
}

.list-inline-item:hover {
    -webkit-animation-name: wiggle;
    -ms-animation-name: wiggle;
    -ms-animation-duration: 700ms;
    -webkit-animation-duration: 700ms;
    -webkit-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
}

@-webkit-keyframes wiggle {
    0% {-webkit-transform: rotate(10deg);}
    25% {-webkit-transform: rotate(-15deg);}
    50% {-webkit-transform: rotate(25deg);}
    75% {-webkit-transform: rotate(-15deg);}
    100% {-webkit-transform: rotate(0deg);}
}


@-ms-keyframes wiggle {
    0% {-ms-transform: rotate(1deg);}
    25% {-ms-transform: rotate(-1deg);}
    50% {-ms-transform: rotate(1.5deg);}
    75% {-ms-transform: rotate(-5deg);}
    100% {-ms-transform: rotate(0deg);}
}

@keyframes wiggle {
    0% {transform: rotate(10deg);}
    25% {transform: rotate(-10deg);}
    50% {transform: rotate(20deg);}
    75% {transform: rotate(-5deg);}
    100% {transform: rotate(0deg);}
}

.main-menu .nav .list-inline-item a{
    padding: 0;
    padding-top: 17px;
    font-size: 20px;
}
.main-menu .nav .list-inline-item img{
    height:fit-content;
}

.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    color      : #31aae1;
    background : transparent;
}

.main-menu .nav li a:focus {
    background : transparent;
}

@media (max-width : 1200px) {
    .main-menu .nav li a {
        padding-left : 15px;
    }
}

@media (max-width : 1200px) {
    .main-menu .nav li {
        text-align : center;
    }

    .main-menu .nav li a {
        padding : 5px 0;
        color: #fff;
    }

    .navbar-collapse {
        margin-top : 10px;
        padding-bottom: 15px;
        background: rgba(100,100,100,0.85);
        border-radius: 10px;
    }


}
@media(max-width: 1200px) {
    .sticky-nav .navbar-collapse {
        background: #000;
    }
}

.connects {
    padding: 15px 0 15px 30px;
}

/* Sticky Menu */
.sticky-nav {
    position           : fixed;
    right              : 0;
    left               : 0;
    top                : 0;
    z-index            : 999;
    /* background         : rgba(0,0,0,.99) !important; */
    padding            : 5px 0;
    box-shadow         : 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition : all .5s ease-in-out;
    -moz-transition    : all .5s ease-in-out;
    transition         : all .5s ease-in-out;
    background-size: cover;
    background-image: url('/2024/html/img/section-backgrounds/BACKDROP.svg');
}

.sticky-nav .nav li a {
    color : #fff;
}

.sticky-nav .navbar-toggle .icon-bar{
    background: #333;
}

.sticky-nav .nav .dropdown-menu a{
    color : #000;
}

.page-scroll {
    margin-top: 10px;
}
@media (max-width: 1200px) {
    .sticky-nav{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/*-------------------
* Jumbotron
*-------------------*/

.jumbotron {
    background-size       : cover;
    padding               : 0;
    margin                : 0;
    vertical-align        : middle;
    background-repeat     : no-repeat;
    background-position   : center center;
    background-color      : #343434;
}

.blur {
    position: relative;
    display: inline-block;
    content: '';
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin:3%;
}

#background_video {
    margin: -3% 0 0 -3%;
    min-width: 100vw;
    min-height: 100vh;

    bottom: 50px;
    position: relative;
    right: -5px;
    z-index: 1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin: -5px;
    transform: scale(1.1);
}

.jumbotron .content {
    color             : #eaeaea;
    position          : absolute;
    z-index: 1;
    top               : 50%;
    left              : 0;
    right             : 0;
    height            : 30%;
    width             : 100%;
    margin            : 0 auto;
    padding           : 0 10%;
    transform         : translateY(-50%);
    -webkit-transform : translateY(-50%);
    -moz-transform    : translateY(-50%);
}
.jumbotron .Graywrap {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.78);
}

.jumbotron .content img {
    padding-top: -150px;
    margin-top: -150px;
    max-height: 500px;
    left: 0;
    right: 0;
}

.jumbotron .content p.lead {
    font-size   : 24px;
    line-height : 1.5em;
    color       : rgba(255, 255, 255, .7);
}

.jumbotron .content .event-date {
    font-size     : 24px;
    font-weight   : bold;
    margin-bottom : 40px;
    font-family: Gotham-Bold;
}

.jumbotron .btn {
    margin-top : 40px;
}
.signup-buttons .btn {
    padding: 10px 0;
}
@media (max-width : 600px) {
    .jumbotron .content {
        min-height : auto;
    }

    .jumbotron .content h1 {
        font-size : 26px;
    }

    .jumbotron .content p.lead {
        font-size : 15px;
    }
}

#social-btn a{
    margin-top : -10px;
    padding : -10px -10px;
    font-size : 25px;
}
.countdown-content {

    border-radius:10px;
    background-color:white;
    max-width: 500px;
    margin: 25px auto;
    box-sizing: border-box;
    padding:0;
}
.countdown-content ul {
    display : inline-block;
    margin-top: -25px;
}

.countdown-content ul li {
    display : inline-block;
}
.countdown-content ul li span {
    display: block;
    text-align: center;
    font-size: 20PX;
    padding:0 10px;
}

.countdown-element ul {
    padding: 20px 20px;
}

.countdown-element ul li {
    display : block;
    font-size : 22px;
}

/*---------------------------
* Section Wrapper
*---------------------------*/
.section-wrapper {
    padding : 50px 0;
    padding-top: 100px;
}

/*---------------------------
* Section Title
*---------------------------*/
.section-title {
    margin-bottom : 60px;
    text-align    : center;
    margin-top    : -25px;
}

.section-title h1 {
    margin-bottom : 5px;
}

.section-title p {
    font-size : 18px;
    color     : #888888;
    text-transform: uppercase;
}

/* ----------------------------------------------
* About Event
*-----------------------------------------------*/

.about-event .lead {
    font-size   : 19px;
    line-height : 1.7em;
}

.about-event address {
    font-size   : 15px;
    color       : #888888;
    line-height : 1.8em;
}

.about-event address strong {
    color : #353e55;
}

.videoWrapper{
    display: block;
    text-align: center;
    margin: auto;
}

/* ----------------------------------------------
* Volunteering Section
*-----------------------------------------------*/
.volunteer-section {
    padding: 10px 10px;
    padding-top: 100px;
    margin-bottom: 40px;
}
.volunteer-section {
    font-weight: 400;
}

.volunteer-content ul {
    padding-left: 40px;
    list-style-type: circle;
}

/* ----------------------------------------------
* Team Section
*-----------------------------------------------*/

.team .thumbnail {
    padding          : 0;
    line-height      : 22px;
    background-color : transparent;
    border           : 0;
    margin-bottom: 30px;
}

@media (max-width : 767px) {
    .team .thumbnail {
        margin-bottom : 30px;
    }
}

.team .thumbnail img {
    width : 100%;
}

.team .thumbnail .caption {
    padding          : 10px;
}

.team .thumbnail h3 {
    font-size        : 16px;
    font-weight: bold;

    margin           : 0 40px;
    text-transform   : uppercase;
    padding          : 0;
}

.team .thumbnail h3 small {
    font-size: 14px;
    color     : #888;
    display: block;
    font-weight: normal;
}


.team .social-links li {
    display      : inline-block;
    margin-right : 3px;
}

.team .social-links li:last-child {
    margin-right : 0;
}

.team .social-links li a {
    display   : block;
    font-size : 14px;
    color     : #ccc;
    padding   : 0 5px;
}

.team .social-links li a:hover {
    color : #333;
}

/* --------------------------
* Skills
*---------------------------*/
.section-statistics p{
    color: #fff;
}
#section-statistics {
    background-image: url("../img/section-backgrounds/bingbong.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#statistics-title h1{
    color: #fff;
}
.section-statistics {
    background-color: rgba(31, 31, 31, 0.40);
}
.statistics-cover {
    padding-top: 100px;
    padding-bottom: 40px;
    margin: 0;
    background-color: rgba(31, 31, 31, 0.40);
}

.statistics-cover h3{
    font-family: "SF-Compact", sans-serif;
    font-size: 35px;
    color: #fff;
    margin-bottom: 40px;
}

.statistics-item {
    padding: 20px 15px;
    margin-bottom: 30px;
    background: rgba(57, 167, 223, 0.78);
}

.statistics-item i {
    color: #29ABE2;
}

.statistics-item h2 {
    color: #fff;
    font-size: "hind", sans-serif;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px;
}

.statistics-item p {
    color: #fff;
    font-family: "SF-Compact", sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 300;
    margin-top: 0;
}

/* --------------------------
* Agenda
*---------------------------*/

.section-agenda .session {
    padding       : 15px 0;
    border-left   : 1px solid #eeeeee;
    margin-bottom : 40px;
}

.section-agenda .session time {
    padding       : 5px 25px 15px;
    border-bottom : 1px solid #eeeeee;
    display       : inline-block;
}

.section-agenda .session h2 {
    margin : 20px 0 0 20px;
}

.section-agenda .session h3 {
    margin         : 20px 0 20px 20px;
    font-size      : 20px;
    text-transform : uppercase;
}

.section-agenda .session h3 span {
    font-size   : 14px;
    display     : block;
    line-height : 1;
}

/* --------------------------
* signup Table
*---------------------------*/

.signup-header {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
    color: #39a7df;
    font-family: Gotham-Bold;
}

.signup-subtitle {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Gotham-Bold;
}

.signup-description {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 500;
    margin-bottom: 16px;
    height: 100%;
}

.signup-button {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 5px;
    width: 80%;
    height: 50px;
    text-align:center;
    border-radius: 20px;
    background: rgb(57, 167, 223);
    white-space: nowrap;
    padding: 0px 0px;
    color: rgba(255, 255, 255);
    font-family: Gotham-Bold;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border: medium;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}
.signup-button:hover {
    background: rgb(255, 255, 255);
    color: rgb(1, 6, 6);
}

#signup-table-default-isr {
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll, scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/section-backgrounds/basico.png");
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.2s ease-in-out 0s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
}

#signup-table-default-bot {
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll, scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/section-backgrounds/secundario.png");
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.2s ease-in-out 0s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
}

#signup-table-default-uni {
    background-color: rgba(0, 0, 0, 0);
    background-attachment: scroll, scroll;
    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url("../img/section-backgrounds/uni.png");
    background-origin: padding-box, padding-box;
    background-clip: border-box, border-box;
    display: flex;
    flex-direction: column;
    -moz-box-pack: start;
    justify-content: flex-start;
    -moz-box-align: center;
    align-items: center;
    border-radius: 15px;
    padding: 30px;
    transition: all 0.2s ease-in-out 0s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    color: white;
}

.signup-table-default:hover {
    transform: scale(1.03);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.signup-table-default:not(:hover) {
    transform: scale(1);
    transition: all 0.1s linear;
}

.signup-section .signup-table-default {
    width: 100%;
    height: 100%;
    padding: 5px;
    border         : transparent;
    background     : transparent
}

.signup-section .signup-table-default button,
.signup-section .signup-table-default ul li a{
    width: 220px;
}

.modal-body ol {
    list-style-type: decimal;
}
@media (max-width : 766px) {
    .signup-section .signup-table-default {
        margin-bottom : 30px;
    }
}

.signup-section .section-title .countdown-content  {

    /*    border: 4px solid black;*/
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    font-size: 24px;
}
.signup-section .section-title ul li ul {
    border: 0;
}
.signup-section .section-title {
    margin-bottom: 1rem;
}


.signup-section .container{
    padding: 10px 10px;
}

/*signup list*/

.signup-section .signup-list li {
    display : block;
    padding : 8px 0;
}

.signup-section .signup-list li i {
    margin-right : 17px;
}

.signup-section .signup-list li:first-child {
    padding-top : 25px;
}

.signup-section .signup-list li:last-child {
    padding : 12px 0 0;
}

.signup-section .signup-detail .pink-i li {
    position : relative;
    min-height: 75px;
    max-height: 175px;
    padding-bottom: 50px;
}


.signup-section .signup-head img {
    height: 125px;
}

.signup-cards{
    margin-bottom: 1rem;
}

.regulamento-button{
    display: flex;
    justify-content: center;
    width: 80%;
    height: fit-content;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    background: rgb(57, 167, 223);
    white-space: nowrap;
    padding: 1rem;
    color: rgb(255, 255, 255);
    font-family: Gotham-Bold;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border: medium;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}

.regulamento-mobile{
    display: none!important;
}

@media(max-width: 1000px) {
    .regulamento-mobile{
        display: flex!important;
        width: fit-content;
    }

    .regulamento-desktop{
        display: none!important;
    }

    .signup{
        max-width: 960px !important;
    }

    .signup-cards{
        display: flex;
        align-content: center;
        flex-direction: column;
    }

    .signup-cards-item{
        max-width: 100%;
    }

}

.regulamento-button:hover {
    background: rgb(255, 255, 255);
    color: rgb(1, 6, 6);
}


/* --------------------------
* Organization
*---------------------------*/
#neeec-logo {
    height: 160px;
}

#CR-logo {
    height: 160px;
    padding-bottom: 15px;
}


@media(min-width: 1200px){
    #CR-logo {
        padding-left: 50px;
    }
    #neeec-text {
        margin-left: -50px;
    }
}
@media(max-width: 1200px) {
    #neeec-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #CR-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


.img-program-div{
    display: flex;
    justify-content: center;
}

.img-program{
    width: 80%;
    height: auto;
}
/* --------------------------
* Client Logo
*---------------------------*/

.organization-logo:hover{
    transform: scale(1.05);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.organization-logo:not(:hover) {
    transform: scale(1);
    transition: all 0.01s linear;
}

.client-logo-parceiros {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.client-logo-parceiros img {
    min-width: 100px;
    max-width: 200px;
    margin-right: 20px;
}

#goldsponsor2k20 {
    color:#30AAE1;
    margin-top: 20px;
    padding-top:15px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}

.client-logo a img {
    min-width          : 350px;
    max-width          : 350px;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    margin:auto 20px 20px 20px;
}

.client-logo-silver a img {
    min-width          : 150px;
    max-width          : 150px;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    margin:auto 20px auto 20px;
}
#silversponsor2k20 {
    width:100%;
    color:#30AAE1;
    margin-top: 20px;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}
#bronzesponsor2k20 {
    color:#30AAE1;
    margin-top: 20px;
    padding-top:15px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}
.client-logo-bronze a img {
    min-width          : 112px;
    max-width          : 112px;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    margin:auto 20px 20px 20px;
}
#mediaparteners2k20{
    color:#30AAE1;
    margin-top: 20px;
    padding-top:15px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}
.client-logo-media a img {
    min-width          : 150px;
    max-width          : 150px;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    margin:auto 20px 20px 20px;
}
#apoios2k20 {
    color:#30AAE1;
    margin-top: 20px;
    padding-top: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 28px;
}
.client-logo-apoios a img {
    min-width          : 120px;
    max-width          : 120px;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    margin:auto 20px auto 20px;
}
.client-logo a:hover img {
    opacity : .5;
}

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
    }
}

/* ------------------
* Google Map
* ------------------*/

#googleMap {
    height        : 320px;
    border        : 5px solid #ffffff;
    margin-bottom : 0px;
}

/* ---------------------------
* Subscribe Form
* --------------------------- */

.subscribe-form {
    text-align : center;
}



/*-------------------
* Form Style
*-------------------*/

.form-control {
    height        : 46px;
    padding       : 0 20px;
    font-size     : 14px;
    line-height   : 46px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
}

.form-control.input-md {

    min-width     : 50px;
}

.form-control:focus,
.form-control:active {
    box-shadow   : none;
    border-color : #31aae1;
}


@media (max-width : 600px) {
    .form-control.input-lg{
        min-width: auto;
        display: block;
    }
}

/* --------------------------------------------
*   Old-Editions
*---------------------------------------------- */
.section-oldeditions{
    background            : url("../img/section-backgrounds/oldeditions-min.png");
    background-size       : cover;
    background-position: center center;
}

.section-oldeditions p{
    color: #fff;
}

.section-oldeditions h1{
    color: #fff;
}
#old-editions-btn a {
    border-radius: 2px;
}
.section-oldeditions .btn-toolbar div{
    padding: 20px 20px;
}

/* --------------------------------------------
*   Footer
*---------------------------------------------- */

/* Copyright */

.footer  {
    display: flex;
    flex-direction: column;
    font-size : 13px;
    color     : #888888;
    background: #000;
    background-size: cover;
    background-image: url('/2024/html/img/section-backgrounds/BACKDROP.svg');
}

.footer .copyright-section .copytext {
    font-weight : 400;
    display     : block;
}

.footer-section-subheader{
    color: #fff;
    padding: 1rem 0rem 0rem 0rem;
    margin: 0;
}

.footer-body-section{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 1rem 0rem 1rem;
}
.footer-item{
    padding: 1rem;
}

.footer-bot-logo img {
    padding: 0.5rem;
    width: 10rem;
}

.footer-contacts{
    padding: 1rem;
    list-style: none;
}

.footer-contacts-header h3{
    color: #fff;
    margin: 0;
    padding: 0;
}

.footer-contacts-email li svg{
    background-color: rgba(255, 255, 255, 0.80);
    width: 1rem;
}

.footer-social-item{
    list-style: none;
    display: inline;
}

.footer-section-social-subheader{
    color: #fff;
    padding-bottom: 0.5rem;
    margin: 0;
}

.list-inline-footer-item{
    display: inline;
    list-style: none;
}

.footer-clube{
    width: 4rem;
    padding: 0.5rem;
}

.footer-neeec{
    width: 5rem;
}

@media (max-width: 750px) {
    .footer-body-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
}

.copyright-section{
    padding: 0.5rem;
}




/*====================================================
FAQS
======================================================*/

#faqs-content {
    width: 100%;
    height: 100%;
}

#faqs-cards .faq-card {
    background-color: transparent;
    margin-bottom: 10px;
    padding: 10px 10px;
    width: 100%;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.1);;
}

.faq-card-prompt {
    color: #000000;
}

.faq-card-prompt:hover {
    color: #31aae1;
}

#faqs-cards a {
    font-weight: bold;
    font-size: 17px;
}


#faqs-cards .faq-card ul {
    padding: 0;
    margin: 0;
    padding-left: 40px;
    list-style-type: circle;
}

#faqs-cards .faq-card .faq-card-body .collapse{
    font-weight: 400;
}

/* DEMO */
#demo {
    margin-top: -50px;
}

/* ----------------------
* Flooper
* ----------------------*/

.juri-flooper{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.c-my-flooper{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.js-flooper-item img{
    max-height: 250px;
    min-width: 250px;
    max-width: 250px;
}


/* ----------------------
* Location
* ----------------------*/

#deec-location {
    background: url("../img/locations/Deec-new.png");
    background-size: cover;
    color: #fff;
    height: 100%;
    border: medium;
    border-radius: 10px;
    padding: 0;
}

#alma-location {
    background: url("../img/locations/alma-new.png");
    background-size: cover;
    color: #fff;
    height: 100%;
    border: medium;
    border-radius: 10px;
    padding: 0;
}

.location-card-col{
    padding: 0.5rem;
}
.location-card-content-col{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location-cards{
    height: 100%;
    padding: 1.25rem;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    border-radius: 10px;
    margin: 0;
    border: none;
}

.location-cards:hover{
    background-color: transparent;
    backdrop-filter: blur(0px);
    border: none;
    transform: scale(1.03);
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.location-cards:not(:hover) {
    transform: scale(1);
    transition: all 0.01s linear;
}

.location-button {
    box-sizing: border-box;
    margin: 5px;
    width: 80%;
    height: 50px;
    text-align:center;
    border-radius: 20px;
    background: rgb(57, 167, 223);
    white-space: nowrap;
    padding: 0px 0px;
    color: rgb(255, 255, 255);
    font-family: Gotham-Bold;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border: medium;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}

.mt-5 {
    height: 50%;
}

.alma-text{
    height: fit-content;
}

@media(max-width: 1200px) {
    #deec-location {
        margin-bottom: 50px;
    }
}

.btn-light {
    background-color: #fff;
    border-color: #fff;
    min-width: 280px;
}
.btn-light:hover,
.btn-light:active {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

@media(min-width: 1200px) {
    .videoWrapper iframe{
        min-height: 225px !important;
        min-width:  400px !important;
    }
}

.default-list {
    list-style-type: disc !important;
}
/* ----------------------
* Sponsors
* ----------------------*/
.hr-sponsors hr{
    border:1px solid #30AAE1;
    margin:0;
    width:100%;
}

/* ----------------------
* Contact
* ----------------------*/
