/* Fonts */

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bai Jamjuree';
    src: url('../fonts/BaiJamjuree-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Bai Jamjuree', sans-serif !important;
}

.contenedor {
    max-width: 1400px !important;
    width: 100%;
}

.button {
    text-decoration: none;
    color: #FFFFFF;
    border: 3px solid #711CA5;
    border-radius: 23px;
    font-size: 19px;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color ease 0.3s;
}

.button:hover {
    background-color: #711CA5;
}

.header-1 {
    font-size: 68px;
    line-height: 85px;
    color: #FFFFFF;
    max-width: 1085px;
    margin: 0 auto;
}

.header-2 {
    font-size: 48px;
    color: #FFFFFF;
    max-width: 1010px;
}

.header-3 {
    font-size: 24px;
    color: #FFFFFF;
}

.subheader {
    font-size: 24px;
}

label, span, p, h1, h2, a {
    color: #FFFFFF;
}

p {
    font-size: 20px;
    font-weight: 200;
    line-height: 1.3;
}

p > b {
    font-weight: 700;
}

section > div {
    opacity: 0.01;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

section > div.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1400px) {


    .header-1 {
        font-size: 48px;
        color: #FFFFFF;
        line-height: 1.1;
    }

    .header-2 {
        font-size: 34px;
        color: #FFFFFF;
        max-width: 1010px;
    }

    .header-3 {
        font-size: 18px;
        color: #FFFFFF;
    }

    .subheader {
        font-size: 22px;
    }

    p {
        font-size: 16px;
        font-weight: 200;
        line-height: 1.3;
    }

    .button {
        font-size: 16px;
    }
}


/* Header */

.premios-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 100px;
    background: #14003bb5;
    backdrop-filter: blur(10px);
}

.premios-header-container {
    background: linear-gradient(180deg, #ffffff00 0%, #000000fa 76%), url(../img/premios_baidata_backgound.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-bottom: 300px;
}

.premios-header-container > img:nth-of-type(1) {
    position: absolute;
    left: 1%;
    bottom: 230px;
}

.premios-header-container > img:nth-of-type(2) {
    position: absolute;
    right: -140px;
    bottom: 0;
}

.premios-header {
    margin-top: 160px;
    margin-bottom: 100px;
    z-index: 1;
}

.premios-header > p {
    font-size: 20px;
    max-width: 860px;
    font-weight: 300;
}

.premios-header > p b {
    font-weight: 600;
}

.premios-menu-enlaces {
    gap: 50px;
    display: flex;
    align-items: center;
}

.premios-menu-enlaces > a {
    color: #DBDBDB;
    text-decoration: none;
    font-size: 19px;
}

.premios-menu-enlaces > a:hover {
    text-shadow: 1px 0px #ffffff;
}

.premios-menu-idioma {
    color: white;
}

.premios-menu-idioma a {
    color: white;
    text-decoration: none;
    font-weight: 200;
}

.premios-menu-idioma a.selected {
    text-decoration: underline;
    font-weight: 500;
}

.premios-menu-responsive {
    display: none;
    cursor: pointer;
}

.premios-menu-responsive i {
    font-size: 33px;
    color: white;
}

@media (max-width: 1400px) {
    .premios-menu-enlaces {
        gap: 30px;
    }
}

@media (max-width: 1100px) {
    .premios-menu-responsive {
        display: flex;
    }

    .premios-menu-enlaces {
        flex-direction: column;
        background-color: #261842;
        padding: 30px;
        align-items: baseline;
        position: absolute;
        right: 0;
        top: 80px;
        z-index: 11;
        height: fit-content;
        border-radius: 0 0 0 20px;
        display: none;
    }

    .premios-menu {
        height: 80px;
    }

    .premios-header-container > img:nth-of-type(2) {
        display: none;
    }
}

/* Categorías */

.premios-categorias-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #030202;
    margin-top: -250px;
}

.premios-categorias p {
    max-width: 820px;
    font-weight: 200;
}

.premios-categorias-card {
    background: transparent linear-gradient(214deg, #40028fcc 0%, #8B408E00 54%, #e88c8cbd 100%) 0% 0% no-repeat padding-box;
}


/* Ediciones anteriores */

.premios-ediciones-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #030202;
}

.premios-ediciones-header p {
    font-size: 20px;
    max-width: 860px;
    font-weight: 300;
}

.premios-ediciones-carrousel {
    width: 80%;
    margin: 0 auto;
}

.carousel-inner {
    border-radius: 20px;
    overflow: hidden;
}

.carousel-control-next {
    right: -10% !important;
    width: 10% !important;
}

.carousel-control-prev {
    left: -10% !important;
    width: 10% !important;
}

.premios-ediciones-carrousel > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
}

.premios-ediciones-carrousel > p:nth-of-type(2) {
    max-width: 750px;
}


/* Ceremonia de entrega */

.premios-ceremonia-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #030202;
}

.premios-ceremonia-header p {
    max-width: 864px;
}

.premios-ceremonia-info p {
    max-width: 534px;
}

.premios-ceremonia-info p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
}

.premios-ceremonia-info-container {
    background: transparent linear-gradient(254deg, rgba(64, 2, 143, 0.66) 0%, #67228E00 40%, rgba(149, 72, 141, 0.66) 77%, rgba(232, 140, 140, 0.66) 100%) 0% 0% no-repeat padding-box;
}


/* Ceremonia de entrega */

.premios-footer-container {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #030202;
    position: relative;
}

.premios-footer-container > img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.premios-footer-logos {
    max-width: 820px;
}

.premios-footer-logos {
    margin-top: 200px;
}

.premios-footer-logos a {
    font-size: 16px;
    text-decoration: none;
    color: white;
}

