
/* Header */

#brand-kit-header .grid-2 {
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    max-width: 1280px;
    margin: auto;
    height: 100%;
    gap: 30px;
    padding: 1rem;
}

#brand-kit-header {
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

#brand-kit-header .bg-linear {
    background-image: url('https://dev.sesamehr.es/wp-content/uploads/2024/08/bg-linear.svg');
    height: 700px;
}

#brand-kit-header h1 {
    font-size: 5rem;
    color: white;
    font-weight: bold;
}

#brand-kit-header p {
    font-size: 20px;
    text-align: left;
    color: white;
}

#brand-kit-header img {
    position: absolute;
    top: 50%;
    right: 0px;
    max-width: 900px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1535px) {
    #brand-kit-header img {
        max-width: 700px;
    }
}

@media only screen and (max-width: 1155px) {
    #brand-kit-header img {
        max-width: 600px;
    }
}

@media only screen and (max-width: 1000px) {
    #brand-kit-header img {
        max-width: 100%;
        position: relative;
        top: 0;
        right: 0px;
        transform: none;
    }

    #brand-kit-header .grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 800px) {
    #brand-kit-header .grid-2 {
        display: grid;
        grid-template-columns: auto;
    }

    #brand-kit-header .grid-2 {
        display: grid;
        grid-template-columns: auto;
        max-width: 550px;
        padding: 60px 1rem;
    }
}

@media only screen and (max-width: 670px) {
    #brand-kit-header h1 {
        font-size: 4rem;
        color: white;
        font-weight: bold;
    }

}

/* Logotipo */

#brand-kit-logo {
    background-color: #f6f8ff;
    padding-top: 7rem;
}

#brand-kit-logo .content-logo {
    max-width: 850px;
    margin: auto;
    padding: 1rem;
}

#brand-kit-logo h2 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-logo h3 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-logo p {
    text-align: center;
    line-height: 21px;
    margin-top: 8px !important;
    font-size: 19px;
}

#brand-kit-logo .subtitle-logo {
    color: #6c63ff;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

#brand-kit-logo .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    margin: 4rem auto;
    height: 250px;
}

#brand-kit-logo .bg-box-white {
    background-color: white;
    border-radius: 15px;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;

}

#brand-kit-logo .bg-box-dark {
    background-color: #1F2D52;
    border-radius: 15px;
    height: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
}

#brand-kit-logo img {
    max-height: 100px;
}

#brand-kit-logo .isotipos img {
    max-height: 170px;
}

@media only screen and (max-width: 900px) {
    #brand-kit-logo {
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 670px) {
    #brand-kit-logo {
        padding-top: 2rem;
    }

    #brand-kit-logo .grid-2 {
        display: grid;
        grid-template-columns: auto;
        height: 350px;
        max-width: 440px;
    }
}

/* Logotipo */

#brand-kit-color {
    background-color: #f6f8ff;
    padding-top: 7rem;
}

#brand-kit-color .content-logo {
    max-width: 950px;
    margin: auto;
    padding: 1rem;
}

#brand-kit-color h2 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-color h3 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-color p {
    text-align: center;
    line-height: 21px;
    margin-top: 8px !important;
    font-size: 19px;
}

#brand-kit-color .subtitle-logo {
    color: #6c63ff;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

#brand-kit-color .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
    margin: 4rem auto;
    justify-items: center;
    justify-content: center;
    max-width: 470px;
}

#brand-kit-color .bg-circle {
    border-radius: 100%;
    height: 240px;
    width: 240px;
    display: grid;
    align-items: center;
    justify-items: center;
    cursor: pointer;
}

#brand-kit-color .bg-circle-blue,
#brand-kit-color .bg-circle-dark {
    width: 240px;
}

#brand-kit-color .bg-circle-green,
#brand-kit-color .bg-circle-grey {
    width: 240px;
}

#brand-kit-color .bg-circle-blue {
    background-color: #6C63FF;
}

#brand-kit-color .bg-circle-dark {
    background-color: #1F2D52;
}

#brand-kit-color .bg-circle-green {
    background-color: #55E5BC;
}

#brand-kit-color .bg-circle-grey {
    background-color: #94A3B8;
}

#brand-kit-color .color-hex {
    color: white;
    display: grid;
    justify-items: center;
    align-content: stretch;
}

#brand-kit-color .white-bold {
    font-weight: bold;
    margin-bottom: 5px;
}

#brand-kit-color .dark {
    color: #1F2D52;
}

#brand-kit-color .dark-bold {
    color: #1F2D52;
    font-weight: bold;
    margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
    #brand-kit-color {
        padding-top: 5rem;
    }
}

@media only screen and (max-width: 670px) {
    #brand-kit-color {
        padding-top: 2rem;
    }

    #brand-kit-color .grid-2 {
        display: grid;
        grid-template-columns: auto;
        max-width: 440px;
    }
}

/*Tipografía*/

#brand-kit-tipografia {
    background-color: #f6f8ff;
    padding: 1rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#brand-kit-tipografia .color-grey {
    margin-top: 21px!important;
}

#brand-kit-tipografia .subtitle-tipografia {
    color: #6c63ff;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

#brand-kit-tipografia h2 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-tipografia h3 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-tipografia p {
    text-align: center;
    line-height: 21px;
    margin-top: 8px !important;
    font-size: 19px;
}

#brand-kit-tipografia .content-tipografia {
    max-width: 950px;
    margin: auto;
}

#brand-kit-tipografia span.web-typeface,
#brand-kit-tipografia .h1-tipografia,
#brand-kit-tipografia .h2-tipografia,
#brand-kit-tipografia .p-tipografia {
    font-weight: bold;
    text-align: left;
}

.web-typeface {
    font-size: 48px;
    font-weight: bold;
}

#brand-kit-tipografia .p-tipografia {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.75rem;
}

#brand-kit-tipografia .bold-blue {
    color: #6C63FF;
}

#brand-kit-tipografia .color-grey {
    color: #8895a8;
}

#brand-kit-tipografia .tipografia-ejemplos {
    display: grid;
    gap: 5px;
}

@media only screen and (max-width: 900px) {
    #brand-kit-tipografia .grid-2 {
        display: grid;
        grid-template-columns: auto;
        justify-items: start;
        gap: 56px;
        max-width: 600px;
    }

    #brand-kit-tipografia {
        padding-top: 0rem;
    }
}

/* Product assets */

#brand-kit-product-assets {
    background-color: #f6f8ff;
    padding: 1rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#brand-kit-product-assets .subtitle-product-assets {
    color: #6c63ff;
    text-align: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
}

#brand-kit-product-assets h2 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-product-assets h3 {
    text-align: center;
    color: #1f2d52;
    font-weight: bold;
}

#brand-kit-product-assets p {
    text-align: center;
    line-height: 21px;
    margin-top: 8px !important;
    font-size: 19px;
}

#brand-kit-product-assets .img-product-assets {
    max-width: 1250px;
    width: 100%;
    margin: 3.5rem auto;
}

@media only screen and (max-width: 900px) {
    #brand-kit-product-assets {
        background-color: #f6f8ff;
        padding-top: 0rem;
        padding-bottom: 4rem;
    }
}
