@import url('https://fonts.googleapis.com/css?family=Amaranth:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
.navbar-light .navbar-toggler
{
    border: none;
    outline: none;
    height: 54px;
}

.fa-chevron-right:before {
    content: "\f054";
    color: #97be27;
}

.carousel-indicators
{
    z-index: 7;
}

body, html{
    margin: 0;
    padding: 0;
}
body{
    /**font-family: 'Amaranth', sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;color: #868686;background: #ffffff;word-wrap: break-word;
}
b, strong{
    font-weight: 600;
}

.navbar-light .navbar-toggler-icon
{
    background-image: url(../../../../public/img/iconos/menu.png)
}
/*MENU MAIN*/
.sect_top_header{
	background: #f9f9f9;
}
.sect_top_header .address_top{
	padding: 10px 20px;
    margin-bottom: 0;
    display: inline-block;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.sect_top_header .address_top span{
	color: #97BE27;
}
.logo_main{
	display: block;
	width: 100%;
	max-width: 250px;
    padding: 30px;
    margin: 0 auto;
}
/*SECTION FLEX INTO TOP*/
.flex_info_top{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	display: -o-flex;
	flex-flow: row wrap;
	align-items: center;
    padding: 20px;
}
.flex_info_top .item:nth-child(1){
	width: 50%;
}
.flex_info_top .item:nth-child(2){
	width: 50%;
}

.box_info_top{
	position: relative;
	padding-left: 35px;
}
.box_info_top span{
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 20px;
	color: #97BE27;
}
.box_info_top .content h5{
	color: #000;
    font-weight: 700;
    font-size: 15px;
}
.box_info_top .content p{
    margin-bottom: 0;
}
.box_info_top .content a{
	color: #b3b3b3;
    font-weight: 500;
    text-decoration: none;
}
.btn_contactanos{
	display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #5e5d60;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 25px;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    transition: all ease 500ms;
}
.btn_contactanos:hover{
	color: #fff;
    background: #97BE27;
    text-decoration: none;
    transition: all ease 500ms;
}
/*SECTION MENU MAIN*/
.eonav-cntfluid{
	position: relative;
}
.eonav-cntfluid .content_navbar{
	position: absolute;
    width: 80%;
    top: 0;
    border-radius: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #97BE27;
    z-index: 10;
    transition: all ease 500ms;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 20%);
}
.eonav-cntfluid .navbar_main{
	padding: 0;
}
.eonav-cntfluid .navbar_main .navbar-nav>li a{
	display: block;
    text-align: center;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: 20px 25px;
    z-index: 1;
    line-height: 1;
    position: relative;
    overflow: hidden;
}
.eonav-cntfluid .navbar_main .navbar-nav>li a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%,0%);
    width: 100%;
    height: 10px;
    background: #fff;
    z-index: -1;
    transition: all ease 500ms;
}
.eonav-cntfluid .navbar_main .navbar-nav>li.active a:before,
.eonav-cntfluid .navbar_main .navbar-nav>li:hover a:before{
    transform: translate(0%,0%);
    transition: all ease 500ms;
}
/*MENU FIXED*/
.eonav-cntfluid .content_navbar.head-navfixed{
    position: fixed;
    top: 0;
    width: 100%;
    border-radius: 0;
    transition: all ease 500ms;
}

div#navbarNavDropdown {
    background: #97BE27;
}



/**/
/*INTER FOOTER*/
.sect_info_foot{
    padding: 80px 0;
    background-image: url(../../../../public/img/fondo/footer-bg.png);
    background-size: cover;
}
.box_nosotros_foot .box_head{
    position: relative;
    margin-bottom: 30px;
}
.hr_foot{
    position: absolute;
    top: 50%;
    margin: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #97BE27;
}
.line_foot{
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
}
.box_nosotros_foot .box_head h5{
        color: #000;
    font-weight: 700;
    background: #fff;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
.list_testimonios{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.list_testimonios>li{
    position: relative;
    padding-left: 60px;
}
.list_testimonios>li span{
    position: absolute;
    top: 8px;
    left: 0;
    width: 50px;
    height: 50px;
}
.list_testimonios>li span img{
    border-radius: 50%;
}
.list_testimonios>li .content h5{
    color: #000;
    font-weight: 700;
    font-size: 15px;
}
.box_nosotros_foot .list_enlaces{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.box_nosotros_foot .list_enlaces>li{
    margin-bottom: 10px;
}
.box_nosotros_foot .list_enlaces>li a{
    color: #5e5d60;
    font-weight: 700;
}
.box_nosotros_foot .list_enlaces span{
    color: #0e0a07;
}
.list_contacto{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.list_contacto>li{
    margin-bottom: 10px;
}
.list_contacto>li a span,
.list_contacto>li span{
    color: #97be27;
}
.list_contacto>li a{
    color: #97BE27;
    text-decoration: none;
    font-weight: 700;
}

.box_nosotros_foot .list_redes_foot{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.box_nosotros_foot .list_redes_foot>li{
    display: inline-block;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.box_nosotros_foot .list_redes_foot>li>a{
    display: block;
    background: #97BE27;
    color: #fff;
    border-radius: 50%;
    transition: all ease 500ms;
}
.box_nosotros_foot .list_redes_foot>li>a:hover{
    background: #000;
    color: #97BE27;
    transition: all ease 500ms;
}
.sect_rights{
    background: #f6f6f6;
    padding: 10px 0;
}
.sect_rights p{
    margin-bottom: 0;
    text-align: center;
}
.sect_rights p span{
    color: #97BE27;
    font-weight: 700;
}

@media(max-width: 992px)
{
    div#navbarNavDropdown
    {
        box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 20%);
    }
}

@media(max-width: 540px)
{

    .correo
    {
        display: none;
    }

    .flex_info_top .item:nth-child(2){
        width: 100%;
    }

    .eonav-cntfluid .content_navbar
    {
        width: 100%;
        border-radius: 0px;
    }

    .sect_info_foot
    {
        padding: 20px 0;
    }

}