@import url(https://fonts.googleapis.com/css?family=Merriweather);

/* -------- SPINNER -------- */

.spinner {
    border: 5px solid #e3e3e3;
    border-top: 5px solid #6E5C37;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    margin: 20px auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* -------- FADE IN -------- */

.fade-in {
    animation: fadeIn 1.2s ease forwards;
    opacity: 0;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1); }
}


input, select, textarea {
    font-size: 16px;
}

select{
    color:black;
}

#copy-text {
    color:black;
}

audio::-webkit-media-controls-panel {
    background-color: #ddd4c3; /* fondo del panel */
}

audio::-webkit-media-controls-play-button {
    background-color: transparent; /* puedes poner color o redondeado */
}



audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    color: #4b3f2f; /* color de texto del tiempo */
}

audio::-webkit-media-controls-volume-slider {
    background-color: #ccc;
}

body {
    display: flex;
    align-items: center;
    height: 100vh;
    margin: auto;
    flex-direction: column;
    max-width: 370px;
}

body {
    background-image: url("assets/bg-texture.png");
    background-repeat: repeat;
    background-size: 400px; /* ajusta el tamaño del mosaico */
    background-position: top left;
}

img {
    max-width: 100%;
   max-height: 100%;
}

.linea-separadora {
    width: 100%;
    height: 3px;
    background-color: black;
    border-radius: 50px;
}

#countdown{
    display: contents;
}

table {
    border-collapse: collapse;
    width: 90%;
}

th, td {
    color: #545454;
    padding: 0;
    font-size:30px!important;
    font-family: Roboto;
    text-align: center;
    padding-right:25px;
}

th, label {
    font-size:14px!important;
    font-weight: 400;
    font-family: 'Martel Sans',Helvetica,Arial,Lucida,sans-serif!important;

}

.separator{
    margin-top: 40px;
}

.btn-save-date {
    padding: 12px 102px;
    color: #ffffff;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Martel Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    background-color: #6E5C37;
    text-decoration: none;
    cursor: pointer;
}

.titulo_principal{
    font-size: 13px;
    color: #777777;
    font-weight: 700;
}

#map {
    height: 400px;
    width: 100%;
}

.lista{
    align-items: center;
    text-align: center;
    .list-content{
        display: inline-flex;
        max-width: 80%;
    }
}

.principal{
    font-size:16px;
    font-family: Open Sans,Arial,sans-serif ;
    font-weight: 500;
    line-height: 1.7;
    align-items: center;
    text-decoration: none;
}
.principal strong {
    margin-right: 10px;
}
.copy-icon {
    vertical-align: sub;
    cursor: pointer;
}

 
select.asistir, select.plaza_bus, select.numeroInvitados {
    background-image:
      linear-gradient(45deg, transparent 50%, #CCC 50%),
      linear-gradient(135deg, #CCC 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 17px) calc(1em + 2px),
      calc(100% - 12px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;  
    }

.container, .container2 {
    max-width: 80%;
    margin: 0 auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

.container select:focus {
    outline: none;
}
input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #31496A69;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="radio"] {
    width: auto; 
    accent-color: #6E5C37;

}

button {
    text-transform: uppercase;
    margin-top:20px;
    margin-bottom:20px;
    height: 40px;
    width: 100%;
    font-family: 'Martel Sans', Helvetica, Arial, Lucida, sans-serif;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    display: inline-block;
    border: 0;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    background-color: #6E5C37;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

input:focus{
    border-color: #6E5C37;
    outline: none; 
    box-shadow: 0 0 5px rgba(215, 236, 250, 0.5);
}

#guestInfo {
    margin-top:20px;
    display: none;
    width:100%;
}


.hotel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #6e5c3717;
    padding: 16px 14px;
    border-radius: 10px;
    margin: 11px 35px;
}

.hotel a {
        flex: 1;
        font-size: 16px;
        text-decoration: none;
        color: #6E5C37;
        font-family: 'Martel Sans',Helvetica,Arial,Lucida,sans-serif!important;
        font-weight: 500;
    }

      /* Efecto de aparición */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

 

  