/* BLUE: #85c346;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #85c346;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 75px 0;
}
.section-title {
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 1px solid #85c346;
}
.button {
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    background: rgba(111, 111, 111, 0.60);
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: #85c346;
    border-color: transparent;
    padding: 10px 0;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
	
}
.navbar-brand {
    padding: 0px;
	height:auto;

}
.navbar-default .navbar-nav {margin-top:0px; max-width:800px;}
@media (max-width: 767px) {
	.navbar-default .navbar-nav {text-align: center}	
}
.navbar-default .navbar-nav .fa {font-size:36px; position:relative; top:6px}
.navbar-default .navbar-nav>li {float:right;}

@media (max-width: 767px) {
.navbar-default .navbar-nav>li {float:none;}	
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    margin-right: 10px;
	background: #29264d;
	border-radius: 5px;
    padding: 7px 10px !important;
}
.navbar-default .navbar-nav>li.telstop>a, .navbar-default .navbar-nav>li.telstop>a:hover {background: none; margin-right: 0px; }
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	background: #4c7e19
}
@media (max-width: 767px) { 

	.navbar-default .navbar-nav>li>a {
    color: #fff;
    margin-right: 0px;
	background: #29264d;
	border-radius: 0px;
    padding: 7px 10px !important;
}
.navbar-default .navbar-nav>li.telstop>a, .navbar-default .navbar-nav>li.telstop>a:hover {background: none; margin-right: 0px; }
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	background: #4c7e19
}
	
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent; }
/* HEADER
================================================ */

#home-area {
    background: url(../img/slide3b.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#home-area .container {
    padding-top: 200px;
    padding-bottom: 65px;
}
.home-content {
    color: #fff;
    padding-top: 30px;
}
@media only screen 
and (min-width : 320px) 
and (max-width : 480px)  { 
#home-area .container {
    padding-top: 90px;
    padding-bottom: 30px;
}
.home-content h1 {
   font-size:36px;
}
.home-content p { font-size:18px; line-height:22px !important}
}
.home-content h1 {
    font-weight: 200;
}
.home-content p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.home-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover {
    background: #fff;
    color: #222;
}
.home-feature {}
/* SERVICES
================================================ */

#services {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#services a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-service {
    margin: 30px 25px;
	
}
.service-title {
    color: #85c346;
}
.service-content {
    margin-left: 65px;
    margin-top: -66px;
}
/* PORTFOLIO
================================================ */

#portfolio {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.portfolio-filter {
    position: relative;
    right: 0;
    text-transform: uppercase;
    margin: 20px;
}
.portfolio-filter a {
    font-size: 14px;
    text-decoration: none;
    color: #6A6F73;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin: 10px 0;
}
.portfolio-filter a:hover {
    color: #55DDF3;
    border: 1px solid #55DDF3;
    background: #55DDF3;
    color: #fff;
}
.single-portfolio {
    float: left;
    width: 25%;
}
.single-portfolio a:hover {
    background: #41C8DE;
}
/* NEWSLETTER SIGNUP
 ================================================ */

#newsletter {
    background: #85c346;
    background-size: cover;
    background-position: 0% 80%;
    padding-top: 35px 0;
}
#newsletter .fa {font-size:36px; position:relative; top:7px}

#newsletter h2 {

    color: #fff;
}
#newsletter p {
    color: #fff;
    margin: 20px 0;
    font-size:18px;
    white-space: nowrap;
}
#newsletter input {
    display: inline-block;
}
.newsletter {
    position: relative;
    top: -70px;
    right: -1px;
    border: none;
    background: #222;
    color: #fff;
    height: 50px;
}
.newsletter:hover {
    background: #454545;
    color: #fff;
}
/* TESTIMONIAL
================================================ */

#testimonial {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.single-testimonial {
    max-width: 500px;
    margin: 0 auto;
}
.single-testimonial img {
    max-width: 200px;
    max-height: 200px;
}
.single-testimonial p {
    margin-top: 30px;
}
.social-networks {
    margin-top: 0px;
    margin-bottom: 30px;
}
.social-networks a {
    display: inline-block;
    border: 1px solid #85c346;
    border-radius: 50%;
    background: #FFFFFF;
    margin: 3px;
    padding: 14px 20px 15px 18px;
    width: 50px;
    height: 50px;
}
.social-networks a:hover {
    background: #85c346;
    border: 1px solid #85c346;
    color: #fff;
}
.testimonial {
    background: #85c346;
    color: #fff;
    margin-top: 20px;
}
.testimonial:hover {
    color: #fff;
}
/* GET TRIAL
================================================ */

#get-trial {
    background: #34495E;
    padding: 120px 0;
}
#get-trial h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 20px;
    white-space: nowrap;
}
.get-trial {
    background: #85c346;
    border: none;
    color: #fff;
}
.get-trial:hover {
    background: #fff;
    color: #222;
}
/* CONTACT US
 ================================================ */

.contact-form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 15px;
}
.form-control {
    height: 45px;
    font-size: 16px;
}
.send-button {
    background: #85c346;
    color: #fff;
}
.contact-form {
    margin-top: 30px;
    margin-bottom: 100px;
}
.contact-info {
    margin-top: 30px;
}
.contact-info span {
    color: #85c346;
    margin-right: 10px;
}
.contact-info, .business-hours {
    margin-bottom: 30px;
    margin-left: 10px;
}
/* FOOTER
================================================ */

footer {
    background: #fff;
    border-top: 1px solid #efefef;
    padding: 40px 0;
}
.footer-menu li {
    border-right: 1px solid #e4e4e4;
}
.footer-menu li:last-child {
    border-right: none;
}
.footer-menu a {
    color: #A8A8A8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 5px;
}
.footer-menu a:hover {
    color: #41C8DE;
    text-decoration: none;
}
.footer-content p {
    color: #34495E;
    font-size: 14px;
}

.divider {margin:20px 0; height:1px; border-top:1px solid #ddd}

.callWsp {
    position: fixed;
    z-index: 999;
    cursor: pointer;
    line-height: 1;
    left: calc(50% + 450px);
    bottom: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    height: 50px;
    padding-left: 10px;
    border-radius: 10px;
    background: white;
    width: 160px;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  @media (max-width: 768px) {
    .callWsp {
      width: 40px;
      left: auto;
      right: 20px;
      box-shadow: none;
      background: transparent;
    }
  }
  .callWsp:before {
    content: "Necesitas Ayuda?";
    font-size: 12px;
  }
  @media (max-width: 768px) {
    .callWsp:before {
      display: none;
    }
  }
  .callWsp img {
    max-width: 60px;
    position: absolute;
    right: -10px;
    top: -10px;
  }
  @media (max-width: 768px) {
    .callWsp img {
      max-width: 40px;
    }
  }