:root {

    --bs-form-select-bg-img: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3e%3cpath fill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e');

  }

body {

    min-height: 100vh; 
}


.contenedorMain{
    min-height: 48vh; 
}


.form-control{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease-in-out;
}

.form-control:focus {
    /*box-shadow: none;*/
    border-color: var(--color-border-focus);
/*     box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.08); */
}

.form-check-input{
    margin-left: 0.5em;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.2s ease-in-out;
}

.form-file{
    font-size: small;
}

.enlaceTerminos a{
    text-decoration: none;
    cursor: pointer;
}
/* 
.card-shadow-white{
    box-shadow: 0 5px 15px rgba(65, 109, 142,0.3);
} */

.img-luna{
    box-shadow: 0 2px 3px rgba(69, 60, 96, 0.5), 0 2px 3px rgba(69, 60, 96, 0.1);

    width:60%;
}

.img-derecha{
    width:50vw;
    background-color: rgba(var(--fondo-blanco), var(--bs-bg-opacity)) !important;
}

/**** ESTO NOSE PA QUE SIRVE ****/
.back:hover {
    color: var(--color-border-focus);
    cursor: pointer
}

.align-end{
    align-self: end;
}

.align-center{
    align-self: center;
} 

.help-text{
    margin-top: .25rem;
    --bs-text-opacity: 1;
    font-size: smaller;
    color:var(--color-help-text);

}

.help-text ul{
    list-style: none;
}



.width-content{
    width: fit-content;
}

.foto-perfil{
    width: 200px; /* Ajusta el tamaño del marco */
    height: 250px; /* Ajusta la proporción de la elipse */
    border-radius: 60% / 60%; /* Esto genera la forma elíptica */
    overflow: hidden; /* Oculta cualquier parte de la imagen fuera del marco */
    object-fit: cover; /* Mantiene el aspecto de la imagen */
}

.marco{
    max-width: 280px;
    border:solid 1px var(--fondo-blanco);
}

/* Colores personalizados */
.border-primary {
    border-color: var(--color-btn-primary) !important; /* Color púrpura */
}

.custom-shadow {
    box-shadow: 0 0 20px rgba(24, 25, 43, 0.5);
}


.oculto {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    display: none;
}
.visible {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    display: block;
}



/* ESTILOS PERFIL DE USUARIO*/
.back:hover {
    color: #4cb8dc;
    cursor: pointer;
}

.errorText{
    font-size: smaller;
    color: red;
}




.add-experience:hover {
    background: #94D4EA;
    color: #fff;
    cursor: pointer;
    border: solid 1px #94D4EA;
}


.formRegistro{
    display: contents;
}


.deshabilitado{
    background-color: var(--bs-secondary-bg);
    opacity: 1;  
    pointer-events: none;
}

.deshabilitado:hover, .deshabilitado:focus, .deshabilitado:checked{
    background-color: var(--bs-secondary-bg);
    opacity: 1;    
}

.delete input[type="checkbox"] {
    display: none;
  }

.country-select-flag {
    display: none;
}

    /* Estilo básico para el select */
.select-with-triangle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    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="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6"/%3e%3c/svg%3e');
    background-position: right 0.23rem center;
    background-repeat: no-repeat;
    background-size: 16px;
    cursor: pointer;
    padding-right: 1.5em;
}

.booleanDiv{
    display: flex;
    flex-direction: row;
    margin-top: 1em;
}





.height-ciudades{
    height: 40vh;
}






/**** SELECT DISPONIBILIDAD ***********/
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .dropdown-button {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    overflow-y: auto;
  }
  
  .dropdown-menu div {
    padding: 10px;
    white-space: normal;
    cursor: pointer;
  }
  
  .dropdown-menu div:hover {
    background-color: #f0f0f0;
  }
  
  .dropdown-open .dropdown-menu {
    display: block;
  }
  

/* Colores según la clave */
.option-no-disponible {
    color: #EA4335!important;   /* Rojo */
}

.option-abierto {
    color: #FE9100!important;   /* Azul */
}

.option-busqueda-activa {
    color: #34A853 !important;  /* Azul */
    
}


.btn-google {
    background-color: #ffffff;
    color: #757575;
    border: 1px solid #dadce0;
    font-weight: 500;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    width: -webkit-fill-available;
}

.btn-google:hover {
    background-color: #f8f9fa;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.btn-google img{
    width: 20px; 
    margin-right: 10px;
}

.btn-google button{
    width: auto;
}

.btn-google .imgLogo{
    height: 25px;
    width: auto;
    margin-right: 10px;
}






/*************** ESTILO RESPONSIVE **************************/
@media only screen and (min-width: 767px) { /* PARA TABLETS */
    .width-auto{
        width: auto!important;
    }
}

@media only screen and (max-width: 425px) { /* PARA MOVILES */
    .img-luna{
        width: 100%!important;
    }
}

@media only screen and (max-width: 768px) { /* PARA MOVILES */
    .img-luna{
        width: 90%!important;
    }
}

.width-fit{
    width: fit-content!important;
}

