* {
    margin: 0;
    padding: 0;
    list-style: none
}

#top ul li {
    display: inline;
    line-height: 30px;
    margin: 0 5px
}

#top3 ul li {
    font-size: x-large;
    display: inline;
    line-height: 30px;
    margin: 0 10px
}

#top3 {
    position: fixed;
    margin: 0;
    z-index: 999;
    width: 250px;
    top: 0;
    left: 680px
}

.viajar {
    color: #fff
}

.colordiv {
    background: #3f87c6;
    background: -moz-linear-gradient(45deg, #3f87c6 0, #083e7d 57%, #083e7d 71%, #083e7d 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #3f87c6), color-stop(57%, #083e7d), color-stop(71%, #083e7d), color-stop(100%, #083e7d));
    background: -webkit-linear-gradient(45deg, #3f87c6 0, #083e7d 57%, #083e7d 71%, #083e7d 100%);
    background: -o-linear-gradient(45deg, #3f87c6 0, #083e7d 57%, #083e7d 71%, #083e7d 100%);
    background: -ms-linear-gradient(45deg, #3f87c6 0, #083e7d 57%, #083e7d 71%, #083e7d 100%);
    background: linear-gradient(45deg, #3f87c6 0, #083e7d 57%, #083e7d 71%, #083e7d 100%)
}

@media only screen and (max-width:2900px) {
    .estilofrlecha {
        color: #000;
        font-size: 40px
    }

    @media only screen and (max-width:900px) {
        #top3 {
            top: 70px;
            left: 550px
        }
    }

    @media only screen and (max-width:767px) {
        .startToky {
            display: none
        }
    }

    @media only screen and (max-width:750px) {
        #top3 {
            top: 120px;
            left: 250px
        }
    }

    @media only screen and (max-width:653px) {
        .estilofrlecha {
            color: #fff;
            font-size: 40px
        }

        #top3 {
            top: 100px;
            left: 200px
        }
    }

    @media only screen and (max-width:575px) {
        #top3 {
            top: 75px;
            left: 150px
        }

        #coorAdul {
            width: 50px;
            font-size: 10px
        }

        #coorMenor {
            top: 0;
            left: 0;
            width: 50px;
            font-size: 10px
        }

        #coorInapam {
            top: 0;
            left: 0;
            width: 50px;
            font-size: 10px
        }

        #coorEstu {
            top: 0;
            left: 0;
            width: 50px;
            font-size: 10px
        }

            #coorEstu label {
                left: -10px;
                position: absolute
            }

            #coorEstu select {
                top: 24px;
                position: absolute
            }

        #coorProf {
            top: 0;
            left: 0;
            width: 50px;
            font-size: 10px
        }

            #coorProf label {
                left: -6px;
                position: absolute
            }

            #coorProf select {
                top: 24px;
                position: absolute
            }

        #coorCuadro2 {
            height: 419px
        }
    }

    @media only screen and (max-width:400px) {
        #top3 {
            top: 65px;
            left: 120px
        }
    }

    @media only screen and (max-width:300px) {
        #top3 {
            top: 45px;
            left: 90px
        }
    }
}

.fa-phone {
    background-color: #4055a0;
    border: none;
    color: #fff;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%
}

.redSocial {
    width: 25px;
    height: 25px;
    background-color: #bfbfbf;
    border: none;
    color: #fff;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%
}

    .redSocial:hover {
        background: #003368
    }

.social a {
    font-size: xx-small;
    text-decoration: none
}

#callCenter {
    color: #000;
    font-size: x-large;
    text-decoration: none
}

.descuentos {
    border-bottom-style: solid;
    border-bottom-color: #fff
}

.lineapromo {
    border-bottom-style: solid;
    border-bottom-color: red
}

header {
    padding: 20px;
    color: #000
}

.contenedor-main {
    margin-bottom: 20px
}

.imagen2 {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    z-index: -1
}

main {
    color: #fff;
    padding: 20px 0 background: #043366;
    background: -moz-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #043366), color-stop(17%, #043366), color-stop(55%, #043366), color-stop(88%, #1484c9), color-stop(100%, #1484c9));
    background: -webkit-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: -o-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: -ms-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%)
}

#cuadroventa {
    border-style: solid
}

#idorigen {
    color: #000
}

    #idorigen::placeholder {
        color: #00a1fd
    }

    #idorigen::-webkit-input-placeholder {
        color: #00a1fd
    }

    #idorigen::-moz-placeholder {
        color: #fff
    }

    #idorigen:-ms-input-placeholder {
        color: #fff
    }

    #idorigen:-moz-placeholder {
        color: #fff
    }

#idboton {
    font-weight: 900;
    height: 100px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px
}

aside {
    padding: 60px 0;
    color: #0d47a1
}

.cuadro2 {
    color: #fff;
    border-top-style: solid;
    border-top-color: red;
    background: #043366;
    background: -moz-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0, #043366), color-stop(17%, #043366), color-stop(55%, #043366), color-stop(88%, #1484c9), color-stop(100%, #1484c9));
    background: -webkit-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: -o-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: -ms-linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%);
    background: linear-gradient(45deg, #043366 0, #043366 17%, #043366 55%, #1484c9 88%, #1484c9 100%)
}

.cuadroage {
    color: #fff;
    background: #043366
}

    .cuadroage p {
        margin: 0;
        padding: 0 0 0 200px
    }

.cuadroage2 {
    background: #fff
}

.cuadodm {
    background: #fff
}

.widgets {
    background: #f2f2f2;
    color: #424242;
    margin-bottom: 20px
}

    .widgets > div {
        background: #2196f3;
        color: #fff;
        padding: 20px
    }

footer {
    padding: 20px 0;
    background: #003368;
    color: #fff
}

#factura {
    width: 126px;
    color: #0b5996;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

    #factura:before {
        border-radius: 30px 1px;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #043466;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    #factura:active,
    #factura:focus,
    #factura:hover {
        color: #fff;
        text-align: -webkit-center
    }

        #factura:active:before,
        #factura:focus:before,
        #factura:hover:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

#capa2 {
    position: absolute;
    z-index: -9999;
    width: 100%
}

    #capa2 img {
        width: 100%
    }

.text-dark {
    color: #fff !important
}

.card-img-top {
    width: 20%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.nav-link {
    color: #fff
}

.redSocial2 {
    color: #fff;
    font-size: 30px
}

    .redSocial2:hover {
        color: #fff;
        opacity: .5
    }

.divnegro {
    background: #000
}

.panel_error {
    height: 40px;
    width: 100%;
    background-color: rgba(255, 0, 0, .7);
    border-radius: 15px 15px 15px 15px;
    padding-left: 20px;
    display: table;
    transition: width 2s
}

.boton {
    width: 30px;
    height: 30px;
    background-color: #0084cc;
    margin: 5px;
    padding: 10px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 8px;
    text-transform: uppercase;
    float: left;
    cursor: pointer
}

    .boton:hover {
        opacity: .5;
        -moz-opacity: .5
    }

    .boton p {
        width: 10px;
        height: 10px;
        color: #fff;
        text-decoration: none;
        padding: 5px 5px 5px 0;
        font-size: 20px
    }

.radio-item {
    display: inline-block;
    position: relative;
    margin-top: 3px;
    padding-left: 0
}

    .radio-item input[type=radio] {
        display: none
    }

    .radio-item label {
        color: #fff;
        font-weight: 400
    }

        .radio-item label:before {
            content: " ";
            display: inline-block;
            position: relative;
            top: 0;
            margin: 0 5px 0 0;
            width: 30px;
            height: 30px;
            border-radius: 50px;
            border: 6px solid #0084cc;
            background-color: transparent
        }

    .radio-item input[type=radio]:checked + label:after {
        border-radius: 40px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 5px;
        left: 5px;
        content: " ";
        display: block;
        background: #fff
    }

#ocultar {
    display: none
}

.tamlabel {
    width: 100%
}

.selectam {
    width: 70px
}

#clsorigen {
    width: 300px
}

.dropdown-menu.open {
    height: 200px
}

input[type=checkbox] {
    border-radius: 50px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background-color: #043367;
    border: 4px solid #fff
}

    input[type=checkbox]:checked {
        background-color: #dc3545;
        opacity: 1
    }

section {
    margin-bottom: 40px
}

    section:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

#intro1 .zelect1 {
    display: inline-block;
    background-color: #fff;
    min-width: 100%;
    cursor: pointer;
    line-height: 36px;
    border-radius: 6px;
    position: relative
}

#intro1 .zelected {
    font-weight: 400;
    color: #333;
    padding-left: 10px;
    height: 35px
}

    #intro1 .zelected.placeholder {
        font-weight: 700;
        color: #000
    }

    #intro1 .zelected:hover {
        border-color: #000;
        box-shadow: inset 0 5px 8px -6px #000
    }

#intro1 .zelect1.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#intro1 .dropdown {
    font-size: smaller;
    margin-top: 5px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #000;
    border-top: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 38px;
    z-index: 2;
    padding: 4px 8px;
    color: #333
}

    #intro1 .dropdown input {
        font-family: sans-serif;
        outline: 0;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #000;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 0 5px
    }

        #intro1 .dropdown input:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
        }

    #intro1 .dropdown ol {
        padding: 0;
        margin: 3px 0 0 0;
        list-style-type: none;
        max-height: 150px;
        overflow-y: scroll
    }

    #intro1 .dropdown li {
        padding-left: 10px
    }

        #intro1 .dropdown li.current {
            background-color: #337ab7;
            color: #fff
        }

    #intro1 .dropdown .no-results {
        margin-left: 10px
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: #000
}

​ .zelect1 li:disable {
    background: #ddd
}

section {
    margin-bottom: 40px
}

    section:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden
    }

#intro2 .zelect {
    display: inline-block;
    background-color: #fff;
    min-width: 100%;
    cursor: pointer;
    line-height: 36px;
    border: 1px solid #dbdece;
    border-radius: 6px;
    position: relative
}

#intro2 .zelected {
    font-weight: 400;
    color: #333;
    padding-left: 10px;
    height: 35px
}

    #intro2 .zelected.placeholder {
        font-weight: 700;
        color: #000
    }

    #intro2 .zelected:hover {
        border-color: #000;
        box-shadow: inset 0 5px 8px -6px #000
    }

#intro2 .zelect.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

#intro2 .dropdown {
    margin-top: 5px;
    background-color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #000;
    border-top: none;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 38px;
    z-index: 2;
    padding: 4px 8px;
    color: #333
}

    #intro2 .dropdown input {
        font-family: sans-serif;
        outline: 0;
        font-size: 14px;
        border-radius: 4px;
        border: 1px solid #000;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 0 5px
    }

        #intro2 .dropdown input:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
        }

    #intro2 .dropdown ol {
        padding: 0;
        margin: 3px 0 0 0;
        list-style-type: none;
        max-height: 150px;
        overflow-y: scroll
    }

    #intro2 .dropdown li {
        padding-left: 10px
    }

        #intro2 .dropdown li.current {
            background-color: #337ab7;
            color: #fff
        }

    #intro2 .dropdown .no-results {
        margin-left: 10px
    }

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: #000
}

​ .zelect li:disable {
    background: #ddd
}

#cbx_estado_chosen {
    color: #000;
    width: 100%
}

    #cbx_estado_chosen .chosen-drop {
        margin-top: 5px
    }

#texto {
    font-size: smaller
}

img.img-fluid {
    max-width: 700px;
    height: auto
}

#divReserva {
    text-align: center
}

div.startToky {
    bottom: 13px;
    position: fixed;
    left: 17px;
    z-index: 99999;
    cursor: pointer
}

div.chat {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    z-index: 16000002;
    width: 217px;
    height: 30px;
    right: 10px;
    bottom: 30px
}

@media only screen and (max-width:2900px) {
    #prueba2 {
        display: flex
    }

    #cuadro1 {
        margin-top: 56px
    }
}

@media only screen and (max-width:992px) {
    #prueba2 {
        display: flex
    }
}

@media only screen and (max-width:788px) {
    #prueba2 {
        display: flex
    }
}

@media only screen and (max-width:787px) {
    #prueba2 {
        display: none
    }

    #cuadro1 {
        margin-top: -100px
    }

    div.zopim {
        display: none
    }
}

@media only screen and (max-width:575px) {
    #coorCuadro2 {
        height: 439px
    }
}

@media only screen and (max-width:300px) {
    #prueba2 {
        display: none
    }
}

.divContenedor {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
