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

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

/*--------------Generales------------*/
body{
    overflow-x: hidden;
 }

 .carousel-indicators [data-bs-target]{
    background-color: #333333;
 }

footer {
    background-color: #ff671d !important;
    color: #fff;
    display: flex;
    padding: 40px 0;
}

.footer-text {
    font-size: 14px;
    text-align: right;
    padding: 30px 70px;
    line-height: 16px;
}
.footer-legales {
    font-size: 14px;
    text-align: left;
    padding: 30px 70px;
    font-family: 'book';
    line-height: 16px;
    color:#333333;
}





.section1 {
    height:100%;
    width: 100%;
background-color: #CED2D3;
padding-top: 30px;
padding-bottom: 0px;
   
   
}
.nav-link{padding-left: 0; padding-right: 0; padding-top: 0px; padding-bottom: 20px;}

.nav{
    padding-top: 20px;
}
.Banco {
    width: 140px;
    height: auto;
    padding-left: 10px;
}
.Banco2{
    height: 19px;
}
.Title-Principal {
    font-family: 'bold';
    font-size: 40px;
    color: #333333;
    line-height: 1.0;
    padding-bottom: 30px;
}
.p-section1 {
    font-family: 'book';
    font-size: 18px;
    color: #2B2723;
line-height: 1.3;
}


/*FOOTER**/
footer {
    background-color: #ff671d !important;
    color: #fff;
    display: flex;
    padding: 40px 0;
}

.footer-text {
    font-size: 14px;
    text-align: right;
    padding: 30px 70px;
    line-height: 16px;
}
.footer-redes-web{
    padding: 0px 70px;
    text-align: right;
}
.iconos-redes-web{
    padding: 0;
    margin-bottom: -14px;
}

.footer-redes-movil{
   display: none;
}
.iconos-redes-movil{
   display: none;
}





/* star media querys  */
@media screen and (max-width: 1024px) {
   
    
  
}
/*Movil-Horizontal*/
@media screen and (max-width: 925px) and (orientation: landscape) {
  
}

/* Tablets*/
@media screen and (max-width: 850px) {
  
  
}

 /**tablet**/
 @media screen and (max-width: 769px) {

  
}
/*Movil-Horizontal*/
@media screen and (max-width: 670px) and (orientation: landscape) {

  
}


/* -----Movil------ */
@media screen and (max-width: 590px){  
   
    footer{
   
        height: 100%;
        width: 102%;
    }
    
    
    .Title-Principal{
        font-size: 40px;

    }
    .footer-redes-web{
        display: none;
     }

     .iconos-redes-web{
        display: none;
     }

     .iconos-redes-movil {
        display: block;
        padding: 0;
        margin-bottom: -6px;
    }
    .footer-redes-movil {
        text-align: center;
        display: block;
    }
    .footer-image {
        text-align: center;
    }

    .footer-text {
        text-align: center;
        padding: 30px 22px;
    }
}
@media screen and (max-width: 376px) {


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

}