@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: #000;
}

.header {
    background-color: #FFD700;
    padding: 40px 20px 80px;
    position: relative;
    overflow: hidden;

}

.header::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -10%;
    width: 120%;
    height: 150px;
    background-color: #FFD700;
    border-radius: 50%;
}

.tyc-label {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.header-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

h1.Titulo {
    font-size: 43px;
    margin-bottom: 52px;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

img {
    position: absolute;
    top: -223px;
    z-index: 1;
    display: block;
    width: 100%;
    height: 200%;
    margin-right: auto;
}

.brand-name {
    z-index: 10;
    /* color: red; */
    font-weight: 700;
    position: relative;
}

.header-description {
    font-size: 17px;
    line-height: 1.5;
    max-width: 600px;
    margin: 0 auto;
}



h2.Titulo_TYC {
    font-size: 50px;
    text-align: center;
    margin-top: 39px;
    font-weight: bold;
    margin-bottom: 21px;
}

h2.titulo_fecha {
    font-size: 19px;
    margin-left: 65px;
    font-weight: bold;

}

h2.info_g {
    font-size: 19px;
    margin-bottom: 10px;
}

.terms-text {
    background-color: white;
    padding: 15px 65px;
    border-radius: 8px;
    font-size: 11px;
    line-height: 1.8;
    text-align: justify;

}

.terms-text p {
    margin-bottom: 17px;
    font-size: 18px;

}

.section-title {
    font-weight: 700;
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



@media (max-width: 1000px) {
    img {
        position: absolute;
        top: -172px;
        z-index: 1;
        display: none;
    }
}






@media(max-width:768px) {
    .terms-text p {
        margin-bottom: 17px;
        font-size: 16px;
    }

    h2.info_g {
        font-size: 16px;
        margin-bottom: 10px;
    }

    h2.Titulo_TYC {
        font-size: 38px;
    }

    img {
        position: absolute;
        top: -157px;
        z-index: 1;
        display: none;
    }

    h1.Titulo {
        margin-bottom: 19px;
    }

    header.header.container {
        max-width: 100%;
    }

    .container,
    .container-sm {
        max-width: 721px;
    }

    .terms-text {
        padding: 15px 2px;
    }

    h2.titulo_fecha {
        font-size: 18px;
        font-weight: bold;
        margin-left: 0px;
        text-align: center;
    }

    .header-description {
        font-size: 16px;
    }

}


@media(max-width:600px) {
    h2.info_g {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .header-description {
        font-size: 15px;
    }

}

@media(max-width:575px) {

    .terms-text {
        padding: 15px 26px;

    }

    h2.Titulo_TYC {
        font-size: 32px;
    }

    h2.titulo_fecha {
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        margin-left: 0;
    }

    h1.Titulo {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .header-description {
        font-size: 16px;
    }
}


@media(max-width:368px) {
    h1.Titulo {
        font-size: 24px;
        margin-bottom: 20px;

    }
}