@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  font-family: 'Poppins', sans-serif !important;
}
body .container {
    max-width: 1350px;
}
header {
  background: #7D4597 0% 0% no-repeat padding-box;
}
header nav.navbar {
  padding: 24px 0;
}
header nav.navbar a.navbar-brand {
    padding: 0;
}
header nav.navbar .navbar-nav li a {
    color: #fff;
    font-size: 20px;
    padding: 0 !important;
    transition: all 0.5s ease 0s;
}
header nav.navbar .navbar-nav li a:hover,
header nav.navbar .navbar-nav li.active a {
  color: #f560b2;
}
header nav.navbar .navbar-nav li {
    margin: 0 25px;
    display: inline-flex;
    align-items: center;
}
.custom-header-section .dropdown a.btn {
    background: transparent !important;
    border: none;
    padding: 0;
    font-size: 12px;
    outline: 0;
    box-shadow: none !important;
}
.custom-header-section .dropdown a.btn i {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
    margin: 0 0 0 5px;
}
.custom-header-section .dropdown a.btn:before {
    content: "";
    border-top: .3em solid #7d4597;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 12px;
}
.custom-header-section .dropdown .dropdown-menu a:hover {
  background: #38A3A5;
  color: #ffffff;
  transition: all 0.5s ease 0s;
}
.custom-header-section .dropdown .dropdown-menu,
.calculate-form .dropdown ul.dropdown-menu {
    width: 225px;
    right: 0;
    left: auto;
    top: 50px;
    border-color: #efefef;
    border-radius: 6px;
}
.home-hero-section {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: calc(100vh - 120px);
  background: url(../images/hero-section.png);
  background-size: cover;
  background-position: center;
  display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}
.custom-header-section .dropdown .dropdown-menu a i {
    width: 27px;
    text-align: center;
}

.custom-header-section
{
    margin-top: 44px;
}

.custom-header-section .dropdown-item
{
    font-size: 16px !important;
}

.custom-header-section a:active
{
    text-decoration: none !important;
    color:white !important;
}

.custom-header-section a:hover , .custom-header-section a:focus
{
    text-decoration: none !important;
    color:white !important;
}

.custom-header-section .dropdown-toggle::after
{
    color:white !important;
}
.calculate-form .dropdown .dropdown-toggle {
    font-size: 16px;
    background: #7D4597;
    border: none;
    padding: 10px 15px;
}
.calculate-form .dropdown .dropdown-toggle i img {
    max-width: 100%;
}
.calculate-form .dropdown .dropdown-toggle i {
    width: 30px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.calculate-form .dropdown, .calculate-form .dropdown button {
    width: 100%;
    text-align: left;
}
.calculate-form .dropdown .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 23px;
}
.calculate-form input.form-control {
    height: 100%;
    border-color: #DDDDDD;
}
.calculate-form {
    background: #fff;
    border-radius: 20px;
    padding: 50px 15%;
}
.calculate-form h2 {
    margin: 0;
    font-size: 28px;
    color: #C51F7A;
}
.calculate-form .form-group {
    margin: 0 -5px;
    margin-top: 40px;
}
.calculate-form .dropdown ul.dropdown-menu li i img {
    max-width: 100%;
}
.calculate-form .dropdown ul.dropdown-menu li i {
    width: 28px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.calculate-form .dropdown ul.dropdown-menu {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    padding: 0;
    margin-top: 10px;
}
.calculate-form .dropdown ul.dropdown-menu li a {
    display: block;
    color: #000;
    padding: 5px 15px;
}
.calculate-form .dropdown ul.dropdown-menu li a:hover {
  background: #38A3A5;
color: #ffffff;
transition: all 0.5s ease 0s;
text-decoration: none;
}
body .btn-primary:not(:disabled):not(.disabled).active:focus,
body .btn-primary:not(:disabled):not(.disabled):active:focus,
body .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(56 163 165 / 37%);
}
body .btn-primary:not(:disabled):not(.disabled).active,
body .btn-primary:not(:disabled):not(.disabled):active,
body .show>.btn-primary.dropdown-toggle {
    background-color: #2d9092;
    border-color: #2d9092;
}
.calculate-form .checkbox-group {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    margin: 40px 0 0 0;
    background: #E7E8EA;
}
.calculate-form .checkbox-group .checkbox {
    flex: 1;
}
.calculate-form .checkbox-group .checkbox input {
    display: none;
}
.calculate-form .checkbox-group .checkbox label {
    margin: 0;
    display: block;
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.calculate-form .checkbox-group .checkbox input:checked ~ label {
    background: #272C3A;
    transform: skewX(-33deg);
    color: #fff;
}
.calculate-form .checkbox-group .checkbox input:checked ~ label span {
    transform: skewX(32deg);
    display: block;
}
.calculate-form .checkbox-group .checkbox input:checked ~ label:before,
.calculate-form .checkbox-group .checkbox input:checked ~ label:after {
    content: "";
    background: #272c3a;
    width: 29px;
    height: 100%;
    position: absolute;
    left: -9px;
    top: 0;
}
.calculate-form .checkbox-group .checkbox input:checked ~ label:after {
  left: auto;
  right: -9px;
}
.calculate-form > .btn {
    display: block;
    width: -webkit-fill-available;
    margin: 40px 25px 10px 25px;
    background: transparent linear-gradient(90deg, #684F9E 0%, #DC1C76 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    border: none;
    font-size: 24px;
    padding: 10px 20px;
}
.calculate-form p {
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.calculate-form p a {
    color: #38A3A5;
}
.home-hero-section h1 {
    margin: 0 0 15px 0;
    font-size: 40px;
}
.home-hero-section .hero-content p {
    font-size: 20px;
    max-width: 340px;
    width: 100%;
    margin: 0 0 20px 0;
}
.img-frame {
    text-align: center;
}
.img-frame img {
    max-width: 100%;
}
.section-steps {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.section-steps h2 {
    font-size: 28px;
    color: #38A3A5;
}
section.section-steps h3 {
    font-size: 20px;
    color: #272C3A;
    max-width: 500px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
section.section-steps ul {
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
    counter-reset: li;
}
section.section-steps ul li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
}
section.section-steps ul li {
    background: #f1f1f1;
    border-radius: 16px;
    padding: 25px;
    margin: 15px 0 0 0;
    position: relative;
    padding-left: 100px;
}
section.section-steps ul li.active {
  background: transparent linear-gradient(90deg, #7D4597 0%, var(--unnamed-color-c51f7a) 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(90deg, #7D4597 0%, #C51F7A 100%) 0% 0% no-repeat padding-box;
}
section.section-steps ul li.active * {
  color: #fff;
}
section.section-steps ul li h4 {
    margin: 0;
    font-size: 20px;
}
section.section-steps ul li p {
    margin: 10px 0 0 0;
    font-size: 14px;
    display: flex;
    color: #272C3A;
    justify-content: space-between;
}
section.section-steps ul li p label i {
  margin: 0 0 0 10px;
  font-size: 20px;
  color: #272C3A;
}
section.section-steps {
    position: relative;
    overflow: hidden;
}
section.section-steps:before {
  content: "";
  width: 700px;
  height: 700px;
  pointer-events: none;
  position: absolute;
  left: -200px;
  top: -150px;
  background: rgb(197 31 122 / 15%);
  border-radius: 100%;
}
section.container-fluid.quickex-conviene {
    background: transparent linear-gradient(91deg, #C51F7A 0%, #7D4597 100%) 0% 0% no-repeat padding-box;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
section.container-fluid.quickex-conviene h2 {
    text-align: center;
    color: #fff;
    margin: 0;
}
section.container-fluid.quickex-conviene h3 {
    color: #fff;
    max-width: 500px;
    margin: 10px auto 30px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
}
.quickex-contentbox {
    background: #fff;
    text-align: center;
    padding: 20px;
    height: calc(100% - 25px);
    margin: 0 0 25px 0;
    border-radius: 16px;
}
.quickex-contentbox i {
    display: block;
    margin: 0 0 20px 0;
}
.quickex-contentbox h4 {
  font-weight: bold;
  color: #272C3A;
}
section.container-fluid.quickex-conviene {
  position: relative;
  overflow: hidden;
}
section.container-fluid.quickex-conviene:before {
    content: "";
    background: url(../images/logo-watermark.svg);
    width: 600px;
    height: 600px;
    position: absolute;
    left: -68px;
    top: -149px;
    background-size: contain;
}
.quickex-section {
  background: #E9E9EB;
}
.p-L-0 {
  padding-left: 0 !important;
}
section.quickex-section h2 {
    font-size: 38px;
    margin: 30px 0;
}
section.quickex-section p {
    font-size: 18px;
    color: #373A3C;
}
section.quickex-section .quickex-map h2 {
    text-align: center;
    font-size: 38px;
}
section.quickex-section .quickex-map p {
    text-align: center;
    font-size: 22px;
}
section.quickex-section .quickex-map .custom-input-field {
    display: flex;
    align-items: center;
    max-width: 620px;
    margin: 0 auto;
}
section.quickex-section .quickex-map .custom-input-field label {
    white-space: nowrap;
    margin: 0 18px 0 0;
}
section.quickex-section .quickex-map .map-address {
    display: flex;
    background: #272C3A;
    margin: 25px 0;
}
section.quickex-section .quickex-map .map-address .map-content i {
    display: block;
    text-align: center;
    color: rgb(255 255 255 / 43%);
    font-size: 40px;
    margin: 0 0 15px 0;
}
section.quickex-section .quickex-map .map-address .map-content {
    max-width: 250px;
    padding: 30px;
}
section.quickex-section .quickex-map .map-address iframe {
    height: inherit;
}
section.quickex-section .quickex-map .map-address .map-content p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}
section.quickex-section .quickex-map .map-address .map-content p b {
    display: block;
}
.quickex-section:after {
    content: "";
    background: url(../images/logo-watermark.svg);
    width: 600px;
    height: 574px;
    position: absolute;
    right: -68px;
    top: -149px;
    background-size: contain;
}
.quickex-section {
    position: relative;
    overflow: hidden;
}
.company-brands .img-frame img {
    height: 140px;
}
section.company-brands {
  padding-top: 80px;
  padding-bottom: 100px;
}
section.company-brands h2 {
  font-weight: bold;
}
section.company-brands h2, section.company-brands p {
    text-align: center;
}
.quickex-contentbox
 .inner-content h2 {
    color: #38A3A5 !important;
    font-size: 50px;
    font-weight: bold;
    margin: 0 !important;
}
.quickex-contentbox .inner-content h3 {
    color: #000 !important;
    font-size: 24px !important;
    margin: 0 !important;
}
.quickex-contentbox.foot {
    position: relative;
    padding-bottom: 150px;
}

.quickex-contentbox .inner-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.quickex-conviene.no-vector {
  padding-bottom: 20px !important;
}
.quickex-conviene.no-vector:before {
  display: none;
}
.gray-bg {
  background: #E9E9EB;
}
.testimonial-detail-card {
    background: #E7E8EA;
    border-radius: 0px 24px 24px 0px;
    padding: 50px 100px
}
.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-detail-card .testimonial-detail-head {
    display: flex;
    align-items: center;
    margin: -70px 0 25px 0;
}
.testimonial-detail-card .testimonial-detail-head i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-detail-card .testimonial-detail-head i {
    max-width: 200px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin: 0 25px 0 0;
}
.testimonial-detail-card .testimonial-detail-head h3 small {
    display: block;
    font-size: 18px;
}
.testimonial-detail-card .testimonial-detail-head h3 {
    flex: 1;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
    margin: 0;
}
.testimonial-section ul.nav {
    display: flex;
    flex-flow: wrap;
}

.testimonial-section ul.nav li.nav-item {
    width: calc(100% / 3);
    margin: 0 0 20px 0;
}

.testimonial-section ul.nav li.nav-item i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-section ul.nav li.nav-item i {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 10px;
    overflow: hidden;
    border-radius: 100%;
    border: 1px solid #d0d0d0;
}
.testimonial-section ul.nav li.nav-item a.nav-link {
    text-align: center;
    background: transparent;
    color: #272C3A;
    font-size: 12px;
    border-radius: 10px;
    padding: 15px;
}
.testimonial-section ul.nav li.nav-item a.nav-link b {
    display: block;
    font-size: 16px;
}
.testimonial-section ul.nav li.nav-item a.nav-link.active {
    background: transparent linear-gradient(91deg, #C51F7A 0%, #7D4597 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}
.testimonail-slider ul.carousel-indicators {
  bottom: -15px;
}
.testimonail-slider ul.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    padding: 0;
    margin: 0 5px;
    border: 1px solid rgb(39 44 58 / 30%);
}
.testimonail-slider ul.carousel-indicators li.active {
    background: #272C3A4D;
}
footer {
    background: #313546;
    padding-top: 133px;
}
.footer-subscriber {
    background: rgb(255 255 255 / 60%);
    padding: 32px 48px;
    border-radius: 20px;
    margin: 0 0 50px 0;
}
.footer-subscriber h2 {
    color: #373A3C;
    font-size: 25px;
    font-weight: bold;
}
.footer-subscriber p {
    font-size: 14px;
}
.footer-subscriber .form-group {
    display: flex;
}
.footer-subscriber .form-group input {
    width: 100%;
    border: 1px solid #272C3A;
    padding: 10px 15px;
    border-radius: 7px;
    margin: 0 10px 0 0;
    line-height: normal;
}
.footer-subscriber .form-group button {
    background: transparent linear-gradient(90deg, #684F9E 0%, #DC1C76 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    border: none;
    color: #fff;
    padding: 0 30px;
}
footer hr {
    background: rgb(173 174 181 / 22%);
}
footer ul {
    list-style: none;
    padding: 0;
}
footer ul li a {
    color: #fff;
}
footer ul li {
    margin: 5px 0 0 0;
}
.copyright-footer {
  background: #1B2032;
  padding-top:10px;
  padding-bottom:10px;
}
.copyright-footer p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.copyright-footer ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}
.copyright-footer ul li {
    margin: 0 0 0 10px;
}
.copyright-footer ul li a {
    color: #fff;
    font-size: 20px;
}
.quicky-modal .modal-dialog .modal-content {
    background: #ECECEC;
    border: none;
    border-radius: 16px;
}
.quicky-modal .modal-dialog .modal-content .modal-header {
    border: none;
}
.quicky-modal .modal-dialog .modal-content .modal-header h5 {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #7D4597;
    margin: 25px 0 0 0;
}
.quicky-modal .modal-dialog .modal-content .modal-body {
    padding: 20px 50px;
}
.quicky-modal .modal-dialog .modal-content .modal-body form .input-field label,
.enviaras-dinero-article .input-field label {
    display: block;
    color: #373A3C;
    margin: 0 0 5px 0;
}
.quicky-modal .modal-dialog .modal-content .modal-body form .input-field input,
.quicky-modal .modal-dialog .modal-content .modal-body form .input-field select,
.enviaras-dinero-article .input-field input,
.enviaras-dinero-article .input-field select {
    width: 100%;
    border: 1px solid #272C3A;
    padding: 7px 15px;
    border-radius: 6px;
    color: #272C3A;
}
.quicky-modal .modal-dialog .modal-content .modal-body form .input-field,
.enviaras-dinero-article .input-field {
    margin: 0 0 15px 0;
}
.quicky-modal .modal-dialog .modal-content .modal-body form p {
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
}
.quicky-modal .modal-dialog .modal-content .modal-body form button {
    background: transparent linear-gradient(90deg, #684F9E 0%, #DC1C76 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    opacity: 1;
    width: 100%;
    border: none;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 15px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .popup-form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quicky-modal .modal-dialog .modal-content .modal-body .popup-form-foot ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.quicky-modal .modal-dialog .modal-content .modal-body .popup-form-foot ul li {
    margin: 0 0 0 10px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .popup-form-foot ul li a {
    font-size: 24px;
    color: #3c3c3c;
}
.quicky-modal .modal-dialog .modal-content .modal-header button.close span {
    font-size: 30px;
    color: #7D4597;
}
.quicky-modal .modal-dialog .modal-content .modal-header button.close {
    opacity: 1;
}
header nav.navbar .navbar-nav li a.btn {
    background: rgb(255 255 255 / 16%);
    border: 1px solid #fff;
    padding: 7px 45px !important;
    position: relative;
}
header nav.navbar .navbar-nav li a.btn:hover {
  background: #fff;
  color: #7D4597;
}
.enviaras-dinero-section {
  background: #FAF8FB;
  border-radius: 16px;
  padding: 30px 50px;
  margin: 60px 0;
}
.theme-title h2 {
    font-size: 35px;
    color: #7D4597;
    font-weight: 600;
    margin: 0 0 5px 0;
}
.theme-title.center {
    text-align: center;
}
.enviaras-dinero-section .enviaras-dinero-article {
    background: #fff;
    border: 1px solid #ECECEC;
    border-radius: 16px;
    opacity: 1;
    padding: 32px;
    height: calc(100% - 40px);
    margin: 20px 0;
}
.enviaras-dinero-section .enviaras-dinero-article h3 {
  font-size: 25px;
  margin: 25px 0 15px 0;
}
.enviaras-dinero-section .enviaras-dinero-article ul,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.enviaras-dinero-section .enviaras-dinero-article ul li b,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li b {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    border: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #373A3C;
    font-weight: 800;
    font-size: 20px;
}
.enviaras-dinero-section .enviaras-dinero-article ul li,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li {
    text-align: center;
    font-size: 12px;
    max-width: 70px;
    width: 100%;
}
.enviaras-dinero-section .enviaras-dinero-article ul li a,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li a {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
    background: #C51F7A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}
.enviaras-dinero-section .enviaras-dinero-article ul li.add,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li.add {
  color: #C51F7A;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view {
    flex-flow: wrap;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li {
    max-width: inherit;
    text-align: left;
    position: relative;
    padding: 0 0 0 80px;
    min-height: 65px;
    margin-bottom: 15px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li b,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li b {
    position: absolute;
    left: 0;
    top: 0;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li h4,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li h4 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li h4 small,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li h4 small {
    display: block;
    font-size: 14px;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li div a,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li div a {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    color: #b1b1b1;
    margin: 0 0 0 10px;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li div,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li div {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.enviaras-dinero-section .enviaras-dinero-article .input-group {
    display: flex;
    margin: 0 0 15px 0;
        flex-flow: inherit;
}
.enviaras-dinero-section .enviaras-dinero-article .input-group input {
  width: 100%;
    flex: 1;
    background: #FAF8FB 0% 0% no-repeat padding-box;
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
}
.enviaras-dinero-section .enviaras-dinero-article .input-group span {
    background: #7D4597;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #fff;
    margin: 0;
    border-radius: 6px 0 0 6px;
}
.enviaras-dinero-section .enviaras-dinero-article .sperator-arrow {
    margin: 25px 0;
}
.enviaras-dinero-section .enviaras-dinero-article .btn {
    background: transparent linear-gradient(90deg, #684F9E 0%, #DC1C76 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 15px;
    border: none;
    margin: 20px 0 0 0;
}
.quicky-modal .modal-dialog .modal-content .modal-header h5.modal-title.left {
    text-align: left;
}
.quicky-modal .modal-dialog .modal-content .modal-header {
  padding-left: 50px;
  padding-right: 50px;
}
.quicky-modal .modal-dialog .modal-content .modal-body form .input-field label {
    font-size: 14px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card {
    background: #ffffff;
    border: 1px solid #ECECEC;
    border-radius: 16px;
    padding: 30px;
    margin: 0 0 30px 0;
    height: calc(100% - 30px);
}
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li {
    background: #E3E3E31A;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px !important;
    border-radius: 6px;
    padding-left: 90px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li b {
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li div {
    right: 20px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li div i {
    margin: 0 0 0 10px;
    color: #8bc34a;
}
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card h4 {
    font-weight: 300;
    color: #7D4597;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.gray-bg {
  background:#ECECEC;
}
.white-bg {
  background: #fff;
}
.gray-bg .enviaras-dinero-article,
.white-bg .enviaras-dinero-article {
    background: inherit;
    border: none;
}
.radius-right {
  border-radius: 0 16px 16px 0;
}
.radius-left {
  border-radius:16px 0  0 16px;
}
.enviaras-dinero-section .gray-bg .enviaras-dinero-article h4 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #c5c5c5;
    padding: 0 0 15px 0;
}
.enviaras-dinero-section .gray-bg .enviaras-dinero-article h4 a {
    color: #b1b1b1;
}
.enviaras-dinero-section  .enviaras-dinero-article table {
    width: 100%;
    margin: 0 0 20px 0;
}
.enviaras-dinero-section .enviaras-dinero-article table tr td {
    padding: 10px 0;
}
.enviaras-dinero-section .enviaras-dinero-article p a {
  text-decoration: underline;
  color: #000;
  font-weight: 500;
}
.gray-bg.green-bg {
    background: #38A3A5;
}
.gray-bg.green-bg h4 {
    color: #fff;
    border-color: rgb(255 255 255 / 50%) !important;
}
.gray-bg.green-bg table tr td {
    color: #fff;
}
.enviaras-dinero-article.no-padding {
    padding: 0;
}
.enviaras-dinero-article .brand-button-group .custom-btn {
    flex: 1;
    text-align: center;
    font-size: 18px;
    background: #38A3A5;
    margin: 15px;
    color: rgb(255 255 255 / 92%);
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.enviaras-dinero-article .brand-button-group .custom-btn:hover {
  opacity: 0.8;
}
.enviaras-dinero-article .brand-button-group {
    display: flex;
    padding: 30px 10px;
}
.enviaras-dinero-article .brand-button-group .custom-btn.btn-outline {
    background: transparent;
    border: 1px solid #38A3A5;
    color: #38A3A5;
}
.enviaras-dinero-section .enviaras-dinero-article table tr td a {
    float: right;
}
.enviaras-dinero-section .enviaras-dinero-article table tr td a img {
    width: 25px;
}
blockquote.theme-blockquote {
    border: 2px solid #EE9800;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    margin: 50px 0 0 0;
}
blockquote.theme-blockquote p a {
    color: #4C3281;
}
blockquote.theme-blockquote p {
    margin: 10px 0;
    color: #272C3A;
}
.enviaras-dinero-section .enviaras-dinero-article ol {
    padding: 0 0 0 14px;
}
.enviaras-dinero-section .enviaras-dinero-article ol li {
    margin: 0 0 15px 0;
}
.enviaras-dinero-section .enviaras-dinero-article span {
    margin: 0 0 15px 0;
}
.enviaras-dinero-section .enviaras-dinero-article span a {
    font-size: 14px;
    color: #C51F7A;
}
.enviaras-dinero-article .brand-button-group .custom-btn.small {
    margin: 0 0 0 -10px;
    flex: inherit;
}
section.dashboard-wrapper {
    display: flex;
}
section.dashboard-wrapper aside.sidemenu {
    max-width: 300px;
    width: 100%;
    background: #efefef;
    min-height: 100vh;
    padding:50px 0;
}
section.dashboard-wrapper .dashboard-content {
  padding: 30px;
  flex: 1;
}
section.dashboard-wrapper aside.sidemenu ul {
    padding: 0;
    margin: 0;
}
section.dashboard-wrapper aside.sidemenu ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 20px;
    color: #272C3A;
    transition: background 0.5s ease 0s;
    text-decoration: none;
}
section.dashboard-wrapper aside.sidemenu ul li a:hover,
section.dashboard-wrapper aside.sidemenu ul li.active a {
    background: #38A3A5;
    color: #fff;
}
section.dashboard-wrapper .dashboard-content .data-table-card {
  background: #FAF8FB;
  padding: 30px;
  border-radius: 15px;
}
section.dashboard-wrapper .dashboard-content .data-table-card h2 {
    font-size: 25px;
    color: #7D4597;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}
section.dashboard-wrapper .dashboard-content .data-table-card h2 a {
    font-size: 16px;
    color: #C51F7A;
    font-weight: 400;
}
section.dashboard-wrapper .dashboard-content .data-table-card h2 a i {
    font-size: 24px;
    vertical-align: sub;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table thead tr th {
    border-bottom: none;
    text-align: center;
    font-size: 14px;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr:nth-child(even) {
    background: #EFEDF1;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr td {
    text-align: center;
    font-size: 14px;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr td label {
    margin: 0;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr td .btn {
    background: #38A3A5;
    border: none;
    font-size: 14px;
}
section.dashboard-wrapper .dashboard-content .data-table-card:after {
    content: "";
    clear: both;
    display: block;
}
section.dashboard-wrapper .dashboard-content .data-table-card ul.pagination li a {
    color: rgb(39 44 58 / 30%);
}
section.dashboard-wrapper .dashboard-content .data-table-card ul.pagination {
  margin: 10px 0 0 0;
}
section.dashboard-wrapper .dashboard-content .data-table-card ul.pagination li.active a {
    background: #38a3a5;
    border-color: #38a3a5;
    color: #fff;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr.selected {
    background: rgb(219 196 17 / 10%);
}
.quicky-modal .modal-dialog .modal-content .modal-body.enviaras-dinero-section {
    margin: 0;
    background: transparent;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
}
.quicky-modal .modal-dialog .modal-content .modal-body.enviaras-dinero-section h4 {
    font-size: 18px;
    margin: 0 0 5px 0;
}
.quicky-modal .modal-dialog .modal-content .modal-body.enviaras-dinero-section h4 a {
    font-size: 14px;
    color: #38A3A5;
}
.quicky-modal .modal-dialog .modal-content .modal-body.enviaras-dinero-section table tr td {
    padding: 5px 0;
}
.quicky-modal .modal-dialog .modal-content .modal-body .button-printer-group {
    display: flex;
}
.quicky-modal .modal-dialog .modal-content .modal-body .button-printer-group a.btn.btn-primary {
    margin: 0 0 0 15px;
    font-weight: 500;
    font-size: 17px;
}
.quicky-modal .modal-dialog .modal-content .modal-body .button-printer-group .btn-printer {
    border: 2px solid #272C3A;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 23px;
    font-size: 20px;
    color: #272C3A;
}
.quicky-modal .modal-dialog .modal-content .modal-body.enviaras-dinero-section .enviaras-dinero-article {
    margin: 0;
    padding-top: 0;
}
.quicky-modal.home-form .modal-dialog .modal-content {
    background: #fff;
}
.quicky-modal.home-form .modal-dialog .modal-content .modal-body {
    padding: 0 15px;
}
.quicky-modal.home-form .modal-dialog .modal-content .modal-body .calculate-form {
    padding: 10px 20px;
    padding-bottom: 50px;
}
.quicky-modal.home-form .modal-dialog .modal-content .modal-body .calculate-form h2 {
    font-size: 22px;
    text-align: center;
}
.quicky-modal.home-form .modal-dialog .modal-content .modal-body .calculate-form .checkbox label {
    font-size: 16px;
}
.quicky-modal.home-form .modal-dialog .modal-content .modal-body .calculate-form .dropdown .dropdown-toggle {
    font-size: 14px;
}
.quicky-modal.home-form .modal-dialog .modal-content .modal-body .calculate-form button.btn.btn-primary.btn-lg {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
}
.quicky-modal.home-form .modal-dialog .modal-header {
    padding: 20px;
    padding-bottom: 0;
}



section.dashboard-wrapper .dashboard-content .profile-card {
    background: #FAF8FB;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

section.dashboard-wrapper .dashboard-content .profile-card h2 {
    color: #7d4597;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

section.dashboard-wrapper .dashboard-content .profile-card .inner-profile {
    display: flex;
    flex-flow: wrap;
}

section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .profile-cover {
    max-width: 200px;
    width: 100%;
}

section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .profile-cover i {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  display: block;
  border: 2px solid #7d4597;
}
section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .profile-cover i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.dashboard-wrapper .dashboard-content .profile-card .input-field {
    width: 100%;
    display: block;
    margin: 20px 0 0 0;
}
section.dashboard-wrapper .dashboard-content .profile-card .input-field input {
    background: #ffff;
    border: 2px solid rgb(39 44 58 / 45%);
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
}
section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .prfile-fields {
    width: calc(100% - 200px);
    padding: 0 0 0 25px;
}
section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .profile-cover .input-field input {
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
}
section.dashboard-wrapper .dashboard-content .profile-card h4 {
    margin: 20px 0 0 0;
    font-size: 20px;
}
section.dashboard-wrapper .dashboard-content .profile-card .input-field .Guardar-btn {
    width: 100%;
    background: transparent linear-gradient(90deg, #684F9E 0%, #DC1C76 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 15px;
    margin: 20px 0 10px 0;
}
.equipo-section .dark-gray {
    background: rgb(27 32 50 / 12%);
    padding-top: 50px;
    padding-bottom: 50px;
}
.equipo-section .dark-gray h4 {
    padding: 0 50px;
    font-size: 26px;
    line-height: normal;
}
.equipo-section .light-gray {
  background: rgb(27 32 50 / 5%);
  padding-top: 50px;
  padding-bottom: 50px;
}
.equipo-section .light-gray h5 {
    margin: 0 0 20px 0;
}
section.team-member-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.team-member-section .team-card {
    text-align: center;
}
section.team-member-section .team-card > i {
    width: 250px;
    height: 250px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
}
section.team-member-section .team-card i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.team-member-section .team-card {
    max-width: 350px;
    margin: 30px auto 0;
}
section.team-member-section .team-card h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
    color: #373A3C;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 15px 0;
}
section.team-member-section .team-card h3 small {
    display: block;
    color: #b5b5b5;
}
section.team-member-section .team-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
section.team-member-section .team-card ul li {
    margin: 10px;
}
section.team-member-section .team-card ul li a {
    color: #bfbfbf;
    font-size: 22px;
}
section.team-member-section .theme-title.center {
    margin: 0 0 30px 0;
}
section.container-fluid.quickex-section .row.align-items-center {
    position: relative;
    z-index: 10;
}
section.section-steps ul li p label {
    white-space: nowrap;
}
section.dashboard-wrapper aside.sidemenu button.sidemenu {
  display: none;
}
@media all and (max-width:1250px) {
header nav.navbar .navbar-nav li {
  margin: 0 15px;
}
header nav.navbar .navbar-nav li a,
header nav.navbar .dropdown a.btn {
  font-size: 16px;
}
.calculate-form {
    padding: 40px;
}
.calculate-form h2 {
  font-size: 25px;
}
.home-hero-section h1 {
  font-size: 35px;
}
.calculate-form .dropdown .dropdown-toggle {
  font-size: 14px;
}
.calculate-form .checkbox-group .checkbox label {
    font-size: 15px;
}
.calculate-form > .btn {
    font-size: 20px;
}
}
body.open-sidemenu {
    overflow: hidden;
}
.enviaras-dinero-section.row {
    margin-left: 0;
    margin-right: 0;
}
@media all and (max-width:1199px) {
  section.team-member-section .team-card {
      max-width: 250px;
  }
  section.team-member-section .team-card > i {
    width: 190px;
    height: 190px;
  }
  .enviaras-dinero-section {
      padding: 30px;
  }
  .enviaras-dinero-section .enviaras-dinero-article ul li b, .quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li b {
      width: 45px;
      height: 45px;
      font-size: 14px;
  }
  .enviaras-dinero-section .enviaras-dinero-article ul li a, .quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li a {
    width: 45px;
    height: 45px;
    font-size: 14px;
}
.enviaras-dinero-section .enviaras-dinero-article h3 {
  font-size: 22px;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li h4,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li h4 {
  font-size: 16px;
}
}
@media all and (max-width:1090px) {
  section.dashboard-wrapper aside.sidemenu {
      position: absolute;
      left: -300px;
      transition: all 0.5s ease 0s;
      z-index: 10;
  }
  body.open-sidemenu section.dashboard-wrapper aside.sidemenu {
    left: 0;
  }
  section.dashboard-wrapper aside.sidemenu button.sidemenu {
    position: absolute;
    left: 100%;
    background: #4d1f63;
    border: none;
    color: #fff;
    padding: 8px 15px;
    top: 0;
    z-index: 10;
    display: block;
    outline: 0;
}
body.open-sidemenu   section.dashboard-wrapper aside.sidemenu button.sidemenu {
  pointer-events: none;
}
section.dashboard-wrapper .dashboard-content {
    padding-top: 60px;
}
body.open-sidemenu .overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 74%);
    z-index: 1;
}
section.dashboard-wrapper .dashboard-content {
    width: 100%;
}
.responsive-table {
    overflow: auto;
    width: 100%;
    display: block;
}
.responsive-table table {
    min-width: 800px;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr td .btn {
    white-space: nowrap;
}
section.dashboard-wrapper .dashboard-content .data-table-card table.table thead tr th,
section.dashboard-wrapper .dashboard-content .data-table-card table.table tbody tr td {
  font-size: 12px;
}
section.dashboard-wrapper .dashboard-content .data-table-card h2 {
    font-size: 20px;
    flex-flow: wrap;
}
section.dashboard-wrapper .dashboard-content .data-table-card h2 a {
  font-size: 14px;
  margin: 10px 0 0 0;
}
section.dashboard-wrapper .dashboard-content .data-table-card h2 a i {
    font-size: 18px;
}
}
@media all and (max-width:1025px) {
  header nav.navbar a.navbar-brand img {
      max-width: 200px;
  }
  .testimonial-detail-card {
    padding: 40px;
}
.testimonial-detail-card .testimonial-detail-head i {
    max-width: 140px;
    height: 140px;
}
.testimonial-detail-card .testimonial-detail-head h3 {
    font-size: 24px;
}
.testimonial-detail-card .testimonial-detail-head h3 small {
    font-size: 14px;
}
.testimonial-detail-card .testimonial-detail-head {
    margin: -50px 0 25px 0;
}
.testimonial-detail-content p {
    font-size: 14px;
}
.testimonial-section ul.nav li.nav-item {
    width: calc(100% / 2);
}
}
@media all and (max-width:991px) {
  header nav.navbar button.navbar-toggler {
      background: transparent linear-gradient(
  90deg
  , #684F9E 0%, #DC1C76 100%) 0% 0% no-repeat padding-box;
      color: #fff;
      border: 1px solid #ffffff;
      padding: 10px 15px;
      outline: 0;
      position: absolute;
    right: 0;
    top: 25px;
  }
  section.home-hero-section .row .hero-content {
    order: 2;
    padding-top: 40px;
}
header nav.navbar .navbar-nav li {
    margin: 0;
    justify-content: flex-end;
}
header nav.navbar .navbar-nav li a.nav-link {
    display: block;
    padding: 15px 0 !important;
    font-size: 20px;
}
.navbar-collapse {
    padding: 15px;
    position: absolute !important;
    left: -15px;
    right: -15px;
    top: 100%;
    background: #68357f;
    z-index: 99;
}
.navbar-collapse .form-inline {
    justify-content: flex-end;
}
header nav.navbar .navbar-nav li a, header nav.navbar .dropdown a.btn {
    font-size: 18px;
}
header nav.navbar .form-inline {
    margin: 0 60px 0 0;
}
.home-hero-section h1,
section.quickex-section h2 {
    font-size: 30px;
}
.footer-subscriber {
    padding: 25px;
    border-radius: 10px;
}
}
@media all and (max-width:767px) {
  section.section-steps h2 {
      margin-top: 30px;
      font-size: 25px;
  }
  .radius-left,
  .radius-right {
    border-radius: 10px;
    margin-top: 20px;
}
  section.section-steps h3 {
    font-size: 18px;
  }
  section.section-steps:before {
    width: 550px;
    height: 550px;
}
section.quickex-section .quickex-map .custom-input-field {
  flex-flow: wrap;
}
.testimonial-detail-card {
    padding: 30px;
    margin-bottom: 30px;
}
.company-brands .img-frame img {
    height: 80px;
}
.footer-subscriber h2 {
  font-size: 20px;
}
.footer-subscriber {
  margin: 30px 0;
}
.enviaras-dinero-section .enviaras-dinero-article {
  margin: 0;
}
}
@media all and (max-width:575px) {
  header nav.navbar .dropdown a.btn {
    font-size: 14px;
  }
  header nav.navbar .dropdown a.btn i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    font-size: 12px;
    line-height: 31px;
}
header nav.navbar a.navbar-brand img {
    max-width: 140px;
}
header nav.navbar button.navbar-toggler {
    padding: 7px 11px;
    font-size: 18px;
}
header nav.navbar .navbar-nav li a.nav-link {
    padding: 10px 0 !important;
    font-size: 18px;
}
.calculate-form {
    padding: 25px;
}
.calculate-form .form-group .dropdown {
    margin: 15px 0 0 0;
}
.calculate-form .checkbox-group .checkbox label {
    font-size: 13px;
}
.calculate-form > .btn {
  font-size: 16px;
}
section.section-steps ul li:before {
    font-size: 22px;
    left: 25px;
}
section.section-steps ul li {
    padding-left: 60px;
}
section.section-steps ul li h4,
section.container-fluid.quickex-conviene h3 {
  font-size: 18px;
}
section.section-steps:before {
  width: 350px;
  height: 350px;
}
section.section-steps:before {
    left: -130px;
    top: -100px;
}
.testimonial-detail-card .testimonial-detail-head i {
    max-width: 90px;
    height: 90px;
    margin: 0 15px 0 0;
}
.testimonial-detail-card .testimonial-detail-head h3 {
    font-size: 20px;
}
.testimonial-detail-card .testimonial-detail-head {
    margin: 0 0 20px 0;
}
.home-hero-section h1, section.quickex-section h2,
section.quickex-section .quickex-map h2 {
    font-size: 25px;
}
section.quickex-section .quickex-map p,
section.quickex-section p {
  font-size: 16px;
}
section.quickex-section .quickex-map .custom-input-field label {
  white-space: normal;
}
section.quickex-section .quickex-map .map-address .map-content {
    max-width: inherit;
    width: 100%;
}
section.quickex-section .quickex-map .map-address,
.footer-subscriber .form-group {
  flex-flow: wrap;
}
.footer-subscriber .form-group input {
    margin: 0 0 10px 0;
}
.footer-subscriber .form-group button {
    padding: 10px 30px;
}
footer {
    padding-top: 80px;
}
.copyright-footer p {
  text-align: center;
}
.copyright-footer ul {
    justify-content: center;
    margin: 10px 0 0 0;
}
footer .img-frame img {
    max-width: 160px;
}
.quickex-contentbox.foot i img {
    width: 100px;
}
.quickex-contentbox .inner-content h2 {
    font-size: 35px;
}
.quickex-contentbox .inner-content h3 {
    font-size: 20px !important;
}
.quickex-contentbox.foot {
    padding-bottom: 107px;
}
.company-brands .img-frame img {
    height: 140px;
}
section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .prfile-fields {
    width: 100%;
    padding: 0;
}
section.dashboard-wrapper .dashboard-content .profile-card .inner-profile .profile-cover {
    margin: 0 auto;
}
section.dashboard-wrapper .dashboard-content .profile-card h2 {
    text-align: center;
}
.theme-title h2 {
  font-size: 25px;
}
.enviaras-dinero-section {
    padding: 25px;
    margin: 60px 0;
}
.enviaras-dinero-section .enviaras-dinero-article {
    padding: 20px;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li, .quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li {
    padding: 0 0 0 55px;
}
.enviaras-dinero-section .enviaras-dinero-article ul.list-view li div,
.quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view li div {
    position: static;
    margin: 15px 0 0 0;
    width: 100%;
}
.enviaras-dinero-section .enviaras-dinero-article {
  height: auto;
  margin: 0 0 20px; 0;
}
.enviaras-dinero-section,
.enviaras-dinero-section .enviaras-dinero-article {
  border-radius: 10px;
}
.enviaras-dinero-section .enviaras-dinero-article .btn {
  margin: 0;
}
.enviaras-dinero-section .enviaras-dinero-article ul, .quicky-modal .modal-dialog .modal-content .modal-body .modal-card ul.list-view {
    flex-flow: wrap;
}
.enviaras-dinero-section .enviaras-dinero-article ul:not(.list-view) li {
  margin-bottom: 10px;
}
.enviaras-dinero-section .enviaras-dinero-article  ul.list-view {
  margin-bottom: 25px !important;
}
.enviaras-dinero-article .brand-button-group {
    flex-flow: wrap;
}
.enviaras-dinero-article .brand-button-group .custom-btn {
  font-size: 15px;
}
}


ul.wc_payment_methods.payment_methods.methods {
    display: none;
}

.woocommerce-content-box.full-width {
    border: none;
}

.lrm-login
{
    margin-left: 160px;
}