@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-MediumItalic.woff2') format('woff2'), url('../fonts/WorkSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'), url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-BoldItalic.woff2') format('woff2'), url('../fonts/WorkSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-ThinItalic.woff2') format('woff2'), url('../fonts/WorkSans-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
}

/* icon menu */

.line {
    fill: none;
    stroke: white;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Work Sans;
}

.blocLogo {
    width: 170px;
    height: 170px;
    margin: 100px;
}

.logo {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    background-size: cover;
}

.iconaMenu {
    background-image: url('../img/flecha_galeria_blanc_right.svg');
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    background-size: cover;
    margin-right: 20px;
    background-size: cover;
    display: none;
}

.page {
    width: 100%;
    display: flex;
}

.left {
    position: fixed;
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #39393F;
    transition: margin 0.8s ease-in-out;
}

#nav {
    background-color: #39393b;
}

.menu li {
    list-style-type: none;
    /* margin: 10px; */
    margin-bottom: 20px;
}

.menu a {
    text-decoration: none;
    font-family: Work Sans;
    /* font-style: italic; */
    color: #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    /* margin-bottom: 40px; */
    padding: 15px 20px;
    font-size: 16px;
    border-left: 5px solid #555454;
}

.contentPage {
    width: 80%;
    margin-left: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.contentPage .galeria {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.galeria .titleHome {
    color: white;
    z-index: 999;
    font-size: 80px;
    font-style: italic;
    position: absolute;
    top: 40%;
    left: 20%;
}

.contentPage .galeria .fotos {
    width: 100%;
    height: 100%;
    display: block;
}

.contentPage .galeriaHome {
    height: 100vh;
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galeria .filtreVerd {
    position: relative;
}

.galeria .filtreVerd::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #1d8ebe;
    opacity: 0.25;
}

.basesdelPrograma {
    padding-left: 40px;
    max-width: 100%;
    position: relative;
}

.basesdelPrograma .title {
    color: rgb(77, 77, 77);
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
}

.basesdelPrograma .subtitle {
    color: #049fd9;
    font-size: 36px;
    max-width: 20%;
    font-weight: 600;
}

.basesdelPrograma {
    font-size: 14px;
}

.basesdelPrograma h3 {
    color: rgb(77, 77, 77);
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
}

.basesdelPrograma h2 {
    color: black;
    border-bottom: solid 8px #049fd9;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 8px;
    display: inline-block;
    margin-top: 25px;
    text-align: left;
}

.left .inner {
    position: sticky;
    top: 0;
    left: 0;
}

.triangle {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.triangle::before {
    content: "";
    width: 60%;
    height: 150%;
    position: absolute;
    right: -20%;
    top: -25%;
    background: rgb(136, 190, 62, 0.3);
    z-index: -1;
    transform: rotate(10deg);
}

.footerPage {
    margin-bottom: 80px;
    display: flex;
    position: relative;
}

.footerPage .text {
    width: 50%;
}

.footerPage h1 {
    font-size: 22px;
}

.basesdelPrograma .imatgeBackground {
    position: absolute;
    height: 400px;
    width: 100%;
    right: 100px;
    display: block;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-bottom: 20px;
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
}

.footerPage .text a {
    text-decoration: none;
    height: 20px;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    color: #049fd9;
    position: relative;
}

.footerPage .text a::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 105%;
    width: 81px;
    height: 15px;
    background: url("../img/flechaVerde.png") no-repeat center center;
}

.bloquePremios {
    display: flex;
    width: 100%;
    height: 100vh;
}

.bloquePremios .blocPremio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5 ease;
}

.bloquePremios .filtreVerd {
    height: 100%;
    width: 100%;
    position: relative;
}

.bloquePremios a {
    width: 20%;
    text-decoration: none;
}

.bloquePremios .filtreVerd::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(1 159 217 / 25%);
}

.bloquePremios .filtreVerd:hover::before {
    background-color: rgb(136, 190, 62, 0);
}

.blocPremio .title {
    color: white;
    font-size: calc( 14px +  8 *  (100vw - 400px) /  800 );
    font-weight: 700;
    text-align: center;
    z-index: 999;
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.blocPremio .title b {
    font-size: calc( 30px +  10 *  (100vw - 400px) /  800 ); 
}
.titleNombrePremio small{
    font-size: 20px;
}
.blocPremio .titleNombrePremio {
    background-color: none;
    color: white;
    font-size: 28px;
    text-align: center;
    width: 80%;
    margin-bottom: 40px;
}

.filtreVerd:hover .blocPremio .title {
    color: #049fd9;
}

.filtreVerd:hover .blocPremio .titleNombrePremio {
    color: #049fd9;
    background-color: white;
}

.blocPremio .tituloCentrado {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.puntosRedonda.premio {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    background-color: #049fd9;
    color: white;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    line-height: 40px;
    text-align: center;
    top: 20%;
    right: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.puntosRedonda.premio b{
    font-size: calc( 26px +  30 *  (100vw - 400px) /  800 );
}
.fotoBackground {
    height: 60%;
    width: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    position: absolute;
    top: 18%;
    left: 56%;
}

.title.premio {
    color: #049fd9;
    font-size: calc( 30px +  35 *  (100vw - 400px) /  800 );
    font-weight: 600;
    position: absolute;
    max-width: 28%;
    top: 17%;
    left: 28%;
}
.title.premio small{
    font-size: 30px;
}
.descripcio.premio {
    position: absolute;
    bottom: 28%;
    left: 28.2%;
    max-width: 28%;
    font-size: 24px;
    line-height: 40px;
}

.retos {
    width: 100%;
    height: 95%;
    position: relative;
    padding-top: 5%;
    padding-left: 7%;
}

.imatgeBackground.retos {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
    top: -4px;
    left: 62%;
    opacity: 0.5;
    z-index: -1;
}

.retos .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.retos .subtitle {
    font-size: 40px;
    color: #049fd9;
    font-weight: 600;
    letter-spacing: 1px;
}

.retos h3 {
    font-style: italic;
    color: #4d4d4d;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 40px;
}

.retos .contentText {
    font-weight: 500;
    font-size: 22px;
}

.retos .footerPage .text h2 {
    font-weight: 600;
    color: #049fd9;
    font-size: 36px;
    margin-top: 10px;
}

.retos .footerPage {
    font-weight: bold;
    margin-top: 20px;
}

.formulariContenedor .form-group {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    /* border-radius: 20px; */
    border: 1px solid gray;
    align-items: center;
}

.formulariContenedor {
    width: 400px;
    height: 590px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    z-index: 99;
    position: relative;
    background-color: #ffffff;
}

.formulariContenedor .title {
    margin-top: 40px;
    color: #505050;
    font-size: 22px;
    margin-bottom: 30px;
}

.formulariContenedor .title.recovery {
    font-size: 26px;
    margin-bottom: 50px;
}

.formulariContenedor .icona {
    margin-bottom: -20px;
}

.formulariContenedor input[type="text"], .formulariContenedor input[type="email"], .formulariContenedor input[type="password"], #content_pass_recovery input[type=password] {
    padding: 15px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 18px;
    height: 50px;
    border: none;
    vertical-align: top;
    background-color: #ffffff;
    color: black;
}

#submit_pass_recovery {
    cursor: pointer;
    background-color: #049fd9;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Work Sans';
    border-radius: 4px;
}

#nom_user {
    color: #049fd9;
    font-family: 'Work Sans';
    font-size: 26px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
}

#content_pass_recovery label {
    color: white;
    font-weight: 500;
    font-family: 'Work Sans';
    font-size: 18px;
}

.formulariContenedor .error ul {
    color: #ff325b;
    font-size: 12px;
}

.formulariContenedor .error ul li {
    margin-bottom: 10px;
}

.formulariContenedor i {
    padding: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    background: #ffffff;
    display: inline-block;
    color: #707487;
    vertical-align: top;
}

.formulariContenedor select{
    width: 75%;
    border: none;
    height: 30px;
    font-size: 20px;
}
.imatgeBackground.login {
    height: 100vh;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
}

#form_auth {
    /* position: absolute; */
    /* top: 50%; */
}

.botoLogin {
    cursor: pointer;
    background-color: #049fd9;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-family: 'Work Sans';
    border-radius: 4px;
}

.imatgeBackground.login .filtreVerd {
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(136, 190, 62, 1) 100%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.7;
}

#content_pass_recovery {
    z-index: 99;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 140px;
    z-index: 99;
    position: relative;
    background-color: #4d4d4d;
}

.logo.login {
    height: 170px;
    width: 170px;
    margin-top: 20px;
}

.formulariContenedor.recovery {
    height: 520px;
}

.olvidadoPassword {
    text-decoration: none;
    color: #049fd9;
    font-size: 18px;
    /* position: absolute; */
    /* bottom: 4%; */
    font-weight: 500;
    margin: 20px 0px;
}

.logOut {
    color: #049fd9;
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-left: 12px;
    text-align: left;
    cursor: pointer;
    margin-left: 64px;
    margin-top: 45%;
    cursor: pointer;
}

.iconaMenu.logout {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../img/exit.png)!important;
    display: block;
}

#selectme {
    width: 15%;
    background-color: rgb(77, 77, 77);
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    float: left;
    min-height: 40px;
    white-space: nowrap;
}

table.dataTable.no-footer {
    border-bottom: unset;
    max-width: 70%;
}

#content_table {
    border-left: solid 2px rgb(77, 77, 77);
    border-right: solid 2px rgb(77, 77, 77);
}

.taulaPuntos {
    margin-top: 6%;
    margin-left: 6%;
    margin-bottom: 6%;
}

#cell1 {
    position: relative;
}

#cell2 {
    position: relative;
}

#cell3 {
    position: relative;
}

.contentButton {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textUpload {
    display: none;
    font-size: 26px;
    font-weight: 500;
}

.uploadtitle {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 90px;
}

.textError {
    display: none;
    color: red;
    margin-top: 10px;
}

.progress-btn {
    position: relative;
    width: 190px;
    height: 50px;
    display: flex;
    background: #049fd9;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    transition: all 0.4s ease;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.progress-btn:hover {
    background: #6f9736;
}

.progress-btn:not(.active) {
    cursor: pointer;
}

.progress-btn .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    opacity: 1;
}

.progress-btn .progress {
    width: 0%;
    z-index: 5;
    background: #D32F2F;
    opacity: 0;
    transition: all 0.3s ease;
}

.progress-btn.active .progress {
    opacity: 1;
    animation: progress-anim 10s ease 0s;
}

.progress-btn[data-progress-style='indefinite'].active .progress {
    animation: progress-indefinite-anim 1s infinite linear 0s;
}

.progress-btn[data-progress-style='fill-bottom'].active .progress, .progress-btn[data-progress-style='fill-top'].active .progress {
    height: 5px;
}

.progress-btn[data-progress-style='indefinite-circle'].active .progress {
    animation: dash 2s ease infinite, rotate 2s linear infinite;
}

.progress-btn[data-progress-style='indefinite-circle'].active {
    width: 50px;
}

.progress-btn[data-progress-style='fill-back'] .progress {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.progress-btn[data-progress-style='fill-bottom'] .progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
}

.progress-btn[data-progress-style='fill-top'] .progress {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
}

.progress-btn[data-progress-style='indefinite'] .progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'50'%20height%3D'100'%20viewBox%3D'0%200%205%2010'%3E%0A%09%3Crect%20width%3D'110%25'%20x%3D'-5%25'%20y%3D'-5%25'%20height%3D'110%25'%20fill%3D'transparent'%2F%3E%0A%09%3Cline%20x1%3D'-2'%20y1%3D'1'%20x2%3D'7'%20y2%3D'10'%20stroke%3D'%23D32F2F'%20stroke-width%3D'2'%2F%3E%0A%09%3Cline%20x1%3D'-2'%20y1%3D'6'%20x2%3D'7'%20y2%3D'15'%20stroke%3D'%23D32F2F'%20stroke-width%3D'2'%2F%3E%0A%09%3Cline%20x1%3D'-2'%20y1%3D'-4'%20x2%3D'7'%20y2%3D'5'%20stroke%3D'%23D32F2F'%20stroke-width%3D'2'%2F%3E%0A%3C%2Fsvg%3E");
}

.progress-btn[data-progress-style='indefinite-circle'] .progress {
    width: 40px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: 5px;
    left: calc(50% - 20px);
}

.progress-btn[data-progress-style='indefinite-circle'].active .btn {
    opacity: 0;
}

.circle-loader {
    fill: transparent;
    stroke: #eee;
    stroke-width: 5;
}

.text.retos::after {
    all: unset;
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 95;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 85, 95;
        stroke-dashoffset: -25;
    }
    100% {
        stroke-dasharray: 85, 95;
        stroke-dashoffset: -93;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes progress-anim {
    0% {
        width: 0%;
    }
    5% {
        width: 0%;
    }
    10% {
        width: 15%;
    }
    30% {
        width: 40%;
    }
    50% {
        width: 55%;
    }
    80% {
        width: 100%;
    }
    95% {
        width: 100%;
    }
    100% {
        width: 0%;
    }
}

@keyframes progress-indefinite-anim {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

.dropdown {
    z-index: 9999;
}

.right.eventos {
    width: 30%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    position: absolute;
    top: 18%;
    left: 60%;
    z-index: 9;
}

.infoBox .row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(136, 190, 62, 0.2);
}

.infoBox {
    width: 100%;
}

.row i {
    width: 20%;
    font-size: 32px;
    padding-left: 26px;
    color: rgb(70, 70, 70);
}

.infoBox .data, .infoBox .duracion {
    width: 80%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: rgb(70, 70, 70);
}

.dropdown .dropbtn {
    background-color: #049fd9;
    color: white;
    width: 100%;
    padding: 16px;
    font-size: 30px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

.dropdown .dropbtn span {
    max-width: 80%;
}

.right.eventos .dropdown {
    position: relative;
    display: inline-block;
    min-width: 320px;
    margin-bottom: 40px;
}

.right.eventos .dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
}

.right.eventos .dropdown:hover .dropbtn {
    background-color: rgb(136, 190, 62, 0.8);
}

.icona {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 20%;
    margin-right: 17px;
}

.icona.flecha {
    height: 60px;
    width: 60px;
    margin-right: 17px;
    margin-left: 20px;
}

.backgroundFoto {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.backgroundFoto.fija {
    position: fixed;
    bottom: 20%;
    left: 21%;
    height: 67vh;
    width: 32vw;
    background-size: contain;
}

.textoRetos {
    padding-top: 20px;
    border-left: 5px solid #049fd9;
    display: flex;
    flex-direction: column;
}

.textoRetos .square {
    height: 40px;
    width: 40px;
    margin-left: -22px;
    border: 5px solid #049fd9;
    background: white;
    margin-right: 20px;
}

.textoRetos .square.completed {
    position: relative;
}

.textoRetos .square.completed::after {
    position: absolute;
    content: "X";
    font-weight: 600;
    font-size: 32px;
    top: -4px;
    left: 4px;
    color: #049fd9;
}

.textoRetos .text {
    min-height: 50px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.textoRetos .footerText {
    color: #049fd9;
    font-style: italic;
    max-width: 25%;
    margin-left: 38px;
    min-height: 60px;
    margin-top: -25px;
}

.documentacionBackground {
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 999;
}

.documentacionBackground.full {
    background-size: cover !important;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #049fd9;
    margin-right: 30px;
}

.insideContent.herramientas a {
    text-decoration: none;
    color: black;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.insideContent.herramientas a:hover span {
    color: #049fd9;
    border-bottom: 2px solid #049fd9;
}

.insideContent.herramientas {
    flex-direction: column;
    align-items: flex-start;
}

.titolVideo {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.container.multimedia {
    width: 29%;
    height: 210px;
    cursor: pointer;
    margin-top: 30px;
}

.boxContent .titol {
    color: black;
    border-bottom: solid 8px #049fd9;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 8px;
    display: inline-block;
    text-align: left;
    margin-bottom: 50px;
}

.boxContent {
    padding: 5%;
}

.insideContent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container {
    position: relative;
    width: 20%;
    height: 347px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.iconaPDF {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(136, 190, 62, 0.7);
}

.container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 82%;
}

.text::after {
    content: "";
    background-image: url("../img/download.png");
    height: 50px;
    width: 50px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    top: 120%;
    left: 40%;
}

.documentacionBackground.full {
    height: 100%;
    width: 100%;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 999;
}

.header.bottom {
    width: 20%;
}

.menu a:hover {
    /* text-decoration: underline; */
    /* color: #049fd9; */
    background-color: #58585b;
    border-left: 5px solid #049fd9;
}

.menu .disable.active {
    /* text-decoration: underline; */
    
}



.menu ul li .active {
    /* text-decoration: underline; */
    background-color: #58585b;
    border-left: 5px solid #049fd9;
}
.menu ul li .active .iconaMenu{
    display:block;
}

.retos .contentText {
    color: black;
}

.backgroundFoto.fija.puntos {
    position: fixed;
    bottom: 2%;
    left: 65%;
    height: 50vh;
    width: 35vw;
    background-size: contain;
}

.documentacionBackground.puntos {
    background-position: center right !important;
}

#table_puntos .rowTable {
    border: none;
    margin-bottom: 20px;
}

#table_puntos {
    border: none;
    border-spacing: 0 !important;
}

#content_table {
    border: 0 !important;
}

#table_puntos tbody .rowTable:first-child .cell0div {
    height: 48px;
    width: 100px;
    background: url('../img/1_davant.png');
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#table_puntos tbody .rowTable:nth-child(2) .cell0div {
    height: 48px;
    width: 100px;
    background: url('../img/2_davant.png');
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#table_puntos tbody .rowTable:nth-child(3) .cell0div {
    height: 48px;
    width: 100px;
    background: url('../img/3_davant.png');
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#table_puntos tbody .rowTable .cell0div {
    height: 48px;
    width: 100px;
    background: url('../img/4_davant.png');
    background-position: center right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#table_puntos tbody .rowTable {
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(232, 232, 232, 1) 49%, rgba(212, 212, 212, 1) 50%, rgba(226, 226, 226, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(49%, rgba(232, 232, 232, 1)), color-stop(50%, rgba(212, 212, 212, 1)), color-stop(100%, rgba(226, 226, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(232, 232, 232, 1) 49%, rgba(212, 212, 212, 1) 50%, rgba(226, 226, 226, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(232, 232, 232, 1) 49%, rgba(212, 212, 212, 1) 50%, rgba(226, 226, 226, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(232, 232, 232, 1) 49%, rgba(212, 212, 212, 1) 50%, rgba(226, 226, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(232, 232, 232, 1) 49%, rgba(212, 212, 212, 1) 50%, rgba(226, 226, 226, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0);
    font-size: 14px;
    text-align: left;
}

#table_puntos tbody .rowTable .cell1div {
    height: 48px;
    background: url('../img/4_down.png');
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#table_puntos tbody .rowTable:first-child .cell1div {
    height: 48px;
    background: url('../img/1_down.png');
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    display: flex;
    align-items: center;
    min-width: 200px;
    justify-content: center;
}

#table_puntos tbody .rowTable:nth-child(2) .cell1div {
    height: 48px;
    background: url('../img/2_down.png');
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    text-align: center;
    min-width: 200px;
    ustify-content: center;
}

#table_puntos tbody .rowTable:nth-child(3) .cell1div {
    height: 48px;
    background: url('../img/3_down.png');
    background-position: center left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#table_puntos tbody .rowTable .cell2div {
    font-size: 18px;
}

#table_puntos tbody .rowTable .cell2div span {
    padding: 3px;
}

.cell3div {
    position: relative;
}

.cell3div span {
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px red solid;
    border: 3px solid rgb(159, 238, 235);
    background: #049fd9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 36px;
    top: -24px;
    font-weight: 600;
    color: white;
    font-size: 16px;
}

.rowTable {
    position: relative;
}

.cell1div span {
    padding: 3px;
    font-size: 16px;
    margin-left: 56px;
}

.cell0div {
    font-size: 25px;
    font-weight: 600;
    opacity: 0.8;
    padding-left: 20px;
    padding-top: 10px;
}

.row .descripcio {
    width: 90%;
    min-height: 60px;
    display: flex;
    font-size: 16px;
    color: rgb(70, 70, 70);
    margin-top: 8px;
    margin-bottom: 8px;
}

.buttonLink {
    position: absolute;
    bottom: 7%;
    left: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buttonLink div {
    margin: 20px;
}

.buttonLink span {
    color: #049fd9;
    margin-bottom: 38px;
    font-size: 19px;
    font-style: italic;
    text-decoration: none;
    border-bottom: 2px solid #049fd9;
}

.buttonLink span:hover {
    color: rgb(136, 190, 62, 0.7);
    margin-bottom: 38px;
    font-size: 19px;
    font-style: italic;
    text-decoration: none;
    border-bottom: 2px solid rgb(136, 190, 62, 0.7);
}

.buttonLink a {
    text-decoration: none;
}

.buttonLink .pideDeseo {
    background: #049fd9;
    padding: 20px 40px;
    text-decoration: none;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.buttonLink .pideDeseo:hover {
    background: rgb(136, 190, 62, 0.7);
}

.backgroundFoto.fija.document {
    position: fixed;
    bottom: 10%;
    left: 63%;
    height: 55vh;
}

.icona.multi {
    width: 50px !important;
    height: 50px !important;
}

.menuCircle a {
    margin-bottom: 19%;
    font-size: 26px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    color: black;
    font-weight: 600;
}

.backButtons {
    width: 67%;
    height: 60%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    position: absolute;
    top: 20%;
    left: 17%;
}

.menuCircle {
    position: absolute;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 25%;
    left: 24%;
}

.circle {
    height: 500px;
    width: 500px;
    border-radius: 50%;
    background: rgb(1 159 217 / 40%);
    position: relative;
    top: 10%;
    left: 13%;
}

.container.horizontal {
    height: 160px;
}

.container.horizontal .text {
    color: white;
    font-size: 12px;
    position: absolute;
    top: 40%;
    left: 49%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 82%;
}

@media only screen and (max-width: 1501px) {
    .backgroundFoto.fija.puntos {
        display: none;
    }
}


    .logOut {
        margin-left: 66px;
    }
    .blocLogo {
        width: 250px;
        height: 250px;
        margin: unset;
        margin: 0 auto;
        margin-top: 24px;
    }
    .menu {
        margin-top: 48px;
    }
    .menu ul {
        padding-left: 0px;
    }
    .menu a {
        font-size: 16px;
    }

    .blocPremio .titleNombrePremio {
        font-size: 20px;
    }
    .basesdelPrograma {
        max-width: 100%;
    }
    .triangle::before {
        content: "";
        width: 90%;
        height: 200%;
        position: absolute;
        right: -20%;
        top: -25%;
        background: rgb(1 159 217 / 30%);
        z-index: -1;
        transform: rotate( 10deg);
    }
    .imatgeBackground.retos {
        width: 38%;
        height: 100%;
        position: absolute;
        top: unset;
        right: 0;
        opacity: 0.5;
        left: unset;
    }
    .basesdelPrograma .contentText {
        width: 97%;
    }
    #selectme {
        display: none;
    }


@media only screen and (max-width: 4096px) {
    #selectme {
        display: none;
    }
}

@media only screen and (max-width: 1601px) {
    .logOut {
        margin-left: 32px;
    }
}

@media only screen and (max-height: 700px) {

    .backgroundFoto.fija {
        display: none;
    }
    .header.bottom {
        width: unset;
    }
    .buttonLink {
        left: 45%;
        bottom: 6%;
    }
    .icona.multi {
        width: 20px !important;
        height: 20px !important;
    }
    .menuCircle a {
        margin-bottom: 30% !important;
        font-size: 16px !important;
    }
    .documentacionBackground {
        background-size: 0% !important;
        padding-top: 11%;
    }
    .documentacionBackground.puntos {
        background-size: cover !important;
    }
    .circle {
        height: 322px !important;
        width: 322px !important;
        top: 0% !important;
        left: 34% !important;
    }
    .backgroundFoto.fija.document {
        display: none;
    }
}

@media only screen and (max-width: 1201px) {
    .title.ultimo_premio{
        padding-left: 50px !important;
    }
    .premio_icon{
        width: 80px !important;
    }
    .premio_icon.last{
        width: 35px !important;
    }
    .backgroundFoto.fija {
        display: none;
    }
    .backgroundFoto {
        background-image: unset !important;
        min-height: 100vh;
    }
    .right.eventos {
        width: 90%;
        top: 14%;
        left: 5%;
        z-index: 9;
    }
    #table_puntos {
        width: 100%;
    }
    .header.bottom {
        width: unset;
    }
    .buttonLink {
        left: 24%;
        bottom: 0;
        top: 52%;
    }
    .icona.multi {
        width: 20px !important;
        height: 20px !important;
    }
    .menuCircle a {
        margin-bottom: 30% !important;
        font-size: 16px !important;
    }
    .documentacionBackground {
        background-size: 0% !important;
        padding-top: 11%;
    }
    .documentacionBackground.puntos {
        background-size: 0% !important;
        padding-top: 0%;
    }
    .circle {
        height: 320px !important;
        width: 320px !important;
        top: 15% !important;
        left: 26% !important;
    }
    .backgroundFoto.fija.document {
        display: none;
    }
    .backgroundFoto.fija.puntos {
        display: none;
    }
    .taulaPuntos {
        margin-top: 8%;
        width: 100%;
        margin-left: 0;
    }
    .backgroundMenu {
        display: block;
        position: absolute;
        width: 100%;
        content: "";
        background-color: #4d4d4d;
        height: 48px;
    }
    nav select {
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 77, 77);
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
    }
    nav .menu {
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 77, 77);
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        position: relative;
    }
    .menu li:hover {
        text-decoration: underline;
    }
    #selectme:hover {
        text-decoration: underline;
    }
    .left {
        width: 25%;
        z-index: 999;
        align-items: center;
        justify-content: center;
        position: fixed;
        height: unset;
        top: 40px;
        left: -55%;
    }
    .blocLogo {
        margin-right: 0;
        margin: 1px;
        margin: 0 auto;
    }
    .logo {
        margin: 0 auto;
        height: 170px;
        width: 170px;
    }
    #options {
        margin: 0 auto;
        padding: 0;
    }
    .contentPage {
        width: 100%;
        height: 100%;
    }
    .basesdelPrograma {
        padding-top: 80px;
        padding-left: 20px;
        max-width: 100%;
    }
    .basesdelPrograma .contentText {
        max-width: 98%;
    }
    .triangle::before {
        width: 90% !important;
        height: 150% !important;
        right: -45% !important;
        top: -15% !important;
    }
    .footerPage .text {
        width: 98%;
    }
    .bloquePremios {
        flex-direction: column;
        padding-top: 40px;
    }
    .bloquePremios a {
        width: 100%;
        height: 25%;
    }
    .blocPremio .title {
        font-size: 20px;
    }
    .blocPremio .titleNombrePremio {
        font-size: 20px;
    }
    .retos {
        padding-top: 50px;
        padding-left: 3%;
        background: unset !important;
    }
    .retos h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .retos .subtitle {
        font-size: 40px;
    }
    .bloquePremios .blocPremio{
        flex-direction: row;
    }
    .blocPremio .title{
        width: auto;
    }
    .retos .footerPage {
        margin-bottom: 0;
    }
    .blocPremio .title{
        padding-top: unset !important;
        padding-left:50px ;
    }
    .imatgeBackground.retos {
        width: 100% !important;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 94% !important;
        position: absolute;
        top: 40px !important;
        left: unset !important;
        opacity: 0.4;
    }
    .retos .contentText {
        font-size: 22px;
    }
    .galeria .titleHome {
        font-size: 50px;
        top: 40%;
        left: 20%;
    }
    .basesdelPrograma .subtitle {
        max-width: 100%;
    }
    #selectme {
        display: flex;
        align-items: center;
    }
    .header.bottom {
        position: relative;
        text-align: center;
        width: 100%;
        height: 40px;
        position: fixed;
        z-index: 99999;
        background-color: rgb(77, 77, 77);
    }
    .page {
        flex-direction: column;
    }
    .left.active {
        left: 0px;
    }
    .logOut {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 25px;
    }
    .menu a {
        margin-bottom: 15px;
    }
    .descripcio.premio {
        bottom: 9%;
        left: 10.2%;
        max-width: 80%;
        font-size: 20px;
        line-height: 40px;
    }
    .fotoBackground {
        height: 45%;
        width: 75%;
        top: 27%;
        left: 10%;
    }
    .puntosRedonda.premio {
        width: 150px;
        height: 150px;

        top: 35%;
        right: 8%;
    }
    .title.premio {
        max-width: 91%;
        top: 16%;
        left: 11%;
    }
    .volverAtras {
        top: 8%;
        left: 2%;
    }
}

@media only screen and (max-width: 801px) {
    .titleNombrePremio small{
        font-size: 16px !important;
    }
    .backgroundFoto {
        background-image: unset !important;
        min-height: 100vh;
    }
    .backgroundFoto.fija {
        display: none;
    }
    .right.eventos {
        width: 90%;
        top: 14%;
        left: 5%;
        z-index: 9;
    }
    .descripcio.premio {
        bottom: 9%;
        left: 10.2%;
        max-width: 80%;
        font-size: 20px;
        line-height: 40px;
    }
    .fotoBackground {
        height: 45%;
        width: 75%;
        top: 27%;
        left: 10%;
    }
    .puntosRedonda.premio {
        width: 150px;
        height: 150px;

        top: 35%;
        right: 8%;
    }
    .title.premio {
        max-width: 91%;
        top: 16%;
        left: 11%;
    }
    .volverAtras {
        top: 8%;
        left: 2%;
    }
    #table_puntos {
        width: 100%;
    }
    .header.bottom {
        width: unset;
    }
    .titolVideo {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .boxContent {
        margin-bottom: 5%;
    }
    .insideContent .container.multimedia {
        position: relative;
        width: 45% !important;
        height: 154px !important;
        margin-right: 21px;
        margin-bottom: 40px;
    }
    .text::after {
        left: 32%;
    }
    .insideContent .container {
        position: relative;
        width: 38% !important;
        height: 245px !important;
        margin-right: 50px;
        margin-bottom: 40px;
    }
    .buttonLink {
        left: 24%;
        bottom: 0;
        top: 48%;
    }
    .icona.multi {
        width: 20px !important;
        height: 20px !important;
    }
    .menuCircle a {
        margin-bottom: 30% !important;
        font-size: 16px !important;
    }
    .documentacionBackground {
        background-size: 0% !important;
        padding-top: 11%;
    }
    .circle {
        height: 320px !important;
        width: 320px !important;
        top: 15% !important;
        left: 26% !important;
    }
    .backgroundFoto.fija.document {
        display: none;
    }
    .cell1div span {
        font-size: 14px;
        margin-left: 5px;
    }
    .cell3div span {
        position: absolute;
        width: 36px;
        height: 36px;
        left: 28px;
        top: -18px;
        font-weight: 600;
        color: white;
        font-size: 16px;
    }
    #table_puntos tbody .rowTable .cell2div span {
        margin-top: 2px;
        line-height: 18px;
        font-size: 11px;
        background: unset;
    }
    #table_puntos tbody .rowTable .cell2div {
        height: 40px !important;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #table_puntos tbody .rowTable .cell1div {
        height: 40px !important;
        font-size: 12px;
    }
    #table_puntos tbody .rowTable .cell0div {
        height: 40px !important;
        font-size: 12px;
    }
    .backgroundFoto.fija.puntos {
        display: none;
    }
    .centerText {
        font-size: 12px;
    }
    .taulaPuntos {
        margin-top: 12%;
        width: 100%;
    }
    .basesdelPrograma .imatgeBackground {
        background: unset !important;
    }
    .backgroundMenu {
        display: block;
        position: absolute;
        width: 100%;
        content: "";
        background-color: #4d4d4d;
        height: 48px;
    }
    nav select {
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 77, 77);
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
    }
    nav .menu {
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 77, 77);
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        position: relative;
    }
    .menu li:hover {
        text-decoration: underline;
    }
    #selectme:hover {
        text-decoration: underline;
    }
    .left {
        width: 50%;
        z-index: 999;
        align-items: center;
        justify-content: center;
        position: fixed;
        height: unset;
        top: 40px;
        left: -55%;
        transition: margin 0.8s ease-in-out;
    }
    .blocLogo {
        margin-right: 0;
        margin: 1px;
        margin: 0 auto;
    }
    .logo {
        margin: 0 auto;
        height: 170px;
        width: 170px;
    }
    #options {
        margin: 0 auto;
        padding: 0;
    }
    .contentPage {
        width: 100%;
        height: 100%;
    }
    .basesdelPrograma {
        padding-top: 80px;
        padding-left: 20px;
        max-width: 100%;
    }
    .basesdelPrograma .contentText {
        max-width: 98%;
    }
    .triangle::before {
        width: 90% !important;
        height: 150% !important;
        right: -45% !important;
        top: -15% !important;
    }
    .footerPage .text {
        width: 98%;
    }
    .bloquePremios {
        flex-direction: column;
        padding-top: 40px;
    }
    .bloquePremios a {
        width: 100%;
        height: 20%;
    }

    .blocPremio .titleNombrePremio {
        font-size: 20px;
    }
    .retos {
        padding-top: 50px;
        padding-left: 3%;
        background: unset !important;
    }
    .retos h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .retos .subtitle {
        font-size: 40px;
    }
    .retos .footerPage {
        margin-bottom: 0;
    }
    .imatgeBackground.retos {
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: absolute;
        top: 40px;
        left: 0%;
        opacity: 0.4;
    }
    .retos .contentText {
        font-size: 22px;
    }
    .galeria .titleHome {
        font-size: 50px;
        top: 40%;
        left: 20%;
    }
    .basesdelPrograma .subtitle {
        max-width: 100%;
    }
    #selectme {
        display: flex;
        align-items: center;
    }
    .header.bottom {
        position: relative;
        text-align: center;
        width: 100%;
        height: 40px;
        position: fixed;
        z-index: 99999;
        background-color: rgb(77, 77, 77);
    }
    .page {
        flex-direction: column;
    }
    .left.active {
        left: 0px;
    }
    .logOut {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 25px;
    }
    .menu a {
        margin-bottom: 15px;
    }
    .documentacionBackground.full {
        background: none !important;
    }
    .basesdelPrograma h2 {
        line-height: 18px;
    }
}

@media only screen and (max-width: 501px) {
    .basesdelPrograma h2 {
        line-height: 18px;
    }
    .documentacionBackground.full {
        background: none !important;
    }
    .backgroundFoto {
        background-image: unset !important;
        min-height: 100vh;
    }
    .right.eventos {
        width: 90%;
        top: 14%;
        left: 5%;
        z-index: 9;
    }
    .backgroundFoto.fija {
        display: none;
    }
    .descripcio.premio {
        bottom: 9%;
        left: 10.2%;
        max-width: 80%;
        font-size: 20px;
        line-height: 40px;
    }
    .fotoBackground {
        height: 45%;
        width: 75%;
        top: 27%;
        left: 10%;
    }
    .puntosRedonda.premio {
        width: 150px;
        height: 150px;
        top: 35%;
        right: 8%;
    }
    .title.premio {
        max-width: 91%;
        top: 16%;
        left: 11%;
    }
    .volverAtras {
        top: 8%;
        left: 2%;
    }
    #table_puntos {
        width: 100%;
    }
    .menu a {
        margin-bottom: 15px;
    }
    .header.bottom {
        width: unset;
    }
    .titolVideo {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .boxContent {
        margin-bottom: 5%;
    }
    .insideContent .container.multimedia {
        position: relative;
        width: 45% !important;
        height: 154px !important;
        margin-right: 21px;
        margin-bottom: 40px;
    }
    .text::after {
        left: 32%;
    }
    .insideContent .container {
        position: relative;
        width: 38% !important;
        height: 245px !important;
        margin-right: 50px;
        margin-bottom: 40px;
    }
    .buttonLink {
        left: 14%;
        bottom: 0;
        top: 44%;
    }
    .icona.multi {
        width: 20px !important;
        height: 20px !important;
    }
    .menuCircle a {
        margin-bottom: 30% !important;
        font-size: 16px !important;
    }
    .documentacionBackground {
        background-size: 0% !important;
        padding-top: 11%;
    }
    .circle {
        height: 320px !important;
        width: 320px !important;
        top: 15% !important;
        left: 18% !important;
    }
    .backgroundFoto.fija.document {
        display: none;
    }
    .cell1div span {
        font-size: 14px;
        margin-left: 5px;
    }
    .cell3div span {
        position: absolute;
        width: 36px;
        height: 36px;
        left: 28px;
        top: -18px;
        font-weight: 600;
        color: white;
        font-size: 16px;
    }
    #table_puntos tbody .rowTable .cell2div span {
        margin-top: 2px;
        line-height: 18px;
        font-size: 11px;
        background: unset;
    }
    #table_puntos tbody .rowTable .cell2div {
        height: 40px !important;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    #table_puntos tbody .rowTable .cell1div {
        height: 40px !important;
        font-size: 12px;
    }
    #table_puntos tbody .rowTable .cell0div {
        height: 40px !important;
        font-size: 12px;
    }
    .backgroundFoto.fija.puntos {
        display: none;
    }
    .centerText {
        font-size: 12px;
    }
    .taulaPuntos {
        margin: 0;
        margin-top: 12%;
        width: 100%;
    }
    .logOut {
        top: unset;
        right: 5%;
    }
    nav select {
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 77, 77);
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
    }
    nav .menu {
        display: inline-block;
        width: 100%;
        background-color: rgb(77, 77, 77);
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        position: relative;
    }
    .menu li:hover {
        text-decoration: underline;
    }
    #selectme:hover {
        text-decoration: underline;
    }
    .left {
        width: 50%;
        z-index: 999;
        align-items: center;
        justify-content: center;
        position: fixed;
        height: unset;
        top: 40px;
        left: -55%;
        transition: margin 0.8s ease-in-out;
    }
    .blocLogo {
        margin-right: 0;
        margin: 1px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .logo {
        margin: 0 auto;
        height: 170px;
        width: 170px;
    }
    #options {
        margin: 0 auto;
        padding: 0;
    }
    .contentPage {
        width: 100%;
        height: 100%;
    }
    .basesdelPrograma {
        padding-top: 80px;
        padding-left: 20px;
        max-width: 100%;
    }
    .basesdelPrograma .contentText {
        max-width: 98%;
    }
    .triangle::before {
        width: 90% !important;
        height: 150% !important;
        right: -45% !important;
        top: -15% !important;
    }
    .footerPage .text {
        width: 98%;
    }
    .basesdelPrograma .imatgeBackground {
        background: unset !important;
    }
    .bloquePremios {
        flex-direction: column;
        padding-top: 40px;
    }
    .bloquePremios a {
        width: 100%;
        height: 20%;
    }

    .blocPremio .titleNombrePremio {
        font-size: 20px;
    }
    .textoRetos .footerText {
        max-width: unset;
    }
    .retos {
        padding-top: 50px;
        padding-left: 7%;
        background: unset !important;
        margin-bottom: 50px;
    }
    .retos h3 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .retos .subtitle {
        font-size: 40px;
    }
    .retos .footerPage {
        margin-bottom: 0;
    }
    .retos .contentText {
        font-size: 18px;
    }
    .galeria .titleHome {
        font-size: 50px;
        top: 40%;
        left: 20%;
    }
    .backgroundMenu {
        display: block;
        position: absolute;
        width: 100%;
        content: "";
        background-color: #4d4d4d;
        height: 48px;
    }
    #selectme {
        display: flex !important;
        align-items: center;
    }
    .header.bottom {
        position: relative;
        text-align: center;
        width: 100%;
        height: 40px;
        position: fixed;
        z-index: 99999;
        background-color: rgb(77, 77, 77);
    }
    .page {
        flex-direction: column;
    }
    .left.active {
        left: 0px;
    }
    .logOut {
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 25px;
    }
    .volverAtras{
        left: 10% !important;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

@media only screen and (max-device-width: 480px) {
    .left {
        left: -60%;
    }
    .left.active {
        left: 10%;
    }
}