.divFilaExperiencia
{
    width:100%;
    display:inline-block;
}

.divFilaExperiencia .col1
{
    width:82%;
    height:100%;
    float:left;
    padding:10px 0px 0px 75px;
    position:relative;
}
.divFilaExperiencia .col2{
    width:18%;
    height:100%;
    float:left;
}

#main{
    padding: 0px !important;
}

#topcap {
    width:100%;
    position:relative
}

#topcap .header-image-experience {
    width: 100%;
    max-height: 589px;
    height: 589px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#topcap .header-image-experience .div-button-galery {
    position: relative;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
}

#topcap .header-image-experience .div-button-galery i {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-right: 9px;
}

#topcap .header-image-experience .btn-galeria-img-black {
    position: absolute;
    bottom: 100px;
    right: 0px;
    font-size: 14px;
    padding: 0px 22px;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -moz-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
    width:100%;
    height:auto;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 589px;
    min-height: 589px;
    object-fit: cover;
    object-position: center;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    cursor:pointer; background:#000; background:rgba(0,0,0,0.5);
    width:40px;
    height:40px;
    position:absolute;
    top: 40%;
    display:block;
    z-index:1000;
}

.carousel-control.right {
    right: 15px;
    left: auto;
}
.carousel-control.left {
    left: 15px;
}

.carousel-control:hover 		{background:#000;}
.carousel-control:before		{font-family: "FontAwesome"; font-size:15px; color:#fff; display:block; line-height: 40px; text-align: center;}
.carousel-control.left:before	{	content: '\f053'; }
.carousel-control.right:before	{	content: '\f054'; }


.carousel-indicators {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    margin: 0;
    list-style: none;
}

.carousel-indicators li {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    text-indent: -999px;
    background-color: #ccc;
    background-color: rgba(255,255,255,.25);
    border-radius: 5px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: #999;
    background: rgba(0,0,0,.5);
}

.carousel-caption h4,.carousel-caption p {
    line-height: 20px;
    color: #fff;
}

.carousel-caption h4 {
    margin: 0 0 5px;
}

.carousel-caption p {
    margin-bottom: 0;
}

#page-experience-info {
    position: relative;
    /*background-image: url(https://experience.catalunya.com/wp-content/uploads/2020/09/group40.png);*/
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto;
    background-position-y: 450px;
}

#info-experience {
    display: flex;
    flex-direction: row;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding-bottom: 65px;
}

#info-experience .left-info-experience {
    flex: 2;
    position: relative;
    padding-right: 50px;
}

.titol {
    margin-top: 70px;
}

.titol h1{
    font-size: 50px;
    line-height: 64px !important;
    margin: 0px;
}

#divValoracionesExperiencia {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

#divValoracionesExperiencia span,
.opiniones-exp-scroll span {
    margin-left: 16px;
    font-family: Barlow;
    line-height: 20px;
}

.stars-outer {
    font-family: FontAwesome;
    display: inline-block;
    position: relative;

}

.stars-outer::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-size: 16px;
    color: rgb(200, 200, 200);
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-size: 16px;
    color: rgb(255, 164, 0);
}

divZones {
    line-height: 20px;
    display: flex;
}

.divZones a {
    font-family: Barlow;
    color: black;
    line-height: 20px;
    text-transform: capitalize;
}

.divZones i {
    font-size: 18px;
    margin-right: 5px;
}

#experiencia {
    /*height: 500px;
    overflow:hidden;*/
}

#experiencia.heightAuto{
    height: auto !important;
}

.descripcion-experiencia,
.condiciones-experiencia {
    margin-top: 72px;
}

.descripcion-experiencia h3,
.descripcion-experiencia h4,
.condiciones-experiencia h3,
.condiciones-experiencia h4{
    font-family: NexaHeavy;
    font-size: 30px;
    color: black;
    line-height: 24px;
    margin-bottom: 32px;
}

.descripcion-experiencia h2 {
    font-family: NexaHeavy !important;
    font-size: 18px !important;
    color: black !important;
    line-height: 22px !important;
}

.descripcion-experiencia h3 {
    font-family: NexaHeavy;
    font-size: 18px;
    color: black;
    line-height: 22px;
}

.descripcion-experiencia p {
    color: rgb(59,59,59);
    line-height: 26px;
}

.caracteristicas-experiencia {
    margin-top: 74px;
}

.divIcones {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.divIcones .icoInfoExp {
    display: flex;
    align-items: center;
}

.divIcones .icoInfoExp i {
    font-size: 18px;
    margin-right: 11px;
}

.divIcones .icoInfoExp p{
    color: black;
    text-transform: lowercase;
    display: inline-block;
    margin: 0;
}

.divIcones .icoInfoExp p:first-letter{
    text-transform: uppercase;
}

.informacion-organizador h4 {
    font-family: NexaHeavy;
    font-size: 30px;
    line-height: 24px;
    color: black;
}

.tabcontent {
    overflow: hidden;
    display: block;
}

.btnLlegirMes {
    display: inline-block;
    color: rgb(255,164,0)!important;
    font-weight: bold;
    line-height: 22px;
    margin-top: 17px;
}

.btnLlegirMes p:first-letter{
    text-transform:uppercase;
}

#organizador {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

#organizador .logo-organizador {
    margin: 0 2rem 0 0;
}

#organizador .info-organizador {
    margin: 0 0 0 2rem;
}

#organizador .logo-organizador img {
    max-width: 156px;
    max-height: 156px;
}

#organizador .info-organizador .nombre-organizador strong {
    font-family: Barlow;
    font-size: 22px;
    line-height: 30px;
    color: black;
}

#organizador .info-organizador .llc-organizador span {
    font-size: 14px;
    line-height: 20px;
    color: rgb(59,59,59);
}

#organizador .info-organizador .llc-organizador span:nth-child(2) {
    margin: 0 5px;
}

#organizador .info-organizador .datos-organizador {
    display: flex;
    flex-direction: column;
}

#organizador .info-organizador .datos-organizador span {
    display: flex;
    align-items: center;
}

#organizador .info-organizador .datos-organizador span,
#organizador .info-organizador .datos-organizador span a {
    font-size: 16px;
    color: rgb(59,59,59);
}

#organizador .info-organizador .datos-organizador span i {
    margin-right: 13px;
}

.cancelacionGratis {
    margin-top: 73px;
}

#InfoOrganizador .informacion-organizador {
    margin-top: 100px;
}

.modulo-publicidad,
.cancelacionGratis {
    display: flex;
    border: 1px solid rgb(255,164,0);
    border-radius: 4px;
    background-color: rgba(255,164,0,0.08);
    padding: 21px 19px 16px 19px;
    line-height: 24px;
}

.cancelacionGratis {
    align-items: center;
}

.modulo-publicidad div:nth-child(1),
.cancelacionGratis div:nth-child(1){
    margin-right: 24px;
}

.modulo-publicidad div:nth-child(1) i,
.cancelacionGratis div:nth-child(1) i{
    font-size: 40px;
    background: linear-gradient(to right,#d22730,#ffa400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.modulo-publicidad div:nth-child(2) span,
.cancelacionGratis div:nth-child(2) span{
    font-family: Barlow;
    font-size: 18px;
    color: black;
}

.modulo-publicidad div:nth-child(2) p,
.cancelacionGratis div:nth-child(2) p{
    margin: 0px;
}

#divFilaComentariosExperiencia {
    margin-top: 100px;
}

#listViewComments {
    border: none;
}

#listViewComments .list-comments {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 32px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #e5e5e5;
}

#listViewComments .list-comments .left-col-comments {
    flex: 1;
}

#listViewComments .list-comments .left-col-comments div:nth-child(1){
    font-family: Barlow;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 6px;
}

#listViewComments .list-comments .left-col-comments div:nth-child(2) {
    font-family: NexaRegular;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 6px;
}

#listViewComments .list-comments .left-col-comments div:nth-child(3) {
    font-family: NexaRegular;
    font-size: 14px;
    line-height: 22px;
    color: rgb(47,194,75);
    margin-bottom: 6px;
}

#listViewComments .list-comments .right-col-comments {
    flex: 3;
    padding-left: 20px;
}

#listViewComments .list-comments .right-col-comments .stars-comments {
    margin-bottom: 18px;
}

#listViewComments .list-comments .right-col-comments .text-comments strong {
    font-family: Barlow;
    font-size: 18px;
    line-height: 30px;
    color: black;
}

#listViewComments .list-comments .right-col-comments .text-comments p {
    font-size: 16px;
    line-height: 26px;
    color: #3b3b3b;
    margin-top: 15px;
}

#divFilaComentariosExperiencia #pagerComments {
    border: none;
    background: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#divFilaComentariosExperiencia #pagerComments .k-link.k-pager-nav {
    display: none !important;
}

#divFilaComentariosExperiencia #pagerComments .k-pager-first,
#divFilaComentariosExperiencia #pagerComments .k-pager-last {
    display: none !important;
}

#info-experience .right-info-experience {
    flex: 1;
    position: relative;
}

#info-experience .right-info-experience .content-right-info-experience {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: sticky;
    top: 140px;
}

#info-experience .right-info-experience .div-info-price {
    position: relative;
    background: white;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    top: -40px;
    width: 400px;
}

#info-experience .right-info-experience .div-info-price label {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 22px;
}

#info-experience .right-info-experience .div-info-price .price-exp {
    color: black;
    line-height: 26px;
    font-size: 20px;
}

#info-experience .right-info-experience .div-info-price .btnReservarBase {
    font-family: 'Barlow';
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 56px;
    margin-top: 16px;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

#info-experience .right-info-experience .div-info-mc {
    width: 400px;
}

#info-experience .right-info-experience .div-info-mc div:first-child {
    font-family: Barlow;
    font-size: 20px;
    line-height: 26px;
    color: black;
    margin-bottom: 27px;
}

#info-experience .right-info-experience .div-info-mc div:not(:first-child) {
    padding-left: 20px;
    text-align: left;
    border-left: 6px solid #ffa400;
}

#info-experience .right-info-experience .div-info-mc div strong {
    font-family: Barlow;
    color: black;
}

.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: #efefef;
    border: 0;
    border-radius: 10px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: black;
    padding: 40px 20px;
}

.tooltipComments {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.tooltipster-arrow {
    left: 50px !important;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border-bottom-color: #efefef !important;
    border-top-color: #efefef !important;
}

.tooltipster-arrow-background {
    border-bottom-color: #efefef !important;
    border-top-color: #efefef !important;
}

#myModalCarouselImg, #myModalMapExp {
    /*transform: translateY(-150%);*/
    display: none;
    transition: transform 1s;
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(59,59,59,1);
}

#my-modal-content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#my-modal-content img {
    width: 80%;
    margin: auto;
    height: 100%;
    object-fit: cover;
}

#myModalCarouselImg .owl-prev, #myModalCarouselImg .owl-next {
    font-size: 3em !important;
    position: absolute;
}


#myModalCarouselImg .owl-prev { left: 20px; top: 50%;}
#myModalCarouselImg .owl-next { right: 20px; top: 50%;}

#leftArrow, #rightArrow {
    color: white;
}

.closeMyModal {
    color: white;
    position: absolute;
    right: 90px;
    top: 40px;
    font-size: 40px;
    cursor: pointer;
}

#contenedor_map {
    margin: 0 auto;
    width: 80%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#map {
    height: 742px;
}

#tabsExperience {
    display: none;
    top: 0px;
    z-index: 5;
    width: 100%;
    position: fixed;
    height: 80px;
    background: white;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.4);
}

#tabsExperience .options-tabs {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100%;
}

#tabsExperience .options-tabs > div {
    margin-right: 40px;
    height: 100%;
}

#tabsExperience .options-tabs > div a {
    font-family: Barlow;
    font-size: 16px;
    line-height: 26px;
    color: black;
    height: 100%;
    display: flex;
    align-items: center;
}

#tabsExperience .options-tabs > div:hover {
    border-bottom: 3px solid rgb(255,164,0);
}

.info-exp-scroll {
    display: none;
}

.info-exp-scroll h3 {
    font-size: 30px;
    color: black;
    line-height: 37px;
    margin: 0 0 16px 0;
    font-weight: bold;
}

.info-exp-scroll .opiniones-exp-scroll {
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(229,229,229);
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

/*#info-opciones {
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: white;
    height: 100%;
    width: 540px;
    z-index: 999999;
    padding: 40px;
    overflow: auto;
    /*transition: transform 1s;
     transform: translateX(100%);*/
}*/

#info-opciones h3 {
    color: black;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

#info-opciones .cancelacion-gratuita-experiencia {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    line-height: 0px;
}

#info-opciones .cancelacion-gratuita-experiencia i {
    font-size: 35px;
    margin-right: 15px;
    background: linear-gradient(to right,#d22730,#ffa400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

#info-opciones .cancelacion-gratuita-experiencia strong {
    font-family: Barlow;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

#info-opciones .contenedor-combo-cupos .selectores-cupos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#info-opciones .contenedor-combo-cupos p {
    font-family: Barlow;
    font-size: 18px;
    line-height: 20px;
    color: #000;
}

#info-opciones .contenedor-combo-cupos .selectores-cupos .contenedor-calendario-cupos {
    flex: 1;
    margin: .5rem .5rem .5rem 0;
}

#info-opciones .contenedor-combo-cupos .selectores-cupos .contenedor-calendario-cupos input {
    height: 56px;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: black;
}

#info-opciones .contenedor-combo-cupos .selectores-cupos .contenedor-calendario-cupos span[role=button].k-select {
    left: 0;
    border: 0;
    background-color: white;
    border-radius: 0;
    line-height: 56px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    /*color: rgb(127,127,127);*/
    color: #000;


}

#info-opciones .contenedor-combo-cupos .selectores-cupos .contenedor-calendario-cupos .k-picker-wrap {
    padding-left: 30px;
    padding-right: 0;
}

#info-opciones .txt-participantes p {
    font-family: Barlow;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin: 40px 0px 26px 0px;
}

.k-calendar .k-today {
    box-shadow: none;
}

.k-calendar .k-today .k-link {
    color: #c3c3c3;
}

#closeInfoOpciones {
    position: relative;
    top: 0px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    cursor: pointer;
}

#info-opciones .contenedor-combo-cupos .contenedor-horas-cupos {
    flex: 1;
    margin: .5rem 0 .5rem .5rem;
}

#info-opciones .contenedor-combo-cupos .contenedor-horas-cupos select {
    margin: 0;
    height: 56px;
    border-radius: 3px;
    border: 1px solid rgb(204,204,204);
}

#info-opciones .contenedor-opciones {
    border-top: 1px solid rgb(205,205,205);
    border-bottom: 1px solid rgb(205,205,205);
}

#info-opciones .contenedor-opciones .opcion-cupon {
    padding: 20px 0px;
}

#info-opciones .contenedor-opciones .opcion-cupon:not(:last-child) {
    border-bottom: 1px dotted rgb(204,204,204);
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col1 {
    display: flex;
    align-items: center;
    flex: 1;
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col1 .oc-text1 {
    font-family: Barlow;
    font-size: 16px;
    color: black;
    line-height: 20px;
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col2 {
    display: flex;
    align-items: center;
    flex: 1;
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col2 .preu {
    font-size: 16px;
    color: black;
    margin-right: 27px;
    flex: 1;
    text-align: right;
    line-height: 20px;
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col2 select {
    margin: 0px;
    flex: 1;
    line-height: 20px;
    color: black;
}

#info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col2 .divDescuentoContent {

}

#info-opciones .contenedor-opciones .opcion-cupon .contenedor-suplementos {
    padding-top: 20px;
}

#info-opciones .contenedor-opciones .opcion-cupon .contenedor-suplementos .oc-content-suplemento {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#info-opciones .contenedor-opciones .opcion-cupon .contenedor-suplementos .oc-content-suplemento .col1 {
    flex: 1;
    margin-right: 20px;
}

#info-opciones .contenedor-opciones .opcion-cupon .contenedor-suplementos .oc-content-suplemento .col2 {
    flex: 1;
}

#info-opciones .total-opciones-cupones {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    align-items: center;
}

#info-opciones .total-opciones-cupones .col1{
    flex: 1;
}

#info-opciones .total-opciones-cupones .col1 .txt-total {
    font-family: Barlow;
    font-size: 16px;
    color: black;
    line-height: 25px;
}

#info-opciones .total-opciones-cupones .col1 .txt-price {
    font-family: Barlow;
    font-size: 30px;
    color: black;
    line-height: 30px;
}

#info-opciones .total-opciones-cupones .col2 {
    flex: 1;
}

#info-opciones .total-opciones-cupones .col2 .btn-book .btnReservarBase {
    font-family: 'Barlow';
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: 56px;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
}

.divPagoValidacioMinima,
.divInfoDiasMinimo{
    display: none;
    width: 100%;
    margin-top: 20px;
    color: #d22730;
    border: 1px solid #d22730;
    border-radius: 3px;
    padding: 20px;
}

#InfoGeneral, #QueHaras {
    margin-top: 100px;
}

#InfoGeneral h4,
#QueHaras h4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
    margin: 0px;
}

#InfoGeneral .rowInfoGeneral,
#QueHaras .rowQueHaras {
    display: flex;
    justify-content: space-between;
    padding: 32px 0px;
}

#InfoGeneral .rowInfoGeneral:not(:last-child),
#QueHaras .rowQueHaras:not(:last-child) {
    border-bottom: 1px solid rgb(229,229,229);
}

#InfoGeneral .rowInfoGeneral div:first-child,
#QueHaras .rowQueHaras div:first-child {
     flex: 1;
}

#InfoGeneral .rowInfoGeneral div:first-child span,
#QueHaras .rowQueHaras div:first-child span {
    font-family: Barlow;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

#InfoGeneral .rowInfoGeneral div:last-child,
#QueHaras .rowQueHaras div:last-child {
    flex: 3;
    padding-left: 20px;
}

#InfoGeneral .rowInfoGeneral div:last-child p,
#QueHaras .rowQueHaras div:last-child p{
    font-size: 16px;
    line-height: 26px;
    color: rgb(59,59,59);
}

#containerIGPropietario {
    margin-top: 72px;
}

#containerIGPropietario span {
    font-family: Barlow;
    font-size: 16px;
    line-height: 22px;
    color: rgb(127,127,127);
}

#instagram-feed-photos-experience .instagram_gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#instagram-feed-photos-experience .instagram_gallery a {
    width: 30%;
}

#div-slider-experiencias-single {
    padding-bottom: 200px;
    background-size: auto;
    position: relative;
    padding-top: 140px;
    z-index: 0;
    background-color: rgb(246,248,249);
}

#div-slider-experiencias-single::before {
    /*content: "";*/
    background-size: auto;
    background-repeat: no-repeat;
    /*background-image: url(https://experience.catalunya.com/wp-content/uploads/2020/11/bck-page-pago.png);*/
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    width: 100%;
    height: 100%;
    background-position-x: right;
    background-position-y: 400px;
    z-index: -1;
    bottom: 0;
}

#container-slider-experiencias-single {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#container-slider-experiencias-single .div-title-exp {
    flex: 1 0 20%;
}

#container-slider-experiencias-single .div-title-exp h2 {
    line-height: 1;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single {
    flex: 1 0 80%;
    margin-left: 100px;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single .img-exp-back{
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
    margin: 1px;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single .img-exp-back span {
    position: absolute;
    bottom: 0px;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single .info-exp {
    margin-top: 20px;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single .info-exp strong {
    color: black;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single .info-exp span {
    color: rgb(127,127,127);
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single .info-exp strong.price-exp {
    font-family: Barlow;
    font-size: 20px;
}

#container-slider-experiencias-single #carrousel-slider-experiencias-single #leftArrow,
#container-slider-experiencias-single #carrousel-slider-experiencias-single #rightArrow {
    color: black;
}

#carrousel-slider-experiencias-single .owl-prev, #carrousel-slider-experiencias-single .owl-next {
    font-size: 2.5em !important;
    position: absolute;
    bottom: 280px;
}

#carrousel-slider-experiencias-single .owl-prev { left: 0px;}
#carrousel-slider-experiencias-single .owl-next { left: 65px;}

@media (max-width: 1440px) {
    #info-experience, #topcap .header-image-experience .div-button-galery {
        max-width: 90% !important;
    }

    #tabsExperience .options-tabs {
        max-width: 90% !important;
    }

    .closeMyModal {
        right: 40px;
        top: 0px;
    }
}

@media (max-width: 1300px) {
    #container-slider-experiencias #carrousel-slider-experiencias-single {
        margin-left: 50px;
    }
}

@media (max-width: 1000px) {
    #container-slider-experiencias-single {
        flex-wrap: wrap;
    }

    #container-slider-experiencias-single #carrousel-slider-experiencias-single {
        margin-left: 0;
    }

    #container-slider-experiencias-single .owl-prev, #container-slider-experiencias-single .owl-next {
        bottom: initial;
    }

    #div-slider-experiencias-single::before {
        background-position-y: 500px;
    }

    #topcap .header-image-experience {
        max-height: 305px;
        height: 305px;
    }

    #topcap .header-image-experience .btn-galeria-img-black {
        bottom: 30px;
        font-size: 22px;
        padding: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 20px;
        justify-content: center;
    }

    #topcap .header-image-experience .div-button-galery i {
        margin-right: 0px;
    }

    #topcap .header-image-experience .btn-galeria-img-black span {
        display: none;
    }

    .titol {
        margin-top: 33px;
    }

    #info-experience .left-info-experience {
        padding: 0px;
        flex: 1 0 100%;
    }

    #info-experience .right-info-experience {
        z-index: 99;
        flex: 1 0 100%;
        align-items: center;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        top: initial !important;
    }

    #info-experience .right-info-experience .div-info-price {
        top: 0px;
        width: 100%;
    }

    #info-experience .right-info-experience .div-info-mc {
        display: none;
    }

    .div-prices-experience {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .div-prices-experience .div-price,
    .div-prices-experience .btn-book {
             flex: 1;
    }

    .descripcion-experiencia h3, .descripcion-experiencia h4, .condiciones-experiencia h3, .condiciones-experiencia h4, .informacion-organizador h4 {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .descripcion-experiencia, .condiciones-experiencia {
        margin-top: 40px;
    }

    .caracteristicas-experiencia {
        margin-top: 50px;
    }

    .div-info-price {
        top: 0px !important;
    }

    #footer {
        padding-bottom: 150px;
    }

    #contenedor_map {
        width: 100%;
    }

    #map {
        height: 500px;
    }

    #page-experience-info {
        background-image: none;
    }

    #my-modal-content img {
        width: 100%;
    }

    #myModalCarouselImg .owl-nav {
        display: flex;
        justify-content: space-evenly;
    }

    #myModalCarouselImg .owl-prev,
    #myModalCarouselImg .owl-next {
       position: relative;
    }
}

@media only screen  and (max-width : 700px) {
    .titol h1 {
        font-size: 36px !important;
        line-height: 39px !important;
    }

    .divIcones {
        grid-template-columns: repeat(1,1fr);
    }

    #myModalCarouselImg .owl-prev, #myModalCarouselImg .owl-next {
        font-size: 2em !important;
    }

    #listViewComments .list-comments .left-col-comments {
        flex: 1 0 100%;
        order: 1;
    }


    #listViewComments .list-comments .right-col-comments {
        flex: 1 0 100%;
        padding-left: 0px;
        order: 2;
    }
}

@media only screen and (max-width: 600px) {
    #div-slider-experiencias-single::before {
        background-position-y: 400px;
        background-position-x: 240px;
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    #organizador {
        flex-direction: column;
    }

    #organizador .logo-organizador {
        margin: 0px;
    }

    #organizador .info-organizador {
        margin: 0px;
    }
}

@media only screen and (max-width: 540px) {
    #info-opciones {
        width: 100%;
    }

    #info-opciones .contenedor-combo-cupos .selectores-cupos .contenedor-calendario-cupos {
        flex: 1 0 100%;
        margin: .5rem 0;
    }

    #info-opciones .contenedor-combo-cupos .contenedor-horas-cupos {
        flex: 1 0 100%;
        margin: .5rem 0;
    }

    #info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col1 {
        flex: 1 0 100%;
    }

    #info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col2 {
        flex: 1 0 100%;
    }

    #info-opciones .contenedor-opciones .opcion-cupon .oc-preu .col2 .preu {
        text-align: left;
    }
}

.btn-gradient {
    color: white;
    background: linear-gradient(to right,#6ad500,#001a5d);
}

.btn-gradient:hover {
    color: white;
    background: linear-gradient(to right,#001a5d, #6ad500);
}