@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-Hv.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Hv.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-Hv.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Std Bold Ext';
    src: url('../fonts/AkzidenzGroteskStd-BoldEx.woff2') format('woff2'),
        url('../fonts/AkzidenzGroteskStd-BoldEx.woff') format('woff'),
        url('../fonts/AkzidenzGroteskStd-BoldEx.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Pro';
    src: url('../fonts/HelveticaNeueLTPro-Md.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTPro-Md.woff') format('woff'),
        url('../fonts/HelveticaNeueLTPro-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    
    font-family: 'Helvetica Neue LT Pro', sans-serif;    
    font-weight: bold;
    font-style: normal;
}

p {
    font-family: 'Helvetica Neue LT Pro', sans-serif;    
    font-weight: bold;
    font-style: normal;
}

a {
    transition: 0.2s ease;
    -moz-transition:0.2s ease; /* Firefox 4 */
    -webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; 
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica Neue LT Pro', sans-serif;    
    font-weight: bold;
    font-style: normal;
}

ul {
    list-style-type: none;
}

ul li {
    list-style-type: none;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    text-align: center;
}

.tabla {
    display: table;
    height: 100%;
    width: 100%;
}
.tabla-celda {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.alinear-centro {
    text-align: center;
}

/*HOME*/



.contenedor {
    width: 86.45%;
    margin-right: auto;
    margin-left: auto;
}



.home-body {
    background-image: url('../images/ponte-home-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 767px) and (orientation: portrait) {
    .home-body {
        background-image: url('../images/ponte-home-bg-movil.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.home-somos {
    background-color: #000;
}
.home-contacto {
    background-color: #e0e0e0;
}
.home-eventos {
    background-color: #FFF;
}
.home-eventos-ponte, .home-eventos-otros {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}
.home-eventos-ponte {
    background-image: url('../images/eventos-ponte-bg.jpg');
}
.home-eventos-otros {
    background-image: url('../images/eventos-otros-bg.jpg');
}

.home-container {
    height: 100vh;
}

.home-container header h2 a, 
.home-somos header h2 a, 
.home-clientes header h2 a, 
.home-contacto header h2 a,
.home-eventos header h2 a,
.home-eventos-ponte header h2 a,
.home-eventos-otros header h2 a {
    font-size: 18px;
    color: #ff363e;  
}

.home-contacto header h2 a, .home-eventos header h2 a, .home-eventos-ponte header h2 a, .home-eventos-otros header h2 a {
    color: #ff363d;
}

.contacto-del-home {
    /*background-image: url('../images/contacto-home.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: all .4s;
    -moz-transition: all .4s; /* Firefox 4 */
    -webkit-transition: all .4s; /* Safari and Chrome */
    -o-transition: all .4s;
}
.contacto-del-home img {
    width: 100%;
    height: auto;
}

.contacto-del-home:nth-child(2), .contacto-del-home:nth-child(3), .contacto-del-home:nth-child(4) {
    left: -100%;
}


.contacto-del-home a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-title h1 {
    color: #FFF;
    font-size: 45px;
    line-height: 40px;
    margin-top: 50px;
}
.home-title h1 span {
    color: #ff363d;
}
@media (min-width: 768px) {
   .home-contenido {
        width: 86.45%;
        margin-right: auto;
        margin-left: auto;
    } 
}
.home-contenido {
    margin-top: 3%;
}


.home-images {
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari and Chrome */
    -o-transition: transform .5s;
}

.nosotros-home:hover .home-images, .eventos-home:hover .home-images {
    transform: scale(1.3);
}


.home-logo, .internas-logo, .header h2 {
    margin-top: 3%;
}


.home-nosotros-eventos img {
    max-width: 100%;
}

.home-nosotros-eventos h3 {
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: 40%;
    color: #FFF;
    font-family: 'Akzidenz-Grotesk Std Bold Ext', sans-serif;    
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    transition: 0.2s ease;
    -moz-transition:0.2s ease; /* Firefox 4 */
    -webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; 
}

.transparencia {
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.eventos-home > div {
    position: relative;
}

.home-relative {
    position: relative;
}
.home-100h {
    height: 100%;
}


.nosotros-home {
    position: relative;
    width: 54%;
    height: calc(40vw * 0.44);
}
.eventos-home {
    position: absolute;
    width: 70%;
    height: calc(40vw * 0.44);
    left: 25.3%;
    z-index: 2
}

@media (min-width: 992px) {
    .eventos-home {
        top: 70%;
    }
}

.eventos-home > div {
    float: left;
}
.nosotros-home-left {
    width: 74%;
    float: left;
    position: relative; 
}
.home-detalle-first {
    width: 26%;
}


.home-image-container {
    height: 100%;
    overflow: hidden;
}
.home-effect-box {
    position: relative;
    overflow: hidden;
}
.home-effect-box > div {
   position: relative;
   min-height: calc(20vw * 0.5);
}

.effect-images, .event-effect-images {
     width: 100%;
    position: absolute;
    transition: all .2s;
    -moz-transition: all .2s; /* Firefox 4 */
    -webkit-transition: all .2s; /* Safari and Chrome */
    -o-transition: all .2s;
}

.effect-images:nth-child(1) {
    z-index: 1;
}
.effect-images:nth-child(2) {
    /*z-index: 2;*/
    z-index: 1;
    left: 100%;
}
.effect-images:nth-child(3) {
   /*z-index: 3;*/
   z-index: 1;
    left: 100%;
}
.effect-images:nth-child(4) {
   /*z-index: 4;*/
   z-index: 1;
    left: 100%;
}

.event-effect-images:nth-child(1) {
    z-index: 1;
}
.event-effect-images:nth-child(2) {
    /*z-index: 2;*/
    z-index: 1;
    bottom: -100%;
}
.event-effect-images:nth-child(3) {
   /* z-index: 3;*/
    z-index: 1;
    bottom: -100%;
}
.event-effect-images:nth-child(4) {
   /* z-index: 4;*/
    z-index: 1;
    bottom: -100%;
}
.event-effect-images {
    max-height: 100%;
}

a.home-anchor {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.nosotros-home:hover h3, .eventos-home:hover h3 {
    color: #ff363d;
}

.home-detalle-first {
    position: absolute;
    z-index: 1;
} 
.home-detalle-first {
    top: 0;
    right: 0;
} 

.eventos-home > div {
    height: 100%;
    width: 100%;
}
.eventos-home-first, .eventos-home-second, .eventos-home-third {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.eventos-home-first {
    width: 21.35%;
}
.eventos-home-first > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    left: 0;
}
.letras-box {
    position: relative;
    width: 100%;
    min-height: 115px; 
}
@media (min-width: 992px) {
    .letras-box {
        height: 115px!important; 
    }
    .letras-box img {
        height: 100%;
    }
}
@media (max-width: 991px) {
    .letras-box, .home-detalle-first {
        height: 70px!important; 
        min-height: 0;
    }
    .effect-images {
        height: 100%;
    }
    .letras-box img, .effect-images img {
        max-height: 100%;
        height: 100%;
    }
    .effect-images img {
        width: 100%;
    }
    .event-effect-images {
        height: 100%;
    }
    .home-effect-box > div {
        min-height: 0;
        height: 70px;
    }
}

@media (max-width: 767px) {
    .internas-logo, .home-logo {
        max-height: 46px;
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .internas-logo, .home-logo {
        max-height: 60px;
        width: auto;
    }
}

.eventos-home-second {
    width: 57.3%;
}
.eventos-home-third {
    width: 21.35%;
}
.eventos-home-third > div {
    background-color: #FFF;
    padding: 15px;
    text-align: center;
    min-height: 120px;
}


.home-detalle-second a {
    color: #000;
}
.eventos-home-third h4 {
    font-family: 'Akzidenz-Grotesk Std Bold Ext', sans-serif;    
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
}
.eventos-home-third a {
    color: #000;
}

.home-detalle-third {
    bottom: 0;
    background-color: #ff363e;
    left: 0;
    padding: 0;
    text-align: center;
    width: 5%;
}

/*.home-images*/

@media (min-width: 1620px) {
    .nosotros-home {
        width: 460px;
        height: 340px;
    }
    .nosotros-home-left, .eventos-home-second {
        width: 340px;
        max-height: 360px;        
    }
    .home-detalle-first, .eventos-home-first, .eventos-home-third {
        width: 120px;
    }
    .eventos-home {
        left: 230px;
        height: 340px;
        width: 580px;
    }
}

@media (max-width: 991px) {
    .home-container {
        min-height: 100vh;
        height: auto;
        padding-bottom: 10%;
    }
    .home-contenido {
        overflow: hidden;
    }
    .home-title {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 120px;
    }
    .home-title h1 {
        font-size: 36px;
        line-height: 36px;
    }
    .home-nosotros-eventos {
        padding-top: 45%; 
    }
    .nosotros-home-left {
        float: right;
    }
    .nosotros-home {        
        width: 80%;
        float:right;
    }
    .nosotros-home-left {
        float: right;
        width: 80%;
    }

    .home-detalle-first, .home-detalle-second, .home-detalle-third {
        width: 10%;
       /* height:80px;*/
    }

    .home-detalle-first {
        right: auto;
        left: 0;
        bottom: 0;
        top: auto;
        float: left;
        width: 20%;
        
    }

    .home-detalle-second {
        left: auto;
        right: -80px;
        bottom: auto;
        top: 0; 
    }

    .home-detalle-third {
        left: -80px;
        right: auto;
        
    }

    .eventos-home {
        position: relative;
        width: 98%;
        left: 0;
    }

    .eventos-home-third {
        height: calc(16vw * 1.1);
    }
    .eventos-home-third > div {
        padding: 5px;
    }
    .eventos-home-third h4 {
        font-size: 9px;
    }

    .nosotros-home, .eventos-home {
         height: 215px;
    }

    .eventos-home-second {
        width: 68%;
    }
    .eventos-home-first{
        width: 16%;
    }
    .eventos-home-third {
        width: 16%;
    }
    .home-nosotros-eventos h3 {
        font-size: 14px;
    }
    .eventos-home-second img {
        width: 100%;
        height: auto;
    }

    .home-detalle-second h4 {
        font-size: 9px;
    }
    .eventos-home-second > div {
        height: 100%;
    }
    .eventos-home-second img {
        height: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .nosotros-home {        
        width: 310px;        
    }
    .nosotros-home-left {        
        width: 230px;
    }

    .home-detalle-first, .home-detalle-second, .home-detalle-third {
        width: 80px;
        height:80px;
    }
    .eventos-home {
        width: 390px;
    }
    .eventos-home-second {
        width: 230px;
    }
    .eventos-home-third {
       height: 80px;
    }
}

/* QUIENES SOMOS */

.flecha-somos  {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
    animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-15px);
  }
}

    .home-somos .cabecera, 
    .home-clientes .cabecera, 
    .home-contacto .cabecera, 
    .home-eventos .cabecera, 
    .home-eventos-ponte .cabecera,
    .home-eventos-otros .cabecera {
        margin-bottom: 30px;
    }

   /* .main-menu {
        margin-bottom: 60px;
    }*/

    .main-menu ul {
        font-family: 'Helvetica Neue LT Pro', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        padding: 0;
        margin: 0;
    }

    
    .main-menu ul li {
        margin: 0 100px 0 0;
        display: inline-block;
        transition: 0.2s ease;
        -moz-transition:0.2s ease; /* Firefox 4 */
        -webkit-transition: 0.2s ease; /* Safari and Chrome */
        -o-transition: 0.2s ease;
    }
    .main-menu ul li:last-child {
        margin-right: 0px;
    }
    /*.home-somos .main-menu ul li:hover, .home-somos .main-menu ul li.active {
        background-color: #FFF;
    }*/

    .main-menu ul li a {
        color: #787878;
        padding: 2px 25px 2px 0;
    }
    .home-somos .main-menu ul li:hover a, .home-somos .main-menu ul li.active a {
        color: #ff363e;
    }

    .page-title {
        margin-bottom: 80px;
    }
    .page-title h1 {
        margin: 0 15px 0 0;
        display: inline-block;
        color: #FFF;
        font-size: 20px;
    }
    .page-title a.ver-trabajos-somos {
        color: #787878;
        padding: 5px;
        border-radius: 7px;
        border: 1px solid #ff363d;
        font-size: 12px;
    }

    .somos-mid {
        margin-bottom: 110px;
    }

    .somos-contenido p {
        color: #9f9f9f;
        font-size: 18px;
    }
    .somos-contenido h1, .somos-contenido h2, .somos-contenido h3, .somos-contenido h4, .somos-contenido h5, .somos-contenido h6 {
        color: #FFF;
        font-family: 'Helvetica Neue LT Pro';
        font-weight: 900;
        font-style: normal;
    } 
    .somos-contenido h2 {
        font-size: 30px;
    } 
    .somos-contenido h3 {
        font-size: 26px;
    } 
    .somos-contenido h4 {
        font-size: 22px;
    } 
    .somos-contenido h5 {
        font-size: 18px;
    } 
    .somos-contenido h6 {
        font-size: 14px;
    } 

    .somos-slogan-box {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 490px;
        text-align: center;
        position: relative;
    }

    .somos-slogan-box h2, .somos-slogan-box h3, .somos-slogan-box h4, .somos-slogan-box h5, .somos-slogan-box h6 {

        font-family: 'Akzidenz-Grotesk Std Bold Ext', sans-serif;
        font-weight: bold;
        font-style: normal;
        color: #FFF;
        display: inline-block;
        clear: both;

    }

    .somos-slogan-box h3 {
        font-size: 20px;
    }

    .somos-slogan-box h2 {
        font-size: 48px;
        line-height: 48px;
    }

    .somos-center-detail {
        position: absolute;
        z-index: 2;
        width: 37px;
        height: 37px;
    }

    .somos-center-detail > div {
        position: relative;
        height: 100%;
        margin: 0;
        top: 0;
    }

    .somos-detail-horizontal {
        height: 1px;
        background-color: #FFF;
        top: 18px;
        width: 100%;
        left: 0;
        position: absolute;
    }
    .somos-detail-vertical {
        position: absolute;
        z-index: 1;
        width: 1px;
        height: 100%;
        top: 0;
        left: 18px;
        background-color: #FFF;
    }

    .somos-detail-upperleft {
        top: 24%;
        left: 30%;
    }
    .somos-detail-upperright {
        top: 24%;
        right: 30%;
    }
    .somos-detail-bottomleft {
        bottom: 24%;
        left: 30%;
    }
    .somos-detail-bottomright {
        bottom: 24%;
        right: 30%;
    }

    .somos-colored-box {
        width: 50%;
        height: 340px;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    div.somos-colored-box:nth-of-type(1) {
        background-color: #FFF;
        background-image: url('../images/1.gif');
    }
    div.somos-colored-box:nth-of-type(2) {
        background-color: #c6c6c6;
        background-image: url('../images/2.gif');
    }
    div.somos-colored-box:nth-of-type(3) {
        background-color: #ff363d;
        background-image: url('../images/3.gif');
    }
    div.somos-colored-box:nth-of-type(4) {
        background-color: #000;
        background-image: url('../images/4.gif');
    }

    @media (max-width: 767px){
        
        .home-body .cabecera-home h2,
        .home-somos .cabecera h2, 
        .home-contacto .cabecera h2,
        .home-clientes .cabecera h2,
        .home-eventos .cabecera h2,
        .home-eventos-ponte .cabecera h2 {
            margin-top: 10px;
        }
        .home-somos .cabecera, .main-menu {
            margin-bottom: 30px;
        }
        img.internas-logo {
            max-width: 54px;
            height: auto;
        }
        .main-menu ul li a {
            padding-right: 10px;
        }

        .main-menu ul li {
            margin: 0 16px 0 0;
        }
        .somos-mid {
            margin-bottom: 20px;
        }
        .somos-contenido p {
            font-size: 16px;
        }
        .somos-contenido h2 {
            font-size: 20px;
        } 
        .somos-contenido h3 {
            font-size: 19px;
        } 
        .somos-contenido h4 {
            font-size: 18px;
        } 
        .somos-contenido h5 {
            font-size: 16px;
        } 
        .somos-contenido h6 {
            font-size: 16px;
        } 
        .somos-slogan-box h3 {
            font-size: 16px;
        }

        .somos-slogan-box h2 {
            font-size: 30px;
            line-height: 30px;
            margin-top: 10px;
        }
        .somos-slogan-box {
            height: 250px;
        }
        .somos-colored-box {
            width: 100%;
            height: 150px;            
        }

        .somos-center-detail {
            width: 14px;
            height: 14px;
        }

        .somos-detail-horizontal {            
            top: 7px; 
        }
        .somos-detail-vertical {
            left: 7px; 
        }

        .somos-detail-upperleft {
            top: 20%;
            left: 5%;
        }
        .somos-detail-upperright {
            top: 20%;
            right: 5%;
        }
        .somos-detail-bottomleft {
            bottom: 20%;
            left: 5%;
        }
        .somos-detail-bottomright {
            bottom: 20%;
            right: 5%;
        }

        div.somos-colored-box:nth-of-type(1) {
            background-color: #c6c6c6;
            background-image: url('../images/2.gif');
        }
        div.somos-colored-box:nth-of-type(2) {
            background-color: #000;
            background-image: url('../images/4.gif');
        }
        div.somos-colored-box:nth-of-type(3) {
            background-color: #ff363d;
            background-image: url('../images/3.gif');
        }
        div.somos-colored-box:nth-of-type(4) {
            background-color: #FFF;
            background-image: url('../images/1.gif');
        }

    }

/*  CLIENTES    */

    .home-clientes {
        background-color: #FFF;
    }

    /*.home-clientes .main-menu ul li:hover,
    .home-clientes .main-menu ul li.active,
    .home-contacto .main-menu ul li:hover,
    .home-contacto .main-menu ul li.active {
        background-color: #000;
    }*/

    .home-clientes .main-menu ul li:hover a,
    .home-clientes .main-menu ul li.active a, 
    .home-contacto .main-menu ul li:hover a,
    .home-contacto .main-menu ul li.active a {
        color: #ff363e;
    }

    .home-clientes .page-title h1 {     
        color: #000;  
    }

    .clientes-mid {
        font-size: 0;
    }

    .client-logos {
        width: 20%;
        display: inline-block;
        text-align: center;
        height: 220px;
    }

    .client-logos img {
        max-width: 100%;
    }

    @media (max-width: 768px){
        .client-logos {
            width: 50%;
            padding-right: 25px;
            padding-left: 25px;
        }
        .home-clientes .cabecera, .main-menu {
            margin-bottom: 30px;
        }
        .home-clientes .page-title, .home-contacto .page-title {
            margin-bottom: 60px;
        }
    }


/*
    CONTACTO
*/

.home-contacto .page-title h1 {
    color: #000;
}

.contacto-mid h2 {
    margin: 0;
}

.formulario-contacto label {
    color: #787878;
    margin-bottom: 10px;
}

.formulario-contacto input[type='text'], .formulario-contacto input[type='email'], .formulario-contacto input[type='tel'] {
    background-color: transparent;
    border-top:none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #0a0c0c;
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 0;
}

.formulario-contacto textarea {
    background-color: #FFF;
    width: 100%;
    border:none;
    resize:none;
    height: 160px;
    margin-bottom: 15px;
}

.formulario-contacto input[type='submit']{
    border:none;
    text-align: center;
    width: 140px;
    margin-bottom: 40px;
    padding: 10px 0;
    background-color: #ff363e;
    float: right;
}

.contacto-mid-second h2:nth-of-type(1) {
    color: #787878;
}
.contacto-mid-second h2:nth-of-type(3) {
    color: #ff363e;
}

.contacto-mid-second h2 {
    font-size: 34px;
}

.contacto-mid-third h2 {
    font-size: 24px;
}
.contacto-mid-third p {
    color: #787878;
    font-size: 16px;
}

.contacto-mid-third ul {
    margin: 35px 0;
    padding: 0;
}

.contacto-mid-third ul li {
    display: inline-block;
    margin-right: 3px;
}

.hidden-for-desktop {
    display: none;
}


@media (max-width: 767px) {
    .hidden-for-desktop {
        display: block;
    }
    .hidden-for-mobile {
        display: none;
    }
    .contacto-mid > div {
        margin-bottom: 30px;
    }
    .contacto-mid-second h2 {
        font-size: 28px;
    }

    .contacto-mid-third h2 {
        font-size: 20px;
    }
    .contacto-mid-third p {        
        font-size: 14px;
    }
}

/*  EVENTOS */

/*.home-eventos .main-menu ul li:hover, .home-eventos .main-menu ul li.active {
    background-color: #000;
}*/


.home-eventos .main-menu ul li:hover a, .home-eventos .main-menu ul li.active:hover a {
    color: #ff363e;
}

.evento-main-img {    
    height: 135px;
    position: relative; 
    overflow: hidden;
}

.evento-main-img .image-container {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari and Chrome */
    -o-transition: transform .5s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.evento-main-img:hover .image-container {
    transform: scale(1.3);
}

.image-container > div {
    height: 100%;
    background-color: #000;
    opacity: 0.6;
}

.evento-main-detail {
    width: 100%;
    height: 100%;
    position: relative;
}
.evento-main-img a {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.evento-main-img .horizontal, .evento-main-img .vertical {
    background-color: #FFF;
}
.evento-main-img .horizontal {
    width: 28px;
    height: 1px;
    position: absolute;
    z-index: 1;
    top: 49%;
    left: 43%;
}
.evento-main-img .vertical {
    width: 1px;
    height: 28px;
    position: absolute;
    z-index: 1;
    left: 49%;
    top: 40%;
}

.home-eventos .page-title h1, .home-eventos-ponte .page-title h1, .home-eventos-otros .page-title h1 {
    margin-right: 9%;
}
.home-eventos .page-title h1 a, .home-eventos-ponte .page-title h1 a, .home-eventos-otros .page-title h1 a {
    color: #787878;
}
.home-eventos .page-title h1 a:hover, .home-eventos-ponte .page-title h1 a:hover, .home-eventos-otros .page-title h1 a:hover {
     color: #ff363e;
}
.home-eventos .page-title h1 a.active, .home-eventos-ponte .page-title h1 a.active, .home-eventos-otros .page-title h1 a.active {
    color: #ff363e;
}
.home-eventos .page-title, .home-eventos-ponte .page-title, .home-eventos-otros .page-title {
    margin-bottom: 30px;
}

/*   EVENTOS PONTE  - OTROS */

.home-eventos-ponte .page-title, .home-eventos-otros .page-title {
    border-bottom: 1px solid #ff363e;
    padding-bottom: 25px;
}

@media (max-width: 767px) and (orientation: portrait) {
    .page-title h1 {
        font-size: 17px;
    }
}

/*.home-eventos-ponte .main-menu ul li:hover,
.home-eventos-ponte .main-menu ul li.active, 
.home-eventos-otros .main-menu ul li:hover,
.home-eventos-otros .main-menu ul li.active {
    background-color: #FFF;
}*/


.home-eventos-ponte .main-menu ul li:hover a,
.home-eventos-ponte .main-menu ul li.active:hover a, 
.home-eventos-otros .main-menu ul li:hover a,
.home-eventos-otros .main-menu ul li.active:hover a {
    color: #ff363e;
}

.eventos-featured-boxes {
    margin-bottom: 15px;
}

.evento-title {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    text-align: center;
    margin-right: 35%;
    margin-left: 35%;
}
.evento-title h3 {
    margin: 0;
    font-size: 15px;
}
.evento-title a {
    color: #FFF;
    width: auto!important;
    height: auto!important;
    position: relative;
    z-index: none;
    top: auto;
    left: auto;
}

.evento-ver-mas {
    position: absolute;
    top: 42%;
    left: 42%;
}

.contenedor-eventos {
    width: 100%;
    position: relative;
    height: 500px;
    margin-bottom: 80px;
}

.contenedor-eventos > div {
    height: 100%;
    overflow: hidden;
    text-align: center;
}

/*.evento-left, .evento-right {
    float: left;
    overflow: hidden;
    height: 500px;
    position: relative;
}*/



.evento-left {
    width: 60%;
   
    position: absolute;
   
    top: 0;
    left: 0;
    z-index: 4;
    transition: width .5s;
    -moz-transition: width .5s; /* Firefox 4 */
    -webkit-transition: width .5s; /* Safari and Chrome */
    -o-transition: width .5s;
}
.evento-right {
    width: 100%;
    /*background-color: #000;*/
    background-image:  url('../images/ponte3.jpg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallelogram {
    position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(#ff9d2f, #ff6126);*/
  transform: skewX(-20deg);
  transform-origin: top left;
  overflow: hidden;
  transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari and Chrome */
    -o-transition: transform .5s;
}

.image-skew{
    background-image:  url('../images/ponte1.jpg');
    background-position: bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    height: 100%;
   
    transform: skew(20deg);
        -webkit-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
         -o-transform: skewX(20deg);
         transform-origin: top left;

         transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari and Chrome */
    -o-transition: transform .5s;
}



.contenedor-eventos header {
    position: absolute;
    z-index: 2;  
    height: 100%;
}
.evento-left header {
     width: 100%;
}
.evento-right header {
     width: 50%;
     right: 0;
     transition: width .5s;
    -moz-transition: width .5s; /* Firefox 4 */
    -webkit-transition: width .5s; /* Safari and Chrome */
    -o-transition: width .5s;
}
.evento-left a {
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contenedor-eventos h2 {
    font-family: 'Akzidenz-Grotesk Std Bold Ext';
    font-weight: bold;
    font-style: normal;
    font-size: 28px;
    color: #FFF;
}

.evento-right a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

@media (min-width: 992px) {
    .evento-left:hover {
        width: 100%;
    }
    .evento-left:hover .parallelogram {
        width: 120%;
    }
    .evento-right:hover header {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .home-eventos .page-title h1, .home-eventos-ponte .page-title h1, .home-eventos-otros .page-title h1 {
        margin-right: 15px;
    }
}

@media (max-width: 991px) and (orientation: portrait) {
    .full-ancho-mob {
        width: 100%;
    }
    .contenedor-eventos {
        margin-bottom: 0;
    }
    .evento-left {
        width: 75%;
    }
    .contenedor-eventos h2 {
        font-size: 20px;
    }
    .evento-left header {
        width: 50%;
        top: 20%;
        left: 20%;
    }
    .contenedor-eventos header {
        height: auto;
    }
    .evento-right header {
        bottom: 20%;
    }
    .evento-right, .image-skew {
        background-size: auto 100%;
        background-position: top right;
    }
}

/*  EVENTOS SINGLE   */

.eventos-mid h4 {
    color: #787878;
}

h2.evento-single-title {
    position: relative;
    font-size: 20px;
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 30px;
    max-width: 100px;
}

span.cerrar-evento-1, span.cerrar-evento-2 {
    position: absolute;
    z-index: 1;
    right: -30px;
    top: 48%;
    width: 1px;
    height: 22px;
    background-color: #FFF;
}

span.cerrar-evento-1 {
    transform: rotate(40deg);
}
span.cerrar-evento-2 {
    transform: rotate(-40deg);
}

a.close-evento, button.close-evento {
    position: absolute;
    z-index: 2;
    right: -40px;
    top: 26%;
    background-color: transparent;
    border:none;
    outline: none;
}


.video-box {
    margin-bottom: 15px;
}

.selected-video > div {
    height: 260px;
}

.video-box > div {
    position: relative;
    /*height: 100%;*/
    overflow: hidden;
}

.video-bpx h5 {
    color: #787878;
}

.video-player, .capa-negra, .video-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.video-player {
    z-index: 3;   
}

.capa-negra {
   z-index: 2;
   background-color: #000;
   opacity: 0.6;
}
a.full-size {
    display: block;
    width: 100%;
    height: 100%;
}
.video-img-bg {
    z-index: 1;
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari and Chrome */
    -o-transition: transform .5s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-container {
    height: 100%;
}

.video-box:hover .video-img-bg {
    transform: scale(1.3);
}

.video-thumbs > div {
    height: 84px;
}

.evento-info p {
    color: #e1e1e1;
    font-family: 'Helvetica Neue LT Pro', sans-serif;    
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
}

.foto-box-big {
    height: 200px;
    margin-bottom: 6px;
}
.foto-box-small {
    height: 97px;
}

.fotos-box > div {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.foto-contenedor {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform .5s;
    -moz-transition: transform .5s; /* Firefox 4 */
    -webkit-transition: transform .5s; /* Safari and Chrome */
    -o-transition: transform .5s;
}
.foto-contenedor a {
    width: 100%;
    height: 100%;
    display: block;
}
.fotos-box:hover .foto-contenedor {
    transform: scale(1.3);
}


.margin-bottom-6 {
    margin-bottom: 6px;
}

.single-evento-padding {
    padding-right: 3px;
    padding-left: 3px;
}

/* LIGHTBOX */

.lightbox-container, .video-picture-container {
    position: fixed;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.54);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.video-picture-container {
    z-index: 8;
}
.vp-center {
   width: 40%;
    height: 62vh;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    padding: 30px 35px 0 35px;
    margin-left: auto;
    margin-right: auto;
    top: 15%; 
    text-align: center;
}
.vp-center > div {
    width: 100%;
    /*height: 100%;
    background-color: #525252;*/
    height: auto;
    text-align: center;
}

.vp-center > div iframe {
    width: 100%!important;
    max-height: calc(100vw * 0.5);
}

.container-center {
    width: 45%;
    height: 55vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    padding: 30px 35px 0 35px;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

.container-center > div {
    width: 100%;
}
.container-center > div:after {
    clear: both;
}

.lightbox-col {
    width: 20%;
    float: left;
    padding: 0 2.5px;
    margin-bottom: 5px;
}

.lightbox-col > div {
    width: 100%;
    height: calc(100vw * 0.08);
    background-color: #525252;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lightbox-col > div a {
    display: block;
    width: 100%;
    height: 100%;
}

a.close-lightbox {
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    background-image: url(../images/close-lightbox.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.no-display {
    display: none;
}

#iframe-picture { 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20% auto;
}

#iframe-picture img { 
    max-width: 100%;
    height: auto;
}

.background-image-loading {
    background-image: url('../images/loading.gif');
}

@media (min-width: 992px) {
    .foto-single-box {
        float: left;
        width: 50%;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media (max-width: 991px) {
    .foto-box-big, .foto-box-small {
        height: 100px;  
    }
    .padding-right-3 {
        padding-right: 3px;
    }
    .padding-left-3 {
        padding-left: 3px;
    }
    .evento-info {
        margin-bottom: 80px;
    }
    .video-thumbs > div {
        height: 70px;
    }

    





}

@media (max-width: 991px) and (orientation: portrait) {
    /*lightbox*/

    .vp-center {
       width: 96%;
        height: 34vh;
        /*overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        padding: 30px 35px 0 35px;*/
        top: 15%; 
    }


    .container-center {
        width: 96%;
        height: 30vh;    
        /*padding: 30px 35px 0 35px;
        margin-left: auto;
        margin-right: auto;*/
        top: 20%;
    }



    .lightbox-col > div {
        width: 100%;
        height: calc(100vw * 0.14);
        
    }
}

/* 

    END

*/
























