h1,
h2,
h3,
h4,
h5 {
    font-family: 'Sura-Sans';
    color: #001E60;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h2.line-top::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    top: -8px;
    left: 0;
    right: 0;
    border-radius: 8px;
    background-color: var(--yellow);
    margin: auto;
}

p {
    line-height: 150%;
}
.m-0{
    margin: 0 !important;
}

p,
a {
    font-family: 'Sura-Sans';
    font-size: 16px;
}

section {
    margin: 72px 0;
}


.btn {
    padding: 12px 24px;
    border-radius: 56px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    width: max-content;
    cursor: pointer;
    letter-spacing: 0.25px;
}

.btn:hover {
    text-decoration: none;
}

i {
    font-size: 1.3rem;
}

.btn i {
    margin-left: 8px;
    font-size: 1.31rem;
}

.btn-white {
    background-color: white;
    color: #001E60;
    transition: all 0.3s;
}

.btn-white:hover {
    background-color: #05C3DE;
    color: white;
    transition: all 0.3s;
}
.btn-link{
    display: flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    color: #001E60;
    font-weight: 700;
    border: unset;
    letter-spacing: 0.25px;
}



.hero-text-image {
    padding: 173px 0 113px 0;
    background-color: #001E60;
    margin: 0;
}

.hero-text-image .text {
    color: white;

}

.hero-text-image .text h1 {
    color: white;
    font-size: 60px;
    margin-bottom: 16px;
    padding-top: 10px;
    position: relative;
}

.hero-text-image .text h1::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 4px;
    top: -8px;
    left: 19px;
    border-radius: 8px;
    background-color: #05C3DE;
    margin: auto;
}

.hero-text-image .text p {
    margin-bottom: 24px;
}

.hero-text-image .image {
    border-radius: 8px;
    height: 330px;
    overflow: hidden;
}

.hero-text-image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-single{
    padding: 173px 0 32px 0;
}
.hero-single h1{
    display: flex;
    align-items: center;
    gap: 26px;
}


.hero-single h1 .copy-link-url{
    border-radius: 999px;
    border: 1px solid #D0DADC;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.1s;
    padding: 8px;
    font-size: 16px;
}
.hero-single h1 .copy-link-url span{
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: bold;
    color: white;
}
.hero-single h1 .copy-link-url:hover{
    background-color: #05C3DE;
    color: white;
}
.hero-single h1 .copy-link-url:focus{
    outline: none;
}


aside {
    position: sticky;
    top: 164px;
}

.navigation__link {
    display: block;
}

aside .navigation .navigation__link--title {
    color: #001E60;
    font-size: 18px;
    font-weight: 450;
    line-height: 27px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
aside .navigation .navigation__link--title:hover{
    text-decoration: unset;
    font-weight: bold;
}
aside .navigation .navigation__link--title:hover::after{
    transform: rotateX(180deg);
}
aside .navigation .navigation__link--title::after{
    content: "\e901";
    font-family: 'icomoon' !important;
    position: relative;
    transform: rotateX(0);
    transition: all 0.3s;
}

aside .navigation .navigation__link--title.active{
    font-weight: bold;
}
aside .navigation .navigation__link--title.active::after{
    transform: rotateX(180deg);
}

aside .navigation ul {
    padding-left: 16px;
}

aside .navigation ul li {
    list-style: none;
}

aside .navigation ul li a {
    font-size: 16px;
    font-weight: 450;
    line-height: 24px;
    margin-bottom: 8px;
    color: var(--gray);
}
aside .navigation ul li a.active{
    font-weight: 700;
}
.page-section {
    padding: 72px 0;
}
.page-section h2{
    display: flex;
    gap: 16px;
    align-items: center;
}
.page-section h2 .copy-link{
    border-radius: 999px;
    border: 1px solid #D0DADC;
    background: white;
    box-shadow: 0px 4px 10px 0px #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.1s;
    padding: 8px;
    font-size: 16px;
}
.page-section h2 .copy-link span{
    font-size: 14px;
    margin-left: 8px;
    margin-right: 8px;
    font-weight: bold;
    color: white;
}
.page-section h2 .copy-link:hover{
    background-color: #05C3DE;
    color: white;
}
.page-section h2 .copy-link:focus{
    outline: none;
}
.page-section h3.subtitle{
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color:#001E60;
    margin-bottom: 16px;
    margin-top: 32px;
}
.page-section h3.subtitle:first-child{
    margin-top: 16px;
}
.page-section:first-child{
    padding-top:0;
}
.page-section ul li{
    font-size: 16px;
    font-family: 'Sura-Sans';
    margin-bottom: 24px;
}

.page-section.concepto figure {
    width: 79%;
    border-radius: 8px;
    padding: 16px;
    border: solid 1px #D0DADC;
}

.page-section.concepto figure img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page-section .grid-card-two, .page-section .grid-card-one, .page-section .grid-card-three{
    display:flex;
    flex-wrap: wrap;
    gap:32px;
    margin-top: 32px;
}


.page-section .card{
    padding: 16px;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    width: 48%;
    border: solid 1px #D0DADC;
}

.page-section .card .card__body h3 {
    font-size: 24px;
    color: #001E60;
    display: flex;
    margin-bottom: 16px;
    font-weight: 600;
    font-family: 'Sura-Sans';
}

.page-section .card .card__body .card__paragraph p {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 400;
    color:#53565A;
}

.page-section .card .card__figure{
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    display: block;
    margin-bottom: 16px;
    margin-top: 24px;
    width: 100%;
    height: 142px;
    overflow: hidden;
}

.page-section .card .iconrrect{
    display:flex;
    align-items: center;
    gap:7px;
}

.page-section .card .iconrrect i{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #E4002B;
    color:white;
    padding: 4px;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-section .card .iconrrect p{
    margin-bottom: 0;
    font-size: 14px;
    color:#53565A;
}



.page-section .card .card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.page-section .card .card__link {
    font-size: 14px;
    font-family: 'Sura-Sans';
    font-weight: bold;
    color: #001E60;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.page-section .card .card__link .card__link__icon {
    font-size: 21px;
    margin-left: 8px;
}
.page-section.ejemplos .card .card__figure{
    height: 252px;

}

.page-section figure.figure-image {
    width: 79%;
    border-radius: 8px;
    padding: 16px;
    border: solid 1px #D0DADC;
}

.page-section figure.figure-image img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.page-section .grid-card-two .content-card{
    width: 48%;
    margin-bottom: 32px;
}
.page-section .grid-card-three .content-card{
    width: 30%;
}
.page-section .grid-card-three .content-card .card .card__figure{
    margin: 0;
}
.page-section .grid-card-one .content-card{
    width: 70%;
    margin-bottom: 32px;
}
.page-section .grid-card-two .content-card .card, .page-section .grid-card-one .content-card .card, .page-section .grid-card-three .content-card .card{
    width: 100%;
}
.page-section .grid-card-two .content-card .card .card__figure, .page-section .grid-card-one .content-card .card .card__figure {
    height: 312px;
}

.page-section .grid-card-two .content-card .correct, .page-section .grid-card-one .content-card .correct, .page-section .grid-card-three .content-card .correct {
    background-color: #78BE21;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.page-section .grid-card-two .content-card .incorrect, .page-section .grid-card-one .content-card .incorrect, .page-section .grid-card-three .content-card .incorrect {
    background-color: #E4002B;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.page-section .grid-card-two .content-card .correct i, .page-section .grid-card-two .content-card .incorrect i, .page-section .grid-card-one .content-card .correct i, .page-section .grid-card-one .content-card .incorrect i, .page-section .grid-card-three .content-card .correct i, .page-section .grid-card-three .content-card .incorrect i{
    color: white;
    font-size: 14px;
}

.page-section .grid-card-three .content-card .content-incorrect{
    display:flex;
    gap:7px;
    align-items: baseline;
    margin-top: 16px;
}
.page-section .grid-card-three .content-card .content-incorrect .incorrect{
    margin: 0;
}
.page-section .grid-card-three .content-card .content-incorrect p{
    font-size: 14px;
    width: 80%;
    margin: 0;
    line-height: 17px;
}
.page-section .card-button .figure-image img{
    margin-bottom: 24px;
}
.page-section .card-button .figure-image button{
    margin-left: auto;
}
.page-section.jerarquia .grid-card-two .content-card .card .card__figure{
    height: 272px;
}

.page-section .content-card ul{
    padding: 16px 16px 16px 32px;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
    border: solid 1px #D0DADC;
    height: 100%;
}
.page-section .content-card ul li{
    font-size: 14px;
    margin: 0;
    line-height: 21px;
}
.page-section.ejemplos .grid-card{
    margin-bottom:32px;
}
.page-section.ejemplos .grid-card .content-card .card {
    width: 76%;
}

.page-section.ejemplos .grid-card .content-card .card .card__figure{
    height: 465px;
    margin: 0;
}

.page-section.usos-incorrectos .grid-card-three .content-card .card .card__figure{
    height:312px;
}
.page-section.construccion .grid-card-three .content-card .card .card__figure{
    height:142px;
}

.page-section.construccion .grid-card-three .content-card .card .card__title{
    font-size: 24px;
    line-height: 36px;
}


.close-aside{
    display: none;
    background-color: white;
    top: 0;
    position: absolute;
    right: -72px;
    font-size: 22px;
    align-items: center;
    justify-content: end;
    border: unset;
    width: 100%;
    padding-right: 16px;
    height: 64px;
    z-index: 999;
}
.close-aside i{
    border: solid 1px #f0e9e9;
    box-shadow: 0px 0px 6px -3px #7a7a7a;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}


.mensaje-copiado {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    background-color: var(--blue);
    color: white;
    font-size: 16px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.mensaje-copiado.visible {
    opacity: 1;
}



@media (max-width: 767px) {
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    section {
        margin: 56px 0;
    }

    aside {
        z-index: 999;
        width: 81%;
        background-color: white;
        top: 0;
        position: fixed;
        left: 0;
        padding: 64px 16px;
        transition: all 0.3s;
    }
    aside.ocult{
        left: -303px;
    }
    .close-aside{
        display: flex;
    }
    .page-section .card{
        width: 100%;
    }
    .page-section figure.figure-image{
        width: 100%;
    }
    .page-section{
        padding: 24px 0;
    }
    .page-section .grid-card-three .content-card {
        width: 100%;
    }
    .colors.colors--multi .grid-layout .quick-links{
        width: 49%;
    }
    .page-section .grid-card-two .content-card{
        width: 100%;
    }

}

.colors{
    margin-top:32px;
    margin-bottom: 24px;
}


.colors .grid-layout>div {
    border-radius: 8px;
    padding: 24px 16px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    color: #003057;
    cursor: pointer;
    box-shadow: 0px 0px 6px -3px #0000007a;
}

.colors .grid-layout>div .info-p p {
    margin-bottom: 8px;
    color: #003057;
    font-family: 'Sura-Sans';
    font-size: 16px;
}

.colors .grid-layout>div .info-second ul {
    padding: 0;
    margin: 0;
}

.colors .grid-layout>div .info-second ul li {
    list-style: none;
    font-family: 'Sura-Sans';
    margin-bottom: 8px;
    font-size: 13px;
}

.colors .grid-layout {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-auto-rows: 191px;

}
.colors .grid-layout .quick-links.text-primary{
    color: #001E60;
}


.colors .grid-layout .quick-links .codigo-hex {
    position: relative;
}

.colors .grid-layout .quick-links:first-child {
    grid-row: span 2 / auto;
    grid-column: span 1 / auto;

}

.grid-layout.has-five-links{
    grid-auto-rows: 112px;
}

.grid-layout.has-five-links .quick-links:first-child{
    grid-row: span 4 / auto;
}

.colors .grid-layout .quick-links.text-white,
.colors .grid-layout .quick-links.text-white .info-p p {
    color: white;
}

.colors .grid-layout .quick-links:hover .codigo-hex {
    text-decoration: underline;

}

.colors .grid-layout .quick-links:hover .codigo-hex::before {
    content: "\e905";
    font-family: 'icomoon';
    position: absolute;
    right: -20px;
}
.colors:last-child .grid-layout{
    grid-auto-rows: 112px;
}

.colors:last-child .grid-layout .quick-links:first-child{
    grid-row: span 1 / auto;
    grid-column: span 1 / auto;
}

.colors.colors--multi .grid-layout{
    display: flex;
    flex-wrap: wrap;
    gap:4px;
}
.colors.colors--multi .grid-layout .quick-links{
    width: 19%;
    padding: 16px;
    min-height: 200px;
    flex-direction: column;
    justify-content: end;
    align-items: baseline;
}



.fundacion-sura h1,
.fundacion-sura h2,
.fundacion-sura h3,
.fundacion-sura h4,
.fundacion-sura h5,
.mega-marca h1,
.mega-marca h2,
.mega-marca h3,
.mega-marca h3.subtitle,
.mega-marca h4,
.mega-marca h5 {
    color: #0033A0;
}

.fundacion-sura .hero-text-image, .mega-marca .hero-text-image {
    background-color: #0033A0;
}
.fundacion-sura .btn-white, .mega-marca .btn-white {
    color: #0033A0;
}
.fundacion-sura .btn-link, .mega-marca .btn-link{
    color: #0033A0;
}

.fundacion-sura aside .navigation .navigation__link--title, .mega-marca aside .navigation .navigation__link--title {
    color: #0033A0;
}

.fundacion-sura .hero-text-image .text h1::after, .mega-marca .hero-text-image .text h1::after{
    background-color:#E3E829;
}


.fundacion-sura .btn-white, .mega-marca .btn-white {
    color: #0033A0;
}

.fundacion-sura .btn-white:hover, .mega-marca .btn-white:hover {
    color: white;
}
.fundacion-sura .page-section .card .card__body h3, .mega-marca .page-section .card .card__body h3{
    color: #0033A0;
}