@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
body {
    font-size: 16px;
    max-height: 100%;
    margin: 0px;
}

.abaco-modal-centered {
    margin: 0 auto;
}

.abaco-success {
  height: 84px;
  width: 286px;
  color: #333333;
  font-family: "Source Serif Pro";
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  text-align: left;
}
.abaco-text {
  color: #333333;
  font-family: Inter;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 25px;
  text-align: left;
  padding: 0px;
}
.abaco-phone {
    box-sizing: border-box;
    height: 21.93px;
    width: 21.89px;
}
.abaco-phone-text {
    text-decoration: none;
    color: #333333;
    font-family: Inter;
    letter-spacing: 0;
    line-height: 25px;
}
.abaco-title {
    height: 33px;
    color: #333333;
    font-family: "Source Serif Pro";
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    text-align: center;
}
input[type='checkbox'] {
    width: 20px !important;
    height: 20px !important;
}
#legal-label, #personal-data-label {
    font-size: 0.85em;
    display: inline-block;
}
#js-legal-terms-link, #js-personal-data-link {
    text-decoration: underline;
}
.abaco-label {
    margin-bottom: 12px;
}
.abaco-label > span {
    height: 21px;
    width: 162px;
    color: #333333;
    font-family: Inter;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0;
    line-height: 21px;
}
.form-control {
    line-height: 2.2;
    font-family: Inter;
    border-radius: 6px;
}
.form-control::placeholder {
    color: #aaaaaa;
}
.invalid {
    border: red 1px solid !important;
}
.wallet-selected {
    border: black 3px solid;
    border-radius: 15px;
}
select.form-control:not([size]):not([multiple]) {
    height: 47px;
}
.selection-2 {
    padding-left: 5px;
}
.btn-next {
    height: 67px;
    width: 340px;
    border-radius: 33.5px;
    background-color: #00C087;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.17), 0 2px 3px 0 rgba(0,0,0,0.12);
}
.btn-next > span {
    color: #FFFFFF;
    font-family: Inter;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 1px rgba(0,0,0,0.1);
}

.btn-next-signature {
    margin-left: -35%;
}

.spinner {
    display: none;
    width: 100%;
}

/* product */
.product-container {
    background-color: #FFFBE1;
    font-size: 1.1em;

    box-sizing: border-box;
    border: 1px solid #E9DBC0;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.product-container-title {
    color: #333333;
    font-family: Inter;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
}
.product-display {
    margin: 20px 20px 35px 20px;
    padding: 0;
    border: 0;
}
.product-pill {
    margin-top: 18px;
    padding: 22px;
    line-height: 26px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    vertical-align: middle;
    min-width: 100%;
    border-radius: 6px;
    display: table;
    position: relative;
}
.product-pill-option {
    display: inline-block;
    width: 100%
}
.product-pill > img {
    float: left;
    display: block;
    vertical-align: middle;
}
.product-pill-text {
    vertical-align: middle;
    display: inline-block;
    max-width: 65%;
    height: 100%;
    min-height: 39px;
    line-height: 19px;
    position: relative;
    margin-right: 20px;
}
.product-pill-text-limited {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
}
.product-pill-text > span {
    vertical-align: middle;
}
.product-image {
    margin-left: 0px;
    /*margin-right: 33px;*/
    min-width: 35px;
    max-width: 45px;
    max-height: 38px;
}
.product-sub {
    height: 41px;
    background-color: #6169FC;
    font-size: 1px;
    font-weight: bold;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    bottom: -26px;
    border-radius: 6px;
    left: 0;
    width: 100%;
    color: #ffffff;
    display: table;
}
.product-sub > div {
    height: 100%;
    vertical-align: middle;
    line-height: normal;
    display: table-cell;
}
.product-sub > div > a {
    vertical-align: middle;
    color: #FFFFFF;
    padding-left: 22px;
    font-family: Inter;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 33px
}
.product-sub > div > div {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-family: Inter;
    vertical-align: middle;
    padding-right: 22px;
    float: right;
    font-weight: normal;
}

@media (max-width: 575px) {
    .abaco-title {
        font-size: 1.7em;
    }
    .abaco-success {
        text-align: center;
    }
    .abaco-text {
        text-align: center;
        width: 348px;
    }
    .btn-next {
        height: 67px;
        width: 100%;
        border-radius: 33.5px;
        background-color: #00C087;
        box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.17), 0 2px 3px 0 rgba(0,0,0,0.12);
    }
    .product-pill-text {
        font-size: 0.9rem;
    }

    .btn-next-signature {
        margin-left: unset;
    }
}

/* formularioPersonal + head */
.abaco-header {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 30px;
    left: 0px;
    position: relative;
}
.abaco-header-container {
    width: 100%;
    min-width: 100%;
    margin: 0px;
}

.section-wrapper {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFBE1;
    border: 1px solid #E9DBC0;
    border-radius: 10px;
}

.abaco-option-box-selected {
    border: 3px solid #333333 !important;
}
.abaco-option-box {
    vertical-align: middle;
    box-sizing: border-box;
    height: 77px;
    width: 100%;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    border: 3px solid #ffffff;
}

.abaco-option-box > div {
    align-items: center;
    height: 100%;
    display: inline-block;
}

.abaco-option-box > div > img {
    padding-left: 14px;
    vertical-align: unset;
}

.abaco-option-box > div > span {
    padding-left: 1.3rem;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 25%;
}

.abaco-option-box-selected > div > span {
    font-weight: bold;
}

.dot {
  height: 15px;
  width: 15px;
  background-color: #333333;
  border-radius: 50%;
  display: inline-block;
}
.white-dot {
  height: 15px;
  width: 15px;
  background-color: #ffffff;
    border: 2px solid #333333;
  border-radius: 50%;
  display: inline-block;
}
.balls {
    min-width: 100%;
    position: absolute;
    padding-left: 21px;
    padding-right: 21px;
    top: 103px;
    left: 0px;
}
.outer-wrap {
    max-width: 216px;
    padding: 0px 20px 15px 20px;
    background-color: #ffffff;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
    margin: auto;
}
.wrap {
    width: 175px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  position: relative;

}
.line {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wrap:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid black;
  background: black;
  width: 100%;
  transform: translateY(-50%);
}

/** platforms step */
.modal.fade:not(.in).right .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
}
.abaco-platform-selector-anchor {
    display: inline-block;
}
.abaco-platform-selector {
    width: 96px;
    height: auto;
    border-radius: 10px;
}
.abaco-platform-selected {
    opacity: 0.2;
}
#select-platform-modal {
    height: 100%;
}
.modal-dialog-platforms {
    margin: auto;
    height: 100%;
}
.modal-content-platforms {
    background-color: #FBF3EC;
    border: 0;
}
.modal-header-platforms {
    border-bottom: 0;
}
.modal-footer-platforms {
    border-top: 0;
}
.modal-content-platforms-click-here {
    height: 20px;
    width: 124px;
    color: #333333;
    font-family: Inter;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.modal-content-platforms-click-here > span {
    border-bottom: 2px solid #00C087;
}
.modal-content-platforms-click-here > span:hover {
    border-bottom: none;
}
.abaco-option-box-platform {
    font-weight: bold;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    border: 2px transparent;
    cursor: pointer;
}
.abaco-option-box-platform-selected {
    border: 3px solid #333333 !important;
}
.abaco-option-box-platform > div {
    padding: 20px 50px;
}
.product-container-remove-yellow {
    background-color: transparent !important;
    border: transparent !important;
}

.scraping-platform-title {
    font-weight: bold;
}

.scraping-container {
    margin-top: 10px;
}
.scraping-container > label {
    color: #333333;
    font-family: Inter;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: 0;
    line-height: 21px;
}
.scraping-container-completed {
}
.scraping-button-action {
}
.scraping-button-close {
}

/** ellen **/
.btn-primary {
    margin-top: 10px;
    height: 67px;
    width: 100%;
    border-radius: 33.5px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.17), 0 2px 3px 0 rgba(0,0,0,0.12);
}
.btn-default {
    height: 67px;
    width: 340px;
    border-radius: 33.5px;
    background-color: #cccccc;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.17), 0 2px 3px 0 rgba(0,0,0,0.12);
}

#ellen-confirm, #ellen-error {
    font-size: 1.1em;
}

/* Profile, login recover-password and change-password */
.forgot-your-password {
  height: 34px;
  width: 260px;
  opacity: 0.5;
  color: #333333;
  font-family: Inter;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
}

.abaco-login-head {
    background-color: white;
    min-height: 9rem;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    width: 100%;
    max-width: 4200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -2rem;
    color: black;
}

.abaco-login-head-text {
    margin-left: 40%;
    margin-right: 40%;
    color: #333333;
    font-family: 'Source Serif Pro';
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    position: relative;
}

@media (max-width: 575px) {
    .abaco-login-head-text {
        margin-left: 20%;
        margin-right: 20%;
        font-size: 1.8rem;
    }
}
/* Profile */
.panel-abaco {
    background-color: #FBF3EC;
    border-radius: 35px 35px 0px 0px;
    padding: 30px 25px 0px 25px;
    font-family: 'Source Serif Pro';
    height: auto;
    max-width: 100%;
    min-height: 100%;
}
.panel-body {
    max-width: 100%;
}
/* DELETE panel-heading */
/* DELETE panel-title */

.loan-pill {
    border-radius: 16px;
    margin-top: 0;
}
.btn-loan-status {
  font-family: Inter;
    font-size: 0.7rem;
  letter-spacing: 0.8px;
    font-weight: bold;
  line-height: 10px;
  border-radius: 25px;
  text-shadow: 0 1px 0 0 rgba(0,0,0,0.11);
  text-transform: uppercase;
}
.btn-loan-status-green {
  color: white;
  background-color: #00C087;
}
.btn-loan-status-pending {
    background-color: #F7CA82;
    color: black;
}
.btn-loan-status-arrears {
    background-color: red;
    color: white;
}
.btn-loan-status-yellow {
  color: black;
  background-color: #F7CA82;
}
.loan-image {
    margin-left: 0px;
    /*margin-right: 33px;*/
    min-width: 35px;
    max-width: 65px;
    max-height: 58px;
}
.loan-product {
    font-size: 1.3rem;
}
.loan-total-header {
    font-size: 0.9rem;
    font-family: Inter;
}
.loan-pending {
    background-color: #F7CA82;
    border-radius: 10px;
}
.loan-amount {
    font-size: 1.3em;
    font-weight: normal;
}
.loan-start-date, .loan-paid, .loan-total, .loan-pending, .loan-end-date, .loan-interest {
    font-size: 0.8rem;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 10px;
    font-family: Inter;
    text-transform: uppercase;
}
.loan-start-date, .loan-paid, .loan-total, .loan-pending, .loan-end-date, .loan-interest {
    padding-right: 20px;
}
.loan-total {
    padding-right: 0;
}
.loan-paid, .loan-end-date {
    flex: 0.3 1 35%
}
.loan-start-date, .loan-total, .loan-pending, .loan-interest {
    flex: 0.3 1 30%
}
.loan-start-date, .loan-end-date, .loan-interest {
    opacity: 0.5;
    color: #333333;
    font-family: Inter;
    letter-spacing: 0.5px;
    line-height: 14px;
}
.loan-info {
    font-size: 0.95rem;
    font-weight: normal;
    opacity: 0.99 !important;
    color: black;
}
.loan-interest-value {
    font-size: 1.2rem;
}
.abaco-menu-my-data {
    font-weight: bold;
    opacity: 0.5;
    color: #333333;
    font-family: Inter;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.abaco-table-profile {
    font-family: Inter;
    max-width: 100%;
    font-size: 0.7rem;
}
.abaco-table-profile > tr > th {
    letter-spacing: 0.3px;
    color: #333333;
    text-transform: uppercase;
}
.abaco-table-profile > tr > td {
    font-weight: 500;
}
.abaco-profile-section-header {
    family: 'Source Serif Pro';
    font-weight: bold;
    font-size: 1.5rem;
}

@media (max-width: 360px) {
    .abaco-profile-section-header {
        font-size: 1.3rem;
    }
}
/** Menú hamburguesa */
#menu_on{
	display: inline-block;
	width:30px;
	height: 20px;
	position: relative;
	z-index: 2;
}

#menu_on span{
	width: 100%;
	height: 4px;
	border-radius: 4px;
	display: block;
	position: absolute;
	background: #fff;
	transition: all 0.25s ease; /* Propiedades a animar | Tiempo | Tipo animación*/
	transform-origin : 0px 100%;
}

#menu_on span:nth-child(2){
	top: calc(50% - 2px);
}

#menu_on span:nth-child(3){
bottom: 0;
}

nav{
	position: fixed;
	top: 0;
	bottom: 0;
	left: auto;
	width: 100%;
	z-index: 1;
	padding: 90px 30px 30px;
	background: white;
	opacity: 0;
	transition: all 0.75s ease;
	font-size: 1.2em;
	overflow-y: auto;
}
nav a {
	display:block;
	text-decoration: none;
	padding: 10px;
	color: black;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	transition: all ease 0.25s;
}
nav a:hover{
	color: rgba(255,255,255,1);
	border-bottom-color:rgba(255,255,255,0.4);
}

.visible_menu span:nth-child(1){
	transform: rotate(90deg) translate(-2px,1px);
}

.visible_menu span:nth-child(2){
	opacity: 0;
}

.visible_menu span:nth-child(3){
	transform: rotate(-90deg) translate(-3px,3px);
}
.visible_menu nav{
	left: 0;
	opacity: 1;
}
.visible_menu #content{
      transform: translateX(260px);
}
.abaco-nav-profile-font-size {
    font-size: 1.5rem;
}
.abaco-nav-profile-bordered-menu {
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}
.abaco-whatsapp {
    width: 50%;
    background-color: white;
    border-radius: 35px;
    padding: 10px;
}
@media (min-width: 768px) {
    .product-pill-text {
        vertical-align: middle;
        display: inline-block;
        max-width: 65%;
        height: 100%;
        min-height: 56px;
        line-height: 19px;
        position: relative;
        margin-right: 20px;
        overflow: visible;
        top: 5px;
    }
    .product-image {
        min-width: 55px;
        max-width: 65px;
        max-height: 58px;
    }
    .loan-title-text {
        font-size: 1.8rem;
    }
    .loan-title-value {
        font-family: Inter;
        line-height: 2;
    }
    .btn-loan-status {
        font-size: 0.8rem;
      line-height: 12px;
    }
    .panel-abaco {
        border-radius: unset;
    }
    .abaco-table-profile {
        font-size: 1rem;
    }
    .loan-amount {
        font-size: 1.7em;
    }
    .loan-info {
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 1109px) {
    .abaco-whatsapp {
        width: 75%;
    }
}
@media (max-width: 360px) {
    .abaco-nav-profile-font-size {
        font-size: 0.5rem;
    }
}
@media (max-width: 320px) {
    .product-pill-text-limited {
        max-width: 30%;
    }
}
@media (max-width: 575px) {
    .btn-loan-status {
        font-size: 0.6rem;
    }
    .panel-abaco {
        padding: 20px 15px 0px 15px;
    }
    .loan-start-date, .loan-paid, .loan-total, .loan-pending, .loan-end-date, .loan-interest {
        font-size: 0.6rem;
        padding-right: 5px;
        padding-left: 10px;
    }
    .product-pill {
        padding: 12px;
    }
    .loan-info {
        font-size: 0.75rem;
    }
    .abaco-table-profile > tr > td, .abaco-table-profile > tr > th {
        font-size: 0.6rem;
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-container-title {
        font-size: 0.9em;
    }
}
@media (min-width: 900px) {
    .abaco-nav-profile-font-size {
        font-size: 2.2rem;
    }
}
.scraping-platform-title-in-profile {
    font-weight: bold;
    font-family: Inter;
}

.mail-pill {
    margin-top: 20px;
    padding: 22px;
    line-height: 26px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
    vertical-align: middle;
    display: table;
    position: relative;
    border-radius: 16px;
    min-width: 20%;
    width: 450px;
    max-width: 100%;
}

.email-h1 {
    font-family: "Source Serif Pro";
    font-size: 1.5rem;
    padding-left: 10px;
}

.email-container {
    background-color: #FBF3EC;
}

.email-content {
    font-size: 1.2rem !important;
    padding-left: 10px;
    padding-right: 10px;
}

.email-whatsapp-pill {
  height: 32px;
  width: 122px;
  border-radius: 16px;
  background-color: #4CAF50;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
    color: white;
    font-weight: bold;
}
.btn-email {
    height: 55px;
    min-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 33.5px;
    background-color: #00C087;
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,0.17), 0 2px 3px 0 rgba(0,0,0,0.12);
}
.btn-email > span {
    color: #FFFFFF;
    font-family: Inter;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 35px;
    text-align: center;
    text-shadow: 0 1px rgba(0,0,0,0.1);
}

.alert {
    font-family: Inter;
}

.required-field, .invalid-feedback {
    font-family: Inter;
}
.required-field {
    font-weight: bold;
}

input[type=radio] {
    width: 1.5em;
    height: 1.5em;
}

.logo-option {
    width: 5rem;
    height: auto;
}

@media (min-width: 900px) {
    .logo-option {
        width: 5.5rem;
        height: auto;
    }
}

/** Profile - Upload bill */
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 400px;
  margin: 0px auto;
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}