/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap");

/*****---------------------------------------- 1) 
2) font-family: 'Poppins', sans-serif;
----------------------------------------*****/

/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 13px;
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1;
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 50px;
}

.titlepage span {
    font-size: 24px;
    color: #6b7908;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    text-transform: uppercase;
}

.titlepage h2 {
    font-size: 50px;
    color: #999998;
    line-height: 50px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 16px;
    background: #323232;
    max-width: 203px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #6b7908;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}

/**-- heading section --**/

/*-- header --*/

.header-area {
    border-top: #6b7908 solid 15px;
    width: 100%;
    position: fixed;
    z-index: 100000;
    height: 85px;

    line-height: 68px;
    top: 0;
    background: #4ec956;
}

.logo a {
    color: #1c1c1b;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.logo a span {
    color: #4ec956;
}

.navbar-area {
    text-align: center;

    display: flex;
    justify-content: center;
}

.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 300px;
}

.site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    color: #1c1c1b;
    font-size: 20px;
    display: block;
    text-decoration: none;
}

.site-navbar ul li {
    padding-right: 55px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a:hover {
    color: #ffffff;
}

.site-navbar ul li a.active {
    color: #790808;
}

/* navbar regular css end */

/* nav-toggler css start */

.nav-toggler {
    border: 3px solid #363636;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
    z-index: 99999;
}

.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #363636;
    display: block;
    transition: 0.5s;
}

.nav-toggler span:before {
    content: "";
    transform: translateY(-9px);
}

.nav-toggler span:after {
    content: "";
    transform: translateY(6px);
}

.nav-toggler.toggler-open span {
    background-color: transparent;
}

.nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
}

.nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
}

/* nav-toggler css start */

/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

ul.email li {
    display: inline-block;
    padding-right: 30px;
}

ul.email li:last-child {
    padding-right: 0;
}

ul.email li a {
    color: #4ec956;
    font-size: 17px;
    text-transform: uppercase;
}

ul.email li i {
    color: #1a1b1b;
    font-size: 19px;
    padding-left: 10px;
}

/** end header **/

/** banner section **/

.relative {
    left: 5%;
    right: 5%;
    text-align: left;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

#banner1 .carousel-item img {
    width: 100%;
    height: 100vh;
}

.willom {
    display: flex;
    margin-top: -85px;
}

.willom h1 {
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    background: #4ec956;
    display: inline-block;
    padding: 30px 30px;
    border-radius: 30px;
}

.slider_main .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 103px;
    height: 103px;
    background-color: #ffffffc4;
    color: #000000;
    font-size: 60px;
    opacity: 1;
    top: 50%;

    z-index: 999;
    border-radius: 10px;
}

#banner1 .carousel-control-prev {
    left: 3%;
}

#banner1 .carousel-control-next {
    right: 3%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #4ec956;
}

/** end banner section **/

/** about section **/

.about {
    background: #fff;
    padding-top: 90px;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    transition: ease-in all 0.5s;
    border-radius: 5px;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 610px;
    width: 100%;
    float: right;
}

.about .titlepage p {
    padding-top: 20px;
    color: #999998;
}

.about .read_more {
    margin-top: 35px;
}

.about_img figure img:hover {
    box-shadow: 0 0 16px 3px #635d5d38;
    transition: ease-in all 0.5s;
}

/** end about section **/

/** services section **/

.services {
    background: #fff;
    padding-top: 90px;
}

.services .titlepage {
    padding-bottom: 20px;
}

.services_box {
    margin-top: 30px;
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.14);
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
}

.services_box figure {
    margin: 0;
}

.services_box figure img {
    border-radius: 5px 5px 0 0;
}

.veget {
    padding: 40px;
    border-radius: 5px 5px 0 0;
    margin-top: -5px;
    position: relative;
    z-index: 99999;
    background: #fff;
}

.services_box h3 {
    color: #292928;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    padding-bottom: 20px;
}

.services_box_main .read_more {
    margin: 0 auto;
    display: block;
}

/** Ocultar los tipos 4, 5, 6 al principio **/
.service-box.tipo4,
.service-box.tipo5,
.service-box.tipo6 {
    display: none;
}

/** Rotación de los tipos **/
@keyframes rotate-services {
    0% {
        display: block;
    }

    33% {
        display: block;
    }

    34% {
        display: none;
    }

    66% {
        display: none;
    }

    67% {
        display: block;
    }

    100% {
        display: block;
    }
}

.services_box {
    animation: rotate-services 15s infinite;
}

/** end services section **/


/** customers **/

.customers {
    background: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.customers .titlepage {
    padding-bottom: 15px;
}

.clients_banner .relative {
    position: inherit;
    bottom: 0;
    padding: 0;
}

.custom {
    text-align: left;
}

.custom {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
    margin: 36px 0;
    padding: 40px;
}

.custom i img {
    border-radius: 50%;
    border: #6b7908e3 solid 10px;
}

.clint {
    text-align: left;
    padding-left: 20px;
}

.clint h4 {
    color: #6b7908;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.clint span {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #303030;
}

.custom p {
    line-height: 30px;
    padding: 30px 0px;
}

#myCarousel .carousel-indicators {
    display: none;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
    width: 76px;
    height: 76px;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 49%;
    z-index: 999;
}

#myCarousel .carousel-control-prev {
    left: 4%;
}

#myCarousel .carousel-control-next {
    right: 4%;
}

#myCarousel .carousel-control-next:focus,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-prev:hover {
    color: #000;
}

/** end customers **/

/** choose section **/

.choose {
    background: url(../images/chose.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 60px 0;
}

.choose .titlepage h2 {
    color: #fff;
}

.point {
    margin-bottom: 30px;
}

.point h3 {
    max-width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    border: #cfd8b7 solid 18px;
    font-size: 37px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6b7908;
}

.point span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 22px;
    padding-top: 28px;
    display: block;
}

/** end choose section **/

/** news section **/

.news {
    background: #fff;
    padding-top: 90px;
}

.news .titlepage {
    padding-bottom: 20px;
}

.latest {
    background: #fff;
    margin-top: 30px;
}

.box_desho {
    box-shadow: 0 0 38px rgba(2, 3, 8, 0.15);
}

.latest figure {
    margin: 0;
}

.latest span {
    background: #4ec956;
    width: 79px;
    height: 68px;
    margin: 0 auto;
    z-index: 999999;
    line-height: 15px;
    color: #fff;
    top: 30px;
    position: absolute;
    left: 0;
    right: 0;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nostrud {
    padding: 20px 15px 0px 15px;
}

.nostrud p {
    padding-top: 10px;
}

.nostrud h3 {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.nostrud .read_more {
    display: inline;
    background: transparent;
    color: #6b7908;
    text-align: left;
}

.nostrud .read_more:hover {
    color: #323232;
}

/** end news section **/

/** contact  **/

.contact {
    background: #fff;
    padding-top: 90px;
}

.map-responsive {
    margin-top: 90px;
}

.main_form .form_control {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 100%;
    height: 66px;
    background: #fff;
    color: #999998;
    font-size: 18px;
    font-weight: normal;
    border: #6b7908 solid 3px;
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #fff;
    color: #999998 !important;
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px 15px 20px;
    border: #6b7908 solid 3px;
    height: 179px;
}

.group_btn {
    display: flex;
    justify-content: center;
}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #323232;
    text-transform: uppercase;
    color: #fff;
    max-width: 169px;
    width: 100%;
    display: block;
    font-weight: 500;
    height: 69px;
    line-height: 69px;
    margin: 0 5px;
    border-radius: 10px;
}

.main_form .send_btn:hover {
    background-color: #6b7908;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #d0d0cf;
    opacity: 1;
}

.datepicker-days {
    padding: 20px;
}

/** end contact  **/

/** css de galeria **/
.linea {
    background: #11883f;
    height: 5px;
    width: 100%;
    display: block;
}

.galeria {
    /** esto modifica las miniaturas de la galeria **/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    width: 95%;
    margin: auto;
    grid-gap: 10px;
    padding: 40px 0;
    overflow: hidden;
    max-width: 1080px;
}

.galeria>a {
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 6px rgb(0, 0, 0, 0.5);
}

.galeria img {
    /** esto modifica las miniaturas de la galeria **/
    width: 100%;
    vertical-align: top;
    height: 300px;
    object-fit: cover;
    transition: transform 0.2s;
}

.galeria a:hover img {
    filter: opacity(75%);
}

.galeria a:hover img {
    /* filter: blur(2px);*/
    filter: opacity(75%);
    transform: rotate(2deg) scale(1.1);
}

.light-box {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;

    height: 100vh;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.light-box img {
    max-width: 81.3%;
    max-height: 81.3%;
}

.light-box:target {
    transform: scale(1);
}

.galeria-close {
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    background-color: #00923f;
    color: #fff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.galeria-next {
    display: block;
    position: absolute;
    right: 40px;
    background-color: #00923f;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

.galeria-previous {
    display: block;
    position: absolute;
    left: 40px;
    background-color: #00923f;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
}

@media screen and (max-width: 400px) {
    .galeria {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .close {
        top: 20px;
        right: 20px;
    }
}

/** final css de galeria **/

/** footer **/

.footer {
    padding-top: 70px;
    background: #252525;
    text-align: center;
}

.hedingh3 {
    padding-top: 20px;
}

.hedingh3 h3 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}

.hedingh3 p {
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
}

ul.menu_footer li a {
    color: #fff;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
}

ul.menu_footer li a:hover {
    color: #4ec956;
}

.newsl {
    width: 100%;
    height: 51px;
    background: #fff;
    color: #c9c7c7;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    padding: 0 15px;
    border: #fff solid 2px;
    margin-bottom: 20px;
}

.subsci_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #6b7908;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 59px;
    height: 59px;
    max-width: 70px;
    width: 100%;
    display: block;
    border: inherit;
    border-radius: 0px;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    box-shadow: 0 0 10px 0px #dddddd5e;
}

#colof *::placeholder {
    color: #c9c7c7;
    opacity: 1;
}

ul.recent li {
    display: flex;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.recent li img {
    width: 61px;
    height: 46px;
    margin-right: 13px;
}

.flot_right {
    float: right;
}

ul.top_infomation li {
    padding-bottom: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
}

ul.top_infomation li i {
    margin-right: 5px;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #4ec956;
    line-height: 30px;
    font-size: 15px;
}

ul.top_infomation li a {
    color: #fff;
}

ul.top_infomation li a:hover {
    color: #4ec956;
}

.copyright {
    margin-top: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #6b7908;
}

ul.social_icon {
    text-align: right;
}

ul.social_icon li {
    display: inline-block;
    margin-left: 120px;
}

ul.social_icon li a i {
    font-size: 100px;
    color: #fff;
    transition: ease-in all 0.5s;
    line-height: 130px;
    border-radius: 150px;
    text-align: center;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #111111;
}

/** end footer **/

.whatsapp {
    z-index: 99999999;
    display: block;
    position: fixed;
    right: 40px;
    bottom: 4%;
}

/**  inner page css 

.inner_page .header-area {
    background: #dddddd7a;
    position: inherit;
}**/
.testimonail_page .footer {
    margin-top: 0;
}

.about_page .about,
.service_page .services,
.blog_page .news {
    padding-bottom: 90px;
}

/*servicios nuevo */