/* Move down content because we have a fixed navbar that is 50px tall */
/*
 * Header
 */


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

.quick-font {
  font-family: 'Quicksand', sans-serif;  
}
/* ---- /FONTS ---- */


.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: #083950;
  border: none;
  border-bottom-color: #ba007c;
  border-width: 4px;
  font-size: 15px;
  letter-spacing: 1px;
  font-family: 'Quicksand', sans-serif;
} 

.navbar-inverse .navbar-nav > li > a {
  color: #97b0bf;
}

.navbar-brand {
  padding: 7px 15px;
}

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


.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
  top: 2px;
}

.navbar-toggle .icon-bar {
      position: relative;
      transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      top: 6px;
      transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
      top: -6px;
      transform: rotate(-45deg);
}


@media  only screen and (min-width: 768px){ 
  .navbar-nav > li > a {
    padding-top: 17px;
    padding-bottom: 10px;
  }
}





.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;
}


/* ---- GENERAL ---- */

body {
  background-color: #fff;
  color: #083950;
  padding-top: 50px;
}

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

p {
  font-size: 18px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.8;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 0px;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}
/* ---- /GENERAL ---- */


/* ---- INDEX ---- */


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

.conferencias img {
  border-radius: 50%;
  padding: 15px 0px;
  max-height: 150px;
}


/* SLIDER */
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  color: #fff;
  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;
}

.caption img {
  max-height: 100px;
}
/* /SLIDER*/



.section-header {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.justify-content-center  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#schedule {
  padding: 60px 0 0px 0;
}

#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-top: 45px;
  margin-bottom: 30px;
}

#schedule .nav-tabs li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  background-color: #083950;
  border-radius: 50px;
}

#schedule .row {
  float: none;
}

#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  padding: 10px 100px;
}

#schedule .nav-tabs li.active {
  background-color: #f82249;
  color: #fff;
}


#schedule .tab-pane {
  transition: ease-in-out .2s;
}

#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#schedule .schedule-item:hover {
  background-color: #fff;
}

#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#schedule .schedule-item h4 {
  padding: 0px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#schedule .schedule-item p {
  padding: 0px;
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/* 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;
}




/* 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;
}


a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f0f0f0;
  text-decoration: none;
}


.btn-rosa {
  color: #fff;
  border: 0px solid black;
  border-radius: 0px;
  background-color: #f82249;
  padding: 16px 10px;
  margin: 0px 0px;

}

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


.btn-black {
  color: #000;
  border-radius: 0px;
  border: 2px 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 ---- */






.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;
}



/* ---- INTRO ---- */
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 220px 0;
  text-align: center;
  color: white;
  background: url(../img/inicio-fondo.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro-body {
  padding: 50px 0px;
}

@media only screen and (max-width:768px) {
  .intro-body {
  padding: 20px 0px;
}

#schedule .nav-tabs a {
    padding: 8px 60px;
  }

}

.intro h2 {
  text-shadow: 2px 2px 8px #000;
  line-height: 45px;
}

.intro p {
  padding-top: 0px;
  line-height: 0;
  text-shadow: 2px 2px 8px #000;
}

.intro a {
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.intro-footer {
  bottom: 0px;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
}



h5 {
  color: #FFF;
}

footer {
    color: #97b0bf;
    font-size: 14px;
}

footer h3 {
    margin-bottom: 30px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #ddd;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #083950;
}


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

  .mobile-0 {
    font-size: 0px;
  }

  .mobile-1 {
    font-size: 20px;
  }

}

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

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

  footer {
    font-size: 10px;
  }

  .startups {
    padding-top: 0px;
    padding-bottom: 10px;
  }

}


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

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



