html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #171819; 
}

a {
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

a:hover {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
}

.primary-color, .primary-color a { color: #f39c12; }
.secondary-color { color: #2ecc71; }
.grey-color { color: #5C5C5C; }

.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-700 { font-weight: 700; }

/* .content-wrap {
    height: 100vh;
} */


/* ====== Navbar Top ====== */
.navbar-top {
    padding: 0.5rem 0;
    background-color: #2ecc71
}

.navbar-top a {
    font-size: 0.8125rem;
}

.navbar-top a:not(.dropdown-item) {
    color: #fff;
}

.navbar-sticky {
    background-color: #f39c12;
}

.navbar-border-bottom {
    box-shadow: inset 0 -1px rgb(177 177 180 / 20%);
}

.section-title {
    text-align: center;
    margin-bottom: 70px;
}

.section-title h3 {
    font-size: 44px;
    letter-spacing: -1.5px;
    line-height: 1;
    margin-bottom: 0;
}

.section-title p {
    font-size: 20px;
    padding: 0 12%;
    margin-top: 20px;
    margin-bottom: 0;
}

#hero {
    padding-top: 120px;
    padding-bottom: 100px;
}

.bg-hero {
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("/public/img/bg/hero.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero-text h2 {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-text h5 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.hero-text h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}

.hero-text h5 span:after {
    content: "|";
    padding-left: 5px;
}

.hero-text h5 span:last-child:after {
    content: " ";
    padding-left: 0;
}

#hero .countdown {
    margin-top: 40px;
}

#clock {
    display: inline-block;
}

#hero #clock .cbox {
    padding: 0 30px;
}

#clock .cbox {
    float: left;
    text-align: center;
    display: inline-block;
}

#hero #clock span.cbox-digit {
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: 2px;
}

#clock span.cbox-txt {
    display: block;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-top: 10px;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}



/*==========================================================================
  ABOUT SECTION
  ==========================================================================*/

#about-event {
    padding-top: 100px;
    padding-bottom: 60px;
}

span.section-id {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
}

.about-title h3 {
    letter-spacing: -1px;
    margin-bottom: 30px;
    font-size: 44px;
}

.about-data {
    margin-top: 40px;
}

.abox-icon {
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
}

.abox h5 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
}

.abox p {
    font-weight: 500;
}

/*.about-date {
    margin-top: 40px;
}

.abox-icon {
    display: inline-block;
    float: left;
    text-align: center;
    margin-top: 5px;
    margin-right: 15px;
}

.abox h5 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
}*/

/* ==========================================================================
  AXES SECTION
  =========================================================================== */

#axes {
    padding-top: 60px;
    padding-bottom: 80px;
}

#axes #accordion {
    margin-right: 20px;
    margin-left: 20px;
}

#accordion .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#axes .card-header {
    padding: 25px 0;
    background-color: transparent;
    border: none;
    position: relative;
}

#accordion .card-header h5 {
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0;
}

#axes #accordion [data-bs-toggle="collapse"].collapsed:after, 
#axes #accordion [data-bs-toggle="collapse"]:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f068";
    position: absolute;
    font-size: 1.25rem;
    top: 26px;
    right: 5px;
}

#axes #accordion [data-bs-toggle="collapse"].collapsed:after {
    content: "\2b";
}

#accordion .card-body {
    padding: 5px 0 15px 0;
}

#accordion .card-body p {
    color: #888;
}

.box-list-icon {
    font-size: 1rem;
    line-height: 1.5rem;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

.box-list p {
    overflow: hidden;
    margin-bottom: 10px;
}





/* ==========================================================================
  EXPERTS
  =========================================================================== */

#experts {
    padding-top: 100px;
    padding-bottom: 140px;
}

.experts-bg {
    background-color: #171819;
}

.lightgrey-color {
    color: #888;
}

.experts {
    padding: 0;
    opacity: 0.3;
    text-align: center;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
}

.experts-carousel .text-white a {
    color: #fff;
}

.experts.slick-current {
    opacity: 1;
}
  
.experts.slick-current {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*------------------------------------------*/
/*  Experts Meta
/*------------------------------------------*/

.experts-meta {
    margin-top: 20px;
}

.experts-meta .title-color {
    color: #f39c12;
}

.experts-meta h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

#experts .experts-meta h5 {
    margin-bottom: 10px;
}

.experts-meta p {
    line-height: 1;
    margin-bottom: 5px;
}

/*------------------------------------------*/
/*  Experts Photo Hover Overlay
/*------------------------------------------*/

.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.hover-overlay > img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; 
}
  
.hover-overlay img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    overflow: hidden;
    -webkit-transition: transform 400ms;
    -moz-transition: transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
}


/*------------------------------------------*/
/*    Image Hover Effect 
/*------------------------------------------*/ 

.experts:hover .hover-overlay > img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/*------------------------------------------*/
/*  Slick Carousel Dots
/*------------------------------------------*/

.experts-section .slick-dots {
    position: absolute;
    z-index: 4;
    bottom: -70px;
}
  
.experts-section .slick-dots li {
    margin: 0 2px;
    width: 15px;
    height: 15px;
}
  
.experts-section .slick-dots li button:before {
    content: "";
    background: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    width: 8px;
    height: 8px;
    left: auto;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
  
.experts-section.experts-bg .slick-dots li button:before {
    background: #444;
}
  
.experts-section .slick-dots li button:hover:before,
.experts-section .slick-dots li.slick-active button:before {
    background: #777;
}
  
.experts-section.experts-bg .slick-dots li button:hover:before,
.experts-section.experts-bg .slick-dots li.slick-active button:before {
    background: #999;
}


/*==========================================================================
  DATES IMPORTANTES SECTION
  ==========================================================================*/

#important-dates {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*==========================================================================
  NEWSLETTER SECTION
  ==========================================================================*/

#newsletter {
    padding-top: 100px;
    padding-bottom: 70px;
}
  
.newsletter-bg {
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("/public/img/bg/newsletter-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

#newsletter .section-title {
    margin-bottom: 35px;
}

#newsletter .newsletter-form {
    position: relative;
    padding: 0 8%;
}

#newsletter .newsletter-form p { 
    color: #eee;
    padding: 0 15%;
    margin-top: 30px;
    margin-bottom: 0;
}

#newsletter .newsletter-form p a { 
    text-decoration: underline;
}

#newsletter .form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
    margin-right: 8px;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;   
}

#newsletter .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#newsletter .form-control::-moz-placeholder {
    color: #666; 
}

#newsletter.form-control:-ms-input-placeholder {
    color: #666;
}

#newsletter .form-control::-webkit-input-placeholder {
    color: #666;
}

#newsletter .form-control:focus {
    border: 1px solid #aaa;
    outline: 0;
    box-shadow: none;
}

#newsletter .btn {
    width: 100%; 
    height: 50px;
    padding: 0 32px;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid transparent;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

/*=========================================================================
  PATNER SECTION
==========================================================================*/

#patners {
    padding-top: 50px;
    padding-bottom: 50px;
}

#patners .section-title {
    text-align: center;
    margin-bottom: 30px;
}


#patners .slick-slide {
    margin: 0 10px;
}

/* ====== Committee page ====== */

#committee {
    padding-top: 100px;
    padding-bottom: 80px;
}

#committee #accordion {
    margin-right: 20px;
    margin-left: 20px;
}

#committee #accordion .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#committee .card-header {
    padding: 25px 0;
    background-color: transparent;
    border: none;
    position: relative;
}

#committee #accordion .card-header h5 {
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0;
}

#committee #accordion [data-bs-toggle="collapse"].collapsed:after, 
#committee #accordion [data-bs-toggle="collapse"]:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f068";
    position: absolute;
    font-size: 1.25rem;
    top: 26px;
    right: 5px;
}

#committee #accordion [data-bs-toggle="collapse"].collapsed:after {
    content: "\2b";
}

#committee #accordion .card-body {
    padding: 5px 0 15px 0;
}

#committee #accordion .card-body p {
    color: #888;
}

#committee .box-list-icon {
    font-size: 1rem;
    line-height: 1.5rem;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

#committee .box-list p {
    overflow: hidden;
    margin-bottom: 10px;
}

/* ====== call-for-papers page ====== */

#call-for-papers {
    padding-top: 100px;
    padding-bottom: 80px;
}

#call-for-papers #accordion .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#call-for-papers .card-header {
    padding: 25px 0;
    background-color: transparent;
    border: none;
    position: relative;
}

#call-for-papers #accordion .card-header h5 {
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 0;
}

#call-for-papers #accordion [data-bs-toggle="collapse"].collapsed:after, 
#call-for-papers #accordion [data-bs-toggle="collapse"]:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f068";
    position: absolute;
    font-size: 1.25rem;
    top: 26px;
    right: 5px;
}

#call-for-papers #accordion [data-bs-toggle="collapse"].collapsed:after {
    content: "\2b";
}

#call-for-papers #accordion .card-body {
    padding: 5px 0 15px 0;
}

#call-for-papers #accordion .card-body p {
    color: #888;
}

#call-for-papers .box-list-icon {
    font-size: 1rem;
    line-height: 1.5rem;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
}

#call-for-papers .box-list p {
    overflow: hidden;
    margin-bottom: 10px;
}

/* ====== register-simple page ====== */

#register-simple {
    padding-top: 100px;
    padding-bottom: 80px;
}

/* ====== register page ====== */

#register {
    padding-top: 100px;
    padding-bottom: 80px;
}



/* ====== Contact page ====== */


#banner {
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner-section {
    background-image: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("/public/img/bg/contact-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#contact-info {
    padding-top: 100px;
    padding-bottom: 60px;
}

#contact-info .cbox {
    text-align: center;
    margin-bottom: 40px;
}

.cbox h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.cbox p {
    font-size: 16px;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
}

#contacts-form {
    padding-top: 70px;
    padding-bottom: 80px;
}

.form-holder {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 60px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.form-holder h3 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 5px
}

.form-holder p {
    font-size: 16px;
}

.contact-form-section .contact-form {
    margin-top: 35px;
}

.contact-form .form-control {
    height: 58px;
    background-color: #fcfcfc;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.contact-form textarea.form-control {
    padding: 20px 15px;
}

.contact-form textarea {
    min-height: 200px;
}


/* ====== Footer ====== */

.footer {
    background-color: #171819;
    color: #fff;
}

.footer {
    padding-top: 50px;
    padding-bottom: 30px;
}

.footer h5 {
    color: #fff;
}

.footer ul li a {
    color: #fff;
}

.footer ul li a:hover {
    color: #f39c12;
}

footer .bottom-footer {
    border-top: 1px solid #444;
    margin-top: 20px;
    padding-top: 25px;
}

footer .bottom-footer .copyright-info p span {
    font-weight: 600;
}