﻿@font-face {
    font-family: "Gotham-Bold";
    src: url(../fonts/Gotham-Font/Gotham-Bold.otf) format('opentype');
}
@font-face {
    font-family: "Gotham-Medium";
    src: url(../fonts/Gotham-Font/GothamMedium.ttf) format('truetype');
}
.gotham-bold {
    font-family: 'Gotham-Bold', sans-serif;
}
.gotham-medium {
    font-family: 'Gotham-Medium', sans-serif;
}
.gotham-book {
    font-family: 'Gotham-Book', sans-serif;
}
.margin-auto {
    margin: auto;
}

.display-block {
    display: block;
}
.display-flex-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.info-menu-head {
    display: flex;
   /* flex-direction: column;*/
   /* align-items: flex-end;*/
}
/*.item-flex {
     margin-bottom:2px;
}
*/
.need-help-head {
    color: rgb(248, 202, 18);
    margin: 0;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 26px;
}

.number-phone-head {
    color: rgb(60, 59, 110);
    margin: 0;
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 26px;
}

.email-head {
    color: rgb(60, 59, 110);
    margin: 0;
    font-family: Gotham-Bold, sans-serif;
    font-size: 18px;
}

.social-network-head a img {
    display: inline-block;
    width: 22px;
    margin-left: 6px;
}

#menu-main {
    display: flex;
    justify-content: space-between;
}

#menu-main li .nav-item-a {
    color: white;
    opacity: 1;
    font-family: Gotham-Bold, sans-serif;
    font-size: 24px;
}

#menu-main li .nav-item-a:hover {
    color: rgb(248, 202, 18);
}

header ul.nav-menu > li.active > a:before {
    content:'';
}

header ul.nav-menu > li.active > a {
    color: rgb(248, 202, 18) !important;
}

.sub-menu li a {
    font-size: 20px;
}

.promotions-feed {
    background-image: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ), url(../images/promotion-background.jpg);
    background-position: center;
    background-size: cover;
}
.input-promotions {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 20px 55px 20px 20px;
    font-size: 16px;
    width: 100%;
}
.input-promotions::placeholder {
    color: #fff;
}
.button-promotions {
    position: absolute;
    color: #00a0df;
    background: #fff;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-size: 32px;
    padding: 6px 16px; 
    top: 10px;
    right: 10px;
}
.mobile-languaje {
    display: none;
}

.general-conditions a {
    font-size: 18px;
}
@media (max-width: 1024px) {
}
@media (max-width: 769px) {
    .info-menu-head {
        display: none !important;
    }
    .mobile-languaje {
        display: inline-block;
    }
    .display-flex-menu {
        padding: 12px 0;
    }

    .display-flex-menu #logo img{
        margin-bottom: 0 !important;
    }

    header ul.nav-menu > li ul.sub-menu li a {
        background: #00a0df;
        border-color: #00a0df;
        color: #fff;
    }

    #menu-main a {
        font-size: 16px !important;
    }

    #menu-main .sub-menu {
        font-family: 'Poppins';
    } 

    .movil-fsize-14px {
        font-size: 14px;
    }

    .movil-fsize-16px {
        font-size: 16px;
    }

    .movil-fsize-18px {
        font-size: 18px;
    }

    .movil-fsize-20px {
        font-size: 20px;
    }
    
    .movil-fsize-22px {
        font-size: 22px;
    }

    .access-to-exclusive {
        font-size: 30px;
    }

    .enjoy-many-benefits {
        font-size: 16px;
    }

    .general-conditions a {
        font-size: 16px;
    }
}

@media (min-width: 770px) {
    #menu-main {
        display: flex !important;
    }
}

@media (max-width: 426px)
{
    .access-to-exclusive {
        font-size: 26px;
    }

    .footer-sec a {
        font-size: 16px;
    }
    .general-conditions a {
        font-size: 12px;
    }
}

@media (max-width: 376px) {
    
}