html, body {        
    height: 100%;
    padding-right: 0 !important;
    margin-top: 0 !important;
    background-color: #333;
    background-image: url(../imgs/fondoInicio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-family: 'Montserrat', sans-serif;
    color: white;
} 
h3 {
    line-height: 25px;
}
div#mapa{
    padding: 0;
}
.fill { 
    /* min-height: 100%;*/
    height: 100%;
    box-sizing:border-box;
}    

.mediaPantalla { 
    min-height: 54%;
    box-sizing:border-box;
} 
#cambiarPagina h3{
    margin-top: 8%;
    margin-right: 30%;
    margin-left: 30%;
}

#cambiarPagina span{
    color: white;    
    margin-top: 8%;
}
#cambiarPagina span:hover{
    color: gray;
}
.navbar {
    background-color: #222;
    border: none;
}
#inicio {
    margin-top: 10px;
    padding-top: 90px;
}
.navbar-brand{
    padding: 0;
}
#institucional{
}
#quienesSomos{
    margin-top: 0;
    background-color: gray;
}
#quienesSomos .col-md-10.col-md-offset-1.text-center {
    padding-top: 100px;
}
#quienesSomos h2 {
    margin-bottom: 20px;
}
#misionVision{
    padding-top: 50px; 
    background-color: #333;
}
#trabajos{
    min-height: 110% !important;
    max-height: 400% !important;
    padding: 0;
    padding-top: 50px; 
    background-color: #333;
}
#institucional{
}
.fill #trabajos{
    overflow:hidden;
height: auto !important;
min-height:0px !important;    
}
#contacto{
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    background-color: #333;
}
#contacto #mapa {
    height: 50%;
}
#contacto form{
    margin: 0 10px;
}
#contacto input.form-control{
    width: 100%;
    background: none;
    color: #fff;
}
#contacto textarea{
    width: 100%;
    height: 100px;
    background: none;
    color: #fff;
}
#mailBtn{
    width: 100%;
    background-color: #eee;
    color: #333 !important;
}
#mailBtn:hover{
    background-color: #333;
    color: #eee !important;
    border: 1px solid #eee;
}
#contactoDatosYFormulario{
    padding-top: 20px;
    line-height: 40px;
}
#contactoDatosYFormulario p{
    margin-left: 5px;
    display: inline;
}
#contacto #success_message{ 
    display: none;
}
.footer {
    height: 50px;
    background-color: #222;
    line-height: 30px;
}
.footer div{
    margin-top: 9px; 
}
.footer a{
    color: white;
    text-decoration: none;
}
.footer a:hover{
    color: #9d9d9d;
}



/* Grid ---------------------------------------------------------------------------------------------------------------------------------*/

.grid {
  background: #333;
  width: 100% ;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* force scrollbar */

html {
  overflow-y: scroll;
}
/* ---- grid ---- */

.grid {
  background: #333;
}


/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}


/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item,
.figure {
  float: left;
  overflow: hidden;
}

.galeria img {
  display: block;
  max-width: 150%;
}



/* ---- ----- ---- ---- -- --- --- --- */
.galeria {
  width: 100%;
  height: 364px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.galeria .capaSuperior {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: -100%;
  left: 0;
  background-color: rgba(51,51,51,0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.galeria img {
   -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.galeria h2{
  text-decoration: none;
  color: #fff;
  margin-top: 29%;

}
.galeria p{
  color: #888;

}
.galeria p:hover{
  color: white;

}

.galeria:hover .capaSuperior {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
    -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* GALERIA MODAL -------------------------------------------------------------------------------------------------------------------------------------------- */
#myModal{
    height: 100%;
}
.modal-backdrop{ 
    opacity: 0.9 !important;
}
.modal-header {
    background-color: rgba(0,0,0,0);
    border: none;
}   
.modal-lg {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
    margin-left: 5%;
}

.modal-header button {
    color: white;
    opacity: 1;
}
.modal-header button {
    text-shadow: none;
}
.modal-content {
    width: 90% !important;
    height: 90% !important;
    border: none;
    background-color: rgba(0,0,0,0);
}
.fotorama__wrap, .fotorama__wrap--css3, .fotorama__wrap--slide, .fotorama__wrap--toggle-arrows, .fotorama__wrap--no-controls{
margin: 0 auto !important;
}
.fotorama__stage {
}

/* DISEÑO RESPONSIVO -------------------------------------------------------------------------------------------------------------------------------------------- */

/* LG large desktops and up --------------------------------------------- */
@media screen and (min-width: 1200px) {
.galeria img {
  display: block;
  max-width: 155%;
}
    
.galeria {
  height: 364px!important;
}
img[alt="fondoInicio2"]{
    position: absolute;
    bottom: -17px !important;
    right: 0 !important;
}
h1 {
    margin-top: 4%;
    font-size: 4em;
}
h2 {
    font-size: 2.2em !important;
    }
h3 {
    margin-top: 3%;
    font-size: 1.2em;
}
p {
    font-size: 1.05em !important;
}
#quienesSomos{
    margin-top: 25px !important;
}
#quienesSomos div{
    padding-top: 7% !important;
}
#misionVision div{
    padding-top: 0.5% !important;
}
#institucional h2{
    margin-bottom: 40px;
}
#trabajos {
    padding-top: 30px;
}
#contacto #mapa{
    height: 100% !important;
}
#contactoDatosYFormulario{
    padding-top: 60px;
}
#contactoDatos{
    margin: 0;
    font-size: 0.9em;
}
}

/* MD tablets/desktops and up --------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {
    .galeria img {
  display: block;
  max-width: 150%;
}
    
.galeria {
  height: 264px!important;
}
h1 {
    margin-top: 10%;
    font-size: 3.5em;
}
h3 {
    font-size: 1.2em;
}
img[alt="fondoInicio2"]{
    position: absolute;
    bottom: -17px !important;
    right: 0 !important;
}
#contacto #mapa{
    height: 100% !important;
}
#contactoDatos{
    margin: 0;
}
}

/* SM Small devices (tablets, 768px and up) ---------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
    .galeria {
  height: 230px!important;
}
body{
    margin: 20px 0 !important;
}
.modal-content {
    margin-top: 25%;
}
img[alt="fondoInicio2"]{
    position: absolute;
    bottom: -17px !important;
    right: 0 !important;
}
h1 {
    margin-top: 10%;
    font-size: 5em;
}
h3 {
    font-size: 1.2em;
}
.navbar-brand > img {
    display: block;
    padding-left: 5px;
}
#quienesSomos div {
    margin: 0 65px;
    padding-top: 7%;
}
#misionVision {
    padding-top: 5%;
}
#contacto {
    margin: 0;
    padding: 0;
}
#contacto #mapa {
    height: 50% !important;
}
}

/* XS Extra small devices (phones, up to 480px) ---------------------------------- */
@media screen and (max-width: 767px) {
    .galeria {
  height: 220px!important;
}
        .galeria img {
  display: block;
  max-width: 100%;
}
    
body{
        margin-top: 20px !important;
}
.modal-content {
    margin-top: 35%;
}
img[alt="fondoInicio2"]{
    display: none;
}
h1 {
    margin-top: 35%;
    font-size: 2.6em;
}
h2 {
    font-size: 1.2em;
    }
h3 {
    font-size: 1.2em;
}
p {
    font-size: 0.9em;
}
.navbar-brand{
    margin-left: 15px;
}
#cambiarPagina h3 {
    margin-right: 15%;
    margin-left: 15%;}
#quienesSomos .col-md-10.col-md-offset-1.text-center {
    padding-top: 85px !important;
}
#misionVision {
    padding-top: 20px !important;
}
#trabajos {
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 30px !important;
}
.grid-item{
  width: 100% !important;
  float: left;
}
.capaSuperior {
    height: 10% !important;
    transition: none !important;
    transform: none !important;
    top: inherit !important;
    bottom: 0 !important;
    opacity: 1 !important;
}
.capaSuperior h2 {
    margin: 0;
    padding: 2%;
    font-size: 1em;
}
.capaSuperior p {
    visibility: hidden;
}
#contacto {
    height: 100%;
    margin: 0 !important;
    padding-top: 0 !important;
}
#contactoDatosYFormulario{
    line-height: 25px;
}
#contactoFormulario {
    display: none;
}
#contacto #mapa {
    height: 50% !important;
}
}

.navbar {
    background: rgba(0, 0, 0, 0); 
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background: rgba(20, 20, 20, 1); 
}

div[data-anchor="lastPage"] .fp-tableCell{
    background-color: #333;
    
}