/*
  estilos generales
*/
 @font-face { font-family: Poppins-Black; font-weight: bold; src: url('../fonts/Poppins/Poppins-Black.ttf'); } 
 @font-face { font-family: Poppins-BlackItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-BlackItalic.ttf'); } 
 @font-face { font-family: Poppins-Bold; font-weight: bold; src: url('../fonts/Poppins/Poppins-Bold.ttf'); } 
 @font-face { font-family: Poppins-BoldItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-BoldItalic.ttf'); } 
 @font-face { font-family: Poppins-ExtraBold; font-weight: bold; src: url('../fonts/Poppins/Poppins-ExtraBold.ttf'); } 
 @font-face { font-family: Poppins-ExtraBoldItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-ExtraBoldItalic.ttf'); } 
 @font-face { font-family: Poppins-ExtraLight; font-weight: bold; src: url('../fonts/Poppins/Poppins-ExtraLight.ttf'); } 
 @font-face { font-family: Poppins-ExtraLightItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-ExtraLightItalic.ttf'); } 
 @font-face { font-family: Poppins-Italic; font-weight: bold; src: url('../fonts/Poppins/Poppins-Italic.ttf'); } 
 @font-face { font-family: Poppins-Light; font-weight: bold; src: url('../fonts/Poppins/Poppins-Light.ttf'); } 
 @font-face { font-family: Poppins-LightItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-LightItalic.ttf'); } 
 @font-face { font-family: Poppins-Medium; font-weight: bold; src: url('../fonts/Poppins/Poppins-Medium.ttf'); } 
 @font-face { font-family: Poppins-MediumItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-MediumItalic.ttf'); } 
 @font-face { font-family: Poppins-Regular; font-weight: bold; src: url('../fonts/Poppins/Poppins-Regular.ttf'); } 
 @font-face { font-family: Poppins-SemiBold; font-weight: bold; src: url('../fonts/Poppins/Poppins-SemiBold.ttf'); } 
 @font-face { font-family: Poppins-SemiBoldItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-SemiBoldItalic.ttf'); } 
 @font-face { font-family: Poppins-Thin; font-weight: bold; src: url('../fonts/Poppins/Poppins-Thin.ttf'); } 
 @font-face { font-family: Poppins-ThinItalic; font-weight: bold; src: url('../fonts/Poppins/Poppins-ThinItalic.ttf'); } 
* {
  font-family: "Poppins-Regular" !important;
}

/*  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: white;
    font-size: 1rem;
    margin-right: 5px;
}

:root {
  --color-lendi: #455BF0;
  --menu-height: 100px;
}

.row {
  margin-right: 0 !important;
}
.medium {
 font-family: "Poppins-Medium" !important; 
}
.bold {
 font-family: "Poppins-Bold" !important; 
}
.italic {
 font-family: "Poppins-LightItalic" !important; 
}

h1, h2, h3, h4, h5 {
  padding: 0 25px;
}

.light, .light a {
 color: #FFF; 
}
.light a {
 text-decoration: underline;
}
.green {
  color: #3dc36a;
}
.blue {
  color: var(--color-lendi);
}
.blue-dark {
  color: #23339E;
}
.grey {
  color: #858585;
}
.grey-dark {
  color: #595959;
}
.red {
  color: #FF0000;
}
.small {
  font-size: 0.5rem;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.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;
}
 .full {
  padding: 0 !important;
 }

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.err-msg {
  height: 21px;
  width: 104px;
  color: #D7481E;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 23px;
}
.borde-gris {
  height: 10px;
  font-size: 0px;
  background-color: #EEF0FE;
}
.over {
  position: absolute;
  top: 0;
  left: 0;
}
.img-back {
  position: absolute;
  top: 0;
  left: 0;
}
.subtit {
  text-align: center;
  color: #777777;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.1rem;
}
/* ----------------------------------------------------------------------------------------- */
/* cajas con borde redondeado */
.box-tercio {
  width: 340px;
  text-align: center;
  margin: 20px;
  padding: 30px;
}
.box-grey {
  width: 340px;
  border-radius: 44px;
  background: linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 0 4px 10px -2px #EEEEEE;
  text-align: center;
  margin: 20px;
  padding: 30px;
}
/* testimonials */
.box-grey2 {
  position: relative;
  width: 286px;
  background: linear-gradient(90deg, #F5F5F5 0%, #FFFFFF 100%);
  border-radius: 10px;
  text-align: center;
  margin: 20px;
  padding: 19px 12px 10px 12px;
  font-size: 0.8rem;
}
.img-bottom {
  position: absolute;
  bottom: 34px;
  left: 85px;
}
.box-grey3 {
  width: 254px;
  background: linear-gradient(0deg, #F6F6F6 0%, #FFFFFF 100%);
  text-align: center;
  margin: 20px;
  padding: 10px 30px;
}
.box-grey4 {
  width: 340px;
  border-radius: 44px;
  background: url("../images/esquina.png") left top no-repeat, linear-gradient(180deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 0 4px 10px -2px #EEEEEE;
  text-align: center;
  margin: 40px;
  padding: 40px;
}


.box-blue-gradient2 {
  color: white;
  padding: 20px 5px;
  margin: 30px 8px;
  text-align: center;
  height: 246px;
  width: 204px;
  background: linear-gradient(180deg, #5669F0 0%, rgba(86,105,240,0.5) 100%);  
}
.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;
}
.cover_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top left 20rem;
}
.contiene {
  position: relative;
}
.box-over {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 200px;
}
.bbb-box-over {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
/* ----------------------------------------------------------------------------------------- */
/*
  estilos menu superior
*/
.nav-link {
  color: white !important;
}
.navbar-light .navbar-nav .nav-link.selected:before {
  /*content: url("../images/menu_selected.svg");
  margin-right: 5px; */
  opacity: 0.5;
}
.navbar-light .navbar-nav .nav-link.selected {
  opacity: 0.5;
}
.dropdown-item {
  color: #909090 !important;
}
.dropdown-item:hover {
  color: #23339E !important;
  font-family: "Poppins-Bold" !important;
}
.navbar-fixed-top {
  background: rgba(69, 90, 239, 1); }

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 1.3rem;
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: white; 
}

.navbar-toggler {
  font-size: 1.6rem;
  color: #fff !important; }

.navbar-light .navbar-nav .nav-link {
  color: white;
  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: white;
  background: #3f4be8;
  border-radius: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
  color: #white; !important;
  background: #3f4be8;
  border-radius: 1rem;
}

.dropdown-menu {
  min-width: 430px;
  margin-top: 5px;
  padding: 20px 10px;
  border-top: 10px solid #EBEDF9;
  border-radius: 0 0 1rem 1rem;
-webkit-box-shadow: 9px 10px 40px -25px rgba(0,0,0,0.52);
-moz-box-shadow: 9px 10px 40px -25px rgba(0,0,0,0.52);
box-shadow: 9px 10px 40px -25px rgba(0,0,0,0.52);  
}

#right-top-buttons {
  position: relative;
  display: table-cell;
  float: right;
  margin-top: 5px;
}
.menu-phone {
  color: white !important;
  vertical-align: middle;
  margin-right: 20px;
}

/* #main-menu {
  clear: both !important; } */

.menu-container {
  display: table !important; 
  width: 100%;
}
.nav-item {
  margin-top: 5px;
}

#ChangeToggle span.open-icon {
  display: inline-block;
}
#ChangeToggle span.close-icon {
  display: none;
}
#ChangeToggle.open-menu span.open-icon {
  display: none;
}
#ChangeToggle.open-menu span.close-icon {
  display: inline-block;
  }
  #ChangeToggle.open-menu span.close-icon i {
  color: white;
  font-size: 2rem !important;
}
.nav-mobil {
  margin-top: 10px;
  margin-left: -12px;
  overflow-y: scroll;
  width: 100vw;
  max-height: calc(100vh - var(--menu-height));
  background-color: white;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-align: center; 
}
.nav-mobil-in {
  width: 200px;
  display: inline-block;
  text-align: left;
}
.nav-mobil-link-h {
  color: #23339E;
  display: block;
  text-align: left;
  font-family: "Poppins-Bold" !important; 
}
.nav-mobil-link {
  color: #909090;
  display: block;
  text-align: left;
}
/* 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-white, .btn-white:visited {
  color:  #455AEF;
  background-color: white;
  border-radius: 1rem;
  padding: 5px 10px !important;
  min-width: 145px;
}
.btn-white:hover {
  color:  white;
  background-color: #0e1568;
}

.btn-blue, .btn-blue:visited {
  color:  white;
  background-color: #23339E;
  border-radius: 1rem;
  padding: 10px 20px !important;
  min-width: 145px;
}
.btn-blue:hover {
  color:  white;
  background-color: #0e1568;
}

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

.blue-gradient {
  display: table;
  background: rgb(86,106,255);
  background: linear-gradient(270deg, rgba(86,106,255,1) 0%, rgba(63,83,219,1) 100%);
}
.home-form1 {
  padding: 20px 30px 20px 50px;
  text-align: left;
  color: white;
}
#home-back2 {
  width: 100%;
  min-height: 60vh;
  background-image: url('../images/back_experience.jpg'); 
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;  
}

/* usados en page apply */
.apply-back-1 {
  height: 100%;
  width: 100%;
  background-image: url("../images/blue_background.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;  
}
.line-step {
  height: 6px;
  width: 400px;
  font-size: 3px;
  line-height: 6px;
}
.line-blue {
  background-color: #23339E;
}
.line-grey {
  background-color: #F3F3F3;
}
.line-w-25 {
  display: inline-block;
  width: 23%;
}
.line-w-50 {
  display: inline-block;
  width: 48%;
}
.line-w-75 {
  display: inline-block;
  width: 73%;
}
.line-w-100 {
  display: inline-block;
  width: 98%;
}
.line-w-0 {
  display: inline-block;
  width: 1%;
}
.apply-btn-box {
  display: table-cell;
  width: 205px;
  text-align: center;
  padding: 30px;
  vertical-align: bottom;
}
.apply-btn-box:hover, .apply-btn-box.selected {
  background-color: #F3F3F3;
  border-radius: 17px;
}
.apply-btn-box img {
  width: 100%;
}
.apply-btn-box div {
  height: 40px;
  color: #9B9B9B;
  font-family: "Poppins-Bold" !important; 
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  margin-top: 15px;
}
.apply-box1 {
  display: inline-block;
  border-radius: 2rem;
  padding: 20px 30px;
  background: linear-gradient(180deg, #F4F4F4 0%, #FCFCFC 15.18%, #FFFFFF 100%);
  box-shadow: 0 2px 18px 8px rgba(190,190,190,0.1);
}

.apply-box2 {
  display: inline-block;
  border-radius: 2rem;
  padding: 20px 30px;
  background: linear-gradient(180deg, #F4F4F4 0%, #FCFCFC 15.18%, #FFFFFF 100%);
  box-shadow: 0 2px 18px 8px rgba(190,190,190,0.1);
}


.apply-foot {
  height: 24px;
  color: #9B9B9B;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 26px;
  text-align: right;
  margin-top: 5px;
  margin-right: 30px;
}
/* usados en page business */
.bus-blue {
  width: 100%;
  min-height: 200px;
 background-color: #081B60;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
}

/* used in bussiness portal pages */
#portal-back1 {
  min-height: 50vh;
  background-image: url("../images/H_Clients_Portal.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;  
}
.portal-upload {
  text-align: center;
}

/* used in bussiness center pages */
.business-center-header {
  color: #23339E;
  font-size: 3.3rem;
  letter-spacing: 0;
  line-height: 60px;
  text-align: center;
}
#bus-center-back1 {
  min-height: 50vh;
  background-image: url("../images/H_BusinessC.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;  
}
.img-bus-cen1 {
  width: 270px;
}
.rectangle-bus-cen {
  height: 266px;
  width: 340px;
  margin: 20px 20px 50px;
  border-radius: 0 0 44px 44px;
  background: linear-gradient(0deg, #F2F2F2 0%, #FFFFFF 100%);
  box-shadow: 0 4px 10px -2px #EEEEEE;
}
/* used in bussiness loans pages */
#bus-loans-back1 {
  min-height: 50vh;
  background-image: url("../images/photo_09.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;  
}
.lcred-box1 {
  background: linear-gradient(90deg, #F4F4F4 0%, #FFFFFF 100%);
  padding: 35px;
}
.icon-blue {
  color: #7990F5 !important;
}
#lcred-back1 {
  min-height: 410px;
  width: 100%;
  background-color: #EDEBEB;
  background: linear-gradient(270deg, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.92) 66.77%, rgba(255,255,255,0.97) 88.33%, #FFFFFF 100%);
}
/* used in faqs page */
.portal-option {
  position: relative;
  width: 265px;
  height: 260px;
  margin: 20px 20px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat;  
}
.portal-option div {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
}

/* used in faqs page */
.container-faqs {
  display: inline-block;
  text-align: center;
}

.faqs-header {
  height: 53px;
  width: 100%;
  background: linear-gradient(0deg, #F6F6F6 0%, #FFFFFF 100%);
  padding: 0.75rem 0.5rem 0.75rem 2.5rem;
  margin-bottom: 0;
  text-align: left;
}
.faqs-title {
  color: var(--color-lendi);
  font-family: "Poppins-Bold" !important; 
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 65px;
  text-align: center;
}
.flecha {
  font-family: "Poppins-Bold" !important; 
  font-size: 1.4rem;
  color: var(--color-lendi);
  width: 100%;
  background-image: url("../images/flecha_abajo.png");
  background-position: 98% 50%;
  background-repeat: no-repeat, no-repeat;  
}
.faqs-section {
  padding: 15px 15px 15px 50px;
  text-align: left;
}
.faqs-preg {
  color: var(--color-lendi);
  font-size: 1.2rem;
  font-family: "Poppins-Bold" !important; 
}
.faqs-preg::before {
  content: "\f111  ";
  color: var(--color-lendi);
  margin-right: 10px;
  font-size: 0.8rem;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.faq-p {
  display: inline-block;
  height: 20px;
  width: 21px;
  color: #FFFFFF;
  font-family: "Poppins-Bold" !important; 
  font-size: 0.94rem;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #5164F7;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 8px;
}
.faq-b {
  display: inline-block;
  height: 20px;
  width: 21px;
  color: #FFFFFF;
  font-family: "Poppins-Bold" !important; 
  font-size: 0.94rem;
  letter-spacing: 0;
  line-height: 21px;
  background-color: #23339E;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 8px;
}
.faq-icons {
  width: 65px;
  text-align: right;
  display: inline-block;
}
.faq-bloque-preg {
  border-bottom: 1px solid #dddddd;
}
.faq-bloque-preg a:visited, .faq-bloque-preg a{
  color: var(--color-lendi) !important;
  text-decoration: none;
}
.faq-resp {
  padding: 0 15px 15px 50px;
  color:  #9B9B9B;
}
.faq-resp li {
  list-style-type: none;
}

/*  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 customer stories page */
.tit-story {
  color: #23339E;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: left;
  margin-left: 1.8rem;
}


/* used in about us pages */
#about-us-back1 {
  position: relative;
}

/*
#about-img-back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  background-image: url('../images/About_us.jpg');
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  text-align: center;
}
#about-img-back img {
  object-fit: cover;
}*/
#about-us-logo {
  position: absolute;
  width: 50%;
  text-align: center;
}
#our-story2 {
  padding: 30px;
  min-width: 400px;
  border-radius: 35px;
  background: linear-gradient(180deg, #F4F4F4 0%, #FCFCFC 15.18%, #FFFFFF 100%);
  box-shadow: 0 2px 18px 8px rgba(190,190,190,0.1);
}

/* 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-box1 {
  display: inline-block;
  border: 1px solid #2F5496;
  border-radius: 2rem;
  padding: 20px;
  height: 683px;
  width: 734px;
  background-image: url("../images/162_b.png");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  text-align: center;
}
#referal-box2 {
  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 {
  /* background: url("../images/logo_contact.svg") center center no-repeat; */
  background-image: url("../images/Background_gray.jpg");
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
#box-with-shadow {
  display: inline-block;
  width: 480px;
  margin: 10px 20px;
  padding: 20px 30px;
  border-radius: 2rem;
  background: linear-gradient(180deg, #F4F4F4 0%, #FCFCFC 15.18%, #FFFFFF 100%);
  box-shadow: 0 6px 13px 0 rgba(226,226,226,0.5);
}
#box-with-shadow2 {
  display: inline-block;
  width: 550px;
  margin: 10px 20px;
  padding: 0px 30px 50px;
  border-radius: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.col-fix {
  min-width: 30vw;
  display: inline-block;
}
.contact-icon {
  display: inline-block;
  width: 32px;
  text-align: left;
  margin-right: 20px;
}
.contact-text {
  display: inline-block;
  width: 265px;
  text-align: left;
}
.dash-left {
  border-left: 1px dashed green;
}
.dash-up {
  border-top: 1px dashed green;
}

/* used in clients page */
.testimonial-name {
  color:  #595959;
  font-size: 1.35rem;
}
/* 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;
}
/* busines articles */
.body-articles {
  text-align: center;
  background-color: #F9F9F9;
  /*background: linear-gradient(90deg, 
    rgba(255,255,255,0.77) 0%, 
    #FFFFFF 100%);*/
}
.articles-header {
  display: inline-block;
}
.box-article {
  margin-top: 2rem;
  padding: 2.3rem;
  display: inline-block;
  background-color: white;
  border-radius: 2rem;
}

.article-tit {
  margin-left: 2rem;
  font-size: 1.5rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
.article-tit2 {
  color: #23339E;
  font-size: 2.3rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: left;
  margin-bottom: 2rem;
}
.article-subtit2 {
  color: #777777;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: justify;
  margin-bottom: 2rem;
}
.article-text {
  margin-left: 1.8rem;
  line-height: 1.6rem;
  text-align: left;
}

.article-container {
  text-align: center;
}
.article-content {
  display: inline-block;
  width: 70%;
  text-align: center;
  background-color: white;
}
.article-content2 {
  display: inline-block;
  width: 70%;
  color: #777777;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: justify;
}
.next-article {
  color: #23339E;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 10rem;
  text-align: center;
}
/* ----------------------------------------------------------------------------------------- */
/*
  estilos Pie de pagina (footer)
*/
.footer {
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5rem;
  background-color: var(--color-lendi);
}
p.tit-foot {
  font-size: 1.2rem;
  font-family: "Poppins-Medium" !important; 
}
a.link-foot {
  line-height: 1.5rem;
  color: #fff;
  display: block;
  text-align: left;
}
.foot-col {
  min-width: 200px;
  margin: 0 30px;
}
#logo-foot {
  width: 300px;
  color: white;
}
.foot-small-letters {
  color: #C1BBF3;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: center;
  margin: 0 42px;
}

/* ----------------------------------------------------------------------------------------- */
