*
{
    margin: 0;
    padding: 0;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.golden
{
    color: #BF9F5F !important;
}

.header
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../img/header_background2.png);
    background-repeat: repeat;
    color: #FFF;
    z-index: 9999;
}

.header .btn
{
    margin-left: 5%;
    margin-top: 10px;
    position: absolute;
    width: 36px;
}

.header a
{
    color: #FFF;
    font-size: 18px;
    text-decoration: none;
}
.header a:hover
{
    text-decoration: underline;
}

.header .menu_lang
{
    float: right;
    margin-right: 17%;
    margin-top: 10px;
    color: #BF9F5F;
}

.header .menu_lang a
{
    color: #BF9F5F;
    text-decoration: none;
}
.header .menu_lang a:hover
{
    text-decoration: underline;
}

.header .menu
{
    float: left;
    width: 394px;
    margin-left: calc(50% - 197px);
    margin-right: calc(50% - 197px);
    margin-bottom: 20px;
}

.header .menu a
{
    float: left;
    margin-right: 30px;
}
.header .menu a:last-child
{
    margin-right: 0;
}

.section
{
    float: left;
    width: 100%;
}

.section.main
{
    background-image: url(../img/main_background.png);
    background-size: cover;
    background-position: center;
}

.section.main .logo
{
    float: left;
    margin-top: 100px;
    margin-left: 15%;
    width: 70%;
}

.section.main h1
{
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-top: 40px;
    text-align: center;
    font-family: "Anek Gurmukhi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 24px;
    line-height: 40px;
    color: #FFF;
}

.section.concurso .title
{
    float: left;
    width: 100%;
}

.section.concurso h2
{
    float: left;
    width: 60%;
    margin-left: 20%;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #BF9F5F;
    font-weight: 700;
}

.section.concurso h3
{
    float: left;
    width: 40%;
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
    font-family: "Anek Gurmukhi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 26px;
    line-height: 33px;
    color: #FFF;
    background-color: #BF9F5F;
    font-weight: 500;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.section.video
{
    background-color: #000;
}

.section.video .yt
{
    width: 50%;
    height: 400px;
}

.section.instrucciones
{
    background-image: url(../img/instrucciones_background.png);
    background-size: cover;
    background-position: center;
}

.section.instrucciones h3
{
    float: left;
    width: 90%;
    text-align: center;
    background-image: url(../img/filete.png);
    margin-left: 5%;
    margin-right: 5%;
    height: 140px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 50px;
    font-size: 40px;
    color: #FFF;
    font-weight: 600;
}

.section.instrucciones p
{
    float: left;
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-family: "Anek Gurmukhi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 24px;
    line-height: 60px;
    color: #FFF;
}

.section.instrucciones .disclaimer
{
    font-family: "Playfair Display", serif;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}

.section.instrucciones a
{
    float: left;
    margin-left: calc(50% - 160px);
    width: 320px;
    text-align: center;
    color: #FFF;
    background-color: #BF9F5F;
    text-decoration: none;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section.instrucciones a:hover
{
    color: #000;
    background-color: #FFF;
}

.section.formulario
{
    background-color: #BF9F5F;
}

.section.jurado
{
    background-image: url(../img/jurado_background.png);
    background-size: cover;
}

.section.jurado .title
{
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 60px;
}

.section.jurado .items
{
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
}

.section.jurado .items .item
{
    float: left;
    width: calc(16% - 30px);
    padding-left: 15px;
    padding-right: 15px;
}

.section.jurado .items .item img
{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.section.jurado .items .item p
{
    float: left;
    font-family: "Anek Gurmukhi", serif;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.section.jurado .items .item .name
{
    font-weight: bold;
}

.section.inspiracion .title
{
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 60px;
}

.section.inspiracion p
{
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    margin-top: 30px;
    font-family: "Anek Gurmukhi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 24px;
    line-height: 38px;
}

.section.inspiracion .swiper_c
{
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.section.inspiracion .swiper_c .swiper
{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section.inspiracion .swiper_c .swiper-slide
{
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.section.inspiracion .swiper_c .swiper-slide img
{
    display: block;
    width: 100%;
}

.section.formulario h3
{
    float: left;
    width: 40%;
    padding-left: 30%;
    padding-right: 30%;
    text-align: center;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 30px;
    line-height: 35px;
    color: #FFF;
    background-color: #BF9F5F;
    font-weight: 500;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.section.formulario p
{
    float: left;
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    font-family: "Anek Gurmukhi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 24px;
    line-height: 60px;
    color: #000;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #BF9F5F;
}

.section.faqs .title
{
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-top: 60px;
}

.section.faqs .faqs_c
{
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 40px;
}
.section.video {
    display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
}
.section.faqs .faqs_c .question
{
    float: left;
    font-family: "Anek Gurmukhi", serif;
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #7f6000;
    margin-bottom: 20px;
    font-weight: 900;
    background-image: url(../img/arrow_down.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: auto 13px;
    cursor: pointer;
}
.mosaic-container img {
    max-width: 100%;
}
.section video iframe {
    max-width: 100%;
}
.section.faqs .faqs_c .question.active
{
    color: #FFF;
    background-color: #7f6000;
    background-image: url(../img/arrow_up.png);
}
span.lower {
    text-transform: none !important;
    font-weight: 300;
}
.section.faqs .faqs_c .question p
{
    float: left;
    width: calc(100% - 30px);
    font-family: "Anek Gurmukhi", serif;
    font-weight: 900;
}

.section.faqs .faqs_c .response
{
    float: left;
    font-family: "Anek Gurmukhi", serif;
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 30px;
    display: none;
}

.section.semifinalistas
{
    padding-bottom: 90px;
}

.section.semifinalistas .title
{
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 60px;
}

.section.semifinalistas p
{
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    margin-top: 30px;
    font-family: "Anek Gurmukhi", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 24px;
    line-height: 38px;
}

.section.semifinalistas .swiper_c
{
    float: left;
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.section.semifinalistas .swiper_c p
{
    font-size: 14px !important;
    line-height: 18px !important;
}

.section.semifinalistas .swiper_c .swiper
{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 90px;
}

.section.semifinalistas .swiper_c .swiper-slide
{
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.section.semifinalistas .swiper_c .swiper-slide img
{
    display: block;
    width: 100%;
}

.winner_c
{
    width: 300px;
    margin-bottom: 20px;
}

@media (orientation: landscape) {
    .portrait
    {
        display: none;
    }
  }
  
  @media (orientation: portrait) {
    .winner_c
    {
        width: 300px;
        margin-bottom: 20px;
    }

    .landscape
    {
        display: none;
    }

    .header .menu_lang
    {
        margin-right: 5%;
    }

    .section.main .logo
    {
        float: left;
        margin-top: 100px;
        margin-left: 20%;
        width: 60%;
    }

    .header .menu a
    {
        float: left;
        margin-right: 0;
        width: 100%;
        text-align: center;
        font-size: 24px;
        margin-top: 40px;
        display: none;
    }

    .section.main h1
    {
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
        text-align: center;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 18px;
        line-height: 30px;
        color: #FFF;
    }

    .section.concurso h2
    {
        float: left;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        color: #BF9F5F;
        font-weight: 700;
        margin-top: 50px;
    }

    .section.concurso h3
    {
        float: left;
        width: 70%;
        padding-left: 15%;
        padding-right: 15%;
        text-align: center;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 20px;
        line-height: 25px;
        color: #FFF;
        background-color: #BF9F5F;
        font-weight: 500;
        margin-top: 60px;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .section.instrucciones h3
    {
        float: left;
        width: 90%;
        text-align: center;
        background-image: url(../img/filete.png);
        margin-left: 5%;
        margin-right: 5%;
        height: auto;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin-top: 50px;
        font-size: 20px;
        color: #FFF;
        font-weight: 600;
        background-position: center bottom;
        padding-bottom: 30px;
    }

    .section.instrucciones p
    {
        float: left;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 13px;
        line-height: 30px;
        color: #FFF;
        margin-top: 40px;
    }

    .section.instrucciones a
    {
        float: left;
        margin-left: calc(50% - 160px);
        width: 320px;
        text-align: center;
        color: #FFF;
        background-color: #BF9F5F;
        text-decoration: none;
        height: 50px;
        font-weight: 700;
        line-height: 50px;
        font-size: 20px;
        letter-spacing: 1px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .section.inspiracion .title
    {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 40px;
    }

    .section.inspiracion p
    {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        margin-top: 30px;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 14px;
        line-height: 28px;
    }

    .section.formulario h3
    {
        float: left;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 20px;
        line-height: 25px;
        color: #FFF;
        background-color: #BF9F5F;
        font-weight: 500;
        margin-top: 10px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .section.formulario p
    {
        float: left;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-bottom: 20px;
    }

    form
    {
        float: left;
        width: calc(100% - 32px);
        margin-bottom: 50px;
        border: 0 none;
        padding: 15px;
        font-family: "Anek Gurmukhi", serif;
    }

    .section.jurado .title
    {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 40px;
    }

    .section.jurado .items
    {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .section.jurado .items .row
    {
        float: left;
        width: 100%;
    }

    .section.jurado .items .item
    {
        float: left;
        width: calc(50% - 30px);
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .section.semifinalistas
    {
        padding-bottom: 50px;
    }

    .section.semifinalistas .title
    {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 40px;
    }

    .section.semifinalistas p
    {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
        margin-top: 30px;
        font-family: "Anek Gurmukhi", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-variation-settings: "wdth" 100;
        font-size: 14px;
        line-height: 28px;
    }

    .section.semifinalistas .swiper_c
    {
        float: left;
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }

    .section.semifinalistas .swiper_c .swiper
    {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;  
    }

    .section.semifinalistas .swiper_c .swiper-slide
    {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;
    }

    .section.semifinalistas .swiper_c .swiper-slide img
    {
        display: block;
        width: 100%;
    }

    .section.faqs .title
    {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 40px;
    }

    .section.faqs .faqs_c
    {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
  }
  @media only screen and (min-width: 640px) {
    .section.video iframe {
        min-width: 640px;
    }
  }