.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.scrolloff {
    pointer-events: none;
}

.av-data {
    display: none;
    background: #F5F5F5;
}

#contentInfoW .firstHeading {
    color: #4d327f;
}

#contentInfoW ul {
    list-style: circle;
}

#slider-gallery img {
    max-height: 100px;
    padding: 0 15px;
}

#slider-gallery {
    margin-top: 1em;
}

.justified-gallery {
    width: 100%;

}

.loading-process {
    background: #e5eff1 url('../../img/load-gif.gif') 50% 50% no-repeat;
    background-size: 150px;
    z-index: 1;
}


.proyecto>div {
    cursor: auto;
}

.background-carrousel {
    background: #fff;
}

.lSAction>a {
    font-family: FontAwesome;
    color: #4c2f7f;
    font-size: 32px;
    background-image: none !important;
    vertical-align: middle;
}

.lSAction>.lSPrev:before {
    content: '\f053';
}

.lSAction>.lSNext:before {
    content: '\f054';
}

.lSSlideOuter .lSPager.lSGallery img {
    max-height: 50px;
    overflow-y: hidden;
}

.favorito::before {
    font-family: FontAwesome;
    content: '\f004';
}

.moradol {
    color: #5f4690ad !important;
}

.img-option-donation {
    height: 150px;
}

/*--Eduardo style--*/
.proyecto>h1 {
    font-family: 'AvenirBlack' !important;
    font-size: 41px;
    color: #4c2f7f;
}

.container>h2 {
    color: #000;
    font-family: 'AvenirM' !important;
    font-size: 32px;
    margin-top: 0px;
}

#donacionespeciedirecta .main span {
    color: rgb(51, 51, 51);
    font-family: Georgia, serif;
    font-size: 16px;
    display: inline !important;
}

#modal-evidence .carousel-control {
    color: #443370 !important;
    margin-top: 250px;
    height: 64px;
}

#modal-evidence .carousel-control span {
    color: #443370 !important;
}