body {
    background-color: #FFF;
    color: #000;
    font-size: 10px;
    font-family: Verdana, Geneva, sans-serif;
}

.wrapper {
    margin: 0 auto;
    width: 74%;
    min-width: 960px;
}

.wrapper2 {
    margin: 0 auto;
    width: 890px;
}

.filler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

/* cookies */
#cookies {
    padding: 15px 0;
    background: #333;
    color: #fff;
}

#cookies p {
    font-size: 1.2em;
    line-height: 1.2em;
}

#cookies p a {
    color: #fff;
    text-decoration: underline;
}

#cookies_ok {
    display: block;
    width: 100px;
    margin: 10px auto 0 auto;
    padding: 8px 0;
    font-size: 1.3em;
    color: #fff;
    background: #666;
    text-align: center;
    border-radius: 3px;
}

/* Header */
header {
    width: 100%;
    background: #4C4B50;
}

header hr {
    height: 10px;
    background: url(/front/javax.faces.resource/images/bg.gif.xhtml);
}

header .top {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

header .top > a img {
    padding: 15px 0 5px 0;
    width: 310px;
}

header #menu {
    display: none;
    float: right;
    width: 30px;
    height: 24px;
    background: url(/front/javax.faces.resource/images/rsp-menu.png.xhtml) center center / 30px 24px no-repeat;
    position: absolute;
    right: 5%;
    top: 25px;
}

header .top nav {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

header .top > a h1 {
    display: inline;
    border-bottom: none;
}

header .top nav a {
    font-size: 1.2em;
    font-weight: 700;
    color: #F8F9FA;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    line-height: 2rem;
}

header .top nav a img {
    width: 50px;
    height: 50px;
}

header .top nav a:last-child {
    padding: 40px;
    background-color: #BCD5F0;
    color: #4C4B50;
}

.header {
    position: relative;
    padding: 15px 0 34px;
}

.header > img {
    position: absolute;
    bottom: 0;
    left: 375px;
    z-index: 1;
}

.header .phone > a {
    color: #007AB6;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.header .phone > a i{
    background: url(/front/javax.faces.resource/images/ico-menu.png.xhtml) 0 -84px / 25px no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.header > nav a i {
    position: absolute;
    width: 35px;
    height: 35px;
    top: -4px;
    left: 0;
    background: url(/front/javax.faces.resource/images/ico-menu.png.xhtml) center -158px no-repeat;
}

.header > nav a strong {
    font-weight: 700;
}

.header .nav a {
    font-size: .7rem;
    font-weight: 700;
    color: #007AB6;
    text-transform: uppercase;
}

.header .nav a:nth-child(2)::before {
    content: '|';
    margin-right: 25px;
}

.header .nav a:nth-child(2)::after {
    content: '|';
    margin-left: 25px;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    background-color: #F8F9FA;
}

.subheader {
    width: 890px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.phone {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #007AB6;
    margin-bottom: 5px;
}

.nav {
    display: flex;
    gap: 20px;
}

.nav a {
    text-decoration: none;
    color: #007AB6;
    font-size: 18px;
}

@media (max-width: 600px) {
    .header {
        flex-direction: column;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    header .top {
        padding: 10px 0;
    }

    .subheader {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }
}

.w-100 {
    width: 100%;
}

/* login */
#login {
    display: none;
    position: relative;
    padding: 10px 0;
    margin: 5px 0;
    background: #666;
    text-align: right;
}

#login > div {
    position: relative;
}

#login > div > i {
    position: absolute;
    width: 31px;
    height: 15px;
    top: -25px;
    left: 700px;
    background: url(/front/javax.faces.resource/images/arrow-box.png.xhtml) center bottom no-repeat;
    z-index: 2;
}

#login label {
    position: relative;
    float: left;
    margin: 9px 0 0 15px;
    padding-left: 45px;
    font-size: 1.3em;
    color: #fff;
}

#login label i {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -11px;
    left: 0;
    background: url(/front/javax.faces.resource/images/ico-menu.png.xhtml) center bottom no-repeat;
}

#login input {
    margin: 0 10px 0 30px;
    font-size: 1.3em;
    color: #666;
    border: none;
    padding: 7px;
    border-radius: 3px;
    font-family: Verdana, Geneva, sans-serif;
}

#login a {
    position: relative;
    padding: 6px 30px 6px 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 1.3em;
}

#login a span {
    font-weight: 700;
}

#login a i {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 2px;
    right: 3px;
    background: url(/front/javax.faces.resource/images/arrow-link-white.png.xhtml) center center / 25px 25px no-repeat;
}

/* footer */
footer {
    padding: 30px 0;
    background-color: #4C4B50;
}

footer p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.4em;
    color: #FFFFFF;
}

footer .banner p {
    font-size: .5rem;
    text-align: left;
    margin-left: 10px;
}

footer p a {
    color: #BCD5F0;
    font-weight: 600;
}

footer p a:not(:last-child)::after {
    content: '|';
}

footer .banner img {
    width: 40px;
}

footer .banner {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-top: 20px;
}

@media screen and (max-width: 979px) {
    .wrapper {
        width: 98%;
        min-width: 0;
    }

    .wrapper2 {
        width: 95%;
    }

    #login > div > i {
        display: none;
    }

    header .top nav {
        margin-right: 10px;
    }

    header .top nav a {
        padding-top: 35px;
        max-width: 100px;
        text-align: center;
    }

    header .top nav a.destinos {
        padding-top: 40px;
    }

    #login input {
        width: 100px;
        margin-left: 0;
    }

    #login label {
        width: 50%;
    }

    footer p a {
        margin: 0 10px;
    }


}

@media screen and (max-width: 865px) {
    header .bottom > img {
        display: none;
    }
}

@media screen and (max-width: 720px) {
    header .bottom > a {
        margin-left: 5px;
    }

    header .bottom nav a {
        margin-left: 0 !important;
    }

    header .top nav a.destinos {
        padding-top: 40px;
    }

    header .bottom nav a + a {
        margin-left: 10px;
    }

    #login a {
        padding-left: 10px;
    }

    #login a span {
        display: none;
    }

    #login label {
        width: 60%;
        text-align: left;
        padding: 0;
    }

    #login label i {
        display: none;
    }

    footer p a {
        display: block;
        margin: 0;
    }

}

@media screen and (max-width: 740px) {
    header #menu {
        display: block;
    }

    header .top > a img {
        width: 65%;
        max-width: 310px;
    }

    header .top.wrapper2 {
        height: auto;
    }

    header .top nav {
        display: none;
        width: 100%;
    }

    header .top nav.open {
        display: flex !important;
    }

    header .top nav a {
        padding: 10px 15px;
        font-size: .7rem;
    }

    header .top nav a + a {
        margin-left: 3%;
    }

    header .top nav a.destinos {
        padding-top: 51px;
    }

    header .bottom #nav-right {
        margin: 20px 0px -20px -10px;
    }

    header .bottom #nav-right, header .bottom #nav-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    header .nav-container {
        width: 100%;
        padding: 0;
    }

    header .top {
        flex-wrap: wrap;
    }

    header .top nav a:last-child {
        padding: 10px 15px;
    }

    .bottom .wrapper2 .w-100 {
        width: 100%;
    }

    #login a i {
        right: 8px;
    }
}

@media screen and (max-width: 480px) {
    header .bottom > a {
        display: none;
    }

    header .bottom nav {
        float: none;
        text-align: center;
    }

    header .bottom nav a + a {
        margin-left: 20px;
    }

    #login {
        text-align: center;
    }

    #login label {
        display: block;
        float: none;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (max-width: 768px) {
    footer p a:not(:last-child)::after {
        content: '';
    }
}



