@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
* { padding: 0; margin: 0; }
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
    height: 100vh;
    
    font-family: 'Source Sans Pro', sans-serif;
    color: #424242;
    font-size: 14px;
    background-color: #121212;
}

body:not(.modal-open){
    padding-right: 0px !important;
}

#map-container-google-1 > iframe {
    height: 400px !important;
    width: 100% !important;
}
#headersite {
    height: 100%;
    height: 100vh;
}
#headerhome {
    background-image: url(../imgs/bg07052020.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    height: 100%;
    height: 100vh;
    position: relative;
}
.logo {
    padding: 20px;
}
.logo img {
    max-height: 120px;
    margin: 0 auto;
}
.highlight {
    color: #FFF;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 23%;
}
.highlight h1 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 4px #00000070;
}
.highlight h1 span {
    /* font-family: 'Playfair Display', serif; */
    /* background-color: #FFFFFF50; */
    /* border-radius: 6px; */
    /* padding: 0 10px; */

    /* animation: fadebg 1s 2s forwards; */
}

/* @keyframes fadebg {
    0% { background-color: transparent; }
    100% { background-color: #FFFFFF50; }
} */

.toscroll {
    text-align: center;
    color: #FFF;
    font-size: 3.5rem;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 22px);
    visibility: hidden;
    opacity: 0;
    animation: fadeelement 1s 2s forwards;
}
@keyframes fadeelement {
    0% { opacity: 0; visibility: visible; }
    100% { opacity: 1; visibility: visible; }
}
.navscroll,
.navfixed {
    background-color: #212121;
    border: #212121;
    display: none;
}
.navbar-brand {
    color: #bdbdbd !important;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    display: none;
}
.navbar-brand img {
    height: 20px;
    float: left;
}
.navbar-right {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    padding: 17px 0;
}
.navbar-right>li>a,
.navbar-default .navbar-nav>li>a {
    color: #bdbdbd;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #424242;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e0e0e0;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 500px;
}
.logo-menu>a>img {
    height: 54px;
}
.onlymobile {
    display: none !important;
}

#news {
    background-color: #FFF;
    padding: 100px 0;
}
#news .newsbox {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.3);
    padding: 30px 10px;
    padding-top: 10px;
    margin: 0 30px;
    /* margin-top: -30px; */
    text-align: center;
}
#news .newsbox h3 {
    font-size: 16px;
    line-height: 24px;
}
#news .testimonials-header {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
#news .testimonials-header img {
    margin: 0 auto;
    height: 30px;
}
#news .testimonial-message {
    padding: 0 40px;
}
#news .testimonial-message p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    /* font-style: italic; */
    text-align: center;
}
#news .carousel-indicators {
    bottom: -25px;
}
#news .carousel-indicators li{
    width: 6px;
    height: 6px;
    background-color: #afadb0;
    border: none;
}
#news .carousel-indicators li.active{
    background-color: #8a7948;
    width: 6px;
    height: 6px;
    margin: 1px;
}
#news .carousel-control {
    background-image: none !important;
    width: 0 !important;
}
#news .carousel-control span{
    color: #212121;
}
#news .testimonials-btn {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
button {
    border-radius: 4px;
    border: 2px solid #8a7948;
    color: #8a7948;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    padding: 8px 30px;
}
button:hover,
button:focus {
    background-color: #8a7948;
    color: #FFFFFF;
}

#about {
    background-color: #f0f0f0;
    padding: 80px;
}
#about .beatriz-photo {
    /* margin-top: -120px; */
}
#about .beatriz-photo img {
    max-height: 460px;
    margin: 0 auto;
}

#about .about-title {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
}
#about .about-title span {
    font-size: 16px;
    color: #8a7948;
}
#about .description {
    line-height: 24px;
    margin: 20px;
    margin-left: 0px;
    font-size: 16px;
}

footer {
    color: #e0e0e0;
    padding: 60px 0;
}
footer h4 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}
footer .beatriz-occupation {
    /* font-size: 16px; */
    margin: 5px 0 20px 0;
    line-height: 18px;
}
footer .social-btn {
    color: #e0e0e0;
    font-size: 28px;
    display: inline-block;
    margin-right: 4px;
    padding: 0;
    width: 28px;
    text-align: center;
}
footer .address {
    line-height: 24px;
    margin-top: 10px;
}
footer .address i {
    color: #bdbdbd;
}
footer .address a {
    color: #FFF;
}

footer .title-form {
    text-transform: uppercase;
    color: #bdbdbd;
    font-size: 14px;
    margin-bottom: 4px;
}
footer .form-subscribe {
    margin-top: -15px;
    margin-bottom: 30px;
}
footer form {
    margin: 10px 0 20px 0;
}
footer input[type=email] {
    color: #424242;
    border-radius: 4px;
    padding: 10px;
    border: none;
    width: 100%;
}
footer input[type=submit] {
    padding: 10px 20px;
    color: #FFF;
    background-color: #8a7948;
    border: none;
    margin-left: 5px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
}
footer .partners img {
    margin: 0 20px 20px 0;
    max-height: 40px;
}
#btntotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #21212190;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 9px 15px;
    border-radius: 4px;
}

#headerinterna {
}
#headerinterna .social-media {
    float: right;
    font-size: 24px;
    line-height: 24px;
    padding: 6px;
}
#headerinterna .social-media a {
    display: inline-block;
    color: #bdbdbd;
}
#headerinterna .primeheader {
    background-color: #FFF;
}
#headerinterna .primeheader .nav {
    float: right;
    padding: 60px 0;
}
#headerinterna .primeheader .nav>li>a {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    color: #212121;
    font-size: 16px;
    margin-left: 15px;
}

.internal {
    background-color: #f0f0f0;
    padding-top: 80px;
}
.internal-header {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    padding: 30px 0;
}
.internal-header p {
    color: #bdbdbd;
    font-size: 16px;
}
.internal-header h1,
.playtitle {
    margin-top: 0;
    color: #212121;
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#about-internal .bio-container {
    background-color: #FFF;
    padding: 50px;
    margin-bottom: 40px;
}
#about-internal .bio p {
    margin-bottom: 20px;
    color: #616161;
    font-size: 16px;
    line-height: 26px;
}
#about-internal .press .logo-container {
    margin-top: 16px;
    padding: 16px;
}
#about-internal .press img {
    max-height: 32px;
}

/* ====== TESTIMONIALS ====== */
#testimonials .testimonials-container {
    max-width: 1200px;
    padding: 50px;
    background-color: #FFF;
    margin-bottom: 40px;
}
#testimonials .testimonials-container .testimonial .aspas {
    margin-bottom: 15px;
}
#testimonials .testimonials-container .testimonial .testimonial-text {
    color: #616161;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
}
#testimonials .testimonials-container .testimonial .name {
    padding: 0;
    margin: 0;
}
#testimonials .testimonials-container .testimonial .stars,
#testimonials .testimonials-container .testimonial .stars ul {
    padding: 0;
    display: inline-block;
}
#testimonials .testimonials-container .testimonial .stars ul li {
    list-style: none;
    float: left;
    margin-right: 2px;
    padding: 0;
}
#testimonials .testimonials-container .testimonial .name-stars-right {
    width: 100%;
    text-align: right;
}
/* ====== /TESTIMONIALS ====== */



/* ====== MORTGAGE ====== */
#mortgage-internal .calculator-container {
    background-color: #FFF;
    padding: 50px;
    margin-bottom: 60px;
}
#mortgage-internal .calculator-container .img-contact {
    max-width: 160px;
    margin: 0 auto;
}
#mortgage-internal .calculator-container .beatriz-name {
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
#mortgage-internal .calculator-container .beatriz-name .social {
    float: right;
}
#mortgage-internal .calculator-container .beatriz-name .social .social-btn {
    color: #bdbdbd;
    font-size: 20px;
    display: inline-block;
    margin-right: 2px;
    padding: 0;
    width: 20px;
    text-align: center;
}
#mortgage-internal .calculator-container ul li,
#mortgage-internal .calculator-container p {
    list-style-type: none;
    color: #616161;
    font-size: 16px;
    line-height: 26px;
}
#mortgage-internal .calculator-container .form-group p {
    margin-top: 15px;
}
#mortgage-internal .calculator-container ul li i {
    color: #8a7948;
}
.modal-mortgage {
    color: #616161;
    font-size: 16px;
    line-height: 26px;
}
.modal-mortgage .modal-body {
    padding: 30px 20px;
}
.modal-mortgage .modal-body img {
    height: 50px;
    float: left;
    margin: 0 15px 15px 0;
}
#mortgage-internal .calculator-container form button,
.modal-mortgage .modal-body button {
    padding: 10px 60px;
    color: #FFF;
    background-color: #8a7948;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 700;
}
#mortgage-internal .calculator-container .text-calculator {
    max-width: 920px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 20px;
}

.modal-mortgage.modal {
    text-align: center;
    padding: 0!important;
}

.modal-mortgage.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-mortgage .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* ====== /MORTGAGE ====== */


/* ======  ====== */
.category-container {
    padding: 0 20px;
}
.place-title-category {
    font-family: 'Playfair Display', serif;
    line-height: 36px;
    border-bottom: 1px solid #bdbdbd;
}
.place-viewmore {
    float: right;
    margin-top: -40px;
}
.place {
    /* border: 1px #e0e0e0 solid; */
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    cursor: pointer;
    margin-bottom: 30px;
}
.place:hover .place-address {
    color: #8a7948;
}
.place:hover .place-category {
    padding-left: 30px;
}
.place .place-image {
    position: relative;
}
.place .place-image .place-image-container {
    background-size: cover;
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
}
.place .place-image img {
    border-radius: 3px 3px 0 0;
}
.place .place-image .bw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.place-container .place-category {
    background-color: #546E7A;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    border-radius: 0 30px 30px 0;
    color: #ffffff;
    padding: 2px 15px;
    transition: 0.3s;
    display: inline-block;
}
.place-container .category-modal {
    margin-left: -30px;
    vertical-align: top;
    text-align: center;
    width: 100%;
}
.place-container .place .place-category {
    position: absolute;
    top: 15px;
}
.place .place-price {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    padding: 2px 15px;
    font-size: 18px;
    text-transform: uppercase;
}
.place .place-information {
    padding: 15px;
}
.place-container .place-information .place-address {
    font-size: 20px;
    transition: 0.3s;
}
.place-container .place-information .place-address-2,
.place-details-content .place-address p {
    font-size: 14px;
    color: #9e9e9e;
    margin-bottom: 10px;
}
.place .place-information .place-attributes {
    margin-right: 6px;
    display: inline-block;
}

.place-details-content {
    padding: 30px;
}
.place-details-content .place-address.address-inmodal {
    margin-top: -25px;
}
.place-details-content .place-address {
    display: inline-block;
    margin-bottom: 15px;
}
.place-details-content .place-price h3,
.place-details-content .place-address h3 {
    margin: 0;
    text-align: right;
}

.place-details-content .preco {
    margin: 0;
    text-align: right;
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-left: 15px;
    clear: both;
}
.place-details-content .place-price {
    background-color: #e0e0e0;
    color: #212121;
    padding: 5px 20px;
    margin-right: -15px;
    margin-bottom: 15px;
    border-radius: 32px 0 0 32px;
    /* display: inline-block; */
    float: right;
    width: 50%;
}
.place-details-content .place-price span {
    font-size: 14px;

}
.place-details-content .place-attributes {
    margin-bottom: 6px;
}
.place-details-content .place-attributes .ico-washer {
    height: 14px;
}
.place-details-content .place-attributes.attr-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 20px;
}
#carousel-placedetails .item {
    height: 390px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.place-details-content .carousel-photos {
    list-style: none;
    margin: 6px 0;
}
.place-details-content .carousel-photos li {
    margin-right: 6px;
    display: inline-block;
    width: 80px;
    height: 45px;
    cursor: pointer;

    background-size: cover;
    background-position: center;
}
.place-details-content .place-about {
    line-height: 24px;
    color: #717171;
    text-align: justify;
}

/* ====== Modal Loading ====== */
#load-body {
    padding-left: 34%;
    padding-right: 34%;
}
/* ====== / ====== */

@media (min-width: 992px) {
    .modal-lg {
        width: 992px;
    }
}

@media only screen and (max-width: 768px) {
    #headerhome {
        background-attachment: scroll;
        background-image: url(../imgs/bg07052020-768.jpg);
    }
    .highlight {
        margin: 20px;
        margin-top: 40%;
    }
    .highlight h1 {
        font-size: 2.5rem;
    }
    .onlymobile {
        display: block !important;
    }
    #about,
    #news,
    footer {
        padding: 20px 0;
    }
    .testimonials-container,
    .partners {
        margin-top: 20px;
    }
    #headerinterna .primeheader .nav {
        display: none;
    }
    #testimonials .testimonials-container,
    #about-internal .bio-container {
        padding: 20px;
    }
    #about-internal .bio p {
        margin-top: 20px;
    }
    #btntotop {
        bottom: 10px;
        right: 10px;
    }
    .toscroll {
        bottom: 40px;
    }
    .navbar-left {
        display: none;
    }
    .navbar-brand {
        display: block;
    }
    .internal-header {
        padding: 10px 0;
    }
    #mortgage-internal .calculator-container .beatriz-name {
        margin-top: 20px;
    }
    #mortgage-internal .calculator-container .beatriz-name .social {
        float: none;
    }
    .place-details-content .place-address.address-inmodal {
        margin: 0;
        margin-top: 10px;
    }
    footer .footer-middle {
        margin-top: 30px;
    }

    #carousel-placedetails .item {
        height: 225px;
    }
}

@media only screen and (max-width: 550px) {
    #headerhome {
        background-image: url(../imgs/bg11052020-768.jpg);
    }
    #carousel-placedetails .item {
        height: 190px;
    }
}