/*
font-family: "Inter", sans-serif;
font-family: "Open Sans", sans-serif;
font-family: "Prompt", sans-serif;
*/
html {
    margin:0;
    height: 100vh;
    min-height: 100vh !important;
    /*scroll-behavior: smooth;*/
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    color: #000;
    height: 100vh;
    width: 100%;
    min-height: 100vh !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow-x: hidden;
    /*
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
}

.mobile {
    display: none!important;
}
button:focus, textarea:focus, select:focus, input:focus {
    outline: 0 !important;
}
address, dl, fieldset, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}
b {
    font-weight: 600
}

ol {
    margin-left: 20px
}

button {
    cursor: pointer
}
.container a, a {
    /*color: inherit!important;*/
    text-decoration: none;
}
a:hover {
    /*text-decoration: none !important;*/
    color: #fff!important;
}
a, button {
    outline: 0;
    color: #fff;
}
img {
    border: 0;
    outline: 0
}
.uppercase {
    text-transform: uppercase
}

::placeholder {
    color: #efefef;
    opacity: 1
}

.space-3 {
    width: 100%;
    display: table;
    height: 3px
}

.space-5 {
    width: 100%;
    display: table;
    height: 5px
}

.space-10 {
    width: 100%;
    display: table;
    height: 10px;
}

.space-15 {
    width: 100%;
    display: table;
    height: 15px;
}

.space-20 {
    width: 100%;
    display: table;
    height: 20px;
}

.space-30 {
    width: 100%;
    display: table;
    height: 30px;
}

.space-40 {
    width: 100%;
    display: table;
    height: 40px;
}
.space-60 {
    width: 100%;
    display: table;
    height: 60px;
}
.space-100 {
    width: 100%;
    display: table;
    height: 100px;
}
.padding0 {
    padding: 0
}
.padding10 {
    padding: 10px
}
.padding15 {
    padding: 15px
}
.padding20 {
    padding: 20px
}
.paddingright20 {
    padding-right: 20px
}
.padding30 {
    padding: 30px
}
.padding40 {
    padding: 40px
}
.nohover:hover {
    color: inherit !important
}
.nodeco {
    text-decoration: none !important
}
.nodisplay
{
    display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
/*
input[type=number] {
    -moz-appearance: textfield;
}
*/
.owl-carousel .owl-item img {
    display: inherit;
    width: inherit;
}
.content-text ul li
{
    margin-left: 10px;
    list-style: none;
}

.content-text ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #413085!important; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
   /*margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.hover-white:hover
{
    color:#fff!important;
}
.hover-yellow:hover
{
    color:#FAA31D!important;
}
button.navbar-toggler
{
    border: 0px solid transparent!important;
}
.content-text
{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    color:#000;
}

.content-text a, .content-text ul li a, .content-text ol li a
{
    color: #000!important;
    text-decoration: underline;
}
.content-midtext
{
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
}
.content-subtext
{
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.lazy-bg {
    background-color: #f0f0f0; /* Optional: Placeholder background */
    background-size: cover;
    background-position: center;
}
.accordion-button
{
    background-color: transparent;
    color: #fff;
    outline: none;
    stroke: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.accordion-button.collapsed
{
    background-color: transparent;
    color: #fff;
    outline: none;
    stroke: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed)
{
    background-color: rgba(255,255,255,.1);
    color: #fff;
    outline: none;
    stroke: none;
    box-shadow: none;
}
.accordion-button:focus {
     box-shadow: none;
     outline: none;
 }
.accordion-button::after {
    color: #fff!important; /* Replace with your desired color */
}
.accordion-button:not(.collapsed)::after {
    color: #fff!important; /* Color when expanded */ 
}
/****************************************************************************** LEADERBOARD / TOPO ************************************/
/*
font-family: "Inter", sans-serif;
font-family: "Open Sans", sans-serif;
font-family: "Prompt", sans-serif;
*/
h1.tit1, h1.tit2, h1.tit3, h1.tit4, h2.tit1, h2.tit2, h2.tit3, h2.tit4
{
    
    padding-left: 10px;
}
.fullscreen-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    object-fit: cover;
    object-position: top;
    background-color: #000E0F;
    background-size: cover;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.play-button {
    width: max-content;
    height: max-content;
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    font-size: 180px;
    color: #fff;
    cursor: pointer;
    transition: 1s;
}
.play-button i:hover {
    color: #000;
    transition: 1s;
}
.tit0
{
    font-family: "Prompt", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}
.tit1
{
    border-left: 7px solid #ff7a06;
    font-family: "Prompt", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: auto;
}
.tit2
{
    border-left: 7px solid #ff7a06;
    font-family: "Prompt", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: auto;
}
.tit2 b
{
    font-weight: 500;
}
.tit3
{
    font-family: "Prompt", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 100;
    line-height: auto;
}
.tit4
{
    font-family: "Prompt", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    line-height: auto;
}
.borderpe
{
    border-left: 7px solid #408080;
}
.noborder, .noborder *
{
    border: 0px!important;
    padding: 0px!important;
}
.fw100
{
    font-weight: 100;
}
.fw300
{
    font-weight: 300;
}
.fw500
{
    font-weight: 500;
}
.fw600
{
    font-weight: 600;
}
.imageDiv
{
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.button1
{
    border-radius: 0px!important;
    background-color: #ff7a06;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    transition: 1s;
}
.button1:hover
{
    background-color: #fff;
    color: #ff7a06!important;
    transition: .5s;
    text-indent: 10px;
}
.buttonpe
{
    background-color: #408080;
}
h2.accordion-header
{
    background-color: #ff7a06;
    color: #fff;
}
.social-icon:hover, .social-icon-header:hover
{
    color: #FFCE00!important;
    transition: 1s;
}
.hoverfw600:hover
{
    font-weight: 600!important;
}
.hoverorange:hover
{
    color: #FF8000!important;
}
.hoveryellow:hover
{
    color: #FFCE00!important;
}
.imageDiv
{
    min-height: 200px;
}
/************************ MENUS ************************************/
.toplink
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.toplink:hover, .toplink.selected
{
    color: #fff!important;
    border-bottom: 1px solid #ff7a06;
}
.menuTopContainer
    {
        position: fixed;
        z-index: 200;
        top: 0px;
        width: 100%;
        transition: 1s;
        background-color:rgba(0, 0, 0, 0);
        transition: 1s;
    }
    .menuTopContainer:hover
    {
        background-color:rgba(0, 0, 0, 0.9)!important;
        transition: 1s;
    }
    .menuOverlay
    {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: rgba(0,0,0,.95);
        left: 0px;
        top: 0px;
        z-index: 1000;
    }
    .menuTop
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
        align-self: flex-start;
    }
    .menuTop li
    {
        /*display: inline-block;*/
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .menuTop li a
    {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        border-left: 7px solid #FAA31D;
        padding-left: 7px;
    }
    .menuTop li a:hover
    {
        color: #ff8000;
    }
    .menuTopSons
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-left: 7px;
    }
    .menuTopSons li
    {
        margin-right: 20px;
        margin-bottom: 0px;
    }
    .menuTopSons li a
    {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        line-height: 2;
        font-weight: 600;
        margin-bottom: 7px;
        padding-left: 7px;
        border-left:0px;
        text-transform: none;
    }
    .menuTopSons li a:hover
    {
        color: #ff8000!important;
    }
    

    .menuFooter
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    .menuFooter li
    {
        /*display: inline-block;*/
        border-left:6px solid #FFCE00;
        padding-left: 7px;
        margin-bottom: 10px;
    }
    .menuFooter li a
    {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .menuFooter li a:hover
    {
        color: #FFCE00;
    }
    .menuFooterSons
    {
        list-style: none;
        padding: 0px;
        margin: 0px;
        margin-left: 0px;
    }
    .menuFooterSons li
    {
        border-left:0px;
        padding-left: 10px;
        margin-bottom: 0px;
    }
    .menuFooterSons li a
    {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        line-height: 2;
        font-weight: 600;
        margin-bottom: 5px;
        padding-left: 4px;
    }
    .menuFooterSons li a:hover
    {
        color: #FFCE00!important;
    }
    .toggleMenu
    {
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        text-decoration: none;
        padding-bottom: 5px;
        transition: 1s;
    }
    .toggleMenu:hover
    {
        color: #ff7a06!important;
    }
@media (max-width: 1000px)
{
    .hide1000
    {
        display: none;
    }
}
.secondmenuContainer
{
    background-color: #efefef;
    transition: box-shadow 0.3s ease;
}

/* Desktop only - sticky behavior */
@media (min-width: 769px) {
    .secondmenuContainer
    {
        position: sticky;
        top: 0;
        z-index: 800;
    }
    
    .secondmenuContainer.fixed-sticky
    {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 90;
    }
}

.secondmenuContainer.sticky
{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for mobile menu */
@media (max-width: 768px) {
    .secondmenuitem {
        padding: 12px 15px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .secondmenuitem {
        padding: 10px 12px;
        font-size: 12px;
    }
}
.secondmenu
{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.secondmenu li
{
    margin-bottom: 0px;
}
.secondmenuitem
{
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 3px solid #efefef!important;
}
.secondmenuitem.active
{
    border-bottom: 3px solid #ff7a06!important;
    background-color: #fff;
    color: #ff7a06!important;
    transition: 1s;
}
.secondmenuitem:hover
{
    border-bottom: 3px solid #ff7a06!important;
    background-color: #fff;
    color: #ff7a06!important;
    transition: 1s;
}
/************************ FORMULARIOS ************************************/
.normalForm
{
    background-color: #fff;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
    padding: 30px!important;
}
.normalForm input.form-control, .normalForm textarea.form-control, .normalForm select.form-control
{
    background-color: #fff;
    color: #000;
    border: 0px solid #424242;
    border-bottom: 1px solid #999999!important;
    border-left: 1px solid #999999;
    border-radius: 0px;
}
.normalForm input.form-control::placeholder, .normalForm textarea.form-control::placeholder, .normalForm select.form-control::placeholder
{
    color: lightgray;
}
.normalForm label.form-label
{
    color: gray;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
ul.checkstyle
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.checkstyle li
{
    position: relative;
    list-style: none;
    padding-left: 1.6em;
    margin-bottom: 8px;
}

ul.checkstyle li::before
{
    content: "\F26E"; /* bi-check */
    font-family: "bootstrap-icons" !important;
    position: absolute;
    left: 0;
    top: 0.15em;
    font-size: 1.1em;
    line-height: 1;
    color: #ff7a06!important; /* brand accent */
}
.module3-icon
{
    font-size: 150px;
    text-align: center;
    margin-top: -40px;
}