/* reset. */
body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'title-font';
    src: url('/font/Kalnia/Kalnia-VariableFont_wdth,wght.ttf');
}

.header.sticky-header.style-4.clone-fixed.slideDown {
    background: #313866;
}

.header.sticky-header.style-4.clone-fixed.slideDown h3 {
    color: #FE7BE5 !important;
}

#divBannerFix {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background: #313866;
}

.divImgsBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    max-width: 1250px;
    margin: auto;
}

#header h3 {
    color: #fff;
    font-family: 'title-font';
    text-transform: uppercase;
}

/* .header .menu-holder .menu-wrap {
    border-bottom: 1px solid #974EC3;
} */

#home .text-toggle {
    background: 'opacity';
    background-color: #000;
    color: black;
    opacity: 0.45;
    padding: 15px 0;
    border-radius: 5px;
}

#home .media-inner {
    top: 40%;
}

#home h1 {
    font-family: 'title-font';
    font-size: 5em;
}

#home .sub-title {
    color: #974EC3;
}

.cookie {
    padding: 10px 0;
    background: #000;
    color: #fff;
    position: fixed;
    z-index: 1002;
    width: 100%;
}

.cookie .btn {
    padding: 0px 10px 0px;
    font-size: 0.8em;
    background: #974EC3;
    letter-spacing: 0;
}

.cookie .btn:hover {
    background: #d424308a;
}

#overlay {
    position: fixed;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    z-index: 1001;
}

#section1 h3 {
    font-family: 'title-font';
    color: #974EC3;
}

#section1 blockquote p {
    font-size: 3.5em;
    color: #FE7BE5;
}

#section2 h3 {
    font-family: 'title-font';
    font-size: 1.6em;
}

#section2 .icons-box.color-style-2 .icons-wrap .icons-item .svg-icon .cls-1 {
    stroke: #FE7BE5;
}

#section3 h2 {
    font-family: 'title-font';
    color: #974EC3;
}

#footer {
    padding-top: 0;
}

#footer .bottom-footer {
    background-color: #313866;
    border-top: none;
    padding-bottom: 250px;
}

#footer .copyright {
    color: #fff;
}

#footer .menu-list > li > a {
    color: #fff;
}

.linkFooter {
    color: #FE7BE5;
}



/* Media queries. ***********************************************************************/
@media (max-width: 1867px) {
    #section1 blockquote p {
        font-size: 3.2em;
    }
}

@media (max-width: 1700px) {
    #home h1 {
      font-size: 4em;
    }
}

@media (max-width: 1480px) {
    #home .media-inner .text-toggle {
      max-width: 40%;
    }
}

@media (max-width: 1359px) {
    #home h1 {
        font-size: 3em;
    }

    #home .sub-title {
        font-size: 1em;
    }

    #footer .container {
        max-width: 1300px;
    }
}

@media (max-width:1248px) {
    #divImg1Banner {
        padding-left: 10px;
    }

    #divBannerFix .store-buttons {
        padding-right: 20px;
    }
}

@media (max-width: 1153px) {
    #footer .menu-list {
        display: flex;
        flex-direction: column;
    }
     #footer #divFlexFooter {
        align-items: center;
     }
}

@media (max-width:991px) {
    #home h1 {
        font-size: 2.4em;
    }

    #home .sub-title {
        font-size: .8em;
    }
    
    #footer .divCopyright {
        display: none;
    }

    #footer .bottom-footer {
        padding-bottom: 230px;
    }

    #footerOwner {
        display: none;
    }

    #footer .menu-list {
        flex-direction: row !important;
        justify-content: center;
    }

}

@media (max-width:768px) {
    .cookie .container {
        max-width: 100%;
    }

    .cookie .container span {
        font-size: .9em;
    }

    .cookie .container .clearfix {
        display: block !important;
    }

    .divButtonCookie {
        margin-left: 0 !important;
    }

    #footer .bottom-footer {
        padding-bottom: 200px;
    }
}

@media (max-width: 699px) {
    #home .media-inner {
        top: 30%;
    }

    #home h1 {
        font-size: 2em;
    }

    #home .sub-title {
        font-size: .7em;
    }

    .divImgsBanner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 0;
    }

    #divImg1Banner {
        padding-left: 0;
    }

    .divImgBanner {
        width: 100%;
        text-align: center;
    }

    .divImgBanner img {
        width: 75%;
    }

    #divBannerFix .store-buttons {
        padding-right: 0;
        margin-top: 10px;
    }

    #divBannerFix .store-buttons img {
        max-width: 200px;
    }

    #footer .bottom-footer {
        padding-bottom: 350px;
    }
}

@media (max-width: 524px) {
    #header h3 {
        font-size: 1.8em;
    }
}

@media (max-width: 500px) {
    .divImgBanner img {
        width: 90%;
    }

    #footer .bottom-footer {
        padding-bottom: 300px;
    }
}

@media (max-width:480px) {
    #home .media-inner .container.wide-2 {
        max-width: 60%;
    }

    #home .media-inner {
        top: 40%;
    }

    /* suprimir overlay. */
    .media-holder.style-2:after {
        position: unset;
    }

    .cookie .container span {
        font-size: .8em;
    }
}

@media (max-width:450px) {
    .divImgBanner img {
        width: 80%;
    }

    #divBannerFix .store-buttons img {
        max-width: 150px;
    }
}

@media (max-width: 425px) {
    #header h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 384px) {
    #home .media-inner .container.wide-2 {
        max-width: 70%;
    }

    #footer .menu-list {
        font-size: .7em;
    }

    #footer .bottom-footer {
        padding-bottom: 250px;
    }
}

@media only screen and (min-width: 1360px) {
    #section1 {
        max-width: 2500px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .cookie .container {
        max-width: 1350px;
    }
}