/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x:hidden;
	background:#f0f2f1;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color:#5b5b5b;
	-webkit-font-smoothing: antialiased;
}

a{
	font-size: 17px;
	color:#a4e9ff;
}
a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: underline;
	outline:none;
}
a:hover{
	color:#70d8f9;
	text-decoration: none;
}
p, li{
	font-size: 17px;
}
p{
	margin: 0 0 15px 0;
	line-height: 25px;
}

hr{
	border-color:#bababb;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 45px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	text-transform:uppercase;
	color:black;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color:#343434;
	font-weight: bold;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
	color:black;
	text-shadow: 0;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/
.carousel-control{
	color:white;
	text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}
.carousel-control.right,
.carousel-control.left{
	background:none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	font-size: 25px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -50px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -50px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.modal-content {
	border:0;
    border-radius: 0px;
	box-shadow:none;
}
.modal-body {
    padding: 30px;
}

/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.full-height, .half-height{
	position: relative;
}

.vs{
	margin-top: 30px;
}
.vs2{
	margin-top: 60px;
}
.vs3{
	margin-top: 90px;
}
.vs4{
	margin-top: 120px;
}
.vs5{
	margin-top: 150px;
}

.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.imgbordershadow	{
	border:solid 1em white;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.125);
	-moz-box-shadow:    0px 0px 30px 0px rgba(50, 50, 50, 0.125);
	box-shadow:         0px 0px 30px 0px rgba(50, 50, 50, 0.125);
}

.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }
.limit{
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

hr.divisor{
	display:inline-block;
	margin:45px 0;
	width: 100px;
	height: 5px;
	border:0;
	background:#ff0030;
	text-align: left;
}

.espacio{
	padding:150px 0;
}
.espaciomin{
	padding:75px 0;
}

.txtblanco p{
	color:#f2dfdd;
}
.txtblanco p strong{
	color:white;
}

.linea{
	display:block;
	width: 1px;
	height: 250px;
	background:rgba(255,255,255,0.33);
}

.bgblanco{
	background:white;
}

/**************************************************************************************
Nav
***************************************************************************************/
#nav{
	padding:15px 0;
	background:white;
}
#nav nav a{
	display:inline-block;
	margin: 30px 0 0 90px;
	
	color: #343434;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#nav nav a:hover{
	color:#a2d00b;
}
#nav nav a.actual{
	color:#ababab;
}

/**************************************************************************************
Inicio
***************************************************************************************/
#fumigacion{
	min-height: 1274px;
	
	background:url(../_img/fumigacion.jpg) no-repeat center top;
	background-size:1920px;
	
}
#fumigacion h1{
	margin-top: 140px;
}
#fumigacion h1, #fumigacion h1 span{
	color: white;
	font-size: 32px;
	line-height: 37px;
}
#fumigacion p{
	margin-bottom: 45px;
	color: white;
}

a.btn, input.btn, button.btn{
	
	padding: 16px 31px;
	
	background: #a2d00b;
	border-radius: 15px;
	
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 11px;
	text-transform: uppercase;
	text-shadow: #96c00b 1px 1px 1px;
}
a.btn:hover, button.btn:hover{
	background:#111;
	color:white;
	text-shadow: black 1px 1px 1px;
}
input.btn:hover{
	background:white;
	color:black;
	text-shadow: white 1px 1px 1px;
}

#profesionales{
	margin-top: -635px;
	padding:150px 0;
	
	background:url(../_img/profesionales.png) repeat-y center top;
	background-size:1920px;
}
#profesionales h2{
	color: #acc5c1;
	line-height: 33px;
}
#profesionales h2 span{
	color:white;
}
#profesionales nav{
	display:block;
	margin-bottom: 45px;
}
#profesionales nav a{
	float: left;
	display: block;
	padding: 0 2em 2em 0;
	
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#parque{
	margin-top: -335px;
}
#parque img{
	display:block;
	margin-left: -15px;
}

#remera{
	margin-top: -664px;
	height: 664px;
	background:url(../_img/remera.jpg) no-repeat -240px top;
	background-size:945px;
}

#certificados{
	background:#0c0f0f url(../_img/certificados.jpg) no-repeat center top;
	background-size:1920px;
}
#certificados.espacio{
	padding:150px 0 115px 0;
}
#certificados h3{
	color: #acc5c1;
	line-height: 33px;
}
#certificados h3 span{
	display: block;
	color: white;
}
#certificados p, #certificados li{
	color:white;
}
#certificados ul {
	margin: 0 0 0 0px;
	padding: 0;
}
#certificados ul li{
	display:block;
	margin:0;
	padding:0 0 20px 30px;
	
	list-style:none;
	background:url(../_img/flecha.png) no-repeat 0px 7px;
	background-size:11px;
}

/**************************************************************************************
Footer
***************************************************************************************/
#iram{
	padding: 75px 0;
	background: #e4e4e4;
}
#iram img{
	display: block;
	margin-bottom: 30px;
}
#iram section{
	display: block;
	padding-left: 45px;
}
#iram h2{
	margin-bottom: 15px;
	line-height: 33px;
}
#iram p{
	display: block;
	margin: 30px 0;
}
#iram span.iram-list{
	display: block;
	margin: 6px 0;
	padding: 12px 18px;
	
	background: white;
	border-radius: 15px;
	
	font-size: 14px;
	font-weight: 600;
}


#clientes{
	padding-bottom: 60px;
	text-align: center;
}
#clientes h2{
	margin:75px 0 45px 0;
	color:black;
}

.TickerNews{
	width: 100%;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
}

#equipo{
	background:white url(../_img/equipo-leplag.jpg) no-repeat center top;
	background-size:1920px;
}
#equipo-inner{
	position: relative;
	display:block;
	width: 100%;
	height: 378px;
}
#equipo-inner a{
	position: absolute;
	bottom:180px;
	right:0px;
	
	display:block;
	float: left;
	height: 24px;
}
#equipo-inner a span{
	display:block;
	float: left;
	margin-right: 15px;
	height: 24px;
	
	color:grey;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height:24px;
	text-transform:uppercase;
}
#equipo-inner a span em{
	font-style:normal;
}
#equipo-inner a span strong{
	color:black;
}
#equipo-inner a:hover span,
#equipo-inner a:hover span strong{
	color:#3b5998;
}
#equipo-inner a img{
	float: right;
	display:block;
}

#fin{
	padding-top:50px;
	padding-bottom:150px;
	background:url(../_img/fin.jpg) repeat-y center top;
	background-size: 1920px;
}
#fin h3{
	margin-bottom: 75px;
}
#fin h3 em{
	font-style:normal;
}

.informacion h3{
	color:#edfdb7;
}
.informacion h3 span{
	color:white;
}
.informacion p{
	color:black;
}
.informacion p a{
	display:block;
	color:white;
}
.informacion p a:hover{
	color:#e1f2a8;
}
.fbtxt{
	display:block;
	margin: 1px 15px 0 0;
}
#sietedefebrero{
	clear: both;
	display:block;
	margin-top: 133px;
	
	text-transform:uppercase;
	font-size: 8px;
	font-weight: bold;
	letter-spacing:3px;
	color:white;
}

.formulario h3{
	color:#acc5c1;
	line-height:30px;
}
.formulario h3 span{
	color:white;
}

/* formulario */
#formulario h4{
	margin-bottom: 90px;
	color:white;
}

#formulario p{
	font-size: 14px;
	color:white;
}
#formulario p.text-danger{
	clear: both;
	display:block;
	color:#f55553;
}
#formulario label{
	float: left;
	display:block;
	width: 100%;
	margin:0 0 1.5em 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size: 11px;
	font-weight: 700;
	color:white;
}


input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control {
	font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
	font-size: 11px;
	font-weight: 700;
	color:black;
	text-shadow: 0;
}

#formulario label span{
	display:inline-block;
	margin-left:30px;
}
#formulario label strong{
	color:#999;
}

#formulario .form-group input{
	clear: both;
	margin:4em 0;
	padding:0;
	width: 100%;
	height: 36px;
	
	background:white;
	box-shadow:none;
	border-radius:0;
	border:0;
	
	color:black;	
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing:1px;
	line-height:36px;
	text-indent: 15px;
	text-shadow: 0;
}
#formulario .form-group input#name{
	margin:0 0 4em 0;
}

textarea.form-control {
	margin:0 0 30px 0;
	padding:15px;
	height: 276px;
	
	background:white;
	box-shadow:none !important;
	border:0 !important;
	border-radius:0; -webkit-border-radius:0; -moz-border-radius:0;
}

#formulario .form-group input#ch-nl{
	float: left;
	display:block;
	margin:0 15px 0 0;
	width: auto !important;
	height: auto !important;
}
#formulario label#recibir{
	float: left;
	display:inline-block;
	margin:0;
	padding:0;
	width: 80% !important;
}


.alert {
	clear: both;
	margin-top: 75px;
	
    border: 0px !important;
    border-radius: 0px !important;
	
	font-size: 13px;
}

/**************************************************************************************
Servicios
***************************************************************************************/

#ser-header{
	min-height: 675px;
	background:#353632 url(../_img/servicios.jpg) no-repeat center top;
	background-size: 1920px;
}
#ser-header h1{
	margin-top: 125px;
	color:#a7aa9d;
	font-size: 30px;
}
#ser-header h1 span{
	color:white;
}
#ser-header p{
	color:white;
}

.serviciosgral{
	margin-top: -167px;
	margin-bottom: 150px;
}
.servicio{
	display:block;
	margin-bottom: 50px;
	padding:100px;
	background:white;
}
.servicio h2{
	font-weight: bold;
	line-height:32px;
}
.servicio p strong{
	color:black;
}
.servicio img{
	margin-top: 30px;
}
.servicio ul{
	margin:0 0 30px 0;
	padding:0;
}
.servicio ul li{
	margin:0;
	padding:30px 0 0 30px;
	
	list-style:none;
	background:url(../_img/flecha-verde.png) no-repeat 0 37px;
	background-size:11px;
	
	font-size: 15px;
}
.servicio ul li strong{
	color:black;
}

#sidenav{
	display:block;
	padding:0 0 0 30px;
}
#sidenav nav{
	margin-top: 30px;
}
#sidenav nav a{
	display:block;
	padding:20px 0 20px 30px;
	
	background:url(../_img/flecha-gris.png) no-repeat 0 25px;
	background-size: 7px;
	
	color:#353632;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:2px;
	text-transform:uppercase;
}
#sidenav nav a:hover{
	color:#279fc4;
}
#sidenav nav a.selected{
	color:#279fc4;
}

#sidenav a.btn, #sidenav h5{
	margin:30px 0 0 30px;
}
#sidenav h5 {
	font-weight: bold;
}
#sidenav h5 span{
	display:block;
	margin-bottom: 5px;
	color:#a7a7a7;
	font-size: 12px;
}

.affix-top {
	position: relative;
}
.affix {
	top: 0px;
}
.affix, 
.affix-bottom {
	/*width: 213px;*/
}
.affix-bottom {
	position: absolute;
}

/**************************************************************************************
Contacto
***************************************************************************************/

#con-header{
	min-height: 675px;
	background:#353632 url(../_img/contacto.jpg) no-repeat center top;
	background-size: 1920px;
}
#con-header h1{
	margin-top: 125px;
	color: white;
	font-size: 30px;
}
#con-header h1 span{
	color: white;
}
#con-header p{
	color:white;
}

#empresabox{
	display:block;
	margin-top: -167px;
	margin-bottom: 50px;
	padding:100px;
	background:white;
}
#empresabox p strong{
	color:black;
}
#empresabox section{
	display:block;
	margin-top: 75px;
	padding:50px;
	background:#f1f8db;
}
#empresabox section p{
	font-size: 13px;
	color:#353632;
}

#pasto{
	margin-top: -300px;
	padding-top:375px;
	padding-bottom:200px;
	
	background:url(../_img/pasto.jpg) left top;
	background-size: 954px;
}
#pasto hgroup{
	position: relative;
	z-index: 2;
	display:block;
	padding:0 0 0 100px;
}
#pasto h3{
	margin-bottom: 15px;
	color:#fffca8;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing:0;
	text-transform: capitalize;
}
#pasto h2{
	color:white;
	font-size: 45px;
	font-weight: bold;
	letter-spacing:0;
	line-height:50px;
}

#metodologia{
	position: relative;
}	
#cajagris{
	z-index: 1;
	position: relative;
	
	display:block;
	margin-top: -70px;
	margin-bottom: 0;
	padding:100px;
	background:#353632;
	color:white;
}
#cajagris h4{
	color:white;
	font-size: 18px;
	font-weight: bold;
	line-height:28px;
}
#cajagris h4 span{
	color:#a2d00b;
}
img#mochila{
	z-index: 0;
	position: absolute;
	top:300px;
	left:600px;
}

#valores{
	background:#0c0f0f;
}
#valores h5{
	color:#acc5c1;
	line-height:30px;
}
#valores h5 span{
	display:block;
	color:white;
}
#valores p, #valores li{
	color:white;
}
#valores ul {
	margin:0 0 0 -30px;
	padding:0;
}
#valores ul li{
	display:block;
	margin:0;
	padding:0 0 20px 30px;
	
	list-style:none;
	background:url(../_img/flecha.png) no-repeat 0px 7px;
	background-size:11px;
}

a#whatsapp{
	z-index: 2;
	position: fixed;
	bottom:30px;
	right:30px;
	
	display:block;
	padding:2rem;
	
	background:white;
	border-radius:60px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);
}
a#whatsapp:hover{
	background:#1e526f;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.20);
}
a#whatsapp img{
	width: 30px;
}













