
 /* ---- FONTS ---- */
.oswald-font {
  font-family: 'Oswald', sans-serif;
}

.open-font {
  font-family: 'Open Sans', sans-serif;  
}
/* ---- /FONTS ---- */


/* -- NAVBAR -- */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgba(0,0,0,0);
}

.navbar-inverse {
	background-color: #ff8200;
  font-family: 'Oswald';
}

nav.navbar ul.nav > li > a {
  padding: 0px 15px;
  margin-top: 27px;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}

@media (max-width: 768px) {
  nav.navbar ul.nav > li > a {
    padding: 0px 0px;
    margin-top: 12px;
    font-size: 15px;
    text-transform: uppercase;
  }
}

.navbar-brand img {
  height: 40px;
}

.navbar-nav.mobile-bar {
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: 0px 0px;
}
.navbar-nav.mobile-bar > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
span.menu-icon {
  display: block;
  font-size: 1.5em;
  padding-bottom: 5px;
}

nav.navbar .navbar-toggle {
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: -2px;
}

nav.navbar .navbar-nav > li > a{
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: -1px;
}

.active a, .active a:hover, .active a:focus {
  color: #000;
  background-color: rgba(0,0,0,0);
}

.accordion a, .accordion a:hover, .accordion a:focus {
  color: #333;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #fbfbfb;
  border-color: #ddd;
}
/* -- /NAVBAR -- */


/* ---- GENERAL ---- */
body {
  background-color: #fff;
  color: #000;
  padding-top: 50px;
}

section {
    padding-top:20px;
    padding-bottom:0px;
    overflow:auto;
}

p {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 2;
}

h1, h2, h3, h4, h5 {
  font-family: 'Oswald';
  font-weight: bold;
  letter-spacing: 1px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}


.btn-blanco {
  color: #fff;
  border-radius: 0px;
  border: 2px solid #fff;
  background-color: transparent;
  margin: 5px 5px 20px;

}

.btn-blanco:active,
.btn-blanco:hover,
.btn-blanco:focus {
  text-decoration: underline;
  color: #fff;
}

.btn-negro {
  color: #fff;
  border-radius: 0px;
  border: 2px solid #000;
  background-color: #000;
  margin: 5px 5px 20px;

}

.btn-negro:active,
.btn-negro:hover,
.btn-negro:focus {
  border-color: #ff8200;
  background-color: #ff8200;
  color: #fff;
}
/* ---- /GENERAL ---- */


/* ---- BANNER OVERLAY ---- */
.banner-overlay {
  position: relative;
  color: white;
}

.overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
}

@media(max-width: 768px) {
  .banner-overlay h3 {
    font-size: 20px;
  }

  .overlay-center {
    width: 500px;
  }
}
/* ---- /BANNER OVERLAY ---- */





/* ---- SECCIONES ---- */



/* SLIDER */
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #000;
  text-align: center;
  -webkit-transform: translate3d(-50%,-50%,0);
  -moz-transform: translate3d(-50%,-50%,0);
  -ms-transform: translate3d(-50%,-50%,0);
  -o-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}

.caption h1 {
  font-size: 120px;
}
/* /SLIDER*/



/* SERVICIOS */
.servicios {
  background-color: #fff;
}

.servicios img {
  width: 100px;
}

.servicios p {
  font-size: 15px;
}
/* /SERVICIOS */



/* NUESTRO ADN */
.nosotros {
  color: #fff;
}

.nosotros h5 {
  font-weight: normal;
}

.label-block-yellow {
  display: inline-block;
  background-color: #fff200;
  color: #000;
  padding-left: 3.5px;
  padding-right: 3.5px;
  margin-left: 2px;
  margin-right: 2px;
  letter-spacing: 1.5px;
  -webkit-text-stroke: 1.5px black;
}

.icon-form {
  display: inline-block;
  font-size: 40px;
  line-height: 60px;
  border-radius: 50%;
  background-color:  #fff200;
  color: #000;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: bottom;
  margin-top: 10px;
  margin-bottom: 10px;
}

.chart {
  max-width: 750px;
}

.chart canvas {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* /NUESTRO ADN */



/* PORTAFOLIO */
.portafolio {
  background-color: #fff;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 15px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.hovereffect img {
  display: block;
  position: relative;
}

.info-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: #fff;
}

.info-wrap a {
  border-bottom: 1px #fff solid;
}

.hovereffect:hover .info-wrap {
  opacity: 1;
}

.btn-filtro {
  border-radius: 0px;
  border-color: #000;
  background-color: transparent;
  margin: 5px 5px;

}

.btn-filtro:active,
.btn-filtro:hover,
.btn-filtro:focus {
  background-color: #000;
  color: #fff;
}
/* /PORTAFOLIO */


/* STARTUPS */




.btn-black {
  color: #000;
  border-radius: 0px;
  border: 1px solid #000;
  background-color: transparent;
  margin: 5px 5px 20px;

}

.btn-black:active,
.btn-black:hover,
.btn-black:focus {
  background-color: #000;
  color: #fff;
}
/* /STARTUPS */




/* CONTACTO */
.contacto {
  background-color: #fff;
}

.contacto a {
  color: #000;
}

.contacto a:hover, .contacto a:focus {
  color: #555;
}

.form-control  {
  font-size: 18px;
  letter-spacing: 1px;
  color: #000;
}

.btn-lg  {
  border-radius: 0px;
  font-size: 20px;
  letter-spacing: 1px;
}

.contact-order {
  text-align: justify;
}
/* /CONTACTO */



/* ---- /SECCIONES ---- */





a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f0f0f0;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.a-color a {
  color:#0080ee;
  line-height: 1.5;
}

.dist {
  padding-bottom: 30px;
}


.img-responsive {
  margin: 0 auto;
}

.res img {
  max-width: 100%;
}

li.social-icon a {
  float: left;
}



header .list-inline .btn-social {
    border:2px solid #202020;
    color: #202020;
}

.btn-social {
    padding-bottom: 8px;
    text-align: center;
    font-size: 17px;
}


/* ---- FOOTER ---- */
footer {
  padding-top: 20px;
  background-color: #000;
  color: #888;
  font-size: 14px;
}

footer a {
  color: #333;
}

.powered {
  color: #333;
}

@media(max-width: 768px){
  footer p {
    font-size: 12px;
  }
}
/* ---- /FOOTER ---- */

/* ---- ARTICULOS ---- */
.articulos a {
  color: #000;
}

.articulos a:hover,
.articulos a:focus {
  color: #ff8200;
}
/* ---- /ARTICULOS ---- */



@media only screen and (max-width:768px) {
  .caption h1 {
    font-size: 60px;
  }

  .contact-order {
    text-align: center;
  }
  
}

.chart {
  display: inline-block;
  width: 350px;
  margin-bottom: 25px;
}

.pad-10 {
  padding-bottom: 10px;
}

.padding-top {
  padding-top: 20px;
}

.section-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-padding-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.azul {
  background-color: #3b669a;
  color: #fff;
  padding: 15px 0px 15px;
}

.morado {
  background-color: #761c5a;
  color: #fff;
  padding: 15px 0px 15px;
}

.rojo {
  background-color: #c1313f;
  color: #fff;
  padding: 15px 0px 15px;
}

.naranja {
  background-color: #ff8200;
  color: #fff;
  padding: 15px 0px 15px;
}

.rosa {
  background-color: #e38fb7;
  color: #fff;
  padding: 15px 0px 15px;
}

.colores p {
  margin-bottom: 0px;
}

.colores i {
  font-size: 40px;
  padding-bottom: 5px;
}


/* ---- CONOCE ----*/
.block {
  position: relative;
  height: 300px;
}

.info-block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  width: 520px;
}

.info-block i {
  font-size: 40px;
  padding-top: 12px;
}

.info-block p {
  padding-right: 8px;
  padding-left: 8px;
}

@media (max-width: 768px) {
  .info-block {
    width: 360px;
  }

  .text-large h4 {
    font-size: 18px;
  }
}
/* ----/CONOCE ---- */



.panel-default > .panel-heading {
  background-color: #F4F7F7;
  border: none;
}
.panel-default {
  border: none;
  background: #F4F7F7;
}
.panel-heading {
  border-bottom: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 0px
}
.panel-title > a {
  background: #F4F7F7;
  display: block;
  padding: 10px 15px;
  color: #212121;
  font-size: 16px;
  position: relative;
}
.panel-title > a[aria-expanded=true]{
  background: #ff8200;
  color: #fff;
}
.panel-title > a[aria-expanded=true]:after{
  content: "-";
  background: #fff;
  color: #ff8200;
}
.panel-title > a:focus{
  text-decoration: none;
}
.panel-title > a:after{
  background: #ff8200 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  content: "+";
  height: 20px;
  line-height: 18px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 9px;
  width: 20px;
  font-weight: bold;
}
.panel-group .panel + .panel {
  margin-top: 6px;
}
.accordian-right-content h2{
  margin-bottom: 13px;
}

.panel ul {
  list-style: none;
}

.panel ul > li {
  margin-bottom: 10px;
}

.panel ul > li > a {
  text-decoration: underline;
}


.bg-index {
  width: 100%;
  background-image: url('../img/index_fondo.jpg');
  background-size:cover;
  background-color: #fff;
}



.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  z-index: -20;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: -10;
  background-color: transparent;
  color: white;
  border-radius: 100%;
  border: 5px solid #ff8200;
  text-align: center;
  border-style: dashed;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}

.timeline-white-title h4 {
  color:#fff;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


@media (max-width: 768px) {
  .timeline-heading h3 {
    font-size: 30px;
  }

  .timeline > li .timeline-image {
    border-width: 2px;
  }
}

.mixedgallery a {
  padding-bottom: 20px;
}