section:first-child {
    margin-bottom: 20rem;
}

#top {
    position: relative;
}

#top .top-right {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

#top .tripadvisor-choice {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/* Banner de aviso */
#avisoPago {
    padding: 15px;
    margin-top: 30px;
    font-size: 6rem;
    text-align: center;
    display: none;
    background-color: #edeecb;
}
/* Fin de banner de aviso */

#detalles {
    padding: 8rem 0;
    border-top: 0.75rem solid rgba(181, 187, 0, 0.4);
    border-bottom: 0.75rem solid rgba(181, 187, 0, 0.4);
    margin-bottom: 10rem;
}
#detalles > div {
    padding: 2rem 0;
}
#detalles > div:before {
    content: '';
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    display: inline-block;
}
#detalles .horario:before {
    background-image: url('../../images/iconos/tour-calendario.svg');
}
#detalles .lugar:before {
    background-image: url('../../images/iconos/tour-lugar.svg');
}
#detalles .identificador:before {
    background-image: url('../../images/iconos/tour-identificador.svg');
}
#detalles .duracion:before {
    background-image: url('../../images/iconos/tour-duracion.svg');
}
#detalles .precio:before {
    background-image: url('../../images/iconos/tour-precio.svg');
}

/*#reservas #idTourHorario [data-nuevo] {
    display: none;
}*/
#reservas form .btn + div {
    margin-top: 6rem;
    color: #acacac;
    text-align: right;
}
#reservas form .btn + div span {
    vertical-align: middle;
}
#reservas form .btn + div #divPrecio {
    margin-left: 9rem;
    font-size: 7rem;
    font-weight: 600;
}
#reservas #plazas {
    position: relative;
}
#reservas #plazas #plazas-cont {
    border: 0.75rem solid black;
    border-bottom-left-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    background-color: white;
    display: none;
}
#reservas #plazas #plazas-cont > * + div {
    border-top: 0.5rem solid #acacac;
}
#reservas #plazas #plazas-cont .plazas-cont {
    padding: 7rem 8rem;
}
#reservas #plazas #plazas-cont .plazas-nota {
    padding: 3.5rem 4rem;
    font-size: 3.5rem;
    text-align: right;
}
#reservas form #tour-extras {
    color: #acacac;
}

#interes ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

#info .img-bgr {
    position: relative;
}
#info .img-bgr:before {
    content: '';
    /*background-color: rgba(181, 187, 0, 0.1);*/
    background-color: rgba(181, 187, 0, 0.25);
    position: absolute;
    z-index: -1;
}
#info .img-bgr img {
    max-width: 100%;
}

#form #formTourPrivado {
    background-color: rgba(181, 187, 0, 0.25);
}
#form #formTourPrivado .checkbox {
    margin-top: 0;
}

#resenas #resenas-top {
    position: relative;
}
#resenas #resenas-top:before,
#resenas #resenas-top:after {
    content: '';
    width: 50vh;
    height: 100%;
    background-color: #b5bb00;
    position: absolute;
    top: 0;
}
#resenas #resenas-top:before {
    right: 100%;
}
#resenas #resenas-top:after {
    left: 100%;
}

@media (min-width: 992px) {
    #top {
        height: 126rem;
    }
    #top .top-right {
        margin-top: 12rem;
    }

    #FRP #top, #FRP-EN #top {
        height: 155rem!important;
    }
    #TSC #top {
        height: 176rem;
    }
    #top .cleansafe {
        width: 37.25rem;;
        position: absolute;
        left: 53%;
        bottom: -5rem;
    }
    #detalles,
    #reservas {
        font-size: 5rem;
    }
    #detalles {
        margin-top: 20rem;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #reservas {
        margin-top: 10rem;
    }
    #reservas form {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #reservas form > div {
        width: 75rem;
    }
    #reservas form > div:last-of-type {
        padding-top: 9rem;
    }
    #reservas form .form-group {
        margin-bottom: 0;
    }
    #reservas #plazas #plazas-cont {
        width: 100%;
        position: absolute;
        z-index: 2;
        top: calc(100% - 0.75rem);
        left: 0;
        display: none;
    }
    #reservas form .btn {
        font-weight: 400;
    }
    #reservas form #tour-extras {
        position: absolute;
        bottom: 5px;
        left: 0;
    }
    #interes {
        padding: 40rem 20rem 26rem;
        margin-bottom: 25rem;
        position: relative;
    }
    #interes picture {
        position: absolute;
        top: 0;
        left: 20rem;
    }
    #interes picture img {
        width: 180rem;
    }
    #interes > div {
        min-height: 150rem;
        padding: 30rem 20rem 10rem;
        padding-left: calc(50% + 20rem);
        background-color: rgba(181, 187, 0, 0.25);
    }
    #interes .sec-tit2 {
        margin-bottom: 14rem;
    }
    #interes ul {
        font-size: 5rem;
    }
    #interes ul li {
        min-height: 14.5rem;
        margin-bottom: 0.5rem;
        line-height: 1.1;
    }
    #info {
        padding: 0 20rem;
        margin-top: 40rem;
    }
    #info .sec-tit2 {
        margin-bottom: 25rem;
    }
    #info #info-cont {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }
    #info .img-bgr {
        margin-left: 25rem;
        -webkit-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    #info .img-bgr:before {
        width: 100%;
        height: 100%;
        top: -25rem;
        right: 50%;
    }
    #info .img-bgr img {
        width: 120rem;
    }
    #form {
        padding: 0 20rem;
    }
    #form #formTourPrivado {
        padding: 10rem;
    }
    #form #formTourPrivado .sec-tit2,
    #form #formTourPrivado .form-group {
        margin-bottom: 10rem;
    }
}
@media (max-width: 991px) {
    #top .cleansafe {
        width: 26rem;;
        position: absolute;
        right: -10rem;
        bottom: -5rem;
    }
    #top .top-right {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #top .tripadvisor-choice {
        margin-top: 12rem;        
    }
    #detalles {
        margin-top: 12rem;
    }
    #detalles {
        padding-left: 5rem;
        padding-right: 5rem;
        margin-left: -5rem;
        margin-right: -5rem;
    }
    #reservas form .form-group {
        margin-bottom: 8rem;
    }
    #reservas #plazas {
        margin-bottom: 17rem;
    }
    #reservas #plazas .form-group {
        margin-bottom: 0;
    }
    #reservas #plazas #plazas-cont {
        margin-top: -0.75rem;
    }
    #reservas form .btn span {
        display: none;
    }
    #reservas form #tour-extras {
        max-width: 400px;
        margin-left: auto;
        text-align: right;
        display: block;
    }
    #interes {
        padding-right: 6rem;
        padding-bottom: 8rem;
        background-color: rgba(181, 187, 0, 0.25);
    }
    #interes img {
        max-width: 100%;
        margin-top: -6rem;
        margin-bottom: 10rem;
    }
    #interes > div {
        padding-left: 6rem;
        padding-right: 5rem;
    }
    #interes .sec-tit2 {
        margin-bottom: 8rem;
    }
    #interes ul li {
        margin-bottom: 3rem;
    }
    #interes ul li:last-child {
        margin-bottom: 0;
    }
    #info .sec-tit2 {
        margin-bottom: 10rem;
    }
    #info .img-bgr {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding-top: 12.5rem;
        padding-left: 12.5rem;
        margin-top: 12.5rem;
        margin-left: auto;
        margin-right: auto;
    }
    #info .img-bgr:before {
        width: calc(100% - 12.5rem);
        height: calc(100% - 12.5rem);
        top: 0;
        left: 0;
    }
    #form {
        padding-top: 14rem;
    }
    #form #formTourPrivado {
        padding: 10rem;
    }
    #form #formTourPrivado .sec-tit2,
    #form #formTourPrivado .form-group {
        margin-bottom: 8rem;
    }
}
@media (min-width: 768px) {
    #interes ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10rem;
        -moz-column-gap: 10rem;
        column-gap: 10rem;
    }
}
@media (max-width: 767px) {
    #top .cleansafe {
        width: 16rem;;
        position: absolute;
        right: -10rem;
        bottom: -5rem;
    }
}