@font-face{
    font-family: "Revelia Soft";
    src: url("../fonts/revelia/d21c3b134616f2774d8a720d055884eb.eot");
    src: url("../fonts/revelia/d21c3b134616f2774d8a720d055884eb.eot?#iefix")format("embedded-opentype"),
    url("../fonts/revelia/d21c3b134616f2774d8a720d055884eb.woff")format("woff"),
    url("../fonts/revelia/d21c3b134616f2774d8a720d055884eb.woff2")format("woff2"),
    url("../fonts/revelia/d21c3b134616f2774d8a720d055884eb.ttf")format("truetype"),
    url("../fonts/revelia/d21c3b134616f2774d8a720d055884eb.svg#Revelia Soft")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
/* GENERAL */
body{
    margin: 0;
    padding: 0;
    font-family: 'Revelia Soft', sans-serif;
    background: transparent url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1"%3E%3ClinearGradient id="a" gradientUnits="userSpaceOnUse" x1="0%" y1="0%" x2="0%" y2="100%"%3E%3Cstop offset="0%" stop-color="%230D2053" stop-opacity="0.3"/%3E%3Cstop offset="10%" stop-color="%230D2053" stop-opacity="0.3"/%3E%3Cstop offset="100%" stop-color="%23FFFFFF" stop-opacity="1"/%3E%3C/linearGradient%3E%3Crect width="1" height="1" fill="url(%23a)"%3E%3C/rect%3E%3C/svg%3E') 0% 0% no-repeat padding-box;
    overflow-x: hidden;
}

.modal {z-index: 9999 !important;}

body::-webkit-scrollbar {
    display: none;
}

h2{
    font-size: 44px !important;
    font-family: 'Revelia Soft', sans-serif;
}

p{
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    letter-spacing: 1px;
}

.mr-1 {margin-right: 1rem;}
.mr-3 {margin-right: 3rem;}

.clash-grotesk-light {
    font-family: 'ClashGrotesk-Light';
}

.clash-grotesk-variable {
    font-family: 'ClashGrotesk-Variable';
}

.white-color {
    color: #fff;
}

.dark-color {
    color: #3C3C3B;
}

.container{
    max-width: min(1400px,94.6vw)!important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* Menu */
.navbar-text{
    border: 1px solid #F2E0BF;
    border-radius: 29px;

}

.navbar, .navbar-text, .navbar-text a {
    background-color: transparent;
    transition: background-color 0.3s;
    color: #F2E0BF !important;
    padding: 10px;
}

.navbar:hover, .navbar-text:hover, .navbar-text a:hover {
    color: #bfd1f2 !important;
}

.navbar-nav li a:hover {
    color: #bfd1f2 !important;

}

.right-border {
    border-right: 1px solid #fff;
}


.navbar-nav .nav-link{
    color: #fff !important;
}

nav.navbar {
    /*position: fixed;*/
    width: 100%;
    height: 140px;
    background: #0D2051 0% 0% no-repeat padding-box !important;
    opacity: 0.9;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff !important;
    z-index: 9999;
}

.btn-red {
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    outline: none !important;
    margin: 0;
    line-height: 1;
    padding: 12px 40px 10px 40px;
    white-space: normal;
    border-radius: 300px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background: #FD1C55 0% 0% no-repeat padding-box;
    opacity: 0.9;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.btn-red:hover {
    background-color: #6c44d9;
    color: #fff;
}

.btn-degraded {
    font-size: 24px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    outline: none !important;
    margin: 0;
    line-height: 1;
    padding: 12px 40px 10px 40px;
    white-space: normal;
    border-radius: 300px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    background: linear-gradient(45deg, #7342E1, #D52EA5);
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.btn-degraded:hover {
    background: linear-gradient(45deg, #D52EA5, #7342E1);
    color: #fff;
}

.cnt-side-nav{
    position: fixed;
    display: none;
    width: 100%;
    /* height: auto; */
    top: 0;
    /* right: -300px; */
    transition: .3s;
    background: transparent linear-gradient(233deg, #224F55 0%, #243133 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    z-index: 100;
}

.center-menu {
    margin-right: auto!important;
}

.social-icons, .center-menu {
    margin-left: 50px; /* Puedes ajustar el valor según tu preferencia */
}

.social-icons img {
    filter: brightness(0) invert(1);
}

/* FOOTER */
footer{
    margin-top: 10rem;
    display: flex;
    align-items: center;
    height: auto;
    background-color: #3c3c3c;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #fff;
}

footer p {
    font: normal normal normal 22px/24px 'Revelia Soft';
    letter-spacing: 1px;
    color: #fff;
}
footer a {
    font: normal normal normal 22px/24px 'Revelia Soft';
    letter-spacing: 1px;
    color: #fff;
}

footer .copyright {
    font: normal normal 100 16px/16px 'Revelia Soft' !important;
    letter-spacing: 2px;
    color: #fff;
}

.footer-us-right-side {
    position: absolute;
    top: -16rem;
    right: 0rem;
    opacity:0.4
}

.footer-star {
    position: absolute;
    top: -6rem;
    right: -12rem;
    opacity:0.4
}

.footer-star img{
    width: 60%;
}

footer .social-icons img {
    width: 24px;
}

.list-unstyled {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-top:20px;
}

.list-unstyled li {
    list-style: none;
}

.list-unstyled li a {
    color: #fff;
}

.footer-social-icons {
    margin-top:18px;
    text-align: right;
    justify-content: end;
}
.footer-social-icons a{
    margin-left: 24px;
}

/* END FOOTER */

/* MENU MOBILE */
.navbar-mobile {display: none; position: fixed; width: 100%}

.navbar-mobile .navbar-nav {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    list-style: none;
    padding-left: 30px;
}

.navbar-mobile .navbar-nav li {
    margin-top: 20px;
}

.navbar-collapse {
    z-index: 1000;
    background: transparent linear-gradient(233deg, #242424 0%, #002051 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
}

.navbar-toggler {border: none;}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/icons/icn-menu.svg');
    background-size: contain;
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}


.blue{
    color: #1497d5;
}

.gray{
    color: #BCBCBC;
}

a{
    text-decoration: none;
}

/* BOOTSTRAP */
.fs-3 {
    font-weight: bold;
    font-size: 2.5rem !important;
}

.btn {
    font-size: 20px;
}

.card {
    border-color: #242424;
    border-radius: 10px;
} 

/* PRIMARY STYLES */
.text-primary {
    color: #11C3F2 !important;
}

.bg-primary {
    background-color: #11C3F2 !important;
}

.btn-outline-primary {
    border-color: #11C3F2;
    color: #11C3F2;
    font-weight: bold;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    border-color: #11C3F2;
    background-color: #11C3F2;
}

/* SECONDARY STYLES */
.btn-secondary {
    background-color: #242424 !important;
    border-color: #242424;
}

/* LIGHT STYLES */
.btn-outline-light {
    font-weight: bold;
}

/* NAVBAR */
#mainheading {
    /*background-color: rgba(17, 195, 242, .6);*/
}

#mainheading-links a p {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.img-mas {
    position: absolute;
    top: 140px;
    right: -16rem;
    opacity: 0.4;
}

.logo-navbar{
    width: 120px;
    height: auto;
}

.logo-partner{
    width: 100px;
    height: auto;
}

.icn-navbar{
    filter: invert(99%) sepia(11%) saturate(270%) hue-rotate(236deg) brightness(114%) contrast(100%);
    width: 12px;
    height: auto;
}

.icn-menu{
    filter: invert(100%);
}

.icn-menu:hover{
    cursor: pointer;
}

.txt-nav{
    font-size: 20px;
}

.item-side-nav{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 300px;
    height: 80px;
}

.item-side-nav:hover{
    background-color: #6DC0D2;
    cursor: pointer;
}

.txt-side-nav{
    font-size: 16px;
    color: #000;
    margin-left: 32px;
    text-decoration: none;
    text-align: center;
}

.uppercase-none{text-transform: unset !important;}

/* RESPONSIVE */
@media(max-width: 1599px){
    .search-block-mobile {display:none}
}

@media(max-width: 1299px){
    .search-block-mobile {display:none}
}

@media(max-width: 1199px){
    .txt-nav{
        font-size: 16px;
    }
    .search-block-mobile {display:none}

    .navbar, .navbar-text, .navbar-text a {
        background-color: transparent;
        transition: background-color 0.3s;
        color: #F2E0BF !important;
        padding: 6px;
    }

    .social-icons, .center-menu {
        margin-left: 20px; /* Puedes ajustar el valor según tu preferencia */
    }
}

@media(max-width: 991px){
    #backgrounds-main, #backgrounds-footer, .img-yellow, .insta-img-yellow, .img-stars-events, .img-stars-events2, .img-mas {
        display: none;
    }

    .navbar-mobile #social-icons img{
        filter: brightness(0) invert(1);
    }

    .navbar-brand img {
        width: 20%;
    }

    .navbar-desktop{display: none}
    .navbar-mobile{display: block}

    /* FOOTER */
    .list-unstyled {
        display: unset;
    }

    .list-unstyled li {
        margin-top: 20px;
    }

    footer {margin-top: 10rem; height: unset}

    .footer-social-icons {justify-content: center; margin-bottom: 40px}

    .footer-social-icons a{
        margin-left: unset;
        padding: 20px;
    }

    .footer-logo {display:flex; justify-content: center;}

    .social-icons{margin-top: 2rem}

    #footer-center {
        margin-top: 2rem
    }

    #footer-end{display: none}

}

@media(max-width: 767px){
    h2{
        font-size: 32px !important;
    }

    p{
        font-size: 18px;
    }

    .logo-footer{
        width: 100px;
        height: auto;
    }
    
    .logo-footer-oaro{
        width: 80px;
        height: auto;
    } 
}

@media(max-width: 575px){
    .search-block-mobile .form-search input[type=text]:focus {
        position:absolute;
        right:40px;
        width:100px;
    }
}
@media(max-width: 290px) {
    .cnt-side-nav {
        width: 200px;
    }
}

/* LOADER */
.hidden {
    display: none;
}
.loading {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background-color:rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223, 1);
    border-left: .8em solid rgba(58, 166, 165, 1);
    animation: spin 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}
@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
#acceptCookies {
    position:fixed;
    width: 100%;
    bottom:0;
    background-color: #11c3f2;
    padding:10px 20px;
    box-shadow: 1px 1px 5px #fff;
}
#acceptCookies h2 {
    font-size:16px !important;
}
#acceptCookies p {
    font-size: 14px;
}
#acceptCookies button {
    font-size:14px;
}
#acceptCookies a {
    color: black;
    text-decoration: underline;
}
#load-sector #image-area {
    width:600px;
    max-width:100%;
}