﻿body {
    font-family: Novarese Bk BT, Times New Roman, Times, serif;
    /*font-family: sans-serif;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    color: #fff;
    /*tonos verdes*/
    /*background-color: rgb(187, 212, 81);*/
    /*background-color: #aecf4c*/
    /*tonos azules*/
    /*background-color: #0573b2*/
    /*background-color: #0070a9;*/
    /*tonos grises*/
    /*background-color: #4e4e4e;*/
    background-color: #383838;
    /*tonos rojos*/
    /*background-color: #940000;*/
}
h1 {
    font-size: 300%;
    margin-bottom: 30px;
}
h2 {
    font-size: 250%;
    margin-bottom:25px;
}
h3 {
    font-size: 208%;
    margin-bottom:20px;
}
h4 {
    font-size: 174%;
    margin-bottom:17px;
}
h5 {
    font-size: 145%;
    margin-bottom: 14px;
}
h6 {
    font-size: 121%;
    margin-bottom: 12px;
}

p {
    font-size: 16px;
    color: #444;
    margin: 0 0 0px;
    font-weight: normal;
}

a {
    /*color: #cdcd15;*/
    color: #ffffdb;
}

a:hover{
    color: #cdcd15;
    /*color: #ffffdb;*/
}



gris {
    color: #555;
}

.well-augusta {
    min-height: 20px;
    padding: 20px;
    /*margin-bottom: 0px;*/
    /*background-color: #f5f5f5;*/
    background-color: #e1e1a1;
    /*border: 1px solid #e1e1e1;*/
    /*border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.well-augusta h1 {
    letter-spacing: 6px;
}
.well-augusta-claro {
    /*tonos grises*/
    /*background-color: #838383;*/
    /*tonos verdes*/
    /*background-color: #c3d562;*/
    /*tonos crema*/
    background-color: #ffffdb;
    /*color: #000;*/
    color: #BAAC8F;
}

.well-augusta-claro p {
    color: #000;
}
.well-augusta-oscuro {
    /*background-color: #93a04c;*/
    background-color: #810000;
    /*color: #fff;*/
    color: #BAAC8F;
}
.well-augusta-oscuro p {
    color: #fff;
}
.well-augusta-gris {
    background-color: #383838;
    /*color: #fff;*/
    color: #BAAC8F;
}
.well-augusta-gris p {
    color: #fff;
}
.well-servicios {
    min-height: 20px;
    padding: 20px;
    /*margin-bottom: 0px;*/
    /*background-color: #f5f5f5;*/
    background-color: #e1e1a1;
    /*border: 2px solid #e1e1e1;*/
    border-radius: 1px;
    -webkit-box-shadow: 2px 5px 12px rgba(0, 0, 0, .5);
    /*box-shadow: 2px 5px 12px rgba(0, 0, 0, .5);*/
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
}

.well-servicios h1,
.well-servicios h2,
.well-servicios h3,
.well-servicios h4,
.well-servicios h5,
.well-servicios h6 {
    height: 20px;
}
.well-servicios p {
    height: 230px;
}
.well-servicios img {
    padding: 0px;
}
.mapa-augusta {
    height:500px;
    width:100%;
}

.margen-1 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
.margen-2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 194%;
    }

    h2 {
        font-size: 161%;
    }
    h3 {
        font-size: 135%;
    }

    /*h4 {
        font-size: 112%;
    }*/
    h5 {
        font-size: 93%;
    }

    h6 {
        font-size: 78%;
    }
    p{
        font-size: 12px;
    }
    .glyphicon{
        font-size: 16px;
    }
    .margen-1 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .mapa-augusta {
        height: 300px;
    }
    .well-servicios p {
        height: 170px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 250%;
    }

    h2 {
        font-size: 208%;
    }

    h3 {
        font-size: 174%;
    }

    /*h4 {
        font-size: 145%;
    }*/

    h5 {
        font-size: 121%;
    }

    h6 {
        font-size: 100%;
    }
    p {
        font-size: 14px;
    }
    .margen-1 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mapa-augusta {
        height: 400px;
    }
    .well-servicios p {
        height: 150px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {

}

.navbar {
    position: fixed;
    margin-bottom: 0;
    /*tonos verdes*/
    /*background-color: rgba(153, 153, 0, 0.30);*/
    /*tonos azules*/
    /*background-color: rgba(0, 101, 153, 0.30);*/
    /*tonos rojos*/
    /*background-color: rgba(148, 0, 0, 0.40);*/
    /*tonos grises*/
    background-color: rgba(56, 56, 56, 0.5);
    /*background-image: url(../../imagenes/augusta_fondo_navbar_2.JPG);
    background-size:100%;
    background-repeat:round;*/
    z-index: 9000;
    border: 0;
    min-height: 20px;
    height: 50px;
    font-size: 15px !important;
    font-weight: 600;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar {
    color: #fff !important;
}

.navbar-brand {
    padding: 25px 0px 0px 0px;
    /*padding: 50px 0px 0px 0px;*/
    color: #000 !important;
}

.navbar-brand img {
    position: absolute;
    width: 240px;
    height: 120px;
    z-index: 8000;
    border-radius: 40px;
    /*border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;*/
    -webkit-box-shadow: 2px 5px 12px rgba(0, 0, 0, .5);
    box-shadow: 2px 5px 12px rgba(0, 0, 0, .5);


}

.navbar-brand:hover {
    color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #999900 !important;
    /*background-color: #e1e1a1 !important;*/
    background-color: rgba(225, 225, 161, 0.7) !important;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0px;
    z-index: 8100;
}
.navbar-collapse {
    border-top: 0;
}
.navbar-inverse .navbar-toggle {
    border-color: #385101;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #999900;
}
@media (max-width: 480px) {
    .navbar-brand img {
        width: 100px;
        height: 50px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        height: 32px;
    }
    .navbar-nav > li > a {
        font-size: 12px !important;
        font-weight: 500;
        letter-spacing: 1.5px;
        line-height: 1 !important;
    }
    .navbar-brand img {
        width: 200px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        font-size: 11px !important;
        font-weight: 500;
        letter-spacing: 1.5px;
        line-height: 25px;
        text-align: right;
        line-height: 1 !important;
        /*margin-left: 325px;*/
        padding-left: 50%;
        /*tonos rojos*/
        /*background-color: rgba(148, 0, 0, 0.40);*/
        /*tonos grises*/
        background-color: rgba(56, 56, 56, 0.5);
    }
    .navbar-brand img {
        width: 160px;
        height: 80px;
    }
    .navbar {
        min-height: 50px;
    }
}
.container {
    /*controla el comportamiento del contenido del menu de del navbar*/
    width: auto;
    margin-right: 50px;
    margin-left: 25px;
}

.container-fixed-top {
    position: fixed;
    right: 0;
    left: 0px;
    z-index: 1000;
}

.container-fluid {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid-txt {
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}


.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

.carousel-control.right, .carousel-control.left {
    /*quita la imagen de fondo de las flechas de control del carousel*/
    background-image: none;
    color: #f2ed41;
}
.carousel-indicators {
    bottom: 0;
    padding: 0;
}
.carousel-indicators li {
    border-color: #cdcd15;
}

.carousel-indicators li.active {
    background-color: #cdcd15;
}

.item img {
    width: 100%;
}
/* texto sobre imágen del carousel */
.txt-carousel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    /*tonos verdes*/
    /*background: rgba(153, 153, 0, 0.30);*/
    /*tonos rojos*/
    /*background: rgba(148, 0, 0, 0.40);*/
    /*tonos grises*/
    background-color: rgba(56, 56, 56, 0.5);
    width: 100%;
    margin: auto;
    padding: 0% 10% 0% 10%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
@media (max-width: 767px) {
    .carousel-indicators li {
        width: 6px;
        height: 6px;
    }

    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }

}

/*-------------------------------------------------------------------------------*/


/*.jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.logo-small {
    color: #f4511e;
    font-size: 50px;
}

.logo {
    color: #f4511e;
    font-size: 200px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

    .thumbnail img {
        width: 100%;
        height: 100%;
        margin-bottom: 10px;
    }


.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #f4511e;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

    .panel:hover {
        box-shadow: 5px 0px 40px rgba(0,0,0, .2);
    }

.panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
}

.panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

    .panel-footer h3 {
        font-size: 32px;
    }

    .panel-footer h4 {
        color: #aaa;
        font-size: 14px;
    }

    .panel-footer .btn {
        margin: 15px 0;
        background-color: #f4511e;
        color: #fff;
    }*/



footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

/*Efecto - Aparece el contenido desde abajo*/
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(70%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateX(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        /*margin: 25px 0;*/
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

/*-----------------------------------------------------------------------------------*/

    /*body {
    margin: 0;
    background:#000000;
}*/
    /*h1 {
    font-family: Arial;
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
}*/



    /* Add a gray background color and some padding to the footer */
    /*footer {
    background-color: #f2f2f2;
    padding: 25px;
}*/

    /*.carousel-inner img {
    width: 100%; 
    margin: auto;
    min-height: 200px;
}*/

    /* Hide the carousel text when the screen is less than 600 pixels wide */
    /*@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}*/


.texto-sobre-img {
    font-family: Arial;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #ffffff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    line-height: 1;
}

.contenedor {
    position: relative;
    max-width: 1200px; /* Maximum width */
    margin: 0 auto; /* Center it */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.contenedor .txt-transparente {
    position: absolute; /* Position the background text */
    font-family: Arial;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #c3c3b2; /* Grey text */
    width: 100%; /* Full width */
    padding: 10px 30px 40px 30px;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    line-height: 1;
}

.contenedor .top-img {
    background-image: url('../Lib/imagenes/titulo_cabanias.gif');
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}
.label {
    margin-bottom: 30px;
    padding: 0 20px;
    font: 12px/44px 'Work Sans';
    color: #BAAC8F;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid #BAAC8F;
    display: inline-block;
    border-radius: 0px;
    box-sizing: border-box;
    white-space: normal;
}

.form .field {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 12px;
    /*background: #606060;*/
    background-color: #ffffdb;
    position: relative;
}

.form .field input, .form .field select, .form .field textarea {
    width: 100%;
    padding: 17px 15px;
    font: 300 15px 'Work Sans';
    color: #383838;
    letter-spacing: .2px;
    box-sizing: border-box;
    border: none;
    display: block;
    background: none;
    position: relative;
    /*z-index: 2;*/
}

.form .field textarea {
    height: 116px;
}

.formulario {
    width: 600px;
    max-width: 100%;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    padding-top: 30px;
    /*tonos verdes*/
    /*background-color: rgb(187, 212, 81);*/
    /*background-color: #aecf4c;*/
    /*tonos azules*/
    /*background-color: #0573b2*/
    /*background-color: #0070a9;*/
    /*tonos grises*/
    /*background-color: #4e4e4e;*/
    /*background-color: #383838;*/
    /*tonos rojos*/
    /*background-color: #940000;*/
    /*background-color: #810000;*/
    /*tonos crema*/
    background-color: #ffffdb;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.4);
    position: relative;
    /*z-index: 120;*/
}
.formulario_input {
    /*display:block;*/
    width:100%;
    font-size:1em;
}
.formulario_boton {
    /*display:block;*/
    width: 100%;
    font-size: 1em;
}

.formulario_input {
    color: #000;
    padding: 10px;
    background: rgba(255, 255, 219, 0.1);
    border: 1px solid rgba(0,0,0,.3);
    margin-bottom: 20px;
    /*z-index: 100;*/
}
.formulario_input:focus {
    outline: 2px solid #999900;
}
.formulario_input_pax {
    width: 30%;
}

.formulario_boton {
    font: 400 15px/30px 'Work Sans';
    color: #BAAC8F;
    letter-spacing: 4px;
    box-sizing: border-box;
    background-color: #383838;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}
.formulario_boton:hover {
    outline: 2px solid #999900;
}

textarea {
    min-height: 120px;
    max-height: 200px;
    max-width: 100%;
    min-width: 100%;
}
.footer-augusta {
    bottom: 0;
    position: fixed;
    border-top: 2px solid #BAAC8F;
    margin: 10px 0 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    /*tonos grises*/
    background-color: rgba(56, 56, 56, 0.5);
    /*tonos verdes*/
    /*background-color: rgba(153, 153, 0, 0.30);*/
    /*tonos rojos*/
    /*background-color: rgba(148, 0, 0, 0.40);*/
}
.footer-augusta p {
    /*font-family: Montserrat, sans-serif;*/
    font-size: 95%;
    color: #fff;
}
@media (max-width: 767px) {
.footer-augusta p {
    font-size: 80%;
}
.footer-augusta:hover {
    visibility:visible;
}

