@font-face {
    font-family: "Causten-light";
    src: url(../fonts/Causten-Light.otf) format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Causten-regular";
    src: url(../fonts/Causten-Regular.otf) format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Causten-medium";
    src: url(../fonts/Causten-Medium.otf) format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Causten-semibold";
    src: url(../fonts/Causten-SemiBold.otf) format("opentype");
    font-style: normal;
}

@font-face {
    font-family: "Causten-bold";
    src: url(../fonts/Causten-Bold.otf) format("opentype");
    font-style: normal;
}

h1,
h2,
h3,
p,
a,
label,
button {
    font-family: "Roboto", sans-serif;
}

.container-fluid {
    --bs-gutter-x: 2.5rem !important;
}

.navbar {
    z-index: 1;
}

.bg-primary {
    background: #9d9d9d0f !important;
}

#staff h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
}

/* #staff h2 + p {
    width: 60%;
    margin: 0 auto 1rem auto;
} */

#staff .row {
    margin-top: 2rem;
    justify-content: space-evenly;
}

#staff .col-12 {
    margin-top: 4rem;
}

.img-staff {
    background-size: cover;
    background-position: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.img-staff-bg1 {
    background-image: url(../img/staff/celina.jpeg);
}
.img-staff-bg2 {
    background-image: url(../img/staff/sofia.jpeg);
}
.img-staff-bg3 {
    background-image: url(../img/staff/ramirom.jpeg);
}
.img-staff-bg4 {
    background-image: url(../img/staff/santiago.jpeg);
}
.img-staff-bg5 {
    background-image: url(../img/staff/romina.jpeg);
}
.img-staff-bg6 {
    background-image: url(../img/staff/matias.jpeg);
}
.img-staff-bg7 {
    background-image: url(../img/staff/leandro.jpeg);
}
.img-staff-bg8 {
    background-image: url(../img/staff/juanjose.jpeg);
}
.img-staff-bg9 {
    background-image: url(../img/staff/federico.jpeg);
}
.img-staff-bg10 {
    background-image: url(../img/staff/sofia.jpg);
}
.img-staff-bg11 {
    background-image: url(../img/staff/fabian.jpg);
}
.img-staff-bg12 {
    background-image: url(../img/staff/federicoTear.jpg);
}
.img-staff-bg13 {
    background-image: url(../img/staff/nicolas.jpeg);
}
.img-staff-bg14 {
    background-image: url(../img/staff/preciado.jpg);
}
.img-staff-bg15 {
    background-image: url(../img/staff/jeronimo.JPG);
}
.img-staff-bg16 {
    background-image: url(../img/staff/lucas.jpg);
}
.img-staff-bg17 {
    background-image: url(../img/staff/roberto.JPG);
}
.img-staff-bg18 {
    background-image: url(../img/staff/ramiro.jpeg);
}
.img-staff-bg19 {
    background-image: url(../img/staff/santiago.jpg);
}
.img-staff-bg20 {
    background-image: url(../img/staff/juan.jpeg);
}
.img-staff-bg21 {
    background-image: url(../img/staff/leonardo.jpg);
}
.img-staff-bg22 {
    background-image: url(../img/staff/ramiromazzeo.jpeg);
}

#staff h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
}

/* #staff h3 + p {
    width: 90%;
    margin: 0 auto;
} */

.large-table,
.table-nav {
    background-color: #edf0f8;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    border-radius: 5px;
}

.table-nav .list-group-item {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid gainsboro !important;
}

.table-nav .list-group-item a {
    text-decoration: none;
    color: #0c5e85;
    font-weight: 400;
    padding: 15px 35px 15px 30px;
    display: inline-block;
    width: 100%;
    /* padding-top: 7rem; */
    position: absolute;
    top: 0;
}

#inicio-sesion .container {
    position: relative;
    top: 50%;
    margin-top: calc(-260.25px);
    z-index: 2;
}

#inicio-sesion h1,
#nueva-contraseña h1 {
    font-size: 1.1rem;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.form-bg {
    background-color: white;
    padding: 2.2rem;
    border-radius: 5px;
    width: 350px;
    margin: auto auto;
}

.links-login {
    text-align: center;
    color: white;
    margin-top: 1.5rem;
}

.links-login a {
    color: #1db6da;
    font-weight: bold;
    text-decoration: none;
}

.btn-primary {
    background-color: #1db6da;
    border: 1px solid #1db6da;
}

.btn-primary:hover {
    background-color: #1a9fbd !important;
    border: 1px solid #1a9fbd;
}

#inicio-sesion form .btn-primary,
#nueva-contraseña form .btn-primary {
    width: 100%;
    margin-bottom: 1rem;
}

#inicio-sesion form .form-control,
#nueva-contraseña form .form-control {
    border: 1px solid transparent;
    border-bottom: 1px solid gainsboro;
    border-radius: 0px;
    font-size: 0.9rem;
}

#inicio-sesion .form-check-label {
    font-size: 0.9rem;
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Actualizar contraseña */

#nueva-contraseña {
    background-image: url(../img/background/bg-new-password.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
    padding-top: 7rem;
    position: absolute;
    top: 0;
}

#nueva-contraseña .container {
    position: relative;
    top: 50%;
    margin-top: calc(-240px);
    z-index: 2;
}

.link-nueva-contraseña {
    text-align: center;
    margin-top: 1.5rem;
}

.link-nueva-contraseña a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/* Panel principal */

.bg-white {
    background-color: white;
}

.navbar-shadow {
    box-shadow: 0px 1px 3px #0000001a;
}

.nav-panel-options {
    display: flex;
    justify-content: space-between;
}

.nav-panel-options ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.nav-panel-options ul li {
    text-decoration: none;
}

#panel {
    min-height: calc(100vh - 64px);
    display: flex;
}

.navbar-vertical-panel {
    width: 15%;
    min-height: calc(100vh - 64px);
    background-color: #f8f8f8;
    padding: 1.2rem;
}

.navbar-vertical-panel ul {
    padding-left: 0px;
    list-style: none;
}

.navbar-vertical-panel li a {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
}

.navbar-vertical-panel .nav-link:hover {
    color: #1db6da;
}

.link-active {
    color: white;
    background-color: #1db6da;
    padding: 0.5rem 0.5rem;
    border-radius: 5px;
}

.link-active:hover {
    color: white !important;
    background-color: #1a9fbd;
}

.panel-administrador {
    background-color: #e6e7e9;
    min-height: calc(100vh - 64px);
    width: 85%;
    padding: 1.2rem;
}

.panel-administrador-opciones {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.5rem;
}

.panel-administrador-opciones .btn-primary {
    padding: 0.3rem 2rem;
}

.panel-administrador-lista {
    /*min-height: 70vh;*/
    max-height: 72vh;
    background-color: white;
    border-radius: 5px;
    overflow-y: auto;
}

.panel-administrador-my-account {
    min-height: 30vh;
    max-height: 72vh;
    background-color: white;
    border-radius: 5px;
    overflow-y: auto;
}

/* Scrollbar */

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(186, 186, 186, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(186, 186, 186, 0.3);
    background-color: rgb(219, 219, 219);
}

/* Estilos opciones navbar Panel */

.profile-status {
    text-transform: uppercase;
    color: #75cb8f;
    border: #75cb8f solid 1px;
    padding: 0.2rem 1rem !important;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 15px;
    vertical-align: middle;
    margin: 0 10px;
}

.notification {
    background-image: url(../img/icon/ic_campana.svg);
    background-repeat: no-repeat;
    font-size: 0px;
    width: 16px;
    height: 19px;
    padding: 1rem 1.2rem;
    background-position: center center;
    margin: 0 10px;
    position: relative;
}

.notification-status {
    background-color: #ffc60a;
    padding: 0.1rem 0.3rem;
    border-radius: 2px;
    color: white;
    font-weight: 600;
    font-size: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
}

.user-profile-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin: 0 0 0 10px;
}

.user-profile-btn {
    position: relative;
}

.user-status-active {
    width: 5px;
    height: 5px;
    background-color: #75cb8f;
    padding: 0.2rem;
    border-radius: 50%;
    border: 2px white solid;
    position: absolute;
    top: 80%;
    right: 5%;
}

.user-status-away {
    width: 5px;
    height: 5px;
    background-color: gray;
    padding: 0.2rem;
    border-radius: 50%;
    border: 2px white solid;
    position: absolute;
    top: 80%;
    right: 5%;
}

/* Estados tickets y etiquetas */

.ticket {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    padding: 1rem;
}

.ticket p {
    margin-bottom: 0px;
}

.ticket-info h2 {
    font-size: 0.9rem;
    font-weight: 700;
}

.ticket-info p {
    color: gray;
    font-size: 0.8rem;
}

.ticket-estado-info {
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.ticket-fecha {
    font-size: 0.8rem;
    color: gray;
    margin: 0 1rem;
    align-self: center;
}

.ver-ticket {
    font-size: 0px;
    padding: 0.5rem;
    width: 22px;
    height: 15px;
    background-image: url(../img/icon/ic-ojo.svg);
    background-repeat: no-repeat;
    align-self: center;
}

.status-button {
    color: #1db6da;
    padding-left: 15px;
    font-size: 23px;
}

/* Estados tickets */

.ticket-estado {
    font-size: 0.8rem;
    padding: 0.3rem 1rem;
    color: white;
    border-radius: 3px;
}

.proceso {
    background-color: #ffc60a;
}

.activo {
    background-color: #75cb8f;
}

.cerrado {
    background-color: #f55060;
}

/* Bordes tickets */

.green-border {
    border-left: 4px solid #75cb8f;
}

.grey-border {
    border-left: 4px solid gray;
}

.yellow-border {
    border-left: 4px solid #ffc60a;
}

.blue-border {
    border-left: 4px solid #1db6da;
}

.pink-border {
    border-left: 4px solid #f1aabe;
}

.red-border {
    border-left: 4px solid #f55060;
}

/* Ventana modal - Generar un nuevo ticket */

.bg-modal {
    background-color: rgba(0, 0, 0, 0.55);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 2000;
    display: none;
}

.modal-ticket {
    max-width: 800px;
    background-color: white;
    border-radius: 5px;
    padding: 1rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -220px;
}

.modal-ticket h2 {
    font-size: 1.2rem;
    border-bottom: 1px solid rgb(235, 235, 235);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.modal-ticket form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modal-ticket form label {
    font-size: 0.9rem;
}

.modal-ticket form > div {
    width: 49%;
}

.form-buttons-tickets {
    width: 100% !important;
    display: flex;
    justify-content: end;
    border-top: 1px solid rgb(235, 235, 235);
    padding-top: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.form-buttons-tickets button,
.form-buttons-tickets input {
    padding: 0.3rem 1.5rem !important;
    margin-top: 1rem;
}

.form-buttons-tickets .btn-danger {
    margin: 1rem 0.5rem 0 0.5rem;
}

.form-buttons-tickets .btn-secondary {
    background-color: gainsboro;
    border-color: gainsboro;
    color: black;
}

/* Vista Chat tickets */

#ticket-vista {
    background-color: white;
    padding: 1rem;
    border-radius: 5px;
}

#ticket-vista div:first-of-type {
    display: flex;
    justify-content: space-between;
}

.btn-back {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    width: 61px;
    height: 26px;
    padding: 0.1rem;
    font-size: 0px;
    background-image: url(../img/icon/arrow-back.svg);
    background-position: center center;
}

.ticket-estado-ingresado {
    background-color: #75cb8f;
    color: white;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8rem;
    border-radius: 15px;
    text-transform: uppercase;
}

#ticket-vista h2 {
    font-size: 1.5rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.ticket-vista-info ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
}

.ticket-vista-info ul li {
    width: 49%;
    margin-top: 0.5rem;
}

.ticket-vista-info ul li ul li {
    background-color: #f9f9f9;
    padding: 0.5rem;
    width: 100%;
    font-size: 0.9rem;
    color: rgb(48, 48, 48);
}

/* Chat */

.ticket-content {
    min-height: 81vh;
    max-height: 83vh;
    height: calc(100vh - 64px);
    overflow-y: auto;
}

.chat-ticket {
    margin-top: 1.5rem;
    background-color: white;
    border-radius: 5px;
}

.chat-ticket .user-profile-icon {
    width: 40px;
    height: 40px;
    margin: 1rem 10px;
}

.user-regular {
    width: 60px;
    height: 72px;
    border-left: 2px solid #f55060;
}

.user-support {
    width: 60px;
    height: 60px;
    border-left: 2px solid #0dceb5;
}

.chat-ticket form {
    width: 100%;
    margin: 1rem 1rem 2rem 0.5rem;
}

.chat-ticket form textarea {
    border-radius: 0px;
    resize: none;
    height: 80px;
    border: 1px solid #eaeaea;
}

.chat-ticket form div {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    border-top: 1px solid transparent;
}

.chat-ticket .btn-primary {
    padding: 0.3rem 1.5rem;
}

.chat-ticket .btn-light {
    font-size: 0px;
    background-image: url(../img/icon/delete.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 38px;
    background-color: white;
    border: 1px solid #eaeaea;
}

.message-info {
    margin: 0.5rem 1rem 1rem 0.5rem;
    width: 100%;
}

.message-info h3 {
    font-size: 1rem;
    font-weight: 600;
}
.message-info p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    width: 90%;
}

.message-reply {
    color: #a1a1a1;
    border-top: 1px solid #eaeaea;
    padding-top: 0.5rem;
    width: 100% !important;
}

.message-reply a {
    color: #a1a1a1;
}

/* Página cotizaciones */

.main-navbar {
    position: fixed;
    top: 0;
    width: 100%;
}

.main-navbar .btn-dark {
    color: white !important;
    padding: 0.3rem 1rem;
    margin-left: 1rem;
}

.main-navbar .btn-outline-dark {
    color: black !important;
    padding: 0.3rem 1rem;
}

.main-navbar .btn-outline-dark:hover {
    color: white !important;
}

.main-navbar .nav-link {
    font-size: 0.95rem;
    font-family: "Causten-Regular";
    height: 30px;
}

.bg-light-gray {
    background: rgb(247, 248, 252);
    background: linear-gradient(
        134deg,
        rgba(247, 248, 252, 1) 65%,
        rgba(255, 255, 255, 1) 95%
    );
}

.bg-cotizaciones {
    background-image: url(../img/background/fondos-web_banner_cotizaciones.jpg);
    background-size: cover;
    background-position: right;
    height: 450px;
    width: 100%;
    padding-top: 87px;
}

.bg-cotizaciones h1 {
    font-family: "Causten-light";
    margin-top: 120px;
    text-transform: uppercase;
}

.tablas-cotizaciones .row {
    transform: translateY(-3rem);
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: white;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: #edf0f8;
}

.table th {
    background-color: #edf0f8;
    color: #0c5e85;
}

.td-first {
    color: #0c5e85 !important;
    font-weight: 700;
}

.table {
    font-family: "Causten-light";
}

.tabla-cotizacion {
    background-color: #edf0f8;
    padding: 0.7rem;
    border-radius: 5px;
}
.tabla-cotizacion h2 {
    font-size: 19px;
    text-transform: uppercase;
    color: #0c5e85;
    font-family: "Causten-semibold";
}

#cotizaciones-contacto {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-image: url(../img/background/bg-logo.svg);
    background-repeat: no-repeat;
    background-position-x: 45%;
}

#cotizaciones-contacto h2 {
    font-family: "Causten-light";
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-bottom: 2rem;
    margin-right: 3rem;
    border-bottom: 1px solid rgb(241, 241, 241);
}

#cotizaciones-contacto p {
    font-family: "Causten-light";
    margin-top: 1rem;
}

#cotizaciones-contacto .col-lg-5 {
    margin: auto 0;
}

#cotizaciones-contacto form input,
#cotizaciones-contacto form textarea {
    font-family: "Causten-light";
    color: gray !important;
}

#cotizaciones-contacto form textarea {
    resize: none;
}

#cotizaciones-contacto form .btn {
    padding: 0.3rem 1.5rem;
    align-self: flex-end;
}

#cotizaciones-contacto-informes {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-image: url(../img/background/fondo-intranet_4.png);
    background-repeat: no-repeat;
    background-position-x: 45%;
    margin-bottom: 2rem;
}

#cotizaciones-contacto-informes h2 {
    font-family: "Causten-light";
    text-transform: uppercase;
    font-size: 2.5rem;
    padding-bottom: 2rem;
    margin-right: 3rem;
    border-bottom: 1px solid rgb(241, 241, 241);
}

#cotizaciones-contacto-informes p {
    font-family: "Causten-light";
    margin-top: 1rem;
}

#cotizaciones-contacto-informes .col-lg-5 {
    margin: auto 0;
}

#cotizaciones-contacto-informes form input,
#cotizaciones-contacto-informes form textarea {
    font-family: "Causten-light";
    color: gray !important;
}

#cotizaciones-contacto-informes form textarea {
    resize: none;
}

#cotizaciones-contacto-informes form .btn {
    padding: 0.3rem 1.5rem;
    align-self: flex-end;
}

/* Footer */

.bg-blue-dark {
    background-color: #163458;
}

.footer {
    padding-bottom: 2rem;
    color: white;
}

.footer .row {
    padding-top: 7rem;
    padding-bottom: 3rem;
}

.footer .img-fluid {
    height: 100px;
    width: auto;
}

.footer .col-lg-2 {
    align-items: center;
}

.footer p {
    font-family: "Causten-light";
}

.footer .link-web {
    border-bottom: 1px solid white;
    padding-bottom: 2.5rem;
}

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

.footer ul li a {
    color: white;
    font-family: "Causten-light";
    text-decoration: none;
}

.footer ul li {
    padding-top: 0.5rem;
}

.footer-social-media {
    display: flex;
    justify-content: space-between;
    width: 120px;
}

.footer .link-web a {
    color: white;
    text-decoration: none;
    font-family: "Causten-light";
}

.footer-social-media li a {
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    padding: 0.5rem;
    font-size: 0px;
}

.footer-social-media .twitter {
    background-image: url(../img/icon/mdi_twitter.svg);
}

.footer-social-media .facebook {
    background-image: url(../img/icon/logo-facebook.svg);
}

.footer-social-media .linkedin {
    background-image: url(../img/icon/linkedin.svg);
}

.footer-social-media .youtube {
    background-image: url(../img/icon/youtube-logo-fill.svg);
}

.footer-social-media .instagram {
    background-image: url(../img/icon/logo-instagram.svg);
}

.footer-contacto li a {
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: center;
}

.footer-contacto li:first-of-type a {
    background-image: url(../img/icon/ic_round-email.svg);
}

.footer-contacto li:nth-of-type(3) a {
    background-image: url(../img/icon/ph_phone-fill.svg);
}

.footer-contacto li:nth-of-type(4) a {
    background-image: url(../img/icon/ri_whatsapp-fill.svg);
}

/* Landing Page */

.main-navbar-light {
    position: fixed;
    top: 0;
    width: 100%;
}

.main-navbar-light .nav-link {
    font-size: 0.95rem;
    font-family: "Causten-Regular";
    height: 30px;
    color: white !important;
}

.main-navbar-light .btn-light {
    color: black !important;
    padding: 0.3rem 1rem;
    margin-left: 1rem;
}

.main-navbar-light .btn-outline-light {
    color: white !important;
    padding: 0.3rem 1rem;
}

.main-navbar-light .btn-outline-light:hover {
    color: black !important;
}

.navbar-toggler-icon-light {
    background-image: url(../img/icon/burger-menu.svg) !important;
}

#header-home {
    background-image: url(../img/background/Header_2.png);
    background-size: cover;
    background-position: center;
    height: 570px;
    width: 100%;
    color: white;
}

#header-home h1,
#header-home h2,
#header-home p {
    font-family: "Causten-light";
}

#header-home h1,
#header-home h2 {
    text-transform: uppercase;
}

#header-home .content-home-header {
    height: 100%;
    padding-left: 7%;
}

#header-home .content-home-header .d-flex {
    height: 100%;
}

.header-home-text {
    width: 55%;
    align-self: center;
}

.header-home-text p {
    font-size: 1.3rem;
}

.header-home-text a {
    font-weight: 600;
    color: white;
    text-decoration: none;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid white;
    font-family: "Causten-light";
}

.cotizar-header {
    width: 40%;
    align-self: end;
    background-color: #f3f6f9;
    padding: 1rem;
    border-radius: 5px;
    color: #3b9ca8;
    /* display: flex; */
    align-items: center;
    max-height: 400px;
    margin-right: 7%;
    margin-left: 1rem;
    margin-bottom: 3rem;
}
.cotizar-header h2 {
    width: 140px;
    font-size: 1.2rem;
    margin-bottom: 0px;
    padding-top: 30px;
    background-image: url(../img/icon/calculator.svg);
    background-repeat: no-repeat;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

/* .cotizar-header div {
    width: 40%;
} */

.cotizar-header h2 span {
    color: #2d7a84;
    font-weight: 600;
}

.cotizar-header .carousel {
    width: 100%;
    height: auto !important;
}

/* .cotizar-header p {
    width: 25%;
    margin-bottom: 0px;
    border-left: 1px solid gainsboro;
    border-right: 1px solid gainsboro;
    padding: 0px 1rem;
} */

.cotizar-header a {
    margin: 1rem auto;
    height: 40px;
    background-color: #3b9ca8 !important;
    border: 1px solid #3b9ca8;
    font-family: "Causten-light";
}

.acciones-carousel {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 2rem 2rem 0px 1rem;
    flex-wrap: wrap;
}

.acciones-carousel div {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 1.5rem;
}

.acciones-carousel div h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #112f3d;
    text-transform: uppercase;
}

.acciones-carousel div p {
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.acciones-carousel div p i {
    font-size: 2.5rem;
    vertical-align: middle;
}

.acciones-carousel div span {
    font-size: 0.9rem;
    color: #112f3d;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-indicators {
    margin-bottom: 0rem !important;
}
.text-green {
    color: #07c427 !important;
}

.text-orange {
    color: #e66131 !important;
}

.carousel-indicators [data-bs-target] {
    background-color: black;
}

.carousel-indicators .active {
    background-color: black !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#fondos-inversion {
    background-color: #010920;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#fondos-inversion p,
#fondos-inversion h2,
#fondos-inversion h3 {
    font-family: "Causten-light";
    color: white;
}

#fondos-inversion h2 {
    text-transform: uppercase;
    width: 270px;
    padding-right: 70px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}
#fondos-inversion h3 {
    font-size: 1rem;
    margin-bottom: 1.8rem;
}

#fondos-inversion .row {
    align-items: center;
}

/* modificacion slider incio */

@media (min-width: 1440px) {
    .carousel-item {
        height: 308px !important;
    }
}

@media (min-width: 1024px) {
    .carousel-item {
        height: 300px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .cotizar-header {
        width: 55%;
    }

    .header-home-text {
        width: 45%;
        align-self: center;
    }

    #header-home p {
        width: 90%;
    }
}

#fondos-inversion-slider {
    background-color: #010920;
    /* padding-top: 7rem;
    padding-bottom: 7rem; */
    /* height: 359px; */
}

.carousel .item {
    height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

.carousel-caption {
    top: 20%;
}

#fondos-inversion-slider p,
#fondos-inversion-slider h2,
#fondos-inversion-slider h3 {
    font-family: "Causten-light";
    color: white;
}

#fondos-inversion-slider h2 {
    text-transform: uppercase;
    width: 270px;
    padding-right: 70px;
    margin-bottom: 0px;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}
#fondos-inversion-slider h3 {
    font-size: 1rem;
    margin-bottom: 1.8rem;
}

#fondos-inversion-slider .row {
    align-items: center;
}

/* modificacion slider fin */

#administracion-carteras {
    background-image: url(../img/background/bg-carteras-inversion.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
#estrategias-cash {
    background-image: url(../img/background/bg-cashmanagment.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}
#estrategias-cobertura {
    background-image: url(../img/background/bg-cobertura.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    color: white;
}

#estrategias-cash .container {
    display: flex;
    justify-content: flex-end;
}

#estrategias-cash .container div {
    width: 35%;
    padding: 8rem 0px;
}

#administracion-carteras .container div {
    width: 45%;
    padding: 8rem 0px;
}
#estrategias-cobertura .container div {
    width: 40%;
    padding: 8rem 0px;
}

#administracion-carteras h2,
#estrategias-cash h2,
#estrategias-cobertura h2 {
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: "Causten-light";
    margin-bottom: 1.5rem;
}

#administracion-carteras ul {
    padding-left: 0px;
    list-style: none;
    font-family: "Causten-light";
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
#administracion-carteras ul li {
    margin-bottom: 0.8rem;
    padding-left: 25px;
    background-image: url(../img/icon/tilde.svg);
    background-repeat: no-repeat;
    background-position-y: 8px;
}
#administracion-carteras .btn-outline-primary {
    color: #215e79 !important;
    border: 1px solid #215e79 !important;
    font-weight: 700;
    font-family: "Causten-light";
}

#administracion-carteras .btn-outline-primary:hover {
    background-color: #215e79 !important;
    color: white !important;
}

.text-carteras {
    font-family: "Causten-light";
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

#empresa {
    background-color: #010920;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    color: white;
}

#empresa h2 {
    text-transform: uppercase;
    font-size: 3.3rem;
    font-family: "Causten-light";
}

#empresa h3 {
    text-align: center;
    padding: 50px 0px 50px 0px;
    font-family: "Causten-light";
    font-size: 2rem;
}

.figure {
    position: relative;
    display: inline-block;
}
.figure .img-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 99; */
}
.figure:hover .img-hover {
    display: inline;
    object-fit: cover;
}

.description-img {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.object-contain {
    object-fit: contain;
}

.w-250 {
    width: 250px;
}

#empresa .container {
    height: 100%;
}

#empresa .container .first-row-empresa {
    width: 100%;
    padding: 6rem 0px;
}

#faqs {
    background-image: url(../img/background/faqs.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    color: white;
}
#consultoria-financiera {
    background-image: url(../img/background/faqs.png);
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

#faqs .container .first-row-faqs {
    width: 100%;
    padding: 6rem 0px;
}

.accordion-bg-custom {
    background-color: transparent !important;
}

.accordion-button-custom-text {
    color: #010920;
    font-family: "Causten-semibold" !important;
}

.accordion-button:not(.collapsed) {
    color: #010920 !important;
}

.text-left-accordion-body {
    text-align: left !important;
    color: #43578e !important;
    font-family: "Causten-light" !important;
    opacity: 100% !important;
}

#newsletter {
    background-image: url(../img/background/newsletter-1.png);
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    color: white;
}

.newsletter-text {
    font-family: "Causten-light" !important;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-top: 1rem;
}

#newsletter .btn {
    width: 220px;
    text-transform: uppercase;
    font-size: 0.85rem;
}

#newsletter .after-img h2 {
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: "Causten-light";
}

.padding-6 {
    padding: 6rem;
}

.w-85 {
    width: 85%;
}

.d-newsletter {
    display: flex;
    align-items: center;
}

.marginl-10 {
    margin-left: 10px;
}

.br-solid {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    height: 100px;
}

.input-newsletter {
    background-color: #ffffffe2;
    border-radius: 5px;
    /* mix-blend-mode: overlay; */
    color: white;
}

#valores {
    background-image: url(../img/background/fondo-banner_2c.png);
    background-size: cover;
    background-position: center;
    /* height: 800px; */
    width: 100%;
    color: white;
    padding-top: 8rem;
    padding-bottom: 7rem;
}

#valores h2 {
    font-family: "Causten-light";
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
}

.header-valores {
    width: 90%;
    margin: 0 auto;
}

.header-valores div {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 5rem;
}

#valores .subtitle-valores {
    font-size: 1.4rem;
}

#valores .container {
    height: 100%;
}

#valores .row {
    height: 100%;
    align-content: center;
    justify-content: space-around;
}

#valores h3 {
    font-family: "Causten-light";
    padding: 100px 0 1.5rem 0;
    border-bottom: 1px solid white;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position-x: center;
}

#valores p {
    font-family: "Causten-light";
    margin-top: 2rem;
    text-align: center;
}

#valores .col-lg-3:first-of-type h3 {
    background-image: url(../img/icon/mision.svg);
}

#valores .col-lg-3:nth-child(2) h3 {
    background-image: url(../img/icon/vision.svg);
}

#valores .col-lg-3:nth-child(3) h3 {
    background-image: url(../img/icon/valores.svg);
}

#home-marcas {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: rgb(251, 250, 250);
}

#home-marcas .col-6 {
    text-align: center;
}

/* #fondos-inversion-slider div#carouselExampleCaptions {
    padding-bottom: 3rem;
} */

#financiamiento-pyme {
    color: white;
    background-image: url(../img/background/pyme2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 80%;
    height: 666px;
    background-color: #010920;
}

#financiamiento-pyme h2 {
    font-size: 3.2rem;
    font-family: "Causten-light";
    text-transform: uppercase;
}

#financiamiento-pyme p {
    font-size: 1.1rem;
    font-family: "Causten-light";
}

#financiamiento-pyme ul {
    padding-left: 0px;
    list-style: none;
}

#financiamiento-pyme li {
    font-size: 1rem;
    font-family: "Causten-light";
    margin-bottom: 1rem;
    padding-left: 30px;
    background-image: url(../img/icon/check-white.svg);
    background-repeat: no-repeat;
    background-position-y: 5px;
}

#consultoria-financiera {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#consultoria-financiera h2 {
    font-size: 2rem;
    font-family: "Causten-light";
    text-transform: uppercase;
}

#consultoria-financiera .btn {
    color: #215e79;
    border-color: #215e79;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 1.2rem;
}

#consultoria-financiera .consultoria-financiera-title,
#consultoria-financiera .consultoria-financiera-text {
    margin-top: auto;
    margin-bottom: auto;
}

#consultoria-financiera .btn:hover {
    background-color: #215e79;
    color: white;
}

.consultoria-financiera-title {
    align-self: center;
    height: auto;
}

.consultoria-financiera-title div {
    border-right: 1px solid #215e79;
    margin-right: 1rem;
}

.consultoria-financiera-text ul {
    list-style: none;
    padding-left: 0px;
    font-family: "Causten-light";
}

.consultoria-financiera-text li {
    margin-bottom: 0.5rem;
    padding-left: 30px;
    background-image: url(../img/icon/tilde.svg);
    background-repeat: no-repeat;
    background-position-y: 5px;
}

.consultoria-financiera-text li:last-of-type {
    margin-bottom: 0px;
}

.tablas-cotizaciones td {
    font-size: 0.9rem;
}

.dolar-text {
    font-weight: 800 !important;
    color: #0c5e85 !important;
}

.tabla-dolarsi .table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: white !important;
}

.tabla-dolarsi .table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #edf0f8 !important;
}

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

.prev-icon-black {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.next-icon-black {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Página Nosotros */

#bg-nosotros {
    width: 100%;
    height: 691px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/background/Ricsa_Banner_sobrenosotros.jpg);
}

#bg-nosotros h1 {
    color: white;
    padding-top: 330px;
    font-family: "Causten-light";
    text-transform: uppercase;
}
#bg-informes {
    width: 100%;
    height: 691px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../img/background/news-novedades.jpg);
}

#bg-informes h1 {
    color: white;
    padding-top: 330px;
    font-family: "Causten-light";
    text-transform: uppercase;
}

#info-nosotros .col-lg-10 p {
    text-align: justify;
    font-family: "Causten-light";
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}

#info-nosotros {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

#info-nosotros .row:nth-of-type(2) {
    margin-top: 7rem;
    margin-bottom: 3rem;
}

#info-nosotros img {
    width: 60px;
    margin-bottom: 2rem;
}

#info-nosotros .col-lg-4:nth-of-type(4) img {
    width: 70px;
    margin-bottom: 1.5rem;
}

#info-nosotros h2 {
    font-family: "Causten-light";
}

#info-nosotros .col-lg-4 p {
    width: 90%;
    margin: 0 auto 1.5rem auto;
    font-size: 1rem;
    font-family: "Causten-light";
    padding-bottom: 2rem;
}

#padrinos {
    background-color: #163458;
    padding-top: 5rem;
    padding-bottom: 5rem;
    color: white;
}

#padrinos h2 {
    background-image: url(../img/icon/hands.png);
    background-repeat: no-repeat;
    background-position-x: center;
    padding-top: 100px;
    width: 345px;
    text-align: center;
    margin: 0 auto;
    font-family: "Causten-light";
    padding-bottom: 0.5rem;
    border-bottom: 1px solid white;
}

#padrinos p,
#staff p,
#staff h2,
#staff h3,
#padrinos a {
    font-family: "Causten-light";
}

#padrinos .col-lg-6:first-of-type p {
    text-align: center;
    width: 80%;
    margin: 1rem auto 0 auto;
    font-size: 0.9rem;
}

#padrinos a {
    display: block;
    width: 200px;
    margin: 1rem auto 0px auto;
}

#staff {
    background-image: url(../img/background/bg-nosotros.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: center;
}

#staff h2 {
    text-transform: uppercase;
    font-size: 2.5rem;
}

#staff h2 + p {
    width: 60%;
    margin: 0 auto;
}

#staff .row {
    margin-top: 2rem;
    justify-content: space-evenly;
}

#staff .col-12 {
    margin-top: 4rem;
}

.img-staff {
    background-size: cover;
    background-position: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.img-staff-bg1 {
    background-image: url(../img/staff/celina.jpeg);
}
.img-staff-bg2 {
    background-image: url(../img/staff/sofia.jpeg);
}
.img-staff-bg3 {
    background-image: url(../img/staff/ramirom.jpeg);
}
.img-staff-bg4 {
    background-image: url(../img/staff/santiago.jpeg);
}
.img-staff-bg5 {
    background-image: url(../img/staff/romina.jpeg);
}
.img-staff-bg6 {
    background-image: url(../img/staff/matias.jpeg);
}
.img-staff-bg7 {
    background-image: url(../img/staff/leandro.jpeg);
}

#staff h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
}

/* #staff h3 + p {
    width: 90%;
    margin: 0 auto;
} */

.large-table,
.table-nav {
    background-color: #edf0f8;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    border-radius: 5px;
}

.table-nav .list-group-item {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid gainsboro !important;
}

.table-nav .list-group-item a {
    text-decoration: none;
    color: #0c5e85;
    font-weight: 400;
    font-family: "Causten-medium";
}

.table-nav .list-group-item a:hover {
    color: #083c54;
}

.table-nav .list-group-item:last-of-type {
    border-bottom: 1px solid transparent !important;
}

.large-table .nav-tabs .nav-link {
    font-family: "Causten-semibold";
    font-weight: 600;
}

.large-table .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 3px solid #0c5e85 !important;
    color: #0c5e85 !important;
}

.large-table .nav-tabs .nav-link:hover {
    color: #0c5e85;
}

.target {
    display: block;
    height: 95px;
    margin-top: -95px;
    visibility: hidden;
}

/*Blog Area Start*/
.thm-container {
    width: 100%;
    max-width: 1320px;
    padding: 15px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sec-pad {
    padding: 60px 0;
}

.single-blog-style-one {
    margin-bottom: 30px;
}
.single-blog-style-one .img-box {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    height: 300px;
}
.single-blog-style-one .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-blog-style-one .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(23, 23, 23, 0.85);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-blog-style-one .img-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.single-blog-style-one .img-box:hover:after {
    opacity: 1;
}
.single-blog-style-one .img-box > img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-blog-style-one .img-box:hover a.read-more {
    opacity: 1;
}
.single-blog-style-one .img-box a.read-more {
    font-size: 25px;
    color: #fff;
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-blog-style-one .text-box .meta-info {
    margin-top: 20px;
}
.single-blog-style-one .text-box .meta-info a {
    font-size: 13px;
    color: #707070;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-blog-style-one .text-box .meta-info a i {
    color: #f9b81f;
    margin-right: 5px;
}
.single-blog-style-one .text-box .meta-info a:hover {
    color: #171717;
}
.single-blog-style-one .text-box .meta-info a + a {
    margin-left: 10px;
}
.single-blog-style-one .text-box h3 {
    margin: 0;
    font-size: 21px;
    line-height: 30px;
    color: #171717;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-top: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-blog-style-one .text-box h3:hover {
    color: #f9b81f;
}

.blog-style-one {
    padding-bottom: 60px;
}
.blog-style-one .more-btn-box {
    margin-bottom: 60px;
}
.blog-style-one .more-btn-box a.thm-btn {
    background: #f1f1f1;
    color: #171717;
    height: 44px;
    line-height: 44px;
    padding: 0px;
    text-align: center;
    width: 100%;
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.blog-style-one .more-btn-box a.thm-btn:hover {
    background: #f9b81f;
}
.dark-bg .single-blog-style-one .text-box .meta-info a:hover {
    color: #fff;
}
.dark-bg .single-blog-style-one .text-box h3 {
    color: #fff;
}
.dark-bg .single-blog-style-one .text-box h3:hover {
    color: #f9b81f;
}

.blog-details-page .single-blog-content .meta-info {
    margin-top: 15px;
    margin-bottom: 25px;
}
.blog-details-page .single-blog-content .meta-info a {
    font-size: 13px;
    color: #707070;
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-details-page .single-blog-content .meta-info a i {
    color: #f9b81f;
    margin-right: 5px;
}
.blog-details-page .single-blog-content .meta-info a:hover {
    color: #171717;
}
.blog-details-page .single-blog-content .meta-info a + a {
    margin-left: 10px;
}
.blog-details-page .single-blog-content h3 {
    font-size: 30px;
    color: #171717;
    font-weight: 600;
    margin: 0;
    margin-top: 30px;
}
.blog-details-page .single-blog-content p {
    margin: 0;
    color: #717171;
    font-size: 16px;
    line-height: 30px;
}
.blog-details-page .single-blog-content .share-box {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
}
.blog-details-page .single-blog-content .share-box ul.share-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -5px;
    margin-right: -5px;
}
.blog-details-page .single-blog-content .share-box ul.share-list li {
    display: inline-block;
    vertical-align: middle;
    width: 19.6%;
    padding-left: 5px;
    padding-right: 5px;
}
.blog-details-page .single-blog-content .share-box ul.share-list li a,
.blog-details-page .single-blog-content .share-box ul.share-list li span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 8px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-details-page .single-blog-content .share-box ul.share-list li a i,
.blog-details-page .single-blog-content .share-box ul.share-list li span i {
    font-size: 15px;
    margin-right: 10px;
}
.blog-details-page .single-blog-content .share-box ul.share-list li.facebook a {
    background: #2566be;
}
.blog-details-page .single-blog-content .share-box ul.share-list li.twitter a {
    background: #2ac1f9;
}
.blog-details-page .single-blog-content .share-box ul.share-list li.google a {
    background: #f13636;
}
.blog-details-page .single-blog-content .share-box ul.share-list li.more a {
    background: #f1f1f1;
    color: #707070;
}
.blog-details-page .single-blog-content .share-box ul.share-list li.count span {
    background: #fff;
    color: #707070;
    font-size: 16px;
}
.blog-details-page
    .single-blog-content
    .share-box
    ul.share-list
    li.count
    span
    i {
    font-size: 16px;
}
.blog-details-page .single-blog-content .share-box ul.share-list li a:hover,
.blog-details-page .single-blog-content .share-box ul.share-list li span:hover {
    background: #171717 !important;
    color: #fff !important;
}
.blog-details-page .single-blog-content .post-navigation {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-details-page .single-blog-content .post-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -10px;
    margin-right: -10px;
}
.blog-details-page .single-blog-content .post-navigation ul li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}
.blog-details-page .single-blog-content .post-navigation ul li a {
    display: block;
    background: #f1f1f1;
    width: 100%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-details-page .single-blog-content .post-navigation ul li a i {
    margin-right: 10px;
}
.blog-details-page .single-blog-content .post-navigation ul li a:hover {
    color: #fff;
    background: #171717;
}
.blog-details-page .single-blog-content .post-navigation ul li.next a {
    background: #f9b81f;
    color: #171717;
}
.blog-details-page .single-blog-content .post-navigation ul li.next a i {
    margin-left: 10px;
}
.blog-details-page .single-blog-content .post-navigation ul li.next a:hover {
    color: #fff;
    background: #171717;
}
.blog-details-page .author-box {
    border: 1px solid #f1f1f1;
}
.blog-details-page .author-box .img-box,
.blog-details-page .author-box .text-box {
    display: table-cell;
    vertical-align: middle;
}
.blog-details-page .author-box .img-box {
    width: 200px;
}
.blog-details-page .author-box .text-box {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
.blog-details-page .author-box .text-box h3 {
    margin: 0;
    color: #181818;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.blog-details-page .author-box .text-box p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
    margin: 0;
}
.blog-details-page .author-box .text-box .social {
    position: absolute;
    top: 47px;
    right: 50px;
}
.blog-details-page .author-box .text-box .social a {
    color: #d5d5d5;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-details-page .author-box .text-box .social a + a {
    margin-left: 30px;
}
.blog-details-page .author-box .text-box .social a:hover {
    color: #f9b81f;
}
.blog-details-page .title-box {
    margin-top: 80px;
    margin-bottom: 50px;
}
.blog-details-page .title-box h3 {
    margin: 0;
    color: #181818;
    font-size: 30px;
    font-weight: 600;
}
.blog-details-page .single-comment-box {
    border: 1px solid #f1f1f1;
    padding: 40px;
}
.blog-details-page .single-comment-box + .single-comment-box {
    margin-top: 30px;
}
.blog-details-page .single-comment-box.level-2 {
    margin-left: 100px;
}
.blog-details-page .single-comment-box .img-box,
.blog-details-page .single-comment-box .text-box {
    display: table-cell;
    vertical-align: middle;
}
.blog-details-page .single-comment-box .img-box {
    width: 113px;
}
.blog-details-page .single-comment-box .img-box img {
    border-radius: 50%;
    width: 100%;
}
.blog-details-page .single-comment-box .text-box {
    padding-left: 30px;
    position: relative;
}
.blog-details-page .single-comment-box .text-box h3 {
    margin: 0;
    color: #181818;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 35px;
}
.blog-details-page .single-comment-box .text-box h3 span {
    font-size: 13px;
    color: #707070;
}
.blog-details-page .single-comment-box .text-box p {
    font-size: 16px;
    line-height: 30px;
    color: #707070;
    margin: 0;
}
.blog-details-page .single-comment-box .text-box a.reply {
    background: #f9b81f;
    color: #181818;
    font-size: 13px;
    width: 77px;
    height: 43px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    display: inline-block;
    line-height: 43px;
    font-weight: 500;
    top: 0px;
    right: 0px;
    position: absolute;
}
.blog-details-page .single-comment-box .text-box a.reply:hover {
    background: #171717;
    color: #fff;
}
.blog-details-page .comment-form-wrapper form.contact-form input,
.blog-details-page .comment-form-wrapper form.contact-form textarea {
    background: #f1f1f1;
    color: #717171;
}
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    input::-webkit-input-placeholder,
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #717171;
}
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    input::-moz-placeholder,
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #717171;
}
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    input:-ms-input-placeholder,
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #717171;
}
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    input:-moz-placeholder,
.blog-details-page
    .comment-form-wrapper
    form.contact-form
    textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #717171;
}
.blog-details-page .comment-form-wrapper form.contact-form textarea {
    height: 160px;
}

/**************************
* 34. sidebar styles
***************************/
.sidebar .single-sidebar + .single-sidebar {
    margin-top: 50px;
}
.sidebar .single-sidebar .title {
    margin-bottom: 30px;
}
.sidebar .single-sidebar .title h3 {
    margin: 0;
    color: #171717;
    font-size: 20px;
    font-weight: 500;
}
.sidebar .single-sidebar form.search-form {
    background: #f1f1f1;
    position: relative;
}
.sidebar .single-sidebar form.search-form input,
.sidebar .single-sidebar form.search-form button {
    border: none;
    outline: none;
    background-color: transparent;
}
.sidebar .single-sidebar form.search-form input {
    width: 100%;
    height: 56px;
    padding-left: 20px;
    color: #707070;
    font-size: 14px;
}
.sidebar .single-sidebar form.search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
}
.sidebar .single-sidebar form.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
}
.sidebar .single-sidebar form.search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #707070;
}
.sidebar .single-sidebar form.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
}
.sidebar .single-sidebar form.search-form button {
    font-size: 14px;
    color: #707070;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
.sidebar .single-sidebar .single-recent-post + .single-recent-post {
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 20px;
}
.sidebar .single-sidebar .single-recent-post .img-box,
.sidebar .single-sidebar .single-recent-post .text-box {
    display: table-cell;
    vertical-align: middle;
}
.sidebar .single-sidebar .single-recent-post .img-box {
    width: 100px;
}
.sidebar .single-sidebar .single-recent-post .img-box img {
    width: 100%;
    height: 100px;

    object-fit: cover;
}
.sidebar .single-sidebar .single-recent-post .text-box {
    padding-left: 20px;
}
.sidebar .single-sidebar .single-recent-post .text-box h3 {
    margin: 0;
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sidebar .single-sidebar .single-recent-post .text-box h3:hover {
    color: #f9b81f;
}
.sidebar .single-sidebar .archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .single-sidebar .archive-list li + li {
    margin-top: 10px;
}
.sidebar .single-sidebar .archive-list li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #707070;
    padding-left: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sidebar .single-sidebar .archive-list li a:hover {
    color: #171717;
}
.sidebar .single-sidebar .archive-list li a i {
    color: #f9b81f;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #newsletter .after-img h2 {
        font-size: 1.5rem;
        padding-top: 1.5rem;
    }

    .newsletter-text {
        margin-top: 0rem;
    }

    #info-nosotros .col-lg-4 p {
        width: 90%;
    }

    .table th {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 1850px) {
    #financiamiento-pyme p {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-vertical-panel {
        width: 180px;
        padding: 1rem;
        font-size: 0.9rem;
    }

    .panel-administrador {
        width: calc(100vw - 180px);
    }
    #financiamiento-pyme h2 {
        font-size: 2.8rem;
    }
}

@media screen and (min-width: 992px) {
    .large-table {
        width: 71%;
        margin-left: 10px;
    }

    .table-nav {
        margin-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .bg-white-tr {
        background-color: rgba(255, 255, 255, 0.5);
        height: 100%;
    }
    #empresa h2 {
        text-align: center;
    }
    .logo-ricsa {
        width: 120px !important;
    }
    .navbar-brand {
        padding-top: 0px;
    }

    .navbar-collapse {
        background: white;
    }
    .text-right-mobile {
        text-align: end !important;
    }
    .main-navbar-light .nav-link {
        color: #1a9fbd !important;
    }

    .navbar-collapse {
        align-items: center !important;
        width: 57% !important;

        margin-left: auto !important;
    }
    .padding-mobile {
        padding: 10px;
        width: 100% !important;
    }
    .mb-13 {
        margin-bottom: 13px;
    }
    .center-faq-mobile {
        display: flex;
        justify-content: center;
    }
    .br-solid {
        border-right: transparent;
    }
    .padding-6 {
        padding: 3rem;
    }
    .main-navbar .btn-dark {
        color: rgba(0, 0, 0, 0.697) !important;
        padding: 0.8rem 0px 0px 0px;
        margin-left: 0px;
        display: inline-block;
        background-color: transparent !important;
        border: 1px solid transparent;
        border-top: 1px solid rgb(194, 194, 194);
        width: 100%;
        font-weight: 700;
        border-radius: 0px;
        text-align: left;
        margin-top: 1rem;
    }

    .main-navbar .btn-outline-dark {
        color: rgba(0, 0, 0, 0.697) !important;
        padding: 0.5rem 0px;
        margin-left: 0px;
        display: inline-block;
        background-color: transparent !important;
        border: 1px solid transparent !important;
        font-weight: 700;
    }

    .footer .col-lg-2 {
        margin-bottom: 2rem;
    }

    #header-home {
        height: 880px;
    }

    #header-home .content-home-header .d-flex {
        flex-direction: column;
    }

    #header-home .content-home-header {
        padding-left: 9%;
        padding-right: 9%;
    }

    .cotizar-header {
        width: 100%;
        margin-top: 1.5rem;
        border-radius: 5px;
        height: 500px;
        margin-bottom: 4rem;
        margin-left: 0px;
        margin-right: 0px;
    }
    .cotizar-header {
        max-height: 500px !important;
    }
    .acciones-carousel div p {
        font-size: 1rem !important;
    }
    .header-home-text {
        width: 100%;
        padding-top: 14rem;
    }

    .cotizar-header .acciones-carousel {
        width: 100%;
        padding: 1rem 3rem 5rem 3rem;
    }

    /* .cotizar-header p {
        width: 40%;
    } */

    #fondos-inversion h2 {
        width: 100%;
        margin-bottom: 3rem;
    }
    #administracion-carteras ul {
        font-size: 1rem;
    }

    .main-navbar-light .btn-light {
        color: #1a9fbd !important;
        padding: 0.8rem 0px 0px 0px;
        margin-left: 0px;
        display: inline-block;
        background-color: transparent !important;
        border: 1px solid transparent;
        border-top: 1px solid rgb(194, 194, 194);
        width: 100%;
        font-weight: 700;
        border-radius: 0px;
        text-align: right;
        margin-top: 1rem;
    }

    .main-navbar-light .btn-outline-light {
        color: #1a9fbd !important;
        padding: 0.5rem 0px;
        margin-left: 0px;
        display: inline-block;
        background-color: transparent !important;
        border: 1px solid transparent !important;
        font-weight: 700;
    }

    .header-valores {
        width: 100%;
    }

    .header-valores div {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5rem;
    }

    #newsletter .after-img h2,
    #newsletter .br-solid {
        height: auto !important;
    }

    .newsletter-text {
        margin-bottom: 1rem;
    }

    #empresa .figure {
        text-align: center;
    }

    #financiamiento-pyme {
        height: auto;
    }
    .bg-blue {
        background-color: #215f797a;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .dropdown-item {
        white-space: wrap;
    }

    .consultoria-financiera-title div {
        border-right: 0px solid #215e79;
        margin-right: 0rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #215e79;
        margin-bottom: 1.5rem;
    }

    .consultoria-financiera-text ul:first-of-type {
        margin-bottom: 0.5rem;
    }

    #info-nosotros .row:nth-of-type(2) {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }

    #info-nosotros .col-lg-4 p {
        width: 90%;
        margin-bottom: 2rem;
    }

    #padrinos .col-lg-6:nth-of-type(2) p {
        width: 90%;
        margin: 2rem auto 0 auto;
    }

    #staff h2 + p {
        width: 90%;
    }

    .table-nav {
        /* display: none; */
        margin-top: 1rem;
    }

    .tablas-cotizaciones .row:first-of-type {
        padding-left: 2%;
        padding-right: 2%;
    }
}

@media screen and (max-width: 785px) {
    .ticket-estado-info {
        flex-direction: column;
        width: 110px;
    }

    .ticket-fecha {
        padding: 0.5rem 0;
        margin: 0px;
    }

    .ticket-estado {
        text-align: center;
    }

    .ticket-info {
        align-self: center;
    }

    .modal-ticket {
        margin-top: -220px;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .bg-mobile {
        background-color: rgba(255, 255, 255, 0.6);
    }
    .bg-mobile-dark {
        background-color: rgba(0, 0, 0, 0.6);
    }
    /* #estrategias-cobertura .container div {
        color: black;
    } */

    #administracion-carteras {
        background-image: url(../img/background/bg-carteras-inversion-mobile.png);
    }

    #administracion-carteras .container div,
    #estrategias-cash .container div,
    #estrategias-cobertura .container div {
        width: 100%;
        padding: 10rem 0px;
    }

    #valores {
        background-image: url(../img/background/bg-valores-mobile.png);
        /* height: 1080px; */
    }
    #valores .col-lg-3 {
        margin-bottom: 1.5rem;
    }

    #financiamiento-pyme h2 {
        font-size: 2rem;
    }

    #bg-nosotros {
        height: 625px;
    }

    #bg-nosotros h1 {
        padding-top: 277px;
    }
}

@media screen and (max-width: 670px) {
    .navbar-vertical-panel {
        width: 100%;
        position: fixed;
        bottom: 0;
        min-height: 15px;
        background-color: #f8f8f8;
        padding: 1.2rem;
    }

    .navbar-vertical-panel ul {
        padding-left: 0px;
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .panel-administrador {
        width: 100vw;
    }

    .panel-administrador-lista {
        min-height: 49vh;
        max-height: 68.5vh;
    }

    .ticket-content {
        min-height: 55vh;
        max-height: 77.5vh;
    }

    .navbar-vertical-panel li a {
        margin-bottom: 0px;
        padding: 0.5rem;
        font-size: 0px;
    }

    .navbar-vertical-panel li a span {
        font-size: 22px;
        color: gray;
        margin-bottom: 0px;
        padding-right: 0px !important;
    }

    .link-active {
        color: #1db6da !important;
        background-color: transparent;
        padding: 0px;
        border-radius: 0px;
    }

    .link-active span {
        color: #1db6da !important;
    }

    .profile-status {
        padding: 0.2rem 0.7rem !important;
        vertical-align: middle;
        border-radius: 15px;
        vertical-align: middle;
        margin: 0 10px;
        font-size: 0.7rem;
        align-self: center;
    }
}

@media screen and (max-width: 575px) {
    #header-home .content-home-header {
        padding-left: 3%;
        padding-right: 3%;
    }

    #header-home {
        height: 975px;
    }

    .cotizar-header {
        flex-direction: column;
        text-align: center;
        max-height: 750px !important;
    }

    .cotizar-header .acciones-carousel {
        width: 100%;
        padding-bottom: 2rem;
    }

    .cotizar-header .acciones-carousel div {
        width: 50%;
    }

    .cotizar-header p {
        width: 100%;
    }

    .cotizar-header h2 {
        width: 100%;
        background-position-x: center;
    }

    .cotizar-header .carousel-indicators {
        margin-bottom: 0rem !important;
    }
    .consultoria-financiera-text ul {
        padding-left: 3%;
    }

    #bg-nosotros {
        height: 524px;
    }

    #bg-nosotros h1 {
        padding-top: 229px;
    }

    .tabla-cotizacion {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 400px) {
    .d-newsletter {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .input-newsletter {
        width: 100%;
        margin-bottom: 1rem;
    }

    #newsletter .btn {
        width: 100%;
        margin-left: 0px !important;
    }

    #info-nosotros .col-lg-4 p {
        width: 100%;
        margin-bottom: 2rem;
    }

    #bg-nosotros {
        height: 456px;
    }

    #bg-nosotros h1 {
        padding-top: 188px;
    }

    #padrinos .col-lg-6:nth-of-type(2) p {
        width: 100%;
        margin: 2rem auto 0 auto;
    }

    #padrinos .col-lg-6:first-of-type p {
        width: 90%;
    }
}

.tabla-dolarsi tbody tr:first-child {
    display: none;
}

.tabla-dolarsi tbody tr img {
    float: left;
    margin-top: 3px;
    padding-right: 5px;
}

.ticket-content {
    min-height: 81vh;
    max-height: 83vh;
    height: calc(100vh - 64px);
    overflow-y: auto;
}

.chat-ticket {
    margin-top: 1.5rem;
    background-color: white;
    border-radius: 5px;
}

.chat-ticket .user-profile-icon {
    width: 40px;
    height: 40px;
    margin: 1rem 10px;
}

.user-regular {
    width: 60px;
    height: 72px;
    border-left: 2px solid #f55060;
}

.user-support {
    width: 60px;
    height: 60px;
    border-left: 2px solid #0dceb5;
}

.chat-ticket form {
    width: 100%;
    margin: 1rem 1rem 2rem 0.5rem;
}

.chat-ticket form textarea {
    border-radius: 0px;
    resize: none;
    height: 80px;
    border: 1px solid #eaeaea;
}

.chat-ticket form div {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    border: 1px solid #eaeaea;
    border-top: 1px solid transparent;
}

.chat-ticket .btn-primary {
    padding: 0.3rem 1.5rem;
}

.chat-ticket .btn-light {
    font-size: 0px;
    background-image: url(../img/icon/delete.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 45px;
    height: 38px;
    background-color: white;
    border: 1px solid #eaeaea;
}

.message-info {
    margin: 0.5rem 1rem 1rem 0.5rem;
    width: 100%;
}

.message-info h3 {
    font-size: 1rem;
    font-weight: 600;
}
.message-info p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    width: 90%;
}

.message-reply {
    color: #a1a1a1;
    border-top: 1px solid #eaeaea;
    padding-top: 0.5rem;
    width: 100% !important;
}

.message-reply a {
    color: #a1a1a1;
}

.r-0 {
    right: 0px !important;
}

/* Panel financiamiento */

.financiamiento-content {
    min-height: 81vh;
    max-height: 83vh;
    height: calc(100vh - 64px);
    overflow-y: auto;
}

.financiamiento-vista {
    background-color: white;
    padding: 1rem;
    border-radius: 5px;
}

.financiamiento-vista h1 {
    font-size: 1rem;
    font-weight: 700;
}

.cargar-imagen {
    background-color: #f9f9f9;
    padding: 1rem;
    margin-bottom: 1rem;
}

.cargar-imagen div {
    background-color: white;
    padding: 4rem 2rem;
}

.cargar-imagen p {
    margin-bottom: 0px;
}

.subir {
    padding: 5px 10px 5px 30px;
    border: 0px solid #fff;
    font-weight: 700;
    background-image: url(../img/icon/upload.svg);
    background-repeat: no-repeat;
    background-position-y: 5px;
    margin-left: 1rem;
    cursor: pointer;
}

#info {
    width: 90%;
    background-color: #f9f9f9;
    padding: 0.5rem;
    font-size: 0.9rem;
}

.text-red {
    color: red;
}

.archivos-subidos h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-top: 3rem;
    font-weight: 300;
}

.archivo-accion {
    display: flex;
    justify-content: space-between;
}

.archivo {
    background-color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}

.archivo h3 {
    font-size: 0.9rem;
    font-weight: 700;
}

.archivo-info p {
    font-size: 0.9rem;
    margin-bottom: 0px;
    color: #a1a1a1;
}

.archivo-fecha {
    font-size: 0.8rem;
    color: gray;
    margin: 0 1rem;
    align-self: center;
}

.ver-archivo {
    font-size: 0px;
    padding: 1rem;
    width: 30px;
    height: 15px;
    background-image: url(../img/icon/ic-ojo.svg);
    background-position-y: center;
    background-repeat: no-repeat;
    align-self: center;
}

.fileinput-remove,
.fileinput-upload-button {
    display: none;
}

.file-zoom-dialog .file-other-icon {
    font-size: 50px !important;
}

.kc_fab_wrapper button {
    background: #00bb2d !important;
}

section {
    overflow-x: hidden !important;
}

.logo-ricsa {
    width: 180px;
}

.btn-filtro {
    background-color: rgb(22, 52, 88) !important;
}

.w-90 {
    width: 90px !important;
}

.w-180 {
    width: 180px !important;
}
.mb-26 {
    margin-bottom: 26px;
}

.tabs-custom {
    display: flex;
    justify-content: center;
}

.tab-custom-title {
    text-transform: uppercase;
    font-family: "Causten-bold";
}

.nav-link {
    color: #989898;
}
#fondos-inversion-slider .carousel-item {
    position: relative;
}

.overlay-dark {
    background: #00000059;
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
}

@media screen and (min-width: 1024px) {
    #fondos-inversion-slider .carousel-item {
        height: calc(400px + 12vw);
        padding-bottom: 2rem;
    }

    .row.flex.justify-content-center.contenido-slider-inversion {
        height: 279px;
    }
}

@media screen and (min-width: 1400px) {
    #fondos-inversion-slider .carousel-item {
        height: 420px !important;
        padding-bottom: 2rem;
    }

    .row.flex.justify-content-center.contenido-slider-inversion {
        height: 232px;
    }
}

.nav-acciones-custom {
    margin-top: 5px;
    font-size: 12px;
}

.whatsapp-link {
    color: #0c5e85 !important;
    font-weight: 700;
    font-family: "Causten-light";
    text-decoration: none !important;
}

.whatsapp-link-title {
    color: var(--bs-table-striped-color);
    font-family: "Causten-light";
    text-decoration: none !important;
}

.dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 0;
  overflow: hidden;
}

.dropdown-menu li {
  list-style: none;
}

.dropdown-menu a {
  display: block;
  padding: 12px 20px;
  color: #0d1a2b;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s ease;
}

.dropdown-menu a:hover {
  background: #0d4c7d;
  color: #fff;
  padding-left: 25px;
  padding-right: 15px; 
}

.dropdown-item {
    font-family: "Causten-light";
}

@media (max-width:991px) {
    #info-nosotros {
        padding-top: 3rem !important;
        padding-bottom: 4rem !important;
    }
}

