﻿#top_bar {
    background-color: #239bd7 !important;
}
#top_bar a {
    color: #fff !important;
}

#header{
    top:auto !important;
}

.text-comecio {
    color: #239bd7 !important;
}

.text-comecio2 {
    color: #00004c !important;
}

.btn-comercio {
    color: #fff;
    background-color: #239bd7;
    border-color: #239bd7;
}

.btn-comercio-2 {
    color: #239bd7;
    background-color: #fff;
    border-color: #fff;
}

.btn-flotante {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all 300ms ease 0ms;
    z-index: 99;    
}

.bg-comercio {
    color: #fff;
    background-color: #00004c;
}

.bg-comercio2 {
    color: #fff;
    background-color: #1497d5;
}

.jarallax-img {
    height: auto !important;
}

.card-body {
    background: white;
}

.title {
    margin-bottom: 5px !important;
}
.card-footer {
    background: white;
}

.card-text {
    line-height: 1.2;
    margin-top: 15px;
}

/*.card-footer .group-data-info .option-1{
    display: inline-block;
    width: 60%;
    height: 85px;
    margin: 0 1%
}*/

    .card-footer .group-data-info .option-1 .group-price {
        color: #262e69;
        margin-bottom: 0;

    }

        .card-footer .group-data-info .option-1 .group-price .price,
        .card-footer .group-data-info .option-1 .group-price .text-default {
            font-weight: bold;
            font-size: 32px;
            margin-bottom: 0;
        }

        .card-footer .group-data-info .option-1 .group-price .price-imp{
            font-weight: bold;
            font-size: 15px;
            color: #00aeef;
        }

        .card-footer .group-data-info .option-1 .group-price .text-default {
            color: #00aeef;
            margin-bottom: 0;
        }


.card-footer .group-info-button {
    display: inline-block;
    width: 100%;
}

    .card-footer .group-info-button .btn {
        width: 100%;
        max-width: 180px;
        display: table;
        margin: 15px auto 10px
    }

.card-footer .group-info-button {

    width: 30%;
    display: inline-block;
    vertical-align: middle;
}


@media ( min-width: 992px ) {

    .business_hours {
        display: inherit;
    }

    .card-product.type1 {
        max-width: 420px
    }

        .card-footer .group-data-info .option-1 .group-price .price {
            font-size: 30px
        }

        .card-footer .group-data-info .option-1 .group-price .price-imp{
            font-size: 20px
        }

        .card-footer .group-data-info {
            width: 60%;
            display: inline-block;
            vertical-align: middle
        }

        .card-footer .group-info-button {
            width: 40%;
            display: inline-block;
            vertical-align: middle
        }

        .card-body .card-text {
            height: 55px
        }
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    font-size: xx-large;
}

.sectionPadding {
    padding: 50px 0 !important;
}

.sectionPadding2 {
    padding-bottom: 20px !important;
}

.sectionPadding3 {
    padding: 0 !important;
}

.p-comodidad{
    margin: 15px 5px;
    color: #fff;
}

.marco{
    border: 6px solid #fff;
    width: 30%;
    margin: 5px;
}


@media ( max-width: 600px ) {
    .multi {
        font-size: 24px;
        text-align: left;
        margin-top: 50px;
    }

    .d-middle {
        display: initial;
    }

}

.imageEscapada {
    background-size: cover;
}

.titulo {
    font-size: 62px !important;
    font-weight: bold !important;
}

select {
    color: #00004c;
    background-color: #1497d5;
    border-radius: 10px;
    border: solid;
    width: 100%;
    padding-left: 5px;
}

.fs-smaller{
    font-size: smaller;
}

.collapse .card {
    border-radius: inherit !important;
}

p {
    line-height: 1.3 !important;
}

.imagen-viaje{
    padding-left: 0;
    margin-left: 15px;
    padding-right: 0;
}

.texto-viaje {
    margin-right: 15px;
    padding-top: 10px;
}

@media ( max-width: 600px ) {
    .imagen-viaje {
        padding-right: initial;
        padding-left: initial;
        margin-left: initial;
    }
    .texto-viaje {
        margin-right: initial;
    }
    .boton-viaje {
        margin-right: initial;
    }
    .div-boton-viaje {
        width: 45% !important;
    }
    .div-boton-viaje2 {
        width: 55% !important;
    }

}

html {
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 100%;
}
/*
@font-face {
    font-family: "Dosis";
    src: url("/fonts/dosis.ttf");
}

p, h1, h2, h3, h4, h5, a, button {
    font-family: "Dosis", cursive;
    font-size: 150%;
}
body {
    font-family: "Dosis", cursive;
}

ul, li {
    font-family: "Dosis", cursive;
}*/

#menuMP p {
    color: #fff !important;
}


.hide {
    display: none !important;
}