@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cinzel:400,700|Open+Sans:400,600,700);
html {
    margin: 0;
    padding: 0;
}
body {
    padding: 0;
    font: 400 1.5em/1.65em 'Open Sans', sans-serif;
    background: #333;
}
a {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: none;
    color: #e29131;
}
a:focus {
    outline: 0px;
    text-decoration: none;
}
input:focus {
    outline: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.oculto {
    display: none;
    visibility: hidden;
}
.clear {
    clear: both;
}
.full-width {
    width: 100%;
    float: left;
}
.boton {
    display: inline-block;
    padding: 8px 15px 10px;
    font-weight: 600;
    color: #fff !important;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: #ff854e 1px solid;
    border-bottom: #b44411 1px solid;
    background: #de7c4a;
    background: -moz-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de7c4a), color-stop(100%, #ce5927));
    background: -webkit-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: -o-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: -ms-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: linear-gradient(to bottom, #de7c4a 0%, #ce5927 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#de7c4a', endColorstr='#ce5927', GradientType=0);
}
.boton.secundario {
    border-top-color: #afa99f;
    border-bottom-color: #6c665d;
    background: #908A81;
    background: -moz-linear-gradient(top, #a7a197 0%, #908A81 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7a197), color-stop(100%, #908A81));
    background: -webkit-linear-gradient(top, #a7a197 0%, #908A81 100%);
    background: -o-linear-gradient(top, #a7a197 0%, #908A81 100%);
    background: -ms-linear-gradient(top, #a7a197 0%, #908A81 100%);
    background: linear-gradient(to bottom, #a7a197 0%, #908A81 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a7a197', endColorstr='#908A81', GradientType=0);
}
.boton:hover {
    color: #fff;
    border-top-color: #ff854e;
    border-bottom-color: #b44411;
    background: #e29131;
}
.titulo {
    font: 400 1.6em/0.9em 'Cinzel', sans-serif;
}
.titulo .pre {
    font-size: 0.9em;
}
.titulo .big {
    display: block;
    clear: both;
    font-size: 1.45em;
    line-height: 1.3em;
}
.titular-pagina {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.titular-pagina .titulo {
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background: #333;
}
.titular-pagina hr {
    display: block;
    width: 100%;
    margin: -15px 0 0;
    border-color: #fff;
    border-width: 1px;
}
input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    width: 100%;
    height: auto;
    padding: 8px 12px;
    font-size: 1em;
    color: #3b3b3b;
    border: 1px #d1ccc7 solid;
    border-radius: 3px;
    background: #DBD6D2;
}
label,
legend,
.legend {
    font: 600 0.9em/0.7em 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #5b5b5b;
}
legend {
    font-size: 1.05em;
    color: #cd5725;
}
.legend {
    line-height: 1em;
    color: #fff;
}
.error {
    color: #f00;
    display: none;
    font: bold 0.7em "Open Sans", sans-serif;
}
.importante {
    clear: both;
    display: inline-block;
    width: auto;
    padding: 5px;
    border-radius: 4px;
    font: 600 0.7em/0.7em 'Open Sans', sans-serif;
    text-transform: uppercase;
    background: red;
}
.margin-amplio {
    margin-bottom: 60px;
}
.margin {
    margin-bottom: 30px;
}
.margin-mid {
    margin-bottom: 15px;
}
.no-margin {
    margin-bottom: 0;
}
.no-margin-col {
    margin-left: 0;
    margin-right: 0
}
.no-padding-col {
    padding-left: 0;
    padding-right: 0
}
.fnd1 {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.07);
}
aside .fnd1 {
    padding: 8px !important
}
.fnd2 {
    border: 1px #636363 solid;
    border-radius: 4px;
    background-color: rgb(213, 213, 213);
    background-color: rgba(213, 213, 213, 0.15);
}
.big {
    font-size: 1.2em;
}
.img-box {
    background-position: 50% 50% !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.orange {
    color: #e29131;
}
.white {
    color: #fff !important;
}
.grey {
    color: #e2dfdc !important;
}
.bg-aux {
    color: #dbd6d2;
    background: #504B43;
}
.bg-aux b,
.bg-aux strong {
    font-weight: 600;
    color: #fbf9f6;
}
.forma-responsive {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #525252;
}
.forma-responsive:before {
    content: "";
    display: block;
    padding-top: 50%;
}
@media (min-width: 1px) and (max-width: 768px) {
    .clearfix-xs {
        clear: both !important;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .clearfix-sm {
        clear: both !important;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .clearfix-md {
        clear: both !important;
    }
}
@media (min-width: 1200px) {
    .clearfix-lg {
        clear: both !important;
    }
}
/**/

.progress-bar {
    background-color: #e29131;
}
.pointer {
    cursor: pointer;
}
.nav,
.pagination,
.carousel,
.panel-title a {
    cursor: default;
}
.list-inline > li {
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-secundario {
    color: #fff;
    background: #908A81;
}
.btn.btn-secundario:hover {
    background: #aea89e
}
.ui-select-container.ui-select-bootstrap {
    min-height: 38px;
    background-color: #DBD6D2 !important;
}
.ui-select-container.ui-select-bootstrap .ui-select-toggle {
    background-color: #DBD6D2 !important;
}
/**/
/****************/
/*Cabecera*/

#primera-linea {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background-color: rgb(57, 57, 57);
    background-color: rgba(57, 57, 57, 0.9);
    transition: background-color 0.2s;
}
#primera-linea:hover {
    background-color: rgb(57, 57, 57);
    background-color: rgba(57, 57, 57, 1);
}
#primera-linea a {
    color: #fdfdfa;
}
#primera-linea a:hover {
    color: #e29131;
}
#primera-linea .datos {
    min-height: 60px;
    margin-left: 15px;
    padding-left: 15px;
    border-left: #1e1e1e 1px solid;
}
#primera-linea .datos ul {
    padding-bottom: 7px;
    margin-bottom: 3px;
    border-bottom: 1px #1d1d1d solid;
}
#primera-linea .datos ul a {
    font-size: 0.85em;
}
#primera-linea .telefono {
    padding-top: 3px;
    font: normal 1.25em/1.3em 'Cinzel', serif;
    text-align: center;
}
#primera-linea .boton {
    margin-top: 8px
}
#cabecera {
    position: relative;
    width: 100%;
    height: 610px;
    margin-bottom: 15px;
    float: left;
}
.front #cabecera {
    height: 710px;
}
#cabecera .contenedor-menu {
    z-index: 11;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#cabecera .contenedor-menu .fnd1 {
    width: 100%;
    padding: 8px;
    float: left;
}
#cabecera .contenedor-menu .fnd2 {
    padding: 15px 0 20px;
}
#cabecera .contenedor-menu .titular {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    font: 400 1.35em "Cinzel", sans-serif;
    text-align: center;
    color: #fff;
}
#cabecera .contenedor-menu a {
    color: #d8d5d3;
}
#cabecera .contenedor-menu a .icon {
    color: #796f6a;
}
#cabecera .contenedor-menu a:hover,
#cabecera .contenedor-menu a:hover .icon {
    color: #e29131
}
#cabecera .contenedor-menu .nav > li {
    min-height: 210px;
    border-right: #606060 1px solid;
    border-left: #404040 1px solid;
}
#cabecera .contenedor-menu .nav > li.first {
    border-left: 0;
}
/*Footer*/

.pre-footer {
    width: 100%;
    height: 212px;
    margin-top: 15px;
    float: left;
    background: url(//cdn.tarawatravel.com/images/bg-footer.jpg) no-repeat 50% 0;
}
#pie-web {
    padding: 15px 0 0;
    color: #aaa;
    background: #2A2A2A;
}
#pie-web .sobre-tarawa {
    width: 100%;
    padding: 0 0 0 170px;
    float: left;
    background: url() no-repeat 0 0;
}
#pie-web a {
    font-size: 0.8em;
}
#pie-web .ultima-linea {
    width: 100%;
    padding: 15px 0;
    float: left;
    font-size: 0.8em;
    background: #252525;
}
.conectaturismo {
    float: right;
    font-size: 0.8em;
}
.conectaturismo .leyenda {
    float: left;
    font-size: 0.85em;
}
.conectaturismo .cuadro {
    float: left;
    font-weight: bold;
    font-family: 'Trebuchet ms';
    color: #757574;
}
.conectaturismo .nombre {
    float: left;
}
.conectaturismo .cuadro a {
    color: #757574;
}
.conectaturismo .cuadro a span {
    color: #06afd9;
}
.conectaturismo .cuadro span {
    color: #06afd9;
}
.conectaturismo .cuadro img {
    margin: 4px;
    float: left;
}
/*Contenido*/
/*buscador*/

#mainSlide {
    position: absolute;
    width: 100%;
    height: 550px;
    float: left;
    background: #2A2A2A;
}
#mainSlide.mini {
    height: 120px;
}
#mainSlide .carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
#mainSlide .carousel-inner > .carousel {
    height: 100%;
}
#mainSlide .carousel-inner .degradado {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 27%, rgba(51, 51, 51, 0.95) 47%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 27%, rgba(51, 51, 51, 0.95) 47%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 27%, rgba(51, 51, 51, 0.95) 47%, rgba(51, 51, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333', GradientType=0);
}
#mainSlide .carousel-inner .item {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#mainSlide .tit {
    width: 100%;
    margin: 195px 0 1px;
    padding: 5px 20px 9px;
    float: left;
    font: 1.9em/1.5em 'Cinzel', serif;
    text-align: left;
    background-color: rgb(57, 57, 57);
    background-color: rgba(57, 57, 57, 0.9);
}
#mainSlide a.tit:hover {
    color: #fff;
    background: #E29131;
}
#mainSlide .sub {
    width: 100%;
    padding: 15px 20px 18px;
    float: left;
    line-height: 1.5em;
    text-align: left;
    color: #fff;
    background-color: rgb(57, 57, 57);
    background-color: rgba(57, 57, 57, 0.82);
}
#mainSlide .sub a {
    font-weight: 600;
    color: #ffae4e;
}
#mainSlide .sub a:hover {
    color: #ffcd6a;
}
/**Buscador*/

#mainSlide .col-searcher {
    padding-left: 1px;
    padding-right: 0;
}
#mainSlide .buscador {
    width: 100%;
    height: 230px;
    margin-top: 135px;
    padding: 0;
    float: left;
    color: #fff;
    border: 3px;
    background: #333;
}
#mainSlide .buscador .titulo {
    padding: 30px 30px 20px;
    font-size: 1.3em;
    line-height: 0.4em;
}
#mainSlide .buscador .titulo .pre {
    font-size: 0.85em;
}
#mainSlide .buscador iframe {
    position: relative;
    z-index: 100;
}
body.body-iframe {
    background: none;
}
.body-iframe .searcher-iframe {
    padding: 0 30px 20px;
}
.body-iframe .searcher-iframe label {
    display: none;
}
.body-iframe .searcher-iframe .container-input {
    position: relative;
    width: 100%;
    float: left;
}
.body-iframe .searcher-iframe .container-input .icon {
    z-index: 2;
    position: absolute;
    top: 8px;
    left: 9px;
    color: #E29131;
}
.body-iframe .searcher-iframe input[type="text"] {
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    background: #ffffff;
}
.body-iframe .searcher-iframe .boton {
    width: 100%;
    margin-top: 6px;
    float: left;
}
#mainSlide .carousel-control {
    display: none;
}
#mainSlide .carousel-indicators {
    top: 85px;
    bottom: auto;
    right: 0;
    left: auto;
    width: 100%;
    margin: 0;
}
#mainSlide .carousel-indicators li {
    width: 30px;
    height: 30px;
    margin-top: 0;
    border: 0;
    border-radius: 50%;
    border: 2px #505050 solid;
    background: #333333
}
#mainSlide .carousel-indicators li:hover {
    background: #E29131;
}
#mainSlide .carousel-indicators li.active {
    background: #E29131;
}
@media (max-width: 992px) {
    #mainSlide {
        position: relative;
        height: auto;
    }
    #mainSlide .buscador {
        margin: 30px 0;
    }
    #mainSlide .carousel-inner {
        position: relative;
        width: 100%;
        height: 300px;
        float: left;
    }
    #mainSlide .tit {
        margin-top: 90px
    }
    #mainSlide.carousel-oferta,
    #mainSlide.carousel-oferta .carousel-inner {
        height: 300px
    }
    #mainSlide .carousel-indicators {
        top: 15px;
    }
}
.container.container-main {}.bg-img-main {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 25%;
}
.bg-img-main > .container {
    position: relative;
}
.bg-img-main > .container .info {
    z-index: 11;
    position: absolute;
    top: 150px;
    right: 15px;
    max-width: 720px;
    width: 100%;
    text-align: right;
    color: #fff;
}
.bg-img-main > .container .tit {
    padding: 0 5px 4px;
    font: 2.4em/1.5em 'Cinzel', serif;
    background-color: rgb(57, 57, 57);
    background-color: rgba(57, 57, 57, 0.9);
}
.bg-img-main > .container .sub {
    position: relative;
    padding: 4px 10px 7px;
    line-height: 1.5em;
    background-color: rgb(57, 57, 57);
    background-color: rgba(57, 57, 57, 0.82);
}
.bg-img-main .deg {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 27%, rgba(51, 51, 51, 0.95) 47%, rgba(51, 51, 51, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.5) 27%, rgba(51, 51, 51, 0.95) 47%, rgba(51, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 51, 40, 0.2) 0%, rgba(51, 51, 51, 0.8) 27%, rgba(51, 51, 51, 0.5) 47%, rgba(51, 51, 51, 1) 100%);

}
.bg-img-main.pag-viaje {
    font-size: 0.9em;
}
.bg-img-main.pag-viaje > .container .info {
    top: 110px
}
.bg-img-main.pag-viaje .tit {
    font-size: 2em;
}
.cuerpo-texto {
    width: 100%;
    padding: 30px 25px;
    float: left;
    font-size: 0.95em;
    line-height: 1.7em;
    color: #474747;
    border-radius: 7px;
    background: #f2efec;
}

.cuerpo-texto hr {
    border-style: dotted;
    border-color: #ccc
}
.cuerpo-texto .block-white {
    width: 100%;
    padding: 8px;
    float: left;
    border-bottom: 3px solid #bdbcbd;
    border-radius: 0 0 5px 5px;
    background: #fff;
}
.cuerpo-texto a.block-white:hover .titulo {
    color: #e29131;
}
.cuerpo-texto .block-white.on {
    border-top: 2px solid #000;
    border-bottom: 1px solid #fff;
    border-radius: 4px;
    background: #333;
}
.cuerpo-texto .block-white.on .titulo {
    color: #F2EFEC;
}
.col-breadcrumb {
    margin-bottom: 15px;
    font-size: 0.84em;
    color: #DCDCDC;
}
aside .bloque-contenedor {
    width: 100%;
    padding: 7px;
    float: left;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #414141;
}
aside .bloque-contenedor .auxiliar {
    width: 100%;
    padding-top: 15px;
    float: left;
    background: #20231D;
}
aside .tit {
    width: 100%;
    float: left;
    font: 400 1.8em/1.1em 'Cinzel', sans-serif;
    text-align: center;
    color: #fff;
}
aside .tit.pre {
    font-size: 1.1em
}
aside .bloque-contenedor .info {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    float: left;
    font-size: 0.95em;
    line-height: 1.4em;
    color: #fff;
    background-color: rgb(30, 30, 30);
    background-color: rgba(30, 30, 30, 0.85);
}
aside .bloque-contenedor.tall {
    overflow: hidden;
    padding: 0;
    border-radius: 3px;
}
aside .bloque-contenedor.tall .auxiliar {
    min-height: 388px;
    padding-top: 30px;
}
aside .bloque-contenedor.tall .auxiliar .info {
    padding: 25px;
}
aside .fnd1 {
    color: #d8d5d3
}
aside .fnd1 label {
    color: #fff
}
aside .fnd2.fnd-form {
    color: #5b5b5b;
    background: #fafafa url("//cdn.tarawatravel.com/images/bg-form-solicitud.png") repeat scroll 0 0
}
aside .fnd2.fnd-form label {
    color: #5b5b5b;
}
aside .fnd2.fnd-form .header {
    position: relative;
    color: #333;
    font: 400 1.35em/1.1em 'Cinzel', sans-serif;
}
/*aside .fnd2.fnd-form .header:first-line{font-size:0.65em; line-height:1.4em;}*/
/*aside .fnd2.fnd-form .header .icon{position:absolute; top:15px; left:15px; font-size:1.7em;}*/

.recommended-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    font-size: 0.95em;
    line-height: 1.7em;
    color: #474747;
    border-radius: 7px;
    background: #f2efec;
}
.recommended-box .hover {
    position: relative;
    z-index: 1
}
.recommended-box .fnd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.01%;
}
.recommended-box .fnd .fndcol1 {
    min-height: 800px;
    background: #514A41;
}
.recommended-box .fnd .fndcol2 {
    min-height: 800px;
    border-right: 1px #333333 solid;
    border-left: 1px #93928e solid;
    background: #D65F2C;
}
.recommended-box .col-img {
    overflow: hidden;
    position: relative;
}
.recommended-box .col-img .img-box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 250px;
    float: left;
}
.recommended-box .col-img .compartir {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 214px;
}
.recommended-box .col-img .compartir a {
    position: relative;
    top: -6px;
}
.recommended-box .col-info {
    padding: 25px 15px;
}
.recommended-box .col-info a.titulo {
    color: #030303
}
.recommended-box .col-info a.titulo:hover {
    color: #E29131
}
.recommended-box .col-info b {
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    color: #e29131;
}
.recommended-box .col-aux {}.recommended-box .col-aux .block {
    width: 100%;
    padding: 15px;
    float: left;
}
.recommended-box .col-aux .block1 {
    text-shadow: 1px 1px 1px #a39e9a;
    background: #B9B5B1;
}
.recommended-box .col-aux .block1 .old {
    font: 400 1.3em/1em 'Cinzel', sans-serif;
    color: #f3eee9;
}
.recommended-box .col-aux .block2 {
    color: #fff;
    background: #504B43;
}
.services-block {
    width: 100%;
    float: left;
    color: #dfdfdf
}
.services-block .header {
    width: 100%;
    padding-left: 52px;
    float: left;
    font-size: 1.25em;
}
.wp-pagenavi {
    margin-bottom: 30px;
    float: left;
}
.campo.paginacion {
    margin: 0.5em 0;
    float: left;
}
.campo.paginacion span,
.campo.paginacion a,
.wp-pagenavi span,
.wp-pagenavi a {
    margin-left: 7px;
    padding: 7px 7px;
    font: 400 1.3em/1.1em 'Cinzel', serif;
    text-align: center;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #ccc;
    background: #262626;
}
.campo.paginacion span,
.wp-pagenavi span {
    text-shadow: none;
    color: #201646;
    border-top-color: #fff;
    background: #fff;
}
.campo.paginacion a:hover,
.wp-pagenavi a:hover {
    color: #fff;
    background: #ffb800;
    border-top-color: #ffcb26;
    text-decoration: none;
}
.acordeon-ofertas {
    width: 100%;
    float: left;
}
.acordeon-ofertas .boton {
    margin-left: 2px;
}
.acordeon-ofertas .panel-default > .panel-heading {
    padding: 0;
}
.acordeon-ofertas .panel-default > .panel-heading .panel-title {
    width: 100%;
}
.acordeon-ofertas .panel-default > .panel-heading a {
    width: 100%;
    padding: 11px 15px;
    float: left;
    font-size: 0.95em;
    font-weight: 600;
    color: #fff;
    background-color: #333333;
    cursor: pointer;
    transition: background 0.1s ease 0s;
}
.acordeon-ofertas .panel-default > .panel-heading a.collapsed {
    background: #B8B5B0;
}
.acordeon-ofertas .panel-default > .panel-heading a:hover {
    background: #E29131;
}
.acordeon-ofertas .panel-body {}.acordeon-ofertas .panel-body .opcion {
    width: 100%;
    margin-bottom: 2px;
    padding: 15px 0;
    float: left;
    border-radius: 3px;
    background: #e5e1de;
}
.acordeon-ofertas .panel-body .opcion:nth-child(odd) {
    background: #f9f9f9;
}
.acordeon-ofertas .panel-body .opcion .tit {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 8px;
    font-weight: 600
}
.fnd1-especial {
    padding: 8px 4px 0;
}
.hover-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 190px;
    margin-bottom: 8px;
    float: left;
    border-radius: 3px
}
.hover-box .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 4px 10px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 19%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 19%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 19%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}
.hover-box .info > div {
    position: relative;
    z-index: 2;
}
.hover-box .info a {
    color: #e29131
}
.hover-box .info a:hover {
    color: #ffcd67
}
#carousel-pv {}#carousel-pv .header-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 11px 50px 14px;
    float: left;
    font: 400 1.4em/0.9em 'Cinzel', sans-serif;
    text-align: center;
    color: #e8e5e0;
    border-radius: 3px;
    background: #494949
}
#carousel-pv .carousel-control {
    opacity: 1;
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding-top: 8px;
    background: #de7c4a;
    background: -moz-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de7c4a), color-stop(100%, #ce5927));
    background: -webkit-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: -o-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: -ms-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
    background: linear-gradient(to bottom, #de7c4a 0%, #ce5927 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#de7c4a', endColorstr='#ce5927', GradientType=0);
}
#carousel-pv .carousel-control.right {
    border-radius: 24px 3px 3px 24px;
}
#carousel-pv .carousel-control.left {
    border-radius: 3px 24px 24px 3px;
}
#carousel-pv .header-slider .carousel-control .icon {
    font-size: 1.3em;
    text-shadow: none;
    border-radius: 24px 0 0 24px;
}
#carousel-pv .header-slider .carousel-control:hover {
    background: #E29131;
}
#carousel-pv .carousel-indicators {
    display: none;
}
.newsletter-block {
    padding: 8px;
}
.newsletter-block .contenido {
    width: 100%;
    padding: 25px;
    float: left;
    color: #e2dfdc;
    background: #292929;
}
.newsletter-block .contenido .icon-main {
    font-size: 3em;
    text-align: center;
    color: #B9B5B1;
}
.newsletter-block .contenido .header {
    width: 100%;
    float: left;
    font: 400 1.25em/0.9em 'Cinzel', sans-serif;
    color: #fff;
}
/*Pv*/

.block-tabs {
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
    border-radius: 4px;
    background: #F2EFEC;
}
.block-tabs .col-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 6000px;
    border-left: 6px #F2EFEC solid;
    border-right: #95938F 1px solid;
    background: #B8B5B0
}
.block-tabs .tab-vertical {
    position: relative;
    z-index: 1;
}
.block-tabs.plus {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 9px 15px;
    float: left;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #a2a09b;
    border-left: 6px solid #f2efec;
    color: #675d58;
    transition: background 0.1s ease 0s;
}
.tab-vertical {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    background: #B8B5B0;
}
.tab-vertical li {
    width: 100%;
    list-style: none;
}
.tab-vertical li a {
    position: relative;
    width: 100%;
    padding: 9px 15px;
    float: left;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    color: #675d58;
    border-bottom: #a2a09b 1px solid;
    border-left: 6px #F2EFEC solid;
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
}
.tab-vertical li a .play {
    display: none;
    position: absolute;
    top: 1px;
    right: -21px;
    font-size: 3em;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #F2EFEC;
}
.tab-vertical li a:hover {
    color: #fff;
    background: #e29131;
}
.tab-vertical li.active a {
    color: #fff;
    border-left-color: #e29131;
    background: #504B43
}
.tab-vertical li.active a .play {
    display: block;
}
.tab-vertical li.sep {
    width: 100%;
    padding: 11px 15px 15px 10px;
    float: left;
    font: 400 1em/1.3em 'Cinzel', sans-serif;
    color: #ccc;
    background: #252525;
}
@media (max-width: 768px) {
    .tab-vertical {
        padding: 4px;
        background: #252525
    }
    .tab-vertical li {
        width: auto;
    }
    .tab-vertical li a {
        width: auto;
        border-radius: 3px;
        margin: 0 2px 2px 0;
        background: #fff;
    }
    .tab-vertical li a .icon {
        display: none;
    }
}
.galeria-pv {
    position: relative;
}
.galeria-pv > div {
    display: inline-block !important;
    width: 100%;
}
.galeria-pv #galeriaViaje {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 550px;
    border-radius: 4px;
}
.galeria-pv #galeriaViaje .carousel-inner,
.galeria-pv #galeriaViaje .item {
    height: 100%;
}
.galeria-pv #galeriaViaje > img {
    position: absolute;
    width: 310px;
    height: auto;
    left: -30px;
    bottom: -20px;
    opacity: 0.2
}
.galeria-pv #galeriaViaje .carousel-control i {
    position: absolute;
    top: 50px;
    margin-top: -30px;
    padding: 10px 15px;
    font-size: 2em;
    background-color: rgb(0, 15, 43);
    background-color: rgba(0, 15, 43, 0.9);
}
.galeria-pv #galeriaViaje .carousel-control.left i {
    left: 0;
    border-radius: 0 4px 4px 0
}
.galeria-pv #galeriaViaje .carousel-control.right i {
    right: 0;
    border-radius: 4px 0 0 4px
}
.galeria-pv .well {
    display: none;
}
.galeria-pv > .info-box {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 1.65em;
    color: #d8d5d3;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(50, 50, 50, 0.67) 16%, rgba(50, 50, 50, 1) 24%, rgba(50, 50, 50, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(50, 50, 50, 0.67) 16%, rgba(50, 50, 50, 1) 24%, rgba(50, 50, 50, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(50, 50, 50, 0.67) 16%, rgba(50, 50, 50, 1) 24%, rgba(50, 50, 50, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d4d4d', GradientType=0);
}
.galeria-pv .fnd1 {
    padding: 8px;
}
.galeria-pv .fnd2 {
    padding: 15px 0;
}
.galeria-pv > .info-box .tit {
    width: 100%;
    margin: 5px 0 15px;
    float: left;
    font: 400 1.15em/0.7em 'Open Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.galeria-pv > .info-box hr {
    border-color: #606060;
}
.galeria-pv > .info-box .pdf a {
    min-height: 26px;
    margin-top: -10px;
    padding-left: 35px;
    float: left;
    line-height: 1.4em;
    background: url("//cdn.tarawatravel.com/images/pdf-ico.png") no-repeat scroll 0 5px
}
.galeria-pv > .info-box .col {
    min-height: 80px;
    border-left: #606060 1px solid;
    border-right: #404040 1px solid;
}
.galeria-pv > .info-box .second-block .col {
    min-height: 30px;
}
.galeria-pv .solicitar_presupusto_slider {
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 15px;
}
.tabs-aside {
    border-bottom: #E29131 6px solid;
}
.tabs-aside a {
    margin: 0 !important;
    color: #675d58 !important;
    background: #B8B5B0 !important;
}
.tabs-aside a:hover {
    background: #d3d1cc !important;
}
.tabs-aside .active a {
    color: #fff !important;
    background: #E29131 !important;
}
.tabs-aside a span {
    display: block;
    width: 100%;
    float: left;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width: 1px) and (max-width: 768px) {
    .galeria-pv #galeriaViaje {
        height: 300px
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .galeria-pv #galeriaViaje {
        height: 550px
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .galeria-pv #galeriaViaje {
        height: 450px
    }
}
@media (min-width: 1200px) {
    .galeria-pv > .info-box {
        bottom: -70px;
    }
    .galeria-pv > div {
        margin-bottom: 70px;
    }
}
@media (max-width: 1200px) {
    .galeria-pv > .info-box {
        position: relative;
    }
}
.opciones-pag-continente {}.opciones-pag-continente > .col {
    padding: 1px;
}
.opciones-pag-continente a {
    width: 100%;
    min-height: 100px;
    margin: 1px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 22px;
    padding-left: 65px;
    float: left;
    border-radius: 4px;
    font: 400 1.6em/0.9em 'Cinzel', sans-serif;
    color: #d8d5d3;
    background: #383838;
}
.opciones-pag-continente a:hover {
    color: #fff;
    background: #E29131
}
.opciones-pag-continente a:hover .icon {
    color: #fff;
}
.opciones-pag-continente a .icon {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 1.6em;
    color: #5B5B5B;
}
.opciones-pag-continente a .mini {
    width: 100%;
    float: left;
    font-size: 0.7em;
}
/*Cabecera-> Esp mod pag viajes*/

body.pv #cabecera {
    min-height: 360px;
    height: auto;
}
body.pv #cabecera .contenedor-menu {
    top: 300px;
    bottom: auto;
    background: #333333;
}
#cabecera .boton-desplegable {
    position: relative;
    width: 100%;
    padding: 9px 15px;
    float: left;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    color: #675d58;
    border: 0;
    border-radius: 4px;
    background: #B8B5B0;
    transition: background 0.1s ease 0s;
}
#cabecera .boton-desplegable:hover {
    color: #fff;
    background: #e29131;
}
@media (max-width: 992px) {
    #cabecera .boton-desplegable {
        display: none;
    }
    #menuAcordeon {
        display: block !important;
    }
    body.pv #cabecera {
        min-height: 1px
    }
    body.pv #cabecera .contenedor-menu {
        top: 0;
    }
    .bg-img-main.pag-viaje {
        min-height: 1px;
        padding-bottom: 15px;
    }
    .bg-img-main.pag-viaje > .container .info {
        margin-bottom: 30px;
        top: 20px
    }
}
/*Control Menú*/

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-toggle {
        margin-left: 15px;
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    #cabecera .contenedor-menu .dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        border: 0;
        box-shadow: none;
        background: none;
    }
    #cabecera .contenedor-menu .dropdown-menu a {
        display: inline-block;
        padding: 0;
        font-size: 1em;
        line-height: inherit;
    }
    #cabecera .contenedor-menu .dropdown-menu a:hover,
    #cabecera .contenedor-menu .dropdown-menu a:focus {
        background-color: transparent
    }
}
@media (max-width: 992px) {
    #primera-linea {
        z-index: 101;
        position: relative;
    }
    #primera-linea img {
        width: 130px;
        margin-top: 7px;
    }
    #cabecera {
        height: auto;
        margin-bottom: 2px;
    }
    #cabecera .contenedor-menu {
        z-index: 100;
        position: relative;
        background: #252525;
    }
    #cabecera .contenedor-menu .fnd1 {
        padding: 0
    }
    #cabecera .contenedor-menu .fnd2 {
        border: 0
    }
    .bg-img-main {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        float: left;
    }
    .bg-img-main > .container .info {
        position: relative;
        top: auto;
        right: auto;
        margin: 30px 0;
        float: left;
        text-align: left;
    }
    .bg-img-main > .container .info .tit {
        font-size: 1.5em;
    }
    .bg-img-main .deg {
        display: none;
    }
    /**/
    
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    nav.navbar {
        min-height: auto;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-brand {
        width: 130px;
        padding: 10px 15px 5px;
    }
    #navbar {
        width: 100%;
        color: #fff;
        background: #252525 !important;
    }
    #cabecera .contenedor-menu .nav > li {
        width: 100%;
        min-height: 1px;
        margin-bottom: 1px;
        padding: 0;
        border: 0;
    }
    #cabecera .contenedor-menu .nav > li > a {
        margin-left: 0 !important;
        padding: 10px 12px !important;
        text-shadow: none !important;
        color: #fff !important;
        border-radius: 3px;
        background: #D66B39
    }
    .navbar-nav .open .dropdown-menu > li > a {
        margin-bottom: 1px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 3px;
        background: #000
    }
    #navbar .dropdown-menu {
        position: relative;
        width: 100%;
        background: none;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-toggle {
        display: inline-block;
        padding: 12px 15px 14px;
        font-weight: 600;
        color: #fff !important;
        border: 0;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border-top: #ff854e 1px solid;
        border-bottom: #b44411 1px solid;
        background: #de7c4a;
        background: -moz-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de7c4a), color-stop(100%, #ce5927));
        background: -webkit-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
        background: -o-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
        background: -ms-linear-gradient(top, #de7c4a 0%, #ce5927 100%);
        background: linear-gradient(to bottom, #de7c4a 0%, #ce5927 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#de7c4a', endColorstr='#ce5927', GradientType=0);
    }
    .navbar-toggle span {
        background: #fff;
    }
    .navbar-toggle span.icon {
        background: none;
    }
}
.animate-spin {
    animation: 2s linear 0s normal none infinite running spin;
    display: inline-block;
}
.animate-spin::before {
    font-size: inherit !important;
    text-shadow: none;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
/*Mod Bootstrap*/

.container-especial {
    padding-left: 4px;
    padding-right: 4px;
}
.row-especial {
    margin-left: -4px;
    margin-right: -4px;
}
.col-especial {
    padding-left: 4px;
    padding-right: 4px;
}
/*5 Columnas*/

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }
    .col-sm-40 {
        width: 40%;
        float: left;
    }
    .col-sm-80 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
    }
    .col-md-40 {
        width: 40%;
        float: left;
    }
    .col-md-80 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
    .col-lg-20 {
        width: 40%;
        float: left;
    }
    .col-lg-80 {
        width: 80%;
        float: left;
    }
}