.about-video .play-video-custom {
    display: inline-block;
}

.play-video {
    transform: translateY(-50px) !important;
}

.play-video-custom img {
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;

}
.play-video-custom:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.rev_slider li.slide-overlay .slotholder:after {
    opacity: 0.75;
}

@media only screen and (max-width: 600px) {
    .play-video {
        transform: translateY(60px) !important;
    }

    .play-video-custom img {
        width: 80px !important;
        height: 80px !important
    }

}


/* NavLink */
header.pages .nav-link a {
    color: #222222;
}


/* Jurados */
.custom-thumb-info-1 {
    overflow: visible;
    margin-bottom: 30px !important;
    -webkit-transition: ease box-shadow 300ms;
    transition: ease box-shadow 300ms;
}
.custom-thumb-info-1:hover {
    -webkit-box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
    box-shadow: 0px 0px 70px 0px rgba(139, 139, 139, 0.5);
}
.custom-thumb-info-1:hover .thumb-info-wrapper:after {
    content: none;
}
.custom-thumb-info-1:hover .thumb-info-caption {
    border-bottom: 0;
}
.custom-thumb-info-1 .thumb-info-wrapper {
    -webkit-transform: none;
    transform: none;
}
.custom-thumb-info-1 .thumb-info-caption {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e3e3e3 !important;
    -webkit-transition: ease border-bottom 300ms;
    transition: ease border-bottom 300ms;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text {
    padding: 30px 20px;
    margin: 0;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text p {
    padding: 0;
    font-size: 1em;
}
.custom-thumb-info-1 .thumb-info-caption .thumb-info-caption-text .custom-thumb-info-caption-plus {
    position: absolute;
    top: 30px;
    right: 20px;
    border-radius: 100%;
    font-size: 2em;
    line-height: 0.76;
    width: 30px;
    height: 30px;
    font-weight: 100;
    text-align: center;
    padding-top: 7px;
}
.custom-thumb-info-1.custom-rm-mb {
    margin-bottom: 0 !important;
}
@media (max-width: 991px) {
    .custom-thumb-info-1.custom-rm-mb {
        margin-bottom: 30px !important;
    }
}
.custom-thumb-info-1.custom-rm-mb-last {
    margin-bottom: 0 !important;
}

.super-title, .custom-thumb-info-caption-plus { font-family: "Poppins", Tahoma }

/* header */

header .pages.border-bottom {
    border-bottom: 2px solid #EDEDED !important
}



/*
* Footer
*/
#footer {

    border-top: 3px solid #333;
    font-size: inherit;
    font-size: 15px;
}
#footer span, #footer a {
    color: #93949a;
}
#footer .footer-border {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #272a36;
    color: #8d8e94;
}
#footer .custom-font-size-2 {
    line-height: inherit;
}

.social-icons li {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-icons li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #93949a;
    color: #93949a !important;
}

@media (max-width: 991px) {
    #footer {
        text-align: center;
    }
    #footer .container .row > .col-md-5,
    #footer .container .row > .col-md-3:nth-of-type(2) {
        margin-bottom: 100px;
    }
}



/* main left */
.tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link {
    border-left: 0 !important;
    border-right-width: 3px;
    border-right-style: solid;
    border-right-color: #f0f0f0;
    border-bottom: 0;
    border-radius: 0;
    background: transparent !important;
    color: #1d2127;
    font-size: 16px;
}
.tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link:before {
    content: none;
}
.tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link:hover, .tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link:focus, .tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link.active {
    border-right-width: 5px;
}

.tabs-navigation.custom-tabs-navigation-1 .nav-tabs > li .nav-link.active {
    border-color: #e36159
}

section.section.list {
    background: none;
    border-top: 0;
    padding: 0
}


/* titles pages */

.custom-parallax-medium-padding {
    padding: 100px 0 !important;
}

/* sections */
/* contact */
section.contact, section.questions, section.award, section.register  {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.contact { background-image: url("../img/backgrounds/contacto-unsplash.jpg"); }
section.questions { background-image: url("../img/backgrounds/preguntas-unsplash.jpg"); }
section.award { background-image: url("../img/backgrounds/premio-pixabay.jpg"); }
section.register { background-image: url("../img/backgrounds/register-freepi.jpg"); }

.categories .content-grid-item {
    transition: all .5s ease;
}
.categories .content-grid-item:hover {
    transition: all .5s ease;
    background-color: #ffffff !important
}

.categories .icons {
    padding:20px;
    font-weight: bold;
    transition: all .5s ease;
}

.categories .content-grid-item:hover .icons {
    transition: all .5s ease;
    color: #e36159 !important
}

.custom-tour-stage:hover .btn-detail-work {
    border-color:#0088CC !important;
    background-color: white;
    color: #212529;
}

.custom-tour-stage .btn-detail-work, .content-files span, .work-detail .photo-perfil .photo { transition: .2s ease all; }

.custom-tour-stage .btn-detail-work:hover, .content-files span:hover, .work-detail .photo-perfil:hover .photo {
    transform:scale(1.15);
    transition: .2s ease all;
}

.play-video-custom img {
    width:100px !important; height:100px !important
}

/*.lightbox-opened.live-fb .mfp-content {
    height:100% !important;
    max-width: 855px !important;
}*/

.content-files {
    flex-wrap: wrap;
    border: 2px dashed #ededed;
}
.content-files span .icon-attach {transition: .3s ease all;}
.content-files span:hover .icon-attach { fill: #0088CC; transition: .3s ease all;}
.toggle-minimal .toggle.active label {
    background-color: #0088CC !important;
    padding-left: 15px;
    color: white !important;
}

.work-detail .photo-icon {
    object-fit: cover;
    object-position: center;
    height: 100px;
    width: 80px;
    justify-content: center;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}

.work-detail .active.photo-perfil { background-color: #ededed }
.work-detail .photo-perfil { border-top-left-radius: 8px; border-top-right-radius: 8px }
.work-detail .photo-perfil .photo { border-radius: 10px }
.work-detail .photo-icon img { height: 100% }
.toggle.note-score > label:nth-child(1) { border-left-color: #e36159 !important; color: #e36159 !important }
.toggle.note-score.active > label:nth-child(1) { color: #fff !important; background-color: #e36159 !important;}
.toggle label.error { color: #C10000 !important}
.work-detail .toggle label { border-radius: 0 !important}
.work-detail .form-control {border: 0 !important;border-radius: 0!important;border-bottom:3px solid #0088CC !important}
.work-detail .form-control:disabled, .work-detail .form-control[readonly] { border:0 !important;background-color: white; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type=number] { -moz-appearance:textfield !important; }
.circles-info {
    margin-top: 0px !important;
}

.circles-info-top {
    margin-top: -220px !important;
    transition: 1s all ease;
}

.circles-info-top a i, .circles-info-top .process-step-content a h4 { color: #fff }

@media screen and (max-width: 980px) {
    .circles-info-top { order: 2; }
    .circles-info-top { margin-top: 0px !important; }
    .circles-info-top a i { color: #0088CC !important }
    .circles-info-top .process-step-content a h4 { color: #333 }
}