/* here */
@import url('https://fonts.cdnfonts.com/css/nexa');


* {
    font-family: 'Nexa',
        sans-serif;

}

html {
    scroll-behavior: smooth;
}

/* HEADER */

.contact-tel {
    padding: 17px 10px 0px 0px;
    width: 201px;
}

.container-social {
    padding: 10px 0px 0px 0px;
}

.btn-get-navbar {
    color: #329c2f;
    background-color: #fefe00;
    padding: 8px 8px 5px 8px;
    text-decoration: none;
    border-radius: 15px;
    width: 250px;
    font-size: 17px;
    font-weight: 600;
}

.btn-get-navbar:hover {
    color: #329c2f;
    background-color: #e2e207;
    padding: 8px 8px 5px 8px;
    text-decoration: none;
    border-radius: 15px;
    font-size: 17px;
    font-weight: 600;
}


.green-column {
    background-color: #009d05;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
    height: 65px;
}

@media (max-width: 768px) {
    .green-column {
        background-color: #009d05;
        height: 200px;
        clip-path: none;
        padding: 10px 10px 10px 10px;

    }
}



@media (max-width: 768px) {
    .principal-container {
        padding: 0px 0px 0px 0px;

    }
}

@media (max-width: 768px) {
    .green {
        padding: 0px 0px 0px 0px;

    }
}




@media (max-width: 768px) {
    .btn-get-navbar {
        width: 339px;
        height: 45px;

    }
}

li.list-inline-item img {
    width: 32px;
}



.text-contact {
    font-size: 18px;
    font-weight: bold;
}

.yellow-button {
    background-color: yellow;
}

@media (max-width: 767px) {
    .clip-path-reset {
        clip-path: none !important;
    }
}

.contain-btn-nav {
    width: 306px;
}

@media (max-width: 768px) {
    .contain-btn-nav {}
}

.columna {
    padding: 0px;
}

.navbar {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
}

.tel-navbar:hover {
    color: #fefe00;
    text-decoration: none;
}

.tel-navbar {
    color: #ffffff;
    text-decoration: none;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.img-header {
    width: 250px;
}

.menu-options {
    color: #329c2f;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Nexa',
        sans-serif;
}


.navbar-nav .nav-link {
    position: relative;
    color: #329c2f;
}

.navbar-nav .nav-link:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    transition-duration: 0.2s;
    background-color: #329c2f;
}

.navbar-nav>li:not(:last-child) {
    margin-right: 15px;
}

.container-options {
    padding: 10px 10px 10px 40px;
}

/* END HEADER */
.contain {
    margin-top: 150px;
}

.title-we {
    padding-top: 86px;

}

.description-banner {
    padding: 15px 10px 10px 10px;
    border-radius: 10px;
}

.bg {
    background-image: url("../image/fondo.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px 30px 125px 20px;

}

.text-shadow {
    color: white;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.33);
    font-family: 'Nexa',
        sans-serif;
    font-weight: bold;

}

.text-shadow-green {
    color: white;
    background-color: #329c2f;
    border-radius: 10px;
    font-size: 10px;
    font-family: 'Nexa',
        sans-serif;
    font-weight: 600;

}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

.fw-bold {
    font-weight: 700 !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.btn-get {
    margin-top: 14px;
    color: #329c2f;
    background-color: #fefe00;
    padding: 15px 10px 10px 10px;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Nexa',
        sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.btn-get:hover {
    margin-top: 114px;
    color: #329c2f;
    background-color: rgb(251, 251, 105);
    padding: 15px 10px 10px 10px;
    text-decoration: none;
    border-radius: 8px;
    font-family: 'Nexa',
        sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.container-btn {
    margin-top: 93px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}




@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}


@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.m-lg-5 {
    margin: 3rem !important;
}


/* SECOND SECTION */
.company-text {
    font-family: 'Nexa',
        sans-serif;
    font-weight: bold;
    color: black;
    font-size: 55px;
}

.paragrahp-company {
    font-family: 'Nexa',
        sans-serif;
    color: black;
    font-weight: 700;

}

.btn-free {

    background-color: #329c2f;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
}

.btn-free:hover {
    background-color: #54b451;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
}

.contain-btn {
    padding: 40px 0px 30px 0px;
}

.img {
    width: 100%;
}

/* SERVICES SECTION */
.services-bg {
    background-color: #329c2f;
}

.tittle-services {
    color: white;
}

.services-list {
    color: white;
    line-height: 25px;
    font-weight: lighter;
}

.img-services {
    padding-bottom: 20px;
}

/* RETEINING SECTION */
.container-img {
    padding-bottom: 20px;
}

.retaining-text {
    font-weight: 900;
    font-size: 40px;
}

.paragrahp-retaining {
    font-weight: 800;
    font-size: 25px;
}

.raiting-img {
    padding-bottom: 20px;
}

/* MASONRY SECTION */
.masonry-bg {
    background-color: #2f2f2f;
    color: white;
}

.btn-masonry {
    background-color: #ffff00;
    color: #25751c;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
}

.btn-masonry:hover {
    background-color: #d6d615;
    color: #25751c;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
}

/* AREA SECTION */
.container-title {
    padding: 106px 20px 54px 20px;
}

.text-title {
    font-weight: 600;
    font-size: 60px;
}

.text-description {
    font-size: 28px;
    font-weight: 500;
    color: black;
}

.bg-area {
    background-image: url("../image/background-area.png");
    background-size: cover;
    background-repeat: no-repeat;

}

.bg-banner {
    background-color: rgba(51, 156, 47, 0.855);

}

.img-area {
    width: 100px;
}

.title-img {
    font-size: 20px;
    color: white;
    padding-top: 20px;
}

.title-img-description {
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
}

.btn-area {

    margin-top: 20px;
    background-color: #ffff00;
    color: #25751c;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 10px 10px 10px;
}

/* FOOTER */
.img-footer {
    width: 250px;
}

.information {
    font-size: 19px;
}

.input-footer {
    background-color: #ffff00;
    padding: 20px 10px 30px 27px;
}

.container-form {
    padding: 14px 0px 24px 283px;
}



/*FOOTER*/

footer {
    background: #343434;
    color: white;
    margin-top: 100px;
}

footer a {
    color: #fff;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #25751c;
    text-decoration: none;
}

.footer-pad {
    margin-top: 20px;
}


.footer-middle {
    padding-top: 2em;
    color: white;
}

.mainfooter {
    margin-top: 20px;
}



/* FORM */
.img-contact {
    margin-bottom: 15px;
}



.hidden {
    display: none;
}

.btn-contact {
    background-color: #25751c;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px 62px 17px 60px;
}

.btn-contact:hover {
    background-color: #1f6218;
    color: white;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    padding: 20px 62px 17px 60px;
}


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-bg {
    background-color: #ffffff;
}

.tittle-contact {
    font-size: 60px;
    margin-top: 50px;
    color: black;
}

.form-contact {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    padding: 23px 18px 17px 18px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 50px;
    -webkit-box-shadow: 10px 6px 36px -4px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 10px 6px 36px -4px rgba(0, 0, 0, 0.62);
    box-shadow: 10px 6px 36px -4px rgba(0, 0, 0, 0.62);
}

h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

.input-contact {
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    color: #8a97a0;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid;
    width: 90%;
    box-sizing: border-box;
}


.fildset-container {
    margin-bottom: 30px;
    border: none;
}


.input-message {
    padding: 50px 20px 60px 20px;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    color: #8a97a0;
    margin-bottom: 30px;
    border: none;
    border-bottom: 1px solid;
    width: 90%;
    box-sizing: border-box;
}

.Copyright {
    font-size: 17px;
    color: rgb(236, 236, 236);
    font-weight: lighter;
}

.line {
    background-color: #c6c6c69f;
    width: 92%;
}

.list-inline-item:hover {
    border-radius: 50%;
    background-color: green;
}
