body{
   
}
@font-face {
    font-family: 'BentonSansBBVA Book';
    src: url('../fonts/BentonSansBBVA-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'subtitle';
    src: url('../fonts/TiemposHeadline/tiempos-headline-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bbva-icons-coronita';
    src: url('/fonts/bbva-icons-coronita.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSansBBVA Medium';
    src: url('../fonts/BentonSansBBVA-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.header-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    top: 0;
	margin: 16px 24px;
    border-radius: 1rem;
    background-color: #F7F8F8;
    box-shadow: 0px 1px 3px 0px #27292D05;
    box-shadow: 0px 4px 4px 0px #1212120A;
}

.header-title{
    padding: 30px 16px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    width:1160px;
    margin: auto;
	align-items: center;
    justify-content: space-between;
}

.header-global-logo {
    width: 140px;
    height: 40px;
    background-image: url(../img/bbva-logo-dark-blue.svg);
    background-position-x: center;
    background-position-y: center;
    background-size: 100%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}
.header-title-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex
}

.header-title-content-text{
    font-size: 1rem;
    font-family: "BBVA Web Medium BS", sans-serif;
    line-height: 0.1rem;
    color: #fff;
}

.header-content-separacion{
    border-left: 1px solid #fff;
    margin-left: 1rem;
    margin-right: 1rem;
    opacity: .3;
}

.header-link{
	color: #00288F;
	font-size: 15px;
    font-family: "BBVA Web Medium BS", sans-serif;
    line-height: 0.1rem;
    text-decoration: none;
    cursor: pointer;
}


.info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:  15px;
    margin-top: 48px;
}

.title {
    text-align: center;
    font-family: 'subtitle';
    font-size: 48px;
    color: #070E46;
    margin-top: 10px;
    margin-bottom: 10px;
}
.description {

    text-align: center;
}

.color-blue {
    color: #070E46;
    font-size: 15px;
}

.error-section {
    margin-bottom: 20px;
}

.error-title {
    font-size: 16px;
    font-weight: bold;
    color: #070E46;
    margin-bottom: 10px;
    font-size: 15.01px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'BentonSansBBVA Medium'
}

.form-btn {
    position: relative;
    border: none;
    border-radius: 8px;
    font-weight: 500;
    font-family: 'BentonSansBBVA Medium', sans-serif;
    color: white;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.btn {
    padding: 16px 32px;
}

.form-btn a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.form-btn:hover {
    background-position: 0 center;
}

/* Efecto de sombra desde una esquina */
.btn-transform {
    will-change: background-position;
    background-size: 210% 100%;
    background-position: 99% center;
    background-repeat: no-repeat;
    -webkit-transition: background-position .66667s cubic-bezier(.24,.22,.31,1.07);
    transition: background-position .66667s cubic-bezier(.24,.22,.31,1.07);
    background-image: linear-gradient(100deg, #070e465b 50%, #00288f 50%);
    background-color: #00288f;
}
.form-btn:nth-child(2) {
    background-color: var(--color-primary-light);
    color: var(--color-dark-blue);
    font-family: 'BentonSansBBVA Book', sans-serif;
}

/* .form-btn.modal-btn {
    background-color: var(--color-primary-title);
} */

.form-btn a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
}

@media (max-width: 768px) {
	
	.desktop{
		display: none;
	}
	
		
	.header-content{
		background-color: transparent;
		box-shadow: none;
        margin: 0;
	}

    .header-title{
		justify-content: center;
    }

    
     .footer-login-content{
        width: 100%;
        display: block;
		text-align: -webkit-center;
    }
	
	.footer-login-network-icons{
		display: ruby;
    }
	
	.footer-login-list{
		flex-direction: column;
	}
	
	.footer-login-claim{
		width: 100%;
		justify-content: center;
	}
    
    
	
}



/* Mobile Devices */
@media (max-width: 425px ) {
    .title{
        max-width: 330px;
    }
    .description {

        text-align: center;
        max-width: 365px;
    }
    .footer-login{
        margin: 1rem 1rem 1rem 1rem;
    }

    .form-login{
        margin: 1rem 1rem 1rem 1rem;
    }

    .form-login-content{
        width: 8rem;
        display: block;
    }
    .header-global-logo {
        background-size: cover;
        width: 108px;
        height: 32px;
    }

    .header-content {
        margin: 0;
	}
}

p {
    font-family: 'BentonSansBBVA Book';
    color: var(--color-primary-title);
}

.header-content{
    span {
        color: #00288F;
    }
}