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

@font-face {
    font-family: 'montserrat';
    src: url('/font/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('/font/Montserrat-ExtraBold.ttf');
}

/* Landing coming soon. *******************************************************************************/
.header.coming-soon {
    background: #280101;
}

.title-coming-soon {
    color: #d42430;
    /* font-family: 'noteWorthy'; */
}

.content-element5 {
    padding-top: 160px;
}

.content-element5 h1 {
    text-transform: uppercase;
    color: #d42430;
    /* font-family: 'noteWorthy'; */
    font-size: 6em;
    letter-spacing: 7px;
}


/* Index. *******************************************************************************/
#divBannerFix {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    background: #280101;
}

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

#header {
    background: #280101;
}

.logo-wrap h3 {
    color: #fff;
    font-size: 2.3em;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;
    /* text-shadow: 4px 4px 6px #d42430; */
}

.main-navigation>ul>li>a {
    color: #fff;
}

#home {
    background-image: url('/images/header-5.jpg');
    background-size: 100%;
}

#home h1 {
    color: #d42430;
    font-family: 'Times New Roman', Times, serif;
}

#home h3 {
    font-family: 'montserrat';
    color: #fff;
    font-size: 1.5em;
}

#story .item-box>h2 {
    font-size: 2.3em;
    font-family: 'Times New Roman', Times, serif;
    color: #d42430;
}

#big_day {
    background: #280101;
}

#big_day h2 {
    text-transform: uppercase;
    font-size: 2em;
    color: #d42430;
    font-family: 'Times New Roman', Times, serif;
}

.icons-box:not(.style-2):not(.style-3):not(.style-4) .icons-wrap:not(:last-child) {
    border-right: 1px solid #d42430;
}

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

#aplicacion {
    background-color: #d42430;
}

#aplicacion .download-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#aplicacion .title_div_download {
    font-family: 'Times New Roman', Times, serif;
    color: #fff;
    font-size: 2.6em;
    text-align: center;
}

#aplicacion .descripcion-aplicacion {
    text-align: center;
    color: #fff;
    font-family: 'montserrat';
}

#aplicacion img {
    border-radius: 10px;
    transition: all 500ms;
}

#aplicacion .store-buttons img {
    max-width: 190px;
}

#aplicacion img:hover {
    background-color: #280101;
}

#aplicacion span {
    font-weight: 300;
    font-style: italic;
    font-family: 'montserrat';
    color: #fff;
}

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

#footer .copyright {
    color: #fff;
}

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

.linkFooter {
    color: #d42430;
}
/* #footer .bottom-footer {
    background: #280101;
}

#footer .copyright {
    color: #fff;
}

#footer .linkFooter {
    color: #d42430;
} */

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

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

#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 only screen and (max-width: 992px) {
    #header .menu-wrap {
        padding: 15px 15px;
    }

    #header .menu-wrap .logo-wrap {
        margin-bottom: 0;
    }

    #header .nav-item {
        display: none;
    }

    #home .media-inner {
        top: 250px !important;
    }

    .icons-box:not(.style-2):not(.style-3):not(.style-4) .icons-wrap:not(:last-child) {
        border: none;
        border-bottom: 1px solid #d42430;
    }
}

@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: 768px) {
    #home .container {
        max-width: 400px;
    }

    .cookie .container {
        max-width: 100%;
    }

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

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

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

    #aplicacion .container {
        max-width: 100%;
    }

    #aplicacion .title_div_download {
        font-size: 1.8em;
    }

    #aplicacion .descripcion-aplicacion {
        font-size: .8em;
    }

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

    #aplicacion span {
        font-size: .8em;
    }

    #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;
    }

    #home {
        min-height: 550px !important;
    }

    #home .media-inner {
        top: 50px !important;
    }

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

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

    #home {
        min-height: 450px !important;
    }

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

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

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

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

@media (max-width: 423px) {
    #aplicacion {
        padding: 80px 0;
    }
}

@media (max-width: 343px) {
    #header .logo-wrap h3 {
        font-size: 2em;
    }

    #aplicacion .store-buttons img {
        max-width: 120px;
    }
}

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

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

@media (max-width: 300px) {
    #header .logo-wrap h3 {
        font-size: 1.7em;
    }

    #home .media-inner {
        bottom: 300px;
    }

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

    #home h1 {
        font-size: 2em;
        text-transform: uppercase;
        font-family: 'Times New Roman', Times, serif;
    }

    #home h2 {
        font-family: 'montserrat';
        text-transform: uppercase;
        color: #fff;
        font-size: 1em;
    }

    #home h3 {
        text-shadow: 2px 2px 5px #d42430;
        font-family: 'montserrat';
        color: #fff;
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 2040px) {
    #home .media-inner {
        bottom: 300px;
    }
}

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

@media (min-width: 992px) {
    #home .container {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    #home .container {
      max-width: 400px;
    }
}

/* @media only screen and (min-width: 993px) {
    #home .media-inner {
        bottom: 150px;
    }
} */

@media only screen and (min-width: 300px) {
    #home .media-inner {
        top: 300px;
    }

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

    #home h1 {
        font-size: 2em;
        text-transform: uppercase;
        font-family: 'Times New Roman', Times, serif;
    }

    #home h2 {
        font-family: 'montserrat';
        text-transform: uppercase;
        color: #fff;
        font-size: 1em;
    }

    #home h3 {
        /* text-shadow: 2px 2px 5px #d42430; */
        font-family: 'montserrat';
        color: #fff;
        font-size: 1.6em;
    }
}