/*
  estilos generales
*/
html {
  font-size: 15px; }

 @font-face { font-family: Kamerik-b; font-weight: bold; src: url('../fonts/Kamerik105-Bold.otf'); } 
 @font-face { font-family: Kamerik; font-weight: bold; src: url('../fonts/Kamerik105-Book.otf'); } 
* {
  font-family: "Kamerik" !important;
}

element.style {
}

/*  Font Awesome */
.fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands {
    font-family: 'Font Awesome 6 free' !important;
    font-weight: 400;
    color: #455AEF;
    font-size: 1.5rem;
    margin-right: 5px;
}


.bold {
 font-family: "Kamerik-b" !important; 
}
.light, .light a {
 color: #FFF; 
}
.light a {
 text-decoration: underline;
}
.green {
  color: #3dc36a;
}
.small {
  font-size: 0.5rem;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.cita {
  text-align: right;
  font-size: 0.7rem;
}
.content {
  width: fit-content;
  display: inline-block;
}
.fit {
  text-align: center;
  display: inline-block;
}
.top {
  height: 150px;
}
.container {
  position: relative;
}
.bottom-line {
  border-bottom: 1px solid #CCCCCC;
}
.cell {
  display: table-cell;
  vertical-align: middle !important;
  align-content: center;
}
.inline {
  display: inline-block;
}
.icon {
  padding: 0 20px 0 0;
  vertical-align: top !important;
}
.justify {
  text-align: justify;
}


/* ----------------------------------------------------------------------------------------- */
/* cajas con borde redondeado */
.green-box {
  width: 260px;
  height: 260px;
  text-align: center;
  border: 2px solid #3dc36a;
  border-radius: 2rem;
  padding: 15px;
  background-size:  contain;
  background-position: bottom center;
  background-repeat: no-repeat, no-repeat;
}

.green-box2 {
  display: table-cell;
  width: 260px;
  height: 260px;
  text-align: center;
  border: 2px solid #3dc36a;
  border-radius: 2rem 0;
  padding: 15px 15px 0px 15px ;
  background-size:  80%;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #fff;
  vertical-align: bottom;
}
.green-box2:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.green-box3 {
  width: 260px;
  height: 50px;
  text-align: center;
  border: 2px solid #3dc36a;
  border-radius: 2rem 0;
  padding: 15px 15px 0px 15px ;
  margin: 20px;
}
.green-box3:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.green-box4 {
  display: table-cell;
  width: 200px;
  height: 200px;
  text-align: center;
  border: 2px solid #3dc36a;
  border-radius: 2rem 0;
  padding: 15px 15px 0px 15px ;
  background-size:  80%;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #000;
  vertical-align: bottom;
  line-height: 1rem;
}
.green-box4:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #000;
}

.green-box2.box--selected, .green-box3.box--selected, .green-box4.box--selected {
  background-color: rgba(61, 195, 106, 0.3) !important;
}

.box-blue {
  background-color: #F0F9FF;
}
.blue-box {
  width: 300px;
  height: 300px;
  text-align: center;
  border: 2px solid #C9DAF8;
  border-radius: 2rem;
  padding: 15px;
  background-size:  80%;
  background-position: bottom center;
  background-repeat: no-repeat, no-repeat;
  display: inline-block;
}
.blue-box:hover {
  background-color: rgba(61, 255, 255, 0.2) !important;
}

.blue-box2 {
  width: 250px;
  height: 200px;
  text-align: center;
  border: 2px solid #081B60;
  border-radius: 2rem;
  padding: 5px 15px;
  background-color: #081B60;
  color: white;
  display: inline-block;
}
.blue-box2:hover {
  background-color: rgba(44, 44, 255, 0.8) !important;
}

/* ----------------------------------------------------------------------------------------- */
/*
  estilos menu superior y links footer
*/
.nav-link, .dropdown-item, .link-foot {
  font-family: "Kamerik-b" !important;
}
.navbar-fixed-top {
  background: rgba(255, 255, 255, 0.7); }

.navbar-light .navbar-brand {
  color: #fdfdfd;
  font-size: 1.3rem;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(255, 255, 255, 0.98); }

.navbar-toggler {
  font-size: 1.6rem;
  color: #fff !important; }

.navbar-light .navbar-nav .nav-link {
  color: #000;
  text-align: center;
  padding: .4rem;
}

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.95);
  background: #fff; 
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #444;
  background: #fff; 
}

.dropdown-menu {
  margin-top: 0;
}

#right-top-buttons {
  position: relative;
  display: block;
  margin-top: 20px;
  float: right;
}
#main-menu {
  clear: both !important; }
/* espacio debajo del menu para que no se encime a pagina sobre el menú */
#espacio_top {
  height: 50px;
}

/* ----------------------------------------------------------------------------------------- */
/*
  estilos botones
*/
.btn-primary {
  background-color: #4472C4;
  border-color: #fff;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
}

.btn-primary:hover {
  color: #000;
  background-color: #cccccc;
  border-color: #cccccc; 
}
.btn-primary.active {
    color: #000;
    background-color: #fff;
    border-color: #01315a;
}

.btn-primary.active:hover, 
.btn-primary.active:focus, 
.btn-primary.active.focus, 
.open > .btn-primary.dropdown-toggle:hover, 
.open > .btn-primary.dropdown-toggle:focus, 
.open > .btn-primary.dropdown-toggle.focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

.btn-lean, .btn-lean:visited {
  font-size: 0.9rem !important;
  background-image: url("../images/btn1.png");
  color: #FFF;
  width: 183px;
  height: 50px;
  padding-right: 50px !important;
  line-height: 1.2rem !important;
}

.btn-lean:hover {
  background-image: url("../images/btn1_o.png") !important;
  color: #FFF;
}
.btn-lean div {
  line-height: 40px !important;
}

.btn-next, .btn-next:visited {
  float: right !important;
  /*margin: 20px 100px !important;*/
}
.btn-prev, .btn-prev:visited {
  background-image: url("../images/btn1_rev.png");
  float: left;
}
.btn-prev:hover {
  background-image: url("../images/btn1_rev_o.png") !important;
  color: #FFF;
}
.btn-prev div {
  line-height: 40px !important;
}

.btn {
    display: inline-block;
    padding: 0.375rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 1.5rem;
    margin: 0 0.5rem;
}

.btn-success-outline {
    color: #5cb85c;
    background-color: transparent;
    background-image: none;
    border-color: #5cb85c;
}
.btn-success-outline:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

/* ----------------------------------------------------------------------------------------- */
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* ----------------------------------------------------------------------------------------- */
/*
  Estilos personalizados en cada página
*/
/* usados en page index */
.box-with-image {
  position: relative;
}
.sobre {
  width: 100%;
}
.right-side {
  text-align: center;
  color: #081B60;
  margin-top: 50px;
  float: right;
}
.home-table {
  position: relative;
  width: 100%;
  text-align: center;
  clear: both; 
}
.home-table > div {
  display: inline-block;
  background-color: RGBA(248,250,253,0.7);
}
.home-table > div > div{
  display: inline-block;
  padding: 5px 20px;
  margin: 0 !important;
}
.tit-home {
  font-size: 1.5rem;
  font-family: "Kamerik-b" !important;
}

/* usados en page business */
.blue {
  width: 100%;
  min-height: 200px;
 background-color: #081B60;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}

/* used in bussiness loans pages */
.hexagono {
  background-image: url("../images/hexagono.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-repeat: no-repeat, no-repeat;
  height: 306px;
  width: 220px;
  padding: 120px 10px;
  color: white;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
}
#background-image-50 {
  background-image: url("../images/70_b.png");
  height: 50vh;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat, no-repeat;
}
#blue-background-40 {
  min-height: 40vh;
  background-color: #A2B9E2;
  padding: 30px;
}

/* used in faqs page */
.faqs-header {
  border: 1px solid #455AEF;
  border-radius: 2rem 0;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  text-align: left;
}
.flecha {
  font-family: "Kamerik-b" !important; 
  color: #2E538F;
  width: 100%;
  background-image: url("../images/ver_mas.png");
  background-position: 98% 50%;
  background-repeat: no-repeat, no-repeat;  
}
.faqs-section {
  padding: 15px 15px 15px 50px;
  text-align: left;
}
.faq-p {
  background-color: #186400;
  color: white;
  padding: 0 5px;
}
.faq-b {
  background-color: #2006FF;
  color: white;
  padding: 0 5px;
}
.faq-bloque-preg {
  border-bottom: 1px solid #2006FF;
}
.faq-bloque-preg a:visited, .faq-bloque-preg a{
  text-decoration: none;
}
.faq-resp {
  padding: 15px 15px 15px 50px;
}

/*  used in business_center page */
#bus_center {
  background-image: url("../images/img-16_b.jpg");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  min-height: 50vh;
}
.box-blue2 {
  color: #2F5496;
  border: 1px solid #2F5496;
  border-radius: 1rem;
  height: 4rem;
  width: 70%;
  display: inline-block;
  text-align: center;
  line-height: 4rem;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.3);
}
.list {
  display: inline-block;
  width: 70%;
  text-align: left;
}

/* used in why_lendigate page */
.storie1 {
  font-size: 1.3rem;
  color: #2E538F;
}
.read {
  color: #2E538F;
  text-align: right;
  font-size: .8rem;
}
.read:hover {
  background-color: #CCCCCC;
}

/* used in stories page */
.story {
  width: 70%;
  display: inline-block;
  min-height: 120px;
  text-align: left;
}
.story-blue {
  padding-right: 20px;
  background-color: #A2B9E2;
  color: white;  
}
.story-head {
  font-size: 1.2rem;
  font-family: "Kamerik-b" !important; 
  padding-top: 10px;
}
.story-read {
  font-size: 0.8rem;
}
.story-read:hover {
  background-color: #999999;
}
.story-content {
  font-size: 0.8rem;
  padding: 15px;
  text-align: justify;
}

/* used in our_story page */
#our-story {
  background-image: url("../images/our_story.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}

/* used in referal page */
#referal {
  background-image: url("../images/162_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  text-align: center;
}
#referal-box {
  display: inline-block;
  border: 1px solid #2F5496;
  border-radius: 2rem;
  padding: 20px;
}

/* used in client page */
#client-box {
  display: inline-block;
  border: 1px solid #2F5496;
  border-radius: 2rem;
  padding: 20px;
}

/* used in contact page */
#contact-page {
  height: 80vh;
  background-image: url("../images/163_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  text-align: center;
}
#contact-box {
  display: inline-block;
  border: 1px solid #2F5496;
  border-radius: 2rem;
  padding: 20px;
}
.contact-icon {
  display: inline-block;
  width: 250px;
  text-align: left;
  margin-top: 20px;
}
.contact-icon img {
  vertical-align: middle;
}
.dash-left {
  border-left: 1px dashed green;
}
.dash-up {
  border-top: 1px dashed green;
}

/* used in clients page */
#clients {
  background-image: url("../images/156_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  min-height: 50vh; 
}
#clients2 {
  background-image: url("../images/25_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  min-height: 50vh; 
  text-align: center;
  display: none;
  transition: 0.3s;
}
#clients3 {
  background-image: url("../images/25_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%;
  min-height: 40vh; 
  text-align: center;
  display: none;
  transition: 0.3s;
}
#clients5 {
  background-image: url("../images/152_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%;
  min-height: 40vh; 
  text-align: center;
  display: none;
  transition: 0.3s;
}
#clients4, #clients6 {
  display: none;
  transition: 0.3s;
}
.client-btn {
  background-image: url("../images/contorno.png");
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  height: 125px; 
  width: 300px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.area-upload {
  border: 1px solid #cccccc;
  border-radius: 2rem;
  padding: 20px;
}

input[type="file" i] {
    background-color: white;
    color: black;
    border: 1px solid #3dc36a;
    border-radius: 1.5rem 0;
}

.hexagono2 {
  background-image: url("../images/hexagono2.png");
  background-position: center center;
  background-repeat: no-repeat, no-repeat;
  width: 400px;
  height: 410px; 
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.hexagono2 h5 {
  line-height: 2.5rem !important;
}
.table {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  vertical-align: middle;
}
/* ----------------------------------------------------------------------------------------- */
/*
  estilos Pie de pagina (footer)
*/
.footer {
  color: #fff;
  background: #081B60; }
p.tit-foot {
  color: #3dc36a;
}
a.link-foot {
  line-height: 2rem;
  color: #fff;
  display: block;
  text-align: left;
}
.foot-icon {
  text-align: left;
}
.foot-icon div{
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}
.foot-icon div:nth-child(1) {
  width: 64px;
  height: auto;
  text-align: right;
}

/* ----------------------------------------------------------------------------------------- */
/* OLD
.portada {
  background: -prefix-linear-gradient(top, #a9dffa, white);
  background: linear-gradient(to bottom, #a9dffa, white);
}
.image-back {
  opacity: 0.3;
}
.home-table-full > div {
  display: inline-block;
  background-color: #F8FAFD;
}

.hexagono2 {
  height: 6em;
  margin: 5em 0;
  position: relative;
  width: 10em;
  line-height: 1em;
  background-color: transparent;
  margin: 0 25px;
  padding: 0 5px;
  border-left: 1px solid #455AEF;
  border-right: 1px solid #455AEF;
}
.hexagono2:before {
  border-right:5em solid transparent;
  border-bottom:2em solid #455AEF;
  border-left:5em solid transparent;
  content: '';
  height:0;
  left: 0;
  position: absolute;
  right; 0;
  top: -2em;
  width: 0;
}
.hexagono2:after {
  border-top:2em solid #455AEF;
  border-right:5em solid transparent;
  border-left:5em solid transparent;
  bottom:-2em;
  content: '';
  height:0;
  left: 0;
  position: absolute;
  right; 0;
  width:0;
}

*/
