
header .fullscreen-bg {
    /*width: 100%;
    height: 100vh;*/
    height : auto;
    background-color: #EFEFEF;
}

.navbar {
    background-color: rgba(0,0,0,0.80);
}

/* Main  */

.lacompania .title {
    border-top: solid 5px rgba(2,156,73,1);
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgba(2,156,73,1);
    font-size: 1.75rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.lacompania .fila-evento {
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: solid 1px rgba(2,156,73,1);
}

.lacompania .fila-evento.last,
.lacompania .fila-evento.bottom-border {
    border-bottom: solid 1px rgba(2,156,73,1);
}

.lacompania .fila-evento > div {
    min-height : 50px;
}

.lacompania .fila-evento a i {
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.lacompania .fila-evento a.rotate i {
    transform : rotate(90deg);
}

.lacompania .fila-evento .descripcion {
    color: rgba(0,0,0,1);
    font-style: italic;
    font-size: 1.0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.lacompania .fila-evento .link a {
    color: rgba(2,156,73,1);
    font-size: 1.50rem;
    width: 25px;
}

.lacompania .testimonial {
    margin-bottom : 1.5rem;
}

.lacompania .testimonial div:nth-child(1) {
    font-weight : bold;
    font-style : italic;
    color : rgba(2,156,73,1);
}

.lacompania .card {
    background-color : transparent;
    border : 0;
    border-radius : 0;
}

/* Main - Eventos - END */

.box {
/*    background: white;
    margin: auto;
    margin-top: 5%;
    max-width: 30%;
    padding: 20px 50px;*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.box:hover {
/*    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
/*    animation-name: example;
    animation-duration: 0.25s;*/
    border-left: 8px solid rgba(2,156,73,1);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

@media (max-width : 767px) {
    .box:hover {
/*        box-shadow: 0 0 0 rgba(0,0,0,0);
        border-bottom: solid 1px rgba(2,156,73,1);*/
    }
}