.main-logo{
    max-width:70%; 
    margin-bottom:20px
}


.section-title-large{
    font-family:PlayfairRegular ; 
    font-size:6em; 
    color:#f7b566;
}

.section-title{
    font-family:PlayfairRegular ; 
    font-size:6em; 
    color:#f7b566;
}
.section-subtitle{
    font-family:PlayfairRegular ; 
    font-size:4em; 
    color:#f7b566;
}

.section-text{
    font-family: AvenirLight;
    font-size: 1.3em; 
    color:white;
}

.section-subtitle-b{
    font-family:AvenirBold; 
    font-size:2em; 
    color:#f7b566;
}

.short-section{
    height: 100vh !important; 
}


.price_title{
    font-family:PlayfairRegular ; 
    font-size:1.9em; 
    color:#f7b566;
}

.price_subtitle{
    font-family:PlayfairRegular ; 
    font-size:2.5em; 
    color:#f7b566;
}



.section-canvas{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}


.wrapper{
    /* border: 1px solid red !important; */
}


.clock_ballon{
    position: relative;
    width: 100%;
    height: 500px;
    padding: 20px;
    background: url('../_calaverandia_2026/clock_background_op.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 80px;
    border: 1px solid black;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.clock_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.clock_element{
    /* width: 20%; */
    white-space: nowrap;
}



.clock-time-group{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  
}

.clock-days{
    font-family:PlayfairRegular ; 
    font-size:10em; 
    padding: 0px;
    margin: 0px;
    color:white;
    /* border: 1px solid white; */
    width: 1.2em;
    text-align: center;
}

.clock-time{
    font-family:PlayfairRegular ; 
    font-size:8em; 
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    color:white;
}

.clock-time-label{
    width: 150px;
}







.map-canvas{
    width: 100%;
    height: 100%;
}


.map-container{
    position: relative;
    width: 100%;
    height: 80vh;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 80px;
    overflow: hidden;
}


.map-buttons{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.map-button{
    width: 30%;
    height: 100px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.map-home-button{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding: 10px;
}

.gadient-orange{
    background: linear-gradient(to bottom, #ea1b39, #f67936);
    color: white;
}

.gadient-blue{
    background: linear-gradient(to bottom, #00544d, #001b61, #4d256d);
    color: white;
}

.gadient-blue-pink{
    background: linear-gradient(to bottom, #131755,#981f4e, #cd4c45);
    color: white;
}

.map-button:hover, .map-home-button:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.map-home-button img {
    width: auto;
    height: 80%;

}

.map-button img {
    width: auto;
    height: 70%;
}

.schedules-canvas{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 80%;
    height: 80%;
    margin-top: 80px;
    /* border: 1px solid red; */
    margin:auto auto;
}

.schedules-container{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.location-canvas{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    border: 1px solid black;
    overflow: hidden;
}

.grid-container-horarios{
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  gap: 0px;
  width: 100%;
}



.cashless-canvas{
    margin: unset;
    max-width: unset;
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    
}

.cashless-section{
    border: 1px solid #f7b566;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    height: 500px;
    padding: 20px;
}

.cahsless-steps{

}

.cahsless-step{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 200px;
}

.cahsless-step img{
    height:  70px;
    width: auto;
}




.card-canvas{
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
}

.card{
    flex: 1;
    min-width: 0;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    border-radius: 100px;
    text-align: center;
}

.card .section-title{
     color: white !important;
}

a{
    text-decoration: none;
    color: inherit;
}

a:visited, a:active, a:focus{
    color: white !important;
}


.gradient-1 {
  background: linear-gradient(
    to bottom,
    #020821 0%,
    #170724 30%,
    #4a0335 60%,
    #8c2830 100%
  );
}

.gradient-2 {
  background: linear-gradient(
    to bottom,
    #001243 0%,
    #00195a 35%,
    #003c5b 63%,
    #00913f 100%
  );
}

.gradient-3 {
  background: linear-gradient(
    to bottom,
    #da9e56 0%,
    #c4772f 100%
  );
}



.testimonial-canvas{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 80px;
}

/* CARD */

.testimonial-card {
    background: #ededed;
    border-radius: 95px;

    padding: 65px 100px;

    text-align: center;
    color: #494949;
}

.testimonial-card p {
    margin: 0;

    font-size: 28px;
    line-height: 1.45;
}

.testimonial-card p + p {
    margin-top: 38px;
}


/* CONTROLES DE ABAJO */

.testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 65px;

    margin-top: 42px;
}


/* FLECHAS */

.testimonial-arrow {
    width: 55px;
    height: 65px;

    padding: 0;
    border: 0;

    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-arrow svg {
    width: 32px;
    height: 54px;
}

.testimonial-arrow polyline {
    fill: none;
    stroke: #fff;

    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* PUNTOS */

.testimonial-dots {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;
}

.testimonial-dots span {
    display: block;

    width: 14px;
    height: 14px;

    border-radius: 50%;

    background: #555;
}

.testimonial-dots span.active {
    background: #fff;
}


section{
    /* border: 1px solid red; */
}

/* MOBILE DEVICES */
@media (min-width:320px) and (max-width: 480px){

    .section-title{
        font-size:3em; 
    }

    .section-subtitle{
        font-size:2.5em; 
    }

    .section-text{
        padding-left: 20px;
        padding-right: 20px;
    }

    .spacer{
        margin: 10px auto 10px auto;
    }

    .afiche{
        width: 100px;
        height: 100px;
    }

/* INTRO */
    .main-logo{
        max-width:100%; 
        margin-bottom:20px
    }


/* CLOCK */
    .clock_ballon{
        height: 200px;
        border-radius: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .clock_container{
        gap: 20px;
    }

    .clock-time-label {
        width: auto;
    }

    .clock-days{
        width: auto;
        text-align: center;
        font-size:3em; 
    }

    .clock-time{
        font-size:2em; 
    }

    .section-subtitle{
       font-size:2em;
    }


    .patros-canvas{
       overflow: visible;
    }



/* MAP */
    .map-canvas{
        width: 100%;
        height: 100%;
    }


    .map-container{
        width: 90%;
        height: 80vh;

        margin-bottom: 10px;
        border-radius: 40px;
        margin: 10px auto auto;
    }


    .map-buttons{
        gap: 10px;
        margin-top: 10px;
    }

    .map-button{
        width: 33%;
        height: 60px;
        border-radius:20px;
        padding: 10px;
    }

    .map-home-button{
        width: 60px;
        height: 60px;
        border-radius: 50%;
        padding: 10px;
    }

   
 /* HORARIOS */
    .schedules-canvas {
    display: flex;
    flex-direction: column;
    }

    .location-canvas{
        border-radius: 40px !important;
    }

    #map{
        border-radius: 40px !important;
    }

/* CASHLESS */
    .cashless-section{
        height: auto;
    }

    .cashless-section img{
        height:  75px;
        width: auto;
    }


    .cahsless-step{
        width: 100%;
        gap: 10px;
    }
    .mobile-long-section{
        height: auto !important;
        margin-bottom: 40px;
    }

    .cahsless-step img{
        height:  40px;
    }


/* TESTIMONIALS */
    .testimonial-canvas{

        padding: 10px;
        gap: 0px;
    }

/* CARD */

    .testimonial-card {
        margin-top: 20px;
        border-radius: 20px;
        padding: 10px;
    }

    .testimonial-card p {
        margin: 0;
        font-size: 1em;
    }

    .testimonial-card p + p {
        margin-top: 0px;
    }

    .testimonial-controls{

    }



/* VOLUNTARIOS */
    .card{
        flex: 0;
        padding: 20px;
        height: 100px;
        border-radius: 40px;
    }

    .card-canvas{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .card .section-title{
        font-size:1.5em !important; 
    }

   .card h2{
        font-size:1.0em !important;
    }
}

/* IPADS */
@media (min-width:481px) and (max-width: 768px){

}

/* LAPTOPS */
@media (min-width:481px) and (max-width: 1024px){
  /* VOLUNTARIOS */
    .card{
        flex: 0;
        padding: 20px;
        height: 100px;
        border-radius: 40px;
    }

    .card-canvas{
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .card .section-title{
        font-size:1.5em !important; 
    }

   .card h2{
        font-size:1.0em !important;
    }
}

/* COMPUTERS */
@media (min-width:1025px) and (max-width: 1400px){
    
}

/* LAP ALTEA */
@media (min-width:1401px) and (max-width: 1500px){
    /* CLOCK */
    .clock_ballon{
        height: 200px;
        border-radius: 40px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .clock_container{
        gap: 20px;
    }

    .clock-time-label {
        width: auto;
    }

    .clock-days{
        width: auto;
        text-align: center;
        font-size:4em; 
    }

    .clock-time{
        font-size:3em; 
    }

    .section-subtitle{
       font-size:3em;
    }


    .patros-canvas{
       overflow: visible;
    }



    /* VOLUNTARIOS */
    .card{
        flex: 1;
        padding: 20px;
        height: 170px;
        border-radius: 40px;

    }

    .card-canvas{
        display: flex;
        flex-direction: row;
        padding: 20px;
        width: 80%;
        margin: auto auto;
    }

    .card .section-title{
        font-size:2.8em !important; 
    }

   .card h2{
        font-size:1.3em !important;
    }
   
}