@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700|Philosopher:400,700');
/*font-family: 'Philosopher', sans-serif;*/
/*font-family: 'Lato', sans-serif;*/

body {
  font-family: 'Lato', sans-serif;
  background-color: #e5dfd9;
  color: #3f3f3f;
  overflow-x:hidden;
}

h1, h2, h3 {font-family: 'Philosopher', sans-serif;}
.t-white {color: #ffffff;}
p {font-size: 16px;}

h2 {
  font-weight: 700;
  font-size: 30px;
  padding: 0 350px;
  margin-bottom: 40px;
}

h2:after, h2.yellow:after {
  content: '';
  display: block;
  background-color: #cd312d;
  width: 130px;
  height: 2px;
  margin: 0 auto;
  position: relative;
  top: 20px;
}

h2.yellow:after {
  background-color: #f7cf18;
}

.navbar {
  position: relative;
  min-height: 130px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #3f3f3f;
  font-size: 16px;
}

.navbar-nav>li.line:before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #5d5d5d;
  position: absolute;
  top: 45%;
}

.navbar-nav>li>a {
  padding-top: 52px;
  padding-bottom: 52px;
  display: block;
}

a.btn-phone, a.btn-phone:hover {
  background-color: #c0871d!important;
  font-family: 'Philosopher', sans-serif;
  border-radius: 4px;
  color: #ffffff!important;
  padding: 10px 15px!important;
  margin-top: 42px;
}

.jumbotron, .about, .features, .testimonios {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.jumbotron {
  background-image: url('../images/bg-slider.png');
  margin-bottom: 0;
  height: 450px;
  padding: 90px 0 90px;
}
.about {background-image: url('../images/bg-quienes.png');padding: 130px 0;}
.features {background-image: url('../images/bg-features.png');padding: 100px 0;}
.testimonios {background-image: url('../images/bg-testimonios.png');padding: 100px 0;}
.galeria {background-color: #fbfbfb;padding: 80px 0;}
.boxdes {background-color: #fbfbfb;padding: 80px 0;}
.social {background-color: #3b3330;padding: 50px 0;}
.footer {background-color: #2e2e2e;padding: 10px 0;}
.services {padding: 90px 0;}
.contacto {padding: 100px 0;}

.jumbotron h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 0 330px;
}

.jumbotron p {
  color: #ffffff;
  font-size: 16px;
  padding: 0 300px;
}

a.btn-cta, a.btn-cta:hover, .btn-cta, .btn-cta:hover {
  color: #ffffff;
  background-color: #cd312d;
  font-size: 16px;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  padding: 15px 30px;
  border:none;
  font-weight: 700;
}

/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  height: 40px;
  width: 40px;
  margin-top: 17px;
  font-size: 70px;
  font-weight: bold;
  color: #aaaaaa;
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  height: 40px;
  width: 40px;
  margin-top: 17px;
  font-size: 70px;
  font-weight: bold;
  color: #aaaaaa;
}
.carousel-control {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 150px;
}
.thumbnail {
  display: block;
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #c0871d;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.carousel-indicators .active {
    width: 16px;
    height: 16px;
    margin: 0;
    background-color: #fff;
}

.media-carousel .carousel-indicators .active {
    background: #f7cf18;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
        margin: 0px;
}

/* End carousel */

.panel p {
  color: #7d7d7d;
  font-style: italic;
}

.panel h4 {
  color: #7b302d;
  font-size: 18px;
  font-weight: 700;
}

.panel:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 20px solid white;
  border-right: 30px solid transparent;
  position: absolute;
  right: 50px;
}

.contacto p {
  padding: 0 300px;
  margin-bottom: 40px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c0871d;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #ffb01e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 224, 82, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 224, 82, 0.6);
}

.social a, .social a:hover {
  font-weight: 700;
  font-size: 16px;
  font-family: 'Philosopher', sans-serif;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.line-right:after {
  content: '';
  display: block;
  background-color: #4b403c;
  width: 1px;
  height: 100px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.footer p, .footer a {
  color: #aaaaaa;
  padding: 5px;
  margin-bottom: 0;
}

.footer a:hover {
  text-decoration: none;
  color: #C8C8C8;
}

.subtitle {
  padding: 0 300px;
  margin-bottom: 30px;
}



.boxdesayu {
  padding: 0 5px;
  margin-bottom: 10px;
  margin-top: 30px;
}



.bold {font-weight: 700;}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #8c423c;
}

.note {
  color: #7d7d7d;
  font-size: 12px;
  padding-left: 12px;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .jumbotron {height: auto;}
  .jumbotron h1 {padding: 0;}
  .jumbotron p {padding: 0;}
  h2 {padding: 0;}
  .subtitle {padding: 0;margin-bottom: 30px;}
  .about {background-position: left;}
  .panel {margin-bottom: 40px;}
  .contacto p {padding: 0;margin-bottom: 30px;}
  .footer p, .footer a {text-align: center;}
  .navbar-toggle {margin-top: 46px;margin-bottom: 46px;}
  .navbar-nav>li>a {padding-top: 12px;padding-bottom: 12px;}
  .navbar-nav>li.line:before {display: none;}
  a.btn-phone {margin: 15px;}
  .media-carousel img {width: 100%;height: auto;}
}

@media (max-width: 224px) {
  .navbar-brand>img {position: absolute;width: 130px;top: 30px;}
  a.btn-cta {font-size: 14px;padding: 15px 16px;}
  .social a {font-size: 12px;}
}

.jumbotron, .services, .features {
  overflow: hidden;
}
