@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
# Normalize
# Links
# Transitions
# Utilities
# Header
# Panel Side Mobile
# Footer
# Forms
# Home
    ## Home Hero
    ## Home Quienes somos
    ## Home Servicios
    ## Home Pagos
# Hero Default
# Box Contactanos
# Collections
# Director
# Reports
# Buro
# Apps
# Credit
# Consulting
# Recovery
# Modal
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'asapregular';
    src: url('../../assets/fonts/asap-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/asap-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap_mediumregular';
    src: url('../../assets/fonts/asap-medium-webfont.woff2') format('woff2'),
         url('../../assets/fonts/asap-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asap_semiboldregular';
    src: url('../../assets/fonts/asap-semibold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/asap-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'asapbold';
    src: url('../../assets/fonts/asap-bold-webfont.woff2') format('woff2'),
         url('../../assets/fonts/asap-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}
body {
    font-family: 'Asap', sans-serif;
    background: #fff;
    color: #424242;
    font-size: 16px;
    position: relative;
}

p {
    font-weight: 400;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Asap', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.875;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  width: 100%;
  color: #a4a4a4;
  border: none;
  background: transparent;
  border-bottom: 1px solid #a4a4a4;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  font-size: 1.125rem;
  font-weight: 500;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #a4a4a4;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #a4a4a4;
}

textarea {
  width: 100%;
  height: 130px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a4a4a4;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4a4a4;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a4a4a4;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .menu,
.menu_overlay, a::after {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
    color: #a4a4a4;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    border: 1px solid #21a8e1;
    background-color: #21a8e1;
    padding: 12px 22px;
    color: #fff;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 30px;
    position: relative;
    padding-right: 70px;
}

.cta::after {
/*    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 40 40"%3E%3Cpath fill="white" d="M24.73 28.146a.498.498 0 0 0 .36-.153l7.359-7.631a.498.498 0 0 0 0-.693l-7.391-7.662a.5.5 0 1 0-.72.693l7.056 7.315l-7.024 7.284a.5.5 0 0 0 .36.847"%2F%3E%3Cpath fill="white" d="M7.91 20.515h24.18a.5.5 0 0 0 0-1H7.91a.5.5 0 0 0 0 1"%2F%3E%3C%2Fsvg%3E');*/
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 16 9"%3E%3Cpath fill="white" d="M12.5 5h-9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h9c.28 0 .5.22.5.5s-.22.5-.5.5"%2F%3E%3Cpath fill="white" d="M10 8.5a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l3.15-3.15l-3.15-3.15c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l3.5 3.5c.2.2.2.51 0 .71l-3.5 3.5c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    transform: translateY(-12px);
    right: 24px;
    line-height: normal;
}

.cta:hover{
    color: #fff;
    text-decoration: none;
}

.parallax {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    top: 0;
    left: 0;
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.img-rounded img {
    border-radius: 20px;
}

.font-lightblue {
    color: #21a8e1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.Web-Header {
    padding: 42px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.Web-Header.Sticky {
    padding: 12px 0;
    background-color: rgb(0 0 0 / 60%);
}

.bp-main-header .bp-header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
}
.bp-header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}
.bp-header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.65;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
}
.bp-header-row .col-header.col-logo {
    flex-grow: 0.2;
}
.bp-header-row .col-header.col-nav {
    -ms-flex-pack: center;
    justify-content: flex-end;
    flex-grow: 0.8;
}
.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}
.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}
.main-navigation ul {
    font-weight: normal;
    font-size: 0.875rem;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}
.main-navigation > ul > li {
    margin: 0px 8px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.main-navigation > ul > li:first-child {
    margin-left: 0;
}
.main-navigation > ul > li:last-child {
    margin-right: 0;
}
.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 9px 20px;
/*    background-color: rgb(255 255 255 / 20%);*/
    border-radius: 30px;
}

.main-navigation ul > li > a:hover {
    background-color: rgb(255 255 255 / 20%);
}

.main-navigation ul > li.dropdown > a::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 1024 1024"%3E%3Cpath fill="white" d="M831.872 340.864L512 652.672L192.128 340.864a30.592 30.592 0 0 0-42.752 0a29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728a30.592 30.592 0 0 0-42.752 0z"%2F%3E%3C%2Fsvg%3E');
    line-height: normal;
    margin-left: 6px;
}

.main-navigation ul > li.dropdown > ul {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-radius: 20px;
    width: 200px;
    margin-top: 17px;
    padding: 21px 0;
    -webkit-box-shadow: 0px 40px 80px -24px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 40px 80px -24px rgba(0,0,0,0.2);
    box-shadow: 0px 40px 80px -24px rgba(0,0,0,0.2);
    opacity: 0;
    visibility: hidden;
}

.main-navigation ul > li.dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul > li.dropdown ul > li > a {
    color: #424242;
    padding: 11px 32px;
}

.main-navigation ul > li.dropdown ul > li > a:hover {
    color: #21a8e1;
}

.main-navigation ul > li.drop-idiomas > a {
    background-color: #3368b0;
    font-weight: 600;
}

.main-navigation ul > li.drop-idiomas > ul {
    width: 100%;
    padding: 17px 0;
}

.main-navigation ul > li.drop-idiomas > ul > li > a {
    font-weight: 600;
    padding: 7px 24px;
}

.ic-flag {
    margin-right: 10px;
}

.main-navigation ul > li.cta-contact > a {
    background-color: #21a8e1;
    column-gap: 24px;
}

.main-navigation ul > li.cta-contact > a::after {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 16 9"%3E%3Cpath fill="white" d="M12.5 5h-9c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h9c.28 0 .5.22.5.5s-.22.5-.5.5"%2F%3E%3Cpath fill="white" d="M10 8.5a.47.47 0 0 1-.35-.15c-.2-.2-.2-.51 0-.71l3.15-3.15l-3.15-3.15c-.2-.2-.2-.51 0-.71c.2-.2.51-.2.71 0l3.5 3.5c.2.2.2.51 0 .71l-3.5 3.5c-.1.1-.23.15-.35.15Z"%2F%3E%3C%2Fsvg%3E');
    line-height: normal;
    margin-left: 6px;
}

.menu-activador {
    position: relative;
    width: 32px;
    height: 100%;
    max-height: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 24px;
    cursor: pointer;
    display: none;
}

/* .menu-activador #openMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    cursor: pointer;
    width: 32px;
    height: 20px;
} */

.menu-activador-linea {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
}
/*--------------------------------------------------------------
# Panel Side Mobile
--------------------------------------------------------------*/
.side-panel {
    width: 432px;
    max-width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);

/*     -webkit-transform: translateX(0); */
/*     -ms-transform: translateX(0); */
/*     transform: translateX(0); */

    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 32px;
    padding-top: 0;
}

.side-panel_head {
    padding: 14px 0 13px;
    border-bottom: 1px solid #d2d2cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.panel-side-logo > img {
    width: 185px;
}

.side-panel_body {
    padding: 1.5rem 0;
}

.side-panel_body nav ul li {
    margin-bottom: 0.5rem;
}

.side-panel_body nav ul li a {
    color: #424242;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 30px;
/*    font-size: 1rem;*/
/*    line-height: 0.9rem;*/
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.Web-Footer,
.footer-bottom {
    background-color: #191919;
}

.Web-Footer {
    padding-top: 7.5rem;
}

.footer-bottom  {
    padding: 16px 0 32px;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.widget-footer h6 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #fff;
    margin: 0;
    margin-bottom: 1rem;
}

.widget-footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.widget-footer li {
    padding-bottom: 14px;
}

.widget-footer li:last-child {
    padding-bottom: 0;
}

.footer-list-item li:first-child {
    padding-top: 0;
}

.widget-footer a {
    color: #a4a4a4;
    font-size: 1.125rem;
}

.footer-social {
    display: flex;
    padding-top: 9px;
    padding-bottom: 2px;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-footer .footer-social li {
    padding-bottom: 0;
    margin-left: 1.5rem;
}

.widget-footer .footer-social li:first-child {
    margin-left: 0;
}

.footer-social li {
    display: inline-block;
}

.widget-footer li:last-child {
    padding-bottom: 0;
}

.footer-social a {
    font-size: 1.5rem;
    color: #a4a4a4;
    text-align: center;
}

.list-social li:last-child a {
    margin-right: 0;
}

.footer-bottom ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
}

.footer-bottom ul li {
    margin-right: 48px;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}

.footer-bottom ul li a {
    color: #a4a4a4;
    font-size: 0.75rem;
}

.footer-bottom p {
    font-size: 0.75rem;
    margin-bottom: 0px;
}

.footer-bottom p span {
    color: #fff;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home Hero
--------------------------------------------------------------*/

.hero-content {
    position: relative;
}

.hero-content h1 {
    font-size: 5.188rem;
    line-height: 5.5rem;
    margin-bottom: 2rem;
    color: #fff;
    font-weight: 400;
}

.hero-content h1 span {
    font-weight: 600;
}

.logo-ibm {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 140px;
}

.logo-slide {
    margin-bottom: 2rem;
}

.carousel-caption {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 95px 0;
}

.carousel-item > a > img {
    height: 695px;
    object-fit: cover;
}

.wrapper-carrusel-controls {
    position: absolute;
    bottom: 95px;
    right: 0;
    z-index: 5;
    display: flex;
    gap: 15px;
}

.carrusel-controls-btn {
    background-color: #fff;
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
}

/*--------------------------------------------------------------
## Home Quienes somos
--------------------------------------------------------------*/
.ff-home-somos {
    padding: 80px 0;
}

.somos-detail {
    padding: 48px 6px 48px 48px;
}

.somos-detail h6 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 24px;
}

.somos-detail h2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.somos-detail p {
    font-size: 1.313rem;
    line-height: 2rem;
}

.somos-detail .cta {
    margin-top: 2rem;
}

/*--------------------------------------------------------------
## Home Servicios
--------------------------------------------------------------*/
.ff-home-servicios {
    padding: 60px 0;
    background-color: #f4f4f4;
}

.home-servicios_head {}

.home-servicios_head h2 {
    font-size: 5.125rem;
    line-height: 5.125rem;
    font-weight: 600;
    margin-bottom: 24px;
}

.home-servicios_head p {
    font-size: 1.313rem;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 32px;
}

.item-servicio {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.item-size {
    grid-column: 1/3;
}

.item-servicio > img {
    width: 100%;
    max-height: 196px;
    object-fit: cover;
    object-position: center;
}

.item-servicio_inner {
    display: flex;
}

.item-servicio_detail {
    padding: 42px 42px 115px;
}
.item-servicio_detail img {
    margin-bottom: 24px;
}
.item-servicio_detail h3 {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 24px;
}
.item-servicio_detail ul {
    font-size: 1rem;
    color: #6a6a6a;
}
.item-servicio_detail ul li {
    margin-bottom: 0;
}
.item-servicio_detail ul li::before {
    content: '\25CF';
    float: left;
    margin-right: 12px;
}
.item-servicio_detail ul li p {
    padding-left: 22px;
    margin-bottom: 0;
}
.item-servicio .cta {
    position: absolute;
    bottom: 42px;
    left: 42px;
}

/*--------------------------------------------------------------
## Home Pagos
--------------------------------------------------------------*/
.ff-home-pagos {
    padding: 70px 0;
    background-color: #f4f4f4;
}

.home-pagos_head h2 {
    font-size: 3.25rem;
    line-height: 3.25rem;
    margin-bottom: 24px;
}

.home-pagos_head p {
    font-size: 1.313rem;
}

.box-pagos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.box-pagos .pagos-col {
    width: 50%;
    align-self: stretch;
}

.box-pagos .pagos-content {
    padding: 47px;
}

.box-pagos .pagos-content h3 {
    font-size: 1.625rem;
    line-height: 1.625rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.box-pagos .pagos-content p {
    font-size: 1.125rem;
}

.box-pagos .pagos-content .cta {
    margin-top: 20px;
}

.pagos-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta.cta-yellow {
    border: 1px solid #ff9501;
    background-color: #ff9501;
}

.cta.cta-orange {
    border: 1px solid #fe4f00;
    background-color: #fe4f00;
}

.cta.cta-lila {
    border: 1px solid #9566d2;
    background-color: #9566d2;
}

/*--------------------------------------------------------------
# Hero Default
--------------------------------------------------------------*/
.section-hero {
    padding: 125px 0 95px;
    height: 634px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-hero.collections {
    background-image: url('../../assets/img/hero/Collections-hero.webp');
}
.section-hero.director {
    background-image: url('../../assets/img/hero/Director-hero.webp');
}
.section-hero.reports {
    background-image: url('../../assets/img/hero/Reports-hero.webp');
}
.section-hero.buro {
    background-image: url('../../assets/img/hero/Buro-hero.webp');
}
.section-hero.apps {
    background-image: url('../../assets/img/hero/Apps-hero.webp');
}
.section-hero.credit {
    background-image: url('../../assets/img/hero/Credit-hero.webp');
}
.section-hero.consulting {
    background-image: url('../../assets/img/hero/Consulting-hero.webp');
}
.section-hero.recovery {
    background-image: url('../../assets/img/hero/Recovery-hero.webp');
}

.hero-content .logo-hero {
    margin-bottom: 2rem;
}

.hero-content .cta-hero {
    display: flex;
    background-color: #fff;
    border: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.hero-content .cta-hero svg {
    transform: rotate(90deg);
}

/*--------------------------------------------------------------
# Box Contactanos
--------------------------------------------------------------*/
.section-contactanos {
    position: relative;
    background-color: #21a8e1;
    padding: 46px 0;
}

.section-contactanos::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #21a8e1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.section-contactanos::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #21a8e1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

.section-contactanos p {
    font-size: 2.125rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.section-contactanos .cta {
    background-color: #3368b0;
    padding: 20px 30px;
    padding-right: 70px;
}

/*--------------------------------------------------------------
# Collections
--------------------------------------------------------------*/
.ff-collection-ventajas {
    padding: 64px 0;
    position: relative;
}

.ff-collection-ventajas::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.ff-collection-ventajas h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 700;
}

.ff-collection-ventajas h2 span {
    color: #21a8e1;
}

.list-check li {
    padding-left: 48px;
    position: relative;
}

.list-check li::before {
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%2321a8e1" d="M9 16.17L5.53 12.7a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71a.996.996 0 1 0-1.41-1.41z"%2F%3E%3C%2Fsvg%3E');
    margin-top: 6px;
    position: absolute;
    left: 0;
}

.list-check li p {
    font-size: 1.313rem;
    line-height: 2rem;
}

.divide-grey {
    width: 100%;
    height: 1px;
    background-color: #dbdbdb;
}

.box-mejoras {
    text-align: center;
}
.box-mejoras_icon {
    width: 129px;
    height: 129px;
    border-radius: 50%;
    background-color: #21a8e1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.box-mejoras_icon img {}
.box-mejoras p {
    color: #21a8e1;
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.mt-80 {
    margin-top: 80px;
}

.ff-collection-fase-ia {
    padding: 90px 0;
}

.cards-fases {
    margin-bottom: 64px;
}
.card-fase {
    background-color: #fff;
    height: 100%;
    padding: 44px;
    border-radius: 20px;
}
.card-fase .fase-number {
    font-size: 1.625rem;
    line-height: 1.875rem;
}
.card-fase h3 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.875rem;
}
.card-fase ul {
    color: #6a6a6a;
}
.card-fase ul li::before {
    content: '\25CF';
    float: left;
    margin-right: 12px;
}
.card-fase ul li p {
    padding-left: 22px;
    margin-bottom: 0;
}

.ff-collection-fase-predictiva {
    padding: 80px 0 100px;
    background-color: #191919;
}

.ff-collection-fase-predictiva .box-title h2 {
    color: #fff;
}

.predictiva-grid-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.cards-predictiva {
    margin-top: 64px;
}

.card-predictiva {
    color: #e7e7e7;
    background-color: #292929;
    padding: 38px;
    border-radius: 20px;
}

.card-predictiva h3 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.875rem;
}

.card-predictiva p {
    text-align: justify;
}

.ff-collection-arquitectura {
    padding: 80px 0 100px;
}

.ff-collection-arquitectura .box-text p {
    text-align: justify;
}

.ff-collection-energy {
    padding: 90px 0 120px;
    background-image: url('../../assets/img/hero/bg-collections-energy.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.ff-collection-energy .box-text p {
    color: #fff;
    text-align: justify;
}

/*--------------------------------------------------------------
# Director
--------------------------------------------------------------*/
.ff-director-ventajas {
    padding: 75px 0 100px;
    position: relative;
}

.ff-director-ventajas::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.box-title h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 700;
}

.box-text p {
    font-size: 1.313rem;
    line-height: 1.813rem;
}

/*--------------------------------------------------------------
# Reports
--------------------------------------------------------------*/
.ff-reports {
    padding: 75px 0 120px;
}

.ff-reports::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

/*--------------------------------------------------------------
# Buro
--------------------------------------------------------------*/
.ff-buro {
    padding: 75px 0 120px;
}

.ff-buro::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

/*--------------------------------------------------------------
# Apps
--------------------------------------------------------------*/
.ff-apps-proveedor {
    padding: 64px 0;
}

.ff-apps-proveedor::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.ff-apps-info {
    padding: 90px 0 120px;
}

.bgGrey {
    background-color: #f4f4f4;
}

.box-apps-info {
    background-color: #fff;
    padding: 37px;
    border-radius: 20px;
    height: 100%;
}

.box-apps-info > a {
    display: inline-block;
    margin-bottom: 1.5rem;
}

.box-apps-info > p {
    font-size: 1.313rem;
    line-height: 1.613;
    margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Credit
--------------------------------------------------------------*/
.ff-credit-cards {
    padding: 90px 0 120px;
}

.credit-cards-title {}
.credit-cards-title h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    font-weight: 700;
}

.credit-grid-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.credit-grid-card .card {
    border: 0;
    border-radius: 20px;
    padding: 32px;
    row-gap: 32px;
}

.credit-grid-card p {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Consulting
--------------------------------------------------------------*/
.ff-consulting {
    position: relative;
}

.ff-consulting::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.section-consulting {
    padding: 75px 0;
}

.box-consult_content {}
.box-consult_content p {
    font-size: 1.313rem;
}
.divide {
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Recovery
--------------------------------------------------------------*/
.ff-recovery-proceso {
    background-color: #191919;
    padding: 90px 0;
    color: #fff;
}

.proceso-card {
    background-color: #292929;
    padding: 32px;
    border-radius: 20px;
    height: 100%;
}

.proceso-card p {
    font-size: 1.625rem;
    line-height: 2rem;
    margin-bottom: 0;
}

.proceso-list .text {
    display: inline-block;
    font-size: 1rem;
    margin-left: 6px;
}

.ff-recovery-atendemos {
    padding: 90px 0 120px;
}

.atendemos-grid-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card-atend {
    display: flex;
    align-items: center;
}

.card-atend > img {
    float: left;
    margin-right: 24px;
}
.card-atend h5 {
    font-size: 1.313rem;
    line-height: 2rem;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal {
    padding-right: 0 !important;
}
.container-modal {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.modal-header {
    height: 238px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    border-radius: 0;
}
.modal-header.somos {
    background-image: url('../../assets/img/hero/Modal-somos-hero-v3.jpg');
}
.modal-header .btn-close {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    opacity: 1;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2321a8e1'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/25px auto no-repeat;
}
.modal-body {
    padding: 32px 12px 120px;
}
.box-modal-subTitle h6 {
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.modal-content {
    border: 0;
    border-radius: 0;
}
.modal-content p {
    font-size: 1.125rem;
    line-height: 2rem;
}
@media (max-width: 991px) {
    .modal-content p {
        font-size: 1rem;
        line-height: 1.825rem;
    }
    .box-title h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}
@media (max-width: 767px) {
    .modal-header .btn-close {
        width: 70px;
        height: 70px;
    }
}
@media (max-width: 575px) {
    .modal-header {
        height: auto;
        padding: 12px;
    }
    .logo-modal {
        width: 200px;
    }
    .modal-header .btn-close {
        width: 48px;
        height: 48px;
        background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2321a8e1'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/20px auto no-repeat;
    }
    .modal-header {
        align-items: flex-start;
    }
    .modal-body {
        padding: 32px 12px 64px;
    }
    .box-title h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1440px;
        margin: 0 auto;
    }
}
/*--------------------------------------------------------------
# Modal END
--------------------------------------------------------------*/