
:root {
    --bitel-turquoise-light: #29BDBC;
    --bitel-turquoise-dark: #00788C;
    --bitel-purple-dark: #411F7E;
    --bitel-purple-light: #934EEA;
    --bitel-pink: #EB3796;
    --bitel-yellow: #F8E957;
    --bitel-red: #DA3D35;
    --bitel-gray-light: #ADAABF;
    --bitel-gray-dark: #666B74;
}

*{
    font-family: "Inter", serif;
}

/* General presets */
.text-yellow{
    color: var(--bitel-yellow);
}

.text-pink{
    color: var(--bitel-pink);
}

.text-red{
    color: var(--bitel-red);
}

.text-purple-light{
    color: var(--bitel-purple-light);
}

.text-turquoise-light{
    color: var(--bitel-turquoise-light);
}

.text-turquoise-dark{
    color: var(--bitel-turquoise-dark);
}

.text-purple-dark{
    color: var(--bitel-purple-dark);
}



.footer_bg{
    position: absolute;
    width: 100%;
    bottom: -50px;
    z-index: 0;
}


.main-font-medium{
    font-size: 2em;
    font-weight: 800;
}


.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/** NAV */
.header_container{
    background: rgba(255, 237, 0, 1);
}

.nav_link{
    color: #007689;
}

.app_link{
    text-decoration: none;
}

.nav_link:hover{
    color: var(--bitel-purple-dark);
}

main{
    border: 0;
    background:  linear-gradient(57.95deg, rgba(1, 59, 103, 0.9) -3.16%, rgba(0, 62, 108, 0.9) 18.08%, rgba(1, 51, 91, 0.9) 50.33%, rgba(0, 96, 166, 0.9) 80.23%), url('./../img/ucv-background.webp');   
    background-size: cover;
}


.navbar{
    min-height: 80px;
}

.bitel_logo{
    width: 140px;
}

.main_container{
    position: relative;
    overflow: hidden;
    background-size: 100%, 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: top, center;    
    min-height: calc(100vh - 80px);
}

.main_section_title{
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFF;
}

.main_section_title span{
    font-family: Inter;
    font-size: 24px;
    font-weight: 900;
    line-height: 29.05px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}

.main_content{
    position: relative;
}



.bitel{
    width: 150px;
}



.content-footer{
    text-align: center;
}

.prize_foot_text{
    color: #10788A;
    font-weight: 600;
}
.rounded_text{
    background-color: #00ACB6;
    color: #FFF;
    padding: 12px 22px;
    border-radius: 26px;
    text-transform: uppercase;
    font-family: 'ProstoOne', sans-serif;
    font-size: 24px;
    font-weight: 900;
    animation: prize_pulse 200ms ease-in-out infinite;
}

.prize_footer-content{
    position: relative;
    
    top: -100px;
    right: 0;
}

.prize_footer{
    /* position: absolute; */
    bottom: -100px;
    right: 0px;
}

@media only screen and (max-width: 675px) {
    .navbar{
        padding: 10px 0;
    }


    .cloud_paper_1{
        position: absolute;
        width: 180px;
        top: 11%;
        left: 70%;
    }
    .cloud_paper_2{
        position: absolute;
        transform: scaleX(-1);
        width: 160px;
        top: 9%;
        left: -10%;
    }
    .rounded_text{
        font-size: 18px;
    }

    .main_container{
        min-height: calc(100vh - 60px);
    }
    .footer_bg{
        bottom: 0;
    }


}


.btn_send:hover{
    transform: scale(1.04);
    transition: all 100ms;
}

.btn_send{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #FFF;
    background: linear-gradient(180deg, #29BDBC 0%, #007689 100%);
    padding: 10px 20px;
    border-radius: 22px;
}

.btn_send{
    width: 50%;
    outline: none;
    border: none !important;
}

@media (max-width: 540px) {
    .btn_send{
        width: 60%;
    }
}

.btn-turquoise-dark{
    background-color: var(--bitel-turquoise-dark);
    border: var(--bitel-turquoise-light);
    color: white;
}

/** FORM */

.form_title{
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.01em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.form_title span{
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.form_slogan{
    font-size: 26px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(102, 107, 116, 1);
}

.form_text{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(102, 107, 116, 1);
}

.card_form, .card_front{
    position: relative;
    z-index: 4;
}

form a{
    color: var(--bitel-gray-dark);
}

.form-control, .form-select{
    background: rgba(175, 193, 212, 0.25);
    border: 0;
    padding: 12px 20px;
}

.my_input_select {
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; */
    background: url('./../img/arrow-gray-down.svg') no-repeat 94% center;
    background-color: rgba(175, 193, 212, 0.25);
    background-size: 20px 20px;
    padding-right: 30px;
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked{
    background-color: var(--bitel-turquoise-dark);
}

input[type=checkbox]:checked {
    background-color: var(--bitel-turquoise-dark);
    border-color: var(--bitel-turquoise-light);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid{
    border-color: var(--bitel-turquoise-light);
}

.form-select:focus, .form-control:focus, .form-control:active {
    border-color: var(--bitel-turquoise-light);
    box-shadow: 0 0 0 1px var(--bitel-turquoise-dark);
    background: rgba(175, 193, 212, 0.20);
}

.was-validated .form-check-input:valid~.form-check-label{
    color: var(--bitel-turquoise-dark);
}

.form-control.is-invalid, .was-validated .form-control:invalid:focus{
    border-color: var(--bs-form-invalid-border-color); 
    box-shadow: 0 0 0 1px var(--bs-form-invalid-border-color);
}

.form-control.is-valid, .was-validated .form-control:valid:focus{
    border-color: var(--bitel-turquoise-dark);
    box-shadow: 0 0 0 1px var(--bitel-turquoise-dark);
}


/**MODALS*/
.welcome_modal_content{
    background-image: url("../img/marca_de_agua.svg");
    background-repeat: no-repeat;
    background-position: center;    
}

.modal-body{
    font-style: normal;
    font-weight: 400;
    font-size: 1.2em;
}

.modal-close {
    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    padding: 0;
    opacity: 1;
}

.modal-close:focus{
    box-shadow: none !important;
}


.btn_entendido{   
    justify-content: center;
    align-items: center;
    padding: 8px;
    gap: 8px;

    width: 240px;
    height: 43px;

    background: linear-gradient(180deg, #29BDBC 0%, #007689 100%);
    border-radius: 15px;
    border: none;
}


/* PDF viewer */
#pdf-render{
    display: flex;
    justify-content: center;
}

.modal-footer{
    background-color: #FAFAFA;
}

.pagination{
    padding: 4px 10px;
    border: 0.5px solid #b0b0b050;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    gap: 5px;
}

#page-num{
    color: #007689;
}


.pagination_controls{
    display: flex;
    gap: 8px;
    align-items: center;
}

.pagination_controls button{
    display: flex;
    border-radius: 50%;
    background-color: #007689;
    color: #fff;
    border: none;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}

#current-page{
    font-weight: 600;
    font-size: 1.3rem;
}

@media only screen and (max-width: 576px) {
    #pdf-render{
        width: 130%;
    }
}
/* End PDF viewer */


/**FOOTER*/
footer{
    background-color: transparent !important;
    position: absolute;
    color: #fff;
    width: 100%;
    height: 5rem;
    z-index: 20;
}
