html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    font-family: 'Okta Regular' !important;
}

body {
    font-family: 'Okta Regular' !important;
    background: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #004970 !important;
}

#main-content {
    min-height:900px;
}

@media (min-width: 768px) {
    html {
    font-size: 16px;
  }
}


.titulo-1 {
    font-size: 40px;
    color: #004970;
    font-weight:bold;
}

.card-header-formulario {
    border-bottom:none;
}

.card-body-formulario {
    background-color: rgba(187, 234, 225, 0.15);
    border-radius: 1rem;
}

.card-formulario {
    box-shadow: none !important;
}

.form-label {
    color: #004970;
}

.label-factu {
    font-family: 'Okta Regular' !important;
    font-size: 22px;
    color: #00ACD4;
    font-weight: bold;
}

.label-factu2 {
    font-family: 'Okta Regular' !important;
    font-size: 22px;
    color: #004970;
    font-weight: bold;
}

.label-factu3 {
    font-family: 'Okta Regular' !important;
    font-size: 18px;
    color: #00ACD4;
    font-weight: bold;
}

.label-factu4 {
    font-family: 'Okta Regular' !important;
    font-size: 18px;
    color: #004970;
    font-weight: bold;
}


.btn-outline-fpt {
    color: #6c757d;
    border-color: #00ACD4;
    border-width: .125rem;
    border-style: solid;
    box-shadow: none;
    padding: .5rem 1.375rem .375rem;
    border-radius: 0.65rem;
    background-color: white;
    font-weight: bold;
    text-transform:none;
}


.btn-fpt {
    color: #fff;
    background-color: #00ACD4;
    font-weight: bold;
    text-transform: none;
    border-radius: 0.65rem;
    padding: 0.4rem 1.2rem;
    font-size: 16px;
}


.footer {
    color: #004970;
}


#barra-relleno {
    background: linear-gradient(to right, #229ED9, #57DEC3);
    min-height: 15px;
    margin-bottom: 0px !important;
}




@media (min-width: 0px) and (max-width: 576px) {

    #img-logo-fpt {
        width: 35%;
    }

    .titulo-1 {
        font-size: 25px;
    }

    .seccion-dos {
        margin-bottom: 0px !important;
    }

}

@media (min-width: 0px) and (max-width: 576px) {   

    .imglogo {
        width: 25%;
        height: auto;
    }
    .imgfactu {
        width: 75%;
        height: auto;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .titulo-1 {
        font-size: 25px;
    }
    .imglogo {
        width: 25%;
        height: auto;
    }
    .imgfactu {
        width: 55%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    body {
        min-height:700px;
    }

    .titulo-1 {
        font-size: 20px;
    }
    .imglogo {
        width: 18%;
        height: auto;
    }
    .imgfactu {
        width: 50%;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .titulo-1 {
        font-size: 20px;
    }
    .imglogo {
        width: 18%;
        height: auto;
    }
    .imgfactu {
        width: 35%;
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .titulo-1 {
        font-size: 20px;
    }
    .imglogo {
        width: 15%;
        height: auto;
    }

    .imgfactu {
        width: 35%;
        height: auto;
    }
}

@media (min-width: 1400px) and (max-width: 2000px) {
    .titulo-1 {
        font-size: 25px;
    }

    .imglogo {
        width: 10%;
        height: auto;
    }

    .imgfactu {
        width: 30%;
        height:auto;
    }
}


.label-form-head-bluegreen {
    font-family: 'Poppins' !important;
    font-size: 26px;
    color: #00C6AA;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.label-form-head-black {
    font-family: 'Poppins' !important;
    font-size: 26px;
    color: #004961;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.btn-outline-fpt-form {
    font-family: 'Poppins' !important;
    font-size: 16px;
    color: #686868;
    border-color: #00C6AA;
    border-width: 3px;
    border-style: solid;
    box-shadow: none;
    padding: .5rem 1.375rem .375rem;
    border-radius: 0.65rem;
    background-color: white;
    font-weight: 500;
    text-transform: none;
    justify-content: center;
    align-items: center;
}

.txt-outline-form {
    border-color: #BCBCBC;
    border-width: 2px;
    border-style: solid;
    border-radius: 20px;   
    font-size:14px!important;
}

.spinner {
    background: #4267b2;
    border-radius: 5px;
    color: white;
    height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.card-body-formulario-2 {
    background-color: transparent;
    border-radius: 1.5rem;
    border-color: #EBEBEB;
    border-width: 1px;
    border-style: solid;
    box-shadow: -5px 24px 56px -28px rgba(0,198,170,0.48);
}

.btn-fpt-form {
    color: #fff;
    background-color: #00C6AA;
    font-weight: 500;
    text-transform: none;
    border-radius: 1rem;
    padding: 0.4rem 1.2rem;
    font-size: 14px;
    font-family: 'Poppins' !important;
}

.label-form-footer {
    font-family: 'Poppins' !important;
    font-size: 8px;
    color: #686868;
    font-weight: 600;
    justify-content: center;
    text-align:center;
    width:100%;
}

.label-form {
    font-family: 'Okta Regular' !important;
    font-size: 14px;
    color: #686868;
    font-weight: 400;
}

.btn-fpt-form-small {
    color: #fff;
    border-radius: 20px;
    width: 100px;
    height: 40px;
    border-color: #00C6AA;
    border-width: 2px;
    border-style: solid;
    box-shadow: none;
    text-transform: none;
    padding: .5rem 1.375rem .375rem;
    justify-content: center;  
}

    .btn-fpt-form-small:hover {
        box-shadow: 0 0 11px #00C6AA;
    }

a:hover {
    box-shadow: 0 0 8px #00C6AA;
}

    

