body, html {
    font-family: "Lato",sans-serif !important;
    font-weight: 300 !important;
    /*color: #fff !important;*/
    color: #000 !important;
    /*background-color: #000; */
    background-color: #fff;
    font-size: 16px;
}

nav.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    min-height: 70px;
    box-shadow: inset 0 -3px 0 #C0976A;
    z-index: 2;
}

nav.navbar .navbar-toggler {
    background-color: rgba(192, 151, 106, 0.5) !important;
}

nav.navbar .container {
    min-height: 70px;
}

nav.navbar .container #navbarSupportedContent .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

nav.navbar .container #navbarSupportedContent .nav-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    min-height: 70px;
    text-align: center;
    color: #C0976A;
}

nav.navbar .container #navbarSupportedContent .nav-item a:hover {
    color: #67523d;
}

nav.navbar .container #navbarSupportedContent .nav-item .active {
    color: #67523d;
}

.box-bottom {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #C0976A;
}

.box-bottom .box-footer {
    color: #000;
    margin-bottom: 12px;
}

.box-bottom .box-footer p {
    font-size: 14px;
    font-weight: 300;
}

.box-bottom .box-footer p strong {
    font-weight: 700 !important;
}

.box-bottom .box-footer p strong a {
    color: #000;
}

.box-bottom p {
    margin-bottom: 0;
}

.social {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.social ul {
    padding-bottom: 2em;
    padding-top: 2em;
    background-color: #C0976A;
    border-top-left-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}

.social ul li {
    padding: 5px;
    text-align: center;
    position: relative;
}

.social ul li:nth-child(1) {
    padding-bottom: 8px;
}

.social ul li:nth-child(2) {
    padding-top: 8px;
    padding-bottom: 8px;
}

.social ul li:nth-child(2):before {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 60%;
    height: 1px;
    right: 20%;
    top: 0;
    display: block;
    position: absolute;
}

.social ul li:nth-child(2):after {
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 60%;
    height: 1px;
    right: 20%;
    bottom: 0;
    display: block;
    position: absolute;
}

.social ul li:nth-child(3) {
    padding-top: 8px;
}

#home .carousel-control-next-icon, #home .carousel-control-prev-icon {
    width: 40px !important;
    height: 40px !important;
}

#home .carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png") !important;
}

#home .carousel-control-next-icon {
    background-image: url("../images/right-arrow.png") !important;
}

#home .slider-main .carousel-inner {
    position: relative;
}

#home .slider-main .carousel-inner #arrow-down {
    position: absolute;
    left: calc(50% - 11px);
    right: 0;
    bottom: 70px;
    width: 22px;
    height: 12px;
    background-image: url("../images/down.png");
    transition: all .182s ease;
    transform: translateX(3px);
    animation-duration: 0.5s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

#home .slider-main .carousel-inner #arrow-down:hover {
    animation-play-state: paused;
}

#home .bio-home {
    position: relative;
    width: 100%;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    /*background-color: #000;*/
    background-color: #fff;
}

#home .bio-home p {
    font-weight: 300;
    /*color: #fff;*/
    color: #000;
}

#home .bio-home .box-ja h1 {
    padding-bottom: 12px;
    margin-bottom: 12px;
    color: #C0976A;
    border-bottom: 1px solid #C0976A;
}

#home .bio-home .box-modules {
    position: relative;
    min-height: 252px;
    z-index: 1;
    font-weight: 300;
    border: 1px solid #C0976A;
}

#home .bio-home .box-modules:before {
    content: "";
    width: 10px;
    height: 211px;
    background: rgba(255, 255, 255, 0.18);
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
}

#home .bio-home .box-modules h4 {
    text-align: center;
    padding-top: 15px;
    font-weight: 300;
    padding-bottom: 15px;
    color: #000;
    background-color: #C0976A;
}

#home .bio-home .box-modules ul {
    max-height: 170px;
    overflow-y: scroll;
    padding-right: 12px;
}

#portafolio {
    /*background-color: #000;*/
    background-color: #fff;
}

#portafolio .head-house, #portafolio .head-local, #portafolio .head-hotel {
    position: relative;
    z-indeX: 1;
}

#portafolio .head-house:before, #portafolio .head-local:before, #portafolio .head-hotel:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #C0976A;
    opacity: .7;
    z-index: -1;
}

#portafolio h4 {
    color: #C0976A;
    display: inline-block;
    /*background-color: #000;*/
    background-color: #fff;
    padding-right: 18px;
    font-weight: 300;
    font-size: 20px;
}

#portafolio .owl-carousel {
    text-align: center;
    display: flex;
    justify-content: center;
}

#portafolio .owl-carousel h5 {
    color: #C0976A;
    font-weight: 300;
    margin-bottom: 4px;
    margin-top: 12px;
}

#portafolio .owl-carousel .owl-next, #portafolio .owl-carousel .owl-prev {
    background-color: transparent !important;
    position: absolute;
    left: -70px;
    top: calc(50% - 35px);
}

#portafolio .owl-carousel .owl-next {
    left: initial;
    right: -70px;
}

#portafolio .owl-carousel .img-owl {
    position: relative;
}

#portafolio .owl-carousel .img-owl:hover::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/hover-portafolio.png");
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#portafolio .modal-content {
    background-color: rgba(0, 0, 0, 0.85);
    max-width: 1140px;
    border: 1px solid rgba(192, 151, 106, 0.3);
    border-radius: 0;
    padding: 8px;
}

#portafolio .modal-content .modal-casas {
    justify-content: space-evenly;
}

#portafolio .modal-content .modal-casas .h-group h2 {
    color: #C0976A;
}

#portafolio .modal-header {
    border-bottom: none;
}

#portafolio .modal-dialog {
    max-width: 100%;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media (max-width: 768px) {
    #portafolio .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
#portafolio .close {
    color: #C0976A;
    font-weight: 300;
    border: 1px solid #C0976A;
    line-height: .7;
}

#portafolio .mapas {
    position: relative;
}

#portafolio .mapas:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 32px;
    background-image: url("../images/icon-map.jpg");
    left: 0;
    top: 0;
}

#portafolio .mapas #googleMaps {
    width: 90%;
    margin-left: auto;
    height: 300px;
}

#publicaciones {
    color: #000;
}

#publicaciones .row-publi {
    height: 100%;
}

#publicaciones .row-publi .box-publi {
    height: 100%;
    max-width: 240px;
    min-width: 240px;
    justify-content: space-evenly;
    padding-left: 15px;
}

#publicaciones .row-publi .box-publi h5 {
    border-bottom: 3px solid rgba(192, 151, 106, 0.7);
    padding-bottom: 0.4em;
}

#publicaciones .row-publi .box-publi .body-publi p:nth-child(1) {
    color: #C0976A !important;
    margin-bottom: 6px;
    font-weight: 700;
}

#publicaciones .row-publi .box-publi a {
    transition: .182s all ease;
    width: 200px;
}

#publicaciones .row-publi .box-publi a:hover {
    text-decoration: none;
    transform: scale(1.07);
}

#publicaciones .row-publi .box-publi a .p-download {
    color: #000;
    padding: 4px;
    background-color: #C0976A;
}

#publicaciones .line {
    display: block;
    width: 100%;
    height: 6px;
    background-color: rgba(114, 114, 118, 0.2);
    margin-top: 30px;
    margin-bottom: 30px;
}

#contacto {
    display: block;
    width: 100%;
    background-image: url("../images/bg-contacto.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#contacto .form-ja {
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.6);
}

#contacto .form-ja form .form-control {
    color: #fff !important;
}

#contacto .form-ja form input, #contacto .form-ja form textarea {
    background-color: rgba(192, 151, 106, 0.5) !important;
    border: none;
    border-radius: 0;
}

#contacto .form-ja form .btn-golden {
    background-color: #C0976A;
    border-radius: 0;
    color: #fff;
    font-weight: 300 !important;
    padding-left: 2em;
    padding-right: 2em;
    transition: .182s all ease;
}

#contacto .form-ja form .btn-golden:hover {
    transform: scale(1.05);
}

#contacto .text-contact p {
    margin-bottom: .5rem !important;
}

#contacto .text-contact a {
    color: #fff;
}

#contacto .text-contact a:hover {
    color: #C0976A;
}

#contacto .mapas {
    position: relative;
}

#contacto .mapas:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 32px;
    background-image: url("../images/icon-map.jpg");
    left: 0;
    top: 0;
}

#contacto .mapas #googleMaps {
    width: 90%;
    margin-left: auto;
    height: 300px;
}

@keyframes changewidth {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(5px);
    }
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #C0976A;
}

::-webkit-input-placeholder {
    color: white !important;
    font-weight: 300;
}

::-moz-placeholder {
    color: white !important;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: white !important;
    font-weight: 300;
}

:-moz-placeholder {
    color: white !important;
    font-weight: 300;
}

.form-control {
    color: #FFF;
    font-weight: 300;
}

.form-control:focus {
    border-color: #eb5b2a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(235, 92, 42, 0.8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(235, 92, 42, 0.8);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #C0976A !important;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

/*# sourceMappingURL=styles.css.map */

.ja{
    position: absolute;
    right: 10%;
    top: 20%;
}