/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

li {
    text-align: justify;
}

a {
    text-decoration: none;
    color: #218258;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #218258;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Prelaoder */
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.gif") no-repeat center center;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #218258;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #218258;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Start
--------------------------------------------------------------*/
#hero {
    display: table;
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.jpg) top center;
    background-size: cover;
}

#heroService {
    display: table;
    width: 100%;
    height: 50vh;
    background-size: cover;
}

.dArquipic {
    background: url(../img/services/diseñoarqui/bg.jpg) top center;
}

.dConstpic {
    background: url(../img/services/construction/bg.JPG) top center;
}

.dRemodelpic {
    background: url(../img/services/remodel/bg.JPEG) top center;
}

.dMantpic {
    background: url(../img/services/mantint/bg.jpeg) top center;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }

    #heroService {
        background-attachment: fixed;
    }
}

#hero .hero-logo {
    margin: 20px;
}

#hero .hero-logo img {
    max-width: 100%;
}

#hero .hero-container {
    background: rgba(0, 0, 0, 0.7);
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

#heroService .hero-container {
    background: rgba(0, 0, 0, 0.7);
    display: table-cell;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}


#hero h1 {
    margin: 30px 0 10px 0;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}

#heroService h1 {
    margin: 30px 0 10px 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #heroService h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #ccc;
    margin-bottom: 50px;
}

#hero h2 span {
    color: #fff;
    transition: 0.3s;
    border-bottom: 2px solid #218258;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    #hero h2 .rotating {
        display: block;
    }

    #hero img {
        width: 60%;
        width: 60%;
    }
}

#hero .rotating>.animated {
    display: inline-block;
}

#hero .actions a {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
}

#hero .btn-get-services {
    background: #218258;
    border: 2px solid #23835b;
    color: #fff;
}

#hero .aboutdown {
    font-size: 26px !important;
    display: inline-block !important;
    padding: 12px 0 !important;
    border-radius: 50px !important;
    transition: 0.3s ease-in-out !important;
    margin: 10px;
    width: 64px;
    height: 64px;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
}

#hero .aboutdown:hover {
    padding-top: 15px !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

#hero .btn-get-services:hover {
    background: none;
    border: 2px solid #fff;
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #0d0d0d;
    transition: all 0.5s;
    z-index: 997;
    height: 70px;
}

@media (max-width: 992px) {
    #header {
        height: 60px;
    }
}

#header.fixed-top {
    background: rgba(0, 0, 0, 0.85);
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo a {
    color: #fff;
}

#header .logo img {
    height: 50px;
}

.scrolled-offset {
    margin-top: 70px;
}

@media (max-width: 992px) {
    .scrolled-offset {
        margin-top: 60px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Nav 
*/
.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #218258;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #333333;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #218258;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/** * Mobile Navigation */
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(26, 26, 26, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #218258;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #218258;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
    overflow: hidden;
}

.section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.section-description {
    text-align: center;
    margin-bottom: 40px;
}

.section-description span {
    color: #c1a490;
    transition: 0.5s;
    font-weight: bold;
    font-size: 25px;
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: #c1a490;
    margin: 0 auto;
    margin-bottom: 30px;
}

/* Get Started Section --------------------------------*/
#about {
    background: #fff;
    padding: 60px 0;
}

#about .about-img {
    overflow: hidden;
}

#about .about-img img {
    max-width: 100%;
}

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

    #about .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

#about .section-description {
    font-size: 18px;
    font-weight: bold;
}

#about .about-content {
    background: #fff;
    align-content: center;
}

#about .about-title {
    color: #333;
    font-weight: 700;
    font-size: 28px;
}

#about .about-text {
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
    text-align: justify;
}

#about .about-text:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
#stats-counter {
    padding: 0px 0 80px 0;
}

.stats-counter .stats-item {
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.stats-counter .stats-item i {
    color: #218258;
    font-size: 42px;
    line-height: 0;
    margin-right: 20px;
}

.stats-counter .stats-item span {
    color: var(--heading-color);
    font-size: 36px;
    display: block;
    font-weight: 600;
}

.stats-counter .stats-item p {
    padding: 0;
    margin: 0;
    font-family: var(--heading-font);
    font-size: 16px;
}

/* Services Section
--------------------------------*/
#services {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services_bg.jpeg") fixed center center;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#services .service-item {
    margin-bottom: 20px;
}

#services .service-icon {
    float: left;
    background: #218258;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #218258;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

#services .service-icon i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

#services .service-item:hover .service-icon {
    background: #fff;
}

#services .service-item:hover .service-icon i {
    color: #218258;
}

#services .service-title {
    margin-left: 80px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .service-title a {
    color: #111;
}

#services .service-description {
    margin-left: 80px;
    line-height: 24px;
    text-align: justify;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

#why-us {
    padding: 0 0 60px 0;
}

.why-us .box {
    padding: 40px 30px;
    border: 6px solid #23835b;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2); */
    /* transition: all ease-in-out 0.3s; */
    /*     background: #218258; */
}

.why-us .box h4 {
    /* display: block; */
    font-size: 38px;
    font-weight: 800;
    color: #23835b;
    text-align: center;

}

.why-us .box span {
    display: none;
}

/* .why-us .box h4 {
    font-size: 28px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #2a2a2a;
} */

/* .why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;ks
} */

.why-us .box:hover {
    /* background: #fff; */
    /* padding: 30px 30px 70px 30px; */
    /* box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18); */
    border-color: #c1a490;
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
    color: #c1a490;
    display: block;
}

/* Subscribe Section
--------------------------------*/
#whatsapp {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/suscribe-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#whatsapp .whatsapp-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#whatsapp .whatsapp-text {
    color: #fff;
}

#whatsapp .whatsapp-btn-container {
    text-align: center;
    padding-top: 20px;
}

#whatsapp .whatsapp-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#whatsapp .whatsapp-icon {
    font-size: 48px;
    display: inline-block;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;

}

#whatsapp .whatsapp-icon:hover {
    color: #218258;
}


#whatsapp .whatsapp-btn:hover {
    background: #218258;
    border: 2px solid #4a8b70;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 0px 0;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 35px auto;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #c3a08c;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    color: #218258;
}

#portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

#portfolio .portfolio-item {
    margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
}

#portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #333333;
    margin-bottom: 5px;
}

#portfolio .portfolio-item .portfolio-info p {
    color: #666666;
    font-size: 14px;
    margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 48px;
    font-size: 28px;
    top: calc(50% - 28px);
    color: #4d4d4d;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #218258;
}

#portfolio .portfolio-item .portfolio-info .details-link {
    right: 15px;
}

#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 20px;

}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #218258;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #218258;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(51, 51, 51, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

/* Clients Section
--------------------------------*/
#clients {
    background: #fff;
    padding: 60px 0 20px 0;
}

#clients .member {
    text-align: center;
    margin-bottom: 20px;
}

#clients .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 150px;
}

#clients .member .pic img {
    max-width: 100%;
    max-height: 100%;
}

#clients .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
}

#clients .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#clients .member .social {
    margin-top: 15px;
}

#clients .member .social a {
    color: #c3a08c;
}

#clients .member .social a:hover {
    color: #218258;
}

#clients .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.clients .clients-slider {
    overflow: hidden;
}

.clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #218258 !important;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #218258;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    background: #fff;
    padding: 80px 0;
}

#testimonials .profile {
    text-align: center;
}

#testimonials .profile .pic {
    border-radius: 50%;
    border: 6px solid #c3a08c;
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
    width: 260px;
}

#testimonials .profile .pic img {
    max-width: 100%;
}

#testimonials .profile h4 {
    font-weight: 700;
    color: #218258;
    margin-bottom: 5px;
}

#testimonials .profile span {
    color: #333333;
}

#testimonials .quote {
    position: relative;
    background: #f6f6f6;
    padding: 60px;
    margin-top: 40px;
    font-size: 16px;
    font-style: italic;
    border-radius: 5px;
}

#testimonials .quote b {
    display: inline-block;
    font-size: 22px;
    left: -9px;
    position: relative;
    top: -8px;
}

#testimonials .quote small {
    display: inline-block;
    right: -9px;
    position: relative;
    top: 4px;
}

/* Contact Section
  --------------------------------*/
#contact {
    background: #f7f7f7;
    padding: 40px 0 60px 0;
}

#contact .info {
    color: #333333;

}

#contact .info-box i {
    font-size: 32px;
    color: #218258;
    padding: 8px;

}

#contact .info-box {
    color: #333333;
    background: #fff;
    text-align: center !important;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}

#contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

#contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 30px 0;
}

.breadcrumbs a {
    font-weight: bold;
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300;
    font-weight: bold;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
    font-weight: bold;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: gray;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #111;
    padding: 30px 0;
    color: #fff;
}

#footer .copyright {
    text-align: center;
}

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}

/*--------------------------------------------------------------
# Purecounter
--------------------------------------------------------------*/
.purecounter2 {
    display: flex
}

.purecounter2 p {
    font-weight: 600;
}