body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: white;
    background-image: url(../img/bedge_grunge.jpg);
    background-color: #DCD8CF;
}

.container {
    max-width: 1330px;
}


/* HELPERS
=========================================================*/


/*COLORS*/

.font-blue {
    color: #1f4564;
}
.font-blue2{
    color:  #337ab7;
}

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

.font-grey {
    color: #e3e3e3;
}

.bg-blue {
    background-color: #1f4564;
}

.col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}

strong {
    font-weight: 700;
}

.text-danger {
    color: #FFFFFF;
    font-weight: 300;
}


/*PRELOADER*/

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/preloader.gif') 50% 50% no-repeat white;
}


/* HEADER-1
=========================================================*/

.header-1 {
    background-color: white;
    min-height: 150px;
    font-size: 38px;
}

.header-1 p {
    float: left;
    margin-top: 65px;
    margin-left: 55px;
}

.header-1 i {
    font-weight: 300;
}

.header-1 strong {
    font-weight: 600;
}

.header-1 a {
    text-decoration: none;
}

.header-1 img {
    float: right;
    margin-top: 25px;
    margin-right: 45px;
}


/*promo modal lotes*/

.btn-success {
    background-color: #1f4564;
    border: none;
    font-size: 10px;
    padding: 6px;
}

.btn-success:hover {
    background-color: #1f4564;
    border: none;
}


/* MENU
=========================================================*/

.navbar-nav>li>a {
    line-height: 9px;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 20px;
}

.navbar {
    margin-bottom: 0;
    min-height: 14px;
}

.navbar-default {
    background-color: #1f4564;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}

.navbar-toggle {
    padding: 2px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle {
    border: 0 solid transparent;
    float: right;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
        margin: 0;
        padding-top: 6px;
        margin-bottom: -10px;
    }
    .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .navbar-nav>li.navbar-right {
        float: right !important;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:hover {
        color: white;
        font-weight: 700;
        background: none;
    }
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:hover {
        color: white;
    }
}


/* SLIDER
=========================================================*/

.carousel-caption h1 {
    font-weight: 400;
    font-size: 45px;
}


/* CONTENT
=========================================================*/

.content {
    font-size: 14px;
    padding: 50px;
    padding-bottom: 0px;
    text-align: justify;
}

hr {
    margin: 0;
    margin-bottom: 15px;
    border: 1px solid #254f71;
}


/* LOTES
=========================================================*/

.lotes h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.lotes {
    line-height: 1.3;
    padding-top: 0;
    padding-bottom: 45px;
    text-align: left;
}

li {
    margin-bottom: 17px;
}

.map {
    padding: 70px;
    padding-top: 25px;
}


/*lotes > table*/

.table-lotes {
    padding: 60px;
}

#mytable {
    margin-top: 30px;
}

th,
tr,
td {
    text-align: center;
    color: #1f4564;
    font-weight: 500;
    font-size: 17px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #899bab;
}

.table-striped>tbody>tr {
    background-color: #bec6ce;
}

th {
    background: #395975;
}

.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: 10px;
}

input[type=search],
select#dynatable-per-page-example {
    background-color: #bec6ce;
    color: #395975;
    font-weight: 600;
}

.dynatable-active-page {
    background: #3b5d79;
    font-weight: 600;
}

select {
    color: #3b5d79;
    background-color: #bec6ce;
    font-weight: 600;
}

 a:focus, a:hover {
    color: white;

}
.img-table {
    border: 1px white solid;
}
.dynatable-disabled-page,
.dynatable-disabled-page:hover,
a.dynatable-page-link.dynatable-page-next,
a.dynatable-page-link {
    color: white;
}
.icon-mail-lotes {
/*    margin-left: 15px;*/
}
dynatable-search-mytable {
    float: left;
}
    img.img-table {
        width: 162px;
        height: 135px;
    }
.icon-search-container{
    position: relative;
}    .fa-search {
    color: white;
    position: absolute;
    left: 12px;
    bottom: -45px;
}
/* contact form lotes modal
=============================*/
.contact_form .control-group,
.contact_form .btn-success {
    margin-top: 1.5em
}
.close {
    font-size: 25px
}
.contact_form li {
    list-style: none;
    right: 29px;
    color: white;
}
.modal-content.well {
    background-color: #3b5d79;
}
.fa-times {
    float: right;
}
.contact_form .btn-default {
    margin-top: 20px;
    background-color: #5783a7;
    color: white;
    border-style: none;
}
.pointer:hover {
    cursor: pointer
}
td a,
td a:hover,
td a:focus {
    color: #3b5d79;
}

/*





/* HISTORIA
=========================================================*/
.historia h1 {
    font-size: 23px;
    margin-bottom: 22px;
    margin-top: 0px;
}
.book {
    margin-left: 25px;
}
.col-right-historia {
    margin-top: 65px;
}
.quote {
    margin: 15px 20px;
    margin-bottom: 25px;
    line-height: 24px;
    text-align: left;
    font-size: 16px;
}
.quote::before {
    content: '\f10d  ';
    font-family: FontAwesome;
    color: #315b8c;
    font-size: 16pt;
    margin-right: 5px;
}
.quote::after {
    content: '  \f10e';
    font-family: FontAwesome;
    color: #315b8c;
    font-size: 16pt;
    margin-left: 4x;
}
.menu-border-bottom {
    border-bottom: 1px solid #254f71;
}

/* CONTACT
=========================================================*/
.form-control {
    background-color: #ccd7cf;
    color: #315b8c;
    font-weight: 400;
}
.btn-default {
    background-color: #ccd7cf;
}
.form-control::-moz-placeholder {
    color: #9A9A9A;
}
.form-control:-ms-input-placeholder {
    color: #9A9A9A;
}
.form-control::-webkit-input-placeholder {
    color: #9A9A9A;
}
.contact {
    padding: 25px;
    font-size: 13px;
    font-weight: 400;
}
.contact-btn {
    margin-top: 16px;
}
.contact-text {
    margin-top: 25px;
}
.contact-btn {
    margin-bottom: 22px;
}

/* BOSQUES
=========================================================*/
.antiduna p {
    font-size: 11px;
    line-height: 13px;
}
.antiduna {
    margin-top: -5px
}
.bosques-intro-text {
    letter-spacing: 0.6px;
}

/* FOOTER
=========================================================*/
.footer {
    line-height: 22px;
    color: #e3e3e3;
    padding: 25px 65px;
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
}
.footer a {
    text-decoration: none;
    color: #e3e3e3;
}
.footer strong {
    font-weight: 400;
}
.footer p {
    padding-top: 7px;
}

/* MEDIA QUERIES
=========================================================*/

/* Large Devices, .visible-lg-* */
@media (min-width: 1200px) {
    li.menu-float-right {
        float: right;
    }
    
    li.menu-float-left {
        float: left;
    }
    
    .menu-first-item {
        margin-left: 40px;
    }
    
    .menu-last-item {
        margin-right: 40px;
    }
}

/* Medium Devices, .visible-md-* */
@media (min-width: 992px) and (max-width: 1199px) {
    .antiduna {
        margin-top: -28px;
    }

    .contact-section {
    max-width: 575px !important;
    }

    .col-lg-6.col-left {
    margin-bottom: 25px;
    }
    
    img.quote-r {
        margin-left: 389px;
        margin-top: -61px;
    }
    
    .footer {
        font-size: 13px;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 17px;
    }
    /*header-1*/
    
    .header-1 a {
        font-size: 30px;
    }
    
    .header-1 img {
        margin-right: 25px;
    }
    
    .header-1 p {
        font-size: 32px;
        margin-left: 35px;
    }
}

/* Small Devices, .visible-sm-* */
@media (min-width: 768px) and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 31px;
        margin-bottom: -7px;
    }

    .contact-section {
    max-width: 575px !important;
    }

    .col-lg-6.col-left {
    margin-bottom: 25px;
    }

    .lotes {
        padding: 40px;
        padding-top: 0;
    }
    
    .col-right-historia {
        margin-top: 0;
    }
    
    img.quote-r {
        margin-left: 612px;
        margin-top: -63px;
        position: absolute;
    }
    /*    header*/
    
    .header-1 p {
        font-size: 30px;
        margin-top: 35px;
        margin-left: 85px;
        margin-bottom: 20px;
    }
    
    .header-1 img {
        float: none;
        margin-bottom: -30px;
    }
    /*    menu*/
    
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        line-height: 0px;
        padding: 11px;
    }
    /*    footer*/
    
    .footer {
        font-size: 13px;
        text-align: left;
    }
    /*    table-lotes */
    
    .table-lotes {
        padding: 0px;
    }
    
    .map-jpg {
        margin-bottom: 40px;
    }
}

/* Extra Small Devices, .visible-xs-* */
@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 25px;
        margin-bottom: -15px;
    }
    
    .content {
        padding: 30px 10px;
    }

    .contact-section {
    max-width: 575px !important; 
    }

    .col-lg-6.col-left {
    margin-bottom: 25px;
    }

    p,
    li {
        font-size: 12px;
    }
    
    .footer {
        padding: 10px 10px;
    }
    
    .lotes {
        padding: 10px;
    }
    
    .map-jpg {
        margin-top: 25px;
    }
    
    .lotes h1 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    li {
        margin-bottom: 10px;
    }
    
    img.quote-r {
        margin-left: 605px;
        margin-top: -88px;
        position: relative;
    }
    
    .historia h1 {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    
    .col-right-historia {
        margin-top: 0;
    }
    
    .contact {
        padding: 8px;
        padding-bottom: 20px;
    }
    
    .quote {
        font-size: 14px;
    }
    /*    header*/
    
    .header-1 p {
        font-size: 15px;
        margin: 30px;
        margin-top: 50px;
    }
    
    .header-1 img {
        float: none;
        margin-bottom: -30px;
    }
    /*    menu*/
    
    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        line-height: 0px;
        padding: 8px;
    }
    /*    footer*/
    
    .footer {
        font-size: 13px;
        text-align: center;
    }
    /*    header*/
    
    .header-1 p {
        font-size: 22px;
        text-align: center;
    }
    
    .header-1 img {
        float: none;
        max-width: 210px;
        margin: 0;
        margin-top: 30px;
        margin-bottom: -30PX;
    }
    
    .navbar-default .navbar-nav>li>a {
        font-size: 15px;
        line-height: 6px;
    }
    
    .lotes-lista li {
        font-size: 15px;
    }
    
    .map-jpg {
        margin-bottom: 40px;
    }
    /*    table-lotes */
    
    .table-lotes {
        padding: 0px;
        padding-top: 30px;
    }
    
    th,
    tr,
    td {
        font-weight: 700;
        font-size: 11px;
    }
    
    img.img-table {
        width: 60px;
        height: 48px;
    }
    
    .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: 0px;
    }
    .dynatable-search{
        float: none;
        margin-left: 20%;
    }


}
