@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Light'), local('Montserrat-Light'),
    url('Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


html {
	background-color: #ffffff;
  font-family: 'Montserrat' !important;
}

body {
  margin: 0; 
  background-color: #ffffff;
  /*font-weight: 500;*/
  /*font-family: 'HelveticaNeue';*/
  font-family: 'Montserrat' !important;
}

#navbar-primary .navbar-nav {
  width: 100%;
  text-align: center;
  position: fixed;
  background-color: #101010;
  z-index: 10;
}

#navbar-primary .navbar-nav > li {
  display: inline-block;
  float: none;
}

#navbar-primary .navbar-nav > li > a {
  padding-left: 30px;
  padding-right: 30px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #111;
}


/* navbar */

.navbar {
    min-height: 70px !important;
    /*margin-bottom: 20px;*/
}

.navbar-default {
    background-color: #ffffff !important;
    border-color: transparent !important;
}

.navbar-nav > li > a {
    padding-top: 25px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #9ba2a3;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #9ba2a3;
    background-color: transparent;
    border-bottom: solid 3px #4e83c7;
}

.navbar-toggle {
    margin-top: 20px !important;
}


/* navbar */

/* home principal */
section {
  width: 100%;
  padding: 0 7%;
  display: table;
  margin: 0;
  max-width: none;
  background-color: #ffffff;
  height: 100vh;
}
/*section:nth-of-type(2n) {
  background-color: #FE4B74;
}*/

.intro {
  height: 90vh;
}

.home1 {
  width: 100%;
  background-image: url("../img/home/fondo-1.jpg");
  background-size: cover;
  display: table;
  /*margin-left: 5%;*/
  max-width: none;
  /*background-color: #373B44;*/
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  background-position: center center;
}

.content {
  display: table-cell;
  vertical-align: middle;
}

h1 {
  /*font-size: 3em;*/
  display: block;
  /*color: white;*/
  font-weight: 300;
}

.titulo-home {
	font-size: 5em;
  z-index: 7;
  position: relative;

}

@media (max-width: 480px) {
    .titulo-home {
        font-size: 2em !important;
    }
}

.titulo-menu1 {
  font-size: 5em;
  z-index: 7;
  position: relative;
  letter-spacing: 70px;
}

@media (max-width: 480px) {
    .titulo-menu1 {
        font-size: 2em !important;
        letter-spacing: 5px;
    }
}

.titulo-menu2 {
  font-size: 1.5em;
  z-index: 7;
  position: relative;
  letter-spacing: 5px;
}

@media (max-width: 480px) {
    .titulo-menu2 {
        font-size: 1em !important;
        letter-spacing: 3px;
    }
}

p {
  font-size: 14px;
  font-weight: 500;
  /*color: #C3CAD9;*/
}

ul.lista-iconos-inicio {
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 0;*/
    right: 0;
    margin: auto;
    /*height: 280px;*/
    height: 0px;
    width: 5%;
    padding: 0;
    text-align: center;
    list-style-type: none;
    z-index: 7;
}

.glyph {
	font-size: 16px;
	float: left;
	text-align: center;
	background: #eee;
	padding: .75em;
	margin: .75em 1.5em .75em 0;
	width: 7.5em;
	border-radius: .25em;
	box-shadow: inset 0 0 0 1px #f8f8f8, 0 0 0 1px #CCC;
	list-style-type: none; 
}

.fs1 {
	font-size: 2em;
	color: #ffffff !important;
}

@media (max-width: 480px) {
    .fs1 {
        font-size: 1.5em !important;
    }
}

.fs2 {
	font-size: 2em;
	color: #bf9b30 !important;
	list-style-type: none;
}

@media (max-width: 480px) {
    .fs2 {
        font-size: 1.5em !important;
    }
}

.footer-home {
    padding: 1% 5%;
    text-align: center;
    background-color: #101010;
    color: white;
    position: relative;
    z-index: 7;
}

/* home principal */

/* elementos general */

.texto-centro{
	text-align: center;
}

.color-amarillo {
	color: #bf9b30;
}

.color-blanco {
	color: #ffffff;
}

.color-gris {
	color: #6c6c6c;
}

.color-titulo {
  color: #4e8ad8;
}

.color-parrafo-azul {
  color: #55789b;
}

.color-parrafo-gris {
  color: #a2a3a4;
}

.tv {
  /*position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;*/
  overflow: hidden;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity .5s;
}
.tv .screen.active {
  opacity: 1;
}

.texto-shadow {
  text-shadow: 0 1px 2px rgba(0,0,0,1);;
}

/* margenes */

.no-pad {
	padding: 0 0% !important;
}

.no-pad-left-right {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.margen-centro {
	margin: 0 auto;
}

.margen-ubi {
	padding-top: 5vh;
	text-align: center;
}

.margen-contacto {
	padding-top: 35vh;
	text-align: center;
}

.margen-contacto-2 {
	padding-top: 25vh;
}

.altura-30 {
  height: 30vh;
}

.altura-40 {
  height: 40vh;
}

.altura-50 {
  height: 50vh;
}

.altura-60 {
  height: 60vh;
}

.altura-70 {
  height: 70vh;
}

.altura-80 {
  height: 80vh;
}

.altura-90 {
  height: 90vh;
}

.altura-100 {
  height: 100vh;
}

.margen-top-10 {
  margin-top: 10px;
}

.margen-top-30 {
	margin-top: 30px;
}

.padding-trip {
  padding-left: 15px;
  margin-top: 15px;
  color: #ffffff;
}

.margen-top-40 {
	margin-top: 40px;
}

.margen-top-50 {
  margin-top: 50px;
}

.margen-top-60 {
  margin-top: 60px;
}

.margen-top-70 {
  margin-top: 70px;
}

.margen-top-80 {
  margin-top: 80px;
}

.margen-top-90 {
  margin-top: 90px;
}

.margen-top-100 {
  margin-top: 80px;
}

.margen-top-barra {
  margin-top: -1px;
}

@media (max-width: 754px) {
  .margen-top-barra {
    margin-top: 4px;
  }
}

.no-pad-galeria {
	padding: 0 0;
}

.margen-titulo-gal {
	margin-top: 30px;
	margin-bottom: 50px;
}

.margen-a-footer-der {
  margin-right: 40px;
}

.no-margen-izq-der {
  margin-left: 0px;
  margin-right: 0px;
}

.display-a-footer {
  display: inline-flex;
  list-style-type: none;
}

.letra-12px {
  font-size: 12px !important;
}

.letra-9px {
  font-size: 9px !important;
}

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

.ver-ali2 {
  padding-top: 10px;
}

/* margenes */

.margen-bot-5 {
  margin-bottom: 5px;
}

.margen-bot-15 {
  margin-bottom: 15px;
}

.margen-bot-20 {
  margin-bottom: 20px;
}


.margen-bot-30 {
  margin-bottom: 30px;
}

.margen-bot-40 {
  margin-bottom: 40px;
}

.margen-bot-50 {
  margin-bottom: 50px;
}

.margen-bot-60 {
  margin-bottom: 60px;
}

.margen-bot-70 {
  margin-bottom: 70px;
}

.margen-bot-80 {
  margin-bottom: 80px;
}

.margen-bot-90 {
  margin-bottom: 90px;
}

.margen-bot-100 {
  margin-bottom: 100px;
}

.fondo-ubi {
	background-image: url("../img/ubicacion/fondo-1.png");
	background-size: cover;
	height: 100vh;
}

.fondo-contacto {
	background-color: #ffffff;
	height: 100vh;
}

.fondo-quienes-somos-1 {
  background-image: url("../img/quienes-somos/fondo-1.jpg");
  background-size: cover;
}

.fondo-quienes-somos-2 {
  background-image: url("../img/quienes-somos/fondo-2.jpg");
  background-size: cover;
}

.fondo-servicios-1 {
  background-image: url("../img/servicios/fondo-1.jpg");
  background-size: cover;
}

.fondo-servicios-2 {
  background-image: url("../img/servicios/fondo-2.jpg");
  background-size: cover;
}

.fondo-contacto-1 {
  background-image: url("../img/contacto/fondo-1.jpg");
  background-size: cover;
}

.fondo-galeria {
	background-color: #000000;
	margin-top: 35vh;
	text-align: right;
	z-index: 9;
	position: absolute;
}

@media (max-width: 754px) {
  .fondo-galeria {
    margin-top: 5vh;
    position: relative;
  }
}

.fondo-negro {
  background-color: #000000;
}

.borde-amarillo {
	border-top: 1px solid #bf9b30;
	padding-top: 4px;
	border-bottom: 1px solid #bf9b30;
	padding-bottom: 4px;
}

.borde-amarillo2 {
	border-bottom: 1px solid #bf9b30;
	padding-bottom: 4px;
	width: 190px;
	/*text-align: center;
	margin: 0 auto;*/
}

.borde-amarillo3 {
	border-top: 5px solid #bf9b30;
}

.borde-amarillo4 {
  /*margin-bottom: 10px;*/
  border-bottom: solid #bf9b30;
  /* border-top: solid #000000; */
  width: 100px;
}

.borde-amarillo5 {
  border-bottom: 1px solid #bf9b30;
  padding-bottom: 4px;
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.estilo-lista-gal {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.estilo-lista-no {
  list-style-type: none;
}

.lista-gal {
	display: inline-block;
}

.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.display-galeria {
  display: contents;
}

.display-table {
  display: table;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    cursor: default;
    background-color: transparent;
    border: transparent;
    border-bottom: 1px solid #000000;
}

.nav-tabs > li > a {
    margin-right: 25px;
    line-height: 1.42857143;
    /*border: 1px 1px solid transparent;*/
    border-radius: 4px 4px 0 0;
    /*border-bottom: 1px solid #000000;*/
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}


/*
.nav > li > a {
    position: relative;
    display: block;
    padding: 0 0;
}
*/

.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid #000000;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.float-galeria {
  float: right;
  margin-bottom: 30px;
}

@media (max-width: 754px) {
  .float-galeria {
    float: none;
    display: inline-flex;
  }
}

.float-titulo-gal {
  text-align: right;
}

@media (max-width: 754px) {
  .float-titulo-gal {
    text-align: left;
  }
}

footer {
  padding: 1% 5%;
  text-align:center;
  background-color: #ffffff;
  color: #636466;
  
  a {
    color: #FE4B74;
    font-weight: 500;
    text-decoration: none;
  }
}

/* elementos general */

/*css contacto contact form contact-form*/

@media (min-width: 768px) {
  .form-inline .form-control {
      display: inline-block;
      width: 100% !important;
      vertical-align: middle;
      background: #fafafa;
      margin-bottom: 27px;
  }
}

/*
.form-inline .form-control {
    display: inline-block;
    width: 100% !important;
    vertical-align: middle;
    background: #fafafa;
    margin-bottom: 23px;
}
*/

.form-inline .form-control {
  float: left;
  width: 100%;
  background-color: #fafafa;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  border-radius: none;
  position: relative;
  z-index: 20;
  padding-left: 8px;
  color: #4a617a;
  border: 0;
  /*border-bottom: 3px solid #79d7fd;*/
  -webkit-appearance: none;
}

.form-group {
  width: 100% !important;
}

.color-size {
  color: #ffffff;
  font-size: 14px;
}


.color-size2 {
  color: #000;
  font-size: 12px;
}

.tamanio-letra-14 {
  font-size: 20px;
}

.tamanio-letra-15 {
  font-size: 15px;
}

.tamanio-letra-15-5 {
  font-size: 15.5px;
}

/*.botonazo-enviar {
  color: #fff;
  background-color: #006b68;
  border-color: #006b68;
}*/

.botonazo-enviar {
  float: left;
  border: 2px solid #ffffff;
  background-color: #4e8ad8;
  padding: 15px 30px 15px 30px;
  line-height: 17px;
  cursor: pointer;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff;
  font-family: 'Muli', sans-serif;
  -webkit-appearance: none;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-appearance: none;
}

.margen-20-top {
    margin-top: 20px !important;
  }

.titulo-contacto {
  border-color: #777777;
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 350px;
  color: #5a5a5a;
}

.titulo-contacto2 {
  border-color: #777777;
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 250px;
  color: #5a5a5a;
}

#mapa{
  height: 430px;
}

@media (max-width: 500px) {
  #mapa {
    height: 350px;
  }
}

#mapa iframe {
  width: 100%;
  height: 100%;
}


/*aqui terminado contaacto contact*/

/* menu */

.estilo-lista-horizontal li {
    margin-left: 6px;
}
.estilo-lista-horizontal {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
}

.estilo-lista-horizontal-chico li {
    margin-left: 0px;
}
.estilo-lista-horizontal-chico {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
}

.progress {
    height: 11px;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #9fa2a5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0px 40px rgba(0, 0, 0, 1);
  z-index: 999;
}

/************** front y back ***************/



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

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -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.6);
}

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

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  /*border: 1px solid #fff;*/
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 2em;
  font-weight: normal;
  /*margin: -52px 0 0 0;
  padding: 62px 100px;*/
  border-top: solid #bf9b30;
  border-bottom: solid #bf9b30;
}

@media (max-width: 754px) {
  .hovereffect a.info {
    font-size: 1.5em;
  }
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-top: 40%;
}

@media (max-width:1005px) and (min-width:755px) {

  .hovereffect:hover a.info {
    margin-top: 30%;
  }
}

.hovereffect a.info:hover {
  /*box-shadow: 0 0 5px #fff;*/
}

.hovereffect:hover a.margen-top-5pct {
  margin-top: 5% !important;
}

.no-pad2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.modal-lg-custom {
    width: 90% !important;
}

/* menu */

/*mapa*/

.i4ewOd-pzNkMb-haAclf {
    background-color: rgb(13,17,19) !important;
}

/*mapa*/

/* video background */

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 1;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
  top: 0;
  color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); -webkit-transition: .6s background; transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 100%;/* top: -100%;*/ }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 100%;/* left: -100%; */}
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

/* video background final */

h3 {
  font-size: 22px !important;
}

.titulo-contacto-1{
  font-size: 16px;
  color: #4882c4;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
    z-index: 2;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -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);
}
.hero h1 {
    font-size: 4.6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

@media (max-width: 600px) {
    .hero h1 {
        font-size: 3em !important;
    }
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .1;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  color: #000;
  /*background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818);*/
}
.fade-carousel .slides .slide-2 {
  color: #000;
  /*background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);*/
}
.fade-carousel .slides .slide-3 {
  color: #000;
  /*background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);*/
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

.nivel-3 {
  z-index: 3;
}