.recorido-footer {
    margin-top: 100px;
    background-color: #00a29c;
    height: 30px;
}

.recorido-titulo {
    
    border-left: 2px solid #c8aa2d;
    height: 200px;
}

#virtual {
    padding: 100px 0 100px;
    background: #F2ECE5;
}

.recoridos-virtuales {
    padding-top: 10px;
}

.recoridos-virtuales ul {
    list-style:none;
}

.recoridos-virtuales li {
	position:relative;
    padding-top: 30px;
    font-family: 'bangla', sans-serif;
    font-size: 30px;
}

/* add the chevron to the before of the li element, set the chevron as a background */
.img-flecha-r {
    width: 20px;
}

.ver-recorrido {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.5s ease-in;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(250, 250, 250, .5);
    color: white;
    font-family: 'Gilroy';
    font-size: 22px;
    padding: 12px 24px;
    border: 2px solid #c8aa2d;
    cursor: pointer;
    font-weight: bold;
    
}

.img-recorido {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#imagen-recorido img.transparent {
    opacity:0;
    }

.modal-content {
    height: 716px !important;
}

.modal {
	top: 80px;
}

.modal-lg {
    max-width: 1019px;
}
