:root {
    --gris-muymuyClaro: #ececec;
    --gris-muyClaro: #ccc;
    --gris-claro: #9091A2;
    --gris: #666;
    --gris-oscuro: #333;
    --main-color-1: #FF4F00;
    --main-color-2: #1B043F;
    --main-color-4: #0066ff;
    --box-shadow-muymuyClaro: 0 0 15px var(--gris-muymuyClaro);
}

*,
::after,
::before {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    overflow-x: hidden;
    background-color: #fff;
    font-weight: 400;
    min-height: 100%;
    overflow-y: auto;
    padding: 0 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
b,
strong {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.typeInter {
    font-family: 'Inter', sans-serif !important;
}

.typeInria {
    font-family: 'Inria Serif', serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
}

.fw100 {
    font-weight: 100;
}

.fw200 {
    font-weight: 200;
}

.fw300 {
    font-weight: 300;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 500;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.fw1000 {
    font-weight: 1000;
}

h1 {
    letter-spacing: -0.96px;
    font-size: 36px;
    margin: 0 0 1em;
    position: relative;
    padding-bottom: 2px;
    font-weight: 300;
    color: var(--main-color-2);
}

h2 {
    font-size: 1.5em;
    margin: 1em 0;
    color: var(--main-color-1);
}

h3 {
    font-size: 3rem;
    margin: 2em 0 1em;
}

p,
li,
ul {
    display: block;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

a svg:hover{
    opacity: 70%;
}

ul.select:not(.view) li {
    display: none;
}

ul.select li.view {
    display: block;
    order: 1;
}

ul.select1 li.view {
    display: block;
    order: 1;
}

.d-none {
    display: none !important;
}

.mtb-1 {
    margin: 1rem 0;
}

.mtb-2 {
    margin: 2rem 0;
}

.logo {
    width: 140px;
    height: 28px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--main-color-1);
    z-index: 2
}

.content,
section {
    width: 90%;
    margin: 0 auto;
}

.content,
section:not(#main, #typography) {
    max-width: 1280px;
}

header .content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.menu {
    padding: 1em;
    display: flex;
    align-items: center;
}

.menu .lang {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #0A0E17;
    cursor: pointer;
    padding-right: 15px;
}

#typography p, #image p{
    color: var(--main-color-2);
}

header .ico {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    height: 33px;
    top: 0;
    right: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

header .ico span {
    width: 30px;
    height: 2px;
    background: #FFFFFF;
    position: relative;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 4px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.33s;
    -moz-transition-duration: 0.33s;
    -ms-transition-duration: 0.33s;
    transition-duration: 1s;
}

header .ico:hover span {
    opacity: 70%;
}

header nav {
    display: block;
    position: fixed;
    background: #fff;
    right: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    padding: 1rem 0;
    height: 100vh;
    border: 0px solid transparent;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
}

header .ico span:nth-child(2) {
    margin: 3px 0;
    opacity: 0;
}

header.view nav {
    width: 100%;
    padding: 1rem;
    border: 2px solid #000;
    transition-duration: 1s;
}

header.view .ico span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 1s;
    background: var(--main-color-2);
}

header.view .ico span:nth-child(2) {
    width: 0;
    margin: 8px 0;
}

header.view .ico span:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-duration: 1s;
    background: var(--main-color-2);
}

header nav ul,
header nav ul li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

section>p:first-child {
    display: flex;
    justify-content: flex-end;
}

.logo-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-title>p {

    margin: 0 0 2em;
}

small {
    background: white;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color:var(--main-color-1);
    border-radius: 45px;
    border: 2px solid var(--main-color-1);
}

.btn {
    margin: 1rem;
    border: 1px solid #000;
    padding: 10px;
    width: calc(100% - 2rem);
    display: block;
    font-size: 1.2em;
    color: var(--gris-oscuro);
    text-align: center;
    cursor: pointer;
}

header nav ul li a {
    text-align: left;
    cursor: pointer;
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: var(--main-color-2);
    margin-bottom: 29px;
}

header nav ul#menuBtn {
    border-bottom: 2px solid var(--main-color-2);
    width: calc(100% - 70px);
    margin: 0 35px;
    padding-bottom: 68px;
    padding-top: 81px;
}

.btn {
    margin: 0 auto 2rem;
    width: 100%;
    background: var(--main-color-1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 46px;
    border: none;
}

.btn:before {
    opacity: 0;
    content: "";
    border-radius: 2rem;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 50%;
}

.btn:hover:before {
    width: 200%;
    border-radius: 2rem;
    left: -50%;
    opacity: 70%;
}

.btn span {
    position: relative;
    margin-right: 10px;
    margin-left: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

.btn:hover span {
    color: #fff
}

main {
    padding: 60px 0 0vw;
    line-height: 1.5;
}

main img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

main>section:not(:last-child) {
    padding-bottom: 2rem;
}

main>section:not(:first-child) {
    padding-top: 2rem;
}

#logo .box {
    margin-bottom: 2rem;
}

#logo .box>* {
    margin-bottom: 1rem;
}

#logo .box>.col2 {
    margin-bottom: 22px;
}

#logo .box>.col2>*:nth-child(3) ul.select {
    margin-bottom: 0;
}

#logo .box svg {
    margin: 30px auto 49px;
    max-width: 193px;
    width: 100%;
    height: auto;
    display: block;
}

#logo .box .black svg {
    margin: 0 auto;
}

#logo .box> :first-child {
    margin-top: 0;
}

#logo .box h2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: start;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 1rem 0rem;
    margin-bottom: 5px;
}

#logo h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000000;
}

.inputSelect {
    margin-top: 22px;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid var(--main-color-2);
}

#logo .col2 div p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

#logo a:hover{
    opacity: 70%;
}

#logo {
    padding-bottom: 100px;
}

#logo .col4 h1 {
    margin-top: 75px;
}

ul.select {
    cursor: pointer;
    padding: 0;
    margin-bottom: 0rem;
    position: relative;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.33s;
    -moz-transition-duration: 0.33s;
    -ms-transition-duration: 0.33s;
    transition-duration: 0.33s;
    border-radius: 5px;
}

ul.select:before {
    content: url(../img/expand.svg);
    position: absolute;
    right: 8px;
    top: 0.75rem;
    pointer-events: none;
    height: 16px;
    /*border-left: 1px solid transparent;
    border-right: 2px solid var(--main-color-1);
    border-top: 2px solid var(--main-color-1);
    border-radius: 2px;
    border-bottom: 1px solid transparent;*/
    width: 16px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.33s;
    -moz-transition-duration: 0.33s;
    -ms-transition-duration: 0.33s;
    transition-duration: 0.33s;
    /*transform: rotate(135deg);*/
}

ul.select li {
    padding: .5rem .5rem .5rem .6rem;
    font-weight: 300;
    order: 2;
    padding-right: 2.5rem;
    color: var(--gris-oscuro);
    border-top: 1px solid rgba(255, 255, 255, 0);
}

ul.select.view li {
    border-top: 1px solid var(--gris-muymuyClaro);
}

ul.select.view li.view {
    border-top: 1px solid rgba(255, 255, 255, 0);
}

ul.select li.view {
    color: var(--gris-claro);
}

ul.select li:hover,
ul.select li.view:hover {
    font-weight: 400;
}

/*ul.select:hover:before,
ul.select.view:before {
    border-right: 2px solid var(--main-color-1);
    border-top: 2px solid var(--main-color-1);
}*/

.box {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
}

section#image {
    padding: 100px 0px;
}

.image-container {
    padding-left: 0rem;
    padding-bottom: 50px;
}

#image .box {
    margin-bottom: 10px;
}

.image-bg {
    width: 100vw;
    background: #F3F5FB;
}

.black {
    background: #000;
    padding: 30px 0;
    margin-bottom: 19px;
}

.black img {
    margin-bottom: 0;
}

.color-container {
    width: 100vw;
    background: #F3F5FB;
}

#color {
    border-bottom: 0;
}

#color h1 {
    padding-top: 100px;
}

#color .col3>div {
    min-height: 35vw;
    position: relative;
    color: #fff;
    padding: 2rem;
    margin: 0vw 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#color .col3>div>div>div {
    padding-top: 5px;
}

#color h2,
.neutrals h2 {
    font-family: 'Inter', sans-serif;
    margin-top: 0;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #FFFFFF;
}

#color h3,
#color p,
.neutrals h3,
.neutrals p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    margin: 0;
}

#color h3 {
    font-weight: 300 !important;
    font-size: 16px;
}

.color1 {
    background: var(--main-color-1);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.color2 {
    background: var(--main-color-2);
}

.gradients {
    padding-bottom: 100px;
}

.color3 {
    background: var(--main-color-1);
    background: -moz-linear-gradient(90deg, var(--main-color-1) 0%, #611BC5 100%);
    background: -webkit-linear-gradient(90deg, var(--main-color-1) 0%, #611BC5 100%);
    background: linear-gradient(90deg, var(--main-color-1) 0%, #611BC5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--main-color-1)", endColorstr="#611BC5", GradientType=1);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.gradient-container div {
    max-width: 50%;
}

.color3 .circle,
.azureishToWhite .circle,
.whiteToPurple .circle,
.purpleToViolet .circle {
    position: absolute;
    height: 2px;
    width: calc(100% - 4rem);
    background: #fff;
    top: 60%;
}

.color3 .circle:before,
.whiteToPurple .circle:before,
.purpleToViolet .circle:before {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: var(--main-color-1);
    border-radius: 50%;
    position: absolute;
    left: 0%;
    top: calc(50% - 20px)
}

.azureishToWhite .circle::before {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #D3DCF2;
    border-radius: 50%;
    position: absolute;
    left: 0%;
    top: calc(50% - 20px)
}

.whiteToPurple .circle:before {
    background: #D3DCF2;
}

.purpleToViolet .circle:before {
    background: #1B043F;
}

.color3 .circle:after,
.whiteToPurple .circle:after,
.purpleToViolet .circle:after {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: #611BC5;
    border-radius: 50%;
    position: absolute;
    right: 0%;
    top: calc(50% - 20px)
}

.azureishToWhite .circle::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    box-shadow: 1px 1px 5px #cbd6f1;
    background: white;
    border-radius: 50%;
    position: absolute;
    right: 0%;
    top: calc(50% - 20px)
}

.color3 .circle p,
.azureishToWhite .circle p,
.whiteToPurple .circle p,
.purpleToViolet .circle p {
    position: absolute;
}

.color3 .circle p:first-child,
.azureishToWhite .circle p:first-child,
.whiteToPurple .circle p:first-child,
.purpleToViolet .circle p:first-child {
    left: 0px;
    top: -70px;
}

.color3 .circle p:last-child,
.azureishToWhite .circle p:last-child,
.whiteToPurple .circle p:last-child,
.purpleToViolet .circle p:last-child {
    right: 0px;
    top: -70px;
}

.whiteToPurple {
    background: #D3DCF2;
    background: -moz-linear-gradient(90deg, #D3DCF2 0%, #611BC5 100%);
    background: -webkit-linear-gradient(90deg, #D3DCF2 0%, #611BC5 100%);
    background: linear-gradient(90deg, #D3DCF2 0%, #611BC5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3DCF2)", endColorstr="#611BC5", GradientType=1);
}

.purpleToViolet {
    background: #1B043F;
    background: -moz-linear-gradient(90deg, #1B043F 0%, #611BC5 100%);
    background: -webkit-linear-gradient(90deg, #1B043F 0%, #611BC5 100%);
    background: linear-gradient(90deg, #1B043F 0%, #611BC5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1B043F)", endColorstr="#611BC5", GradientType=1);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.azureishToWhite {
    color: black !important;
    background: #D3DCF2;
    background: -moz-linear-gradient(90deg, #D3DCF2 0%, #fff 100%);
    background: -webkit-linear-gradient(90deg, #D3DCF2 0%, #FFFFFF 100%);
    background: linear-gradient(90deg, #D3DCF2 0%, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#D3DCF2)", endColorstr="#ffffff", GradientType=1);
}

#color .color5 {
    background-color: #0066FF;
    color: white;
}

.color7 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#color .color5,
#color .color6,
#color .color7 {
    padding: 2rem;
}

.color4 {
    background: #611BC5;
}

#color .color6 {
    color: white;
    background-color: #f971ff;
}

#color .color7 {
    background-color: #d3dcf2;
    color: #000 !important;
}

.colors-container h2 {
    margin-top: 30px !important;
}

.neutrals {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-bottom: 80px;
    width: 100%;
}

.neutrals div {
    padding-top: 5px;
    border: 0 !important;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.neutrals h2 {
    margin-top: 30px !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.w-100 {
    width: 100%;
}

.textNormal b {
    font-family: 'Inter', sans-serif;
}

#typography {
    width: 100%;
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    border: 0;
    color: #FFFFFF;
    background: linear-gradient(to bottom, white 0%, white 37%, #1B043F 37%, #1B043F 100%);
}

.typography-container{
    width: 90%;
    margin: 0 auto;
}

#typography .text {
    color: #000;
    padding: 100px 0px;
}

#typography .fonts {
    padding: 20px 0rem;
}

#typography h3 {
    margin: 11px 0rem;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.6px;
}

#typography h3:first-child{
    margin-top: 0;
}

.light {
    font-weight: lighter !important;
}

.regular {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

#typography h5 {
    margin: 0.5rem 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

p.m-t {
    margin-top: 1.5rem;
}

#image p,
#digitalSignature p.mtb-1,
#templates p.mtb-1,
#portfolio p.mtb-1 {
    max-width: 700px;
}

#digitalSignature p.mtb-1,
#templates p.mtb-1,
#portfolio p.mtb-1 {
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.6px;
}

#portfolio .mtb-1,
#templates .mtb-1 {
    padding-bottom: 19px;
}

#digitalSignature p.mtb-1 b {
    padding-top: 35px;
    display: block;
    font-family: 'Inter', sans-serif;
}

#digitalSignature img {
    margin: 0;
}

#digitalSignature .example {
    padding: 10px 0 25px;
}

.firma {
    padding-top: 30px;
    display: block;
}

.selectTemplates {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 600px;
    justify-content: space-between;
    align-items: flex-start;
}

.selectTemplates .heightUlSelect {
    max-width: 300px;
}

#digitalSignature a,
#templates a,
#portfolio a {
    max-width: 190px;
    margin: 1.5rem 0 2.5rem;
}

#typography a {
    color: #FFFFFF;
    max-width: 100%;
}

#typography a:hover{
    opacity: 70%;
}

#typography .btn {
    align-items: center;
    margin-top: 50px;
    margin-bottom: 70px;
    padding: 8px 24px;
}

.typographyButton {
    display: flex;
    align-items: center;
    justify-content: center;
}

.typographyButton img{
    margin: 0 0;
}

#digitalSignature a {
    margin: 35px 0 25px;
}

#templates a,
#portfolio a {
    margin-top: 0;
}

#image img {
    width: 100%;
    height: auto;
}

#image .col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

#image .colImg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;

}

#main {
    width: 100vw;
    position: relative;
    margin: 0;

}

#main h1 {
    position: absolute;
    z-index: 1;
    margin: 0;
    font-weight: 400;
    font-size: 23px;
    text-align: center;
    color: #FFFFFF;
    top: calc(50% - 2rem);
    left: 50%;
    transform: translate(-50%, calc(-50% + 2rem));
}

footer img {
    width: 90%;
    max-width: 447px;
    margin: 0 auto;
    display: block;
}

.heightUlSelect {
    position: relative;
    min-height: 56px;
    padding: 0 4px 6px !important;
    width: calc(100% + 2rem - 8px);
    left: -1rem;
}

.heightUlSelect ul.select {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1;
    padding: 0 calc(1rem - 4px);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

.heightUlSelect ul.select.view {
    box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.textNormal {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    color: #000000;
}

@-webkit-keyframes aniSection {
    from {
        -webkit-transform: translateX(20vw);
        opacity: 0;
    }

    to {
        -webkit-transform: translateX(0vw);
        opacity: 1;
    }
}

@keyframes aniSection {
    from {
        transform: translateX(20vw);
        opacity: 0;
    }

    to {
        transform: translateX(0vw);
        opacity: 1;
    }
}

@media (min-width: 550px) {

    #typography h3 {
        font-size: 40px;
    }

    #main h1 {
        font-size: 34px;
        transform: translate(-50%, calc(-50% + 1rem));
    }
}

@media (min-width: 768px){
    .col4>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2vw;
    }

    #main h1{
        font-size: 44px;
        transform: translate(-50%, calc(-50% + 1rem));
    }
}

@media (min-width: 992px) {

    h1 {
        font-size: 3em;
    }

    main{
        padding: 81px 0 0vw;
    }

    .content,
    section {
        width: 96%;
        margin: 0 auto;
    }

    header .ico span {
        width: 50px;
    }

    header .content{
        padding:.5rem 0 ; 
    }

    .logo {
        width: 200px;
        height: auto;
    }

    main {
        padding: 81px 0 0vw;
    }

    .col3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 2vw;
    }

    .col4>div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 2vw;
    }

    .box {
        margin-bottom: 32px;
    }

    .colors-container h2 {
        margin-top: 0px !important;
    }

    #typography .text {
        padding:0px 80px 80px 0rem;
    }

    #typography h5 {
        font-size: clamp(1rem, 10vw, 2rem);
    }

    #typography p {
        margin-right: 1.5rem;
    }

    #typography .box{
        margin-bottom: 74px;
    }

    .text h1{
        line-height: 1;
    }

    #typography .btn{
        margin-bottom: 0;
    }

    #main h1 {
        font-size: 58px;
        font-weight: 400;
        line-height: 75px;
        transform: translate(-50%,-50%);
    }

    .btn {
        max-width: 550px;
        margin: 0;
    }

    .col3.col5-x {
        grid-gap: 0vw;
    }

    .colors-container {
        grid-template-columns: 1fr;

    }

    .color5 {
        border-bottom-left-radius: 15px;
    }

    .color7 {
        border-bottom-left-radius: 0px;
    }

    .gradients {
        border-radius: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .purpleToViolet {
        border-top-right-radius: 0px;
    }

    .azureishToWhite {
        border-top-right-radius: 15px;
    }

    .whiteToPurple {
        border-bottom-left-radius: 15px;
    }

    .color3 {
        border-bottom-left-radius: 0px;
    }

    #color .col3>div {
        margin: 10px;
    }

    #color .col3>div {
        min-height: auto;
        height: 302px;
        max-height: 490px;
        margin: 0;
    }

    .color3 .circle,
    .azureishToWhite .circle,
    .whiteToPurple .circle,
    .purpleToViolet .circle {
        top: 75%;
    }

    #typography {
        width: 100vw;
        padding: 0;
        margin: auto;
        display: flex;
        flex-direction: row;
        border: 0;
        background: linear-gradient(to right, white 0%, white 50%, #1B043F 50%, #1B043F 100%);
        color: #FFFFFF;
    }

    .typography-container{
        max-width: 1280px;
        width: 96%;
        margin: 0px auto;
        padding: 100px 0;
        display: flex;
    }

    #typography .text {
        width: 50%;
        background: #FFFFFF;
        color: #000;
        ;
    }

    #typography .fonts {
        width: 50%;
        padding: 10px 70px;
    }

    #typography a{
        max-width: 150px;
    }

    .typographyButton {
        justify-content: center;
        gap: 8px;
    }

    .btn span{

        margin-right: 0px;
    }

    .typographyButton img{
        margin: 0 auto;
    }

    #image .colImg {
        flex-direction: row;
    }

    .image-container {
        padding-left: 1rem;
    }

    main section {
        opacity: 0;
    }

    .menu .lang {
        padding-right: 35px;
    }

    main section.view {
        opacity: 1;
        -webkit-animation: aniSection .5s ease-out 1;
        animation: aniSection .5s ease-out 1;
    }

    .neutrals {
        flex-direction: row;
        height: 300px;
    }

}

@media (min-width: 1280px) {
    header nav ul#menuBtn {
        width: calc(100% - 70px);
        margin: 0 auto;
        padding-bottom: 68px;
        padding-top: 81px;
        max-width: 1280px;
    }

}

@media (min-width: 1685px) {
    .purpleToViolet {
        border-top-left-radius: 15px;
    }

    .azureishToWhite {
        border-top-right-radius: 15px;
    }

    .whiteToPurple {
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }

    .color3 {
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 15px;
    }

    .color3 {
        grid-row: 2;
    }

}