body {
  background-color: #fff;
  color: #0d0d0d;
  
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.5px;

  -webkit-font-smoothing: antialiased  !important;
  text-shadow: rgba(0,0,0,.01) 0 0 1px !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #090909;
  
  font-style: normal;
  font-weight: normal;
  margin-top: 0;
}

h1, .h1 {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 30px;
  line-height: 60px;
  text-transform: uppercase;
}

h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

h6, .h6 {
  line-height: 20px;
}

a {
  color: #ff8c3b;
}

a:active,
a:hover {
  color: #ff8c3b;
  text-decoration: underline;
}

b {
  font-style: normal;
  font-weight: normal;
}

i {
  font-style: normal;
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
}

.btn {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  height: 59px;
  line-height: 55px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 0px;/*Firefox*/
  -webkit-border-radius: 0px;/*Safari, Chrome*/
  border-radius: 0px;
}

.btn:hover {
  cursor: pointer;
}

.btn-primary {
  background-color: #ff8c3b;
  border: 2px solid #ff8c3b;
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#333333)";/*IE 8*/
  -moz-box-shadow: 0px 0px 0px #333333;/*FF 3.5+*/
  -webkit-box-shadow: 0px 0px 0px #333333;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0px 0px 0px #333333;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=90, Color=#333333); /*IE 5.5-7*/
}

.btn-primary:hover {
  background-color: #50505b;
}


/* HEADER --------------------------------------------------------------------*/
#header {
  background: #50505b;
  padding: 5px 0;
}

#header .navbar-brand {
  margin: 0 0 0 40px;
  padding: 0;
  top: 5px;
  left: 0;
}

#header .navbar {
  padding: 0;
}

#header .list-inline {
  display: block;
  margin: 32px 0 32px 100px;
  text-align: right;
}

#header .list-inline li {
  background: none !important;
  background-color: transparent !important;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#header .list-inline li a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px !important;
}

#header .list-inline li a.active,
#header .list-inline li.active a,
#header .list-inline li a:hover {
  color: #ff8c3b;
  cursor: pointer;
  text-decoration: none;
}

#header .list-inline li + li {
  margin-left: 25px;
}


/* MAIN ----------------------------------------------------------------------*/

#main > .container {
  padding-top: 100px;
  padding-bottom: 100px;
} 


/* SLIDER --------------------------------------------------------------------*/
#slider {
  background: url(../images/slider.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #50505b;
  padding: 0 120px;
}

#slider .row > div {
}

#slider  .row > div > div {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  text-align: center;
}

#slider .article  h1 {
  color: #50505b;
  font-size: 40px;
  line-height: 60px;
  margin: 0;
  text-transform: uppercase;
}

#slider .article  h1 small {
  display: block;
  font-size: 30px;
}

#slider .article  .btn-primary {
  width: 190px;
}

#slider .article  .btn-primary:hover {
  border-color: #50505b;
}

/* FEATURES ------------------------------------------------------------------*/
#features {
  background: #50505b;
  color: #fff;
  padding: 79px 0 79px 0;
  text-align: center;
}

#features h4 {
    color: #fff;
    margin: 20px 0 15px 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0px;
}

#features p {
    margin: 0;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1px;
}


/* ABOUT ---------------------------------------------------------------------*/
#about {
  background: #ff8c3b url(../images/about.jpg) no-repeat 50% 100%;
  background-size: cover;
  color: #fff;
  padding: 80px 0;
}

#about .article  {
  margin: 0 auto;
  max-width: 475px;
}

#about .about h2 {
    margin-bottom: 5px;
    font-weight: 900;
    padding-bottom: 12px;
    line-height: 38px;
}

#about .about .btn-primary {
  border: 2px solid #fff;
  font-size: 14px;
  margin-top: 45px;
  width: 190px;
}

#about .about .btn-primary {
  border: 2px solid #fff;
  font-size: 14px;
  margin-top: 15px;
  width: 190px;
}

#about h2  {
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

#about h4  {
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

#about .contact {
  margin-left: 80px;
}

#about h2 {
  margin-bottom: 32px;
  font-weight: 900;
}

#about h3 {
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}

.form-control {
  background: rgba(255, 255, 255, 0.7);
  color: #50505b;
  height: 50px;
  padding-left: 25px;
  -moz-border-radius: 0px;/*Firefox*/
  -webkit-border-radius: 0px;/*Safari, Chrome*/
  border-radius: 0px;
}

textarea.form-control {
  height: 90px;
}

.form-control:focus {
  border-color: #ff8c3b; 
}

.form-group + .form-group {
  margin-top: 10px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group .btn {
  font-size: 14px;
  margin-top: 10px;
  width: 100%;
}

#about .contact .btn:hover {
  border-color: #fff;
}


/* HOME CLASSES -------------------------------------------------------------------*/
#classes {
  padding-top: 90px;
  padding-bottom: 65px;
}

#classes h2 {
  color: #090909;
  line-height: 1;
  margin: 0 0 80px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
}

#classes .carousel {
  padding-bottom: 50px;
}

.carousel-control-prev, 
.carousel-control-next {
  border: 1px solid #0e0f11;
  font-size: 20px;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 0px;
  display: block;
  height: 30px;
  width: 30px;
  opacity: 1;
  z-index: 10;
}

.carousel-control-prev:hover, 
.carousel-control-next:hover {
  background: #ff8c3b;
}

.carousel-control-prev {
  left: 50%;
  margin-left: -40px;
}

.carousel-control-next {
  right: 50%;
  margin-right: -40px;
}

.carousel-control-prev .fa, 
.carousel-control-next .fa {
  color: #47484a;
}

.programa {
  margin-bottom: 42px;
}

.programa div, .trabajador div  {
  position: relative;
}

.programa div a, .trabajador div a{
  background: rgba(0, 0, 0, 0.81) url(../images/plus-orange.jpg) no-repeat 100% 0;
  color: #fff;
  display: none;
  padding-top: 100px;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.programa div a span, .trabajador  div a span {
  display: block;
  text-transform: none;
}

.programa div:hover a, .trabajador  div:hover a{
  display: block;
  text-decoration: none;
}

.programa h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.programa h4 {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: none;
}


/* SERVICES ------------------------------------------------------------------*/
#services {
  background: #ff8c3b url(../images/services.png) no-repeat 50% 0;
  background-size: cover;
  color: #fff;
  padding-left: 50%;
  padding-top: 95px;
  padding-bottom: 60px;
}

#services > div {
  margin-left: 100px;
  max-width: 780px;
  position: relative;
}

#services h2 {
  color: #fff;
  line-height: 1;
  margin: 0 0 50px 0px;
}

#services ul {
  margin: 0;
}

#services .media + .media {
  margin-top: 15px;
}

#services .media span {
  display: inline-block;
  width: 85px;
  margin: 0;
}

#services h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}

#services .btn {
  border-color: #fff;
  text-transform: uppercase;
  width: 190px;
}

#services ul + .btn {
  width: 25%;
  position: absolute;
  bottom: 15px;
  right: 30px;
}


/* NUMBERS -------------------------------------------------------------------*/
#numbers {
  background: #50505b;
  color: #fff;
  padding: 140px 0 130px 0;
  text-align: center;
}

#numbers h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  margin: 25px 0 0 0;
}

#numbers p {
  color: #fff;
  
  font-size: 14px;
  line-height: 1;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}


/* TEAM ----------------------------------------------------------------------*/
#team {
  padding-top: 95px;
  padding-bottom: 75px;
}

#team h2 {
  line-height: 1;
  margin-bottom: 60px;
  padding: 0;
  text-align: center;
}

#team .article  > div {
  position: relative;
}

#team .article  > div {
  position: relative;
}

#team .article  > div p {
  background: #1e1e1e;
  color: #fff;
  display: none;
  margin: 0;
  padding: 110px 50px 0 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#team .article  > div:hover p {
  display: block;
}

#team h3 {
  background: #ff8c3b;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  text-align: center;
}

#team .carousel {
  padding-bottom: 100px;
}


/* DISCOUNTS -----------------------------------------------------------------*/
#discounts .row > div {
  padding: 0;
  position: relative;
}

#discounts .article  > div {
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  padding: 10% 15%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#discounts .article  > div:hover {
  background: rgba(0, 0, 0, 0.85);
}

#discounts .article  h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}

#discounts .article  a {
  background: url(../images/plus.png) no-repeat 0 0;
  display: inline-block;
  margin-top: 20px;
  height: 32px;
  width: 32px;
  text-indent: -9999px;
}


/* CONTACT-US -----------------------------------------------------------------*/
#contact-us {
  background: #50505b;
  color: #fff;
  line-height: 48px;
  padding: 45px 0;
}

#contact-us h2 {
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 0;
}

#contact-us p {
  margin: 0;
}

#contact-us .btn-primary , .button  {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  margin-top: 20px;
  width: 190px;
}

#contact-us .btn-primary:hover {
  background: #ff8c3b;
}


/* CENTERS -----------------------------------------------------------------*/
#centers {
  padding-top: 120px;
  padding-bottom: 140px;
  text-align: center;
}

#centers h2 {
  line-height: 1;
  margin-bottom: 60px;
}

#centers .article  > div {
  padding: 0;
  position: relative;
}

#centers .article  > div a {
  background: rgba(0, 0, 0, 0.79) url(../images/plus.png) no-repeat 50% 50%;
  display: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#centers .article  > div:hover a {
  display: block;
}

#centers .article  footer {
  background: #ff8c3b;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 0;
}

#centers .article  footer h3,
#centers .article  footer h3 a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900;
}

#centers .article  footer p {
  color: #fff;
  margin-bottom: 5px;
}


/* GALLERY -------------------------------------------------------------------*/
#gallery {
  background: #ff8c3b;
  padding: 80px 0;
}

#gallery h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 70px;
  padding: 0;
  text-align: center;
}

#gallery .row > div {
  padding: 0;
}

#gallery .article  {
  position: relative;
}

#gallery .article  h3,
#gallery .article  h3 a,
#gallery .article  h3 a i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#gallery .article  h3 {
  background: rgba(0, 0, 0, 0.63);
  display: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#gallery .article:hover h3 {
  display: block;
}

#gallery .article h3 a {
  display: block;
  background: url(../images/search-orange.png) no-repeat 50% 50%;
  z-index: 2;
}

#gallery .article h3 a i {
  display: block;
  background: url(../images/search.png) no-repeat 50% 50%;
  text-indent: -9999px;
  z-index: 3;
}

#gallery .carousel {
  padding-bottom: 100px;
}

#gallery .carousel-control-prev, 
#gallery .carousel-control-next {
  border: 1px solid #fff;
}

#gallery .carousel-control-prev:hover, 
#gallery .carousel-control-next:hover {
  background: #50505b;
}

#gallery .carousel-control-prev .fa , 
#gallery .carousel-control-next .fa {
  color: #fff;
}


/* TESTIMONIALS --------------------------------------------------------------*/
#testimonials {
  padding: 90px 0 220px 0;
}

#testimonials h2 {
  line-height: 1;
  margin-bottom: 140px;
  text-align: center;
  text-transform: uppercase;
}

#testimonials .media {
  max-width: 510px;
}

#testimonials .media > span {
  float: left;
}

#testimonials .media img {
  -moz-border-radius: 50px;/*Firefox*/
  -webkit-border-radius: 50px;/*Safari, Chrome*/
  border-radius: 50px;
}

#testimonials h3 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

#testimonials p {
  margin-bottom: 0;
}


/* CONTACT -------------------------------------------------------------------*/
#contact {
  background: #ff8c3b url(../images/contact.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 85px;
}

#contact .article  {
  padding-right: 50%;
}

#contact .article  h2,
#contact .article  h3 {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}

#contact .article  h3 {
  margin-bottom: 20px;
  text-transform: none;
}

#contact .article  h3 {
  margin-bottom: 20px;
  text-transform: none;
}

#contact form {
  max-width: 470px;
}

#contact * .form-control {
  background: #ffba89;
  color: #fff;
}

#contact form .form-group .btn-primary {
  background: #50505b;
  border-color: #50505b;
  margin-top: 0;
  width: 190px;
}

#contact form .form-group .btn-primary:hover {
  border-color: #fff;
}


/* PROMO ---------------------------------------------------------------------*/
#promo {
  background: url(../images/promo.jpg) repeat-x 50% 50%;
  height: 300px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#promo h2 {
  color: #fff;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* SUBMENU -------------------------------------------------------------------*/
#submenu {
  background: #50505b;
  font-size: 14px;
  line-height: 1;
  padding: 38px 15px;
  text-align: center;
}

#submenu .list-inline {
  margin: 0;
}

#submenu .list-inline-item {
  padding: 5px 0;
}

#submenu a:hover {
  text-decoration: none;
}

#submenu .list-inline-item + .list-inline-item a {
  border-left: 1px solid #fff;
}

#submenu a {
  color: #fff;
  padding: 0 10px;
}

#submenu a.active {
  color: #fff;
  
}

#submenu a:hover {
  color: #ff8c3b;
}


/* PROGRAMA ------------------------------------------------------------------*/
#programa {
  margin-top: 0;
  margin-bottom: 70px;
}

#programa h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 95px;
}

#programa section {
  margin-top: 60px;
}

#programa h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
  font-weight: 100;
  color: #fd730c;
}

#programa .description {
  margin-top: 50px;
}

#programa .goals {
  margin-top: 90px;
}

#programa .goals h3 {
  margin-bottom: 0;
}

#programa .goals .row {
  max-width: 800px;
}

#programa .goals .media {
  margin-top: 30px;
}

#programa .goals .media span {
  display: inline-block;
  float: left;
  width: 60px;
}

#programa .goals .media-body {
  line-height: 40px;
  text-transform: uppercase;
}

#programa .target {
  margin-top: 120px;
}

/* PROGRAMAS -----------------------------------------------------------------*/
#programas {
  margin-top: 70px;
  margin-bottom: -50px;
}

#programas .programa {
  margin-bottom: 100px;
}


/* FOOTER --------------------------------------------------------------------*/
#footer {
  background: #50505b;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

#footer > .container {
  padding-top: 45px;
  padding-bottom: 100px;
}

#footer h4 {
  color: #fff;
  line-height: 90px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

#footer .navbar-brand {
  float: none;
  margin: 0;
  padding: 0;
}

#footer .navbar-brand + p {
  margin-top: 45px;
  max-width: 260px;
}

/* MENU --------------*/
#footer .navbar-nav li {
  display: block;
  float: none;
  list-style: none;
}

#footer .navbar-nav a {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}

#footer .navbar-nav.active a,
#footer .navbar-nav a.active,
#footer .navbar-nav a:hover {
  color: #ff8c3b;
}

/* CONTACT ----*/

#footer .contact .media > span {
  width: 35px;
}

#footer .contact a {
  color: #fff;
}

#footer .contact a:hover {
  color: #ff8c3b;
  text-decoration: none;
} 

#footer .contact .media + .media {
  margin-top: 25px;
} 

/* SOCIAL -----*/
#footer .social li + li {
  margin-left: 15px;
}

#footer .social a {
  color: #fff;
}

/* COPYRIGHT -----------------------------------------------------------------*/
#footer .copyright {
  background: #0f0f0f;
  color: #b0b0b0;
  font-size: 14px;
  line-height: 80px;
  text-align: center;
}

/* FAQs -----------------------------------------------------------------*/
/*Question*/
.question {
  position: relative;
  background: #f9f9f9;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
/*Answer*/
.answers {
  padding: 0px 15px;
  margin: 5px 0;
  width:100%!important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
  
}

/*FAQ Toggle*/
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;

}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);

}

.questions {
  display: none;
  
}