    @font-face {
        font-family: webSymbols;
        src: url('../fonts/social_shapes.ttf');
    }
    
    * {
        box-sizing: border-box;
        padding: 0px;
        margin: 0px;
        font-family: "Poppins";
    }
    
    *::-moz-selection {
        color: #fff;
        background: #000;
    }
    
    *::selection {
        color: #fff;
        background: #000;
    }
    
    body {
        min-height: 100vh;
        
        background-color:#ffffff !important;
        font-family: 'Poppins', sans-serif;
        overflow-x: hidden;
    }
    
    main {
        background: #f5f6f9;
    }
    
    .content {
        width: 100%;
        margin: 0px auto;
        margin-top: 35px;
        min-height: 100vh;
    }
    
    button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block!important; /* Evita que el botón ocupe toda la línea */
    padding: 12px 24px!important; /* Espaciado interno del botón */
    border: none!important;
    border-radius: 0px; /* Esquinas suavemente redondeadas */
    background: #161f22;
    color: #fff!important;
    font-size: 16px!important; /* Tamaño de fuente */
    font-weight: 500!important; /* Peso de la fuente para darle cuerpo */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2)!important; /* Sombra sutil */
    cursor: pointer!important;
    transition: all 0.3s ease!important; /* Transición suave para los efectos */
    
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #1a2221!important; /* Cambio de fondo al pasar el cursor */
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3)!important; /* Aumenta la sombra en hover */
    transform: translateY(-2px)!important; /* Pequeño efecto de "flotación" */
}

button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    transform: translateY(1px)!important; /* Efecto de pulsación */
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2)!important; /* Sombra más tenue */
}

    
    .modal button {
        display: inline-block!important; /* Evita que el botón ocupe toda la línea */
    padding: 12px 24px!important; /* Espaciado interno del botón */
    border: none!important;
    border-radius: 30px!important; /* Esquinas suavemente redondeadas */
    background: #161f22;
    color: #fff!important;
    font-size: 16px!important; /* Tamaño de fuente */
    font-weight: 500!important; /* Peso de la fuente para darle cuerpo */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2)!important; /* Sombra sutil */
    cursor: pointer!important;
    transition: all 0.3s ease!important; /* Transición suave para los efectos */
    }
    
    .card {
        border: none;
        border-radius: 20px;
        box-shadow: rgba(149, 157, 165, 0.8) 0px 8px 24px!important;        
    }
    
    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }
    
    nav {
        width: 100%;
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        background: #FCA03E;        
        position: fixed;
        z-index: 2;
        color: #fff;
        box-shadow: 0 2px 1px -1px rgba(255, 255, 255, 0.4);
    }
    
    .navbar-nav {
        flex-direction: row;
    }
    
    nav h1 {
        font-family: "Dancing Script";
    }
    
    .main-logo {
        width: 180px;
    }
    
    nav ul {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0;
    }
    
    nav ul li {
        padding-left: 15px;
    }
    
    nav a {
        color: #ff0000;
        text-decoration: none!important;
     /*   border-bottom: 4px solid #FCA03E; */
        border-radius: 2px;
        transition: all 0.3s ease;
    }
    
/*  nav ul li a:hover {
        color: #fff;
        border-color: #fff;
     } 
*/
    
    .dropdown-user {
        margin-top: -3px;
    }

    .dropdown-user img {        
        margin-left:15px;        
    }
    /* Oculta la flechita hacia abajo del dropdown del user */
    
    .dropdown-toggle::after {
        display: none;
    }
    
    .dropdown-item {
        transition: all 0.3s ease;
    }
    
    .dropdown-item:focus {
        background: #000;
    }
    
    .dropdown-item:hover {
    
        color: #fff;
    }
    /* Oculta la los controles del input number */
    
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    /* Firefox */
    
    input[type=number] {
        -moz-appearance: textfield;
    }
    
    input[type=radio] {
        width: 23px;
        height: 23px;
        margin-top: 15px;
    }
    
    input,
    select,
    textarea {
        border: none;
        border: 1px solid #ccc;                
        border-radius: 0px;
        width: 100%;        
        color: #000;
        outline-color: #FCA03E!important;
        height: 60px;
    }
    
    select.especialidad,
    select.acompañamiento,
    input.searcher-input {
        border: none;
    }
    
    .type-file {
        border: 1px solid #6b7280;
        border-radius: 9999px;
        height: 45px;
        line-height: 35px;
        width: 100%;
        display: inline-block;
        padding: 6px 12px;
        cursor: pointer;
    }
    
    input[type="phone"] {
        padding-left: 10px;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        color: #FCA03E;
        border-radius: 99999px !important;
    }
    /* Cambia los efectos del glow de focus input por default */
    
   /* input[type="checkbox"] {
        width: 22px;
        height: 22px;
        margin-top: 8px;
    }*/
    
    main {
        /*background: #FCA03E;*/
        background: white;
        border-bottom: 1px solid #eee;
    }

    .mainProfile {
        background: #ffffff;
        border-bottom: 1px solid #eee;
    }
    
    footer {
        min-height: 40px;
        display: flex!important;
        flex-direction: column;
        width: 100%;
        background: #161f22;
    }
    
    .policy {
        width: 100%;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .policy a,
    .social a {
        text-align: center;
        color: #fff;
        padding: 5px;
    }
    
    .social {
        width: 600px;
        margin: 0px auto;
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }
    
    .social a {
        transition: all 0.3s ease;
        border-radius: 99999px;
        font-family: "webSymbols";
        font-size: 60px;
        color: #fff;
        text-decoration: none;
    }
    
    .tw:hover {
        color: #1c99e6;
    }
    
    .fb:hover {
        color: #1771e6;
    }
    
    .insta:hover {
        color: #d6249f;
    }

    .modal-header {
        background: #161f22!important;        
    }
    
    .modal,
    .modal label {
        font-size: 14px!important;
    }
    
    .modal input {
        font-size: 15px!important;
    }
    
    .modal h4 {
        font-size: 17px!important;
    }
    
    .fa-times {
        margin-top: 3px;
        font-size: 20px;
        color: #333;
    }
    
    .fa-times:hover {
        color: red;
    }
    
    .specialty-label {
        font-size: 14px;
    }
    
    .credit {
        display: none !important;
    }
    
    @media (max-width: 1200px) {
        .policy {
            flex-direction: column;
        }
    }
    
    @media (max-width: 700px) {
        .main-logo {
            width: 120px;
        }
        .nav-link {
            font-size: 11px !important;
        }
        nav ul li {
            padding-left: 8px;
        }
    }
    
    @media (max-width: 600px) {

        .social {
            width: 300px;
        }
        .social a {
            font-size: 60px;
        }
        
        .dropdown-user {
            margin-top: -3px;
            padding-right:20px;
        }
    }
    
    
    @media (max-width: 400px) {
	


        .social a {
            font-size: 45px;
        }

        .dropdown-user {
            margin-top: -3px;
            padding-right:20px;
        }
        
    }
