<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/roboto/roboto-v18-latin-100.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'),
    url('fonts/roboto/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-v18-latin-100.woff2') format('woff2'),
    url('fonts/roboto/roboto-v18-latin-100.woff') format('woff'),
    url('fonts/roboto/roboto-v18-latin-100.ttf') format('truetype'),
    url('fonts/roboto/roboto-v18-latin-100.svg#Roboto') format('svg');
    }
    
    @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/roboto/roboto-v18-latin-300.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
    url('fonts/roboto/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-v18-latin-300.woff2') format('woff2'),
    url('fonts/roboto/roboto-v18-latin-300.woff') format('woff'),
    url('fonts/roboto/roboto-v18-latin-300.ttf') format('truetype'),
    url('fonts/roboto/roboto-v18-latin-300.svg#Roboto') format('svg');
    }
  
    @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto/roboto-v18-latin-regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
    url('fonts/roboto/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-v18-latin-regular.woff2') format('woff2'),
    url('fonts/roboto/roboto-v18-latin-regular.woff') format('woff'),
    url('fonts/roboto/roboto-v18-latin-regular.ttf') format('truetype'),
    url('fonts/roboto/roboto-v18-latin-regular.svg#Roboto') format('svg');
    }
   
    @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto/roboto-v18-latin-500.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('fonts/roboto/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-v18-latin-500.woff2') format('woff2'),
    url('fonts/roboto/roboto-v18-latin-500.woff') format('woff'),
    url('fonts/roboto/roboto-v18-latin-500.ttf') format('truetype'),
    url('fonts/roboto/roboto-v18-latin-500.svg#Roboto') format('svg');
    }

    @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto/roboto-v18-latin-700.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('fonts/roboto/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-v18-latin-700.woff2') format('woff2'),
    url('fonts/roboto/roboto-v18-latin-700.woff') format('woff'),
    url('fonts/roboto/roboto-v18-latin-700.ttf') format('truetype'),
    url('fonts/roboto/roboto-v18-latin-700.svg#Roboto') format('svg');
    }

    @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/roboto/roboto-v18-latin-900.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
    url('fonts/roboto/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto/roboto-v18-latin-900.woff2') format('woff2'),
    url('fonts/roboto/roboto-v18-latin-900.woff') format('woff'),
    url('fonts/roboto/roboto-v18-latin-900.ttf') format('truetype'),
    url('fonts/roboto/roboto-v18-latin-900.svg#Roboto') format('svg');
    }
.text-light{
    font-weight: 300;
}
.text-medium{
    font-weight: 400;
}
.text-bold{
    font-weight: 700;
}
.login-bpd-wrapper, 
.reseteo-pass-wrapper{
    background: linear-gradient(45deg, #012169 0%,#00c1d5 100%);
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 20px 15px;
    min-height: 100vh;
    font-family: 'Roboto',sans-serif;
    line-height: 1;
    font-size:1.8rem;
}

.login-bpd-wrapper .close-bpd,
.reseteo-pass-wrapper .close-bpd{
    position: absolute;
    right: 4%;
    top: 2%;
    cursor: pointer;
    font-size: 4.5rem;
}

.login-bpd-wrapper .login-bpd,
.reseteo-pass-wrapper .reseteo-pass{
    max-width: 550px;
    display: flex;
    flex-direction: column;
    width:550px;
}

.login-bpd .logo-bpd,
.reseteo-pass .logo-bpd{
    min-width: 180px;
    max-width: 180px;
    align-self: center;
}

.login-bpd .segmentos-tabs{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.login-bpd .segmentos-tabs .segmento{
    display: inline-block;
    padding: 21px 40px;
    border-radius: 30px;
    cursor: pointer;
    transition: background .5s ease-out;    
    color:#fff;
    text-decoration: none;
    outline: none;
}
.login-bpd .segmentos-tabs .segmento.btn-segmento.active{
    background-color: rgba(255, 255, 255, 0.2);
}
.login-bpd .segmentos-tabs .segmento.btn-segmento:hover,
.login-bpd .segmentos-tabs .segmento.link-segmento:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.login-bpd .segmentos-tabs .segmento.link-segmento i{
    font-size:1.5rem;
}

.login-bpd .segmentos-content .segmento .segmento-descripcion h3{
    text-align: center;
    margin-top: 18px;
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 4.5rem;
    font-weight: 300;
}
.login-bpd .segmentos-content .segmento .segmento-descripcion p{
    font-size:1.4rem;
    text-align: center;
}

.login-bpd .segmentos-content .segmento .segmento-formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 27px 0;
}
.login-bpd .segmentos-content .segmento .segmento-formulario input{
	box-shadow: none;
	transition: all .3s ease;
	outline:none;
}
.login-bpd .segmentos-content .segmento .segmento-formulario input{
	box-shadow: none;
	transition: all .3s ease;
}

.login-bpd .segmentos-content .segmento .segmento-formulario input,
.login-bpd .segmentos-content .segmento .segmento-formulario button{
    border-width: 0px;
    border-radius: 4px;
    padding: 20px 15px;
    width: 50%;
    margin-bottom: 15px;
    color: #010101;
}

.login-bpd .segmentos-content .segmento .segmento-formulario button{
    color: #fff;
    background: #9E9E9E;
}
.login-bpd .segmentos-content .segmento .segmento-formulario button.active{
    background: #FF9100;
}
.login-bpd .segmentos-content .segmento .segmento-formulario button.active:hover{
    background: #FF6E00;
}

.login-bpd .segmentos-content .segmento .segmento-formulario input::placeholder { /* Firefox, Chrome, Opera */ 
    color: rgb(204, 204, 204)
} 
  
.login-bpd .segmentos-content .segmento .segmento-formulario input:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: rgb(204, 204, 204)
} 
  
.login-bpd .segmentos-content .segmento .segmento-formulario input::-ms-input-placeholder { /* Microsoft Edge */ 
    color: rgb(204, 204, 204)
}
.login-bpd .segmentos-content .segmento .segmento-formulario input:focus {
	box-shadow: inset 0px -2px 0px 0px #FF9100;
}
.login-bpd .segmentos-content .segmento .segmento-formulario a{
    color:#fff;
    font-size:1.4rem;
    text-decoration: none;
}

.login-bpd .segmentos-content .segmento .segmento-enlaces,
.reseteo-pass .enlaces-pass{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.login-bpd .segmentos-content .segmento .segmento-enlaces a,
.reseteo-pass .enlaces-pass a{
    color:#fff;
    font-size:1.4rem;
    text-decoration: none;
}

.login-bpd .segmentos-content .segmento .segmento-enlaces a.pistas-de-seguridad-link,
.reseteo-pass .enlaces-pass a.pistas-de-seguridad-link{
    display: flex;
    align-items: center;
}

.login-bpd .segmentos-content .segmento .segmento-enlaces &gt; span,
.reseteo-pass .enlaces-pass &gt; span{
    height: 25px;
    background: #fff;
    width: 2px;
}
.login-bpd .segmentos-content .segmento .segmento-enlaces a.pistas-de-seguridad-link i:before,
.reseteo-pass .enlaces-pass a.pistas-de-seguridad-link i:before{
    color:#fff;
    margin-right: 10px;
    font-size: 2rem;
}

/*Reseteo password */
.reseteo-pass-wrapper .reseteo-pass .segmento .olvide-pass-text{
	text-align: center;
    margin: 70px 0;
    font-size: 2.5rem;
}
.reseteo-pass-wrapper .reseteo-pass .segmento .botones-pass{
	display: flex;
    justify-content: space-around;
    margin-bottom: 70px;
}

.reseteo-pass-wrapper .reseteo-pass .segmento .botones-pass .btn-ib{
	padding: 15px 50px;
    background: #00c1d5;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
	min-width: 215px;
    justify-content: center;
}


@media screen and (max-width:480px){
    .login-bpd .logo-bpd{
        max-width: 165px;
        min-width: 165px;
        align-self: start;
        margin-left: 7px;
    }
    .login-bpd-wrapper{
        font-size:1.4rem;
        padding: 20px 15px;
    }
    .login-bpd .segmentos-tabs .segmento, .login-bpd .segmentos-tabs .segmento{
        padding: 16px 20px;
    }
    .login-bpd-wrapper .close-bpd{
        top: 3%;
        right: 6%;
    }
    .login-bpd .segmentos-content .segmento .segmento-formulario{
        margin: 15px 0;
        margin-bottom:20px;
    }
    .login-bpd .segmentos-content .segmento .segmento-formulario input, 
    .login-bpd .segmentos-content .segmento .segmento-formulario button{
        width:80%;
    }
    .login-bpd .segmentos-content .segmento .segmento-descripcion h3{
        margin:20px 0;
        font-size:3rem;
    }
    .login-bpd .segmentos-content .segmento .segmento-descripcion p{
        font-size:1.2rem;
    }
    .login-bpd .segmentos-content .segmento .segmento-enlaces{
        flex-direction: column;
    }
    .login-bpd .segmentos-content .segmento .segmento-enlaces &gt; span{
        display: none;
    }
    .login-bpd .segmentos-content .segmento .segmento-enlaces a:first-child{
        margin-bottom: 20px;
    }
    .login-bpd .segmentos-content .segmento .segmento-enlaces a{
        font-size:1.3rem;
    }
}</pre></body></html>