@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

h1,
h2,
h3,
h4 {
    font-family: 'Hind Madurai', sans-serif;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: bold;
}

h2 {
    font-size: clamp(2rem, 5vw, 3rem);
    margin-bottom: clamp(1rem, 3vw, 2rem) !important;
    font-weight: bold;
}

p {
    font-family: "Roboto", sans-serif;
}

.static {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #ffffff;
    
}

.boton {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 1rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.boton:hover {
    background-color: #5db8ff;
}

.header__top {
    font-size: 0.8rem;
    color: #ffffff;
    background-color: #002C84;
}

.logo {
    width: clamp(10rem, 15vw, 13rem);
}

.header__boton {
    display: inline-block;
    font-size: clamp(0.8rem, 2vw,1rem);
    padding: clamp(0.1rem,2vw,0.5rem)clamp(0.25rem,2vw,1rem);
    border-radius: 1rem;
    text-decoration: none;
}

.header__boton:hover {
    background-color: black;
}

.one {
    background-color: #002C84;
    color: white;
}

.two {
    background-color: #198754;
    color: white;
}

.three {
    background-color: #fd7e14;
    color: white;
}

.four {
    background-color: #25D366;
    color: white;
}
.list__menu{
    background-color: #00b2d0;
    padding: 0.8rem 1rem;
    border-radius: 1rem; 
}
.list__menu a {

    color: #ffffff;

}

.list__menu a.active,
.list__menu a:hover {
    color: #00b2d0 !important;
    background-color: #ffffff;
    border-radius: 0.5rem;
}

/**/
.grid__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
    column-gap: 2rem;
    align-items: center;
    row-gap: 2rem;
}
/**/
.top__divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.bottom__divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1706714949 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: clamp(1rem,5vw,3.5rem);
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1706714949 .shape-fill {
    fill: #FFFFFF;
}
@media(max-width:470px){
    .credits__content{
        justify-content: center !important;
        text-align: center;
        font-size: 0.9rem;
    }
}