/*
    edificiosantamaria.cl
    main.css
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

/* separator */
.separator {
    display: block;
    width: 100%;
    height: 2px;
    background-color: darkgray;
}

/* header-topbar */
#header-topbar {
    display: block;
    position: absolute;
    width: 100%;
    top: 10vh;
    z-index: 99;
    background-color: rgba(255,255,255,.7);
}

@media (min-width: 576px) { 
    #header-topbar {
        background-color: rgba(255,255,255,.7);
        height: auto;
    }
}

@media (min-width: 768px) { }

@media (min-width: 992px) {
    #header-topbar {
        
    }
}

@media (min-width: 1200px) {}

#header-topbar .topbar-brand {
}

#header-topbar .topbar-brand img {
    height: 180px;
}

@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) {
    #header-topbar .topbar-brand {

    }
    
    #header-topbar .topbar-brand img {

    }
}

#header-topbar .feature-group {
    background: none;
}

#header-topbar .feature-group .btn {
    background-color: #be6871;
}

#header-topbar .btn-location {
    color: #0078f6;
    text-decoration: none;
}

@media (min-width: 1200px) { }

/* top-wrapper */
#top-wrapper {

}

#top-wrapper .top-title {
    background-color: #be6871;
}

#top-wrapper .title-h {
    margin: 0;
    color: white;
    font-size: 32px;
}

#top-wrapper .title-h a {
    color: white;
}

#top-wrapper .search-form {
}

#top-wrapper .search-form .twitter-typeahead {
    display: block;
    width: 100%;
}

#top-wrapper .search-form .tt-hint {
    color: #999
}

#top-wrapper .search-form .tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
            box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#top-wrapper .search-form .tt-dataset p:not(.tt-suggestion) {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-weight: 300;
}

#top-wrapper .search-form .tt-suggestion {
    padding: 3px 20px;
    font-size: 16px;
    line-height: 24px;
}

#top-wrapper .search-form .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #be6871;
}

#top-wrapper .search-form .tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #be6871;

}

#top-wrapper .search-form .tt-suggestion p {
    margin: 0;
}

/* main-wrapper */
#main-wrapper {
    
}

/* section-wrapper */
.section-wrapper {

}

/* section-title */
.section-title {
    text-align: center;
}

.section-title .title-h {
    
}

@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) { 
    .section-title .title-h {
        font-size: 4.2em;
    }
}

@media (min-width: 1200px) { }

/* footer */
footer {
    background-color: white;
}

@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) { 
    footer {
    }
}

@media (min-width: 1200px) { }


footer .footer-top {
}

@media (min-width: 576px) { }

@media (min-width: 768px) { }

@media (min-width: 992px) { 
    footer .footer-top {
    }
}

@media (min-width: 1200px) { }

footer .footer-middle {
    background-color: #E39EA5;
    min-height: 20vh;
    padding-top: 35px;
    padding-bottom: 20px;
}

footer .footer-middle .title-footer {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 13px;
    text-align: left;
}

footer .footer-middle .nav-footer {
    margin: 0;
    padding: 0;
}

footer .footer-middle .nav-footer li {
    list-style: none;
    text-align: left;
}

footer .footer-middle .nav-footer li > a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

footer .footer-bottom {
    background-color: #2b2b2b;
    text-align: right;
}

footer .footer-bottom {
    color: white;
}

footer .footer-bottom a {
    color: #be6871;
    text-decoration: none;
}

/* pagination */
.pagination-wrapper {
    border-top: 1px solid #eae9e9;
    border-bottom: 0;
    padding: 45px 0 0;
    margin: 10px 0 0;
}

.pagination-wrapper .pagination {
    padding: 0px;
    margin: 0;
}

.pagination-wrapper .pagination > li {
    display: inline-block;
    margin-right: 5px;
}

.pagination-wrapper .pagination > li:last-child {
    margin-right: 0;
}

.pagination-wrapper .pagination > li > a {
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    color: #888888;
    width: 50px;
    height: 50px;
    line-height: 20px;
    padding: 15px 10px;
    text-align: center;
    display: block;
}

.pagination-wrapper .pagination > li > a i {
    line-height: 28px;
}

.pagination-wrapper .pagination > li a:hover {
    background-color: #b7cbfe;
    color: white;
}

.pagination-wrapper .pagination > li.active a {
    background-color: #b7cbfe;
    color: white;
}

.pagination-wrapper .pagination > li.prev > a,
.pagination-wrapper .pagination > li.next > a {
    width: auto;
    text-transform: uppercase;
    color: black;
    font-size: 0.9em;
}

.pagination-wrapper .pagination > li.prev > a:hover,
.pagination-wrapper .pagination > li.next > a:hover {
    background-color: transparent;
    color: #b7cbfe;
}

/* detail-well */
.detail-well {
    
}

.detail-well .btn {
    background-color: #be6871;
}