@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');
body, html{
    margin: 0;
    padding: 0;
}
body{
   font-family: 'Poppins', sans-serif;
    font-size: 14px;color: #868686;background: #ffffff;word-wrap: break-word;
}
b, strong{
    font-weight: 600;
}
/*MENU MAIN*/
.navbar_main{
	position: absolute;
    top: 40px;
    width: 100%;
    box-shadow: -1px 14px 126px -38px #004C25;
    background: #fff;
    box-shadow: -5px 7px 162px 0px #004C25;
    z-index: 12;
}
.navbar_content #navbarNavDropdown{
    position: relative;
}
.logo_main{
    position: absolute;
    left: 0;
    top: 0;
}
.logo_main img{
    width: 100%;
    max-width: 179px;
    background: #fff;
}
.navbar_content{
    padding: 0;
}
.navbar_content #navbarNavDropdown .navbar-nav>li>a{
    color: #82C341;
    display: block;
    padding: 35px 20px;
    position: relative;
    font-weight: 700;
    text-decoration: none;
    overflow: hidden;
}
.navbar_content #navbarNavDropdown .navbar-nav>li>a:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #82C341;
    transition: all ease 300ms;
}
.navbar_content #navbarNavDropdown .navbar-nav>li.active>a:before{
    bottom: 0;
}
.navbar_content #navbarNavDropdown .navbar-nav>li>a:hover:before{
    bottom: 0;
    transition: all ease 300ms;
}
.redes_menu{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0px,-20px);
    -webkit-transform: translate(0px,-20px);
    -moz-transform: translate(0px,-20px);
    -o-transform: translate(0px,-20px);
}
.redes_menu span{
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    background: #82C341;
    line-height: 41px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    transition: all ease 500ms;
}
.redes_menu span>a{
    display: block;
    border-radius: 50%;
    color: #004C25;
}
.redes_menu span:hover{
    background: #004C25;
    transition: all ease 500ms;
}
.redes_menu span>a:hover{
    display: block;
    border-radius: 50%;
    color: #fff;
}
.logo_mobile{display: none;}
@media(max-width: 991px){
    .navbar_content{
        padding: 0;
        height: 90px;
    }
    .logo_main,.redes_menu{
        display: none;
    }
    .navbar_content .navbar-collapse{
        background: #fff;
    }
    .navbar_content #navbarNavDropdown .navbar-nav>li>a {
        color: #82C341;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        background: #82C341;
        margin-top: -70px;
    }
    .logo_mobile{
        display: block;
    }
    .logo_mobile img{
        background: #fff;
        width: 100%;
        max-width: 150px;
    }
}

/*NAVBAR FIXED*/
.head-navfixed{
    position: fixed;
    top: 0;
}
/*INTER FOOTER*/
.sect_foot_info{
    background: #82C341;
    padding: 50px 0;
}
.box_foot .box_head h4{
    color: #004C25;
    font-weight: 600;
    font-size: 20px;
}
.box_foot .box_body p{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.box_foot .box_body p a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
.btn_email{
    display: block;
    border: 2px solid #004C25;
    border-radius: 25px;
    text-decoration: none;
    padding: 5px;
    width: 180px;
    text-align: center;
    color: #004C25;
    font-weight: 600;
    transition: all ease 500ms;
}
.btn_email:hover,
.btn_email:focus,
.btn_email:active{
    display: block;
    border: 2px solid #000;
    border-radius: 25px;
    text-decoration: none;
    padding: 5px;
    width: 180px;
    text-align: center;
    color: #000;
    font-weight: 600;
    transition: all ease 500ms;
}
.list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_redes_foot>li{
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    border: 2px solid #000;
}
.list_redes_foot>li>a{
    display: block;
    border-radius: 50%;
    color: #000;
    width: 100%;
    height: 100%;
    transition: all ease 500ms;
}
.list_redes_foot>li>a:hover{
    background: #000;
    color: #82C341;
    transition: all ease 500ms;
}
.sect_derechos{
    padding: 10px 0;
    background: #004C25;
}
.sect_derechos p{
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.sect_derechos p span{
    color: #ffffff;
}
.sect_derechos p a{
    text-decoration: none;
    color: #fff;
}
@media(max-width: 991px){
    .box_foot{
        margin-bottom: 40px;
    }
}