
body {
    color: #333;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.625;
margin-bottom: 300px;
}

*{
    padding: 0;
    margin: 0;
}

html {
    position: relative;
    min-height: 100%;
}




/***********************************************************************
* NAVBAR
***********************************************************************/
.opaque-navbar {
    color: #333;
    opacity: 0.78;
    border-bottom: 0px;
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 600 !important;
}

.navbar .navbar-collapse {
    text-align: center;

}
@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}
@media (max-width: 1366px) {
    .navbar-brand {

        left: 20%;

    }
}
@media (min-width: 1367px) {
    .navbar-brand {
        position: absolute;
        left: 10%;

    }
}
/***********************************************************************
* VIDEO
***********************************************************************/
.header-container{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    border-left: none;
    border-right: none;
    position: relative;
}

.video-container{
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
video{
    position:absolute;
    height:100%;
    top:0px;
    left:0px;
}


.verticalNav{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-left: 20%;
    margin-top: 10px;
}




/***********************************************************************
* CAROUSEL
***********************************************************************/
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.logo{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.textoGaleria{
    font-size: 18px;
    text-align: center;
    color: #8a8787;
    font-weight: 100;
    line-height: 1.625;
    margin: 0 0 28px;
    padding: 0;
}

.logoGaleria{
    text-align: center;
    margin-top: 80px;

    margin-left: auto;
    margin-right: auto;
}

@media  (max-width: 768px){
    .logo{margin-top: 80px;}


}

p {
    font-size: 22px;
    text-align: center;
    color: #333;
    font-weight: 100;
    line-height: 1.625;
    margin: 0 0 28px;
    padding: 0;
}


/***********************************************************************
* GALERIA
***********************************************************************/
.portada{

    width: 100%;
    height: auto;
    max-width: 300px;

}
.tituloSeccion{
    margin-bottom: 50px;
}
.portadaTitulo{
    font-size: 22px;
    margin-top:15px;
    margin-bottom:15px;
}

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: auto;
    max-height: 550px;
}

.boxcolumnas{
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.rowfotos{
    margin-top:40px;
}

@media  (max-width: 768px){
    .colfotothumb{
        margin-top: 40px;
    }


}



/***********************************************************************
* FOOTER
***********************************************************************/

.glyphicon-large {
    min-height:  40px;
    line-height: 30px;
    font-size: 18px;
}

.iconoFooter{
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 18px;
}
.mailFooter{
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 27px;
}

@media (min-width: 1281px) {
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 120px;
        margin-top: 50px;
        background: #383838;

    }

}

@media (max-width: 1280px) {
    footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 175px;
        padding-top: 30px;
        margin-top: 50px;
        background: #383838;

    }

}

@media (max-width: 768px) {
    .centrar {
        text-align: center;
        width: auto!important;
    }
    .centrarRow{
        display: flex;
        justify-content: center;
    }

    .logo{
        text-align: center;
        margin-top: 120px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width: 342px) {
        footer {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 250px;
            padding-top: 30px;
            margin-top: 50px;
            background: #383838;

        }

    }
}