@import "rese.css";
@import "font.css";

/*** FUNC ***/
html, body {
	font-family: 'Raleway', sans-serif;
/*	overflow-x:hidden;*/
}

a {	text-decoration:none; }

/*** SCROL ***/
::-webkit-scrollbar { width:10px; }
::-moz-scrollbar { width:10px; }
::-o-scrollbar { width:10px; }

::-webkit-scrollbar-track { background:#fff; }
::-moz-scrollbar-track { background:#fff; }
::-o-scrollbar-track { background:#fff; }

::-webkit-scrollbar-thumb { background:#B3B3B3; }
::-moz-scrollbar-thumb { background:#B3B3B3; }
::-o-scrollbar-thumb { background:#B3B3B3; }

/*** FLOA WHAT ***/
.floa_what {
    width:180px;
    height:58px;
	font-family:'Raleway', sans-serif;
	font-size:14px;
    color:#FFF;
    text-align:left;
    right:-118px;
    bottom:18%;
	padding-top:12px;
    background:#0DC152;
    border-radius:28px 0 0 28px;
    box-shadow:0 0 10px 2px rgba(0,0,0,.4);
    position:fixed;
    animation: pulse 1.5s infinite;
    transition:all 0.3s ease 0s;
    z-index:999;
}

.floa_what:after {
	content:'\f232';
	font-family:'FontAwesome';
	font-size:40px;
	color:#FFF;
	top:8px;
	left:15px;
	position:absolute;
}

.floa_what_subt {
	width:100%;
	padding-left:35%;
	float:left;
}

.floa_what_titu {
	width:100%;
	font-weight:700;
	padding-left:35%;
	float:left;
}

.floa_what:hover {
	right:-10px;
}

@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(13,193,82,.8)}70%{-webkit-box-shadow:0 0 0 10px rgba(13,193,82,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(13,193,82,0)}}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(13,193,82,.8)}70%{box-shadow:0 0 0 10px rgba(13,193,82,0)}100%{box-shadow:0 0 0 0 rgba(13,193,82,0)}}

/*** MAIN ***/
#main {
	width:100%;
}

/*** HEAD ***/
.head_wrap {
	width:100%;
	padding:0.5% 5%;
	border-bottom:4px solid #fff;
	box-shadow:0 0 10px #000;	
	background:#BCE45F;
	float:left;
}

.head_logo {
	width:22%;
	float:left;
}

.head_logo img {
	width:100%;
}

.head_info {
	width:75%;
	float:right;
}

.head_info_fras {
	width:100%;
	font-family:'Raleway', sans-serif;
	color:#FFF;
	font-size:1.1em;
	text-align:right;
	font-weight:600;
	font-style:italic;
	float:left;
}

.head_info_cont {
	width:100%;
	margin-top:20px;
	float:left;
}

.head_info_cont_item {
	font-family:'Raleway', sans-serif;
	color:#374800;
	font-size:0.85em;	
	text-align:left;
	margin-left:15px;
	float:right;
}

.head_info_cont_item span {
	margin-left:10px;
}

.head_info_cont_item a {
	color:#374800;
	text-decoration:none;
}

.head_info_cont_item a:hover {
	color:#40A116;
}

.head_info_menu {
	margin-top:10px;
	float:right;
	position:relative;
	z-index:10;
}

/*** SLID ***/
#slid_wrap {
	width:100%;
	height:auto;
	float:left;
}

.slid_over {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	background:url('../img/slid_over.png');
	background-size:cover;	
	z-index:9;
}

/*** TITU ***/
#titu_wrap {
	width:100%;
	height:auto;
	float:left;	
}

.titu_imag {
	width:100%;
	height:auto;
}

.titu_imag img {
	width:100%;
	height:auto;
}

#titu_wrap h1 {
    height:80px;
	font-family:'Raleway', sans-serif;
    color:#333;
    font-size:2.2em;
    font-weight:bold;
    text-align:center;
    line-height:80px;
    vertical-align:middle;
    padding:0px 70px 0px 40px;
    margin-top:-100px;
    margin-bottom:0px;
    background:rgba(0, 0, 0, 0.1) url('../img/enca_h1_arro.png') no-repeat right 40px;
	opacity:0.9;
	z-index:1;
	position:relative;
    float:left;
}

#titu_wrap h1 a {
    color:#333;
}

.titu_titu {
    height:80px;
	font-family:'Raleway', sans-serif;
    color:#333;
    font-size:2.2em;
    font-weight:bold;
    text-align:center;
    line-height:80px;
    vertical-align:middle;
    padding:0px 70px 0px 40px;
    margin-top:-100px;
    margin-bottom:0px;
    background:rgba(0, 0, 0, 0.1) url('../img/enca_h1_arro.png') no-repeat right 40px;
	opacity:0.9;
	z-index:1;
	position:relative;
    float:left;
}

.titu_titu a {
    color:#333;
}

/*** CONT ***/
#cont_wrap {
	width:100%;
	padding:4% 0;
	height:auto;
	background:#fff;
	float:left;	
}

#cont_main {
	width:100%;
	min-width:980px;
	max-width:1140px;
	height:auto;
	margin:0 auto;
}

#cont_main h1 {
	width:100%;
	font-family:'Raleway', sans-serif;
    color:#333;
    font-size:1.8em;
    text-align:left;
    font-weight:bold;
	margin-bottom:20px;
    float:left;
}

.cont_imag {
	width:35%;
	height:auto;
	margin-bottom:3%;
	float:left;
}

.cont_imag img {
	width:100%;
	height:auto;
}

.cont_deta {
	width:60%;
	height:auto;
	font-weight:normal;
	margin-bottom:3%;
	float:right;
}

/*** ERGO ***/
.equi_item {
	width:100%;
	margin:0 0 3% 0;
	float:left;
}

.equi_item_imag {
	width:40%;
	height:auto;
	float:left;
}

.equi_item_imag img {
	width:70%;
	height:auto;
}

.equi_item_deta {
	width:60%;
	height:auto;
	font-weight:normal;
	float:right;
}

.equi_item_deta_titu {
	width:100%;
	height:auto;
	font-family:'Raleway', sans-serif;
	color:#515151;
	font-size:1.3em;
	text-align:left;
	font-weight:bold;
	margin-top:20px;
}

.equi_item_deta_subt {
	width:100%;
	height:auto;
	font-family:'Raleway', sans-serif;
	color:#515151;
	font-size:1em;
	text-align:left;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:30px;
}

.equi_item_secc {
	width:100%;
	font-size:14px;
	cursor:pointer;
}

.equi_item_secc h4 {
	font-family:'Raleway', sans-serif;
	color:#515151;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px;
	margin:0;
	background:#E1E1E1;
	border-bottom:2px solid #fff;
    transition:all 0.4s ease 0s;	
}

.equi_item_secc:hover  h4 {
	color:#374800;
	background:#BCE45F;
}

.equi_item_secc_deta {
	height:0;
	font-family:'Open Sans', sans-serif;
	font-size:0.9em;		
	color:#515151;
	text-align:justify;
	line-height:140%;
	padding:15px;
	margin-bottom:10px;
	background:#F1F1F1;
	border-bottom:2px solid #6AA442;
	overflow:hidden;
	position:relative;
	cursor:auto;
}

.equi_item_hr  {
	width:60%;
	border-bottom:2px dotted #BCE45F;
	padding-bottom:4%;
	margin:0 20%;
	float:left;
	clear:both;
}

/*** NOSO INIC ***/
.noso_inic_wrap {
	width:100%;
	padding:3% 3% 3% 3%;
	background:#f72dff;
	float:left;
}

.noso_inic_imag {
	width:20%;
	margin:0 40%;
	float:left;
}

.noso_inic_imag img {
	width:100%;
}

.noso_inic_wrap h2 {
	width:100%;
	font-family:'Open Sans', serif;
	font-size:1.6em;		
	color:#FFF;
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	margin-top:20px;
	float:left;
}

.noso_inic_deta {
	width:100%;
	font-family:'Open Sans', serif;
	font-size:1em;		
	color:#FFF;
	text-align:center;
	line-height:28px;
    font-weight:200;
	padding:0 10%;
	margin-top:5px;
	float:left;
}

/*** NOSO ***/
.noso_item {
	width:48%;
	height:auto;
	margin-left:2%;
	float:left;
}

.noso_item_titu {
	height:auto;
	width:70%;
	font-family:'Roboto', sans-serif;
    color:#515151;
    font-size:1.2em;
	text-align:center;
	font-weight:normal;
	padding:10px 30px;
	margin:0 auto;
	margin-top:20px;
	position:relative;
	text-transform:uppercase;
	background:none repeat scroll 0 0 #EFEFEF;
	border-right:6px solid #40A116;
	transform-style:flat;
	-webkit-transform-style:flat;
	-moz-transformtransform-style:flat;
	-ms-transform-style:flat;
	transform:rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform:rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform:rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform:rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform:rotate(0deg) scale(1.003) skew(-14deg) translate(0px);	
}

.noso_item_imag {
	width:80px;
	height:80px;
	font-size:3em;
	color:#BCE45F;
	text-align:center;
	font-weight:normal;
	line-height:70px;
	margin:0 auto;
	margin-top:10px;
	border:6px solid #EFEFEF;
	border-radius:100%;
    transition:all 0.3s ease 0s;
}

.noso_item:hover .noso_item_imag {
	color:#fff;
	background:#BCE45F;
}

.noso_item_deta {
	width:100%;
	height:auto;
	font-family:'Open Sans', sans-serif;	
	color:#515151;	
	font-size:0.85em;
	line-height:150%;
	text-align:justify;
	padding:2%;
}

.noso_item_deta ul {
	text-align:left;
	list-style-image:url('../img/noso_item_deta_li.png');
	clear:both;
}

.noso_item_deta li {
	width:100%;
	margin-bottom:8px;
}

/*** SERV ***/
.serv_titu {
	width:100%;
	height:auto;
	font-family:'Raleway', sans-serif;
	color:#515151;
	font-size:1.3em;
	text-align:left;
	font-weight:bold;
}

.serv_deta {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.85em;
	color:#515151;
	text-align:justify;
	line-height:140%;
	padding:5px 20px;
	margin-top:20px;
	background:#F1F1F1;
	border-bottom:2px solid #6AA442;
	overflow:hidden;
	position:relative;
}

.serv_enla {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#6AA442;	
	text-align:center;
	font-weight:700;
	text-transform:uppercase;
	padding:8px 20px;
	margin-top:30px;
	border:2px solid #6AA442;
	float:left;
	transition:all 0.3s ease 0s;
}

.serv_enla:hover {
	color:#FFF;
	background:#67A63E;
	border:2px solid #67A63E;
}

.serv_2col_wrap {
	margin-left:15%;
	margin-right:15%;
}

/*** PRES INIC ***/
.pres_inic_wrap {
	width:100%;
	padding:10% 10% 8% 10%;
	background-color: #828282;
    clip-path:polygon(0px 40px,0px 100%,100% 100%,100% 0px);
    -webkit-clip-path:polygon(0px 40px,0px 100%,100% 100%,100% 0px);
	float:left;
	position:relative;
}

.pres_inic_wrap:before {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(31,36,55,0);
    position:absolute;
}

.pres_inic_wrap:after {
    content:'';
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:url('../img/pres_inic_wrap_afte.png');
	background-repeat:no-repeat;
	background-position:left bottom;
    position:absolute;
}

.prec_inic_info {
	width:45%;
	float:left;
	position:relative;
}

.prec_inic_info_enca {
	width:100%;
	float:left;
}

.prec_inic_info_enca h2 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:44px;
	color:#FFF;
	margin-top:10px;
	float:left;
}

.prec_inic_info_enca h3 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	color:#FFF;
	text-transform:uppercase;
	padding-left:80px;
	float:left;
	position:relative;
}

.prec_inic_info_enca h3:before {
	content:'';
	width:60px;
	height:3px;
	top:10px;
	left:0;
	background:#6AA442;
	position:absolute;
}

.prec_inic_info_enca h3:after {
	content:'';
	width:60px;
	height:3px;
	top:18px;
	left:-10px;
	background:#6AA442;
	position:absolute;
}

.prec_inic_info_deta {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:17px;
	color:#FFF;
	text-align:justify;
	margin-top:10px;
	float:left;
}

.prec_inic_info_deta ul {
	list-style-image:url('../img/main_deta_li.png');
}

.prec_inic_info_deta li {
	width:48%;
	margin-bottom:10px;
}
.prec_inic_info_deta li:nth-child(odd) {
	float:left;
	clear:left;
}

.prec_inic_info_deta li:nth-child(even) {
	float:right
}

.prec_inic_imvi {
	width:36%;
	margin-top:-50px;
	float:right;
	position:relative;
}

.prec_inic_imvi_imag {
	width:100%;
	float:left;
}

.prec_inic_imvi_imag img {
	width:100%;
	border-radius:20px;
}

.prec_inic_imvi_vide {
    width:105px;
    height:105px;
	font-size:50px;
	text-align:center;
	color:#FFF;
    line-height:105px;
	top:140px;
	left:-55px;
    background:#6AA442;
    border-radius:100%;
    display:block;
    position:absolute;
	z-index:1;
}

.prec_inic_imvi_vide:before {
    content:'';
    width:120px;
    height:120px;
    top:-8px;
    left:-8px;
    border-radius:50%;
    background:rgba(106,164,66,.8);
    animation:pulse 1500ms ease-out infinite;
    display:block;
    position:absolute;
    z-index:-1;
}

/*** EVEN ***/
#even_wrap {
	width:100%;
	padding:3% 3% 3% 3%;
	background:#E1E1E1;
	float:left;
}

#even_wrap h1 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:1.4em;		
	color:#6AA442;
	text-align:center;
	margin-bottom:2px;
	float:left;
}

.even_h1_hr {
	width:6%;
	height:2px;
	margin:0 47%;
	margin-bottom:2%;
	background:#515151;
	float:left;
}

.even_list {
	width:100%;
	float:left;
}

.even_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.even_list li {
	width:98%;
	margin:0 1%;
	float:left;
}

.even_list_imag {
	width:100%;
	background:#FFF;
	float:left;
	overflow:hidden;
}

.even_list_imag img {
	width:100%;
    transition:all 0.3s ease 0s;
}

.even_list li:hover img {
	transform:scale(1.05);
}

.even_list_fech {
	width:20%;
	height:50px;
	font-family:'Open Sans', sans-serif;
	color:#FFF;
	font-size:0.8em;
	text-align:center;
	font-weight:bold;
	line-height:50px;
	background:#6AA442;
	float:left;
    transition:all 0.3s ease 0s;
}

.even_list li:hover .even_list_fech {
	background:#F72DFF;
}

.even_list h2 {
	width:80%;
	height:50px;
	font-family:'Open Sans', sans-serif;
	color:#515151;
	font-size:0.8em;
	text-align:center;
	padding:0 2%;
	margin-bottom:20px;
	background:#FFF;
	float:right;
	-ms-display:flex;
	display:flex;
	align-items:center;
	justify-content:center;
    transition:all 0.3s ease 0s;
}

.even_list li:hover h2 {
	color:#303747;
}

/*** EVEN DETA ***/
.even_deta {
    width:70%;
    height:auto;
    margin-bottom:50px;
	float:left;
}

.even_deta_imag {
	width:45%;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:10px;
	background:#FFF;
	float:left;
	overflow:hidden;
}

.even_deta_imag img {
	width:100%;
    transition:all 0.3s ease 0s;
}

.even_deta h2 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	color:#67A63E;
	font-size:1.2em;
	text-align:left;
	margin-bottom:20px;
	background:#FFF;
	float:left;
}

.even_deta_fech {
	width:100%;
	font-family:'Open Sans', sans-serif;
	color:#303747;
	font-size:1em;
	text-align:left;
	font-weight:bold;
	margin-bottom:20px;
	background:#FFF;
	float:left;
}

.even_deta_item {
	width:100%;
	font-family:'Open Sans', sans-serif;
	color:#303747;
	font-size:0.9em;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
	background:#FFF;
	float:left;
}

.even_deta a {
	color:#303747;
	font-weight:bold;
}

.even_deta a:hover {
	color:#67A63E;
}

.even_deta_link {
	width:20%;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;
	color:#303747;	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding:2% 2%;
	margin-right:80%;
	margin-top:4%;
	border:2px solid #303747;
	float:left;
	transition:all 0.3s ease 0s;
}

.even_deta_link:hover {
	color:#FFF;
	background:#67A63E;
	border:2px solid #67A63E;
}

.even_deta_link i {
	font-size:1.5em;
	margin-right:8px;
}

/*** BANN ***/
#bann_wrap {
	width:100%;
	height:auto;
	padding-bottom:40px;
	background:#E1E1E1;
	float:left;
}

#bann_main {
	width:98%;
	min-width:980px;
	max-width:1140px;
	height:auto;
	margin:0 auto;
}

.bann_ite1 {
	width:49%;
	height:auto;
	background:#fff;
	border-radius:40px 0 0 0;
	border-bottom:3px solid #6AA442;
	float:left;
}

.bann_ite1_imag {
	width:40%;
	height:auto;
	border-radius:40px 0 0 0;
	float:left;
}

.bann_ite1_imag img {
	width:100%;
	height:auto;
	transform:scale(0.9,0.9);
	border-radius:40px 0 0 0;
    transition:all 0.4s ease 0s;	
}

.bann_ite1:hover .bann_ite1_imag img {
	 transform:scale(1,1);
}

.bann_ite1_info {
	width:54%;
	height:auto;
	padding:3%;
	float:right;
}

.bann_ite1_info_titu {
	width:100%;
	height:auto;
	font-family:'Open Sans', sans-serif;
	color:#6AA442;
	font-size:1.4em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}

.bann_ite1_info_deta {
	width:100%;
	height:auto;
	font-family:'Open Sans', sans-serif;
	color:#515151;
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}

.bann_ite2 {
	width:49%;
	height:100%;
	background:#fff;
	border-radius:0 40px 0 0;
	border-bottom:3px solid #6AA442;
	float:right;
}

.bann_ite2_imag {
	width:40%;
	height:auto;
	border-radius:0 40px 0 0;
	float:right;
	overflow:hidden;
}

.bann_ite2_imag img {
	width:100%;
	height:auto;
	border-radius:0 40px 0 0;
	transform:scale(0.9,0.9);
    transition:all 0.4s ease 0s;	
}

.bann_ite2:hover .bann_ite2_imag img {
	 transform:scale(1,1);
}

.bann_ite2_info {
	width:54%;
	height:auto;
	padding:3%;
	float:left;
}

.bann_ite2_info_titu {
	width:100%;
	height:auto;
	font-family:'Open Sans', sans-serif;
	color:#6AA442;
	font-size:1.4em;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
}

.bann_ite2_info_deta {
	width:100%;
	height:auto;
	font-family:'Open Sans', sans-serif;
	color:#515151;
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}

.bann_ite2_info_link a {
	width:30%;
	height:auto;
	font-family:'Open Sans', sans-serif;
	color:#fff;
	font-size:0.9em;
	text-align:center;
	text-decoration:none;
	padding:5px 10px;
	margin-top:20px;
	background:#6AA442;
	display:block;
	transition:all 0.4s ease 0s;	
}

.bann_ite2_info_link a:hover {
	color:#fff;
	background:#BCE45F;	
}

/*** BLOG INIC ***/
.blog_inic_wrap {
    width:100%;
	padding:2% 3% 4% 3%;
	float:left;
}

.blog_inic_wrap h2 {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:22px;		
	color:#6AA442;
	text-align:center;
	text-transform:uppercase;
	float:left;
	position:relative;
}

.blog_inic_wrap h2:after {
	content:'';
	width:6%;
	height:2px;
	margin:0 auto;
	left:0;
	right:0;
	bottom:-8px;
	background:#515151;
	position:absolute;
}

.blog_inic_list {
    width:100%;
	padding:0 5%;
	margin-top:40px;
	float:left;
}

.blog_inic_list ul {
    width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.blog_inic_list li {
    width:96%;
	margin:0 2%;
	border:1px solid #E1E1E1;
	float:left;
}

.blog_inic_list_imag {
    width:100%;
	float:left;
}

.blog_inic_list_imag img {
    width:100%;
}

.blog_inic_list_info {
    width:100%;
	padding:20px;
	background:#FFF;
	float:right;
}

.blog_inic_list_info h3 {
	width:100%;
	font-family:'Raleway', sans-serif;
	font-size:14px;		
	color:#6AA442;
	text-align:left;
	font-weight:700;
	line-height:140%;
	float:left;
}

.blog_inic_list_info_desc {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#515151;
	text-align:justify;
	line-height:140%;
	margin-top:10px;
	float:left;
}

.blog_inic_list_info_enla {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#6AA442;
	text-align:left;
	margin-top:5px;
	float:left;
}

.blog_inic_enla {
	width:200px;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#FFF;
	text-align:center;
	font-weight:600;
	padding:8px 20px;
	margin-left:calc(50% - 100px);
	margin-top:20px;
	background:#6AA442;
	float:left;
}

/*** BLOG ITEM ***/
.blog_item {
    width:29%;
    height:auto;
	margin-left:3%;
    margin-bottom:50px;
    transition:all 0.3s ease;
	float:left;
}

.blog_item_fech {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;		
	color:#515151;
	text-align:right;
	line-height:140%;
	text-decoration:none;
	margin-bottom:5px;
}

.blog_item_imag {
    width:100%;
    height:auto%;
	margin-bottom:10px;
	background:#e1e1e1;
    border-bottom:2px solid #6AA442;
    transition:all 0.3s ease;
	float:left;
}

.blog_item:hover .blog_item_imag {
	opacity:0.5;
}

.blog_item_imag img {
    width:100%;
    transition:all 0.3s ease;
}

.blog_item_titu {
	width:100%;
	height:30px;
	font-family:'Raleway', sans-serif;
	font-size:0.85em;		
	color:#6AA442;
	text-align:center;
	font-weight:700;
	line-height:140%;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}

.blog_item_deta {
	width:100%;
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;		
	color:#515151;
	text-align:justify;
	line-height:140%;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
}

/*** BLOG DETA ***/
.blog_deta {
    width:70%;
    height:auto;
    margin-bottom:50px;
	float:left;
}

.blog_deta_idio {
	width:100%;
	float:left;
}

.blog_deta_idio ul {
	width:100%;
	text-align:right;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.blog_deta_idio li {
	display:inline-block;
}

.blog_deta_idio li img {
	width:70%;
    transition:all 0.3s ease;
}

.blog_deta_idio li:hover img {
	width:70%;
	filter:grayscale(100%);
}

.blog_deta_fech {
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;		
	color:#515151;
	text-align:left;
	line-height:140%;
	text-decoration:none;
	margin-bottom:5px;
}

.blog_deta_imag {
    width:100%;
    height:auto%;
	margin-bottom:10px;
	background:#e1e1e1;
    border-bottom:2px solid #6AA442;
    transition:all 0.3s ease;
	float:left;
}

.blog_deta_imag:hover {
	opacity:0.9;
}

.blog_deta_imag img {
    width:100%;
    transition:all 0.3s ease;
}

.blog_deta_titu {
	height:auto;
	font-family:'Raleway', sans-serif;
	font-size:1.8em;		
	color:#6AA442;
	text-align:left;
	font-weight:100;
	line-height:130%;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:20px;
}

.blog_deta_auto {
	width:100%;
	padding:15px 0;
	margin-bottom:20px;
	border-top:1px dotted #E1E1E1;
	border-bottom:1px dotted #E1E1E1;
	float:left;
}

.blog_deta_auto_list {
	width:100%;
	float:left;
}

.blog_deta_auto_list ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.blog_deta_auto_list li {
	width:100%;
	margin-bottom:10px;
	float:left;
}

.blog_deta_auto_list li:last-child {
	margin-bottom:0;
}

.blog_deta_auto_list_imag {
	width:80px;
	height:80px;
	border-radius:50%;
	border:2px solid #F1F1F1;
	float:left;
}

.blog_deta_auto_list_imag img {
	width:100%;
	border-radius:50%;
}

.blog_deta_auto_list_info {
	width:calc(100% - 80px);
	padding:10px 15px;
	float:left;
}

.blog_deta_auto_list_info_nomb {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#515151;
	text-align:left;
	float:left;
}

.blog_deta_auto_list_info_nomb span {
	margin:0 5px;
}

.blog_deta_auto_list_info_prof {
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#515151;
	text-align:left;
	float:left
}

.blog_deta_auto_list_info_prof span {
	margin:0 5px;
}

.blog_deta_deta {
	font-family:'Open Sans', sans-serif;
	font-size:0.85em;		
	color:#515151;
	text-align:justify;
	line-height:140%;
	text-decoration:none;
	float:left;
}

.blog_deta_deta img {
	max-width:100% !important;
	margin:auto;
	display:block;
}

.blog_deta_come {
	width:100%;
	height:auto;
	margin-top:5px;
	float:left;
}

.blog_colu {
    width:26%;
    height:auto;
	float:right;
}

.blog_colu_titu {
	height:auto;
	font-family:'Raleway', sans-serif;
	font-size:1.5em;		
	color:#6AA442;
	text-align:right;
	font-weight:100;
	line-height:130%;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:20px;
}

.blog_colu_item {
    width:94%;
    height:auto;
	padding:3%;
	margin-bottom:20px;
    border-bottom:2px solid #6AA442;
	float:left;
    transition:all 0.3s ease;
}

.blog_colu_item:hover {
	background:#BCE45F;
}

.blog_colu_item:hover .blog_colu_item_titu {
	color:#374800;
}

.blog_colu_item_fech {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;		
	color:#515151;
	text-align:left;
	text-decoration:none;
	margin-bottom:5px;
}

.blog_colu_item_titu {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;		
	color:#999;
	text-align:left;
	line-height:130%;
	text-decoration:none;
}

/*** PEDI ***/
.pedi_wrap {
	width:100%;
	border-top:1px dotted #D0D0D0;	
	float:left;
}

.pedi_back {
	width:100%;
	padding:2% 3%;
    background-color:rgba(255,255,255,1);
	float:left;
}

.pedi_wrap h2 {
	width:50%;
	font-family:'Open Sans', sans-serif;
	color:#BCE45F;
	font-size:1.4em;
	text-align:left;
	font-weight:bold;
	margin-right:50%;
	margin-bottom:10px;
	float:left;
}

.pedi_wrap h3 {
	width:50%;
	font-family:'Open Sans', sans-serif;
	color:#6AA442;
	font-size:1.8em;
	text-align:left;
	font-weight:bold;
	margin-bottom:10px;
	float:left;
}

.pedi_link {
	width:20%;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;
	color:#6AA442;	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding:1% 2%;
	margin-top:-6%;
	margin-right:32%;
	border:2px solid #6AA442;
	float:right;
	transition:all 0.3s ease 0s;
}

.pedi_link:hover {
	color:#FFF;
	background:#67A63E;
	border:2px solid #67A63E;
}

/*** ENLA ***/
.enla_item {
    width:45%;
    height:auto;
	margin-left:2%;
    margin-bottom:50px;
    transition:all 0.3s ease;
	float:left;
}

.enla_item_imag {
    width:20%;
    height:20%;
	background:#e1e1e1;
    border:3px solid #e1e1e1;
    border-radius:100%;
    overflow:hidden;
    transition:all 0.3s ease;
	float:left;
}

.enla_item_imag img {
    width:100%;
    border-radius:100%;
	transform: scale(1);
    transition:all 0.3s ease;
}

.enla_item:hover .enla_item_imag img {
	transform:scale(0.95,0.95);
}

.enla_item_info {
    width:75%;
    height:auto;
	float:right;
}

.enla_item_info_titu {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.85em;		
	color:#515151;
	text-align:left;
	line-height:140%;
	margin-top:5px;
	margin-bottom:10px;
}

.enla_item_info_link a {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.75em;		
	color:#6AA442;
	text-align:left;
	text-decoration:none;
	line-height:140%;
	margin-top:20px;
	margin-bottom:20px;
    transition:all 0.4s ease 0s;	
}

.enla_item_info_link a:hover {
	color:#374800;
}

/*** REVI LIST ***/
.revi_list_wrap {
	width: 100%;
	float: left;
}

.revi_list_data {
	width: 100%;
	padding: 3.5% 8% 5% 8%;
	background: #f6f6f6;
	float: left;
	position: relative;
}

.revi_list_data_list {
	width: 100%;
	float: left;
}

.revi_list_data_list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.revi_list_data_list li {
    width: 48%;
    margin-bottom: 4%;
    float: left;
}

.revi_list_data_list li:nth-child(odd) {
	float: left;
	clear: left;
}

.revi_list_data_list li:nth-child(even) {
	float: right
}

.revi_list_data_list_elem {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	float: left;
	overflow: hidden;
}

.revi_list_data_list_elem_medi {
	width: 30%;
	padding: 10px;
	float: left;
}

.revi_list_data_list_elem_medi_foto {
	width: 100%;
	float: left;
	position: relative;
}

.revi_list_data_list_elem_medi_foto img {
	width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.revi_list_data_list li:hover .revi_list_data_list_elem_medi_foto img {
	transform: scale(1.05);
}

.revi_list_data_list_elem_info {
	width: 70%;
	padding: 35px 35px;
	float: left;
}

.revi_list_data_list_elem_info h2 {
	width: 100%;
	font-size: 18px;
	color: #6aa442;
	text-align: left;
	font-weight: 600;
	line-height: 130%;
	float: left;

	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.revi_list_data_list li:hover .revi_list_data_list_elem_info h2 {
	color: #67a63e;
}

.revi_list_data_list_elem_info_subt {
	width: 100%;
	font-size: 15px;
	color: #334151;	
	text-align: justify;
	line-height: 135%;
	margin-top: 12px;
	float: left;

	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.revi_list_data_list_elem_info_enla {
	width: 100%;
	font-size: 15px;
	color: #232d38;
	text-align: justify;
	font-weight: 600;
	margin-top: 25px;
	float: left;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.revi_list_data_list_elem_info_enla:hover {
	color: #67a63e;
}

.revi_list_data_list_elem_info_enla i,
.revi_list_data_list_elem_info_enla svg {
	margin-left: 2px;
	transform: rotate(-45deg);
	transform-box: fill-box;
	transform-origin: center;
	display: inline-block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.revi_list_data_list_elem_info_enla:hover i,
.revi_list_data_list_elem_info_enla:hover svg {
	transform: rotate(0deg);
}

/*** CLIE ***/
.clie_deta {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.9em;		
	color:#515151;
	text-align:justify;
	line-height:140%;
	padding:15px;
	margin-bottom:20px;
	background:#F1F1F1;
	position:relative;
}

.clie_item {
    width:13%;
    height:auto;
    margin-left:3%;
    margin-bottom:40px;
    transition:all 0.3s ease;
	float:left;
}

.clie_item_imag {
    width:100%;
    height:100%;
	background:#e1e1e1;
    border:5px solid #e1e1e1;
    border-radius:100%;
    overflow:hidden;
    transition:all 0.3s ease;
}

.clie_item_imag img {
    width:100%;
    border-radius:100%;
	transform: scale(1);
    transition:all 0.3s ease;
}

.clie_item:hover .clie_item_imag img {
	transform:scale(0.93,0.93);
}

.clie_item_titu {
    width:110%;
	height:30px;
	font-family:'Raleway', sans-serif;
	font-size:0.85em;		
	color:#515151;
	text-align:center;
	margin-top:10px;
}

/*** CLIE DETA ***/
.clie_deta_imag {
	width:55%;
	float:left;
}

.clie_deta_imag img {
	width:100%;
}

.clie_deta_imag ul {
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

.clie_deta_imag li {
	width:100%;
	float:left;
}

.clie_deta_deta {
    width:45%;
    font-family:'Open Sans', sans-serif;
    color:#515151;
    font-size:0.85em;
    line-height:150%;
    text-align:justify;
    padding:1% 3%;
	float:left;
}

.clie_deta_deta {
    width:45%;
    font-family:'Open Sans', sans-serif;
    color:#515151;
    font-size:0.85em;
    line-height:150%;
    text-align:justify;
    padding:1% 3%;
	float:left;
}

/*** TEST INIC ***/
.test_inic_wrap {
	width: 100%;
	background-size: cover !important;
	background-attachment: fixed !important;
	float: left;
	position: relative;
}

.test_inic_wrap::before {
    content: '';
	width: 100%;
    height: 100%;
	top: 0;
    right: 0;
	background: linear-gradient(90deg, rgba(106, 164, 66, 0) 0%, rgba(106, 164, 66, 1) 45%, rgba(106, 164, 66, 1) 100%);
    display: block;
    position: absolute;
}

.test_inic_info {
	width: 100%;
	padding: 7% 5%;
	float: left;
}

.test_inic_info_sec1 {
	width: 40%;
	float: left;
	position: relative;
}

.test_inic_info_sec2 {
	width: 55%;
	float: right;
	position: relative;
}

.test_inic_info_sec2_head {
	width: 100%;
	float: left;
}

.test_inic_info_sec2_head_subt {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	float: left;
}

.test_inic_info_sec2_head h2 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	color: #fff;
	font-weight: 600;
	line-height: 100%;
	margin-top: 10px;
	float: left;
}

.test_inic_info_sec2_list {
	width: 100%;
	margin-top: 40px;
    float: left;
}

.test_inic_info_sec2_list .owl-dots .owl-dot span {
    width: 5px;
    height: 5px;
	padding: 5px;
	background: none;
	border: 1px solid #fff;
}

.test_inic_info_sec2_list .owl-theme .owl-controls .owl-page span {
	background: #fff;
	border: 1px solid #fff;
}

.test_inic_info_sec2_list ul {
	width: 100%;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.test_inic_info_sec2_list li {
	width: 100%;
	float: left;
}

.test_inic_info_sec2_list_elem {
	width: 100%;
	float: left;
}

.test_inic_info_sec2_list_elem_medi {
	width: 120px;
	float: left;
	position: relative;
}

.test_inic_info_sec2_list_elem_medi::before {
    content: '';
    width: 120px;
	height: 170px;
	right: -10px;
    bottom: -10px;
	background: rgba(255,255,255,0.5);
    position: absolute;
}

.test_inic_info_sec2_list_elem_medi_foto {
	width: 100%;
	float: left;
	position: relative;
}

.test_inic_info_sec2_list_elem_medi_foto img {
	width: 100%;
}

.test_inic_info_sec2_list_elem_info {
	width: calc(100% - 160px);
	float: right;
}

.test_inic_info_sec2_list_elem_info h3 {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 120%;
	float: left;
}

.test_inic_info_sec2_list_elem_info_carg {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    color: #fff;
	font-weight: 600;
	margin-top: 4px;
	float: left;
}

.test_inic_info_sec2_list_elem_info_deta {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 150%;
	padding-right: 10%;
	float: left;
	position: relative;
}

.test_inic_info_sec2_list_elem_info_deta ul {
	list-style: disc;
	padding-left: 20px;
}

.test_inic_info_sec2_list_elem_info_deta:before {
    content: '\f10e';
    font-family: "FontAwesome";
    font-size: 40px;
    color: #fff;
    font-weight: 900;
    top: -20px;
	right: 40px;
    background: transparent;
    opacity: 0.4;
    position: absolute;
}

/*** FORM ***/
.form_deta {
	height:auto;
	font-family:'Open Sans', sans-serif;
	font-size:0.85em;		
	color:#515151;
	text-align:justify;
	line-height:140%;
	padding:15px;
	margin-bottom:20px;
	background:#F1F1F1;
	position:relative;
}

.form_item {
	width:95%;
	height:auto;
	margin-left:5%;
	margin-bottom:15px;	
	float:left;	
}

.form_item_imag {
	width:30px;
	height:30px;
	color:#6AA442;	
	font-size:1em;
	text-align:center;
	line-height:28px;
	border:2px solid #6AA442;
	border-radius:50%;
	float:left;
}

.form_item_titu {
	width:80%;
	height:auto;
	font-family:'Open Sans', sans-serif;	
	color:#515151;	
	font-size:0.9em;
	text-align:left;
	padding-top:5px;
	margin-left:2%;
	float:left;
}

.form_item_titu a {
	color:#515151;
	text-decoration:none;
}

.form_item_titu a:hover {
	color:#6AA442;
}

.form_secc {
	width:100%;
	height:auto;
	float:left;
}

.form_inpu {
	width:30.7%;
	height:35px;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;
	color:#515151;
	font-weight:normal;
	padding:1%;
	padding-left:2%;
	margin-bottom:15px;
	margin-left:1%;
	background:#E1E1E1;	
	border:0px;
	float:left;
    transition:all 0.4s ease 0s;	
}

.form_inpu:focus {
	color:#fff;
	background:#6AA442;
}

.form_inpu::-webkit-input-placeholder { color: #A0A0A0; }    
.form_inpu:-moz-placeholder { color: #A0A0A0; }
.form_inpu:-ms-input-placeholder { color: #A0A0A0; }

.form_inpu:focus::-webkit-input-placeholder { color: #fff; }    
.form_inpu:focus:-moz-placeholder { color: #fff; }
.form_inpu:focus:-ms-input-placeholder { color: #fff; }

.form_text {
	width:94%;
	height:100px;
	font-family:'Open Sans', sans-serif;
	font-size:0.8em;
	color:#515151;
	font-weight:normal;
	line-height:24px;
	padding:2%;
	margin-left:1%;
	margin-bottom:20px;	
	background:#E1E1E1;	
	border:0px;
    transition:all 0.4s ease 0s;	
}

.form_text:focus {
	color:#fff;
	background:#6AA442;
}

.form_text::-webkit-input-placeholder { color: #A0A0A0; }    
.form_text:-moz-placeholder { color: #A0A0A0; }
.form_text:-ms-input-placeholder { color: #A0A0A0; }

.form_text:focus::-webkit-input-placeholder { color: #fff; }    
.form_text:focus:-moz-placeholder { color: #fff; }
.form_text:focus:-ms-input-placeholder { color: #fff; }

.form_send {
	width:20%;
	font-family:'Raleway', sans-serif;	
	color:#fff;	
	font-size:1.2em;
	font-weight:normal;
	text-transform:uppercase;
	padding:8px;
	background:#515151;
    outline: none;
    border-radius: 3px;	
	display:block;
    transition:all 0.4s ease 0s;
	cursor:pointer;
	margin:0 auto;
	margin-bottom:30px;
	clear:both;	
}

.form_send:hover {
	background:#6AA442;
}

/*** FORM MESS ***/
#form_mess {
    width:240px;
    height:auto;
    text-align:center;
    margin-left:-120px;
    left:50%;
    top:17%;
	position:fixed;
    z-index:9998;
	cursor:pointer;
	transition:all 0.3s ease 0s;

	-webkit-animation-name: move_form_mess;
	-webkit-animation-duration: 0.6s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;	
}

@-webkit-keyframes move_form_mess
 {
	 0% { top:-100px; }
	 25% { top:-0px; }	 
	 35% { top:2%; }	
	 50% { top:4%; }	 
	 60% { top:6%; } 
	 70% { top:8%; } 
	 80% { top:12%; }
	 100% { top:15%; }

 }
 
#form_mess img {
	width:100%; 
	max-width:240px;
	height:auto; 
}

/*** FOOT ***/
#foot_wrah {
	width:100%;
	padding-top:40px;
	padding-bottom:20px;	
	background:#BCE45F;
	float:left;
}

#foot_wrad {
	width:100%;
	padding-top:40px;
	padding-bottom:20px;	
	background:#BCE45F url('../img/foot_wrad_top.png') 50% 0% no-repeat;
	overflow:hidden;
}

#foot_main {
	width:98%;
	min-width:980px;
	max-width:1140px;
	height:auto;
	margin:0 auto;	
}

.foot_rede {
	width:40%;
	float:left;
}

.foot_rede_item {
	width:40px;
	height:40px;
	font-size:1.4em;
	color:#515151;
	text-align:center;
	font-weight:normal;
	line-height:38px;	
	margin-right:5px;	
	border:2px solid #515151;
	border-radius:100%;
	display:inline-block;	
}

.foot_rede_item:hover {
	color:#fff;
	background-color:#6AA442;
	border:2px solid #6AA442;
}

.foot_dere {
	width:60%;
	float:right;
}

.foot_dere_item {
	width:100%;
	font-family:'Open Sans', sans-serif;
    font-size:0.8em;
    color:#515151;
	text-align:right;
	float:left;
}

/*** PAGINACION ***/
.pagi_wrap {
	height:10px;
	width:100%;
	color:#94C551;		
	font-family:'Raleway', sans-serif;
	font-weight:bold; 	
	font-size:20px;
	text-align:center;
	padding-top:15px;
	margin:30px auto 35px auto;
	position:relative;	
	float:left;		
}

.pagi_wrap a {
	color:#777;
	font-weight:normal; 			
	text-decoration:none;
}

.pagi_wrap a:hover {
	color:#DC0000;		
	text-decoration:none;
}

.pagi_wrap img {
	margin-top:6px;
}

/*** ADDO ***/
.addo_widt_marg_auto {
	max-width: 1280px;
	margin: 0 auto;
}

.addo_clea_both  {
	width:100%;
	clear:both;
}

.addo_alig_righ  {
	float:right;
}

.addo_alig_left  {
	float:left;
}

.addo_noso_item_valo_marg {
	margin-left:26%;
	margin-right:26%;
}

/***/
@media (min-width: 240px) and (max-width: 639px){

	/*** HEAD ***/
	.head_wrap {
		padding:0.5% 0%;
		padding-top:10px;
	}

	.head_logo {
		width:100%;
		padding-bottom:3%;
		float:left;
	}
	
	.head_logo img {
		width:60%;
		margin:0 20%
	}
	
	.head_info {
		width:100%;
		float:left;
	}

	.head_info_fras {
		font-size:0.85em;
		text-align:center;
	}

	.head_info_cont {
		width:100%;
		padding:8px 5px;	
		background:#FFF;
		float:left;
	}
		
	.head_info_cont_item {
		width:100%;
		height:15px;
		text-align:center;
	}
	
	.head_info_menu {
		width:100%;
		float:left;
	}

	/*** TITU ***/
	#titu_wrap {
		margin-top:110px;
	}

	.titu_imag {
		display:none;
	}

	#titu_wrap h1 {
	    height:50px;		
		font-size:1.6em;
	    line-height:50px;		
		padding-left:20px;
	    background:rgba(0, 0, 0, 0.1) url('../img/enca_h1_arro.png') no-repeat right 25px;
	}
	
	.titu_titu {
	    height:50px;		
		font-size:1.6em;
	    line-height:50px;		
		padding-left:20px;
	    background:rgba(0, 0, 0, 0.1) url('../img/enca_h1_arro.png') no-repeat right 25px;
	}

	/*** CONT ***/
	#cont_wrap {
		padding-top:10px;
	}

	#cont_main {
		width:100%;
		min-width:initial;
	}

	#cont_main h1 {
		font-size:1.4em;
		padding-left:15px;
		margin-top:-40px;
	}

	.cont_imag {
		width:94%;
		margin-top:-10%;
		margin-left:3%;
	}
	
	.cont_deta {
		width:94%;
		margin-left:3%;
		float:left;
	}
		
	/*** ERGO ***/
	.equi_item_imag {
		width:94%;
		margin-left:3%;
	}

	.equi_item_imag img {
		width:60%;
		margin-left:20%;		
	}

	.equi_item_deta {
		width:94%;
		margin-left:3%;
		margin-bottom:4%;
		float:left;
	}
	
	.equi_item_deta_titu {
		text-align:center;
		margin-top:10px;
	}
	
	.equi_item_deta_subt {
		text-align:center;
	}

	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding:2% 5% 5% 5%;
		background:#BCE45F;
		float:left;
	}
	
	.noso_inic_imag {
		width:60%;
		margin:0 20%;
	}
	
	.noso_inic_wrap h2 {
		font-size:1.5em;		
	}
	
	.noso_inic_deta {
		font-size:15px;		
		line-height:110%;
		padding:0;
	}
	
	/*** NOSO ***/
	.noso_item {
		width:100%;
		padding:0 3%;
		margin-left:0%;
	}
		
	.noso_item_deta {
		margin-top:5px;
	}

	/*** BANN ***/
	#bann_wrap {
		padding-bottom:10px;
	}

	#bann_main {
		width:100%;
		min-width:initial;
	}	

	.bann_ite1 {
		width:100%;
		border-radius:0;
	}

	.bann_ite1:hover .bann_ite1_imag img {
		 transform:scale(0.9);
	}
	
	.bann_ite1_imag {
		width:30%;
		margin-top:3%;
		margin-bottom:2%;
		border-radius:0;
	}

	.bann_ite1_info {
		width:64%;
	}

	.bann_ite1_info_titu {
		font-size:1.2em;
		text-align:left;
		margin-bottom:5px;
	}

	.bann_ite1_info_deta {
		font-size:0.9em;
		line-height:120%;
	}	
	
	.bann_ite2 {
		width:94%;
		border-radius:0;
		margin:0 auto;
		float:none;				
	}	

	.bann_ite2_imag {
		display:none;
	}
	
	.bann_ite2_info {
		width:94%;
	}	
	
	.bann_ite2_info_titu {
		font-size:1.2em;
		text-align:center;
		margin-bottom:5px;				
	}
		
	.bann_ite2_info_deta {
		font-size:0.9em;
		text-align:justify;
		line-height:120%;
	}	
		
	.bann_ite2_info_link a {
		width:50%;
		margin:0 auto;
		margin-top:10px;
	}	
		
	/*** BLOG INIC ***/
	.blog_inic_wrap {
		padding:3% 3% 5% 3%;
	}
	
	.blog_inic_list li {
		width:90%;
		margin:0 5%;
	}
	
	.blog_inic_list_imag {
		width:100%;
	}
	
	.blog_inic_list_info {
		width:100%;
		padding:20px;
	}
	
	.blog_inic_list_info h3 {
		font-size:15px;
	}
	
	.blog_inic_list_info_desc {
		font-size:13px;
	}
	
	.blog_inic_list_info_enla {
		font-size:13px;
	}
	
	.blog_inic_enla {
		font-size:14px;
		padding:12px 20px;
	}

	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left:-7% !important;
	}
	
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right:-7% !important;
	}

	/*** BLOG ITEM ***/
	.blog_item {
		width:94%;
	}
	
	.blog_item_titu {
		height:auto;
	}
	
	.blog_deta_auto_list li {
		margin-bottom:20px;
	}
	
	.blog_deta_auto_list_info {
		padding:0 15px;
	}
		
	/*** BLOG DETA ***/
	.blog_deta {
		width:100%;
		padding:5%;
	}
	
	.blog_deta_addt {
		margin-top:-10%;
	}
	
	.blog_deta_titu {
		font-size:1.3em;
		line-height:110%;
	}
		
	.blog_colu {
		width:94%;
		margin-left:3%;
		margin-bottom:3%;
		float:left;
	}
		
	.blog_colu_item {
		margin-bottom:0;
	}

	/*** SERV ***/
	.serv_2col_wrap {
		margin-left:0;
		margin-right:0;
	}
	
	/*** PRES INIC ***/
	.pres_inic_wrap {
		padding:20% 5% 40% 5%;
	}
	
	.prec_inic_info {
		width:100%;
	}
	
	.prec_inic_info_enca h2 {
		font-size:28px;
	}
	
	.prec_inic_info_enca h3 {
		font-size:16px;
		padding-left:80px;
	}

	.prec_inic_info_deta {
		font-size:15px;
	}

	.prec_inic_imvi {
		width:100%;
		margin-top:20px;
	}
	
	.prec_inic_imvi_vide {
		top:250px;
		left:calc(50% - 52.5px);
	}	

	/*** EVEN ***/	
	#even_wrap {
		padding:8% 3% 5% 3%;
	}

	#even_wrap h1 {
		font-size:1.2em;		
	}

	.even_list_fech { display:none; }
	
	.even_list h2 {
		width:100%;
		height:60px;
		font-size:0.8em;
		text-align:center;
	}
	
	/*** EVEN DETA ***/
	.even_deta {
		width:100%;
		padding:5%;
		margin-bottom:30px;
	}

	.even_deta_imag {
		width:100%;
		border:3px solid #EFEFEF;
	}
		
	.even_deta_link {
		width:50%;
		font-size:0.9em;
		padding:2% 2%;
		margin-right:50%;
	}

	/*** PEDI ***/	
	.blog_deta_deta a {
		max-width:100% !important;
	}

	.blog_deta_deta img {
		max-width:100% !important;
		height:auto !important;
		clear:both !important;
	}

	.blog_deta_deta table {
		width:100% !important;
	}	

	/*** PEDI ***/
	.pedi_back {
		padding:4% 3%;
	}

	.pedi_wrap h2 {
		width:100%;
		font-size:1em;
		padding-left:3%;
		margin-right:0%;
	}
	
	.pedi_wrap h3 {
		width:100%;
		padding-left:3%;
		font-size:1.2em;
	}

	.pedi_link {
		width:40%;
		margin-top:2%;
		margin-left:30%;
		margin-right:30%;
	}
	
	/*** ENLA ***/
	.enla_item {
		width:94%;
		margin-left:3%;
	    margin-bottom:5%;
	}

	/*** REVI LIST ***/
	.revi_list_data {
		padding: 8% 5%;
	}

	.revi_list_data_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.revi_list_data_list li:last-child {
		margin-bottom: 0;
	}

	.revi_list_data_list_elem_info {
		padding: 20px;
	}
	
	/*** CLIE ***/
	.clie_deta {
		margin-top:-10%;
	}	
		
	.clie_item {
		width:25%;
	    margin-left:5%;	
	    margin-bottom:6%;
	}

	/*** TEST INIC ***/
	.test_inic_info {
		width: 100%;
		padding: 8% 10%;
		background: #6aa442;
		overflow: hidden;
	}

	.test_inic_info_sec1 { display: none; }

	.test_inic_info_sec2 {
		width: 100%;
	}

	.test_inic_info_sec2_head_subt {
		font-size: 15px;
	}

	.test_inic_info_sec2_head h2 {
		font-size: 28px;
	}

	.test_inic_info_sec2_list_elem_medi {
		margin-left: calc(50% - 60px);
	}

	.test_inic_info_sec2_list_elem_info {
		width: 100%;
		margin-top: 30px;
	}
	
	/*** CLIE DETA ***/
	.clie_deta_imag {
		width:92%;
		margin:0 4%
	}
	
	.clie_deta_deta {
		width:92%;
		padding:2% 3%;
		margin:0 4%;
	}
		
	/*** FORM ***/
	.form_inpu {
		width:95%;
		margin-bottom:2%;	
		float:left;
	}
	
	.form_text {
		width:95%;
	}
			
	.form_send {
		width:60%;
	}
		
	/*** FOOT ***/
	#foot_main {
		width:100%;
		min-width:initial;
	}			
	
	.foot_rede {
		width:100%;
		text-align:center;
	}
		
	.foot_rede_item {
		height:38px;
		line-height:32px;
		padding-top:1px;
	}

	.foot_dere {
		width:100%;
		padding:0 5%;
		margin-top:2%;
	}

	.foot_dere_item {
		text-align:center;
	}
		

	/*** ADDO ***/
	.addo_noso_item_valo_marg_top {
		margin-top:-9.5%;
	}
}

/***/
@media (min-width: 640px) and (max-width: 799px){

	/*** HEAD ***/
	.head_wrap {
		padding:0.5% 3%;
		padding-top:10px;
	}
	
	.head_logo {
		width:35%;
		float:left;		
	}

	.head_logo img {
		width:100%;
	}
	
	.head_info {
		width:60%;
		margin-right:2%;
		float:right;
	}
	
	.head_info_fras {
		font-size:0.85em;
	}
	
	.head_info_menu {
		width:160%;
		margin-top:5px;
		margin-left:-60%;
	}
	
	/*** TITU ***/
	#titu_wrap {
		margin-top:110px;
	}

	.titu_imag {
		display:none;
	}

	#titu_wrap h1 {
	    height:50px;		
		font-size:1.6em;
	    line-height:50px;		
		padding-left:20px;
	    background:rgba(0, 0, 0, 0.1) url('../img/enca_h1_arro.png') no-repeat right 25px;
	}
	
	.titu_titu {
	    height:50px;		
		font-size:1.6em;
	    line-height:50px;		
		padding-left:20px;
	    background:rgba(0, 0, 0, 0.1) url('../img/enca_h1_arro.png') no-repeat right 25px;
	}	

	/*** CONT ***/
	#cont_main {
		width:100%;
		min-width:initial;
	}

	#cont_main h1 {
		font-size:1.4em;
		padding-left:15px;
		margin-top:-55px;
	}
	
	.cont_imag {
		width:94%;
		height:auto;
		margin-top:-10%;
		margin-left:3%;
		overflow:hidden;
	}
	
	.cont_imag img {
		margin-top:-150px;
	}	
	
	.cont_imag#posi_cont_imag_serv  { 
		width:94%;
		height:250px;
		margin-top:-10%;
		margin-left:3%;
		overflow:hidden;	
	}
			
	.cont_deta {
		width:94%;
		margin-left:3%;
		float:left;
	}
	
	/*** ERGO ***/
	.equi_item_imag {
		width:30%;
	}
	
	.equi_item_deta {
		width:68%;
		margin-bottom:2%;
		float:left;
	}
	
	/*** NOSO INIC ***/
	.noso_inic_wrap {
		padding:0 5% 3% 5%;
		background:#BCE45F;
		float:left;
	}
	
	.noso_inic_imag {
		width:35%;
		margin:0 32.5%;
	}
	
	.noso_inic_wrap h2 {
		font-size:1.5em;		
	}
	
	.noso_inic_deta {
		font-size:19px;		
		line-height:110%;
		padding:0;
	}

	/*** NOSO ***/
	.noso_item {
		width:47%;
	}
			
	/*** BANN ***/
	#bann_main {
		width:100%;
		min-width:initial;
	}	

	.bann_ite1 {
		border-radius:0;
	}

	.bann_ite1_imag {
		display:none;
	}
	
	.bann_ite1_info {
		width:94%;
	}
	
	.bann_ite1_info_titu {
		font-size:1.2em;
		text-align:left;
		margin-bottom:5px;
	}
		
	.bann_ite2 {
		border-radius:0;
	}
	
	.bann_ite2_info {
		width:94%;
	}
	
	.bann_ite2_imag {
		display:none;
	}	
	
	.bann_ite2_info_titu {
		font-size:1.2em;
		text-align:left;
		margin-bottom:5px;
	}
	
	.bann_ite2_info_deta {
		display:none;
	}		
	
	.bann_ite2_info_link a {
		width:50%;
		margin:0 auto;
		margin-top:5%;
		margin-bottom:5.1%;
	}	
				
	/*** BLOG ITEM ***/
	.blog_item {
		width:44%;
		margin-right:3%;
	    margin-bottom:5%;
	}
	
	.blog_item_titu {
		height:30px;
	}
		
	/*** BLOG DETA ***/
	.blog_deta {
		width:94%;
		margin-left:3%;
	}
	
	.blog_deta_addt {
		margin-top:-10%;
	}
	
	.blog_deta_titu {
		font-size:1.3em;
		line-height:110%;
	}
		
	.blog_colu {
		width:94%;
		margin-left:3%;
		margin-bottom:3%;
		float:left;
	}
		
	.blog_colu_item {
		margin-bottom:0;
	}

	/*** SERV ***/
	.serv_2col_wrap {
		margin-left:0;
		margin-right:0;
	}
	
	/*** EVEN DETA ***/
	.even_deta {
		width:100%;
		padding:5%;
		margin-bottom:30px;
	}

	.even_deta_imag {
		width:100%;
		border:3px solid #EFEFEF;
	}
		
	.even_deta_link {
		width:30%;
		font-size:0.9em;
		padding:2% 2%;
		margin-right:70%;
	}

	/*** PEDI ***/
	.pedi_wrap h2 {
		width:70%;
		font-size:1.2em;
		margin-right:30%;
	}
	
	.pedi_wrap h3 {
		width:70%;
		font-size:1.5em;
	}

	.pedi_link {
		width:20%;
		margin-top:-2%;
		margin-right:5%;
	}

	/*** ENLA ***/
	.enla_item {
		width:45%;
		margin-right:2%;
		overflow:hidden;
	}	

	/*** REVI LIST ***/
	.revi_list_data_list li {
		width: 100%;
		margin-bottom: 20px;
	}

	.revi_list_data_list li:last-child {
		margin-bottom: 0;
	}

	/*** CLIE ***/
	.clie_deta {
		margin-top:-10%;
	}	
		
	.clie_item {
		width:20%;
	    margin-left:4%;	
	    margin-bottom:6%;
	}
	
	/*** CLIE DETA ***/
	.clie_deta_imag {
		width:80%;
		margin:0 10%
	}
	
	.clie_deta_deta {
		width:92%;
		padding:2% 3%;
		margin:0 4%;
	}

	/*** FORM ***/
	.form_inpu {
		width:95%;
		margin-bottom:2%;	
		float:left;
	}
	
	.form_text {
		width:95%;
	}
		
	.form_send {
		width:60%;
	}
		
	/*** FOOT ***/
	#foot_main {
		width:100%;
		min-width:initial;
	}			

	.foot_rede {
		width:37%;
		padding-left:3%;
	    margin-top:-10px;
	}

	.foot_dere {
		width:57%;
		padding-right:3%;
	}
	
	/*** ADDO ***/
	.addo_clea_both { display:none }
	
}