﻿/* Page Style */

.blueBackground {
    background: #1853a1 !important;
    background: linear-gradient(#1853a1, #ffffff) !important;
}


img.banner {
    width: 100%;
}

h2.bigger {
    font-size: 40px;
}

p.bigger {
    font-size: 18px;
}

.deal {
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 400px;
}

.dealLabel {
    padding: 10px;
    overflow: hidden;
}
/*.deal h4 {margin: 5px 0; color: #808182; font-size: 15px;}*/

.deal .destino strong {
    color: #000;
    font-size: 18px;
}

.deal .destino {
    font-size: 16px;
}

.deal .paquete {
    display: block;
    font-size: 16px;
}

.bannerDeal .text .oferta {
    font-size: 30px;
}

/*.deal small {color: #808182; display: block;}*/
.deal .price {
    font-weight: bold;
    font-size: 28px;
    color: #4f81bd;
}

    .deal .price small {
        font-size: 11px;
        color: #aaa;
        font-weight: 500;
    }

.deal .btn {
    text-align: right;
}

.blueBackground {
    background: #2b57cf;
    background: linear-gradient(#4181dc, #2b57cf);
    margin: 30px 0;
    padding: 20px 0;
}

    .blueBackground .deal {
        border: none;
    }

.mainDeal {
    color: #fff;
}

.btn-mainDeal {
    width: 180px;
}

.payments {
    margin: 30px 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 30px 50px;
    border-radius: 5px;
    box-sizing: border-box;
    max-width: 100%;
}

    .payments img {
        margin: 10px;
        max-width: 100%;
    }


.bannerDeal {
    position: relative;
    display: block;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .bannerDeal > div {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        background: rgba(0, 0, 0, 0.3);
        padding: 5px;
    }

    .bannerDeal .title {
        font-size: 25px;
        font-weight: 500;
        text-shadow: 2px 2px 5px black;
    }

    .bannerDeal .text {
        font-size: 15px;
        font-weight: 500;
    }

        .bannerDeal .text strong {
            font-size: 25px;
        }

    .bannerDeal .btn {
        position: absolute;
        bottom: 10px;
        right: 10px;
        top: auto;
        left: auto;
        border-color: #fff;
        background-color: transparent;
        color: #fff;
        font-size: 16px;
        width: 160px;
        border-width: 2px;
    }

        .bannerDeal .btn:hover {
            background-color: transparent;
            color: #fff;
            border-color: #fff;
        }

.bannerBig {
    height: 193px;
}

.bannerSmall {
    height: 180px;
}



.faq-topics {
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 5px;
}

    .faq-topics h2 {
        font-size: 20px;
    }

#faq-topics-list ul {
    padding: 0;
    list-style-type: none;
}

#faq-topics-list li {
    cursor: pointer;
    margin-bottom: 5px;
}

    #faq-topics-list li.current-topic {
        color: red;
    }

#faqs {
    padding: 0 20px;
}

    #faqs h1 {
        font-size: 30px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    #faqs h2 {
        font-size: 22px;
    }

    #faqs ul {
        padding: 0;
        list-style-type: none;
    }

    #faqs h3 {
        font-size: 16px
    }

#nuevosDestinos {
    margin-top: 15px;
}

/*footer*/
footer {
    color: #fff;
}

    footer.color_footer {
        background-color: #373c3f;
        padding: 20px 0;
    }

    footer a { /*color: #747677;*/
        color: #fff;
        margin: 0px 10px;
        white-space: nowrap;
    }

        footer a:hover {
            color: #fff;
        }

/*EndFooter*/


/*clases de boostrap modificado*/

/*header*/
.navbar-default {
    background-color: #1853a1;
    height: 68px;
    border-radius: 0px;
}


@media (max-width: 400px) {
    .navbar-header .navbar-brand > img {
        width: 222px !important;
        margin: 0 0 -2px 0 !important;
    }

    @media (max-width: 767px) {
        .navbar-brand > img {
            width: 222px !important;
            margin: 0 0 -2px 0 !important;
        }
    }

    /*header*/

    /*End clases de boostrap*/
    /*================================================*/
    @media (max-width: 767px) {
        #viajes-logo {
            right: 80px;
        }
    }

    @media (max-width: 400px) {
        #viajes-logo {
            width: 102px !important;
            margin-top: 15px !important;
        }
    }

    .phone {
        color: white;
        margin: 0;
    }
}
    .ctrip {
        background-image: url(../../images/awards-3.png);
        width: 100px;
        height: 100px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
    }