/* Custom CSS
 * --------------------------------------- */
@font-face {
    font-family: 'BancoLombiaRegular'; /*a name to be used later*/
    src: url('https://expsilver.eventosbancolombia.com/front/css/fonts/CIBFontSans-Regular.otf'); /*URL to font*/
}


body {
    font-family: 'BancoLombiaRegular' !important; /*a name to be used later*/
    color: #333;
    color: rgba(0, 0, 0, 0.5);
}


header{
    width: 100%;
}

header .bar{
    background: #292524;
    border-bottom: 4px solid #FFD800;
    height: 35px;
}

header .bar2{
    background: #FFD800;
    height: 40px;
}

.head{
    padding: 10px 0px;
}
.head img{
    max-width: 200px;
}

.head h1{
    margin: 0px 20px;
}


.menu{
    margin: 0px 20px;
    border-left: #FFD800 4px solid;
    padding-left: 10px;
}
.menu ul{
    padding: 12px 0px 0px 0px;
}
.menu ul li{
    padding: 0px 30px;
    list-style: none;
}
.menu ul li a{
    color: #292524;
    text-decoration: none;
}
.menu ul li a:hover{
    color: #FFD800;
}




.video{
    padding: 30px 20px;
}

.video .row{
    width: 100%;
    margin: 0px auto;
}
.video .movie{
    width: 100%;
    max-height: 180px;
    object-position: top;
    object-fit: cover;
}

.video div{
    position: relative;
}
.video img:hover{
    cursor: pointer;
}
.video .play{
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    left: 41%;
    top:34%;
}
.video .play img{
    max-width: 60px;
}


.video .name{
    background: #FFD800;
    padding: 20px;
    font-size: 13px;
    line-height: 14px;
    height: 69px;
}
.video .votes{
    background: #fff;
    padding: 20px;
    font-size: 13px;
    line-height: 14px;
}



.videos iframe{
    margin: 50px auto;
    height: 460px;
}


.ranking{
    color: white;
    font-size: 20px;
}

.ranking .votos{
    background: #FDDA21;
    border-radius: 30px;
    text-align: center;
    margin: 10px auto;
    color: black;
}

.ranking .name{
    margin: 10px auto;

}

.square {
    border: 1px solid #fff;
    width: 50%;
    margin: 0px auto;
    height: calc(90vh - 30vh);
}

.square p {
    background: #fff;
    padding: 30px 50px;
    width: 100%;
    margin: 0px !important;
    font-size: 20px;
    line-height: 19px;
    font-weight: bold;
    text-align: center;
}

h1 {
    font-size: 25px;
    color: white;
}

.yellow {
    font-weight: bold;
    color: #FDDA21;
    line-height: 40px;
    margin-bottom: 25px;
}

.white {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.white a, .white a:hover{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.bluey{
    background: #00CFF0;
    padding: 10px;
    border-radius: 10px;
}

.items {
    font-size: 15px;
    line-height: 20px;
}
.pasos{
    font-size: 14px;
    line-height: 19px;
}

.white img {
    text-align: center;
    width: 90%;
}
.pasos img{
    text-align: center;
    width: 150% !important;
}

.black {
    color: #000;
    font-size: 18px;
    line-height: 25px;
}

.wht{
    background: #128c7e;
    padding: 20px;
    color: #fff;
    border-radius: 40px;
    width: 40%;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
}
.wht a, .wht a:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.btnYellow {
    background: #FDDA21;
    padding: 20px;
    color: #000;
    border-radius: 40px;
    width: 40%;
    text-align: center;
    margin: 0px auto;
}

.btnYellow a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.btnYellow a:hover {
    text-decoration: none;
    color: white;
}

.btnYellow2 {
    background: #FDDA21;
    padding: 10px;
    color: #000;
    border-radius: 40px;
    width: 40%;
    text-align: center;
    margin: 10px 0px 30px 0px;
}

.btnYellow2 a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.btnYellow2 a:hover {
    text-decoration: none;
    color: white;
}


footer {
    bottom: 0px;
    width: 100%;
    background: white;
}

footer img {
    max-width: 360px;
    padding: 5px;
}

@media only screen and (max-width: 700px) {
    .welcome {
        display: none;
    }
}

@media only screen and (max-width: 600px) {

    .section{
        background-image: none !important;
        background-color: #292524;
    }

    .name{
        text-align: center !important;
    }


    .text-start{
        text-align: center !important;
    }


    .white {
        padding: 0px 60px;
    }

    .items {
        padding: 0px 90px;

    }

    .white img {
        width: auto;
        margin-top: 30px;
    }

    .validate {
    }

    .btnYellow {
        width: 100%;
    }

    footer {
        bottom: -500px;
    }

    .pasos img{
        width: 100% !important;
    }
}


/* Sections backgrounds
* --------------------------------------- */
#section0 {
    background-image: linear-gradient(128deg, #40afff, #3f61ff);
    background-size: cover;
}

#section1 {
    background-image: linear-gradient(128deg, #ff9a3f, #ff4b40);
    background-size: cover;
}


.fp-scroll-down-arrow {
    left: calc(50% - 47px);
    top: calc(100% - 120px);
    cursor: pointer;
    animation: arrow .5s infinite ease-out alternate;
    position: absolute;
    z-index: 999999;
    transform: rotate(-90deg);

}

.fp-arrow-10 {
    display: block;
    font-size: 60px;
}

.fp-arrow-10 > div {
    width: 1.5em;
    height: 0.85em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-arrow-sliding {
    opacity: 0;
    position: absolute;
    animation: slide 2s linear infinite;
}

.fp-arrow-sliding .fp-arrow {
    width: 0.4em;
    height: 0.4em;
    border: 0.1em solid;
    border-color: #fff transparent transparent #fff;
    transform: rotate(-45deg);
}

.fp-delay-1 {
    animation-delay: 1s;
}

.fp-arrow {

}


@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(.75em)
    }
    20% {
        opacity: 1;
        transform: translateX(.45em)
    }
    80% {
        opacity: 1;
        transform: translateX(-.45em)
    }
    to {
        opacity: 0;
        transform: translateX(-.75em)
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(.75em)
    }
    20% {
        opacity: 1;
        transform: translateX(.45em)
    }
    80% {
        opacity: 1;
        transform: translateX(-.45em)
    }
    to {
        opacity: 0;
        transform: translateX(-.75em)
    }
}




.intro-line-wrapper {
    margin-bottom: 40px
}

#section1 .section-content, #section2 .section-content {
    margin: 0 auto;
    display: inline-block;
    width: auto;
    padding: 0 0 0 10%;
    position: absolute;
    left: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%)
}

#section1 .intro p, #section2 .intro p {
    width: 100%;
    margin-left: 8px
}

.slider-control {
    width: 44px;
    height: 44px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 7px;
    border: 1px solid rgba(255, 255, 255, .4);
    line-height: 44px;
    color: #fff;
    font-size: .84em;
    font-family: "courier new";
    position: relative
}

.slider-control span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0
}

.slider-control:not(.disabled):hover span {
    transform: translateX(-5px)
}

.slider-control-next:not(.disabled):hover span {
    transform: translateX(5px)
}

.slider-control span, .slider-control:not(.disabled):after {
    transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.slider-control:not(.disabled):after {
    display: block;
    content: '';
    background-color: #fff;
    height: 1px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: auto;
    right: 14px;
    transform: scaleX(0) translateX(0)
}

.fp-scroll-down-arrow {
    left: calc(50% - 47px);
    top: calc(100% - 120px);
    cursor: pointer;
    animation: arrow .5s infinite ease-out alternate;
    position: absolute;
    z-index: 999999;
    transform: rotate(-90deg)
}

.fp-arrow-10 {
    display: block;
    font-size: 60px
}

.fp-arrow-10 > div {
    width: 1.5em;
    height: .85em;
    display: flex;
    justify-content: center;
    align-items: center
}

.fp-arrow-sliding .fp-arrow {
    width: .4em;
    height: .4em;
    border: .1em solid;
    border-color: #fff transparent transparent #fff;
    transform: rotate(-45deg)
}

.fp-arrow-10:hover, .fp-arrow:hover {
    cursor: pointer
}

.fp-arrow-10:hover .fp-arrow {
    border-color: orange transparent transparent orange
}

.fp-arrow-sliding {
    opacity: 0;
    position: absolute;
    -webkit-animation: slide 2s linear infinite;
    animation: slide 2s linear infinite
}

.fp-delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}


#votar{
    cursor: pointer;
}

.ter{
    position: relative;
    text-align: center;
    color: white;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5564819677871149) 0%, rgba(0,0,0,1) 86%);
    width: 100%;
    padding: 20px;
    margin: 0px auto;
}
