﻿:root {
    --color-year: #591818;
    --color-title-timelime: #CF9F56;
    --color-line: #A1A0A0;
}
.menu {
    padding-top: 2%
}

* {
    box-sizing: border-box;
    outline: none !important;
    font-family: 'Noto Sans', sans-serif;
}

.ico-category {
    position: absolute;
    top: 5%;
    z-index: 21;
    width: 60%;
    transform: translate(25px, 15px);
}

.category-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.rectangle-category {
    position: relative;
    width: 30%;
    max-width: 120px;
    height: 250px;
    margin: 10px;
    border-radius: 5px
}

.rectangle-category::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%
}

    .rectangle-category:nth-child(odd) {
        background-color: #DAC9A7;
    }

    .rectangle-category:nth-child(even) {
        background-color: #B69664;
    }

    .rectangle-category:nth-child(odd)::before {
        background-color: #B69664;
    }

    .rectangle-category:nth-child(even)::before {
        background-color: #DAC9A7;
    }

.circule-category {
    /*width: 130px;
    height: 130px;

    */
    width: 100%;
    height: 50%;
    background-color: #325A4F;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 50%;
    border: 5px solid #fff;
    transform: translateX(-50%);
    z-index: 20;
}

.text-category {
    position: absolute;
    top: 50%;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    color: black;
    text-align: center;
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:focus {
    outline: none !important;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

p, li {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

p {
    margin: 0 0 20px 0;
}

ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    margin-top: 0px;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    font-weight: 700;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1642px;
}

.inner-wrapper-padding {
    padding: 0 80px;
}

.about-timeline {
}

.timeline-box h6 {
    font-size: 55px;
    line-height: 1;
    color: var(--color-year);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin-top: 0;
    transform: translate(0,-50%);
}

.timeline-box p {
    font-size: 18px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 26px;
    font-family: 'Inter', sans-serif;
}

    .timeline-box p:last-of-type {
        margin-bottom: 15px;
    }

.black-dot {
    width: 21px;
    height: 21px;
    background-color: #000;
    border-radius: 50%;
    display: block;
    margin: 0 auto 62px;
    z-index: 1;
}

.start-point {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

    .start-point:before {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 0px;
        background-color: #aaa;
        left: 50%;
        top: 0;
        transform: translate(-50%,0%);
        -webkit-transform: translate(-50%,0%);
        -moz-transform: translate(-50%,0%);
        border-left: 1px solid #aaa;
    }

.timeline-row .horizontal-line {
    border-top: 3px solid var(--color-line);
    width: calc(100% - 150px);
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    transform: translate(-50%,0%);
}

.timeline-row .verticle-line {
    margin: 0;
    padding: 0;
    width: 2px;
    border-right: 3px solid var(--color-line);
    height: calc(100% - 150px);
    position: absolute;
    top: 0;
    right: 0;
    margin: auto 0;
    bottom: 0;
}

.timeline-row:nth-child(2n+2) .verticle-line {
    left: 0;
    right: inherit;
}

.corner {
    position: absolute;
    border-right: 3px solid var(--color-line);
    width: 76px;
    height: 76px;
    right: 0;
    border-top: 1px solid #aaa;
    top: 74.9px;
    border-radius: 0 70px 0 0;
    top: 0;
}

.timeline-row:nth-child(2n+2) .corner {
    right: inherit;
    left: 0;
    border-left: 3px solid var(--color-line);
    border-right: 0;
    border-radius: 70px 0 0 0;
}

.corner.bottom {
    bottom: -76px;
    top: inherit;
    border-radius: 0;
    border-top: 0;
    border-bottom: 3px solid var(--color-line);
    border-radius: 0 0 70px 0;
    right: 0;
    z-index: 1;
    bottom: -1px;
}

.timeline-row:nth-child(2n+2) .corner {
    right: inherit;
    left: 0;
    border-left: 3px solid var(--color-line);
    border-right: 0;
    border-radius: 70px 0 0 0;
}

    .timeline-row:nth-child(2n+2) .corner.bottom {
        border-radius: 0 0 0 70px;
    }

.timeline-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 0px;
    position: relative; /*padding: 0 66px 130px;margin-right: 111px;*/
}

    .timeline-row:nth-child(2n+2) {
        justify-content: space-around;
        text-align: right;
        padding: 0 2%;
    }

    .timeline-row:nth-child(2n+2) {
        flex-direction: row-reverse;
    }
/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box { /*padding: 45px 50px 130px;*/
    max-width: 550px;
    margin-right: 25px;
    position: relative;
}

.timeline-main {
    margin-top: 75px;
}


.corner.bl {
    bottom: 0;
    left: 0;
    border-left: 3px solid var(--color-line);
    border-bottom: 3px solid var(--color-line);
    border-radius: 0 0 0px 100%;
    border-right: none;
    border-top: none;
    height: 76px;
    width: 76px;
}

.start-point .corner.bl {
    left: 50%;
    bottom: 0px;
    transform: translateY(100%);
    top: unset;
}

.timeline-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 27.5px;
    height: 1px;
    width: 100%;
}

.timeline-box-wrap {
    padding: -10px;
    position: relative;
    padding: 0;
}

/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content {
    padding: 0 10px 10px 0;
}

.timeline-content h3 {
    color: var(--color-title-timelime);
    font-weight: 800;
}
.timeline-content-txt {
    padding: 0;
}

.timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {
    display: flex;
    align-items: flex-start;
}

    .timeline-box.img-right .timeline-content img {
        margin-left: 18px;
    }

    .timeline-box.img-left .timeline-content img {
        margin-right: 18px;
    }

.timeline-box.img-left .timeline-content {
    flex-direction: row-reverse;
}

.timeline-row:first-child .timeline-box:first-child img {
    filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));
    -webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));
    display: block;
    margin: 0;
}


.timeline-row:last-child .corner.bottom {
    display: none;
}

.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap {
    text-align: center;
}

.start-point.end-point:before {
    display: none;
}

.start-point.end-point {
    position: absolute;
    bottom: 0;
    right: 0%;
    transform: translateX(50%);
}

.timeline-row:nth-child(2n+2) .start-point.end-point {
    right: 0;
    transform: translateY(-50%);
    
}

.timeline-box.img-right .timeline-content-txt {
    text-align: right;
}

.timeline-box.img-left .timeline-content-txt {
    text-align: left;
}

.timeline-box.img-left, .timeline-box.img-right {
    text-align: center;
}

.timeline-row:first-child .timeline-box::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(100%,-50%) rotate(0deg);
    transform: translate(100%,-50%) rotate(0deg);
}

.timeline-row:first-child .timeline-box:first-child {
    width: 36%;
}

.timeline-row .timeline-box:nth-child(3)::after {
    display: none;
}

.timeline-row:last-child .verticle-line::after {
    display: none;
}

.timeline-row:first-child .timeline-box:nth-child(2)::after {
    display: none;
}

.timeline-content-img .timeline-content {
    position: relative;
}
/*Css que se movio de html principal del premio*/
.tool-box {
    background-color: #D9D9D9;
    padding: 20px;
    border-radius: 30px;
}

#chartdiv {
    width: 100%;
    height: 500px;
}

.title-banner {
    position: absolute;
    bottom: 30px;
    left: 50px;
    color: rgba(255,255,255,0.8);
    padding: 10px;
    font-size: 4.5rem;
}

.banner {
}

.aline-items-container {
    align-items: center;
    display: flex;
}

.container-img-banner {
    position: relative;
    display: inline-block;
}

.title-section {
    color: #7e7b7b;
    font-weight: 700;
    padding: 3rem 0rem 1rem 0rem;
}

.text-section {
}

.subtitle-section {
    color: #7E7B7B;
    text-align: center;
}

.subtitle-section-black {
    color: #0A0909;
    text-align: center;
}

.btn-show {
    border: 2px solid #BDB9B9;
    padding: 10px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    font-size: 15px;
    background-color: #9D2449;
}

    .btn-show:link {
        color: #9D2449;
    }

    .btn-show:hover {
        color: #FFF;
        text-decoration: none;
    }


.circule {
    border-radius: 50%;
    width: 300px;
    background-color: red;
    overflow: hidden;
    height: 300px;
}

    .circule img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.lista {
    column-count: 2; /* Dividir en dos columnas */
    /*column-gap: 10px;*/ /* Espacio entre columnas */
    width: 90%;
}

    .lista li {
        margin-bottom: 10px; /* Espacio entre elementos de la lista */
        list-style: none; /* Tipo de viñeta */
        width: 95%;
    }

        .lista li::before {
            content: '•'; /* Utiliza un punto como viñeta */
            display: inline-block;
            width: 20px; /* Tamaño de la viñeta */
            height: 20px; /* Tamaño de la viñeta */
            border-radius: 50%; /* Hace que el borde sea redondo */
            background-color: #E7D3AD; /* Relleno de color verde */
            text-align: center;
            font-size: 0px;
            line-height: 30px; /* Ajusta la posición vertical del texto */
            margin-right: 10px; /* Espacio entre la viñeta y el texto */
        }

.box-title {
}
.container-box-category {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column {
    flex-basis: 48%;
    /* Ancho de la columna para mantener dos columnas */
    position: relative;
    /* Ajuste necesario para el posicionamiento absoluto de la línea */
}

.rectangle {
    width: 100%;
    height: 80px;
    padding: 20px;
    color: white;
    position: relative;
    align-content: center;
    border-radius: 5px;
}

    .rectangle h1 {
        margin: 0;
    }

.dotted-line {
    position: absolute;
    bottom: 10px;
    width: 2px;
    height: calc(100% - 20px);
    background-color: transparent;
    border-radius: 2px;
    border-left: 2px dotted #000;
    z-index: -1;
}

.list-category {
    padding: 0;
    margin-top: 15px;
}

    .list-category li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 0px;
        list-style: none; /* Tipo de viñeta */
    }

        .list-category li:before {
            content: '•'; /* Utiliza un punto como viñeta */
            display: inline-block;
            width: 10px; /* Tamaño de la viñeta */
            height: 10px; /* Tamaño de la viñeta */
            border-radius: 50%; /* Hace que el borde sea redondo */
            text-align: center;
            font-size: 0px;
            line-height: 30px; /* Ajusta la posición vertical del texto */
            margin-right: 10px; /* Espacio entre la viñeta y el texto */
        }

.green-black {
    background-color: #19302B;
}

.green-black-list-category li:before {
    background-color: #19302B;
}

.green {
    background-color: #325A4F;
}

.green-list-category li:before {
    background-color: #325A4F;
}

.red {
    background-color: #922E42;
}

.red-list-category li:before {
    background-color: #922E42;
}

.yellow {
    background-color: #B69664
}

.yellow-list-category li:before {
    background-color: #B69664
}

.grey {
    background-color: #98989A
}

.grey-list-category li:before {
    background-color: #98989A
}


/*==============Responsive==============*/
@media screen and (max-width: 1800px) {
    .timeline-box {
        max-width: 460px;
    }

        .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
            max-width: 220px;
            max-height: 230px;
        }

    .timeline-box-wrap .timeline-content img {
        max-width: 100%;
    }
}




@media screen and (max-width: 1600px) {

    .timeline-row:first-child .timeline-box:first-child {
        width: 38%;
    }

    .timeline-box {
        max-width: 380px;
    }

        .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
            max-width: 180px;
            max-height: 190px;
        }

        .timeline-box h6 {
            font-size: 50px;
        }

    .about-timeline {
        padding: 20px 0 10px;
    }

    .timeline-box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {

    .about-timeline {
        padding: 10px 0 10px;
    }

    .timeline-box h6 {
        font-size: 40px;
    }

    .timeline-row:first-child .timeline-box:first-child {
        width: 45%;
    }

    .timeline-box p {
        font-size: 15px;
        line-height: 1.4;
    }

    .timeline-box {
        max-width: 300px;
    }

        .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
            max-width: 140px;
            max-height: 200px;
        }

    .timeline-box-wrap .timeline-content img {
        max-width: 100%;
    }

    .timeline-row:first-child .timeline-box:nth-child(2) {
        width: 150px;
    }
}


@media screen and (max-width: 1199px) {
    .about-timeline {
        padding: 10px 10px;
    }

    .timeline-box h6 {
        font-size: 34px;
    }

    .timeline-box {
        max-width: 240px;
    }

    .timeline-row:first-child {
        padding: 0 0 0 60px;
    }

        .timeline-row:first-child .timeline-box:first-child {
            width: 42%;
        }

    .timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {
        flex-wrap: wrap;
    }

        .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
            max-width: 180px;
            max-height: 200px;
        }

    .top-timeline-arrow.timeline-content-img .timeline-content::after {
        right: 0;
    }

    .img-right.timeline-content-img .timeline-content::after {
        top: -20px;
        right: -45px;
    }

    .timeline-box.img-right .timeline-content-txt {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .corner {
        display: none;
    }

    .timeline-row .horizontal-line {
        display: none;
    }

    .timeline-row:first-child {
        max-width: 100%;
        padding: 0;
    }

    .timeline-main {
        margin-top: 0;
    }

    .timeline-row .verticle-line {
        right: 50%;
        transform: translate(50%,0);
        height: calc(100% - 0px);
    }

    .timeline-row:nth-child(2n+2) .verticle-line {
        left: auto;
        right: 50%;
    }

    .verticle-line::after {
        display: none;
    }

    .timeline-row .timeline-box {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .timeline-row:first-child .timeline-box:first-child {
        width: 100%;
        margin: 0;
    }

    .timeline-row:first-child .timeline-box:nth-child(2) {
        width: 100%;
    }

    .timeline-box p br {
        display: none;
    }

    .timeline-box h6 {
        transform: translate(0,-0%);
        padding: 0;
    }

    .timeline-content {
        padding: 0;
    }

    .timeline-box.img-right .timeline-content-txt {
        width: 100%;
    }

    .start-point.end-point {
        right: 50%;
    }

    .about-timeline {
        padding: 10px 0;
    }

    .timeline-box::after {
        -webkit-transform: translate(-100%,100%) rotate(180deg);
        transform: translate(-100%,100%) rotate(180deg);
        right: 50%;
        top: 20px;
        left: 50%;
    }

    .timeline-box-wrap {
        width: 50%;
        text-align: right;
        padding: 0 30px 0 0;
        margin: 40px 0 0 0;
    }

    .timeline-row .timeline-box img {
        margin: 0 0 0 auto;
    }

    .timeline-row:first-child .timeline-box:nth-child(2)::after {
        display: block;
    }

    .timeline-row:first-child .timeline-box:first-child img {
        margin: 0 0 0 auto;
    }

    .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
        margin: 0 0 0 auto;
    }

    .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
        margin: 40px 0 0 auto;
        padding: 0 0 0 30px;
        text-align: left;
    }

    .timeline-row:nth-child(2n+1) .timeline-box::after {
        left: auto;
        right: 50%;
        -webkit-transform: translate(0%,100%) rotate(180deg);
        transform: translate(0%,100%) rotate(180deg);
        top: 20px;
    }

    .timeline-row .timeline-box:nth-child(2n)::after {
        transform: translate(100%,100%) rotate(0deg);
        -webkit-transform: translate(100%,100%) rotate(0deg);
        right: 50%;
        left: auto;
    }

    .timeline-row .timeline-box:nth-child(3)::after {
        display: block;
    }

    .timeline-box.img-left .timeline-content-txt {
        text-align: right;
    }

    .timeline-row:last-child {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 640px) {
    .about-timeline {
        padding: 10px 0;
    }

    .timeline-box h6 {
        font-size: 27px;
    }

    .timeline-box p {
        font-size: 14px;
        line-height: 1.4;
    }

    .timeline-box-wrap {
        margin: 30px 0 0 0;
    }

    .timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {
        margin: 30px 0 0 auto;
    }

    .timeline-box::after, .timeline-row:nth-child(2n+1) .timeline-box::after {
        top: 6px;
    }

    .timeline-box-wrap .timeline-content img {
        max-width: 100%;
    }

    .timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {
        max-width: 100%;
        max-height: unset;
    }
}
.cat_premio {
    display: grid;
    grid-template-columns: .2fr 1fr;
    height: auto;
    width: 60%;
    
}
@media (max-width: 768px) {
    .cat_premio {
        width:100%;
        margin-left:0px;
    }
}
.bicentenario {
    display: grid;
    grid-template-columns: .3fr 1fr;
    height: auto;
    padding: 30px 0px 30px 0px;
}
@media (max-width: 768px) {
    .r-o-wp1 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

}

@media (max-width: 768px) {
    .bicentenario {
        grid-template-columns: 1fr;
        padding: 20px; /* Adjust padding for smaller screens */
    }
}
.premiopnv {
    display: grid;
    grid-template-columns: .3fr 1fr;
    height: auto;
    padding: 25px 0 25px 0;
}
@media (max-width: 768px) {
    .premiopnv {
        grid-template-columns: 1fr;
        
    }
}
.card-premio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 20px 0 20px 0;
}

    .card-premio div div p {
        font-weight: bold;
    }
@media (max-width: 768px) {
    .card-premio {     
        grid-template-columns: 1fr;
        width: 60%;
        height: 100vh;
        gap: 25px;
        margin:0 auto;
        margin-top:25px;
    }
}
.cadr2-premio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    width: 90%;
    gap: 25px;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 55px;
}
@media (max-width: 768px) {
    .cadr2-premio {
        grid-template-columns: 1fr;
        gap:60px;
        margin-top:25px;
    }
}