/*Stars Styles*/
/*FONTS*/
/*
* Legal Disclaimer
*
* These Fonts are licensed only for use on these domains and their subdomains:
* banregio.com
*
* It is illegal to download or use them on other websites.
*
* While the @font-face statements below may be modified by the client, this
* disclaimer may not be removed.
*
* Lineto.com, 2018
*/

@font-face {
    font-family: "book";
    src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.eot");
    src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"),
        url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.woff2") format("woff2"),
        url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bold";
    src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.eot");
    src: url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"),
        url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.woff2") format("woff2"),
        url("https://portalbanregio.s3.amazonaws.com/assets/naranja/css/lineto-circular-pro-bold.woff") format("woff");
    font-weight: bold;
    font-style: bold;
}

/*----*/
:root {
    --color-fuentes: #ffff;

}

h1 {
    font-size: 3.0rem;
}

.bgr {
    background-image: url("https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/8e96e43e-f66a-441e-8cbc-29ad33da2025.png");
    
    background-size: cover;
    min-height: 100vh;
    height: 100%;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.nav {
    padding-top: 8px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}


.content-title {
    padding-top: 10px;
}

.title {
    color: var(--color-fuentes);
    font-family: 'book';
    padding-left: 20px;
    padding-right: 20px;
}
.subtitle{
color: var(--color-fuentes);
    font-family: 'book';
    padding-left: 20px;
    padding-right: 20px;
font-size:33px;
}

.text-banco {
    color: var(--color-fuentes);
    font-weight: bold;
    font-size: 18px;

}

.text-banco:hover {
    text-decoration: none;
    color: var(--color-fuentes);
}

/*Stars Medias*/



@media  (max-width:768px) {

    .bgr{
        background-image: url("https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/6d27c7bb-580b-424e-b973-f392b75f0ea1.png");
        background-size: cover;
        min-height: 100vh;
        height: auto;
    }
}


@media(max-width: 475px) {
    .bgr {
        background-image: url("https://image.hola.banregio.com/lib/fe4215707564057b751673/m/6/611927c0-2803-4ffb-82e8-551150363763.png");
        background-size: cover;
        min-height: 100vh;
        height: auto;
    }

    .title {
        font-size: 38px;

    }
.subtitle{

font-size:22px;
line-height:1.1;
}

    .text-banco {
        font-size: 15px;

    }
}

@media (max-width: 320px) {
  
    .title {
        font-size: 28px;

    }
.subtitle{

font-size:22px;
line-height:1.1;
}

    .text-banco {
        font-size: 15px;

    }
}