/*
Theme Name: CrediQ Digital
Theme URI: 
Author: Devintech S.A. de C.V.
Description: Plantilla creada por Devintech. Todos los derechos reservados &copy;
Version: 0.0.1
Tags: responsive, demo theme wordpress
*/

@font-face {
  font-family: "Poppins-Black";
  src: url("fonts/Poppins-Black.ttf");
}

@font-face {
  font-family: "Poppins-BlackItalic";
  src: url("fonts/Poppins-BlackItalic.ttf");
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins-BoldItalic";
  src: url("fonts/Poppins-BoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("fonts/Poppins-ExtraBold.ttf");
}

@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  src: url("fonts/Poppins-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("fonts/Poppins-ExtraLight.ttf");
}

@font-face {
  font-family: "Poppins-ExtraLightItalic";
  src: url("fonts/Poppins-ExtraBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-Italic";
  src: url("fonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Poppins-LightItalic";
  src: url("fonts/Poppins-LightItalic.ttf");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "Poppins-MediumItalic";
  src: url("fonts/Poppins-MediumItalic.ttf");
}

@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins-SemiBoldItalic";
  src: url("fonts/Poppins-SemiBoldItalic.ttf");
}

@font-face {
  font-family: "Poppins-Thin";
  src: url("fonts/Poppins-Thin.ttf");
}

@font-face {
  font-family: "Poppins-ThinItalic";
  src: url("fonts/Poppins-ThinItalic.ttf");
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  position: relative;
  min-height: 100%;
}

a,
p,
label,
pre,
h1,
h2,
h3,
h4,
h5,
h6,
button,
div,
span {
  font-family: "Poppins";
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-family: "Poppins";
  color: #505050;
  text-align: center;
}

label {
  font-weight: bold;
  font-size: 15px;
}

body {
  position: relative;
  min-height: 100vh;
  background-color: #ffffff !important;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1 0 auto;
  padding: 0% 7% !important;
  max-width: 100% !important;
}

.wide-container {
  padding: 0% 17% !important;
}

.hidden {
  visibility: hidden !important;
  display: none !important;
}

/*CONTENEDOR*/
#main-menu {
  background-color: white;
  box-shadow: 0.5px 0.5px 15px #cfcfcf;
  height: fit-content;
  padding: 0vh 8.5vw;
  z-index: 100;
}

/*DESKTOP MENU*/
#desktop-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#desktop-logo {
  max-width: 20%;
  display: flex;
  align-items: center;
}

#menu-logo {
  max-width: 100%;
  margin: 6px;
  min-width: 120px;
}

#mobile-menu-logo {
  width: 10vw;
}

#menu-options,
#user-option,
#country-options {
  display: flex;
}

#home-option-prestamos {
  border: solid 1px #505050;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 5px;
  color: #505050;
  height: fit-content;
  align-self: center;
  font-family: "Poppins";
  margin-right: 25px;
}

#menu-options {
  width: 100%;
  display: flex;
  justify-content: center;
}

#menu-options nav {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-left: 2.5vw;
  height: 100%;
  width: 100%;
  max-width: 900px;
}

#menu-options nav div {
  margin: 0px 1vw;
  height: 100%;
  display: flex;
  align-items: center;
}

#menu-options nav div a {
  color: #505050;
  font-family: "Poppins";
  font-size: 16px;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

#mobile-options li {
  text-decoration: none;
  list-style: none;
  font-size: 21px !important;
  color: #0e0e0e;
  margin: 20px 0px;
}

#logged-container {
  border-radius: 10px;
  background-color: #ebebeb;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: center;
}

#userNameMobile {
  font-size: 21px;
}

#mobile-options li .fas {
  color: #505050;
}

#products-nav-link:focus {
  color: #0870b8 !important;
  font-weight: bold !important;
}

#products-dropdown.dropdown-menu.show,
#countries-dropdown.dropdown-menu.show {
  display: flex !important;
  flex-direction: column;
  align-items: baseline;
  padding: 0px !important;
  margin-top: -5px !important;
  margin-left: -5px !important;
}

#countries-dropdown.dropdown-menu.show {
  margin-top: 25px !important;
  margin-left: -50px !important;
}

#products-dropdown.dropdown-menu li,
#countries-dropdown.dropdown-menu li {
  width: 100%;
  text-align: left;
}

#products-dropdown .dropdown-item,
#countries-dropdown .dropdown-item {
  padding: 15px !important;
  border-bottom: solid 1px #e0e0e0 !important;
  width: 100% !important;
  justify-content: flex-start !important;
}

.dropdown-item:focus {
  background-color: #ebebeb !important;
}

#products-dropdown .dropdown-item:hover,
#products-dropdown .dropdown-item:focus {
  display: flex !important;
  justify-content: space-between !important;
}

#products-dropdown .dropdown-item:hover .go-to-site,
#products-dropdown .dropdown-item:focus .go-to-site {
  visibility: visible;
}

.go-to-site {
  color: #ef4125;
  font-weight: bold;
  font-size: 14px;
  visibility: hidden;
}

#country-options {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
}

#countries-nav-link {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

#countries-nav-link::after {
  color: #505050;
}

#countries-dropdown .dropdown-item {
  display: flex !important;
  justify-content: space-between !important;
}

#countries-dropdown .dropdown-item img {
  margin-left: 40px;
}

#countries-dropdown .dropdown-item {
  padding: 8px 15px !important;
}

@media (min-width: 1370px) {
  #countries-dropdown.dropdown-menu.show {
    cursor: pointer;
    position: absolute !important;
  }
}

.active {
  border-bottom: 5px solid #006cb6 !important;
}

.active a {
  color: #006cb6 !important;
  font-weight: bolder;
}

/* MOBILE MENU */

#mobile-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1vh 2vw;
}

#mobile-menu #mobile-toggle {
  color: black;
  font-size: 24px;
}

#mobile-menu-container {
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

#mobile-menu-container #mob-menu {
  background-color: white;
  width: 80%;
  height: 100%;
  position: inherit;
  top: 0;
  right: 0;
  padding: 1vh 4vw;
}

#mobile-menu-container #mob-menu #mob-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
}

#mob-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  overflow-y: auto;
  margin-top: 3vh;
  height: 80vh;
}

#mob-content #generalActions {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #0e0e0e;
  font-size: 19px;
}

#mob-content #generalActions ul li {
  list-style: none;
  margin: 3vh 0vw;
  font-family: "Poppins";
}

#mob-content #generalActions ul li a {
  color: #0e0e0e;
  text-decoration: none;
  font-size: 19px;
}

#mob-content #user-actions #not-logged-actions {
  color: #0e0e0e;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: baseline;
  background-color: #ebebeb;
  padding: 2vh 1vw 1vh 1vw;
  border-radius: 15px;
}

#not-logged-actions p {
  margin-bottom: 0px !important;
}

#not-logged-actions .v-divider {
  background-color: #0e0e0e !important;
  height: 100%;
  width: 0.5vw;
}

#not-logged-actions button {
  background-color: #ebebeb;
  border: none;
  border-style: none;
  margin: 0vh 4vw;
  width: 35%;
  font-size: 19px;
}

#not-logged-actions button a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: baseline;
  text-decoration: none;
  color: #0e0e0e;
}

#closeMobileMenu {
  font-size: xx-large;
}

#collapsePaises .country-mobile {
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  padding: 1vh 6vw 1vh 5vw;
  font-family: "Poppins-SemiBold";
  font-size: 17px;
  color: #505050;
  vertical-align: middle;
  text-align: center;
  align-items: center;
}

.product-mobile a {
  list-style: none;
  text-decoration: none;
  font-size: 17px;
  color: #505050;
  font-family: "Poppins-SemiBold";
}

#collapseProducts .product-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  padding: 2vh 0vw 2vh 6vw;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  border-top: 1px solid #c0c0c0;
}

.product-mobile:last-of-type {
  border-bottom: 1px solid #c0c0c0;
}

.cActive {
  background-color: #f1f1f1 !important;
}

/* INICIO DE SESION */
.text-cuentas {
  font-size: 13.5px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #828282;
}

/* BANNER */
#banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.banner {
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: initial;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  /*replace with banner height and width*/
  /*min-height: calc(262 / 974 * 100%);
  padding-top: 10px;*/
}

@media (min-width: 1436px) {
  .banner {
    background-size: contain !important;
    /*background-position: initial;*/
  }
}

#container-registro.hidden {
  display: none;
}

.banner-logged {
  background-image: url("../digitaltheme/images/Banners/banner_crediq_medium.jpg");
  /*replace with banner height and width*/
  padding-top: calc(184 / 974 * 100%);
  cursor: pointer;
}

.banner-not-logged {
  background-image: url("../digitaltheme/images/Banners/banner_crediq_medium.jpg");
  cursor: pointer;
}

/* CONTAINER CARDS*/

.card-container {
  border: 1.5px solid #d3d3d3;
  box-shadow: 0px 0px 2px #d3d3d3;
  min-height: 140px;
  max-height: 163px;
  border-radius: 12px;
  margin: 1% 0%;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}

.card-container:hover {
  cursor: pointer;
  background: rgba(242, 248, 251, 1);
  border: 2px solid rgba(0, 108, 182, 0.6);
  transition: 0.3s ease-in-out;
}

.card-container > img {
  margin-bottom: 12px;
}

.title-card {
  font-family: "Poppins";
  color: #616161;
  font-size: 17px;
  margin: 0 !important;
}

.subtitle-card {
  font-size: 15px;
  color: #ef4a30;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.subtitle-card:hover {
  color: #ef4a30;
}

.home-card {
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 200px;
  border-radius: 15px;
  text-decoration: none;
}

.home-card:hover {
  cursor: pointer;
}

.home-card .overlay {
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: fit-content;
  padding: 2vh 2vw;
}

.home-card .overlay .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 1;
}

.home-card .overlay .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
}

.home-card .overlay .description .overlay-title {
  color: rgba(97, 97, 97, 1);
  font-size: 24.22px;
  font-family: "Poppins-Regular";
}

.home-card > .overlay > .description > .overlay-title > p {
  margin-bottom: 0 !important;
  margin-right: 4px;
}

.home-card .overlay .description .overlay-subtitle {
  color: rgba(97, 97, 97, 1);
  font-size: 14.91px;
  font-family: "Poppins";
  line-height: 0;
}

.home-card .overlay img {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
}

#AC-card {
  background-image: url("../digitaltheme/images/Cards/ac_card.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#CO-card {
  background-image: url("../digitaltheme/images/Cards/co_card.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#PA-card {
  background-image: url("../digitaltheme/images/Cards/pa_card.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#AF-card {
  background-image: url("../digitaltheme/images/Cards/af_card.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#cal-cuota-container {
  background-color: #ebebeb;
  border-radius: 10px;
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 20px;
}

#cal-cuota-container > p {
  color: #505050;
  font-size: 32px;
  font-family: "Poppins";
}

#cal-cuota-container > h6 {
  color: #828282;
  margin-bottom: 25px;
}

#cal-cuota-container .custom-calculator {
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 60px;
  width: fit-content;
  padding: 0vh 2vw;
}

#vfinanciar {
  color: #616161;
  font-size: 15px;
  background-color: transparent;
  border-style: none;
}

#selectProductoFinanciar {
  color: #616161;
  font-size: 15px;
  border-style: none;
  width: 200px;
  margin: 0px 3vw;
}

#btnCalcularCuota {
  background-color: transparent;
  color: #ef4125;
  font-size: 14px;
  font-family: "Poppins-SemiBold";
  border: none;
  border-style: none;
}

#container-pagos {
  text-align: center;
}

#container-pagos .col-lg-12 * {
  margin: 1.5vh 0vw;
}

#container-pagos h1 {
  color: #505050;
  font-size: 32px;
}

#container-pagos h5 {
  color: #828282;
  font-size: 16px;
}

.container-colectors h1 {
  color: #828282;
  font-size: 14px;
  text-align: center;
}

.collectors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.collectors img {
  margin: 1.5% 1.5%;
  height: auto;
}

/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
  .collectors img {
    height: auto;
  }
}


.btn-calcular {
  background-color: #fff;
  height: 45px;
  border-radius: 4px;
  border: none;
  box-shadow: 1px 1px 4px 1px #bfbfbf;
  margin-top: 10px;
  color: red;
  font-weight: 600;
}

.banner-2 {
  width: 100%;
  height: 32vh;
  background: aliceblue;
  margin-bottom: 22px;
  border-radius: 10px;
}

.mini-banner {
  height: 19vh;
  background: #e8e8e8;
  margin-bottom: 52px;
  border-radius: 15px;
  margin: 0px 10px 16px 0px;
}

#container-registro {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

#user-option .dropdown-toggle {
  color: #505050;
  font-family: "Poppins";
  font-size: 15px;
  text-decoration: none;
  list-style: none;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

#user-option > .dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 25px;
}

#user-option .dropdown-menu li a {
  color: #505050;
  font-size: 18px;
}

#user-menu-picture {
  border-radius: 100%;
  max-width: 50px;
}

#user-option .dropdown-menu.show {
  margin-left: -30px !important;
}

.title-tab {
  color: #828282;
  font-family: "Poppins-Medium";
  text-align: center;
  margin: 4vh 0px;
  padding: 0.75rem 0.7rem;
  text-decoration: none !important;
  border-bottom: 5px solid #e0e0e0;
  font-size: 16px !important;
  letter-spacing: 0.5px;
}

.title-tab.active {
  color: #006cb6 !important;
  font-weight: bold;
}

.title-tab:hover {
  color: #006cb6 !important;
}

.title-tab-container {
  flex-wrap: nowrap !important;
  overflow: auto;
  margin: 0 auto;
  max-width: fit-content;
  margin-bottom: -1px !important;
}

.title-tab-container .title-tab {
  width: max-content;
  min-width: 200px;
}

.title-tab-container:not(.child-tab) .title-tab {
  background-color: #f1f1f1;
  margin-bottom: 0px;
  border-bottom: none !important;
  z-index: 10;
}

.title-tab-container .title-tab:first-child {
  border-radius: 10px 0px 0px 0px;
  margin-left: 15px;
}

.title-tab-container .title-tab:last-child {
  border-radius: 0px 10px 0px 0px;
  margin-right: 15px;
}

.title-tab-container .title-tab.active {
  z-index: 10;
}

.title-tab-container:not(.child-tab) .title-tab.active {
  border-radius: 10px 10px 0px 0px;
  border-bottom: none !important;
  background-color: white;
  box-shadow: 0px -2px 15px 2px #00000014;
}

.nav.title-tab-container + div > div {
  margin-top: 0px !important;
}

.tab-content-container {
  background-color: white !important;
  box-shadow: 0px 0px 20px 0px #0000001f !important;
  border: none !important;
}

#acTabs {
  width: 100%;
  display: flex;
  justify-content: space-between !important;
}

#acTabs a {
  color: #828282;
  font-size: 15px;
  font-family: "Poppins-SemiBold";
  flex-grow: 1;
}

#acTabs a .active {
  color: #006cb6 !important;
  font-family: "Poppins" !important;
}

.login {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 2px 13px 5px #eaeaea;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  margin-top: 6px;
}

.input-register {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #bfbdbd;
  margin: 7px 0px 0px 0px;
  padding: 8px;
  font-size: 15px;
}

input::placeholder {
  padding: 12px !important;
}

.btn-digital {
  width: 100%;
  background-color: #fff;
  height: 45px;
  border-radius: 9px;
  border: none;
  box-shadow: 1px 1px 4px 1px #bfbfbf;
  margin-top: 10px;
  color: #ef4125;
  font-family: "Poppins-SemiBold";
  padding: 0px 89px !important;
  font-size: 14px;
}

.btn-digital-orange {
  width: 100%;
  background-color: #fff;
  height: 45px;
  border-radius: 9px;
  border: none;
  box-shadow: 1px 1px 4px 1px #bfbfbf;
  margin-top: 10px;
  color: #ef4125;
  font-family: "Poppins-SemiBold";
}

.btn-digital-blue {
  background-color: transparent;
  border: 1px solid #006cb6;
  border-radius: 9px;
  color: #006cb6;
  font-family: "Poppins-SemiBold";
  margin-top: 10px;
  height: 45px;
  width: 100%;
}

.btn-ingresar {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  border-radius: 9px;
  border: none;
  box-shadow: 1px 1px 4px 1px #bfbfbf;
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
  font-family: "Poppins-SemiBold";
  font-size: 15px;
}

#footer {
  bottom: 0;
  background: #333333;
  height: fit-content;
  padding: 2vh 5vw 2vh 2vw;
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  position: static;
  z-index: 0;
}

.social-info {
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: fit-content;
}

.social-info .social-icon {
  background-color: #222222;
  font-size: 12px;
  height: fit-content;
  width: fit-content;
  border-radius: 5px;
  color: #ffffff;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
}

.social-info p {
  font-size: 14px;
}

#foo-desktop {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
  height: fit-content;
  padding-top: 2%;
  padding-bottom: 2%;
}

#foo-desktop .fd1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: fit-content;
  height: 80%;
  margin-right: 3px;
}

#foo-desktop .fd1 img {
  max-width: 100%;
  height: auto;
}

#foo-desktop .fd2 {
  display: flex;
  flex-direction: column;
}

#foo-desktop .fd3 {
  display: flex;
  flex-direction: column;
}

#foo-desktop .fd4 {
  display: flex;
  flex-direction: column;
}

.fd4 .collapse,
.fd4 .collapsing,
.fm3 .collapse,
.fm3 .collapsing {
  max-width: fit-content;
}

.fd4 .collapse .card-body,
.fd4 .collapsing .card-body,
.fm3 .collapse .card-body,
.fm3 .collapsing .card-body {
  background-color: initial;
  font-size: 12px;
  margin-left: 5px;
  box-shadow: none;
  border: none;
}

.fm3 .collapse .card-body,
.fm3 .collapsing .card-body {
  text-align: left !important;
}

#foo-mobile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  width: 100%;
}

#foo-mobile .fm2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#foo-mobile .fm3 {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 100%;
}
#foo-mobile .fm4 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

.btn-footer {
  display: inline-block;
  font-weight: 500;
  font-family: "Poppins-Light";
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 1rem;
  border-radius: 0.25rem;
  color: #fff;
  background-color: transparent;
  border-color: #ffffff;
  height: 32px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 5px;
}

.btn-footer:hover {
  color: #fff !important;
}

/* UTILS */

.v-divider {
  height: fit-content;
  width: 1vw;
  background-color: #e0e0e0;
}

.blank_space_sm {
  width: 100%;
  height: 2vh;
}

.blank_space_md {
  width: 100%;
  height: 5vh;
}

.blank_space_lg {
  width: 100%;
  height: 10vh;
}

.center-text {
  text-align: center !important;
}

.left-text {
  text-align: left !important;
}

.right-text {
  text-align: right !important;
}

/*Mobile devices*/
@media screen and (min-width: 319px) and (max-width: 480px) {
  #prestamo-numero,
  #prestamo-modelo {
    font-size: small;
  }

  .prestamo-chip {
    margin: 1px !important;
  }
  .prestamo-chip-value {
    font-size: smaller !important;
  }
  .prestamo-chip-title {
    font-size: x-small !important;
  }

  .mobile-space {
    margin-bottom: 2vh;
  }
}

/*iPads, Tablets*/
@media screen and (min-width: 481px) and (max-width: 768px) {
}

/*Small screens, laptops*/
@media screen and (min-width: 769px) and (max-width: 991px) {
  .container {
    padding: 0% 7% !important;
  }
  .btn-digital {
    width: 100% !important;
    /*padding: 0px !important;*/
  }
}

/*Large screens, desktop*/
@media (max-width: 1440px) {
  #menu-option nav div {
    padding: 0vh 1.3vw;
  }

  #menu-options nav div a {
    font-size: small;
  }

  .title-card,
  .subtitle-card,
  .title-tab,
  .prestamo-chip-title {
    font-size: small !important;
  }
  .selector-prestamo {
    width: 64vw !important;
    margin: 2% 13% !important;
  }
}

/*Extra Large screens, TV*/
@media (min-width: 1201px) and (max-width: 1439px) {
}

@media (min-width: 1440px) and (max-width: 1831px) {
}

@media (min-width: 1832px) {
}

/* MOBILE */

@media (max-width: 991px) {
  .modal-dialog {
    max-width: 80% !important;
  }

  #refreshCards {
    justify-content: flex-end !important;
  }

  .prestamos-list > .selector-info .secondary-info {
    width: calc(0%) !important;
  }

  .prestamos-list > .selector-info .primary-info .brand {
    margin-left: 3%;
  }

  .lend-name {
    font-size: 21px !important;
  }

  .lend-reference,
  .license-plate,
  .model {
    white-space: nowrap;
    font-size: 10px !important;
  }

  .btn-dropdown {
    font-size: 28px !important;
  }

  .btn-search {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  html {
    margin-top: 0px !important;
  }

  .modal-dialog {
    max-width: 100% !important;
  }
  .btn-digital {
    width: 97% !important;
    padding: 0px !important;
  }

  #front-page-container {
    margin-top: 4% !important;
  }

  .container {
    padding: 0% 6% !important;
  }

  .card-container {
    margin: 0.5vh 0vw !important;
  }

  .card {
    box-shadow: 0px 0px 15px #e0e0e0;
  }

  #cal-cuota-container .custom-calculator {
    background-color: transparent;
    flex-direction: column;
    justify-content: flex-start;
    text-align: start;
    align-items: flex-start;
    width: 100%;
    padding: 0px !important;
    height: fit-content;
  }

  #vfinanciar {
    background-color: #ffffff;
    color: #0e0e0e;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    border-radius: 4px;
  }

  #selectProductoFinanciar {
    background-color: #ffffff;
    color: #0e0e0e;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    margin: 2vh 0px;
    border-radius: 4px;
  }

  #btnCalcularCuota {
    background-color: white;
    color: #ef4125;
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    border: none;
    border-style: none;
    width: 100%;
    padding: 2vh 2vw;
    border-radius: 8px;
  }
  #front-page-container {
    margin-top: 8vh;
    /*padding: 0vh 1vw !important;*/
  }

  #campaign-bubble {
    max-width: 315px !important;
    height: 205px !important;
  }

  #campaign-bubble #message {
    font-size: small !important;
  }

  #mobile-menu-logo {
    width: 60% !important;
  }

  .selector-prestamo {
    width: 100% !important;
    margin: 2% 0% !important;
  }

  .modal-dialog {
    width: 100% !important;
  }
}

@media (min-width: 992px){
  .desktop-element {
    display: block;
  }

  .desktop-table-element {
    display: table-cell;
  }

  .mobile-element,
  .mobile-table-element {
    display: none !important;
  }
}

/* DESKTOP */
@media screen and (min-width: 769px) {

  #realizar-consulta {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    align-items: center;
  }
}

#contact-bubble {
  color: #ffffff;
  background-color: #505050;
  border-radius: 50%;
  position: fixed;
  bottom: 16vh;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 100;
}

#contact-bubble img {
  position: relative;
  margin-top: 25%;
  width: fit-content;
  height: fit-content;
}

#options-bubble {
  border-radius: 42px 0% 0% 42px;
  position: fixed;
  flex-direction: row;
  background-color: #c4c4c4;
  width: 0px;
  height: 80px;
  bottom: 16vh;
  right: calc(15px + 40px);
  z-index: 99;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#options-bubble a {
  text-decoration: none;
}

#options-bubble img {
  width: 40px;
  height: 40px;
  margin: 1.5vh 15px;
}

#campaign-bubble {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 270px;
  max-height: 390px !important;
  width: 80px;
  background-color: white;
  border: 2px solid #ef4125;
  border-radius: 42px;
  position: fixed;
  bottom: 29vh;
  padding: 20px 0px;
  box-shadow: 0 0 0 0 rgba(239, 65, 37, 1);
  animation: pulse-orange 2s infinite;
  transition: 0.2s ease all;
}

#news-container {
  width: 0%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 0px 8px;
}

#news-container p {
  color: #616161;
  font-size: 17px !important;
  text-align: center;
  position: relative;
}

#news-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  width: 100%;
}

#news-actions {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#icon-news-toggle {
  color: rgba(239, 65, 37, 1);
}

#campaign-bubble:hover {
  cursor: pointer;
}

.digital-collapse {
  color: #006cb6;
  font-size: 20px;
  width: 100%;
  height: fit-content;
  padding: 2vh 2vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid #006cb6;
  border-radius: 5px;
  margin: 1vh 0vw;
}

.digital-collapse:hover {
  cursor: pointer;
}

.fascaret {
  color: #505050;
  font-size: 32px;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.98);
    box-shadow: 0 0 0 0 rgba(239, 65, 37, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(239, 65, 37, 0);
  }

  100% {
    transform: scale(0.98);
    box-shadow: 0 0 0 0 rgba(239, 65, 37, 0);
  }
}

#campaign-bubble,
#contact-bubble {
  right: 15px !important;
}

.text-right {
  text-align: right;
}

/*
  SWAL STYLES
*/

.swal2-icon,
.swal2-icon-show {
  display: none !important;
}

.swal2-popup {
  width: auto !important;
  padding: 0px 20px !important;
  padding-bottom: 10px !important;
  border-radius: 20px !important;
  background-color: white !important;
}

.swal2-title {
  font-size: 16px !important;
  color: #006cb6 !important;
  text-transform: uppercase !important;
}

.swal2-loader {
  display: flex;
  width: 30px !important;
  height: 30px !important;
  margin: 0px !important;
}

.swal2-styled {
  border-radius: 20px !important;
  padding: 0px 10px !important;
}

.swal2-html-container {
  font-size: 14px !important;
  color: #828282 !important;
  margin-top: 10px !important;
}

.swal2-actions {
  margin-top: 0px !important;
}

.swal2-select {
  max-width: max-content !important;
}

.swal2-file, .swal2-input, .swal2-textarea{
  font-size: 14px !important;
  text-align: center !important;
}

.swal2-validation-message + .swal2-actions{
  margin-top: 5px !important;
}

.swal2-validation-message:not(:empty) + .swal2-actions{
  margin-top: 15px !important;
}

.swal-phone-input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='51px' width='85px'><text x='12' y='33' fill='gray' font-size='large' font-family='Poppins'>+</text></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
}

.swal-column-actions{
  flex-direction: column;
}

.swal2-confirm {
  background-color: #006cb6 !important;
}

.swal2-deny {
  background-color: #ef4125 !important;
}

.swal-deny-auxiliary-action{
  background: none;
  background-color: #00000000 !important;
  color: #828282;
}

/*
  CALENDAR STYLES
*/

.tavo-calendar__weekday,
.tavo-calendar__month-label {
  text-transform: capitalize;
}

.tavo-calendar__reset,
.tavo-calendar__info {
  display: none !important;
}

.tavo-calendar__code_lock {
  opacity: 1;
}

.tavo-calendar__header {
  background-color: #006cb6 !important;
}

#cq-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 / 45%);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#chat-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0 0 0 0);
}

#cq-loader > img {
  max-width: 75px;
  width: 100%;
  height: auto;
}

.modal .btn-digital {
  width: 60% !important;
  padding: 0 !important;
  margin-bottom: 4px;
}

.collapse-trigger {
  cursor: pointer;
}

.btn-link {
  color: #0072bb !important;
}

/* 
    SWITCH STYLES
  */

.switch {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.switch + .lable {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}
.switch + .lable::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}
.switch:checked + .lable::before {
  display: inline-block;
  /*content: '\f00c';*/
  background-color: #f5f8fc;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
/* CSS3 on/off switches */
.switch + .lable {
  margin: 0 4px;
  min-height: 24px;
}
.switch + .lable::before {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 15px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  top: auto;
}
.switch.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  /*content: "\f00d";*/
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  background-color: #a9a9a9;
  color: #f2f2f2;
  width: 52px;
  height: 27px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.switch.switch-bootstrap + .lable::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 22px;
  height: 22px;
  text-align: center;
  background-color: #f2f2f2;
  border: 4px solid #f2f2f2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.switch.switch-bootstrap:checked + .lable::before {
  /*content: "\f00c";*/
  text-indent: 6px;
  color: #fff;
  border-color: #b7d3e5;
}
.switch-primary > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #337ab7;
}
.switch-success > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #5cb85c;
}
.switch-danger > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #d9534f;
}
.switch-info > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #5bc0de;
}
.switch-warning > .switch.switch-bootstrap:checked + .lable::before {
  background-color: #f0ad4e;
}
.switch.switch-bootstrap:checked + .lable::after {
  left: 27px;
  background-color: #fff;
  border: 4px solid #fff;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
/* square */
.switch-square {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.switch-square + .lable {
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 20px;
  min-height: 18px;
  min-width: 18px;
  font-weight: normal;
  cursor: pointer;
}
.switch-square + .lable::before {
  cursor: pointer;
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 12px;
  color: #32a3ce;
  content: "\a0";
  background-color: #fafafa;
  border: 1px solid #c8c8c8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  height: 16px;
  line-height: 14px;
  min-width: 16px;
  margin-right: 1px;
  position: relative;
  top: -1px;
}
.switch-square:checked + .lable::before {
  display: inline-block;
  /*content: '\f00c';*/
  background-color: #f5f8fc;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
/* CSS3 on/off switches */
.switch-square + .lable {
  margin: 0 4px;
  min-height: 24px;
}
.switch-square + .lable::before {
  font-weight: normal;
  font-size: 11px;
  line-height: 17px;
  height: 20px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  text-align: left;
  float: left;
  padding: 0;
  width: 52px;
  text-indent: -21px;
  margin-right: 0;
  -webkit-transition: text-indent 0.3s ease;
  -o-transition: text-indent 0.3s ease;
  transition: text-indent 0.3s ease;
  top: auto;
}
.switch-square.switch-bootstrap + .lable::before {
  font-family: FontAwesome;
  /*content: "\f00d";*/
  box-shadow: none;
  border-width: 0;
  font-size: 16px;
  background-color: #a9a9a9;
  color: #f2f2f2;
  width: 52px;
  height: 22px;
  line-height: 21px;
  text-indent: 32px;
  -webkit-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.switch-square.switch-bootstrap + .lable::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 12px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  width: 18px;
  height: 18px;
  text-align: center;
  background-color: #f2f2f2;
  border: 4px solid #f2f2f2;
  -webkit-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
.switch-square.switch-bootstrap:checked + .lable::before {
  /*content: "\f00c";*/
  text-indent: 6px;
  color: #fff;
  border-color: #b7d3e5;
}
.switch-primary > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #337ab7;
}
.switch-success > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #5cb85c;
}
.switch-danger > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #d9534f;
}
.switch-info > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #5bc0de;
}
.switch-warning > .switch-square.switch-bootstrap:checked + .lable::before {
  background-color: #f0ad4e;
}
.switch-square.switch-bootstrap:checked + .lable::after {
  left: 32px;
  background-color: #fff;
  border: 4px solid #fff;
  text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}
.switch-square.switch-bootstrap + .lable::after {
  border-radius: 2px;
}

.switch-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #828282;
}

select {
  color: #616161 !important;
  font-size: 15px !important;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  padding: 13px 18px;
  border: solid 1px #828282 !important;
  border-radius: 5px !important;
}

.radio {
  display: grid;
  grid-template-columns: -webkit-min-content auto;
  grid-template-columns: min-content auto;
  grid-gap: 2px;
  font-size: 16px;
  color: #337ab7;
  padding-top: 2px;
}
.radio:focus-within .radio__label {
  transform: scale(1.05);
  opacity: 1;
}

.radio__label {
  line-height: 1;
  transition: 180ms all ease-in-out;
  color: #505050;
  font-family: "Poppins-Light";
}

.radio__input {
  display: flex;
}
.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio__input input:focus + .radio__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em currentColor;
}

.radio-gradient input:checked + .radio__control {
  background: radial-gradient(currentcolor 50%, rgba(255, 0, 0, 0) 51%);
}

.radio-before .radio__control {
  display: grid;
  place-items: center;
}
.radio-before input + .radio__control::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  box-shadow: inset 0.5em 0.5em currentColor;
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
}
.radio-before input:checked + .radio__control::before {
  transform: scale(1);
}

.radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid currentColor;
  transform: translateY(-0.05em);
}

.page-public-option {
  cursor: pointer;
}

.digital-disabled {
  pointer-events: none;
  color: #50505033;
}

.image-selector {
  cursor: pointer;
}

:root {
  --site-width: 980px;
}

.regresar-cita-virtual {
  z-index: 20;
  margin-left: calc((100% - var(--site-width)) / 2) !important;
  width: var(--site-width) !important;
}

@media (max-width: 980px) {
  .regresar-cita-virtual {
    margin-left: 0px !important;
    width: auto !important;
  }
}

.regresar-cita-virtual a {
  margin-top: 20px;
  color: #0870b8;
}

#messengerToggle {
  cursor: pointer;
}

.swal-justify .swal2-html-container {
  text-align: justify !important;
  max-width: 1000px;
}

.swal2-checkbox {
  margin-bottom: 10px !important;
}

.payRequest {
  max-width: 30%;
}

.request-payment-label {
  color: #006cb6;
  font-weight: bold;
  font-size: medium;
}

.center {
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-text {
  color: #0870b8;
  font-family: "Poppins-SemiBold";
}

tr th {
  border-bottom: none;
  background-color: #ebebeb !important;
  text-align: left;
  color: #505050;
  font-size: 15px;
  font-family: "Poppins-SemiBold";
}

tr td {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 15px;
  color: #505050;
  text-align: left;
  border: none;
}

.center-table {
  margin: 0 !important;
}

.center-table tr td,
.center-table tr th {
  text-align: center;
}

@media (max-width: 320px) {
  tbody tr td {
    font-size: small !important;
  }
}

.no-padding {
  padding: 0px !important;
}

#social-elements {
  background-color: #c1c1c1;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: fit-content;
  padding: 1vh 1vw;
  width: 100%;
  margin-top: 4vh;
}

#social-elements .element {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  vertical-align: middle;
}

#social-elements .element img {
  width: 25px;
  height: 25px;
}

#social-elements .element p {
  color: #ffffff;
  margin: 0px !important;
  margin: 4px;
}

@media (max-width: 991px) {
  #social-elements {
    flex-direction: column !important;
  }

  #social-elements .element {
    justify-content: center !important;
    border-bottom: solid 1px rgb(255 255 255 / 40%);
    padding: 5px;
  }

  #social-elements .element:last-child {
    border-bottom: none;
  }

  .desktop-element,
  .desktop-table-element {
    display: none !important;
  }

  .mobile-element {
    display: block;
  }

  .mobile-table-element {
    display: table-cell;
  }
}

#social-elements .element img {
  margin-right: 10px;
}

.helper-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 4px 1px #bfbfbf;
  border-radius: 13px;
  color: #006cb6;
  text-align: center;
  font-size: 21px;
  font-weight: bolder;
  width: 40px;
  height: 40px;
  transition: 0.4s ease all;
}

.helper-button:hover {
  cursor: pointer;
  box-shadow: 1px 1px 12px 1px #bfbfbf;
}

.blue-text {
  color: #006cb6;
  font-weight: bold;
  font-size: 16px;
}

.gray-text {
  color: #616161;
  font-size: 16px;
}

.digital-link {
  color: #006cb6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}

.digital-link:hover {
  color: #006cb6;
  cursor: pointer;
}

.digital-selector {
  max-width: 800px;
  height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  margin-bottom: 2%;
  margin-top: 2%;
  background-color: #e0e0e0;
  border: 1px solid gray;
  border-radius: 20px;
  z-index: 9;
}

.digital-selector .selector-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.digital-selector > .selector-info {
  background-color: #f0f0f0;
  padding: 1.5%;
  border-radius: 21px;
}

.digital-selector .selector-info:hover {
  cursor: pointer;
}

.digital-selector .selector-info .primary-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: calc(60%);
  height: 50px;
}

.primary-info .brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5px;
  margin-left: 5%;
  max-width: 60px;
  min-width: 80px;
  width: 20%;
  padding: 0px 15px;
  height: calc(100%);
}

.primary-info .data {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: left;
}

.lend-name {
  color: #505050;
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins" !important;
}

.lend-reference,
.license-plate,
.model {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins" !important;
}

.digital-selector .selector-info .secondary-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  vertical-align: middle;
  align-content: center;
  align-items: center;
  width: calc(40%);
  margin-right: 5%;
}

.secondary-info i {
  font-size: 100%;
}

.secondary-info .data {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: right;
  font-family: "Poppins-SemiBold" !important;
  width: 70%;
  margin-right: 13%;
}

.btn-dropdown {
  color: #505050;
  font-size: 32px;
  width: 20%;
  transition: 0.3s ease all;
}

.btn-dropdown:hover {
  color: #0870b8;
  cursor: pointer;
}

.btn-search {
  color: #505050;
  font-size: 28px;
  width: 10%;
  z-index: 10;
  transition: 0.3s ease all;
}

.btn-search:hover {
  color: #0870b8;
  cursor: pointer;
}

.selector-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 0px;
  padding: 0px;
  max-height: 300px;
}

.selector-hidden {
  overflow: hidden;
  height: 0px;
  display: none;
}

.idSearchBtn {
  width: calc(100%) !important;
  margin: 1%;
  border-radius: 25px !important;
  padding: 0.5% 0.5% 0.5% 2% !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"/></svg>') !important;
  background-repeat: no-repeat !important;
  background-position: right 15px top 8px !important;
  background-size: 15px;
  color: #505050;
}

.prestamos-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100%);
  overflow-y: auto;
}

.prestamos-list .selector-info {
  margin-bottom: 2%;
}

.prestamos-list .selector-info:hover {
  cursor: pointer;
}

.prestamos-list .secondary-info {
  justify-content: flex-start !important;
  margin-left: 8%;
}

#layer-search {
  background-color: #ffffff8f;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#prestamosContainer {
  transition: none !important;
}
