@import url('https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Kumbh+Sans:wght,YOPQ@100..900,300&family=Staatliches&display=swap');


:root {
    --color-primary: hsl(25, 93%, 48%);
    --color-primary-50: hsla(25, 93%, 48%, 0.8);
    --color-secondary: hsl(51, 100%, 64%);
    --color-whatsapp: hsl(142, 70%, 49%);

    --ff-primary: "Staatliches", sans-serif;
    --ff-secondary: "Gantari", sans-serif;
    --ff-third: "Kumbh Sans", sans-serif;
}








@media (min-width: 520px) {
    body {
        padding: 48px;
        background-color: var(--color-primary);
        /* background: url("../img/Gemini_Generated_Image_y1m83wy1m83wy1m8.png"); */
        /* background: url("../img/Gemini_Generated_Image_93qsih93qsih93qs.png"); */
        background: url("../img/bg-footer.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
}

/* @media (min-width: 520px) {
    body {
        padding: 48px 16px;
        padding-bottom: 48px !important;
        background-color: #363636;
    }
} */


.hub-body {
    z-index: 1;
    position: relative;
    margin: auto auto;
    max-width: 520px;
    /* overflow: hidden; */
    overflow: visible;
    /* Necesario para sticky */
    /* clip-path: inset(0 round 24px); */
}

@media (min-width: 520px) {
    .hub-body {
        border-radius: 24px;
        filter: drop-shadow(4px 18px 64px rgb(0, 0, 0, .8));
    }
}

.whatsapp-widget {
    display: flex;
    position: sticky;
    z-index: 9;
    width: 60px;
    padding: 12px;
    top: calc(100vh - 90px);
    margin-left: auto;
    margin-right: 24px;
    /* top:0;
    right: 16px; */
    border-radius: 50%;
    background-color: var(--color-whatsapp);
    box-shadow: 2px 3px 6px -2px rgba(0, 0, 0, 0.488);
}

.whatsapp-widget img {
    /* position: relative; */
    width: 100%;
    max-width: 50px;
}

main {
    position: relative;
    min-height: 950px;
    background-image:
        url("../img/bg-main-hub.png");
    background-position: 0 0;
    background-size: cover;
}


/* marca */
.hub-brand {
    padding: 52px 16px 56px 16px;
    margin: auto;

}

/* .hub-brand {
    clear: both;
    } */
.hub-brand img {
    margin: auto;
    width: 150px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 13px;
    box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.5);
}

.hub-title {
    padding: 18px 0;
    text-align: center;
    font-family: var(--ff-secondary);
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: white;
}

/* contacto */
.contact-wrapper {
    /* background-color: #ffe3471c; */
    margin: auto;
    padding: 8px 16px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
}

.contact-item {

    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;

    font-family: var(--ff-third);
    font-size: 14px;
    font-weight: 500;
    line-height: 200%;
    text-align: center;
    letter-spacing: -.5px;
    color: white;
}

.contact-item img {
    /* width: 16px; */
    height: 16px;
}

/* que somos */
.que-somos {
    padding: 24px 16px;
}

.que-somos h2 {
    font-size: 21px;
    text-align: center;
    letter-spacing: -.5px;
    font-family: var(--ff-secondary);
    line-height: 100px;
    color: white;
}

.que-somos p {
    margin: auto;
    font-family: var(--ff-third);
    font-size: 16px;
    text-align: center;
    line-height: 160%;
    font-weight: 500;
    color: white;
    letter-spacing: -.2px;
}

@media (min-width: 520px) {
    .que-somos p {
        max-width: 80%;
    }
}

/* ENLACES */
.links-wrapper {
    margin: auto;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 420px;
}

.hub-container-flex {
    width: 100%;
    display: flex;
    gap: 8px;
    margin: auto;
}


.hub-link, 
.hub-link-short {
    padding: 16px;
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: auto;
    
    background: var(--color-primary-50);
    border-radius: 14px;
    box-shadow: 3px 2px 12px 0 rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.hub-link {
    grid-template-columns: auto auto auto;
}

.hub-link-short {
    grid-template-columns: auto auto;
    justify-content: center;
}

.hub-link img, 
.hub-link-short img {
    width: 20px;
}

.hub-link h4, 
.hub-link-short h4 {
    font-family: var(--ff-primary);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 100%;
    color: white;
}

.hub-link p, 
.hub-link-short p {
    font-family: var(--ff-secondary);
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

/* redes sociales */
.rrss-wrapper {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    color: white;
}

.rrss-wrapper h2 {
    text-align: center;
    font-family: var(--ff-secondary);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 24px;
    line-height: 1;
    color: white;
}

.rrss-ico-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.rrss-ico-wrapper img {
    fill: white;
    width: 20px;
}


/* CARRUSEL LOGOS */
.carrusel-container {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    /* height: 150px; */
    object-fit: cover;

    box-shadow:
        0 -36px 64px -10px rgba(255, 255, 255, .6),
        0 -2px 5.4px 1px rgba(0, 0, 0, 0.25);
}

.logo-item {
    flex-shrink: 0;
}

.logo-item img {
    height: 75px;
    width: auto;
}

/* FOOTER */
.footer {
    padding: 48px 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2)),
        /* Velo blanco al 70% */
        url("../img/bg-footer.png");

    background-position: center center;
    background-size: cover;
}

@media (min-width: 520px) {
    .footer {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
}

/* menu footer */
.nav-menu {
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 21px;
}

.nav-menu li a {
    font-family: var(--ff-primary);
    font-weight: 400;
    line-height: 127%;
    font-size: 24px;

    text-align: center;
    letter-spacing: .5px;

    color: white;
}

.calendar {
    min-height: 450px;
}


/* AGENDA */
/* AGENDA */
/* AGENDA */
/* AGENDA */
.fc {
    padding: 16px;
}

.fc-theme-standard .fc-list {
    border: none;
    /* border-radius: 4px; */
}

.fc thead,
.fc tbody {
    background-color: rgba(255, 255, 255, 0.361);
    /* background: linear-gradient(174deg,rgba(236, 102, 8, .5) 0%, rgba(255, 227, 71, .3) 100%); */
    backdrop-filter: blur(4px);
}

.fc .fc-toolbar.fc-header-toolbar {
    font-family: var(--ff-secondary);
    font-size: 14px;
    text-transform: capitalize;
}

.fc .fc-toolbar-title {
    font-family: var(--ff-primary);
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: white;
}

.fc .fc-toolbar-chunk {
    display: flex;
}

.fc .fc-button-group {
    display: flex;
    gap: 5px;
}

.fc .fc-button-primary {
    background-color: #EC6608AD;
    border-color: transparent;
    color: rgb(255, 255, 255);
    backdrop-filter: blur(4px);
    transition: all ease-in .2s
}

.fc .fc-button-primary:hover {
    background-color: #5d2b08;
    border-color: transparent;
    color: white;
    backdrop-filter: blur(4px);
    transition: all ease-in .2s
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    background-color: #EC6608AD;
    border-color: transparent;
    color: rgb(255, 255, 255);
    backdrop-filter: blur(4px);
    text-transform: uppercase;
    font-weight: 500;
}

.fc .fc-list-event {
    font-family: "Gantari";
    font-weight: 500;
    font-size: 14px;
}

.fc .fc-list-sticky .fc-list-day>* {
    font-family: var(--ff-secondary);
    font-weight: 400;
    text-transform: capitalize;
    background-color: #ec6708d5;
    /* background-color:#FFE347CC !important; */
    /* background: linear-gradient(174deg,rgba(236, 102, 8, .5) 0%, rgba(255, 227, 71, .3) 100%); */
    backdrop-filter: blur(4px);
}

.fc .fc-list-day-cushion {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.fc .fc-list-day-side-text {
    font-size: 18px;
    font-weight: 700;
}

.fc .fc-list-day-text {
    margin-left: 5px;
    /* font-weight: 700; */
}

.fc .fc-list-empty {
    backdrop-filter: blur(4px);
}

.fc .fc-list-empty-cushion {
    font-family: var(--ff-third);
    font-size: 18px;
    font-weight: 700;
    width: 300px;
    text-align: center;
    color: white;
}


/* FORM */
/* FORM */
/* FORM */

.contanos-de-vos {
    padding: 24px 16px;
}

.contanos-de-vos h2 {
    text-align: center;
    font-family: var(--ff-secondary);
    line-height: 100px;
    color: white;
}

.contanos-de-vos p {
    font-family: var(--ff-third);
    font-size: 18px;
    text-align: center;
    line-height: 200%;
    color: white;
}

.formulario {
    padding: 48px 16px;
    margin-bottom: 56px;
    margin: auto;
    max-width: 380px;
}

.formulario input {
    margin: 10px 0px;
    padding: 16px 16px;

    width: 100%;
    height: 50px;

    background-color: rgba(255, 255, 255, 0.431);

    border-radius: 8px;
    border-color: transparent;

    font-family: var(--ff-third);
    font-size: 16px;
    font-weight: 400;
}

.formulario input::placeholder {
    color: white;
}

.formulario input:focus-visible {
    outline: none;
    border: 1px solid #EC6608;
}

.btn-enviar {
    margin: 10px 0px;
    padding: 8px 8px;

    width: 100%;
    height: 50px;

    border-radius: 8px;
    border-color: transparent;

    font-family: var(--ff-third);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;

    background: var(--color-primary);
    /* background: linear-gradient(174deg,rgba(236, 102, 8, 1) 0%, rgba(255, 227, 71, 1) 100%); */
    box-shadow: 4px 4px 14px -4px rgba(0, 0, 0, 0.45);
}

.form-file-container div {
    margin-top: 15px;

    border: 1px solid black;
    text-align: center;

    background-color: rgba(240, 255, 255, 0.415);
    backdrop-filter: blur(6px);

    font-family: var(--ff-third);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

/* cv */
.cv-label {
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 8px;
}

.cv-label span {
    font-size: 12px;
    font-weight: 500;
}



/* UTILS */
.w-50 {
    width: 50%;
}