@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


:root {
    --color-ppal: #df342c;
    --color-gris: #eee;
    --color-2: #f7962b;
    --color-3: #734200;
    --white: #fff;
    --text: #444;
}


body{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4rem;
    color: #444;
    margin: 0;
    padding: 0;

    /* background-color: #fff; */

    background-image: url(img/bg_lineas.jpg);
    background-repeat: repeat;
    background-position: left top;
}

/* *********************************************************************** */

a{
    text-decoration: none;
    color: var(--text);
}

.link-bco{
    color: #fff;
}

.p1{
    padding: 1rem;
}

.p12{
    padding: 1rem 2rem;
}

.p2{
    padding: 2rem;
}

.m1{
    margin: 1rem;
}

.m2{
    margin: 2rem;
}

.mt{
    margin-top: 1rem;
}

.mt2{
    margin-top: 2rem;
}

.mt4{
    margin-top: 4rem;
}

.mb{
    margin-bottom: 1rem;
}

.mb02{
    margin-bottom: 0.2rem;
}

.mb2{
    margin-bottom: 2rem;
}

.mb4{
    margin-bottom: 4rem;
}

.mb0{
    margin-bottom: 0;
}

.mr{
    margin-right: 1rem;
}

.ml{
    margin-left: 1rem;
}

.bg-bco{
    background-color: #fff;
}

.bg-gris{
    background-color: #ccc;
}

.bg-ppal{
    background-color: var(--color-ppal);
    color: #fff;
}

.bg-sec{
    background-color: var(--color-2);
    color: #fff;
}

.bg-caja{
    border: 1px solid #999;
    /* border-radius: 0.5rem; */
    padding: 1rem;
}

.img{
    aspect-ratio: 16/9 !important;
    width: 100%;
    object-fit: cover;
}

hr {
    height: 1px;
    border: 0;
    background-color: #ccc;
}

.marca{
    width: 100%;
    padding: 0.5rem;
    background-color: #eee;
}

/* *********************************************************************** */

.wrapper{
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    /* gap: 1em; */
}

.contenido{
    width: 1440px;
}

.div_grid{
    width: 100%;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    text-align: center;
}

.div_col{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    /* gap: 1rem; */
}

.w100{
    width: 100% !important;
}

.w25{
    width: 25%;
}

.w75{
    width: 75%;
}

.w50{
    width: 50%;
}

.w33{
    width: 33.3%;
}

.txt-mini{
    font-size: 0.9rem;
}

.txt-mini-cat{
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--color-ppal);
    font-weight: bold;
    /* width: fit-content;
    padding: 0.2rem 0.5rem; */
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

/* *********************************************************************** */

.div__hero2{
    width: 100%;
    height: 300px !important;
    background-image: url(img/hero2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.div__hero img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* *********************************************************************** */

.div__menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    gap: 1em;
}

.div__menu a{
    color: #fff;
    text-decoration: none;
}

.div__menu img{
    height: 50px;
}

.div__fotos_ppal{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    gap: 0;
}

.div__fotos_ppal img{
    object-fit: cover;
    width: 20%;
    /* aspect-ratio: 1 / 1; */
    aspect-ratio: 16/9;
}

.div__footer .text-mini{
    font-size: 0.8rem;
}


/* *********************************************************************** */

.div__siguenos{
    background-color: var(--color-ppal);
    color: #fff;
}

.div-rrss{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    gap: 1em;
}

.div-rrss a{
    color: #fff;
}


/* *********************************************************************** */

.oculto{
	display: none;
}

/* *********************************************************************** */

.div__actividad{

}

/* .div__actividad img{
    width: 100%;
    object-fit: cover;
} */

/* *********************************************************************** */

.div__calendario_lista{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    gap: 0.5rem;
}

.calendario_lista_item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    gap: 1em;

    background-color: #eee;
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem;
    font-size: 0.9rem;
}

.calendario_lista_item a{
    text-decoration: none;
    color: #444;
}

.calendario_lista_item:hover,
.calendario_lista_item a:hover{
    background-color: var(--color-ppal);
    color: #fff !important;
    fill: #fff !important;
}


.cabecera_calendario{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    gap: 1em;
    width: 400px;
}

.cabecera_calendario div{
    font-size: 2rem;
    font-weight: bold;
}

.cabecera_calendario div a{
    font-size: 2rem;
    font-weight: bold;
    background-color: #ccc;
}

/* *********************************************************************** */

.div__calendario_mes{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    list-style: none;
    padding: 0;
}

.div__calendario_mes .celda{
    background-color: #fff;
    text-align: center;
    padding: 0.5rem;

    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    /* align-items: flex-start; */
    align-content: flex-start;
    gap: 0.3rem;
}

.div__calendario_mes .celda:nth-child(7n){
    border-right: 1px solid #ddd;
}


.celda_cabecera{
    background-color: #444 !important;
    border-color: #444 !important;
    color: #fff;
    font-weight: bold;
}

.celda_evento{
    width: 100%;
    padding: 0.4rem 0.4rem;
    background-color: #eee;
    font-size: 0.8rem;
    border-radius: 0.5rem;
    line-height: 1rem;
    text-align: left;

    border: none; /* 1px solid #eee;*/
}

.celda_evento:hover{
    background-color: #ccc;
}


.celda_evento a{
    text-decoration: none;
    color: #444;
    cursor: pointer;
}

.celda_evento_activo, .celda_evento_activo a{
    background-color: var(--color-ppal) !important;
    color: #fff !important;
}


.div_reserva_vacio{
    background-color: #eee;
    height: 100%;
    width: 100%;

    padding: 5rem 1rem;
    color: #999;
    border-radius: 0.5rem;
    
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1em;

}

/* *********************************************************************** */

/* .div__cards {
    overflow: auto;
    margin-bottom: 2rem;
    padding: 0.5rem;

    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:  flex-start;
    align-content: flex-start;
    gap: 0.5em;
} */

.div__cards{
    width: 100%;
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
    gap: 1rem;
}

.div_cards3{
    grid-template-columns: 1fr 1fr 1fr;
}

.div_cards4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card {
    display: inline-block;       
    color: #444;
    text-align: left;

    min-width: 18rem;
    text-decoration: none;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #eee;
    border-radius: 0.5rem;

    background-color: rgb(255, 255, 255);
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;

    display: flex;
    flex-direction: column;
    /* width: 22rem;
    height: 29rem; */

    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.txt_fecha_big{
    font-size: 2rem;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 16px;
}

.card__preview {
    height: 12rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.card__preview img {
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-out;
}

.card:hover .card__preview img {
    transform: scale(1.35);
}

.card__address {
    margin-top: 0.5rem;
}

.card__title{
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
    text-wrap: balance;
}

.card__title_big{
    font-size: 3rem;
    line-height: 3.2rem;
    text-wrap: balance;
    font-weight: bolder;
    width: 75%;
}

.card__cat {
    background-color: var(--white);
    color: var(--text);
    z-index: 1;
    position: absolute;
    bottom: 1.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    left: 1.25rem;
    font-weight: normal;
    font-size: 0.9rem;
}

.txt_card__cat{
    background-color: var(--color-ppal);
    width: fit-content;
    color: #fff;
    padding: 0.25rem 0.5rem;
    /* border-radius: 0.5rem; */
    font-weight: normal;
    font-size: 0.9rem;
}

.txt_card__cat::before{
    content: " > ";
}

.card__content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

    color: var(--text);
}

.card__bottom {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__description {
    margin-top: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.card__properties{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    gap: 0.2rem;
}

.card__properties div{
    width: auto;
    font-size: 0.9rem;
    /* background-color: var(--color-gris); */
    text-decoration: none;
    color: var(--text);
    padding: 0.3rem 0.8rem;
    border-radius: 0.5rem;
    display: flex;
    gap: 0.5rem;

    border: 1px solid #999;
}

.card__properties div a{
    text-decoration: none;
    padding: 0 !important;
    color: var(--text);
}

.card__properties div:hover, .card__properties div a:hover{
    color: #fff;
    background-color: var(--text);
    fill: #fff;
}

.card__buttons {
    display: flex;
    gap: 0.5rem;
}

.card__btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__btn svg {
    height: 2rem;
    width: 2rem;
    /* stroke: var(--text); */
    /* stroke-width: 1.5px; */
}

.card__btn--like svg {
    stroke: var(--like);
    fill: var(--like);
}

/* *********************************************************************** */

.formu{
    width: 100%;
}

.formu .div_form{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.2rem;
}

.formu .div_form label{
    color: #666;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/*.formu input[type='text'], /* input[type='text'],  */
.formu input:not([type='submit']), 
.formu textarea{
    /* background-color: #eee !important; */
    border-radius: 0.5rem;
    padding: 1rem 1rem 0.5rem 1rem;
    border: 1px solid #aaa;
}

.formu .btn-ppal,
.btn-ppal, 
.btn-ppal a{
    background-color: var(--color-ppal);
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 1rem;
}

.btn-sec, 
.btn-sec a{
    background-color: var(--color-2);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    line-height: 1rem;
}

.formu input[type='submit']{
    box-sizing: content-box;
} 

.formu .btn-ppal:hover, .btn-ppal:hover, .btn-ppal a:hover{
    background-color: var(--color-3);
}

.btn-sec:hover, .btn-sec a:hover{
    background-color: var(--color-3);
}

.formu input:focus{
    outline: none !important;
    border: 2px solid var(--color-ppal) !important;
}

.formu textarea:focus {
    outline: none !important;
    border: 2px solid var(--color-ppal) !important;
}

/* --------------- */

.formu .div_form {
    display: block;
    position: relative;
}
   
.formu .div_form input {
    display: block;
}
   
.formu .div_form label {
    font-size: 0.8rem;
    display: block;
    position: absolute;
    width: auto;
    top: -10px;
    left: 20px;
    background-color: #fff;
    padding: 0 0.2rem;
    color: #aaa;
}

.btn_mes{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 1em;
    width: 30px;
    height: 30px;

    background-color: var(--color-ppal);
    color: #fff;
    font-weight: 800;
    border: none;
    border-radius: 10px;
}

.btn_mes:hover{
    background-color: var(--color-2);
    color: #444;
    cursor: pointer;
}

/* *********************************************************************** */

.div__equipo{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 1rem;
}

.div__equipo_item{
    width: 100%;
    /* padding: 0.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0.2em; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
    gap: 0.5em;
}


.div__equipo_item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.div__equipo_item h3{
    color: var(--color-ppal);
    text-transform: uppercase;
    text-wrap: balance;
}

.div__equipo_item .equipo_cargo{
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1rem;
    text-wrap: balance;
    color: #666;
}

.div__equipo_item .equipo_desc{
    font-size: 0.8rem;
    line-height: 1rem;
    text-wrap: balance;
}

.equipo-rrss{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 0.3em;
    color: #666;
}

.icono{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    gap: 0.5em;
}