@font-face {
    font-family: KGPrimaryItalics;
    src: url(fonts/KGPrimaryItalics.ttf);
}

* {
    font-family: KGPrimaryItalics
}

.grid-container {
    display: grid;
    grid-template-columns: 100%;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    row-gap: 25px;
}

#header {
    background-color: rgb(18, 88, 168);
    margin-bottom: 45px;
    width: 100%;
    align-items: center;
}

/* body {
    transform: translateX(-10px);
    margin: 0px;
    width: 100%;
    height: 100%;
} */

#headerLogoContainer {
    background-color: rgb(36, 95, 184);
    width: 100%;
    display: flex;
    align-items: center;
}

#headerLogo {
    width: 100px;
    padding: 5px;
    transform: translateY(4px);
    font-weight: bold;
}

#headerSep {
    padding: 10px;
    padding-right: 0px;
}

body {
    margin: 0;
    padding: 0;
    overflow: visible;
    background-color: rgb(41, 41, 41);
    margin-bottom: 60px;
}

#bg {
    z-index: -1;
    filter: blur(13px) brightness(0.27);
    height: 150%;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
}

#almenaraCust {
    background: rgb(26, 59, 170);
    background: linear-gradient(25deg, rgb(42, 61, 121) 0%, rgb(59, 91, 151) 31%, rgb(0, 162, 255) 100%);
    border-radius: 40px;
    filter: saturate(1.2);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(38, 54, 107);
}

#instaCust {
    background: rgb(208, 217, 31);
    background: linear-gradient(156deg, rgba(208, 217, 31, 1) 0%, rgba(203, 156, 41, 1) 19%, rgba(182, 15, 79, 1) 49%, rgba(119, 24, 194, 1) 78%, rgba(0, 12, 191, 1) 100%);
    border-radius: 40px;
    filter: saturate(1.1);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(138, 13, 104)
}

#contactarCust {
    background: rgb(112, 56, 75);
    background: linear-gradient(42deg, rgb(134, 58, 75) 0%, rgb(233, 2, 79) 100%);
    border-radius: 40px;
    filter: saturate(1.2);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(112, 56, 75)
}

.grid-item {
    border: 4px;
    text-align: center;
}

.logoImg {
    width: 180px;
    padding: 30px;
}

.textTagAlmenara {
    background: rgb(26, 59, 170);
    background: linear-gradient(25deg, rgb(42, 61, 121) 0%, rgb(59, 91, 151) 31%, rgb(0, 162, 255) 100%);
    border-radius: 40px;
    filter: saturate(1.2);
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(38, 54, 107);
    font-size: 23px;
}

.textTagInstagram {
    background: rgb(208, 217, 31);
    background: linear-gradient(156deg, rgba(208, 217, 31, 1) 0%, rgba(203, 156, 41, 1) 19%, rgba(182, 15, 79, 1) 49%, rgba(119, 24, 194, 1) 78%, rgba(0, 12, 191, 1) 100%);
    border-radius: 40px;
    filter: saturate(1.1);
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(138, 13, 104);
    font-size: 23px;
}

.textTagCita {
    background: rgb(255, 0, 86);
    background: linear-gradient(42deg, rgb(134, 58, 75) 0%, rgb(233, 2, 79) 100%);
    border-radius: 40px;
    filter: saturate(1.2);
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(112, 56, 75);
    font-size: 23px;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:focus {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

.reflection {
    background: white;
    width: 100%;
    height: 100%;
    margin-top: auto;
    position: absolute;
    clip-path: polygon(100% 0, 100% 11%, 0 7%, 0 0);
    border-radius: 40px;
    filter: opacity(0.3);
}

#headerText {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 40px;
    margin-left: -5px;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.animateBtn:hover {
    animation-name: zoom;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards;
}

.animateBtn:hover .reflection {
    animation-name: reflection;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-fill-mode: forwards;
}

.animateBtn:not(:hover) {
    animation-name: rzoom;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-fill-mode: forwards;
}

.animateBtn:not(:hover) .reflection {
    animation-name: rreflection;
    animation-duration: 0.25s;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    animation-fill-mode: backwards;
}

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1);
    }
}

@keyframes rzoom {
    from {
        transform: scale(1.1);
    }

    to {
        transform: scale(1);
    }
}

@keyframes reflection {
    from {
        clip-path: polygon(100% 0, 100% 11%, 0 7%, 0 0);
    }

    to {
        clip-path: polygon(100% 93%, 100% 100%, 0 100%, 0 89%);
    }
}

@keyframes rreflection {
    from {
        clip-path: polygon(100% 93%, 100% 100%, 0 100%, 0 89%);
    }

    to {
        clip-path: polygon(100% 0, 100% 11%, 0 7%, 0 0);
    }
}