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

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

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

#header .menu-holder {
    background: #061539;
}

#header h3 {
    color: #fff;
}

#menu li a {
    color: #fff;
}

#rev-slider .tp-bullets {
    display: none;
}

#section1 {
    background: #7887AB47;
}

#section1 .icons-box h2 {
    color: #fff;
}

#section1 .icons-box p {
    color: #fff;
}

/* #section1 .icons-box .icons-wrap .icons-item .item-box .box-wrap .svg-icon .cls-1{
    stroke: #2E4272;
} */

/* #section1 .icons-box .icons-wrap .icons-item .item-box.with-bg .box-wrap .svg-icon .cls-1{
    stroke: #fff;
} */

#section1 .icons-box .icons-wrap .icons-item .item-box .svg-icon .cls-1{
    stroke: #fff;
}

#section1 .icons-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#section2 {
    background: #2E4272;
}

#section2 h2 {
    font-weight: 400;
}

#section2 .store-buttons {
    display: flex;
    padding-bottom: 5px;
}

#section2 .store-buttons img {
    max-width: 190px;
    border-radius: 10px;
    transition: all 500ms;
}

#section2 .store-buttons img:hover {
    background: #061539;
}

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

#footer .copyright {
    color: #fff;
}

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

.linkFooter {
    color: #7887AB;
}

.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: #7887AB;
    letter-spacing: 0;
}

.cookie .btn:hover {
    background: #7887ab7d;
}

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





/* Media queries. */

@media (max-width: 1359px) {
    #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:992px) {
    #section1 h2 {
        font-size: 3em;
    }


}

@media (max-width:991px) {
    #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:767px) {
    #section1 h2 {
        font-size: 2.5em;
    }

    .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) {
    .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;
    }

    /* #rev-slider .store-buttons img {
        border-radius: 0;
    } */

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

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

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

@media (max-width:480px) {
    .cookie .container span {
        font-size: .8em;
    }

    #section2 {
        padding: 80px 0;
    }

    #section2 .content-element1 {
        text-align: center;
    }

    #section2 h2 {
        text-align: center;
    }

    #section2 .store-buttons {
        justify-content: center;
    }

    #section2 .store-buttons img {
        max-width: 150px;
        border-radius: 0;
    }
}

@media (max-width: 450px) {
    #header .logo-wrap {
        width: 100%;
    }

   #header .menu-wrap {
    padding: 10px 0;
   } 

    #header h3 {
        font-size: 1.8em;
    }

    #rev-slider .titleHeader {
        font-size: 2.3em !important;
    }

    #rev-slider p {
        font-size: 1.3em;
    }

    .divImgBanner img {
        width: 80%;
    }

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

@media (max-width: 384px) {
    #footer .menu-list {
        font-size: .7em;
    }

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

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