@import url("https://fonts.googleapis.com/css?family=Lato");

body {
    background: white;
    font-family: "Lato", sans-serif;
}

.capitalized {
    text-transform: capitalize;
}

.map-content {
    overflow-x: hidden;
    text-align: left;
}

.nav-topbar .nav-link:hover {
    color: #494544;
}

.nav-topbar .nav-link .fab {
    border: 1px solid white;
    border-radius: 50%;
    color: white;
    height: 22px;
    font-size: 0.9em;
    line-height: 21px;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    width: 22px;
}

.nav-topbar .nav-link .icon {
    border: none;
    color: white;
    font-size: 1.5em;
    vertical-align: middle;
}

.white-color {
    color: white !important;
}

.nav-topbar .nav-link .fab:hover {
    border-color: #494544;
    color: #494544;
}

.footer-top .social .fab,
.footer-top .social .fas {
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.15s linear;
    width: 50px;
    font-size: 20px;
    background-color: #4e4a49;
}

.footer-wrapper {
    background: #4e4a49;
}

.footer-top .social .fab:hover,
.footer-top .social .fas:hover {
    background-color: #494544;
    color: #fff;
}

.footer-top {
    background: #494544;
}

.footer-top .phones,
.footer-top .phones a {
    color: white;
    font-size: 15px;
    line-height: 1.8em;
}

.main {
    padding-bottom: 0px;
    padding-top: 0px;
}

.cover-image {
    /*background-image: url(/assets/img/banner.jpg?v1);*/
    opacity: 1;
}

.header {
    background-color: #494544;
}

.subpagina {
    background: #c7c7c7;
}

.cover-center .cover-image:after {
    background-color: rgba(255, 255, 255, 0);
}

.cover-title {
    left: 0;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    right: 0;
    align-items: baseline;
    align-content: baseline;
    z-index: 2;
}

#bannerSlider {
    z-index: 1;
}

.text-in-banner {
    color: white;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.8);
}

.footer-bottom {
    background: #4e4a49;
    text-align: center;
}

.footer-bottom a {
    color: white;
}

.contenedor-footer {
    margin-left: 100px;
    margin-top: 30px;
}

.partners {
    box-shadow: none;
    margin-top: 0px;
}

.call-to-action {
    padding: 0px 1000px;
    padding-bottom: 0px;
    margin-top: 0px;
}
/* Responsive */

@media (max-width: 769px) {
    .logo {
        margin-top: 20px;
    }
}

#mapa {
    height: 500px;
    text-align: center;
    margin-bottom: 30px;
}

.black-background {
    text-align: center;
    background: black;
}

.amenities .fas {
    color: #0275d8;
}

.hidden {
    display: none;
}

.title-subpage {
    /*height: 300px;
    background-image: url("/assets/img/nosotros.jpg");
    margin: -60px 0 60px 0;*/
}

#clientes {
    background-image: url("/assets/img/clientes.jpg");
}

.text-center2 {
    text-align: center !important;
}

.without-underline:hover,
.without-underline:focus {
    text-decoration: none;
}

.social-icons {
    background-color: #4e4a4a;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all 0.15s linear;
    width: 70px;
    margin-left: 5px;
    font-size: 30px;
}

.social-icons a {
    color: white;
}

.listing-box-image-links a .fa,
.listing-box-image-links a .far {
    font-size: 1.2em;
    width: 30px;
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: 5px;
    font-size: 30px;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 50%;
    color: white;
    background: #494544;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

a.back-to-top .fas {
    margin-top: 10px;
}

.pegaso {
    margin-top: 15%;
    margin-bottom: 15%;
}

.information-bar {
    padding: 5px 0;
}

.text-center {
    text-align: center;
}

.title-property {
    line-height: 1.6em;
}

.listing-box-content {
    border: 1px solid #d8d8d8;
    border-radius: 0px;
}

.listing-box-image,
.listing-box {
    border-top: none;
    border-radius: 0px;
}

#mapa-index {
    height: 400px;
}

.page-header h2 {
    text-align: center;
    font-weight: normal;
}

.cover.cover-center {
    height: 250px;
}

@media (min-width: 768px) {
    .nav-primary .nav-item {
        position: relative;
    }

    .nav-primary {
        float: right;
    }

    .cover.cover-center {
        height: 650px;
    }

    .nav-primary .nav-link {
        color: #ffed00;
        cursor: pointer;
        font-size: 1.2em;
        padding: 10px 0;
        position: relative;
        font-weight: normal;
        transition: color 0.15s linear;
        text-transform: none;
    }

    .nav-primary .nav-link.active {
        background-color: transparent;
        border-radius: 0;
        color: white;
        cursor: pointer !important;
        border-bottom: 2px #ffed00 solid;
    }
}

.content-title-inner {
    background: #494544;
    background-position: center center;
    background-repeat: repeat;
    line-height: 1.5;
    padding: 44px 0;
}

.list-parrafo li {
    line-height: 26px;
    font-size: 17px;
}

.text-pages {
    font-size: 17px;
}

.partners img {
    max-height: 80px;
}

.inmobiliaria {
    border-bottom: 1px #c7c7c7 solid;
}

.img-pse-header {
    margin-top: -10px;
}

#another-phones {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 3;
    padding-right: 10px;
}

.header-topbar {
    font-size: 0.85em;
    margin: 0 0;
    padding: 2px 50px;
}

.topbar-fixed {
    position: fixed;
    background: #494544;
    width: 100%;
    clear: right;
    z-index: 2;
}

.typefilter {
    margin-right: 0px !important;
}

.typefilter select {
    font-style: italic;
}

.typefilter select option {
    font-style: normal;
}

.listing-box-content h5 {
    color: #494544;
    text-align: left;
    font-size: 17px;
    margin-bottom: 0rem;
}

.listing-box-content h4 {
    color: black;
    text-align: left;
    font-size: 15px;
}

.features {
    text-align: left;
    word-spacing: 3px;
}

.feature {
    margin-right: 7px;
}

.main-features {
    background: #f6f6f6;
}

.insider {
    color: #44b3a0;
    background: #e6e6e6;
    padding: 30px;
    font-size: 25px;
    border-radius: 100%;
}

.phones {
    margin-top: 50px;
    font-size: 17px;
    color: black;
}

.phones a {
    text-decoration: none;
    color: black;
}

.list-select-action {
    background-color: rgb(255, 255, 255) !important;
}

.listing-box-content p {
    color: black;
    text-align: left;
    line-height: 1.5em;
}

.footer-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-social li {
    float: left;
    padding-right: 10px;
}

.footer-social i {
    font-size: 30px;
    color: black;
}

.footer-social li a {
    text-decoration: none;
    color: black;
}

.btn-primary,
.pricing-btn {
    background-color: #494544;
    height: 51px;
}

.btn-primary:active,
.pricing-btn:active,
.btn-primary:hover,
.pricing-btn:hover,
.btn-primary:focus,
.pricing-btn:focus,
.btn-primary:active:active,
.pricing-btn:active:active {
    background-color: #c6b800;
}

.listing-box:hover .listing-box-title {
    background-color: #494544;
}

.listing-box-image-links a:first-child {
    background-color: rgba(254, 206, 26, 0.9);
    color: white;
}

.listing-box-image-links a:first-child:hover {
    background-color: #c6b800;
    color: white;
}

.listing-box-image-label {
    background-color: #ffed00;
    color: black;
}

.image-slider {
    width: 100%;
    height: 100%;
}

.hidden {
    display: none !important;
}

.page-item.active .page-link {
    background-color: #ffed00;
    color: black;
}

.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    background-color: #c6b800;
    border-color: #0275d8;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 100px;
    width: 100% !important;
    object-fit: cover;
}
