.progressbar li,
ul li {
    list-style-type: none
}
.pgwSlider a,
.signature a,
.textfooter2 a,
.topnav a {
    text-decoration: none
}
body {
    padding: 0;
    max-width: 2000px;
    margin: 0 auto
}
.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step
}
.progressbar li {
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d
}
.containertours li,
.modal-dialog .modal-content .modal-body ul li,
.ul-home li,
ul.lista-nosotros li {
    list-style-type: disc
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: counter(step);
    counter-increment: step;
    line-height: 30px;
    border: 2px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-color: #fff
}
.container-fluid,
.containertours {
    margin-right: auto;
    margin-left: auto
}
.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 15px;
    left: -50%;
    z-index: -1
}
.progressbar li:first-child:after {
    content: none
}
.progressbar li.active {
    color: green
}
.progressbar li.active:before {
    border-color: #55b776
}
.progressbar li.active+li:after {
    background-color: #55b776
}
@media (min-width:1200px) {
    .container {
        max-width: 1250px !important
    }
    .containertours {
        max-width: 1000px !important
    }
}
.containertours.contacto {
    margin-top: 4em
}
.containertours {
    font-family: rbtregular;
    color: grey;
    background: #fff;
    padding-bottom: 4em;
    margin-top: 1em
}
.containertours h5 {
    font-family: Oswald-Demi-BoldItalic;
    color: #2D6C9B
}
.containertours ul li {
    font-family: rbtregular;
    font-size: 1em
}
h4 {
    font-size: 16px;
    color: #000;
    border-bottom: solid 2px #fff;
    padding: 5px 2px
}
.idiomas {
    float: right
}
.menu .navbar {
    margin-bottom: 0
}
.menu .navbar-nav>li>a {
    color: #fff !important;
    padding: 0 !important;
    font-weight: 700 !important;
    font-size: 13px
}
.menu .navbar-nav>li>a:hover {
    color: #fec700 !important;
    background: 0 0 !important;
    width: 95%
}
.navbar-nav>li>a {
    text-transform: capitalize
}
h1,
h5 {
    text-transform: uppercase
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #5fb3d3 !important;
    background: 0 0 !important;
    border-bottom: solid 1px #5fb3d3
}
.compra {
    background: red
}
.footer {
    background: #007590;
    padding: 20px 0;
    color: #999;
    display: -webkit-box
}
.men_foo>ul>li>a,
.text {
    color: #c7c0c0;
    font-size: 18px;
    font-family: rbtligth
}
span.texto-previo {
    font-size: 30px;
    font-weight: 700;
    color: #2a475f
}
.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.texto-imagen {
    background: rgba(1, 55, 90, .44);
    color: #fff;
    float: left;
    font-size: 92px;
    width: 25%;
    font-weight: bolder;
    margin-left: 58px;
    text-align: justify;
    line-height: 90px;
    height: auto;
    padding: 60px 0
}
.funkyradio div {
    float: left;
    margin: 2px
}
.funkyradio label {
    padding-right: 11px;
    padding-left: 40px;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: 400
}
.funkyradio input[type=radio]:empty,
.funkyradio input[type=checkbox]:empty {
    display: none
}
.funkyradio input[type=radio]:empty~label,
.funkyradio input[type=checkbox]:empty~label {
    position: relative;
    line-height: 2.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.funkyradio input[type=radio]:empty~label:before,
.funkyradio input[type=checkbox]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px
}
.funkyradio input[type=radio]:hover:not(:checked)~label,
.funkyradio input[type=checkbox]:hover:not(:checked)~label {
    color: #888
}
.funkyradio input[type=radio]:hover:not(:checked)~label:before,
.funkyradio input[type=checkbox]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2
}
.funkyradio input[type=radio]:checked~label,
.funkyradio input[type=checkbox]:checked~label {
    color: #777
}
.funkyradio input[type=radio]:checked~label:before,
.funkyradio input[type=checkbox]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc
}
.funkyradio input[type=radio]:focus~label:before,
.funkyradio input[type=checkbox]:focus~label:before {
    box-shadow: 0 0 0 3px #999
}
.funkyradio-default input[type=radio]:checked~label:before,
.funkyradio-default input[type=checkbox]:checked~label:before {
    color: #333;
    background-color: #ccc
}
.funkyradio-primary input[type=radio]:checked~label:before,
.funkyradio-primary input[type=checkbox]:checked~label:before {
    color: #fff;
    background-color: #337ab7
}
.funkyradio-success input[type=radio]:checked~label:before,
.funkyradio-success input[type=checkbox]:checked~label:before {
    color: #fff;
    background-color: #5cb85c
}
.funkyradio-danger input[type=radio]:checked~label:before,
.funkyradio-danger input[type=checkbox]:checked~label:before {
    color: #fff;
    background-color: #d9534f
}
.funkyradio-warning input[type=radio]:checked~label:before,
.funkyradio-warning input[type=checkbox]:checked~label:before {
    color: #fff;
    background-color: #f0ad4e
}
.funkyradio-info input[type=radio]:checked~label:before,
.funkyradio-info input[type=checkbox]:checked~label:before {
    color: #fff;
    background-color: #5bc0de
}
.tabla {
    padding: 0 5px !important
}
@media all and (min-width:200px) {
    .colorcheckbox {
        background-color: #fff;
        color: #000;
        padding: 5px;
        font-weight: 700;
        font-size: 12px
    }
    .selelugar {
        padding-top: 10px
    }
    .titulo5 {
        display: none
    }
    #cantidad_de_visitantes {
        margin: 10px
    }
    .titulo3 {
        padding: 3px 11px;
        color: #fff;
        border-radius: 6px
    }
}
@media all and (min-width:768px) {
    .carrito1 {
        padding: 5px 11px;
        color: #006c9d;
        font-size: 24px !important;
        border-radius: 6px;
        border-top: -17px
    }
    .titulo3 {
        padding: 3px 8px;
        color: #fff;
        background: #006c9d;
        font-size: 14px !important;
        font-family: rbtblack;
        border-radius: 6px;
        margin-right: 5px !important;
    }
    .filtarifacolor {
        color: #eee;
        text-align: center;
        /* padding: 0px 3px; */
        /* background: #2d9cd2 !important; */
        border-radius: 5px;
    }
    .filtarifacolor.fondomapicarro{
        background: #2d9cd2;
        padding: 0px 3px;
    }
    .titulo5 {
        display: none
    }
    #cantidad_de_visitantes {
        margin: 10px
    }
}
.pgwSlider .ps-nextIcon,
.pgwSlider .ps-prevIcon {
    border-color: transparent #fff;
    border-style: solid
}
.pgwSlider {
    width: 100%;
    color: #fff
}
.pgwSlider a {
    display: block;
    color: #fff
}
.pgwSlider .ps-current {
    float: left;
    width: 74%;
    overflow: hidden;
    height: inherit;
    position: relative;
    font-size: 1rem
}
.pgwSlider.listOnTheLeft .ps-current {
    float: right
}
.pgwSlider .ps-current ul {
    width: 100%
}
.pgwSlider .ps-current li {
    width: 100%;
    z-index: 1;
    opacity: 0;
    display: none
}
.pgwSlider .ps-current img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    transition: margin-top 250ms linear
}
.pgwSlider .ps-caption {
    font-size: 25px;
    position: absolute;
    padding: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    right: 0;
    display: none;
    z-index: 3
}
.pgwSlider ul,
ul.pgwSlider {
    float: right;
    width: 25%;
    padding: 0;
    list-style: none;
    margin: 0
}
.pgwSlider.listOnTheLeft>ul,
ul.pgwSlider.listOnTheLeft {
    float: left
}
.pgwSlider>.ps-list>li,
ul.pgwSlider>li {
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    opacity: .6;
    filter: alpha(opacity=60);
    font-size: .8rem;
    transition: opacity .2s linear
}
.pgwSlider>ul>li:last-child,
ul.pgwSlider>li:last-child {
    margin-bottom: 0
}
.pgwSlider>.ps-list>li span,
ul.pgwSlider>li span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.pgwSlider .ps-current .ps-next,
.pgwSlider .ps-current .ps-prev {
    background: rgba(0, 0, 0, .5);
    top: 45%;
    cursor: pointer;
    position: absolute
}
.pgwSlider>ul>li:hover,
ul.pgwSlider>li:hover {
    opacity: 1 !important
}
.pgwSlider>ul>li img,
ul.pgwSlider>li img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear
}
.pgwSlider .ps-prevIcon {
    border-width: 10px 10px 10px 0;
    display: block
}
.pgwSlider .ps-nextIcon {
    border-width: 10px 0 10px 10px;
    display: block
}
.pgwSlider .ps-current .ps-prev {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 20px 20px 20px 17px;
    left: 0
}
.pgwSlider .ps-current .ps-next {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
    border: 1px solid #777;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 20px 17px 20px 20px;
    right: 0
}
.pgwSlider.wide>ul>li,
ul.pgwSlider.wide>li {
    width: 100% !important
}
.linea-sup,
.pgwSlider.narrow .ps-current,
.pgwSlider.narrow>ul,
ul.pgwSlider.narrow {
    width: 100%
}
.pgwSlider.narrow .ps-current {
    margin-bottom: 6px;
    font-size: .8rem
}
.pgwSlider.narrow .ps-current img {
    width: 100%;
    min-height: inherit
}
.pgwSlider.narrow>.ps-list>li,
ul.pgwSlider.narrow>li {
    float: left;
    min-height: 50px;
    max-height: 70px;
    min-width: 15%;
    font-size: .7rem;
    margin-bottom: 0
}
.pgwSlider.narrow.listOnTheLeft>ul>li,
ul.pgwSlider.narrow.listOnTheLeft>li {
    float: right
}
.pgwSlider.narrow .ps-caption {
    padding: 8px
}
.pgwSlider.narrow .ps-current .ps-prev {
    padding: 15px 15px 15px 12px;
    top: 40%
}
.pgwSlider.narrow .ps-current .ps-next {
    padding: 15px 12px 15px 15px;
    top: 40%
}
@media screen and (min-width:0px) and (max-width:600px) {
    .pgwSlider .ps-caption {
        font-size: 14px
    }
}
.banderas span {
    line-height: 29px;
    color: #006c9e;
    font-family: rbtconregular
}
.banderas ul.dropdown-menu {
    margin-top: 0 !important;
    min-width: 44px;
    padding-top: 5px 0px;
    background-color: #dadada;
}
.banderas ul.dropdown-menu a {
    padding-left: 8px !important;
    padding-right: 8px !important
}
.banderas {
    position: absolute;
    right: 15px;
    display: flex;
    top: 10px;
    z-index: 999999998 !important
}
.banderas .btn {
    padding: 0 0 0 0;
    background: none;
    margin-left: 8px;
    color: #006C9D;
    font-family: rbtbold;
    border: none
}
/*@font-face {
    font-family: rbtbold;
    src: url(../fonts/rbtbold.ttf) format("truetype")
}
@font-face {
    font-family: rbtbold-Italic;
    src: url(../fonts/rbtboldItalic.ttf) format("truetype")
}*/
@font-face {
    font-family: Oswald-Regular;
    src: url(../fonts/Oswald-Regular.ttf) format("truetype")
}
@font-face {
    font-family: Oswald-Light;
    src: url(../fonts/Oswald-Light.ttf) format("truetype")
}
@font-face {
    font-family: Oswald-Heavy;
    src: url(../fonts/Oswald-Heavy.ttf) format("truetype")
}
@font-face {
    font-family: Oswald-RegularItalic;
    src: url(../fonts/Oswald-RegularItalic.ttf) format("truetype")
}
@font-face {
    font-family: Oswald-Demi-BoldItalic;
    src: url(../fonts/Oswald-Demi-BoldItalic.ttf) format("truetype")
}
@font-face {
    font-family: rbtconligth;
    src: url(../fonts/RobotoCondensed-Light.ttf) format("truetype")
}
@font-face {
    font-family: rbtconbold;
    src: url(../fonts/RobotoCondensed-Bold.ttf) format("truetype")
}
@font-face {
    font-family: rbtconregular;
    src: url(../fonts/RobotoCondensed-Regular.ttf) format("truetype")
}
@font-face {
    font-family: rbtregular;
    src: url(../fonts/Roboto-Regular.ttf) format("truetype")
}
@font-face {
    font-family: rbtlight;
    src: url(../fonts/Roboto-Light.ttf) format("truetype")
}
@font-face {
    font-family: rbtbold;
    src: url(../fonts/Roboto-Bold.ttf) format("truetype")
}
@font-face {
    font-family: rbtblack;
    src: url(../fonts/Roboto-Black.ttf) format("truetype")
}
@font-face {
    font-family: Oswald-LightItalic;
    src: url(../fonts/Oswald-LightItalic.ttf) format("truetype")
}
.linea-sup {
    display: block;
    height: 10px
}
.linea-sup>div {
    float: left;
    height: 10px
}
.linea-sup .p1 {
    background: #3C80A1;
    width: 50%
}
.linea-sup .p2 {
    background: #00A8EC;
    width: 25%
}
.linea-sup .p3 {
    background: #1CE4D4;
    width: 25%
}
ul.lista-nosotros {
    font-family: oswald-lightitalic;
    margin-left: 20px
}
ul.lista-nosotros li {
    padding-bottom: 5px
}
h3.it {
    color: #3975a1;
    text-align: initial
}
h4.it {
    color: grey
}
/* .top40.redes a {
    width: 55px;
    height: 55px;
    background: url(/images/sprites-r.png);
    margin: 6px;
    float: left
} */
.row.como-tren .col-md-2 img,
figure {
    float: right
}
.top40.redes .fb {
    background-position: -57px
}
.top40.redes .tr {
    background-position: -113px
}
.top40.redes .tw {
    background-position: -1px
}
.top40.redes .in {
    background-position: -168px
}
#jivo_copyright {
    display: block !important
}
.cont-banderas {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 9999999999 !important
}
.cont-banderas a {
    margin-right: 10px;
    cursor: pointer
}
.row.tours-economicos h2 {
    font-family: oswald-heavy;
    color: #006c9e;
    margin-top: 0
}
a.ver-mas-economicos {
    color: #fcd500;
    border: 1px solid #fcd500;
    padding: 5px 10px;
    font-size: 20px
}
.modal-body label {
    color: #6c7477;
    font-family: oswald-regular;
    font-weight: initial;
    font-size: 16px !important;
}
button.btn-reservar-en-tours {
    background: #00E6D3;
    border: none;
    color: #fff;
    padding: 10px 40px;
    font-family: Oswald-Heavy;
    font-size: 25px;
    margin-top: 30px
}
.contenedor-link-ticket {
    padding-bottom: 5em
}
body {
    font-family: rbtlight;
    font-size: 16px;
    line-height: 1.5
}
h1 {
    font-family: rbtbold;
    font-size: 3em;
    color: #2D6C9B
}
.btn-danger,
.nav>li>a,
h5,
p.p-home {
    font-family: rbtconbold
}
.cuadro-naranja {
    background: #F8712D;
    padding: 30px 20px 50px
}
.cuadro-naranja p {
    color: #fff;
    text-align: right;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
}
.img-flotante {
    position: absolute;
    top: -47px;
    width: 200px
}
h5 {
    font-size: 16px
}
.ul-home {
    margin-left: 20px
}
p.p-home {
    margin-top: 20px;
    font-size: 18px
}
.btn-danger {
    background: #e46144 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    margin-top: 22px !important;
    font-size: 10px
}
#resultado,
#resultado2 {
    font-size: 30px;
    color: #006c9e;
    text-align: center;
    text-transform: uppercase
}
#resultado {
    margin: 30% auto
}
#resultado2 {
    margin: 10% auto
}
.nav>li>a {
    padding: 12px 6px !important
}
.navbar-toggle {}
.dropdown-menu,
.navbar {
    margin-top: 0px;
    background: rgba(255, 255, 255, .25);
    border: none
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background: 0 0
}
.dropdown-menu>li>a,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.navbar a,
.navbar-toggle {}
.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none
}
.nav li.active a,
.nav li:hover a {
    color: #f17900
}
.navbar-toggle .icon-bar {
    color: #fff;
    background: #fff
}
.como-tren {
    padding-top: 40px;
    border-top: 1px solid #e0e0e0
}
.c-llegar li {
    color: #464646;
    font-size: 17px
}
.colortext p {
    color: #464646;
    font-size: 14px
}
p {
    font-size: 16px;
    margin: 0 0 20px
}
h1.titulo-tour {
    font-size: 3.5em;
    text-align: center
}
.header-tour h1 {
    color: #fff;
    font-size: 2em;
    text-align: center
}
.header-tour h1:nth-child(1):after,
.header-tour h1:nth-child(1):before,
h1.titulo-tour-linea:after,
h1.titulo-tour-linea:before {
    content: url(../images/linea-blanca.png)
}
.containertours img {
    padding-bottom: 12px;
    display: block;
    margin: 0;
}
.containertours ul {
    margin-left: 40px
}
.header-tour .col-md-12 {
    padding: 8% !important;
    margin-bottom: 10px;
    font-family: Oswald-Regular;
    color: #fff;
    font-size: 31px
}
h1.titulo-tour-linea {
    font-size: 3.5em;
    text-align: center
}
.tipos-l ul li {
    color: #006ca1;
    font-size: 20px !important;
    font-weight: 700
}
.tipos-l ul {
    margin-left: 20px
}
.row.como-tren .num-prev {
    font-size: 31px;
    color: #3c80a1
}
.letradetallecompra {
    font-weight: bolder;
    color: #006c9d;
    text-transform: uppercase;
    font-size: 12px;
    font-family: rbtbold
}
.row.como-tren .col-md-2 {
    margin-top: 20px !important
}
.como-tren h2 {
    color: #006ca1;
    font-family: rbtbold
}
.row.como-tren h1 {
    color: #006ca1;
    font-family: rbtbold
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: rbtlight
}
#recomendaciones h1,
.titulo6 label,
h1.tit- {
    font-family: rbtbold
}
#recomendaciones h1 {
    background: url(../images/como-llegar/icono_estrella.png) no-repeat;
    padding-left: 40px;
    background-size: contain;
    color: #3C80A1;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px
}
.c-llegar {
    margin-top: 25px
}
#recomendaciones .col-md-3.col-xs-6 {
    padding: 15px 35px !important
}
div#recomendaciones {
    margin-top: 50px
}
div#recomendaciones p {
    color: #3C80A1;
    font-size: 20px;
    line-height: 20px;
    font-family: Oswald-Regular
}
#recomendaciones img {
    float: left;
    margin-right: 10px
}
.cont {
    text-align: center
}
h1.tit- {
    background-color: #00A8EC;
    color: #fff;
    font-size: 22px;
    padding: 12px 12px 12px 60px;
    width: 350px;
    text-align: center;
    margin: 5px auto;
    background-position-x: 15px;
    background-position-y: 3px
}
.titulo6 label,
.titulo7 label {
    padding: 0 !important;
    color: #4580A2
}
.titulo6 label,
.titulo7 .filtarifacolor label,
.titulo7 label {
    margin-bottom: 5px;
    font-weight: 700
}
.f-tren {
    background: url(../images/como-llegar/icono_trenblanco.png) no-repeat
}
.f-bus {
    background: url(../images/como-llegar/icono_carroblanco.png) no-repeat
}
.titulo6 label {
    margin-top: -3px;
    margin-left: -15px !important;
    font-size: 15px !important;
    letter-spacing: .5
}
.titulo7 label {
    font-size: 11px !important;
    font-family: Oswald-Regular
}
.titulo7 .filtarifacolor label {
    padding: 0 4px !important;
    background: #2d9cd2 !important;
    border-radius: 5px;
    font-size: 13px !important;
    font-family: Oswald-Regular;
    color: #fff;
    font-weight: 300;
}
.preciototalcompra,
.preciototaltotal {
    margin-top: 5px;
    border-radius: 12px;
    padding: 4px 10px;
    color: #000
}
.preciototalcompra {
    background: #B1B1B1;
    font-family: Oswald-Regular;
    font-size: 14px
}
.preciototaltotal {
    background: #FFC435;
    font-family: Oswald-Regular;
    font-size: 14px
}
.precioguia,
.preciototalguia {
    padding: 2px;
    border-radius: 12px;
    font-size: 14px;
    font-family: Oswald-Regular
}
.letraguia {
    font-family: Oswald-Regular;
    color: #2C81C9;
    text-transform: uppercase;
    font-size: 14px
}
.precioguia {
    background: #B1B1B1;
    color: #fff;
    font-weight: 300;
}
.preciototalguia {
    background: #006C9D;
    color: #fff;
    font-weight: 300;
}
.preciorestaurant {
    background: #B1B1B1;
    border-radius: 12px;
    padding: 2px 10px;
    position: relative;
    font-family: Oswald-Regular;
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
    top: 2px
}
#boton,
.header-text-2 hr,
figure {
    margin-top: 10px
}
.carousel-indicators .active {
    background-color: #2980b9
}
.carousel-inner img {
    width: 100%;
    max-height: 460px
}
.carousel-control {
    width: 0
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none
}
.carousel-control.left span,
.carousel-control.right span {
    padding: 15px;
    background-color: #000
}
.textleft {
    float: left;
    text-align: left
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0
}
.header-text,
.header-text-2 {
    position: absolute;
    right: auto;
    width: 96.66666666666666%
}
.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}
.header-text {
    top: 35%;
    left: 1.8%;
    color: #fff
}
.header-text-2 {
    top: 0;
    left: 0;
    color: #fff !important
}
.header-text-2 h3:nth-child(1) {
    font-size: 55px;
    text-align: center;
    color: #fff;
    text-transform: uppercase
}
.header-text-2 h3:nth-child(2) {
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px !important
}
.promo-home h3 {
    text-align: left
}
.header-text h2 {
    font-size: 40px
}
.header-text h2 span {
    background-color: #2980b9;
    padding: 10px
}
.header-text h3 span {
    background-color: #ffc0008a;
    padding: 15px;
    margin-bottom: 10px;
    font-family: Oswald-Regular;
    color: #fff;
    font-size: 31px
}
.header-text h3 {
    text-align: left !important;
    margin-bottom: 40px !important
}
.btn-min-block {
    min-width: 170px;
    line-height: 26px
}
.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px
}
.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}
.line {}
.topnav {
    overflow: hidden
}
.class1 {
    position: relative;
    background: rgba(255, 255, 255, .7) !important;
    padding: 85px 0 22px;
    border-radius: 0;
    margin-top: -65px;
    width: 95%;
    box-shadow: 0 1px 20px;
    margin-left: auto !important;
    margin-right: auto !important
}
.topnav a {
    float: left;
    display: block;
    color: #006c9e;
    text-align: center;
    padding: 10px 26px;
    width: 20%;
    margin-top: 45px;
    font-size: 15px
}
.topnav a:hover {
    background-color: #ddd;
    color: #000
}
.topnav .icon {
    display: none
}
@media screen and (max-width:600px) {
    .topnav a:not(:first-child) {
        display: none
    }
    .topnav a.icon {
        float: right;
        display: block
    }
    .topnav.responsive {
        position: relative
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left
    }
}
.mostrar {
    display: block;
    position: fixed;
    top: 16%
}
.imagenprovisional {
    height: 106px;
    width: 100%
}
.spacecontainers {
    top: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #5cb85c;
    padding: 16px 0
}
.btn-success {
    color: #fff;
    background-color: rgba(28, 228, 212, .68) !important;
    border-color: #1ce4d4 !important;
    width: 100% !important
}
.btn-success:hover {
    color: #fff;
    background-color: #006c9d !important;
    border-color: #006c9d !important
}
.paso1,
.paso2,
.paso3,
.paso4 {
    border-radius: 53px;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center
}
.paso1 {
    background: #f1a627
}
.paso2 {
    background: #748ab2
}
.paso3 {
    background: #8ba035
}
.paso4 {
    background: #b2b2b2
}
.almuerzoboton {
    background: #ffc435 !important;
    border: #ffc435 !important;
    margin-top: 20px !important;
    font-size: 11px !important
}
.agregarservicioguia {
    padding: 25px;
    color: #fff;
    font-family: rbtbold
}
.agregarservicioguia .yellow {
    background: #FFC435;
    padding: 19px 10px;
    color: #fff;
    font-size: 20px;
    font-family: rbtbold
}
.cont_guia .titulo4 {
    padding: 0 !important;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: Oswald-Regular;
    color: #5C80A1;
    letter-spacing: .5;
    font-weight: 700
}
.cuadroagregarguia {
    border-top: solid 10px #65ece2;
    padding: 15px;
    color: #000;
    box-shadow: 0 3px 21px #bdb2b2;
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px
}
.contentvisa {
    padding: 10px 0 !important
}
.importante p b {
    color: #BDB2B2;
    font-family: Oswald-Light;
    font-size: 22px
}
.importante a {
    color: #989898;
    font-family: rbtbold;
    font-size: 20px
}
.titulocompra {
    padding: 20px 0;
    font-size: 30px;
    margin: 16px 0 !important;
    font-family: rbtbold;
    box-shadow: 0 2px #CACACA;
    font-weight: 700;
    color: #3C80A2
}
.claseverde {
    color: green
}
.padding0 {
    padding: 0 !important
}
.almuerzo {
    border-top: solid #18E4D4 10px;
    margin-top: 20px
}
.tituloopcion {
    font-size: 14px;
    color: #013750;
    font-weight: 700;
    padding: 5px
}
.imgrest {
    padding: 5px;
    width: 40px
}
.tituloopcion2 {
    font-size: 25px;
    color: wheat;
    font-weight: 700;
    padding: 10px;
    background: #00A8EC
}
.top15 {
    top: 5px;
    margin-bottom: 5px
}
.boxcompra {
    background: #fff;
    padding: 5px;
}
.btn,
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    padding: 6px 8px;
    background: #fff;
    color: #006C9D;
    font-family: rbtbold;
    border: 1px solid;
}
.ida,
md-icon {
    color: #01375a
}
.md-datepicker-input-mask {
    height: 31px;
    width: 340px;
    position: relative;
    background: 0 0;
    pointer-events: none;
    cursor: text
}
.md-datepicker-triangle-button:hover .md-datepicker-expand-triangle,
.md-default-theme .md-datepicker-triangle-button:hover .md-datepicker-expand-triangle {
    border-top-color: #01375a !important
}
.md-datepicker-input {
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    outline: 0;
    background: 0 0;
    min-width: 120px;
    max-width: 328px;
    font-size: 18px;
    color: #01375a
}
md-icon {
    margin: auto;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    height: 24px;
    width: 24px;
    min-height: 24px;
    min-width: 24px
}
.jumbotron {
    border-radius: 0 !important
}
.md-datepicker-input-container.md-datepicker-invalid,
.md-default-theme .md-datepicker-input-container.md-datepicker-invalid {
    border-bottom-color: rgba(0, 0, 0, .12)
}
.ida {
    font-size: 17px;
    display: table-row
}
.nav-stacked>li+li {
    margin-top: 0;
    margin-left: 0
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #337ab7;
    background-color: #337ab7
}
.nav-pills>li>a {
    border-radius: 0
}
.nav-pills>li.active>a {
    background-color: #f1eded !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #337ab7
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
    background: #f1eded;
    display: -webkit-inline-box;
    width: 100%
}
.jumbotron {
    padding: 20px 0;
    margin-bottom: 0
}
@media (min-width:768px) {
    .form-inline .form-control {
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
}
.texto_tour {
    margin-bottom: 10px;
    font-size: 17px;
    font-family: Oswald-Regular;
    color: #006c9d;
    padding: 10px 20px;
    text-align: center
}
#btn-pagar,
.label_pago {
    font-family: rbtbold
}
.cont-almuerzo,
.cont_guia {
    margin-top: 2px;
    font-weight: bolder
}
#btn-pagar {
    text-transform: uppercase;
    background: #006C9D;
    color: #fff;
    font-weight: bolder;
    border-radius: 26px;
    padding: 10px 15px;
    font-size: 19px
}
ul .li_metodopago label {
    display: block;
    position: relative;
    font-weight: bolder;
    font-size: 13px !important;
    padding: 5px 25px 25px 80px;
    height: 60px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    margin-bottom: 0 !important
}
ul .li_metodopago:hover .check2 {
    border: 5px solid #aaa
}
ul li .check2 {
    display: block;
    position: absolute;
    border: 5px solid #AAA;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 20px !important;
    left: 40px !important;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    background: #AAA
}
ul li .check2::before {
    display: block;
    position: absolute;
    height: 12px !important;
    width: 12px !important;
    top: -3px !important;
    left: -3px !important;
    margin: auto;
    transition: background 0s linear;
    -webkit-transition: background 0s linear
}
input[type=radio]:checked~.check2 {
    border: none !important;
    background: #006c9d !important
}
input[type=radio]:checked~.check2::before {
    background: #006c9d !important
}
ul .li_metodopago {
    color: #1b1919 !important;
    display: block;
    position: relative;
    float: left;
    width: auto;
    height: 50px;
    font-weight: bolder
}
.label_pago {
    font-size: 14px !important;
    color: #A39898;
    font-weight: 700
}
.fa-calendar:hover {
    font-size: 20px !important
}
.personalizado {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-left: 15% !important;
    color: #01375a;
    height: 40px !important;
    border-radius: 0;
    cursor: pointer
}
.tabla ul li,
ul li label {
    font-weight: bolder;
    display: block
}
.fa-calendar:hover {
    color: red
}
.padding {
    text-align: center
}
/* .width {
    display: initial !important
} */
#jivo-label-copyright {
    display: none !important
}
h2 {
    color: #006ca1;
    font-family: rbtbold;
}
.tabla ul li {
    color: #1b1919;
    position: relative;
    float: left;
    width: 100%
}
ul li input[type=radio] {
    position: absolute;
    visibility: hidden
}
ul li label {
    position: relative;
    color: rgba(0, 108, 157, .61);
    font-family: Oswald-Regular;
    font-size: 14px !important;
    padding: 0 50px 20px 5px;
    height: 0;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    margin-bottom: 0 !important
}
ul li:hover label {
    color: #65ece2;
    font-size: 15px !important;
    font-weight: bolder
}
ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #F6CA57;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 2px;
    right: 30px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear
}
ul li:hover .check {
    border: 2px solid #1ce4d4
}
input[type=radio]:checked~.check::after {
    content: '';
    width: 11px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 2px;
    border: 3px solid #65ece2;
    border-top: none;
    border-right: none;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
input[type=radio]:checked~label {
    color: rgba(28, 193, 180, .74) !important;
    font-size: 15px !important
}
.signature {
    margin: 10px auto;
    padding: 10px 0;
    width: 100%
}
.signature p {
    text-align: center;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: .85em;
    color: #AAA
}
.signature .much-heart {
    display: inline-block;
    position: relative;
    margin: 0 4px;
    height: 10px;
    width: 10px;
    background: #AC1D3F;
    border-radius: 4px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.signature .much-heart::after,
.signature .much-heart::before {
    display: block;
    content: '';
    position: absolute;
    margin: auto;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #AC1D3F;
    top: -4px
}
.cssToolTip,
.navbar {
    position: relative
}
.signature .much-heart::after {
    bottom: 0;
    top: auto;
    left: -4px
}
.signature a {
    color: #AAA;
    font-weight: 700
}
.titulo-adicional,
h3.titulo-servicio {
    color: #013750;
    text-align: left
}
.titulo-adicional {
    border-bottom: 2px solid #5cb85c;
    font-size: 22px;
    font-weight: 600
}
/* .col-md-1 {
    padding-right: 10px !important;
    padding-left: 1px !important
} */
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/* .padding-lr {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 20px
} */
.fondocaminoinca,
.fondotren {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat
}
.fondotren {
    background-image: url(../images/foto-machupicchu.jpg);
    margin: 40px 0 0;
    height: 480px;
    background-position: 0 0
}
.fondocaminoinca {
    background-image: url(../images/foto-caminoinca.jpg);
    margin: 30px 0 0;
    height: 220px;
    background-position: 0 -20px
}
label.textocomprado {
    margin-top: 6px;
    font-size: 15px !important
}
.nume {
    border: 5px solid #5fb3d3;
    font-size: 25px;
    border-radius: 33px;
    padding: 7px 21px 6px;
    font-weight: bolder;
    background: #fff
}
/* .texto {
    background: #5fb3d3;
    color: #fff;
    padding: 0 7px 0 10px;
    height: 36px;
    margin-top: 11px;
    font-size: 30px;
    margin-left: -6px;
    text-transform: uppercase;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 37px
} */
.example4 {
    margin-top: 40px
}
/* .circulo-letra {
    border: 2px solid #fff;
    border-radius: 33px;
    width: 1px;
    padding: 0 8px
} */
.banner,
.cssToolTip span img {
    width: 100%
}
.totalacumulado {
    color: #fff;
    padding: 2px 0 0 8px !important
}
.titulo4 {
    padding: 0 !important;
    margin-top: 3px;
    font-size: 13px;
    margin-bottom: 5px;
    font-family: Oswald-Regular;
    color: #4580A2;
    letter-spacing: .5;
    font-weight: 700
} 
 .titulo4 label {
    font-weight: 700;
    float: right !important;
    text-align: left !important;
    width: 100%
}
.centrar,
.contenttext p,
.modal-body h4,
span.titulo4 {
    text-align: center
} 
 .titulo44 label {
    font-weight: 700;
    color: #2a475f
}
.fondoplomo {
    margin-top: 18px;
    border-top: 10px solid #1ce4d4;
    background: #fff;
    display: grid;
    padding: 0 10px 10px;
    box-shadow: 0 3px 13px #bdb4b4
}
.fondoblanco {
    margin-top: 15px;
    padding-top: 15px
}
.star {
    color: #ffbf00;
    font-size: 18px
}
span.titulo4 {
    padding-left: 10px
}
.blank {
    color: #9ea1a2;
    font-family: rbtbold;
    font-size: 11px
}
.banner {
    z-index: -1
}
select.form-group-sm .form-control,
select.input-sm {
    color: #1c2935c2 !important;
    font-size: 11px !important;
    /* font-family: rbtbolder !important; */
}
.contenedorticket {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px
}
label {
    font-size: 13px !important;
    color: #A39898;
    font-family: rbtbold
}
.spacepagos {
    padding: 5px 15px
}
.modal-dialog .modal-content .modal-header h4 {
    text-align: center;
    font-size: 20px;
    padding: 0;
    font-weight: 700;
    margin-bottom: -5px;
    margin-top: 0;
    color: #006c9d;
    font-family: rbtbold
}
.modal-body h4 {
    color: #006c9d;
    font-family: rbtbold
}
#myModalTerm .terminos h4 {
    font-size: 14px !important;
    color: #000 !important;
    border-bottom: solid #007590;
    font-weight: 700;
    padding: 6px 8px !important
}
.modal-dialog .modal-content .modal-body ul {
    margin-left: 20px !important;
    padding-bottom: 5px
}
.modal-body {
    overflow: auto
}
.modal-dialog .modal-content .modal-body ul li:hover {
    background: #fff !important;
    cursor: default !important;
    color: #000 !important
}
.contenttext {
    padding-bottom: 10px
}
.contenttext p {
    color: #ffbf00;
    font-size: 20px;
    font-family: Oswald-Regular
}
.titlecuatro,
.titletitle {
    text-align: center;
    color: rgba(36, 104, 162, .82);
    margin-bottom: 10px
}
.letranumero,
.number,
.titlecuatro {
    font-family: rbtbold
}
.titletitle {
    border-radius: 5px
}
.titlecuatro {
    border-radius: 3px;
    padding: 45px 0 0;
    font-size: 35px
}
.cssToolTip span,
.cssToolTip2 span {
    background: #fff;
    top: 0;
    font-weight: 700;
    padding: 5px;
    height: auto;
    z-index: 100
}
.numero {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 43px
}
.letranumero {
    font-size: 30px
}
.cssToolTip {
    color: #ff8c00
}
.cssToolTip span {
    border: 2px solid #007590;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #333;
    color: #000;
    right: -330px;
    width: 330px;
    display: none;
    position: absolute;
    line-height: 13px
}
.cssToolTip:hover span {
    display: inline
}
.cssToolTip2 {
    position: relative
}
.cssToolTip2 span img {
    width: 100%
}
.cssToolTip2 span {
    text-align: justify;
    border: 1px solid #777;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #333;
    color: #777;
    right: -100px;
    width: 100px;
    display: none;
    position: absolute;
    line-height: 17px;
    font-size: 11px;
    letter-spacing: 1px
}
.botoncar,
.botoncardes {
    height: 37px;
    font-size: 10px;
    margin: 22px 0;
    font-weight: 700;
    text-transform: uppercase
}
.cssToolTip2:hover span {
    display: inline
}
.paddingtop {
    text-align: center;
    padding-top: 8px
}
.botoncar {
    background: #8ad563;
    border-color: #8ad563;
    /* letter-spacing: .5px */
}
.botoncardes {
    background: #FFC435;
    border-color: #FFC435
}
.titulotour {
    text-transform: uppercase;
    text-align: center;
    padding-top: 10px;
    color: #01375a;
    font-size: 15.7px;
    font-weight: 700;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 10px
}
.fondocontent {
    background: #d0e8ed;
    border-radius: 4px
}
.space {
    height: 100px
}
.header {
    z-index: 222;
    position: initial
}
.paddingletfzero {
    padding-left: 0
}
.paddingrightzero {
    padding-right: 0
}
#jsfechacantidad {
    background: #1B0088;
    color: #fff
}
.icono {
    font-size: 35px !important;
    color: red;
    position: absolute;
    left: 37%;
    top: -40px;
    z-index: 10
}
.ticket-previo {
    display: block;
    position: relative;
    box-shadow: 0 5px 8px #b7b3b3
}
.number {
    padding: 20px;
    font-size: 50px;
    position: absolute;
    color: #ffbf00
}
.blue p,
.menuright {
    font-family: Oswald-Regular
}
.menuright {
    padding: 30px 0 0 70px;
    width: 100%;
    color: rgba(0, 108, 157, .83);
    cursor: pointer;
    height: 115px !important;
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    border-width: 0
}
.center,
h3 {
    text-align: center
}
pre {
    tab-size: 8
}
@media screen and (max-width:768px) {
    .side-collapse-container {
        max-width: 100%;
        position: relative;
        left: 0;
        transition: left .4s
    }
    .side-collapse-container.out {
        left: 200px
    }
    .side-collapse {
        top: 50px;
        bottom: 0;
        left: 0;
        width: 200px;
        position: fixed;
        overflow: hidden;
        transition: width .4s
    }
    .side-collapse.in {
        width: 0
    }
}
figure,
figure img {
    width: 180px
}
/* .banner-home {
    position: relative;
    display: block
} */
/* #detallec,
.ocultar {
    display: none
} */
/* .vervideo {
    padding: 0 15px
} */
.despliegue {
    padding: 0 26px
}
.numerospasajeros {
    font-size: 16px
}
h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}
.textointro {
    padding: 0 25px;
    margin-top: 7px
}
.textopequeno {
    font-size: 10px;
    color: #007590;
    text-align: justify;
    font-weight: 700
}
.fondoblanco {
    background: #fff;
    border-radius: 4px;
    padding: 0 !important
}
.white {
    color: #fff
}
.contenedor1 {
    background: 0 0 !important
}
.fecha {
    padding: 20px;
    color: #007590;
    font-weight: 700
}
.calendario {
    margin-left: auto
}
.textonumero {
    padding: 10px
}
.btnmasmenos {
    color: #000;
    padding: 0 8px;
    font-size: 15px;
    margin-bottom: 5px;
    background: #fff !important;
    border: 1px solid #007590;
    box-shadow: 0 2px 4px 0
}
#idfechacantidad,
#idticketbus,
#idticketmapi,
#idtickettransporte,
#idtickettrenes {
    padding: 15px;
    background: #1B0088;
    position: absolute;
    width: 100%;
    margin: auto;
    transition: height .4s
}
#caja,
#caja1,
#caja2,
#caja3,
#cajapasajeros {
    height: 0;
    background: #f4f4f4;
    opacity: 0
}
#boton,
#btnPasajeros {
    width: 98%;
    cursor: pointer;
    box-shadow: 0 0 1px #000;
    display: inline-block
}
* {
    margin: 0;
    padding: 0
}
figure {
    display: inline-block
}
#contenedor {
    width: 50%;
    margin: auto
}
.botonguardar {
    float: right;
    text-align: right
}
table tbody tr td button {
    color: #000 !important
}
#cajapasajeros {
    width: 91%;
    font-size: 10px;
    color: #007590;
    z-index: 200;
    border-radius: 4px;
    transition: height 0s;
    position: absolute
}
#idfechacantidad {
    height: 250px
}
#idticketbus,
#idticketmapi,
#idtickettransporte,
#idtickettrenes {
    height: 0;
    opacity: 0
}
#caja,
#caja1,
#caja2,
#caja3 {
    width: 100%;
    margin: auto;
    transition: height .4s
}
#boton {
    padding: 10px;
    margin-bottom: 10px
}
#boton:hover,
#btnPasajeros:hover {
    opacity: .8
}
.right {
    padding: 8px
}
/*.logo {
    padding: 5px 0;
    text-align: center;
    margin-left: 35px
}*/
.allhover:hover .eventitle {
    color: #fff !important
}
.allhover:hover .descripcion {
    color: #ffd800 !important
}
.red {
    background: red
}
.azul {
    background: #00f
}
.green {
    background: green
}
.plomo {
    background: #efefef
}
.left {
    float: left
}
.title {
    padding: 15px 21px;
    color: #000;
    font-weight: 700;
    background: #f5f5f6;
    font-size: 1.3em
}
.descripcion {
    font-size: 13px;
    color: #a6a6b3
}
.eventitle,
.precio {
    font-size: 20px;
    font-weight: 700
}
.eventitle {
    color: #3b5998
}
.space {
    padding: 15px 5px
}
.precio {
    padding: 20px 5px;
    color: #EF6C0F;
    float: right
}
.botonticket {
    padding: 25px 5px;
    text-align: center
}
.boton {
    background: #588B40 !important;
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px
}
.linea {
    border-bottom-style: dashed;
    border-width: 1px;
    color: #3b5998
}
.allhover:hover {
    background: green !important;
    color: #fff !important
}
.allhover,
.rowsinmargin {
    margin-left: 0 !important;
    margin-right: 0 !important
}
.headercontent {
    padding: 0 5px;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 100000000
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important
}
.right {
    float: right;
    font-weight: 700;
    font-size: 15px
}
.textoright {
    text-align: right
}
.barraderecha {
    border-right: solid 1px #fff
}
.container90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto
}
.container90 ul li:hover {
    background: 0 0 !important;
    color: #000 !important
}
.blue,
.titulodetalle {
    background: #006C9D;
    color: #fff
}
.textoinfo {
    font-size: 11px;
    font-weight: 700
}
.content {
    padding: 20px
}
.sinmarginbotton {
    margin-bottom: 0 !important
}
.table-responsive.table {
    margin: 0 auto;
    width: 500px !important
}
table {
    border-collapse: initial !important
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px !important;
    line-height: 1.42857143;
    vertical-align: top;
    border-right: 0 solid #ddd !important
}
.ancho {
    width: 200px
}
.ancho2 {
    width: 180px
}
.titulodetalle {
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    font-size: 22px;
    padding: 8px
}
.blue {
    padding: 10px 7px 1px 0
}
.blue p {
    font-size: 16px
}
.avisocompra {
    color: #11E0D4
}
.cabeceraclientes {
    font-size: 20px;
    color: #2977A1;
    padding: 4px;
    border-radius: 3px;
    text-transform: uppercase;
    FONT-FAMILY: rbtbold;
    font-weight: bolder
}
.bodyclientes {
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 10px
}
.pintarfondo {
    background: #E5E5E5;
    box-shadow: 3px 2px 4px rgba(189, 187, 187, .79)
}
.tituloservicio,
.tituloservicio>.titulos {
    font-size: 13px;
    color: #4380AF;
    font-family: Oswald-Light;
    font-weight: 700
}
.detalleservicio {
    font-size: 12px;
    line-height: 15px;
    margin-left: 30px;
    font-family: arial
}
.botonpagofinal {
    text-align: center;
    margin-top: 10px
}
span.total {
    float: right;
    margin-right: 15px
}
span.cantidad {
    padding-right: 15px
}
.pegadoarriba {
    position: fixed;
    min-width: 316px;
    top: 26%
}
.table-responsive.cdetalle {
    background: #fff
}
.btn-aceptar {
    margin-top: 19px;
    font-weight: 700;
    border-radius: 0 !important;
    height: 40px !important
}
.fechaa {
    color: #A39898 !important
}
.totalclassprecio {
    padding: 19px 5px;
    background: #006C9D;
    color: #fff !important
}
.totalclass {
    color: #fff;
    text-align: right;
    font-family: rbtbold;
    font-size: 25px
}
.textfooter,
.textfooter li a {
    color: #969696;
    font-size: 18px;
    font-family: rbtligth
}
.lineend {
    border-bottom: 2px solid #1ce4d4
}
.procesar_compra:hover {
    background: #FFC000 !important;
    border-color: #fff !important;
    border: 2px solid #fff
}
.iconocompra {
    padding: 8px 20px
}
.fondofooter {
    background: url(../images/pie_pagina.png);
    background-size: cover
}
.fondosus .form-control {
    width: 100% !important;
    padding: 14px !important;
    height: 40px !important;
    border-radius: 0 !important
}
.fondosus {
    background: #e2aa04;
    padding: 10px
}
.textfooter {
    margin-bottom: 8px;
    line-height: 24px
}
.textfooter li {
    list-style-type: disc !important
}
.textfooter ul {
    padding-left: 25px
}
.textfooter2 a {
    color: #464646 !important;
    font-size: 20px !important;
    font-family: rbtligth !important;
    list-style-type: circle
}
.iconofooter {
    color: #bbb7b7;
    float: left;
    height: 40px;
    font-size: 40px;
    padding-bottom: 6px
}
.footerboton {
    margin-top: 0;
    background: #006c9d !important;
    border: #006c9d !important;
    color: #fff
}
.padding20 {
    padding: 20px 0
}
.top40 {
    margin-top: 40px
}
.fondofooter h4 {
    color: #006c9d !important;
    font-family: rbtbold !important;
    font-size: 25px !important;
    border-bottom: none !important
}
.fondosus .text {
    color: #fff;
    font-size: 21px;
    TEXT-TRANSFORM: UPPERCASE;
    font-family: rbtbold;
    TEXT-ALIGN: CENTER;
    padding-top: 10px
}
.procesar_compra {
    background: #fff;
    padding: 14px !important;
    text-transform: uppercase;
    font-size: 14.5px;
    border-radius: 4px;
    font-family: rbtbold;
    color: #006c9d;
    border: 0 solid #fff;
    height: 45px;
    font-weight: bolder;
    letter-spacing: 1px
}
.cdetalle {
    padding: 0 5px
}
#detallecliente {
    display: block;
    z-index: 100000;
    box-shadow: 0 1px 2px #006c9d
}
.panel-visa {
    border-color: #007590;
    background: #F3FCFF
}
p.text-importante {
    padding: 25px 20px;
    border: 2px dashed #FC3328;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px
}
.text-importante {
    padding: 15px 15px 10px 10px;
    border: 2px dashed #dfac1c;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1px
}
.importante-2,
.importante-c {
    color: #fff;
    padding: 4px;
    letter-spacing: 1px;
    position: absolute
}
.importante-2 {
    border: 1px solid #dfac1c;
    background: #dfac1c;
    margin: -31px 0 0 22px
}
.importante-c {
    border: 1px solid #FC3328;
    background: #FC3328;
    margin: -15px 0 0 22px
}
.border-color {
    height: 28px !important;
    padding-left: 5%;
    font-size: 13px;
    font-weight: bolder
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 0 !important
}
.daterangepicker .calendar td,
.daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 23px !important
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 0 !important;
    height: auto;
    margin: 0;
    cursor: default
}
.edades {
    padding: 18px 5px 5px;
    background: rgba(212, 223, 223, .15)
}
.cont-edades {
    display: -webkit-inline-box;
    +margin-top: 5px
}
.texto-edad {
    position: absolute;
    width: 47px;
    color: #ea7964;
    font-weight: 700
}
.menuright:focus {
    outline: 0 !important
}
.alertadescuento {
    color: red;
    font-weight: bolder;
    border: 4px solid #fff;
    font-size: 13px;
    text-align: justify !important;
    padding: 0 5px
}
@media (max-width :680px) {
    .menuright:focus {
        outline: 0 !important
    }
    #detallec {
        display: initial
    }
    #detallecliente,
    .animacion-boton {
        display: none
    }
    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important
    }
    .padding {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
    .contenedor1 {
        width: 100%;
        border-radius: 15px;
        background: 0 0 !important
    }
/*    .logo {
        margin-top: 30px;
        padding: 20px 0;
        margin-left: auto;
        margin-right: auto
    }*/
    span.titulofn {
        font-size: 12px;
        font-weight: bolder;
        line-height: 0;
        color: #747474
    }
    img.carro {
        padding-top: 23px !important
    }
    .container,
    .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
    .container90 {
        width: 100%
    }
    .cssToolTip span {
        background: #fff;
        border: 2px solid #007590;
        border-radius: 5px;
        box-shadow: 5px 5px 5px #333;
        color: #000;
        right: 0;
        top: 0;
        font-weight: 700;
        padding: 5px;
        width: 128px;
        height: auto;
        display: none;
        position: absolute;
        z-index: 100;
        line-height: 13px;
        text-align: justify
    }
    .datos-prev {
        margin-right: 0;
        margin-left: 0
    }
    md-dialog md-dialog-content .md-dialog-content-body {
        padding: 10px !important;
        text-align: center !important;
        color: #000 !important;
        font-weight: 700 !important
    }
    .navbar-nav>li {
        width: auto !important
    }
}
.md-datepicker-calendar-pane.md-pane-open {
    z-index: 999999 !important
}
.md-calendar-day-header,
.md-default-theme .md-calendar-day-header {
    background: #4c83b3 !important;
    color: rgba(255, 255, 255, .87) !important
}
a:focus,
a:hover {
    color: none !important;
    text-decoration: none !important
}
.recomendaciones {
    background: url(../images/como-llegar/icono_estrella.png) no-repeat;
    padding-left: 40px;
    background-size: contain;
    color: #3C80A1;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: rbtbold
}
.box-info .box-info-body .glyphicon, .box-info .box-info-body .fa-search{
    color: #fff;
    background: #F1D42A;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    top: initial
}
.mapa {
    position: absolute;
    top: 13px;
    right: 140px;
    z-index: 99999999999 !important;
    font-family: rbtconregular
}
.mapa.mp-es {
    right: 60px;
}
.mapa.mp-es.topheader {
    right: 122px;
}
.textomedio,
.titulocentral {
    font-weight: 700;
    font-family: rbtbold;
    color: #2D6C9B
}
.lineaytexto {
    margin: 0 10px;
    width: 100px;
    border-top: 4px solid #00E6D3;
    position: relative;
    top: 40px;
    float: left
}
.textomedio {
    font-size: 3.2em;
    float: left
}
.titulocentral {
    font-size: 3.3em;
    text-align: center
}
.btn-reservar-en-img {
    background: #00E6D3;
    border: none;
    color: #fff;
    padding: 10px;
    font-family: Oswald-Heavy;
    font-size: 20px;
    /* position: absolute; */
    position: relative;
    top:-55px;
    border-radius: 0 27px 0 0;
    /* margin-top: -62px */
}
.subtitulo {
    text-align: center;
    font-size: 2.3em;
    /* font-family: rbtbold; */
    color: #2D6C9B
}
@media (max-width:767px) {
    .box-info-img {
        width: 100%
    }
    .containertours>.row>.col-md-12>.row>div,
    .containertours>.row>.col-md-12>div>div {
        margin-left: 0 !important
    }
    h1 {
        width: 100% !important;
        font-size: 2em !important
    }
    h2 {
        width: 100% !important;
    }
    h3 {
        width: 100% !important;
    }
    .col-md-4.item-t {
        margin-bottom: 25px
    }
    .contenedor-link-ticket a {
        display: block;
        padding: 5px 10px !important
    }
    .img-flotante,
    .row.como-tren .col-md-3 img {
        display: none
    }
    .contenedor-link-ticket .col-md-12 {
        padding: 0 !important
    }
    .dropdown-menu,
    .navbar {
        margin-top: 0 !important
    }
    .fondofooter {
        padding-top: 20px
    }
}
.cd-main-content.nav-is-visible,
header.nav-is-visible {
    transform: translateX(-260px)
}
.cd-main-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    visibility: hidden
}
.cd-main-nav.nav-is-visible {
    visibility: visible
}
.cd-main-nav li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(260px)
}
.cd-main-nav.moves-out>li>a {
    transform: translateX(-100%);
    opacity: 0
}
.cd-main-nav.moves-out>li>ul {
    transform: translateX(0)
}
.scrollUp {
    width: 40px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #e46144;
    z-index: 10000;
    transition: opacity 1s ease-out;
    display: block;
    /*opacity: 1;*/
}
/* < !--[data-notify=progressbar] {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px
} */
body {
    color: #464646;
}
.down {
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 999;
    background: rgba(243, 174, 26, .94);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    animation: nextSec 1s infinite
}
@media (min-width:1200px) {
    .header .container {
        max-width: 1300px !important
    }
}
@-webkit-keyframes nextSec {
    0% {
        opacity: .8
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .8
    }
}
.down i {
    font-size: 30px;
    color: white;
    line-height: 50px;
}
.btn-contact {
    background: #F8712D;
    padding: 10px 20px;
    color: white;
}
.wrap_mW {
    bottom: 0 !important;
}
.titulohidden {
    display: none !important;
}
.containertours h3 {
    color: #006c9e;
    text-align: left;
}
.containertours h4 {
    color: #006c9e;
    /* text-align: left; */
    font-size: 1.17em;
}
h1#looks {
    background-color: #fff;
    color: #34495e;
}
h1#amazing {
    background-color: #34495e;
    color: #fff;
    margin: 0px -5px;
}
h1#place {
    background-color: #3498db;
    color: #fff;
}
.d-g h4 {
    text-align: center;
}
.d-g img {
    display: block;
    margin: 0 auto;
}
.row.d-g {
    margin-bottom: 50px;
}
.row.d-g span {
    text-align: center;
    display: block;
}
.ofertahome p {
    color: #f8712d;
    font-family: rbtbold;
}
.ofertahome {
    margin-top: 20px;
}
.contacto h3 {
    text-transform: uppercase;
}
.contenedor-link-ticket a {
    background: #00E6D3;
    padding: 5px 30px;
    border: none;
    color: white;
    font-size: 2em;
    font-family: rbtbold;
}
.navbar-right {
    margin-top: 50px;
}
@media (max-width: 767px) {
    h1#p1 {
        top: 30%;
        left: -30% !important;
    }
    h1#p2 {
        top: 30%;
        left: -25% !important;
    }
    h1#p3 {
        top: 30%;
        left: -20% !important;
    }
    h1#p4 {
        top: 30%;
        left: -15% !important;
    }
    h1#p5 {
        top: 30%;
        left: -10% !important;
    }
    h1#p6 {
        top: 30%;
        left: -5% !important;
    }
    h1#p7 {
        top: 30%;
        left: 0% !important;
    }
    h1#p8 {
        top: 30%;
        left: 5% !important;
    }
    h1#p9 {
        top: 30%;
        left: 10% !important;
    }
    h1#p10 {
        top: 30%;
        left: 15% !important;
    }
    h1#p11 {
        top: 30%;
        left: 20% !important;
    }
    h1#mark {
        top: 30%;
        left: 25% !important;
        
    }
}
@media (min-width:320px) and (max-width:414px) {
    .banderas {
        right: 5px;
    }
    .mapa.mp-es {
        right: 80px;
    }
    .banner-home {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .header-text {
        top: 35%;
        left: 1.8%;
        color: #fff;
    }
    .class1 {
        padding: 3px 0 22px;
    }
    .header-text h3 span {
        display: none;
    }
}
a.ins {
    background-position: 86px !important;
}
.top20 {
    margin-top: 20px;
}
h3 {
    font-family: rbtbold;
}
@media only screen and (min-width: 991px){
    .redes-flotantes {
        position: fixed;
        top: 40%;
        z-index: 99999999;
        left: 4px;
        background: rgba(228, 237, 208, 0.54);
        border-radius: 20px;
    }
}
@media only screen and (max-width: 991px){
    .redes-flotantes {
        position: fixed;
        top: 30%;
        z-index: 99999999;
        right: 4px;
        background: rgba(228, 237, 208, 0.54);
        border-radius: 20px;
    }
    h2.h2-home.header-tour-title, h1.h2-home.header-tour-title{
        margin-top: 3em;
    }
    h2.h2-home:before, h1.h2-home:before, h2.h2-home:after, h1.h2-home:after{
        display: none;
    }
}
.redes-flotantes i {
    color: white;
    font-size: 20px;
}
.redes-flotantes i:hover {
    color: #006c9e;
}
.redes-flotantes li {
    width: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.redes-flotantes ul {
    padding: 0px 5px;
}
.tipos-l ul li ul {
    margin-top: 0;
}
ul.lista-items {
    margin-left: 20px;
}
ul.lista-items li {
    list-style-type: disc !important;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.tbl-razon-social {
    background-color: #fff;
    margin: 0px 2px 0px 2px;
    border-bottom: solid;
    border-bottom-color: inherit;
    border-bottom-width: 1px;
    line-height: 2rem;
}
.mb-1 {
    margin-bottom: 1rem;
}
.logotripadvisor {
    position: absolute;
    right: 2rem;
    z-index: 9999;
    top: 40rem;
    background: #ffffffba;
    border-radius: 10px;
}
.redessociales {
    width: 55px;
    height: 55px;
    margin: 6px;
    font-size: 30px;
    border-radius: 50%;
    background: #FFC515;
    color: #ffffff;
    padding-top: 4px;
    float: left;
}
.redessociales:hover {
    color: #ffffff;
}
.rs-facebook:hover {
    background: #3B5697;
}
.rs-youtube:hover {
    background: #E02A26;
}
.rs-instagram:hover {
    background: #f145a7fa;
}
.rs-tripadvisor:hover {
    background: #589541;
}
.rs-f a {
    background: url(../images/sprites-miticket/sprite-miticket.png);
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.rs-f ul>li:nth-child(1) a {
    width: 35px;
    height: 35px;
    background-position-x: -7px;
    background-position-y: -97px;
}
.rs-f ul>li:nth-child(2) a {
    width: 35px;
    height: 35px;
    background-position-x: -6px;
    background-position-y: -132px;
}
.rs-f ul>li:nth-child(3) a {
    width: 32px;
    height: 32px;
    background-position-x: -6px;
    background-position-y: -168px;
}
.rs-f ul>li:nth-child(4) a {
    width: 32px;
    height: 32px;
    background-position-x: -7px;
    background-position-y: -203px;
}
.banderas span.ban-dera {
    background: url(../images/sprites-miticket/sprite-miticket.png);
    background-repeat: no-repeat;
    display: inherit;
    margin: 0 auto;
}
.banderas .dropdown span.b-pt {
    width: 28px;
    height: 18px;
    background-position-x: -7px;
    background-position-y: -58px;
    margin-top: 6px;
}
.banderas .dropdown span.b-es {
    width: 28px;
    height: 18px;
    background-position-x: -7px;
    background-position-y: -8px;
    margin-top: 6px;
}
.banderas .dropdown span.b-en {
    width: 28px;
    height: 18px;
    background-position-x: -7px;
    background-position-y: -33px;
    margin-top: 6px;
}
.banderas .dropdown-menu span.b-es {
    position: absolute;
    width: 28px;
    height: 18px;
    background-position-x: -7px;
    background-position-y: -8px;
    margin-top: 2px;
}
.banderas .dropdown-menu span.b-en {
    position: absolute;
    width: 28px;
    height: 18px;
    background-position-x: -7px;
    background-position-y: -33px;
    margin-top: 2px;
}
.banderas .dropdown-menu span.b-pt {
    position: absolute;
    width: 28px;
    height: 18px;
    background-position-x: -7px;
    background-position-y: -58px;
    margin-top: 2px;
}
.caret {
    margin-bottom: 9px;
}
.btn .caret {
    margin-left: 2px;
}
h2.h2-home, h1.h2-home{
    position: relative;
    text-align: center;
    font-size: 1.5em;
    margin: 0.83em 0;
}
h2.h2-home:before, h1.h2-home:before{
    position: absolute;
    content: "";
    height: 2px;
    background-color: #006ca1;
    width: 5%;
    margin-left: -70px;
    top: 17px;
}
h2.h2-home:after, h1.h2-home:after{
    position: absolute;
    content: "";
    height: 2px;
    background-color: #006ca1;
    width: 5%;
    margin-left: 8px;
    top: 17px;
}
.row.desktop, .row.ofertahome{
    /*margin: 0px 40px;
    padding: 0px 2.5rem;*/
}
a {
    color: #006CA1;   
}
.hidden{
    position: absolute;
    opacity: 0;
    /*transition: opacity 1s linear;*/
}
@media screen and (max-width: 425px) {
    .top-map{
        display: none;
    }
}
input.form-control.input-sm {
    font-size: 11px;
    
}
.dropdown-menu.show {
    display: contents;
}
a.down>svg {
    font-size:30px;
    color: white;
    line-height: 50px;
    font-weight: 900;
    margin-top: 10px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}
.hide{
  display: none;  
}
h3.little-index{
    color: #006ca1;
    font-size: 1.60rem;
}
.little-index{
    color: #006ca1;
    font-size: 1rem;
}
li a.little-index:hover{
    color: #f17900;
}
.border-primary {
    border-color: #006c9e!important;
}
.fondo-testimonios {
    background: url(../images/banner/fondo-comentarios.jpg) 100% /cover;
     /* background-size: cover;  */
}
button.btn.btn-outline-secondary.botoncoment {
    background: none;
    color: white;
}