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

.img-fluid {
    max-width: 134%;
}
.row {
    height: 100%;
    padding: 0;
}
.columna1{
    background-color:#F86A00 ;
    padding-top: 50px;
}
.columna2{
    background-color:#F86A00 ;
    padding-top: 50px;
}

.contend{
  padding-left: 90px;

}


.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: #F86A00;
    
}
.conoce{
    border:  solid 2px #333333;
    width: 100%;
    height: 40px;
    font-family: 'book';
    font-size: 20px;
    padding: 5px;
}

.nav-link {
    padding-left: 0px;
}

.aqui{
    height: 40px;
    background-color: #FA4616;
    color: #333333;
    font-family: 'bold';
    font-size: 20px;
    border-radius: 0;
}
h1 {
    font-size: 42px;
    margin-top: 30px;

    color: #E0DECD;
    text-align: left;
    font-family: 'bold';
}
h2 {
    font-size: 25px;
   color: #E0DECD;
    text-align: left;
    font-family: 'book';
    margin-top: 50px;
text-decoration: underline;

}


.btn-banregio{
    margin-top: 20px;
    border: solid 1px #333333;
    font-size: 22px;
    color: #333333;
    font-family: 'book';
}
.btn-banregio:hover{
   
   
    color: #fff;
    background-color: #333333;
    

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


@media screen and (max-width: 590px){
p {
       padding-left:30px !important;
    padding-right:10px !important;


    }
    h1 {
        font-size: 50px;
        margin-top: 0px;

    }

    h2 {
        font-size: 18px;
        
    }

    .Banco {
        width: 85px;
     
    }
.img-fluid {
    max-width: 100%;
}

    
.Banco-creadores{
    height: 9px;
   }
.conoce{
    font-size: 16px;
}

  
   .contend {
    padding-left: 20px;
}
.form-group{
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.columna2{
    padding-bottom: 20px;
}
}


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

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

    }
p {
       padding-left:30px !important;
    padding-right:10px !important;

    }
.img-fluid {
    max-width: 100%;
}

}

