.turista{
    font-family: wigrum-regular, Arial, Verdana;
    font-size: 1rem;
    line-height: 1.5rem;
}

.turista__superImg{
    aspect-ratio: 1119/594;
    position: relative;
}

.turista__superImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#content section .turista p{
    padding-left: 18%;
    padding-right: 18%;
    text-align: center;
    padding-bottom: 1.5rem;
}

#content section .turista p.turista__txtDestacado{
    margin-top: 3rem;
    color: #0d377d;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
}

#content section ul.turista__conchas{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 1rem 0;
}

@media only screen and (max-width: 1278px) {
    #content section ul.turista__conchas{
        margin-right: 10%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 767px) {
    #content section ul.turista__conchas{
        max-width: 412px;
        margin-right: auto;
        margin-left: auto;
    }
}

#content section ul.turista__conchas li{
    background-image: none;
    margin: 0;
    padding: 0;
    position: relative;
    aspect-ratio: 360/412;
    width: 32%;
    margin-bottom: 2%;
}

@media only screen and (max-width: 1278px) {
    #content section ul.turista__conchas li{
        width: 49%;
    }
}

@media only screen and (max-width: 767px) {
    #content section ul.turista__conchas li{
        width: 100%;
        margin-bottom: 20px;
    }
}

#content section ul.turista__conchas li img.turista__conchasImg{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -2;
}

#content section ul.turista__conchas li a{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: .5rem;
    align-items: center;
    color: white;
    text-decoration: none;
    background-image: url(../images/sst/navidad/concha-contorno.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 85%;
    font-size: 1.625rem;
    line-height: 1;
    font-weight: bold;
    padding: 20% 20%;
    text-align: center;
}

#content section ul.turista__conchas li a::before{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: -1;
}

#content section ul.turista__conchas li:hover a::before{
    display: none;
}

/* -------- Utilities Inicio -------- */
#content section .align-self-start, .align-self-start {
    align-self: flex-start !important;
}
#content section .pb-4, .pb-4 {
    padding-bottom: 1.5rem !important;
}
#content section .sst-text-52px, .sst-text-52px {
    font-size: 52px !important;
    line-height: 1;
}
#content section .w-auto, .w-auto {
    width: auto !important;
}
#content section .txt-highlighted, .txt-highlighted {
    color: #D69F06;
}
#content section .user-select-all, .user-select-all {
    user-select: all !important;
}
@media (max-width: 767px) {
    #content section .sst-text-xs-15px {
        font-size: 15px !important;
        line-height: 1.3em;
    }

    #content section .sst-text-xs-18px {
        font-size: 18px !important;
        line-height: 1.444em;
    }

    #content section .sst-text-xs-30px {
        font-size: 30px !important;
        line-height: 1.067em;
    }
}
/* -------- Utilities Fin -------- */


html {
    scroll-behavior: smooth;
}
img {
    height: auto;
    max-width: 100%;
}


/* -------- Bloque turicestas Inicio -------- */
.bloque-turicestas {
    position: relative;
    background-color: #1f3f79;
    color: white;
    display: flex;
}
@media only screen and (max-width: 900px) {
    .bloque-turicestas {
        flex-direction: column;
    }
}
.img-turicestas{
    width: 65%;
    position: relative;
    z-index: 10;
}
@media only screen and (max-width: 1278px) {
    .img-turicestas{
        width: 60%;
        position: relative;
    }
}
@media only screen and (max-width: 900px) {
    .img-turicestas{
        width: 100%;
    }
}
.img-turicestas img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.txt-turicestas {
    width: 35%;
    padding: 2rem 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1278px) {
    .txt-turicestas {
        width: 40%;
    }
}
@media only screen and (max-width: 900px) {
    .txt-turicestas{
        width: 100%;
        padding: 3rem;
    }
}
#content section .botones-turicestas a{
    background-color: white;
    color: #0D377D;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}

#content section .botones-turicestas a:hover{
    background-color: #d69f06;
}
/* -------- Bloque turicestas Fin -------- */

#content section a.btn-participa{
    background-color: white;
    color: #0D377D;
    border: 1px solid #0D377D;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
}

#content section a.btn-participa:hover{
    background-color: #0D377D;
    color: white;
}


/* -------- Bloque logos pie Inicio -------- */
.turista-logos-bottom {
    border-top: 1px solid #D1CFCF;
    margin-bottom: 2rem;
    margin-top: 1rem;
    padding-top: 2rem;
}
.border {
    border-bottom: 1px solid #D1CFCF;
    margin-bottom: 5em;
}
.logos-bottom {
    align-items: center;
    display: grid;
    grid-auto-rows: 100px;
    grid-gap: 2em 1em;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    text-align: center; 
}
#content section .logos-bottom img {
    max-width: 100px;
}

@media screen and (min-width: 980px) {
    #content section .logos-bottom img {
        max-width: 125px;
    }
}
.logos-bottom a {
    padding: 1em;
}
/* -------- Bloque logos pie Fin -------- */

.premio{
    background: white url(../images/regalo-naranja.png) top 1rem right 1rem no-repeat;
    padding: 4.25rem;
    margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
    .premio{
        padding: 2.5rem;
        background-image: none;
    }
}

#content section .premio h3{
    color: #0D377D;
    font-weight: bold;
    font-size: 1.25rem;
}

#content section .turista .premio p{
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

@media only screen and (max-width: 767px) {
    #content section .turista .premio p{
        font-size: 1rem;
        line-height: 1.25rem;
    }
}

.premio__item{
    display: flex;
    gap: 1.75rem;
    margin-top: 1.75rem;
}

@media only screen and (max-width: 560px) {
    .premio__item{
        flex-direction: column;
    }
}

.premio__itemImg{
    width: 311px;
    height: 207px;
    position: relative;
    flex: none;
}

@media only screen and (max-width: 767px) {
    .premio__itemImg{
        width: 180px;
        height: 180px;
    }
}

@media only screen and (max-width: 560px) {
    .premio__itemImg{
        width: 100%;
        height: auto;
        aspect-ratio: 311/207;
    }
}

.premio__itemImg img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#content section a.premio__btn{
    background-color: #d69f06;
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    padding: 1rem 2rem;
    margin: 3rem auto 0 auto;
    display: inline-block;
    text-decoration: none;
}

#content section a.premio__btn:hover{
    background-color: #0D377D;
}