@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@font-face {
  font-family: 'AntennaCond-Bold';
  src: url('../fonts/AntennaCond-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/AntennaCond-Bold.otf') format('opentype'), url('../fonts/AntennaCond-Bold.woff') format('woff'), url('../fonts/AntennaCond-Bold.ttf') format('truetype'), url('../fonts/AntennaCond-Bold.svg#AntennaCond-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
  QUERIES
   ========================================================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  -webkit-font-smoothing: subpixel-antialiased;
}
x:after {
  /*This adds a label in the top-left corner that displays the current media query state.*/
  content: "undefined";
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  padding: .5em 1em;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 99;
}
@media only screen and (max-width: 529px) {
  x:after {
    background: orange;
    content: "mobile";
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  x:after {
    background: purple;
    content: "tablet";
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  x:after {
    background: green;
    content: "desktop";
  }
}
@media only screen and (min-width: 1129px) {
  x:after {
    background: blue;
    content: "desktop-xl";
  }
}
/* ==========================================================================
  QUERIES
   ========================================================================== */
/* =MIXINS (mostly from Twitter Bootstrap's mixins.less)
   ---------------------------------------------------------------------------------------------------- */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #717171;
}
h1,
h2,
h3 {
  margin: 0;
  font-family: 'AntennaCond-Bold', sans-serif;
  text-transform: uppercase;
}
.img-responsive {
  margin: 0 auto;
}
.thumb2 img {
  width: 140px;
}
.thumb {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 30px auto;
}
.thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb img.portrait {
  width: 100%;
  height: auto;
}
.fix {
  position: absolute;
  top: 0;
  width: 100%;
}
.fix h1 {
  color: white;
  font-size: 60px;
  margin-top: 50px;
}
.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
.boton {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: white;
  text-decoration: none;
  background-color: #06b085;
  display: block;
  padding: 4px 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 5px 0px #00665e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 0px #00665e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 0px #00665e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  width: 160px;
  text-align: center;
  border: none;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
.boton:hover {
  color: #00665e;
  background-color: white;
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 0px #9e9e9e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 4px 0px #9e9e9e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 4px 0px #9e9e9e, 0px 9px 25px rgba(0, 0, 0, 0.7);
}
.boton:active {
  -webkit-box-shadow: 0px 1px 0px #00665e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 1px 0px #00665e, 0px 9px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 1px 0px #00665e, 0px 9px 25px rgba(0, 0, 0, 0.7);
}
/* NAV */
.navbar {
  margin-bottom: 0px;
  font-family: 'AntennaCond-Bold', sans-serif;
  text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a {
  height: 120px;
  padding: 45px 20px;
  font-size: 16px;
  color: #06b085;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #00665e;
}
.navbar-nav li li a {
  height: 50px;
  padding: 15px 20px;
  font-size: 16px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  color: #06b085;
}
.dropdown-menu {
  background: black;
}
.dropdown-menu li a {
  color: white;
}
/* HOME */
.home-blog h1 {
  letter-spacing: 1px;
  font-size: 20px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
.home-video {
  padding: 70px 0;
}
.home-video h1 {
  letter-spacing: 1px;
  font-size: 30px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
.home-certificaciones {
  padding: 70px 0;
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.home-certificaciones h1 {
  letter-spacing: 1px;
  font-size: 30px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
/* Slider */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/* NOSOTROS */
.nosotros .lineb {
  border-bottom: 1px solid #b1b1b1;
  padding: 50px;
}
.nosotros h1 {
  color: #3b3b3b;
  margin-bottom: 30px;
}
.nosotros h2 {
  color: #06b085;
  font-size: 20px;
  margin-bottom: 10px;
}
/* CERTIFICACIONES */
.certificaciones .lineb {
  padding: 50px 0;
}
.certificaciones .holder {
  padding: 50px 0;
  background: #f5f5f5;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.certificaciones h1 {
  color: #3b3b3b;
  margin-bottom: 30px;
}
.certificaciones h2 {
  color: #06b085;
  font-size: 20px;
  margin-bottom: 10px;
}
/* OTRAS ACTIVIDADES */
.otras-actividades {
  padding: 30px 0;
}
.otras-actividades h1 {
  color: #3b3b3b;
  margin-bottom: 30px;
}
.otras-actividades h2 {
  color: #06b085;
  font-size: 20px;
  margin-bottom: 10px;
}
/* CONTACTO */
.contacto #map-canvas {
  height: 500px;
}
.contacto .lineb {
  border-bottom: 1px solid #b1b1b1;
  padding: 50px;
}
.contacto #forma_contacto input,
.contacto #forma_contacto textarea {
  background: #f0efe7;
}
.contacto #forma_contacto textarea {
  height: 180px;
}
.contacto h1 {
  font-size: 20px;
}
.contacto a {
  color: #00665e;
}
/* BLOG */
.blog {
  padding: 30px;
}
.blog .breadcrumb {
  padding: 10px;
  margin-bottom: 10px;
}
.blog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog ul a {
  color: #06b085;
  text-decoration: none;
}
.blog ul a:hover {
  color: #00665e;
}
.blog .entrada {
  padding-bottom: 50px;
}
.blog .entrada .agave {
  position: relative;
  margin-top: -80px;
  z-index: 1000;
}
.blog .entrada .info {
  background: #f5f5f5;
  padding: 30px;
}
.blog .entrada h1 {
  color: #3b3b3b;
  margin-bottom: 10px;
}
.blog h2 {
  font-size: 22px;
  margin: 15px 0 5px 0;
}
/* Footer */
footer {
  background: #3b3b3b;
  color: white;
  font-size: 11px;
}
footer .socials {
  background: white;
  padding: 40px 0;
  margin-bottom: 40px;
}
footer .socials a {
  margin: 0 5px;
}
@media only screen and (max-width: 529px) {
  footer {
    text-align: center;
  }
}
footer h1 {
  font-size: 18px;
  margin: 20px 0 5px 0;
}
footer a {
  color: #ababab;
}
footer a:hover {
  color: #06b085;
}
footer .container .row div {
  min-height: 170px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: 5px;
}
footer .legal {
  margin-top: 40px;
  background: #06b085;
  padding: 15px;
}
/* ==========================================================================
  QUERIES
   ========================================================================== */
 /* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
}