/*-----------------------------------
   GENERAL
-------------------------------------*/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html body {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    font-size: 16px;
    color: #676565;
    font-weight: 400;
    line-height: 28px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #d0d3d4;
    transition: all 0.3s;
}

ul,
li {
    list-style: none;
}


.container {
    max-width: 1024px;
    margin: 0 auto;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 29px;
    letter-spacing: 1px;
    border-radius: 0px;
    line-height: 1.6;
    transition: all 0.5s;
    word-wrap: break-word;
    white-space: normal !important;
}

.menu a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #3ca94e;
    padding: 30px 10px 30px 10px;
    margin: 0 10px 0 10px;
    border-bottom: 3px solid transparent;
}

.titles {
    color: #3ca94e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.activ {
    background-color: #3ca94e;
    color: #fff !important;
    border-radius: 5px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
}

.preloader i {
	color:#3ca94e;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 42px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-top: -15px;
    margin-left: -15px;
}

/*-----------------------------------
   HEADER
-------------------------------------*/

.header-wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.menu a:hover {
    background-color: #3ca94e;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    transition: all ease 0.8s;
}

header.header-efect .menu a.active {
    background-color: #3ca94e;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    transition: all ease 0.8s;
}

#home .slider-captions h1.men_scroll {
    transform: translatey(-60px);
    opacity: 0;
    visibility: hidden;
}

.logo img {
    width: 100px;
}

.header {
    width: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 99;
}

.header-efect {
    position: fixed;
    z-index: 999;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .39);
}

.icono-menu {
    display: none;
}

.menu_on span {
    width: 100%;
    height: 4px;
    border-radius: 8px;
    display: block;
    position: absolute;
    background: #3ca94e;
    transition: all 0.25s ease;
    transform-origin: 0px 100%;
}

.menu_on {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 20px;
    position: relative;
    z-index: 2;
}

.menu_on span:nth-child(2) {
    top: calc(50% - 2px);
}

.menu_on span:nth-child(3) {
    bottom: 0;
}

.visible_menu span:nth-child(1) {
    transform: rotate(45deg) translate(-2px, 1px);
    margin-left: 5px;
}

.visible_menu span:nth-child(2) {
    opacity: 0;
}

.visible_menu span:nth-child(3) {
    transform: rotate(-45deg) translate(-3px, 3px);
    margin-left: 5px;
}


/*-----------------------------------
   SLIDER
-------------------------------------*/

.slider-img {
    position: relative;
    width: 100%;
    height: 650px;
    background: rgba(102, 102, 102, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(102, 102, 102, 1)), color-stop(98%, rgba(2, 2, 2, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgba(102, 102, 102, 1) 0%, rgba(2, 2, 2, 0) 98%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000', GradientType=1);
}

.slider-img img {
    position: relative;
    z-index: -1;
}

.slider-captions {
    position: absolute;
    bottom: 220px;
    color: #fff;
    text-align: center;
}

.slider-title {
    color: #1c1c1c;
    margin: 0px 0px 15px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
}

.slider-text {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 32px;
}

.slider .owl-theme .owl-nav {
    line-height: 1;
    text-align: center;
}

.slider .btn-contact {
    background: linear-gradient(90deg, rgba(89,213,89,1) 10%, rgba(60,169,78,0.9654236694677871) 51%, rgba(60,169,78,1) 100%);
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 16px 29px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 30px;
}

.slider .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 42%;
    left: 0px;
    color: #fff;
    font-size: 40px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    border: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 42%;
    right: 4px;
    color: #fff;
    font-size: 40px;
    margin: 12px;
    padding: 0px;
    background: transparent;
    border: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
    height: 48px;
    width: 48px;
}

.slider .owl-theme .owl-nav .owl-prev:hover {
    background-color: transparent;
    text-decoration: none;
    color: #3ca94e;
    transition: 1s ease;
    border-color: transparent;
}

.slider .owl-theme .owl-nav .owl-next:hover {
    background-color: transparent;
    text-decoration: none;
    color: #3ca94e;
    transition: 1s ease;
    border-color: transparent;
}

.slider .owl-theme .owl-dots {
    text-align: center;
    bottom: 50px;
    position: relative;
}

.slider .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 4px 2px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    display: block;
    transition: opacity 200ms ease;
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #3ca94e;
    border-color: #3ca94e;
}

.slider .owl-theme .owl-carousel .owl-item img {
    width: 100%;
}

.btn-contact:hover {
    opacity: .9;
}

/*-----------------------------------
   ABOUT
-------------------------------------*/

.space-medium {
    padding-top: 100px;
    padding-bottom: 100px;
}

.history {
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #1c1c1c;
    text-align: justify;
    margin-bottom: 20px;
}

.about .img-fluid {
    height: 500px;
    padding: 20px;
    background: #fff;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

.history-resume {
    text-align: justify;
    margin-bottom: 40px;
}

.about .btn-outline {
    background-color: transparent;
    color: #3ca94e;
    margin-right: 20px;
    border: 2px solid #3ca94e;
    border-radius: 30px;
}

.about .btn-outline:hover {
    background: linear-gradient(90deg, rgba(89,213,89,1) 10%, rgba(60,169,78,0.9654236694677871) 51%, rgba(60,169,78,1) 100%);
    color: #fff;
}

.about span {
    color: #3ca94e;
    font-weight: 700;

}

.section-title {
    margin-bottom: 40px;
}

/*-----------------------------------
   SERVICES
-------------------------------------*/

.service-block {
    margin-bottom: 30px;
}

.service-img {
    margin-bottom: 22px;
    position: relative;
}

.title-service {
    font-size: 22px;
    color: #1c1c1c;
}

.service-img img {
    width: 100%;
    height: 300px;
}

.imghover {
    display: block;
    position: relative;
    max-width: auto;
}

.imghover::before,
.imghover::after {
    display: block;
    position: absolute;
    content: "";
    text-align: center;
    opacity: 0;
    border-radius: 0px;
}

.imghover::before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #3ca94e;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transform-origin: 1 0;
    transform-origin: 1 0;
    transition: 0.5s ease;
}

.imghover:hover::before,
.imghover:hover::after {
    opacity: .8;
}

.imghover:hover::before {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.imghover:hover::after {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

img.grayscale {
    filter: grayscale(1);
    opacity: .6;
    cursor: pointer;
}

img.grayscale:hover {
    filter: grayscale(0);
    opacity: 1;
    transition-property: filter;
    transition-duration: 1s;
}

.icon-hover {
    position: absolute;
    left: -300%;
    bottom: 45%;
    transition: 0.3s ease;
}

.icon-search {
    color: white;
}

.icon-hover .icon-search {
    font-size: 30px;
}

.service-img:hover .icon-hover {
    left: 45%;
}

.service-content a {
    color: #1c1c1c;
}

/*-----------------------------------
   CTA
-------------------------------------*/
.cta-wrapper {
    background-color: #3ca94e;
    color: #fff;
    text-align: center;
}

.cta-block {
    padding-top: 80px;
    padding-bottom: 80px;
}

.cta-block-title {
    font-weight: 400;
    margin-bottom: 35px;
}

.cta-wrapper .btn-outline {
    background-color: #fff;
    color: #3ca94e;
    border-radius: 30px;
}

.cta-wrapper .btn-outline:hover {
    background: linear-gradient(90deg, rgba(89,213,89,1) 10%, rgba(60,169,78,0.9654236694677871) 51%, rgba(60,169,78,1) 100%);
    color: #fff;
}

/*-----------------------------------
   FEATURE
-------------------------------------*/

.feature-wrapper {
    content: "";
    background-image: url(../img/featureroof.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    border-top: 3px solid #3ca94e;
    border-bottom: 3px solid #3ca94e;
    position: relative;
}

.feature-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(46, 53, 62, 0.5);
}

.feature-left {
    text-align: center;
}

.feature-left .feature-icon {
    text-align: center;
    background-color: #3ca94e;
    border-radius: 50%;
    color: #fff;
    height: 64px;
    width: 64px;
    display: inline-block;
    padding: 15px 0px;
    font-size: 35px;
}

.feature-left .feature-icon i.fa {
    font-weight: 400;
}

.feature-content {
    color: #fff;
    text-align: left;
}

.map {
    margin-bottom: -10px;
}

/*-----------------------------------
   TESTIMONIALS
-------------------------------------*/
.quote{   
    display: flex;
    justify-content: flex-end;    
}

.fa-quote-left:before {
   font-size: 50px;
   color: #3ca94e ;
}

.testimonial-item .fa-star::before {
    font-size: 20px;
    color: #3ca94e ;
}

.testimonial-avatar {
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    min-width: 80%;
}

.testimonial-item {
    padding: 20px;
    background-color: #f8f8f9;
    box-shadow: -1px 5px 7px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    flex: 1 1 auto;
    height: 470px;
    position: relative;
}

blockquote {
    margin-bottom: 0;
}

.single-slider li {
    margin-right: 3px;
}

.img-avatar {
    width: 75px;
    height: 75px;
}

.testimonial-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testimonial-title h4 {
    margin-top: 10px;
}


/*-----------------------------------
   CONTACT
-------------------------------------*/

.main-title-border::before,.main-title-border::after {
    content: "";
    display: inline-block;
    margin-top: -7px;
    vertical-align: middle;
    background-color: #3ca94e;
    width: 60px;
    height: 3px;
}

.contact-item span {
    font-size: 25px;
    margin-right: 10px;

}

.btn-custom {
    border-radius: 30px;
    margin-top: 10px;
}

.btn-custom:hover {
    background: linear-gradient(90deg, rgba(89,213,89,1) 10%, rgba(60,169,78,0.9654236694677871) 51%, rgba(60,169,78,1) 100%);
    color: #fff;
    transition: ease-in;
}

/*-----------------------------------
   FOOTER
-------------------------------------*/

footer {
    background-color: #292929;
    color: #fff;
}

footer .logo-footer img {
    width: 125px;
}

footer .social-networks {
    display: flex;
    justify-content: flex-end;
    margin-top: 3em;
}

.social-networks .fa {
    color: #ffffff;
    font-size: 2em;
    margin-right: 2rem;
}

.footer-copyrigth {
    display: flex;
    justify-content: center;
    margin-top: 2em;
    color: #d0d3d4;
    text-align: center;
}

footer a:hover {
    text-decoration: none;
}

.wsptop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 60px  
}

.wsp {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 5px;
    bottom: 35px;
    background-color: #3ca94e;
    box-shadow: 1px 6px 24px 0 rgba(7,94,84,.24);
    cursor: pointer;
    transition: 0.8s;  
}

.wsp .fa {
    font-size: 40px;
    color: white;
}

/*-----------------------------------
   DEVICE IOS PARALLAX 
-------------------------------------*/

.visible-android {
  display:none;
}
.visible-ios {
  display:none;
}
.on-device .visible-android, .on-device .visible-android {
  display:inherit;
}
.device-ios .visible-android {
  display:none !important;
}
.device-ios .hidden-ios {
  display:none !important;
}
.device-android .hidden-android {
  display:none !important;
}
.device-android .visible-ios {
  display:none !important;
}

.device-ios .parallax {
    background-attachment:scroll !important;
}

/*-----------------------------------
   PAGE PRIVACY-POLICY
-------------------------------------*/
.banner {
    background-image: url(/img/sliderroof1.jpg);
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
}

.banner::before {
    content: '';
    background-color: rgba(16,69,101,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.caption {
    position: relative;
    bottom: 200px;
    text-align: center;
}
.slider-title {
    text-align: center;
}

/*-----------------------------------
   PAGE SERVICES-RESIDENTIAL
-------------------------------------*/
.page-caption {
    background-color: #3ca94e;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.residential {
        background-image: url(/img/residentialroof.jpg);
        height: 450px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        position: relative;
}

.residential::before{
    content: '';
    background-color: rgba(16,69,101,.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
} 

.service-list ul li a {
    border-bottom: 1px solid #dfdfdf;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding-bottom: 10px;
    display: block;
    padding-top: 10px;
    line-height: 1.6;
}

.service-description {
    color: #1c1c1c;
}

.know-more {
    border: 1px solid #676565;
    border-radius: 3px;
    padding: 3px 5px;
    color: #676565;
}

.service-item {
    text-align: center;
}

.service-item img {
   height: 300px;
}

.service-item-title {
    margin-top: 10px;
    text-transform: uppercase;
    text-align: center;
}

/*-----------------------------------
   MEDIA QUERYS
-------------------------------------*/

@media screen and (max-width: 1200px) {
    .slider-img {
        height:initial;
    }
}

@media screen and (max-width: 783px) {
    .owl-nav {
        display: none;
    }

    .space-medium {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .menu a {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .menu {
        position: absolute;
        flex-direction: column;
        width: 100%;
        background: #fff;
        left: 0;
        top: -700%;
    }
    .movimiento {
        top: 90px;
        transition: all 0.3s;
    }

    .icono-menu {
        margin: 5px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        padding: 0;
    }
    
    .slider-captions {
        bottom: 350px;
    }

    .slider-title {
        font-size: 30px;
    }
    .owl-carousel .owl-item img {
        width: 100vw;
        height: 92vh;
    }
    .service-item {
        margin-bottom: 10px;
    }

    .testimonial-item {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 480px) {
    .slider-title {
        font-size: 24px;
        line-height: 52px;
    }

    .slider-captions {
        bottom: 200px;
    }

    .slider .owl-theme .owl-nav .owl-prev {
        margin: 0 0 0 -12px;
    }

    .slider .owl-theme .owl-nav .owl-next {
        margin: 0 -12px 0 0;
    }

    .slider .btn-contact {
        font-size: 18px;
    }
    
    .about .img-fluid {
        height: 400px;
    }

    .feature-content {
        text-align: center;
    }
    
    footer p {
        margin-bottom: 0;
    }

    .logo-footer {
        display: flex;
        justify-content: center;
    }
    
    footer .social-networks {
        justify-content: center;
        margin-top: 0.5em;
    }

    .social-networks .fa {
        margin-right: 0.5rem;
    }

    .content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    @media screen and (min-width: 320px) {
        .slider-captions {
            bottom: 150px;
        }

        .cta-wrapper .btn-outline {
            margin-top: 15px;
        }
    }    
}
