/**
 * Place your custom styles here.
 */
@font-face{
 font-family:candara;
 src: url("../fonts/Candara.eot");
 font-display: swap;
}
@font-face{
 font-family:candara;
 src: url("../fonts/Candara.ttf");
 font-display: swap;
} 
.footer{
  margin-top:0;
	background:white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
color:#83868A;
border-top:0;
}
body{
  color:#83868A;/*#C0DA64;*/
  font-family:candara,Arial, Helvetica, sans-serif;
	font-size:15px;	
	line-height:1.5;
	background:#F0F0F0;
}

.navbar.container, .navbar.container-fluid{
	margin-top:0;
	border-left:5px solid #BBD531;
	background:white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.socials a + a:after {
    background-color: #D5D5D5;
    bottom: 20px;
    content: "";
    display: block;
    height: 12px;
    left: -16px;
    pointer-events: none;
    position: absolute;
    width: 1px;
}
.footer h2{
    padding-top: 0;
    height: 12px;
    border: 0;
    font-size: 13px;
    color: #666666;
    padding-left: 0;
    margin-top: 0;
}

@media screen and (max-width: 767px){

  .socials a + a {
		  margin-left: 6px;
	}
}

@media screen and (min-width: 768px){
	.navbar .logo img{
		  width:216px;
	}
	.navbar.container {
    max-width: 750px;
	}
  .socials a + a {
		  margin-left: 11px;
	}
  .socials a + a:after {
  	left:-6px
  }
 	.footer h1{
    font-size: 11px;
	} 
}

@media screen and (min-width: 992px){
	.navbar.container, .navbar.container-fluid {
		  max-width: 970px;
	}
	.socials a + a {
    margin-left: 32px;
 }
 .socials a + a:after {
  	left:-16px
  } 

 	.footer h1{
    font-size: 13px;
	}
}

@media screen and (min-width: 1200px){
	.navbar.container {
		  max-width: 1170px;
	}

}
.main-container{
	border-left:5px solid #BBD531;
	background:white;
}
.navbar{
	-webkit-box-shadow: none;
  box-shadow: none;
	margin-bottom:0;
	border-radius:0;
}
.navbar-nav{
  float: right !important;
	margin-top:30px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
  color: #8CAB29;
}
.navbar-nav > li > a{
    font-size: 18px;
    border-right: 1px solid #Efefef;
}
.navbar-nav > li > a:hover {
    color: #C0DA64;
}

a:hover {
    color: #C0DA64;
}

h1, h2, h3, h4, h5, h6,.smalltitle,.smallwhitetitle {
    color: #3D3D3D;
    font-family: 'Rosario',sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
h1 {
    
    color: #3D3D3D;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    padding: 5px 0 5px 10px;
	border-left: 10px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
h1 span {
    color: #909090;
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
}
.TextWrap{
    float: left;
    margin: 0 10px 10px 0;
    padding: 4px;
}
.texto-mediano{
	font-size:110%;
}
.texto-grande{
	font-size:130%;
}
.texto-grande .smallwhitetitle{
	font-size:100%;
}
#servicios{
	width:100%;
	float:left;
}
.servicio{ 
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 68px;
    width: 50%;
}

#footer a{
	color:#83868A;
}
#footer a:hover {
	color: #C0DA64;
}
#footer-content {
	border-top: 1px solid #EAEAEA;
    margin: 0 auto;
    padding-top: 30px;
}
.footer-content-in {
    float:left;
    margin-right: 30px;
}
#footer img, #formulariocontacto img{
	vertical-align:middle
}

.navbar .logo img{
  width:150px;
}



.foot_top {
    background-color: #FFFFFF;
    padding-bottom: 48px;
}
.f_sep {
    border-top: 1px solid #EAEAEA;
    margin-bottom: 67px;
}
p{
	margin-top:0;
	margin-bottom:0;
}
h4{
	margin:0;
}
.socials a {
    color: #636363;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 55px;
    position: relative;
}
.socials a:before {
    background: url("/images/socials2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 35px;
    margin: 0 auto;
    width: 35px;
}
.socials a:hover:before {
    background-position: 0 bottom;
}
.socials a.tw:before {
    background-position: -85px 0;
}
.socials a.tw:hover:before {
    background-position: -85px bottom;
}
.socials a.gp:before {
    background-position: -159px 0;
    width: 36px;
}
.socials a.gp:hover:before {
    background-position: -159px bottom;
    width: 36px;
}
.socials a.pp:before {
    background-position: right 0;
    width: 36px;
}
.socials a.pp:hover:before {
    background-position: right bottom;
    width: 36px;
}


.fl1 {
    float: left;
    margin-right: 10px;
    margin-top: 1px;
}
.f_phone {
    color: #6E6C6C;
    font: 26px/32px "Trebuchet MS",Arial,Helvetica,sans-serif;
}
.f_phone span {
    color: #C0DA64;
    display: inline-block;
    margin: 0 2px;
}
.f_phone strong {
    color: #60731E;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 1px;
    padding-top: 6px;
    text-transform: uppercase;
}
.f_address {
    background: url("/images/foot_phone.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    padding-top: 7px;
    text-transform: uppercase;
}
.f_mail {
    background: url("/images/contact-mail.png") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    padding-top: 7px;
}

.f_ver {
    position: relative;
}
.f_ver:after {
    background-color: #F1F1F1;
    bottom: -32px;
    content: "";
    display: block;
    left: 20px;
    position: absolute;
    top: -24px;
    width: 1px;
}


.number {
    background-color: #D4D4D4;
    border-radius: 500px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 24px;
    height: 31px;
    letter-spacing: -1px;
    line-height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 31px;
}

.enlace-home-new{
    margin-top: 25px;
    text-align: justify;
}
.enlace-home-new span {
    background-color: #D4D4D4;
    border-radius: 500px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 38px;
    height: 51px;
    letter-spacing: -3px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 51px;
}
.enlace-home-new:hover span {
    background-color: #8CAB29;
    border-radius: 500px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 38px;
    height: 51px;
    letter-spacing: -3px;
    line-height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 51px;
}
h4, .h4 {
    font-size: 15px;
}
.text1 {
    font-size: 14px;
    line-height: 20px;
}
.btn_wrap{
	background: url("/images/p1_link_bg.png") repeat-x scroll 0 9px rgba(0, 0, 0, 0);
    margin-top: 12px;
}
a.btna{
	background-color: #FFFFFF;
    display: inline-block;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    padding-right: 18px;
    text-transform: uppercase;
	font-size: 12px;
}
a {
    text-decoration: none;
	color: #60731E;/*white;*/
}
a:hover {
	color: #C0DA64;
}
a.active {
    color: #445114;
	font-weight:normal;
};

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .4!important; filter:alpha(opacity=40); cursor: default;}
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.flexslider {
    float: left;
    width: 340px;
    height: 255px;
}

.field-name-field-image {
    -moz-box-sizing: border-box;
    margin-bottom: 13px;
    margin-top: 5px;
    max-width: 100%;
    float: left;
    margin-bottom: 0 !important;
    margin-right: 20px;
    width: auto !important;
}
.views-row + .views-row  {
    margin-top: 25px;
} 
.view-blog .views-row {
    float: left;
}
.container{
    padding-left: 25px;
    padding-right: 25px;
}

h5, .h5 {
    font-size: 16px;
}
h5, .h5 {
    margin-top: 0.5px;
    margin-bottom: 0.5px;
}
