*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-drag: none;
  margin: 0;
  padding: 0; }

html,body {
    height: 100%;
    width: 100%;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width;1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-main:focus, a.skip-main:active {
    color:#fff;
    background-color:#000;
    left:atuo;
    top:auto;
    width: 30%;
    height: auto;
    overflow; auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

body {
    margin: 0;
    font-family: 'Work Sans';
    font-weight: normal;
    font-style: normal;
    /*font-size: 62.5%;*/
    color: #233575;
    background: #f7f6f6;
    min-height: 320px;
    min-width: 320px;
}
ol {
    list-style-position: inside; 
}
a, button {
  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.3s ease-out;  /* Opera */
  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
  transition:all 0.3s ease-out;  /* W3C */
}
a {
    color: #233575;
}
a:hover {
    color: #0e1836;
    text-decoration: none;
}
strong {
    font-weight: bold;
}
img {
    background: #FFF url("../imgs/loader.gif") no-repeat center center;
    background:none;
}


.clearfix:before,
.clearfix:after {
  display: table;
  content: " "
}
.clearfix,
.clearfix:after {
  clear: both !important;
}

.no-float {
  float: none !important;
}

.full-width {
  padding: 0;
}

.padding-0 {
  padding: 0;
}
.margin-auto {
  margin: 0 auto;
}



/* ------ TXT ------ */
p.txt-xs {
  font-size: 1.1rem !important;
}
p.txt-m {
  font-size: 1.2rem !important;
}
p.txt-l {
  font-size: 1.4rem !important;
}
p {
  font-size: 1.5rem !important;
}
h4 {
  font-family: 'Cardo';
  font-size: 2rem !important;
  line-height: 1.3;
}
h3 {
  font-weight: bold !important;
  font-family: 'Cardo';
  font-size: 2.8rem !important;
}
h2 {
  font-weight: bold !important;
  font-family: 'Cardo';
  font-size: 3.5rem !important;
}
h1 {
  font-weight: bold !important;
  font-family: 'Cardo';
  font-size: 4rem !important;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

b {
  font-weight: bold !important;
}


.about-directors + .navbar-default + .main-content h3,
.about-directors + .navbar-default + .main-content h4 {
  font-family: 'Roboto' !important;
  margin-top: 0 !important;
}



.txt-family-Cardo {
  font-family: 'Cardo';
}
.txt-family-WorkSans {
  font-family: 'Work Sans';
}
.txt-family-Roboto {
  font-family: 'Roboto';
}




.txt-weight-thin {
  font-weight: 100;
}
.txt-weight-extralight {
  font-weight: 200;
}
.txt-weight-light {
  font-weight: 300;
}
.txt-weight-normal {
  font-weight: normal;
}
.txt-weight-medium {
  font-weight: 500;
}
.txt-weight-bold {
  font-weight: bold;
}
.txt-weight-semibold {
  font-weight: 600;
}
.txt-weight-extrabold {
  font-weight: 800;
}
.txt-weight-black {
  font-weight: 900;
}


.txt-style {
  font-style: italic;
}


.txt-color-white {
  color: #FFFFFF;
}
.txt-color-darkblue {
  color: #192D68;
}
.txt-color-blue {
  color: #233575;
}
.txt-color-yellow {
  color: #FFC609;
}
.txt-color-grey {
  color: #A9ADB1;
}


/*BK*/
.bk-blue {
  background-color: #233575;
}
.bk-softgrey {
  background-color: #EDEDED;
}
.bk-grey {
  background-color: #E7E5E5;
}
.bk-yellow {
  background-color: #FFC609;
}








/* ------ MENU ------ */
/* Collapsing Navbar Styles */
@media(min-width:1024px) {
  .navbar-default {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 0;
    /* Add additional styles here for the UNCOLLAPSED state */
  }
  .navbar-default.affix {
    padding: 0;
    /* Add additional styles here for the COLLAPSED state */
  }
}
.navbar-toggle {
    margin-right: 0;
}
.navbar-default {
  background: #FFF;
  border: none;
}
.dropdown .dropdown-menu {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: #EDEDED;
  border: none;
  box-shadow: none;
}
.dropdown-menu > li > a {
  color: #192D68;
  padding-bottom: 14px;
  padding-top: 14px;  
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
  background: #213E7B;
  color: #FFF !important;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    /*color: #FFF;*/
    background-color: #FFF;
    font-weight: bold;
    color: #192D68;
}
.boton-signin {
  margin-left: 20px;
}
nav .logo {
  width: 300px;
  height: 40px;
  margin-top: 4px;
  background: rgba(0, 0, 0, 0) url("../imgs/logo_interaudi_bank.svg") no-repeat center bottom / auto 100%;
}
nav {
  font-size: 1.4rem !important;
}
nav ul.nav {
  background: #FFF;
}
.navbar-default .navbar-nav > li > a {
  color: #233575;
  font-weight: 500;
}
nav select {
  width: 60px;
  height: 50px;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  background: #213E7B;
  padding: 0 10px;
}
nav button.btn-default {
  width: 100px;
  height: 50px;
  border: none;
  margin: 0;
  text-transform: uppercase;
  border-radius: 0;
  color: #213E7B;
  background-color: #FFC609; 
}
nav button.btn-default:hover {
  background-color: #EDB80B; 
}


.select-lenguaje .sod_list_wrapper,
.select-lenguaje .sod_label {
  display: none;
}

.select-lenguaje,
.boton-signin {
  display: block !important;
}
.select-lenguaje-mobile,
.signin-mobile {
  display: none !important;
}

.select-lenguaje-mobile {
  padding: 20px 0;
  display: table;
}
.select-lenguaje-mobile ul {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 20px;
}
.select-lenguaje-mobile ul > li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #213E7B;
}
.select-lenguaje-mobile ul > li:last-child {
  border-right: 0;
}
.select-lenguaje-mobile ul > li a {
  color: #213E7B;
  font-weight: 500;
}



#subNav {
  background: #213E7B;
  border-radius: 0;
}
#subNav ul {
  list-style: none;
  height: 50px;
  margin-bottom: 0;
}
#subNav ul>li{
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
#subNav ul>li>a{
  color: #FFF;
}
#subNav ul>li.active>a {
  font-weight: bold;
  color: #D2C040;
}




/* Features */
.features-content {
  width: 100%;
  padding: 100px 0 0 0;
  background-image: url("../imgs/home-footer-bk.png");
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-position: center top;
}
.features-content .features .title > span {
  width: 22px;
  height: 22px;
  float: left;
  margin-right: 10px;
}
.features-content > footer {
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #B7BBBF;
}
footer p,
footer p a {
  color: #FFFFFF;
  margin-bottom: 0;
}
footer p a:hover,
footer p a:focus,
footer p a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
footer.interior {
  background-color: #233575;
  color :#FFFFFF;  
  padding: 20px 0;
}



/* Parallax */
.parallax {
  width: 100%;
  position: relative;
}

/* HOME */
.parallax.home {
  /* The image used */
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/home-main-bk.jpg");
  /* Set a specific height */
  /*min-height: 100vh; */
  height: 70vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: calc(-300px) 40px, top right;
  background-repeat: no-repeat;
  background-size: auto 70vh, auto 70vh;
  -webkit-background-size: auto 70vh, auto 70vh;
  -moz-background-size: auto 70vh, auto 70vh;
  -o-background-size: auto 70vh, auto 70vh;
}
.parallax .logoText {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 50px;
  margin-left: 100px;
  border-left: 2px solid #FFC609;
}
.parallax .logoText .logo {
  margin-bottom: 20px;
}


/* HEADER */
header.parallax {
  /*margin-top: 50px;*/
  /* The image used */
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/banking-header.jpg");
  /* Set a specific height */
  height: 480px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: calc(-300px) 40px, top 50px right;
  background-repeat: no-repeat;
  background-size: auto 520px, auto 480px;
  -webkit-background-size: auto 520px, auto 480px;
  -moz-background-size: auto 520px, auto 480px;
  -o-background-size: auto 520px, auto 480px;
}
header.parallax .title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 50px;
  margin-left: 100px;
  border-left: 2px solid #FFC609;
}
header.parallax.banking-deposits {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/banking-deposits.jpg");
}
header.parallax.banking-loans {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/banking-loans.jpg");
}
header.parallax.banking-internet {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/banking-internet.jpg");
}
header.parallax.banking-other {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/banking-other.jpg");
}
header.parallax.investments-brokerage {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/investments-brokerage.jpg");
}
header.parallax.investments-wealth {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/investments-wealth.jpg");
}
header.parallax.about-us {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/about-us.jpg");
}
header.parallax.about-directors {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/about-directors.jpg");
}
header.parallax.contact {
  background-image: url("../imgs/home-footer-bk-circle.png"), url("../imgs/contact.jpg");
}




/* -- MAIN CONTENT -- */
.main-content {
  padding: 80px 0 100px 0;
}
.main-content a {
  text-decoration: underline;
}
.main-content .change-content ul li > a {
  text-decoration: none;
}
.main-content .titles-content {
  margin-bottom: 30px;
}
.main-content .titles-content .title > a {
  font-size: 1.6rem;
  color: #192D68;
}
.main-content .title {
  margin-bottom: 40px;
}
.main-content .title h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #192D68;
}
.main-content .map-content {
  width: 100%;
  margin-bottom: 100px;
  display: table;
  clear: both;
  float: none;
}
.main-content .map-content .map {
  height: 400px;
}
.main-content .map-content .map.chico {
  height: 280px;
}
.main-content .map-content ul {
  list-style: none;
}
.main-content .map-content ul p {
  margin-bottom: 0;
}
.main-content .map-content h3,
.main-content .map-content h4 {
  margin-top: 0;
}
.main-content .address {
  margin-bottom: 50px;
}
.main-content .address:last-child {
  margin-bottom: 0px;
}
.main-content .map-content .title {
    margin-bottom: 0px;
}


.main-content .btn-readmore {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  background: transparent;
  border: none;
  padding: 0;
  color: #A9ADB1;
  text-decoration: underline;
  box-shadow: none;
}
.main-content .btn-readmore:hover, .main-content .btn-readmore:focus, .main-content .btn-readmore.focus {
  color: #A9ADB1;
  text-decoration: none;
} 
.main-content .btn-readmore.collapsed:after {
    content: "Read more";
}
.main-content .btn-readmore:after {
    content: "Read less";
}
.main-content .personal .person {
  margin-bottom: 40px;
  min-height: 120px;
}


.change-content {
  margin-top: 40px;
}
.change-content .texto > p,
.change-content .texto > ul li >p {
  font-size: 1.4rem !important;
}
.change-content .texto > p {
  font-family: 'Roboto';
}

.main-content ul.bullets-yellow {
  list-style: none;
}
.main-content ul.bullets-yellow li:before {
    content: "• ";
    color: #FFD000;
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin-right: 10px;
}
.main-content ul.bullets-yellow li p {
  padding-left: 20px;
}

.change-content .change-menu > ul {
  list-style: none;
}
.change-content .change-menu > ul li {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 1.5rem !important;
  border-top: 1px solid #D8D8D8;
  cursor: pointer;
  -webkit-transition:all 0.3s ease-out;  /* Chrome y Safari */
  -o-transition:all 0.3s ease-out;  /* Opera */
  -moz-transition:all 0.3s ease-out;  /* Mozilla Firefox */
  -ms-transition:all 0.3s ease-out;   /* Internet Explorer */
  transition:all 0.3s ease-out;  /* W3C */ 
  background-position: right 10px center;
}
.change-content .change-menu > ul li:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.change-content .change-menu > ul li:hover {
  background: #E7E5E5;
  background-position: right 10px center;
}
.change-content .change-menu > ul li.active {
  background: #E7E5E5 url("../imgs/arrow-right-blue.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.change-content .change-menu > ul li > a {
  color: #192D68;
  font-weight: 500;
  letter-spacing: -0.8px;
}


/* Popup */
.change-content .change-text .texto {
  display:none;
}  
.change-content .change-text .texto.active {
  display:block;
}

/* NO IE */
/*#outdated {
  height:100%;
}*/


/* Modal */
.alertLeaveWeb .modal-content {
    border: none;
    border-radius: 0px;
}
.alertLeaveWeb .modal-body {
    padding: 30px;
}
.alertLeaveWeb .modal-body p {
  margin: 0;
}
.alertLeaveWeb .modal-footer {
    border-top: 1px solid #D8D8D8;
    background: #E7E5E5;
}
.alertLeaveWeb .modal-footer .btn
LeaveWeb .modal-footer .btn {
    min-width: 100px;
    border-radius: 3px;
}
.alertLeaveWeb .modal-footer .btn.btn-primary:hover {
    background: #192D68;
}
.alertLeaveWeb .modal-footer .btn.btn-default:hover {
    background: #f7f6f6;
}