* { padding: 0; margin: 0; }
html, body, #fullheight {
    min-height: 100% !important;
    height: 100%;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #ed1c24;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a, a:visited, a:hover {
  text-decoration: none;
}

ul#accordionSidebar {
    position: fixed;
    z-index: 1000;
}

.icono {
    max-width: 150px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .sidebar.toggled {
        overflow: hidden;
        width: 0!important;
    }
}

@media (max-width: 768px) {
    .icono {
        /*width: 75%;*/
        height: auto;
    }
    .pageweb {
        display: none;
    }
}

.topbar #sidebarToggleTop {
    background-color: rgba(1, 1, 1, 0) !important;
    border: none !important;
}

.topbar #sidebarToggleTop:active {
    background-color: rgba(1, 1, 1, 0) !important;
    border: none !important;
}

.navbar, .navbar-nav, .bg-gradient-dark {
    background-color: white !important;
    color: black !important;
}

.image-webapp {
    width: 100%;
    /*max-width: 100%;*/
    height: auto;
    /*max-height: 250px;*/
}

.image-menu, .image-giftcard {
    width: 100%;
    height: auto;
}

.locationPin {
    height: 30px; 
    width: auto;
}

.locationLink, .locationLink:hover, .locationLink:visited {
    color: #ed1c24;
}

#map {
    width: 100%;
    height: 600px;
    display: block;
}

.help-block {
    font-size: 10pt;
}

h1, h2, h3 {
    color: #749e33 !important;
    font-weight: bold !important;
}

.developer, .developer:hover {
    color: #999 !important;
    font-size: 8pt !important;
}

/* ************************************************************** */

.rrhh img {
    width: 100% !important;
    height: auto;
}
  
.cards {
    display: inline-flex;
    text-align: center;
    background: rgba(0,0,0,0);
    width: 100%;
    height: 600px;
}
  
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    display: contents;
}
  
@media screen and (max-width: 500px) {
    .cards {
      display: block;
      width: 100%;
      height: 1500px;
    }
    
    .flip-card {
      width: 100%;
      height: 450px;
      background-color: transparent;
      perspective: 1000px;
      display: block;
    }
}
  
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
  
.show-back {
    transform: rotateY(180deg);
}
  
.show-front {
    transform: rotateY(0deg);
}
  
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}
  
.flip-card-front {
    color: black;
}
  
.flip-card-back {
    transform: rotateY(180deg);
}
  
.rainbow {
    background-image: url("../img/reclutamiento/17.png");
    background-position: bottom center;
    display: block;
    width: 100%;
    padding: 10% 0px;
}

.carousel-item {
  width: 100%;
}
 
.ws_images {
    margin: 5%;
}
  
.fondo {
    background-image: url("../img/reclutamiento/18.png");
    display: block;
    text-align: center;
}
  
.boton-reclutamiento {
    color: white;
    background-color: #cc382c;
    font-size: 18pt;
    width: 400px;
    height: auto;
    display: inline-block;
    margin: 40px 0px;
    border-radius: 5px;
    font-family: 'gothamrnd-medium' !important;
}

/* ************************************************************** */

a.nav-link {
    padding: 0.5rem 1rem !important;
}

a.sidebar-brand.d-flex.align-items-center.justify-content-center.text-success {
    width: 100%;
}

.topbar {
    height: 5.375rem !important; 
}

.sidebar .sidebar-brand {
    height: 5.375rem !important;
}

.image-webapp2 {
    max-width: 100%;
    max-height: 250px;
}

/* ************************************************************** */

/* Estilos para el modal */
.modal {
    display: none; /* Oculto por defecto */
    position: fixed; /* Fijo en la pantalla */
    z-index: 10000; /* Por encima de otros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Ancho completo */
    height: 100%; /* Alto completo */
    overflow: hidden; /* Habilita el scroll si es necesario */
    background-color: rgb(0,0,0); /* Color de fondo */
    background-color: rgba(0,0,0,0.4); /* Fondo con opacidad */
}

/* Contenido del modal */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* Centrado vertical y horizontal */
    padding: 5px;
    border: 1px solid #888;
    width: 50vw !important; /* Ancho del modal */
}

@media screen and (max-width: 700px) {
    .modal-content {
        width: 90vw !important;
    }
}

/* Botón de cierre */
.modal-close {
    color: #aaa;
    float: right !important;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.modal-close:hover, .modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Imagen dentro del modal */
.modal-image {
    width: 100%;
    height: auto;
}

/* ************************************************************** */

.calendario {
    width: 100%;
    height: 100%;
}
.calendario a {
    text-decoration: none;
    color: black;
    font-size: 12pt;
    padding: 10px 10px;
}

.calendario th, .calendario td {
    padding: 10px 0px;
    text-align: center;
    border: #749e33 1px solid;
}

.selected-day {
    background-color: #749e33;
}
.selected-day a {
    color: white !important;
    font-weight: bold;
}

.phone-visible, .code-visible {
    display: none;
}

/* ************************************************************** */

.participante {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 10px;
}

.seleccionado {
    border: 2px solid #f00;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 0 10px red;
}

.participante img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.participante input {
    display: none;
}

/* ************************************************************** */

@font-face {
    font-family: 'Dirk-Black';
    src: url('../FONTS/Dirk-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monserrat Extrabold';
    src: url('../FONTS/Montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monserrat Bold';
    src: url('../FONTS/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../FONTS/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MARTIN';
    src: url('../FONTS/MARTIN-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Dirk-Black', sans-serif;
    font-size: 4rem;
    line-height: 90%;
    letter-spacing: 2%;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
}

h2 {
    font-family: 'Dirk-Black', sans-serif;
    font-size: 3rem;
    line-height: 92%;
    letter-spacing: 2%;
    text-transform: uppercase;
    width: 100%;
    white-space: wrap;
}

h3 {
    font-family: 'Monserrat Extrabold', sans-serif;
    font-size: 1.75rem;
    line-height: 125%;
    letter-spacing: 0%;
    width: 100%;
    white-space: wrap;
}

h4 {
    font-family: 'Dirk-Black', sans-serif;
    font-size: 1.75rem;
    line-height: 90%;
    letter-spacing: 2%;
    width: 100%;
    white-space: wrap;
}

h5 {
    font-family: 'Monserrat Extrabold', sans-serif;
    font-size: 1.25rem;
    line-height: 140%;
    letter-spacing: 0%;
    width: 100%;
    white-space: wrap;
}

h6 {
    font-family: 'Dirk-Black', sans-serif;
    font-size: 1.375rem;
    line-height: 120%;
    letter-spacing: 2%;
    width: 100%;
    white-space: wrap;
}

body {
    font-family: 'Monserrat Regular', sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }
}

.btn, .ctct-form-button {
    font-family: 'Monserrat Extrabold', sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 16px 24px !important;
    border-radius: 2rem !important;
    border: 2px solid var(--thursday-night) !important;
}

a.link, .locationLink {
    font-family: 'Monserrat Extrabold', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 0px;
    line-height: 4px;
    color: var(--red) !important;
    border-bottom: 4px solid var(--thursday-night);
}

.card a.text-danger  {
    font-family: 'Monserrat Extrabold', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 6px 0px;
    line-height: 4px;
    color: var(--red) !important;
    border-bottom: 4px solid var(--thursday-night);
}

@media screen and (max-width: 768px) {
    a.link, .locationLink, .card a.text-danger {
        padding: 0px !important;
        border-bottom: 2px solid var(--thursday-night) !important;
    }
}

label {
    font-family: 'Monserrat Bold', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--thursday-night) !important;
}

input:focus, textarea:focus {
    border: 2px solid var(--thursday-night) !important;
}

input:active, textarea:active {
    border: 1px solid var(--gray) !important;
    color: var(--black) !important;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/icons/Caret Circle/Direction=CaretCircleDown, Mode=Dark, Color=Cilantro, Size=32px.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
    padding-right: 30px;
    font-family: 'Monserrat Regular', sans-serif;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    border: 2px solid var(--thursday-night);
    border-radius: 4px;
    padding: 10px;
}

select:focus {
    background-image: url("../img/icons/Caret Circle/Direction=CaretCircleUp, Mode=Dark, Color=Cilantro, Size=32px.svg");
}

.sidebar .nav-item.active .nav-link, .fa-bars::before{
    color: var(--thursday-night) !important;
}

/* ************************************************************** */

#hora_btn .radio-wrap input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    cursor: pointer;
}

/* contenedor/etiqueta que se ve como botón */
.radio-btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #222;
    border: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
    transition: background .12s ease, color .12s ease, border-color .12s ease, transform .06s ease;
    margin: 5px;
    width: 80px;
    text-align: center;
    font-size: 8pt;
}

.radio-wrap { display: inline-block; position: relative; }

/* pequeño efecto al presionar */
.radio-btn:active { transform: translateY(1px); }

/* foco accesible: usa el label para mostrar foco cuando el input está focusable */
input[type="radio"]:focus + .radio-btn,
label:focus-within .radio-btn {
    box-shadow: 0 0 0 3px rgba(196,0,0,0.15);
    outline: none;
}

/* estado seleccionado: fondo rojo y texto blanco */
input[type="radio"]:checked + .radio-btn {
    background: #c40000; /* rojo */
    color: #fff;
    border-color: #a00000;
}

/* opcional: estado hover */
.radio-btn:hover { filter: brightness(0.98); }

.showWA {
    display: flex;
    justify-content: center; 
    align-items: center;     
}

.showWA .modal-content {
    height: 150px !important;
    width: 300px !important;
}

.modal-content {
    /*height: 90vh;
    width: 90vw;*/
    overflow-y: scroll;
}

.aRestaurante {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    border: 2px solid #749e33;
    border-radius: 8px;
    background-color: #f5f5f5;
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (max-width: 700px) {
    .modal-content {
        height: 95vh !important;
        width: 90vw !important;
    }
}