/*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;
}

/*----*/
body{
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth
}

/* Generales */


.row {
    height: 100%;
}




.nav {
    background-color: #ff9e6900;

}

.nav-Logo {
  
    padding-top: 0px;
    position: absolute;
    z-index: 1;
}

.nav-link {
    font-family: 'bold';
    font-size: 28px;
    color: #ffffff;
    

}

.nav-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.Banco {
    width: 150px;
    height: auto;
}

.Banco-creadores{
 height: 14px;
}
.section1{
    height: 100vh;
    width: 100%;
    background-color:#F74E0F;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    
}


h1 {
    font-size: 80px;
    margin-top: 100px;
    color: #ffffff;
    text-align: center;
    font-family: 'bold';
margin-bottom: 80px;
}
h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    font-family: 'book';
}


.btn-banregio{
    margin: 40px 0px;
    border: none;
    border-radius: 30px;
    font-size: 22px;
    color: #F74E0F;
    font-family: 'book';
    background-color: #fff;
    padding: 5px 35px;
}
.btn-banregio:hover{
   
   
    color: #ff6b00;
    background-color: #ffffff;
    

}
@media screen and (max-width: 841px) and (orientation: landscape){
    h1 {
        font-size: 40px;
        margin-top: 0px;
    
    }
}


@media screen and (max-width: 590px){
    h1 {
        font-size: 50px;
        margin-top: 90px;

    }

    h2 {
        font-size: 18px;
        
    }

    .Banco {
        width: 85px;
     
    }

    
.Banco-creadores{
    height: 9px;
   }


   .section1{
    padding-top: 20px;
    padding-bottom: 20px;
    
    background-color:#F74E0F;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   
}

}


@media screen and (max-width:321px){

    h1 {
        font-size: 38px;
        margin-top: 90px;

    }


}
