.imagen-presentacion{
    height:300px !important;
}

.ins-fechas{
    font-size: 90%;
}

.ins-precio{
    width: 100px;
}

.ficha-actividad strong{
    width: 110px;
}

.tienda .cards tbody tr td.img-card {
    height: 280px;
}

.tienda .cards tbody tr td.card-title {
    order: 0;
}
.tienda .cards tbody tr td.card-title h5, .cards tbody tr td.card-title .h5 {
    font-size: 1.0rem;
    margin-bottom: 0.2rem;
}

.tienda .card-precio p{
    font-weight: 700;
    color: #20c997;
}

.tienda .cards tbody tr {
    box-shadow: 0px 6px 15px rgba(112, 112, 112, 0.1);
    border: none;
}

.tienda .btn-group{
    display: -webkit-inline-box;
}

.tienda .btn-group button{
    min-width: 40px;
}

.tienda .btn-group button:hover{
    color: white;
}


.seperator, .separator {
    color: black;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    line-height: 1.2em;
}

.seperator::before, .seperator::after, .separator::before, .separator::after {
    border-bottom: 1px solid black;
    content: "";
    display: inline-block;
    height: 0.65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%;
}

.seperator::after, .separator::after {
    margin: 0 -100% 0 0;
}

.product-size li label span {
    border: 1px solid #eee;
    color: #909090;
}
.product-size li label span {
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.product-size li label input {
    left: -9000px;
    position: absolute;
}

.public-product .product-content .product-info form .attribute-row .attributes-store.mat-button-toggle-group .attribute button {
    padding: 12px;
    border: 1px solid rgba(0,0,0,.37);
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

.product-size {
    display: block;
    list-style: outside none none;
    margin: 0 20px 15px 0;
    overflow: hidden;
    padding-left: 0;
}

.tallas-group button {
    border: 1px solid #eee !important;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 40px;
}

.tallas-group .active{
    background-color: #41d1a7;
    color: white !important;
}

.cart-product-quantity i{
    line-height: 24px;
    margin: 0;
    color: green;
}

.cart-product-quantity .quantity div{
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid green;
    opacity: .5;
    padding-left: 5px;
}

.cart-product-quantity .quantity{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
}

.cart-product-quantity input{
    border: solid 1px grey;
    border-radius: 7px;
}

.cart-product-quantity input[type=number]{
    text-align: center;
    width: 45px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.table-inscritos .precio-td {
    width: 120px !important;
}

@media (max-width: 767px){
    .table-inscritos .table tbody tr td.precio-td {
        width: 50% !important;
    }
}

.container-inscripcion{
    min-height: calc( 100vh - 180px );
}

.container-carrito{
/*    min-height: calc( 100vh - 230px );*/
}

#addpersona .menor, #addespera .menor {
    background: rgba(255, 193, 7, 0.3);
    font-size: 80%;
}

.tipo-pago:hover{
    border: solid 2px black;
}

.tipo-pago{
    text-decoration: none !important;
}

.tienda .card .img-card {
    height: 240px;
}

.tipo-listado button{
    width: 50px !important;
}

.tipo-listado{
    float: right;
}

.cart-product-quantity input{
    max-width: 45px;
}

@media (max-width: 776px){
    .gallery-slider .swiper-slide {
        width: 100%;
        height: 320px;
    }
}

.datos-personales span {
    display: inline-block;
    max-width: 175px;
    
}

.datos-personales label,.datos-personales span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;    
    margin-bottom: 7px;
}

.alta-socio form label {
    font-size: 0.9rem;
    margin-bottom: 6px !important;
}
.alta-socio form label {
/*
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2e2e2e;
    display: block;
*/
}

.alta-socio .form-group {
    margin-bottom: 1rem;
}

.alta-socio .form-select {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232e2e2e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #e4e6ef;
    border-radius: 0.28rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: rgba(3, 31, 74, 0.5);
}

.alta-socio .form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1e2022;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-color: rgba(3, 31, 74, 0.5);
}

.table-resumen .table tbody tr td.price-td {
    max-width: 130px;
    width: 130px;
}

.alert{
    margin-block: 0px;
}

.alert:before {
    background: none; 
}

.ventana-alert:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgb(255, 255, 255) 56%, rgba(2, 0, 36, 0.1) 82%);
    z-index: 1;
}

.ventana-alert{
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle) !important; 
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-danger {
/*
    color: #fff !important;
    border-color: #f75676;
    background-color: #f75676;
*/
}

.tienda-section select{
    min-width: 80px;
    padding: 6px 20px !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.gap-3 img{
    max-width: 100%;
}

.normativa p, .normativa span{
    font-size: 0.8rem !important;
    color: #515151;
}

.badge.tipo-montana {
  background-color: #7ac142;
}
.badge.tipo-senderismo {
  background-color: #ffc107;
}
.badge.tipo-salida {
  background-color: #f02a0d !important;
}

.tabs .nav-tabs .nav-link.active {
    color: var(--bs-secondary);
    border-color: transparent;
    background-color: transparent;
    border-bottom: 2px solid var(--bs-secondary);
    font-weight: 500;
}

.tabs .nav-tabs {
    border-bottom: 2px solid #e6e8eb;
    margin-bottom: 30px;
}

.tabs .nav-tabs .nav-link {
    padding: 14px 24px;
    font-size: 1.15rem;
}

.tabla-header {
    background-color: #e2e9f1 !important;
    border-radius: 0 !important;
    border-left: 5px solid #5e72e4;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.product-description p {
    -webkit-line-clamp: none !important;
}

.product-description span{
    color:none;
}

.card-datos-personales label, .card-datos-personales span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    display: inline-block;
}

.card-datos-personales span{
    display: inline-block;
    margin-bottom: 7px;
    max-width: 200px; 
}

.card-datos-personales label, .datos-personales label{
    font-size: 0.75rem;
    width: 120px;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #9aa0a6 !important;
}

.card-datos-personales span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #3c4043 !important;
    font-size: 1rem;
    font-weight: 400 !important;
}

.label-aceptar{
    font-size: 100% !important;
}

.btn-outline-dark:hover {
    color: white !important;
}

.tipos-licencia .card{
    color: gray;
}

.pricing-table {
    background: #fff;
    -webkit-box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing-table .pricing-features .feature {
    font-size: 14px;
    margin: 0.5rem 0;
    color: #4a4a4a;
}

.datos-licencia label {
    font-size: 0.75rem;
    width: 120px;
    font-weight: 300;
}

:root, [data-bs-theme=light] {
    --bs-secondary-rgb: var( --bs-background-secondary);
    --bs-secondary: rgb(var( --bs-secondary-rgb));
    --bs-secondary-color: var( --bs-color-secondary);
    --bs-secondary-hover: rgb(var( --bs-secondary-rgb));

    --bs-primary-rgb: var( --bs-background-primary);
    --bs-primary: rgb(var( --bs-primary-rgb));
    --bs-primary-color: var( --bs-color-primary);
    --bs-primary-hover: rgb(var( --bs-primary-rgb));
}

.btn-secondary {
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color:  var(--bs-secondary);
    --bs-btn-color: var(--bs-secondary-color);
    --bs-btn-hover-color: var(--bs-secondary-color);
    --bs-btn-hover-bg: var(--bs-secondary-hover);
    --bs-btn-hover-border-color: var(--bs-secondary-hover);
    --bs-btn-focus-shadow-rgb: 27, 171, 128;
    --bs-btn-active-color: var(--bs-secondary-color);
    --bs-btn-active-bg: var(--bs-secondary-hover);
    --bs-btn-active-border-color: var(--bs-secondary-hover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary-color);
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-primary {
    --bs-btn-color: var(--bs-primary-color);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary-color);
    --bs-btn-hover-bg: var(--bs-primary-hover);
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-focus-shadow-rgb: 41, 65, 101;
    --bs-btn-active-color: var(--bs-primary-color);
    --bs-btn-active-bg: var(--bs-primary-hover);
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary-color);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.section-subtitle h5, .section-subtitle .h5 {
    color: var(--bs-secondary);
}

.text-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary) !important;
}

.input-group .input-group-text {
    color: var( --bs-secondary);
}

.bg-primary {
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
    background-color: rgba(var(--bs-background-menu), var(--bs-bg-opacity)) !important;
}

.hero.hero-home:before, .banner.banner-club:before {
    background: linear-gradient(58deg, rgb(0 0 0 / 30%) 27.44%, rgb(var( --bs-background-menu), 0.3) 100%);
}

.nav-pills .nav-item .nav-link.active {
    color: var(--bs-color-primary);
}

.text-light {
    color: var(--bs-color-primary) !important;
}

.hero.hero-home {
    min-height: 370px;
    padding-top: 156px;
}

.card.actividad-item-old .card-body h5, .card.actividad-item-old .card-body .h5 {
    text-align: left;
}

.info-custom{
    color: #888787;
    font-size: 12px !important;
}

.foto-container img{
    max-width: 100%;
}

.foto-container input::after {
    background-color: white !important;
    width: 220px;
    height: 43px;
    left: 0;
    color: #5e72e4;
    border: solid;
    border-radius: 4px;
    text-align: center;
    line-height: 43px;
    box-sizing: border-box;
    content: "Subir foto";
    position: relative;
    width: 220px;
    height: 43px;
    overflow: hidden;
    margin: auto;
    display: block;
}