@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap');



/*.btn-primary {
    background-image: linear-gradient(#00548A, #013251)
}*/

.btn-secondary {
    background-image: linear-gradient(to top, #868f96 0%, #596164 100%);
}

.btn-danger {
    background-image: linear-gradient(to top, #720c0c, #dd1818);
}

* {
    font-family: 'Montserrat', sans-serif;
}

.navbar-logo {
    height: 70px;
    transition: all 2s ease;
}

.navbar-logo:hover {
    opacity: 0.5;
}

.navbar-logo-container {
    margin-left: 100px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    text-shadow: #434343 2px 2px 2px;
    letter-spacing: 0.2em;
    position: relative;
}


.navbar-nav {
    margin-right: 100px;
}

.navbar-background {
    background-image: linear-gradient(#00548A, #013251);
}

.custom-footer {
    position: fixed;
    padding: 10px 15px 10px;
    font-family: 'Montserrat', sans-serif !important;
    /*background-image: linear-gradient(#00548A, #013251);*/
}

.site-background {
    background-image: url("/images/background.jpg");
    background-size: auto;
    background-repeat: no-repeat;
}

.login-background {
    background-image: url("/images/login-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

body404, html404 {
    height: 100%;
}

.bg404 {
    background-image: url("/images/404.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 128px;
    text-align: center;
    text-shadow: #ffffff 3px 3px 0px, rgba(0, 0, 0, 0.2) 6px 6px 0px;
    letter-spacing: 0.5em;
    margin-right: -0.5em;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    text-align: center;
    text-shadow: #ffffff 1px 1px 0px, rgba(0, 0, 0, 0.2) 2px 2px 0px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.img-shadow {
    margin: 0;
    padding: 0;
    width: 75%;
    filter: drop-shadow(3px 3px 3px #808080);
}

.login-card {
    background: rgba(255,255,255,0.7);
    border-radius: 50px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 15px 20px;
    border: 1px solid #357EFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.login-card hr {
    background: #357EFF;
    height: 1px;
    opacity: initial;
}

.login {
    border: 1px solid #357EFF;
}

.user_ico {
    position: sticky;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: 1;
    font-size: 25px;
    color: #bdbdbd;
    z-index: 5;
}

.upload-card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 20px 30px 40px;
    height:235px;
}

.calendar-card {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(346deg, rgba(227,251,255,0.7) 0%, rgba(236,242,255,0.7) 100%);
    padding: 10px 15px 10px;
}

.calendar-header-card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background: linear-gradient(346deg, rgba(190,206,237,0.8912158613445378) 0%, rgba(160,173,208,0.9108237044817927) 100%);
    padding: 10px 10px 10px;
    margin: 10px;
}

.calendar-cel {
    padding: 10px 15px 10px;
}

.appointment {
    width: 45%;
}

.hour-cel {
    transform: rotate(270deg);
    text-align: center;
}

#dropzone {
    position: relative;
    margin: 10px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
    height:100%;
}

#dropzone.hover {
  border: 3px solid #5c99f3;
  background: #bbd2f3;
}

#dropzone.dropped {
  border: 10px solid #5c99f3;
}

#dropzone img {
  border-radius: 10px;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

#dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rounded-nav {
    border-radius: 50rem !important;
}

.nav-pills .nav-link {
    color: #808080;
    border-radius: 50rem !important;
}

.form-card {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    padding: 20px 30px 40px;
}

label {
    color: #808080;
    opacity: 0.5;
}

[class^="col-"] {
    padding: 10px;
}


.password-input {
    position: relative;
}

.password-input .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}



.password-input .toggle-password:hover {
    color: #333;
}

.iconStyle {
    margin-right: 10px;
}

.card-header{
    background-color: lightgray;
}



/* Select2*/


/*.select2-result-item {
    display: flex;
    flex-direction: column;
}

.select2-title {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.select2-description {
    font-size: 12px;
    color: #777;
}

.select2-container--bootstrap-5 .select2-selection {
    height: calc(3.5rem + 2px) !important;*/ /* Coincide con el tamaņo de Bootstrap */
/*}

.select2-container--bootstrap-5 .select2-selection__rendered {
    padding-left: 0.75rem !important;*/ /* Ajustar el padding */
/*}

.select2-container .select2-selection--single {
    display: flex !important;
    align-items: center !important;*/ /* Centra verticalmente el texto */
/*}*/