html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
}

a {
    color: #fff;
}

a:hover, a:focus {
    color: #F69127;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.body-background {
    background-color: #fff;
    background-image: url('../images/bg-body-rio.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 100% 100%;
}

.row {
    margin-bottom: 20px;
}

.row-comun {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(26, 26, 26, 0.97);
}

.first-row {
    margin-top: 60px;
}

.last-row {
    margin-bottom: 330px;
    position: relative;
    padding-bottom: 0;
}

.decoration-border {
    background: url("../images/decoration-border.png") repeat;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 0px 0 15px 0;
}

.last-decoration-border {
    background: url("../images/decoration-border.png") repeat;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 0;
}

.decoration-border-middel {
    background: url("../images/decoration-border.png") repeat;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 15px 0;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-normal {
    font-weight: 400;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-extra-bold {
    font-weight: 900;
}

.content-title-row h2 {
    margin-top: 0;
}

/* Incons Social - Header and Footer */
.social-icon {
    margin-right: 10px;
    background: #4A4A4A;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.social-icon i {
    display: block;
    text-align: center;
    line-height: 50px;
}

.social-icon-reference {
    position: absolute;
    background: #4A4A4A;
    border: 4px solid #4A4A4A;
    padding: 11px;
    right: 15px;
    top: 27px;
}

.social-icon-reference:after, .social-icon-reference:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.social-icon-reference:after {
    border-color: rgba(74, 74, 74, 0);
    border-right-color: #4A4A4A;
    border-width: 10px;
    margin-top: -10px;
}

.social-icon-reference:before {
    border-color: rgba(74, 74, 74, 0);
    border-right-color: #4A4A4A;
    border-width: 10px;
    margin-top: -10px;
}

/* end Incons Social - Header and Footer */

/* Nav */
.navbar {
    border-radius: 0;
    margin-bottom: 15px;
}

.navbar-default {
    background-color: #F69127;
    border: none;
}

.row-nav {
    background-color: #F69127;
    padding-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.navbar-default .navbar-nav > li > a > img {
    margin-right: 10px;
}

.navbar-default .navbar-nav > li > a > span {
    font-size: 65%;
    margin-left: 5px;
    vertical-align: top;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #EDB888;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #EDB888;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1A1A1A;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #F69127;
}

.navbar-default .navbar-text {
    font-size: 20px;
    color: #fff;
    margin: 0;
    line-height: 45px;
}

/* end Nav */

/* Carousel */
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}

/* end Carousel */

/* Google Map */
#content-map-index iframe {
    width: 100%;
    height: 350px;
    border: none;
    margin-bottom: 15px;
}

#content-map-contact iframe {
    width: 100%;
    height: 160px;
    border: none;
    margin-bottom: 40px;
}

/* end Google Map */

/* Frase */
.text-frase {
    text-align: center;
}

.text-frase span {
    font-size: 25px;
    padding: 0 20px;
}

/* end Frase */

/* Como llegar */
.contant-como-llegar p i {
    color: #F69127;
    margin-right: 14px;
}

.contant-como-llegar p a {
    color: #F69127;
}

.contant-como-llegar p a:hover {
    color: #fff;
    text-decoration: underline;
}

.title-como-llegar {
    display: block;
    margin-bottom: 15px;
}

/* end Como llegar */

/* Promociones */

.content-promo-images {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-promo-images a {
    cursor: pointer;
}

/* end Promociones */

/** ---------- SECCIONES ---------- **/


/* HEADER */
.content-social-header {
    position: relative;
    padding: 27px 15px;
    text-align: right;
}

.content-icon-social-header {
    position: absolute;
    right: 135px;
}

/* end HEADER */

/* SLIDE AND BOXES */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 20%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 20%;
}

.boxes {
    background-color: #F69127;
    margin-top: 15px;
    padding: 15px 15px;
}

.boxes img {
    padding-bottom: 14px;
}

.boxes .title-box {
    font-size: 30px;
    padding-left: 10px;
}

.boxes .title-box a {
    cursor: pointer;
}

.boxes .title-box a span {
    font-size: 35%;
    vertical-align: top;
}

.boxes .title-box a:hover {
    color: #fff;
    text-shadow: 0 1px 0 #ddd;
}

.boxes .title-box a:hover span {
    text-shadow: none;
}

.boxes .title-box a:focus {
    color: #fff;
    outline: 0;
    outline-offset: 0;
}

/* end SLIDE AND BOXES */

/* MAP */
.text-map p {
    margin-bottom: 15px;
    color: #999;
}

/* end MAP */

/* IMAGES */
.content-images, .links {
    overflow: hidden;
}

.content-images {
    background-color: #000;
}

.links-images-index .content-images-thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-images-thumb a {
    position: relative;
    display: block;
}

.content-images-thumb a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: rgba(246, 145, 39, 0.8);
    background-image: url('../images/icon-camera.png');
    background-repeat: no-repeat;
    background-position: 50% 75%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.content-images-thumb a:hover:after {
    opacity: 1;
    height: 100%;
}

.content-images-thumb a img {
    margin: 0 auto;
}

/* end IMAGES */

/* FOOTER */
.border-top-footer {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: #F69127;
    top: 0;
}

.triangulo-boerder-top-footer {
    width: 0;
    height: 0;
    border-top: 40px solid #F69127;
    border-left: 40px solid transparent;
    position: absolute;
    top: 0;
    left: 150px;
}

.content-copy-footer {
    background-color: #1A1A1A;
    margin-top: 30px;
}

.content-copy-footer .span-block {
    display: block;
    padding: 15px 0;
}

.text-footer {
    color: #999;
}

.solar-color-or {
    color: #F69127;
}

.solar-color-az {
    color: #56A3DA;
}

.solar-color-darken-gray {
    color: #222222 !important;
}

.solar-color-gray {
    color: #888888
}

.solar-color-lighten-gray {
    color: #DDDDDD
}

.data-solar {
    color: #999;
    display: block;
    margin-top: 7px;
}

.menu-nav-footer {
    list-style: none;
    padding: 0;
}

.menu-nav-footer li {
    border-top: 1px dotted #999;
    padding: 3px 0;
}

.menu-nav-footer li:last-child {
    border-bottom: 1px dotted #999;
}

.menu-nav-footer li a {
    color: #999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-nav-footer li a:hover {
    color: #fff;
    text-decoration: none;
}

/* end FOOTER */


/** HABITACIONES **/
.content-text-desc p i {
    margin-right: 20px;
}

.content-text-desc p img {
    margin-right: 20px;
}

.text-habitaciones p {
    color: #999;
}

/** end HABITACIONES **/


/** EVENTOS **/
.boxes-comun {
    margin-top: 20px;
}

.boxes-comun img {
    margin: 15px 0;
}

.title-eventos {
    display: block;
    font-size: 16px;
}

.button-eventos {
    display: block;
    text-align: right;
    margin: 15px 0 25px;
}

.button-eventos a {
    padding: 3px 10px;
    background-color: #F69127;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.button-eventos a:hover {
    color: #fff;
    background-color: transparent;
    outline: 1px solid #fff;
}

.carousel-caption {
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(246, 145, 39, 0.8);
}

/** end EVENTOS **/


/** CALENDARIO **/

.faq-date p {
    margin: 0;
    margin: 10px 0;
}

.faq-date p i {
    margin-right: 15px;
}

/** end CALENDARIO **/


/** ACTIVIDADES **/
ul.grid-loading-effect li > h3 {
    margin-top: 15px;
    text-align: center;
    color: #F69127;
}

div.content-actividades-data div.content-images-thumb a img {
    margin-bottom: 15px;
}

/** end ACTIVIDADES **/


/** CONTACTO **/
.form-control:focus {
    border-color: #F69127;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 145, 39, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 145, 39, .6);
}

.btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border-color: #F69127;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 145, 39, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(246, 145, 39, .6);
}

div.form-group label {
    color: #F69127;
}

textarea.form-control {
    resize: none;
}

.form-control, .btn-default {
    border-radius: 0;
    border: 0;
    background-color: #4D4D4D;
    color: #fff;
}

.btn-default {
    color: #F69127;
    float: right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-default:hover {
    color: #fff;
    background-color: #4D4D4D;
}

.content-center-contact {
    margin-bottom: 30px;
}

.ref-contact {
    color: #999;
}

.ref-contact span {
    color: #F69127;
}

.mensaje-send-email {
    display: none;
    text-align: center;
}

.title-msj-send-email {
    font-size: 20px;
}

/** end CONTACTO **/

/** ---------- end SECCIONES ---------- **/

/* MEDIA */
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* end MEDIA */

/** -------- POP-UP -------- **/
.modal-content {
    border-radius: 0;
    background-color: #000;
}

.modal-content-bg-white {
    background-color: #FFF !important;
    color: #222222 !important;
}

.modal-body h1 {
    background: #F69127;
    font-size: 25px;
    padding: 5px;
}

.modal-body ul {
    list-style: none;
    padding: 0;
}

.modal-body ul li span.sub-span {
    font-style: italic;
    font-size: 11px;
}

.modal-body ul li span.more-color-solar {
    color: #F69127;
}

span.more-color-solar {
    color: #F69127;
}

.modal-header {
    border-bottom: 1px solid #333;
}

.modal-header-bg-white {
    border-bottom: 1px solid #e5e5e5;
}

.modal-footer {
    border-top: 1px solid #333;
}

.modal-footer .button-close {
    background-color: transparent;
}

.modal-header button.close {
    text-shadow: 0 1px 0 #ddd;
    opacity: 1;
    color: #fff;
}

.modal-header-bg-white button.close {
    text-shadow: 0 1px 0 #888;
    opacity: 1;
    color: #222;
}

#reserva-online .modal-body .input-daterange .input-group-addon {
    color: #fff;
    border-radius: 0;
    background-color: #F69127;
    border: 1px solid #F69127;
}

#reserva-online .modal-body img {
    margin-top: 15px;
}

/** -------- end POP-UP -------- **/

/** -------- DATE-PICKER -------- **/
.datepicker {
    border-radius: 0;
}

.dropdown-menu {
    background-color: #4D4D4D;
    opacity: 0.9;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #4D4D4D;
    opacity: 0.9;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    font-size: 14px;
}

.datepicker td, .datepicker th {
    border-radius: 0;
}

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #F69127;
    background-image: none;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
    background-color: #F69127;
    background-image: none;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #F69127;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #F69127;
}

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background-color: #F69127;
    opacity: 0.8;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background-color: #F69127;
    opacity: 0.8;
}

.datepicker table tr td span:hover {
    background-color: #F69127;
    opacity: 0.8;
}

.datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
    background-color: #F69127;
    opacity: 0.8;
}

.datepicker table tr td span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/** -------- end DATE-PICKER -------- **/

/** --- ICON TIGRE JOVEN **/
#icon-tigre-joven, #icon-tigre-joven img {
    margin-right: 10px;
}

/** --- TARIFAS --- **/
#content-tarifas-data-small {
    margin-top: 35px;
}

.top-5-m {
    margin-top: 5px;
}

.bottom-10-m {
    margin-bottom: 10px;
}

.icon-file-download {
    display: block;
}

.icon-file-download .label-icon-file-download {
    vertical-align: super;
    margin-left: 7px;
}

/* clientes */
.detail-h3 {
    margin-top: 5px;
}

.detail-small-data {
    display: block;
}

.detail-no-margin-top {
    margin-top: 0;
}

.btn-logout {
    float: right;
    cursor: pointer;
}

/* logo whatsapp */
.btn-whatsapp {
    display: block;
    width: 290px;
    height: 70px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 50px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
}

/* carousel tabla de tarifas */
#carousel-tarifas .carousel-inner {
    padding: 0 5%;
}

/*  */
.m-top-20 {
    margin-top: 20px;
}


.m-top-40 {
    margin-top: 40px;
}

.bg-color-white {
    background-color: #ffffff;
}

.row-comun-white {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    color: #222222;
}

.decoration-border-eco {
    background: url("../images/decoration-border-eco.png") repeat;
    height: 3px;
    position: relative;
    width: 100%;
    margin: 0px 0 15px 0;
}

.solar-color-green {
    color: #A4CC39;
}

.middle-screen-container {
    height: 100vh;
    background: #dddddd;
}

.middle-screen-content {
    width: 70%;
    text-align: center;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.section-sub-title {
    display: block;
}

.m-bottom-10 {
    margin-bottom: 10px;
}

.m-bottom-0 {
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.solar-color-white {
    color: #ffffff;
}

.form-control[type=checkbox] {
    width: 20% !important;
}

.grow{
    transition: 1s ease;
}

.grow:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1s ease;
}

.middle-screen-solar, .middle-screen-solar-eco {
    transition: 1s ease;
}

.middle-screen-solar:hover {
    background-image: url('../landings/previaje/asserts/images/bg-solar-del-delta.jpg') !important;
    transition: 1s ease;
}

.middle-screen-solar-eco:hover {
    background-image: url('../landings/previaje/asserts/images/bg-solar-del-delta-eco.jpg') !important;
    transition: 1s ease;
}

.no-float {
    float: none !important;
}

.btn-solar-or {
    color: #fff;
    background-color: #F69127;
    border-color: #C16C22;
}

.btn-solar-or:hover, .btn-solar-or:active, .btn-solar-or:focus {
    color: #fff;
    background-color: #C16C22;
    border-color: #F69127;
}

.btn-solar-green {
    color: #fff;
    background-color: #A4CC39;
    border-color: #78A038;
}

.btn-solar-green:hover, .btn-solar-green:active, .btn-solar-green:focus {
    color: #fff;
    background-color: #78A038;
    border-color: #A4CC39;
}

.container-paquete-especial {
    position: relative;
}

.container-paquete-especial img {
    transition: 1s ease;
}

.container-paquete-especial img:hover {
    webkit-filter: blur(4px);
    filter: blur(4px);
    transition: 1s ease;
    cursor: pointer;
}

.container-paquete-especial button {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .middle-screen-container {
        height: 50vh;
        background: #dddddd;
    }
}

.float-none {
    float: none !important;
}