
.btn-size{
  width: 150px;
  height: 150px; 
  object-fit: cover; 
  margin-right: 15px;  
}
div#_resultadoTurismo,
div#_resultadoTurismoRecreativos {
    display: flex;
    width: 100%;
    gap: 0.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding-bottom: 5rem;
}
.card-turismo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    flex: 1 0 300px;
}

.card-turismo figure{
    margin: 0px;
    width: 100%;
    height: 220px;
    background-color: var(--color-info);
}
.card-turismo figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.no-imagen {
    width     : 50% !important;
    height    : 50% !important;
    object-fit: contain !important;
    top       : 50%;
    left      : 50%;
    position  : relative;
    transform : translate(-50%,-50%);
}
.turismo-cont-imagen {
    margin: 0px;
    width: 100%;
    height: 320px;
    background-color: var(--color-info);
}
.text-pre-line
{
    white-space: pre-line;
}
p#_mapaInternaCR {
    position: relative;
    z-index: 1;
}
p iframe {
    width: 100%;
    position: relative;
    z-index: -1 !important;
}
#_bannerInterna,
#_bannerInternaCR
{
    overflow: hidden;
    height: 390px;
    width: 386px;
    display: block;
}
#_bannerInterna img,
#_bannerInternaCR img
{
    height: 101%;
    display: block;
    width: 101%;
    object-fit: contain;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#_bannerSwiper
{
    height: 35vh;
}
.swiper 
{
    height: 100%;
}

.figure-banners
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
}
.figure-banners img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#_internaTurismo,
section#_internaTurismoRecreativos{
    position: fixed;
    top: 4rem;
    z-index: 5;
    background: #ffffff;
    height: calc(100% - 4rem);
    overflow: auto;
    width:100%;
}

.footer-volver {
    position: sticky;
    bottom: -0.8rem;
    z-index: 2;
    background-color: #ffffff;
    padding: 1rem 0;
}
.btn-sep {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.img-tabla img {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}