/* 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'; /*a name to be used later*/
    color: #333;
    color: rgba(0, 0, 0, 0.5);

}


.container {

}

.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;
}

.items {
    font-size: 17px;
    line-height: 20px;
}

.white img {
    text-align: center;
    width: 90%;
}

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

.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 {
    z-index: 999999;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
}

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


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

    header nav {
        text-align: center;
        margin-top: 20px;
    }

    .white {
        padding: 0px 60px;
    }

    .items {
        padding: 0px 90px;

    }

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

    .validate {
    }

    .btnYellow {
        width: 100%;
    }

    footer {
        bottom: -50px;
    }
}


/* Sections backgrounds
* --------------------------------------- */
#section0 {
    background-image: linear-gradient(128deg, #40afff, #3f61ff);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000D40 !important;
}

#section1 {
    background-image: linear-gradient(128deg, #ff9a3f, #ff4b40);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000D40 !important;
}


.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
}


.questionDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 75vh;
}

.questionDiv h1 {
    border: #001865 3px solid;
    background: #fff;
    border-radius: 20px;
    padding: 26px 61px;
    width: auto;
    margin: 0px auto;
    color: #001865;
}

.next {
    border: #001865 3px solid;
    background: white !important;
    border-radius: 12px;
    width: auto !important;
    margin: 0px auto;
    color: #001865;
    display: block;
    width: 75% !important;
    padding: 11px;
    z-index: -9999;
    font-weight: bold;
    cursor: pointer;
}

.btn_check {
    background: white !important;
    color: #001865 !important;
    border: #001865 3px solid !important;
    padding: 10px 30px !important;
    border-radius: 16px !important;
    font-size: 20px !important;
}

.btn-group > .btn-check:checked + .btn {
    background: #001865 !important;
    border: #fff 3px solid !important;
    color: #fff !important;
}

.questionDiv:nth-child(n) {
    display: none;
}

.points {
    border: #001865 6px solid;
    background: white;
    border-radius: 10px;
    padding: 10px 30px;
    width: auto;
    margin: 0px auto;
    color: #001865;
}


.logo {
    width: 10%;
    float: right;
}


@media (max-height: 750px) {
    .questionDiv h1 {
        font-size: 18px !important;
    }
}




@media (max-width: 1000px) {

    #section0 {
        background: url('assets/home_mobile.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        background-color: #000D40 !important;
    }

    .game {
        background: url('assets/bg_mobile.jpg') !important;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        background-color: #000D40 !important;
    }

    #fullpage {
        /*display: none !important;*/
    }

    .game_section {
        margin-top: 0px !important;
        padding-top: 10px !important;
    }

    .questionDiv .row, .questionDiv .row .row, .questionDiv .row .row .row {
        margin: 0px auto !important;
    }

    .questionDiv h1 {
        margin: 0px auto !important;
        padding: 10px;
        font-size: 18px;
    }

    .questionDiv {
        height: 90vh !important;
    }

    .btn-group label {
        font-size: 16px !important;
        line-height: 17px !important;
    }

}


@media (max-height: 550px){
    .questionDiv h1{
        font-size: 14px !important;
    }
    .btn-group label{
        font-size: 13px !important;
        line-height: 14px !important;
        padding: 5px !important;
    }
    .questionDiv .row, .questionDiv .row .row, .questionDiv .row .row .row div{
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
}
