html {
    scroll-behavior: smooth !important;
    overflow-x:hidden !important;
}

header {
    z-index: 1020 !important;
}

header img {
    max-height: 100px !important;
}

nav {
    z-index: 1010 !important; 
    top: 132px !important;
}

@media (max-width: 767px) {
    nav {
        top: 7.7rem !important;
    }
}

.navbar {
    background-color: #10777A !important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.navbar-nav .nav-link {
    position: relative;		color: white !important;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: bold;		transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out; /* Asegura transiciones suaves */
}

.navbar-nav .nav-link:hover {	text-shadow: 0 0 8px rgba(51, 204, 204, 0.8); /* Resplandor sutil */	text-decoration: underline;
}

/* */

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #10777A;
    margin-top: 0.5rem;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown.show .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-item {
    color: white !important;
    padding: 0.5rem 1rem;
}

.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:visited {
    background-color: #10777A !important;
    color: #f0f0f0 !important;
    outline: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #10777A !important;
    color: #f0f0f0 !important;
}

/* */

.btn-primary {
    background-color: #10777A !important;
    color: white !important;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #10777A !important;
    color: white !important;
    text-decoration: none;
}

.btn-primary:active {
    background-color: #10777A !important;
    color: white !important;
    border: none;
    text-decoration: none;
}

/* */

.btn-secondary {
    background-color: #0e2829 !important;
    color: white !important;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #0e2829 !important;
    color: white !important;
    text-decoration: none;
}

.btn-secondary:active {
    background-color: #0e2829 !important;
    color: white !important;
    border: none;
    text-decoration: none;
}

/* */

.card {
    min-height: 200px;
    display: flex;
    flex-direction: column;
}

.card img {
    max-width: 150px;
    height: auto;
}

.card-body {
    flex-grow: 1;
}

/* */

.form-control:focus {
    border-color: #dadada; box-shadow: 0 0 0 0.2rem #10777A;
}

.form-check-input:checked {
    background-color: #10777A;
    border-color: #10777A;
	box-shadow: none;
	outline: 0 none;
}

.form-check-input:focus{
    box-shadow: 0 0 0 0.2rem #10777A;
}

.form-check-input:active{
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #10777A;
    color: #fff;
    white-space: pre;
    resize: none;
    border-color: #10777A;
}

/* */