
@font-face {
    font-family: 'Sen';
    src: url('../fonts/Sen.woff2') format('woff2');
}
@font-face{
    font-display:block;
    font-family:'bootstrap-icons';
    src:url("../fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),url("../fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff")
}
*{
    box-sizing: border-box;
}
:root{
    --Primary-Color:#E44290;
    --Secondary-Color:#064272;
    --Highlight-Color:#EBD91E;
    --Accent-Color:#EBA81E;
    --Primary-Text-Color:#000000;
    --Secondary-Text-Color:#ffffff;
    --Anchor-Hover:#2d39d4;
    --Anchor-Visited:#1721b3;
}
li:has(> ul) {
  color: var(--Primary-Color); /* or any style you want */
  padding-bottom:10px;
}
li:has(> ul) > ul {
  color: #000; /* reset nested ul text */
}
h1{
    font-size:clamp(2.5rem,6vw,4.5rem);
}
h2{
    font-size: clamp(2rem,5.5vw,4rem);
}
.bg-light{
    background-color: #f3f3f3;
}
body,button{
    margin: 0;
    font-family: "Sen", sans-serif;
}
form label span{
    color: crimson;
}
.banners span,.banners h1,.banners h2,.banners h3{
    user-select: none;
}
div,body{
    box-sizing: border-box;
}
body,p,span,a{
    color: var(--Primary-Text-Color);
    font-size: 1.2rem;
    font-weight: 500;
}
input{
    box-sizing: border-box;
    font-size: 1.2rem;
}
.navigation{
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.navigation .submenu ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.navigation .submenu ul li a,.navigation .submenu ul li a:link,.navigation .submenu ul li a:visited,.navigation p,.navigation span{
    font-size: 1rem;
    font-weight: 600 !important;
    margin-bottom: 10px;
}
.navigation .submenu h4{
    font-weight: bold;
}
.navigation a,.navigation a:link,.navigation a:visited{
    color: var(--Secondary-Color);
    font-weight: 600 !important;
}

.navigation span,.navigation span > a,.navigation span > a:link,.navigation span > a:visited{
    font-weight: 600 !important;
    font-size: 1.2rem;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.navigation .submenu.open{
    display: block;
}
a,a:link{
    color: var(--Secondary-Color);
}
a:visited{
    color: var(--Anchor-Visited);
}
a:hover{
    color: var(--Anchor-Hover);
}
h1,h2,h3,h4,h5,h6{
    color:var(--Primary-Color);
    font-weight: 500;
}
h3,.h3{
    font-size: 1.8rem;
}
.top-bar{
    background-color: #000;
    color: var(--Secondary-Text-Color);
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.logo-main{
    width: 100%;
    max-width: 130px;
    height: auto;
}
.top-bar a:link,.top-bar a:visited,.top-bar a{
    color: var(--Secondary-Text-Color);
}

.icon{
margin-left: 4px;
margin-right: 4px;
}
span.h1,span.h2,span.h3{
    display: block;
    text-transform: uppercase;
}
span.h1{
    font-size: 2.3rem;
    font-weight: 500;
}
span.h2{
    font-size: 1.8rem;
    font-weight: 500;
}
span.h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.btn{
    display: block;
    padding: 12px 18px;
}
.btn.btn-rounded{
    border-radius:2rem;
}
a.btn,a:visited.btn,a:link.btn{
    text-decoration: none;
}
nav a,nav a:link, nav a:visited{
    text-decoration: none;
    cursor: pointer;
    color:var(--Primary-Text-Color) !important;
    font-size: 1.3rem;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.btn.btn-primary{
    background-color: var(--Primary-Color);
    transition: 0.3s ease;
    color: #fff;
    border: var(--Primary-Color);
}
.btn.btn-primary:hover{
    background-color: #b3256a;
    color: #fff;
}
.btn.btn-more{
    padding: 10px 14px;
    background-color: #cf4286;
    color: #fff;
    width: fit-content;
    border-radius: 25px;
    font-size: 0.8rem;
    transition: all 0.3s linear;
}
.btn.btn-more:hover{
    background-color: #be3276;
    color: #fff;
}
.text-center{
    text-align: center;
}

.footer{
    background-color: #084270;
    padding-top: 6rem;
}
.footer a,.footer a:link,.footer a:visited,.footer h2,.footer h3,.footer h4,.footer p,.footer span{
    color: #fff !important;
    transition: 0.2s ease;
}
.footer a:hover{
    color: var(--Highlight-Color) !important;
}
.footer h3{
    border-bottom:1px solid #fff;
}
.bottom-bar{
    background-color: #000;
    display: flex;
    justify-content: center;
}
.bottom-bar a,.bottom-bar a:link,.bottom-bar a:visited{
    color: #fff;
}
.bottom-bar a:hover{
    color: var(--Highlight-Color);
}
.bottom-bar p{
    color: #fff;
}
#overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.95);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
}
#scroll-to-top{
    position: fixed;
    bottom: 0px;
    left: 15px;
    z-index: 1;
}
.contact-icons a,.contact-icons a:link,.contact-icons a:visited{
    display: inline-block;
}
.whatsapp,.phone,.email{
    text-decoration: none;
    display: inline-block;
    font-size: 1.6rem;
}
.whatsapp::before{
    content: '\F618';
    font-family: 'bootstrap-icons';
    color: #fff;
}
.phone::before{
    content: '\F5B4';
    font-family: 'bootstrap-icons';
    color: #fff;
}
.email::before{
    content: '\F32C';
    font-family: 'bootstrap-icons';
    color: #fff;
}
ul.nostyle{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.nostyle a,ul.nostyle a:link,ul.nostyle a:visited{
    text-decoration: none;
}
form.default .row{
    margin-top:25px;
}
form.default fieldset .row{
    margin-top:10px;
}

form.default fieldset{
    border-bottom: none;
    border-left: none;
    border-right: none;
}
form.default fieldset legend{
    padding-inline-start: 7px;
    padding-inline-end: 7px;
}
form.default fieldset legend.required{
    color: crimson;
}

form.default fieldset legend.required::after{
    content: "*";
    padding-left: 6px;
}

form.default input,form.default select{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid var(--Secondary-Color);
    transition: border 0.2s ease;
    padding: 12px 8px;
    font-size: 0.9rem;
}
form.default input[type=radio],form.default input[type=checkbox]{
    width: fit-content;
}
form.default input:focus{
    outline: none;
    border-bottom: 3px solid var(--Accent-Color);
}
.w-100{
    width: 100%;;
}