@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varela+Round&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Varela Round', sans-serif;
}

:root {
    --base-1: #006D74;
    --base-2: #21355A;
    --base-3: #285f9e;
    --base-4: #0b64ca;

    /*nuevos*/
    --base-5: #4C3688;
    /* 1 */
    --base-6: #875590;
    /* 2 */
    --base-7: #9C7FC1;
    /* 3 */
    --base-8: #9095CC;
    /* 4 */
    --base-9: #FBB871;
    /* 5 */

    --base-fundido-1: #006D7420;
    --base-fundido-2: #21355A40;
    --base-fundido-3: #285f9e40;
    --base-fundido-4: #0b64ca40;
    --base-fundido-5: #cde4ff40;

    /* --adorno-1: #12ACB6; */
    --adorno-1: #FBB871;
    --adorno-2: #DFE2EB;

    --color-1: #226FD5;
    --color-2: #20bf6b;
}

#mail-pendiente {
    margin-top: 1rem;
    height: 8rem;
    width: 8rem;
    margin-bottom: 1rem;
    object-fit: contain;
    animation: escalar 4s linear infinite;
}


:not(.trumbowyg-editor) .acordeon-cuerpo {
    border: 1px solid #ddd;
    border-radius: 5px;
}

:not(.trumbowyg-editor) .acordeon-cuerpo:not(:last-child) {
    margin-bottom: .5rem;
}

:not(.trumbowyg-editor) .acordeon-titulo {
    background-color: rgba(221, 221, 221, 0.25);
    padding: .75rem 1rem;
    /* border-bottom: 1px solid #ddd; */
}

:not(.trumbowyg-editor) .acordeon-contenido {
    padding: .75rem 1rem;
    display: none;
}

:not(.trumbowyg-editor) .acordeon-contenido.activo {
    display: block;
}

:not(.trumbowyg-editor) .acordeon-titulo:hover {
    cursor: pointer;
    background-color: rgba(176, 255, 183, 0.25);
}

.carrusel-imagen{
    width: 100%;
    object-fit: cover;
}
.carrusel-texto{
    background-color: #0009;
    border-radius: 10px;
    *{
        margin-bottom: 0;
    }
}

tr.bg-primary>th {
    background-color: #0099ff !important;
    color: #fff !important;
}

@keyframes escalar {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.opacity-1 {
    opacity: .75;
}

.opacity-2 {
    opacity: .5;
}

.opacity-3 {
    opacity: .25;
}

.rango-anios {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}

.rango-anios>span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}

.mensaje-alerta{
    background-color: #fffee0;
    padding: .75rem 1rem;
    color: #676200;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #ffde82;
    &::before{
        content: "⚠️ ";
    }
}

input.form-control::placeholder {
    color: #cecece;
}

input.requerido-aplicado:placeholder-shown {
    background-color: #fafafa;
}

.swal2-popup {
    position: relative;
    border-radius: 1rem;
    box-shadow: 2px 2px 6px 0px #0005;
    overflow: hidden;
}

.swal2-modal {
    min-width: 30vw !important;
    padding: 2rem !important;
}

.swal2-modal::after {
    content: "";
    position: absolute;
    height: 1rem;
    width: 100%;
    top: 0;
    left: 0;
}

.table {
    width: 100% !important;
}

.swal2-popup .swal2-icon {
    scale: .75;
}

.swal2-popup button {
    box-shadow: 2px 2px 6px 0px #0005;
    padding: .75rem 2rem;
    border-radius: .5rem !important;
    margin: 5px 10px;
}

.swal2-popup .swal2-icon {
    margin: 1rem auto 0 auto;
}

.swal2-icon-success::after {
    background-color: #05c46b;
}

.swal2-icon-error::after {
    background-color: #e84118;
}

.swal2-icon-warning::after {
    background-color: #fbc531;
}

.swal2-icon-info::after {
    background-color: #0fbcf9;
}

.swal2-icon-question::after {
    background-color: #e7ecee;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #c2c2c2 #e8e8e8;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: #e8e8e8;
}

*::-webkit-scrollbar-thumb {
    background-color: #c2c2c2;
    border-radius: 10px;
    border: 3px solid #e8e8e8;
}

.reduce {
    width: 90vw;
}

.text-color-1 {
    color: var(--color-1);
}

.btn-accion {
    background-color: #fff;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-accion.eliminar:hover {
    background-color: #e84118;
    color: #fff;
}

.btn-accion.ver:hover {
    background-color: #a5b1c2;
    color: #fff;
}

.btn-accion.editar:hover {
    background-color: #fd9644;
    color: #fff;
}

.btn-accion.nuevo:hover {
    background-color: #2ecc71;
    color: #fff;
}

.modal-fondo::before {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(17, 17, 17, .85);
    backdrop-filter: blur(4px);
}

.text-color-2 {
    color: var(--color-2);
}

.text-color-3 {
    color: var(--base-3);
}

.text-color-4 {
    color: #aaa;
}

.logo-amit {
    height: 3rem;
    width: auto;
}

.bg-base-1 {
    background-color: var(--base-1);
}

.bg-base-2 {
    background-color: var(--base-2);
}

.bg-base-fundido-1 {
    background-color: var(--base-fundido-1);
}

.bg-base-fundido-2 {
    background-color: var(--base-fundido-2);
}

.espacio-inputs:not(:last-of-type) {
    margin-bottom: 1.5rem;
}

.espacio-inputs .etiqueta {
    font-size: .875em;
    color: rgba(33, 37, 41, 0.75);
}

.etiqueta {
    font-size: .875em;
    color: rgba(33, 37, 41, 0.75);
}


.relative {
    position: relative;
}

.adorno.lateral::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
}

.adorno.inferior::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 6%;
    height: 3px;
}

.adorno.bg-adorno-1::after {
    background-color: var(--adorno-1);
}

.adorno.bg-adorno-2::after {
    background-color: var(--adorno-2);
}

.swal-img {
    width: 90vw;

    img{
        height: 70vh;
        width: 100%;
        object-fit: contain;
    }
}

.img-prof{
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
}

.card-cv{
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    .datos{
        padding: 10px;
    }
    transition: all 120ms ease-in-out;
    &:hover{
        cursor: pointer;
        border: 1px solid rgb(0, 94, 255);
        translate: 0 -5px;
    }
}

.no-decorate {
    text-decoration: none;
}

.fotogaleria-pseudo,.formulario-pseudo,.organigrama-pseudo {
    display: none;
}

.badge-cv {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

.badge-cv:hover {
    background-color: #1cb84a;
    color: #fff;
}

.componente-limite {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    bottom: -14px;
    font-size: 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 2px 4px;
    color: #999;
    background-color: #fff;
}

.cargando::after {
    content: "";
    position: absolute;
    animation: suspensivos 600ms linear infinite;
}

#foto-configuracion,
.avatar-xl-socio {
    height: 14rem;
    width: 14rem;
    object-fit: contain;
    border-radius: 100%;
    background-color: #f1f1f1;
}

.avatar-sm-socio {
    height: 3rem;
    width: 3rem;
    object-fit: contain;
    border-radius: 100%;
    background-color: #f1f1f1;
}

@keyframes suspensivos {
    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}



