﻿/*Estilos sitio*/

body {
    font-family: 'Lato', sans-serif;
    color: #050505;
    font-size: 18px;
}

hr {
    border-color: #F05F40;
    border-width: 3px;
    max-width: 50px;
}

    hr.light {
        border-color: white;
    }

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #bf1a1a;
}

    a:hover,
    a:focus {
        color: #7f0f0f;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 46px;
    font-weight: 700;
    font-style: italic;
}

    h1 span {
        color: #bf1a1a;
    }

h2 {
    font-style: italic;
}

p {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.bg-primary {
    background-color: #fff;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

    .navbar-default .navbar-header img {
        width: 120px;
    }

    .navbar-default .navbar-header .navbar-toggle {
        font-weight: 700;
        font-size: 12px;
        color: #222222;
        text-transform: uppercase;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        font-family: 'Playfair Display', serif;
        font-size: 18px;
        font-weight: 700;
        font-style: italic;
        color: #000;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: #F05F40;
        }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: #F05F40 !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.carousel-control, .carousel-control:focus, .carousel-control:hover {
    color: transparent;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 12%;
}

    .carousel-caption h1 {
        font-style: italic;
        text-align: left;
    }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

/* empieza aca */


#hotel {
    padding-top: 70px;
    padding-bottom: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bf1a1a+0,bf1a1a+44,ffffff+44,ffffff+44,ffffff+51,ffffff+100 */
    background: #bf1a1a; /* Old browsers */
    background: -moz-linear-gradient(top, #bf1a1a 0%, #bf1a1a 44%, #ffffff 44%, #ffffff 44%, #ffffff 51%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bf1a1a 0%,#bf1a1a 44%,#ffffff 44%,#ffffff 44%,#ffffff 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bf1a1a 0%,#bf1a1a 44%,#ffffff 44%,#ffffff 44%,#ffffff 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf1a1a', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

    #hotel img {
        -webkit-box-shadow: 10px 10px 0px 3px rgba(0,0,0,1);
        -moz-box-shadow: 10px 10px 0px 3px rgba(0,0,0,1);
        box-shadow: 10px 10px 0px 3px rgba(0,0,0,1);
    }

.info-hotel {
    margin-top: 20px;
}

    .info-hotel p {
        font-style: italic;
        font-size: 16px;
        margin-bottom: 30px;
    }

.hotel-frase span {
    display: inline-block;
    font-size: 12px;
    color: #000;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-style: italic;
    margin-left: 25px;
}

.hotel-frase h2 {
    color: #fff;
    margin-left: 25px;
}

.hotel-frase i {
    color: #fff;
    font-size: 30px;
    margin-left: 25px;
    margin-top: 20px;
}


#hotel .pernoctes i {
    font-size: 28px;
    margin-left: 18px;
}

#hotel .pernoctes p {
    margin-left: 53px;
}


#hotel .turnos i {
    font-size: 28px;
    margin-left: 18px;
}

#hotel .turnos p {
    margin-left: 53px;
}

.red {
    color: #bf1a1a;
}

p.red {
    margin-bottom: 0;
}

/* Habitaciones */
.info {
    background-color: #e5e5e5;
    padding: 25px 50px 25px 30px;
}

    .info ul {
        list-style: none;
        padding-left: 0;
    }


    .info h3 {
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .info ul li {
        font-size: 16px;
    }

        .info ul li:before {
            content: "- ";
        }

        .info ul li:first-child:before {
            content: none;
        }

        .info ul li:first-child {
            list-style: none;
            content: none;
        }



#habitaciones {
    padding-bottom: 75px;
}

    #habitaciones .carousel {
        margin-top: 30px;
    }

    #habitaciones .left.carousel-control {
        left: -80px;
        background-image: none;
    }

    #habitaciones .right.carousel-control {
        right: -80px;
        background-image: none;
    }

    #habitaciones .carousel-indicators {
        bottom: -45px;
    }

    #habitaciones .carousel-control span {
        text-shadow: none;
        color: #000;
    }


    #habitaciones .carousel-indicators li {
        border-color: #000;
        background-color: #000;
    }

    #habitaciones .carousel-indicators .active {
        background-color: #fff;
    }

    #habitaciones h1 {
        margin-top: 30px;
        margin-bottom: 60px;
    }

#myTabs {
    background-color: #bf1a1a;
    margin-top: 60px;
    margin-bottom: 75px;
    padding-left: 34px;
}

.nav-tabs > li > a {
    color: #fff;
    font-size: 17px;
    padding: 9px;
    cursor: pointer;
}

    .nav-tabs > li > a i {
        font-size: 14px;
        margin-right: 5px;
        color: #bf1a1a;
    }

    .nav-tabs > li > a:hover {
        background-color: transparent;
        border-color: transparent;
        border-radius: 0;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border-color: transparent;
    text-decoration: underline;
    background-color: transparent;
    color: #fff;
}


    .nav-tabs > li.active > a i, .nav-tabs > li.active > a:hover i, .nav-tabs > li.active > a:focus i {
        color: #fff;
    }

#myTabs .carousel-inner > .item {
    -webkit-box-shadow: 10px 10px 0px 1px rgba(191,26,26,1);
    -moz-box-shadow: 10px 10px 0px 1px rgba(191,26,26,1);
    box-shadow: 10px 10px 0px 1px rgba(191,26,26,1);
}


/* Contacto */

#contacto {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+44,ffffff+44,ffffff+44,ffffff+51,ffffff+96,000000+96,000000+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%,#000000 30%,#ffffff 30%,#ffffff 30%,#ffffff 51%,#ffffff 96%,#000000 96%,#000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #000000 0%,#000000 30%,#ffffff 30%,#ffffff 30%,#ffffff 51%,#ffffff 96%,#000000 96%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%,#000000 30%,#ffffff 30%,#ffffff 30%,#ffffff 51%,#ffffff 96%,#000000 96%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding-top: 75px;
    padding-bottom: 70px;
    border-bottom: 9px solid #bf1a1a;
}

    #contacto h1 {
        color: #fff;
        margin-bottom: 70px;
        margin-top: 40px;
    }

    #contacto img.logo {
        width: 175px;
        margin-top: 150px;
    }

    #contacto span, #contacto a {
        display: block;
        color: #bf1a1a;
        font-style: italic;
        font-size: 20px;
        font-weight: bold;
    }

    #contacto address {
        font-style: italic;
        font-weight: bold;
        font-size: 20px;
    }


/* Media Query mobile*/

.no-padding .col-xs-12 {
    padding: 0;
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    #hotel {
        padding-top: 70px;
        padding-bottom: 185px;
    }
    #contacto h1 {
        color: #fff;
        margin-bottom: 32px;
        margin-top: 0px;
    }

    .hotel-frase h2 {
        color: #fff;
        margin-left: 25px;
        font-size: 21px;
    }

    #contacto address {
        color: #fff;
    }

    #contacto img.logo {
        margin-top: 0;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    #habitaciones .left.carousel-control {
        left: 0px;
        background-image: none;
    }

    #habitaciones .right.carousel-control {
        right: 0px;
        background-image: none;
    }

    #habitaciones .carousel-indicators {
        bottom: -45px;
    }

    .carousel.slide {
        margin-top: 40px;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* STYLES GO HERE */}


@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    #hotel {
        padding-top: 70px;
        padding-bottom: 185px;
    }

    #contacto h1 {
        color: #fff;
        margin-bottom: 32px;
        margin-top: 0px;
    }

    .hotel-frase h2 {
        color: #fff;
        margin-left: 25px;
        font-size: 24px;
    }


    #contacto address {
        color: #fff;
    }

    #contacto img.logo {
        margin-top: 0;
    }

    .carousel-caption h1 {
        font-size: 15px;
    }

    .carousel-indicators {
        bottom: -5px;
    }

    #habitaciones .left.carousel-control {
        left: 0px;
        background-image: none;
    }

    #habitaciones .right.carousel-control {
        right: 0px;
        background-image: none;
    }

    #habitaciones .carousel-indicators {
        bottom: -45px;
    }

    .carousel.slide {
        margin-top: 40px;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {
    .carousel-caption h1 {
        font-size:35px;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
        #hotel {
        padding-top: 70px;
        padding-bottom: 110px;
    }
    #contacto h1 {
        color: #fff;
        margin-bottom: 32px;
        margin-top: 0px;
    }

    .hotel-frase h2 {
        color: #fff;
        margin-left: 25px;
        font-size: 24px;
    }

    #contacto address {
        color: #fff;
    }

    #contacto img.logo {
        margin-top: 0;
    }

    .carousel-caption h1 {
        font-size: 20px;
    }

    #habitaciones .left.carousel-control {
        left: 0px;
        background-image: none;
    }

    #habitaciones .right.carousel-control {
        right: 0px;
        background-image: none;
    }

    #habitaciones .carousel-indicators {
        bottom: -45px;
    }

    .carousel.slide {
        margin-top: 40px;
    }
}

/* Nueva identidad visual */
:root {
    --color-background: #0f0f0f;
    --color-surface: #181818;
    --color-primary: #a87449;
    --color-hover: #c08a5a;
    --color-success: #3fa76c;
    --color-text: #f2ede8;
    --color-text-secondary: #b8b2ac;
    --color-border: #2b2b2b;
    --color-overlay: rgba(0, 0, 0, 0.55);
    --font-title: "Playfair Display", serif;
    --font-text: "Poppins", sans-serif;
}

body {
    color: var(--color-text);
    background-color: var(--color-background);
    font-family: var(--font-text);
}

p {
    color: var(--color-text);
    font-family: var(--font-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    font-family: var(--font-title);
}

a,
h1 span,
.red,
#contacto span,
#contacto a {
    color: var(--color-primary);
}

a:hover,
a:focus,
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: var(--color-hover);
}

.navbar-default {
    background-color: var(--color-surface);
    border-color: var(--color-border);
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus,
.navbar-default .navbar-header .navbar-toggle {
    color: var(--color-text);
}

.navbar-default .navbar-toggle {
    border-color: var(--color-border);
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: var(--color-border);
}

.bg-primary {
    background-color: var(--color-background);
}

.carousel-caption {
    background: var(--color-overlay);
    padding: 20px;
}

.info {
    color: var(--color-text);
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
}

#myTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding: 8px;
    background-color: var(--color-primary);
    border-color: var(--color-border);
}

.nav-tabs > li {
    float: none;
}

.nav-tabs > li > a i {
    color: var(--color-background);
}

#habitaciones .carousel-control span {
    color: var(--color-text);
}

#habitaciones .carousel-indicators li {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
}

#habitaciones .carousel-indicators .active {
    background-color: var(--color-text);
}

#hotel {
    background: linear-gradient(to bottom, var(--color-primary) 0%, var(--color-primary) 44%, var(--color-background) 44%, var(--color-background) 100%);
}

.hotel-frase span {
    color: var(--color-background);
}

#contacto {
    background: linear-gradient(to bottom, var(--color-surface) 0%, var(--color-surface) 30%, var(--color-background) 30%, var(--color-background) 96%, var(--color-surface) 96%, var(--color-surface) 100%);
    border-bottom-color: var(--color-primary);
}

#contacto address {
    color: var(--color-text);
}

@media (max-width: 767px) {
    #myTabs {
        margin-top: 10px;
        margin-bottom: 35px;
    }

    #myTabs > li {
        width: 100%;
    }

    #myTabs > li > a {
        margin: 0;
    }
}

/* Logo cuadrado Hotel Tabú */
.navbar-default .navbar-header img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    padding: 4px 0;
}

#contacto img.logo {
    width: 190px;
    height: 190px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .navbar-default .navbar-header img {
        width: 64px;
        height: 64px;
    }

    #contacto img.logo {
        width: 150px;
        height: 150px;
    }
}
