@media (min-width: 2560px) {
    #medic-team {
        width: 85% !important;
    }

    /* Previous-App */
    .doc-list .info-doctor {
        margin-right: 520px !important;
    }

    .doc-list .date-appointed {
        margin-right: 610px !important;
    }

    /* Perfil */
    #perfil-page {
        width: inherit;
    }

    .full-select,
    .full {
        width: 98.8% !important;
    }

    .full-button {
        width: 99.3% !important;
    }

    #insurrence-page .full {
        width: 81.4% !important;
    }
}
@media (min-width: 1920px) {
    #main-container {
        margin-right: 150px;
    }

    #medic-team {
        width: 75%;
        margin-right: auto;
    }

    /* Previous-App */
    #previous-app,
    #records-page {
        margin-right: unset;
    }

    .doc-list .info-doctor {
        margin-right: 310px;
    }

    .doc-list .date-appointed {
        margin-right: 390px;
    }

    /* Perfil */
    #perfil-page {
        margin-right: 0px;
    }

    .full-select,
    .full {
        width: 97.8%;
    }

    .full-button {
        width: 98.6%;
    }

    #insurrence-page .full {
        width: 82.3%;
    }
}

@media (max-width: 1440px) {
    .margin-left-general {
        margin-left: 50px;
    }

    .margin-right-general,
    #main-container {
        margin-right: 50px;
    }

    #medic-team {
        margin-right: auto;
        width: 71%;
    }

    /* Previous-App */
    #previous-app,
    #records-page {
        margin-right: unset;
    }

    .doc-data .doctor-photo {
        width: 72px;
    }

    .doc-list .info-doctor {
        margin-right: 215px;
    }

    .doc-list .date-appointed {
        margin-right: 300px;
    }

    /* Perfil */
    #perfil-page {
        margin-right: 0px;
    }
}

@media (max-width: 1280px) {
    .doc-list .info-doctor {
        margin-right: 160px;
    }

    .doc-list .date-appointed {
        margin-right: 245px;
    }

    /* Perfil */
    .full-select,
    .full {
        width: 96.6%;
    }

    #insurrence-page .full {
        width: 83.6%;
    }
}

@media (max-width: 1024px) {
    .doctor-photo {
        width: 100px;
    }

    .reserve {
        font-size: 15px;
    }

    .address-doctor {
        margin-bottom: 25px;
    }

    .btn-book-again {
        padding: 4px 25px;
    }

    #medic-team {
        height: auto;
        width: 64%;
    }

    #pagination {
        margin-bottom: 34px;
    }

    /* Previous-App */

    .doc-list .info-doctor {
        margin-right: 75px;
    }

    .doc-list .date-appointed {
        margin-right: 160px;
    }

    /* Perfil */

    .full-select,
    .full {
        width: 94.8%;
    }

    .d {
        width: 22.5% !important;
    }

    #insurrence-page .full {
        width: 84.8%;
    }

    #document {
        grid-template-columns: 46% 52%;
    }
}

@media (max-width: 960px) {
    #nav-title .btn-header {
        display: none;
    }

    #nav-title {
        z-index: 1001;
        height: 58px;
        align-items: baseline;
    }

    .positionFixed {
        overflow: hidden;
    }

    .title {
        font-size: 24px;
    }

    #header {
        margin-top: 58px;
        margin-bottom: 10px;
    }

    .header-top-botton {
        padding-top: 15px;
    }

    #menu {
        background-color: #ffffff;
        z-index: 1001;
        position: fixed;
        display: block;
        right: -100%;
        top: 58px;
        transition: ease-in-out 0.3s;
        width: 40%;
        margin-top: 0px;
        text-align: center;
        margin-left: 0px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
        overflow: hidden scroll;
        height: calc(100% - 58px);
        height: -moz-available;
        overflow: hidden scroll;
    }

    #menu .btn-header {
        display: block;
        width: -webkit-fill-available;
        width: -moz-available;
        height: auto;
        font-size: 18px;
        font-weight: normal;
        margin: 10%;
    }

    #btn-menu #username {
        margin-bottom: 10px;
        background-color: #ffffff;
        color: #0f70b8;
        border-color: #ffffff;
    }

    #menu #btn-menu {
        display: block;
        background-color: #0f70b8;
        margin-top: -16px;
        padding: 35px;
        height: calc(100% - 275px);
    }

    .menu-divider {
        display: block;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    .margin-right-menu {
        margin-right: 0px;
    }

    .menu-list {
        padding: 5%;
        color: #0f70b8;
    }

    #header-ham .hamburger-box {
        /* width: 35px;
        height: 19px; */

        width: 25px;
        height: 17px;
    }

    #header-ham .hamburger-inner,
    #header-ham .hamburger-inner::before,
    #header-ham .hamburger-inner::after {
        width: 25px;
        height: 3px;
    }

    #header-ham .hamburger-inner::before {
        top: -7px;
    }

    #header-ham.hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
    }

    #header-ham.hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
    }

    #header-ham .hamburger-inner::after {
        top: -14px;
    }

    .active {
        text-shadow: unset;
        border: unset;
        border-radius: unset;
        box-shadow: unset;
        background-color: #2dd4ac;
        color: #ffffff !important;
        margin-top: unset;
    }

    .menu-list:first-child {
        margin-top: 0.5rem;
    }

    #overlay {
        background-color: rgba(0, 0, 0, 0.5);

        z-index: 1000;

        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    #main-container,
    #nav-title .hamburger {
        display: block;
    }

    .header-section {
        display: block;
    }

    .button-header {
        padding-top: 5px;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #0f70b8 !important;
    }

    #main-container {
        margin-right: 10px;
    }

    #medic-team,
    #previous-app,
    #records-page,
    #perfil-page-menu {
        margin-top: -275px;
        margin-right: 0px;
        width: auto;
    }

    #header-ham {
        padding-right: 5px;
    }

    .section-title,
    .search-box {
        width: auto;
    }

    .search,
    #next-appointments,
    .dates-divider {
        width: -webkit-fill-available;
        width: -moz-available;
        background-position: 95%;
    }

    .margin-left-general {
        margin-left: 10px;
    }

    .margin-right-general {
        margin-right: 10px;
    }

    .doctor-photo {
        width: 80px;
        margin-right: 10px;
    }

    .btn-book-again {
        padding: 5px 11px;
    }

    .info-appointments {
        width: -webkit-fill-available;
        width: -moz-available;
        margin-right: 30px;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .date-doc-name {
        width: 300px;
    }

    .btn-cancel-app,
    .btn-time-app {
        margin-bottom: 6px;
    }

    #next-appointments {
        height: auto;
    }

    .dates-divider {
        margin-top: 0px;
    }

    .doctor-dates {
        margin-bottom: 19px;
    }

    .doc-app {
        display: flex;
    }

    .date-appointed {
        margin-left: 20px;
    }

    .info-doctor {
        width: auto;
    }

    .search {
        padding-right: 10%;
    }

    /* Previous-App */
    .doc-list .info-doctor {
        margin-right: 85px;
        width: 175px;
    }

    .doc-list .date-appointed {
        margin-left: 0px;
    }

    .doc-list .date-appointed {
        margin-right: 165px;
    }

    .doc-list .reasons {
        align-items: unset;
    }

    /* Records Page */
    #records-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Perfil */
    #perfil-page {
        margin-right: 0px;
        padding: 34px 10px 49px;

        width: auto;
    }

    #perfil-page-menu {
        overflow: auto;
        -webkit-overflow-scrolling: touch;

        padding: 0px;

        background: transparent;
        box-shadow: unset;

        border: unset;
        border-radius: unset;
    }

    #perfil-menu {
        display: grid;
        grid-template-columns: 150px 150px 150px 150px 150px 150px 150px 150px 150px;
        text-align: center;
        grid-gap: 0.5rem;

        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
    }

    #perfil-menu li {
        padding: 17px 0px 15px 0px;
        cursor: pointer;
        background: white;
        color: #0f70b8;
        font-weight: 500;
        border-radius: 4px;
        padding: 12px;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .active-perfil-menu {
        font-weight: 500;
        color: #0f70b8;
        background: #0f70b8 !important;
        color: white !important;
    }

    #perfil-page-menu::-webkit-scrollbar {
        /* solo oculta su visualizacion */
        display: none;
    }

    .divider-perfil-menu {
        display: none;
    }

    #insurrence-page .half {
        width: 49%;
    }

    #insurrence-page .full {
        width: 97.3%;
    }

    .d {
        width: 2% !important;
    }

    .grid-width {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .full-button {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    #document {
        grid-template-columns: 29% 69%;
    }
} /* max-width: 960px */

@media (max-width: 854px) {
    .doc-list .info-doctor {
        margin-right: 49px;
    }

    .doc-list .date-appointed {
        margin-right: 133px;
    }

    .date-doc-name {
        width: 200px;
    }
}

@media (max-width: 823px) {
    .doc-list .info-doctor {
        margin-right: 39px;
    }

    .doc-list .date-appointed {
        margin-right: 120px;
    }
}

@media (max-width: 812px) {
    .doc-list .info-doctor {
        margin-right: 35px;
    }

    .doc-list .date-appointed {
        margin-right: 115px;
    }
}

@media (max-width: 800px) {
    .doc-list .info-doctor {
        margin-right: 30px;
    }

    .doc-list .date-appointed {
        margin-right: 115px;
    }
}

@media (max-width: 768px) {
    .doc-list .info-doctor {
        margin-right: 20px;
    }

    .doc-list .date-appointed {
        margin-right: 100px;
    }

    /* Perfil */
    /* .full-select {
        width: 97%;
    } */

    .full {
        width: 96.9%;
    }

    #insurrence-page .full {
        width: 96.9%;
    }

    #evaluate_doctor {
        left: -150px;
    }
}

@media (max-width: 736px) {
    #apps {
        margin-top: 28px;
    }

    .doc-list .info-doctor {
        margin-right: 10px;
    }

    .doc-list .date-appointed {
        margin-right: 90px;
    }

    #evaluate_doctor {
        left: 0px;
    }

    #evaluate_doctor .modal-content {
        width: auto;
    }

    #evaluate_doctor .modal-body,
    #evaluate_doctor .modal-footer {
        padding: 15px 20px;
    }
}

@media (max-width: 667px) {
    .doctors {
        display: block;
    }

    #medic-team {
        height: auto;
    }

    #pagination {
        margin-bottom: 34px;
    }

    .text-evaluation,
    .rating {
        text-align: left;
        background-position-x: left;
    }

    .evaluation {
        margin: 20px 0px 0px 15px;
    }

    .rating {
        margin-bottom: 20px;
    }

    .doc-app {
        display: block;
    }

    .info-doctor {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .date-appointed {
        margin-left: 0px;
    }

    #evaluate_doctor .coment_modal {
        width: 59.5rem;
    }

    #evaluate_doctor .send_calification {
        width: 60.4rem;
    }

    /* #menu {
        /* height: 80%;
    } */

    /* Previoius-App */
    .doc-data {
        display: block;
        margin-right: 60px;
    }

    .doc-data .info-doctor {
        margin-left: 25px;
    }

    .doc-list .date-appointed {
        margin-right: 65px;
    }

    .photo-list {
        margin: 19px 14px 5px 25px;
    }

    .list-doctors .info-doctor {
        margin-top: 10px;
    }

    .actions-list {
        margin-top: -19px;
    }
} /* max-width: 667px */

@media (max-width: 640px) {
    .doctor-photo {
        width: 100px;
    }

    .doc-data {
        margin-right: 50px;
    }

    .doctor_data {
        display: block;
    }

    .evaluation {
        margin: 20px 0px 0px 93px;
    }

    .doc-list .date-appointed {
        margin-right: 60px;
    }

    #evaluate_doctor {
        left: 0;
    }

    #evaluate_doctor .modal-content {
        width: auto;
    }

    #evaluate_doctor .coment_modal {
        width: 53rem;
    }

    #evaluate_doctor .send_calification {
        width: 54rem;
    }

    /* Perfil */
    .full-select,
    .full,
    #insurrence-page .full {
        width: 96.3%;
    }

    #document #document-type {
        display: grid;
        grid-template-columns: 40% 60%;
    }
}

@media (max-width: 600px) {
    .doctor-photo {
        width: 93px;
        margin-right: 25px;
    }

    #phone {
        display: none;
    }

    #app-stores {
        margin-top: -15px;
    }

    #app-store {
        margin-bottom: 15px;
    }

    .reserve,
    .doctor-name,
    .address-doctor,
    .email-doctor,
    .dates-amount {
        margin-left: -15px;
    }

    .specialty-doc {
        margin-left: unset;
    }

    .evaluation {
        margin: 20px 0px 0px 85px;
    }

    .doc-data {
        margin-right: 40px;
    }

    .date-doc-name {
        width: 125px;
    }

    .doc-list .date-appointed {
        margin-right: 40px;
    }

    #evaluate_doctor .coment_modal {
        width: 50rem;
    }

    #evaluate_doctor .send_calification {
        width: 51rem;
    }

    /* Perfil */
    .full-select,
    .full,
    #insurrence-page .full {
        width: 96.1%;
    }

    .full-button {
        width: 97.5%;
    }

    .d {
        width: 6.5% !important;
    }

    #document #document-type .inputs-perfil {
        padding: 14px 7px;
    }

    #document #document-type .inputs-perfil:first-child,
    #document #document-type .inputs-perfil:last-child {
        width: unset;
    }
}

@media (max-width: 568px) {
    .reserve {
        font-size: 16px;
    }

    .address-doctor {
        margin-bottom: 20px;
    }

    .evaluation {
        margin: 20px 0px 0px 85px;
    }

    /* Previous-App */

    .doc-data {
        margin-right: 20px;
    }

    .doc-list .date-appointed {
        margin-right: 50px;
    }

    #previous-app .order {
        font-size: 12px;
    }

    .doctor-name-list {
        font-size: 15px;
    }

    .specialty-doc {
        font-size: 12px;
    }

    .doc-list .date-appointed,
    .reasons {
        font-size: 12px;
    }

    .actions-list {
        font-size: 23px;
    }

    #evaluate_doctor .coment_modal,
    #evaluate_doctor .send_calification {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    /* Perfil */
    .d {
        width: 9% !important;
    }
}

@media (max-width: 533px) {
    /* .section-title {
        font-size: 20px;
    } */

    .search {
        height: 39px;
    }

    .doctor-photo {
        width: 103px;
    }

    .reserve {
        font-size: 15px;
    }

    .address-doctor {
        margin-bottom: 25px;
    }

    .welcome {
        width: auto;
    }

    #photo-user {
        height: 120px;
    }

    /* Previous-App */
    .doc-data {
        margin-right: 8px;
    }

    .doc-list .date-appointed {
        margin-right: 40px;
    }

    .swal-modal {
        width: 500px;
    }

    /* Records-Page */
    .icon-records {
        margin: 0px 5px 0px 0px;
    }

    .vital .txt-vital {
        font-size: 50px;
        width: 108px;
    }

    /* Perfil */
    .d {
        width: 13% !important;
    }

    .full-select,
    .full,
    #insurrence-page .full {
        width: 95.4%;
    }

    .full-button {
        width: 97.2%;
    }
}

@media (max-width: 480px) {
    .doctor-photo {
        width: 125px;
        margin-right: 50px;
    }

    .reserve {
        margin: 9px 0px 0px;
    }

    .doctor-name {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .text-evaluation {
        font-size: 15px;
    }

    .btn-book-again {
        padding: 3px 8px;
        width: -webkit-fill-available;
        width: -moz-available;
    }

    .contacts {
        font-size: 15px;
    }

    #app-store,
    #google-play {
        width: 100px;
        height: 30px;
        background-size: contain;
    }

    .address-doctor,
    .email-doctor,
    .dates-amount {
        margin-left: -133px;
    }

    .reserve,
    .doctor-name {
        margin-left: -45px;
    }

    .evaluation {
        margin: 20px 0px 0px 0px;
    }

    .info-appointments {
        display: block;
    }

    .search {
        padding-right: 13%;
    }

    #evaluate_doctor .rating2 .fa-star-o,
    #evaluate_doctor .rating2 .fa-star {
        width: 55px;
        height: 54px;
    }

    .date-doc-name {
        width: auto;
    }

    .swal-modal {
        width: 450px;
    }

    /* Previous-App */

    .list-doctors .doc-list {
        display: block;
    }

    .doc-data {
        display: flex;
    }

    .photo-list {
        width: 75px;
        margin: 19px 14px 18px 25px;
    }

    .doc-data .info-doctor {
        margin-left: unset;
        margin-top: 23px;

        width: auto;
    }

    .doc-data .specialty-doc {
        margin-left: unset;
    }

    .app-data .date-appointed,
    .doc-list .reasons {
        margin-right: unset;
    }

    .app-data {
        margin-left: 25px;
        margin-bottom: 19px;

        justify-content: space-between;
    }

    /* Records-Page */
    .title-current-weight,
    .title-current-height,
    .title-current-pression,
    .title-current-pulse,
    .title-current-temperature,
    .title-current-glucose {
        display: block;
    }

    .btn-add-weight,
    .btn-add-height,
    .btn-add-pression,
    .btn-add-pulse,
    .btn-add-temperature,
    .btn-add-glucose {
        width: -webkit-fill-available;
        width: -moz-available;
    }

    /* Perfil */
    #document-type {
        width: unset;
    }

    #document #document-type .inputs-perfil {
        padding: 14px 2px;
    }

    .d {
        width: 2% !important;
    }
} /* max-width: 480px */

@media (max-width: 414px) {
    #photo-user {
        width: 115px;
        height: 100px;
        background-size: cover;
    }

    .info-user,
    #dates-path,
    #specialties-path,
    #appointments-path {
        font-size: 15px;
        margin-left: 5%;
    }

    #menu {
        width: 45%;
    }

    .search {
        height: 34px;
        padding-right: 11%;
        background-size: 15px;
    }

    .order {
        font-size: 10px;
    }

    .margin-path {
        margin-right: 58px;
    }

    .doctor-photo {
        width: 170px;
        margin-right: 25px;
    }

    .address-doctor {
        margin-bottom: 30px;
    }

    .contacts {
        font-size: 14px;
    }

    #app-store,
    #google-play {
        width: 80px;
        height: 30px;
    }

    #app-store {
        margin-bottom: 5px;
    }

    .reserve {
        margin-bottom: 0px;
        height: fit-content;
    }

    .doctor-name {
        margin-bottom: 40px;
    }

    #medic-team {
        margin-top: -300px;
    }

    #previous-app .margin-path {
        margin-right: unset;
    }

    #previous-app .order {
        margin-right: unset;
    }

    .doc-data .doctor-photo {
        width: 72px;
    }

    #evaluate_doctor .rating2 .fa-star-o,
    #evaluate_doctor .rating2 .fa-star {
        width: 41px;
        height: 41px;
    }

    .swal-modal {
        width: 400px;
    }

    /* Records-Page */
    .vital .txt-vital {
        font-size: 40px;
        width: 98px;
    }

    .vital .lbs {
        font-family: HelveticaNeue;
        font-size: 37px;
    }

    /* Perfil */
    #document {
        grid-template-columns: 34% 64%;
    }
    #document-type .inputs-perfil:first-child {
        width: 25%;
    }

    #document-type .inputs-perfil {
        padding: 14px 15px;
    }

    #document-type .inputs-perfil:last-child {
        width: 35%;
    }

    .full-select,
    .full,
    #insurrence-page .full {
        width: 93.9%;
    }

    .full-button {
        width: 96.2%;
    }

    #password-page .half {
        width: 93.9%;
    }

    #password-page .half-button {
        width: 96.2%;
    }
} /* max-width: 414px */

@media (max-width: 384px) {
    /* .section-title {
        font-size: 13px;
    } */

    .search {
        height: 25px;
    }

    .order {
        margin-right: 1px;
    }

    .margin-path {
        margin-right: 50px;
    }

    .doctor-photo {
        width: 210px;
    }

    .reserve,
    .text-evaluation {
        font-size: 14px;
    }

    .address-doctor {
        margin-bottom: 30px;
    }

    .rating {
        height: 13px;
        background-size: contain;
    }

    .btn-book-again {
        font-size: 14px;
        padding: 1px 5px;
    }

    .contacts {
        font-size: 12px;
    }

    #menu {
        width: 50%;
    }

    .reserve,
    .doctor-name {
        margin-left: -55px;
    }

    .address-doctor,
    .email-doctor,
    .dates-amount {
        margin-left: -142px;
    }

    #evaluate_doctor .rating2 .fa-star-o,
    #evaluate_doctor .rating2 .fa-star {
        width: 36px;
        height: 35px;
    }

    /* Previous-App */
    #previous-app .order {
        width: 65px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .swal-modal {
        width: 350px;
    }

    .noButton,
    .yesButton,
    .acceptButton {
        width: 145px;
    }

    /* Reports-Page */
    .vital .btn-up-vitals {
        padding: 19px 85px;
    }

    .vital .txt-vital {
        font-size: 30px;
        width: 88px;
    }

    /* Perfil */
    #full-name,
    #sex-civil,
    #email-phone,
    #document,
    #health-insurance {
        display: block;
    }

    .inputs-perfil {
        margin-bottom: 10px;
    }

    #sex-civil #document-type {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    #sex-civil #document-type .inputs-perfil:first-child,
    #sex-civil #document-type .inputs-perfil:last-child {
        width: unset;
    }

    #input-birth-day {
        grid-template-columns: 34% 34% 33.7%;
    }

    .half,
    #insurrence-page .half {
        width: 93.9%;
        margin-bottom: 5px;
    }

    #document-type .inputs-perfil:first-child {
        width: 30%;
    }

    #document-type .inputs-perfil:last-child {
        width: 45%;
    }

    #document .half {
        width: 93.9%;
    }
} /* max-width: 384px */

@media (max-width: 375px) {
    .margin-path {
        margin-right: 45px;
    }

    .doctor-photo {
        width: 220px;
    }

    .reserve {
        font-size: 13px;
    }

    .btn-book-again {
        width: 100%;
    }

    #evaluate_doctor .rating2 .fa-star-o,
    #evaluate_doctor .rating2 .fa-star {
        width: 34px;
        height: 33px;
    }

    #evaluate_doctor .fa-star-o:before,
    #evaluate_doctor .fa-star:before {
        font-size: 2.5rem;
    }

    /* Records-Page */
    .vital .btn-up-vitals {
        padding: 19px 65px;
    }

    .vital .txt-vital {
        font-size: 25px;
        width: 83px;
    }

    .vital .lbs {
        font-family: HelveticaNeue;
        font-size: 32px;
    }
}

@media (max-width: 360px) {
    /* .search-box {
        width: 40%;
    } */

    .search {
        padding-left: 6px;
        background-size: 13px;
        font-size: 12px;
    }

    .order {
        font-size: 9px;
    }

    .doctor-photo {
        width: 240px;
        margin-right: 16px;
    }

    .reserve,
    .doctor-name {
        font-size: 14px;
    }

    #app-store,
    #google-play {
        width: 75px;
        height: 25px;
    }

    #dates-path,
    #specialties-path,
    #appointments-path {
        margin-top: -3px;
    }

    .address-doctor,
    .email-doctor,
    .dates-amount {
        margin-left: -140px;
    }

    #evaluate_doctor .rating2 {
        margin-bottom: 3.9rem;
    }

    #evaluate_doctor .rating2 .fa-star-o,
    #evaluate_doctor .rating2 .fa-star {
        width: 31px;
        height: 30px;
    }

    /* Previous-App */
    #previous-app .order {
        width: 60px;
    }
} /* max-width: 360px */

@media (max-width: 320px) {
    #menu {
        width: 56%;
    }

    .info-user {
        font-size: 13px;
    }

    .margin-path {
        margin-right: 26px;
    }

    .reserve,
    .doctor-name {
        margin-left: -30px;
    }

    .address-doctor,
    .email-doctor,
    .dates-amount {
        margin-left: -116px;
    }

    .address-doctor {
        margin-bottom: 30px;
    }

    .doctor_info {
        margin-right: 40px;
    }

    .email-doctor {
        overflow: auto;
        width: 205px;
    }

    #evaluate_doctor .rating2 .fa-star-o,
    #evaluate_doctor .rating2 .fa-star {
        width: 23px;
        height: 22px;
    }

    #evaluate_doctor .fa-star-o:before,
    #evaluate_doctor .fa-star:before {
        font-size: 2rem;
    }

    #evaluate_doctor .title_modal {
        font-size: 1.7rem;
    }

    #evaluate_doctor .send_calification {
        font-size: 1.6rem;
    }

    /* Previous-App */
    #previous-app .order {
        width: 50px;
    }

    .doc-data {
        margin-right: unset;
    }

    .swal-modal {
        width: 300px;
    }

    .noButton,
    .yesButton,
    .acceptButton {
        width: 120px;
    }

    /* Reports-Page */
    .vital .btn-up-vitals {
        padding: 19px 45px;
    }

    .vital .lbs {
        font-family: HelveticaNeue;
        font-size: 22px;
    }

    /* Perfil */
    .title-perfil-form {
        font-size: 22px;
    }

    .title-demographic,
    #race-options label,
    #ethnicity-options label {
        font-size: 16px;
    }
}

/* AUTHORIZATIONS */
@media (max-width: 412px) {
    #authorizations-page .authDoc {
        display: block;
    }

    #authorizations-page .appAuthContainer .auth-area {
        display: grid;
        grid-row-gap: 10px;
        padding: 10px;
    }
}

@media (max-width: 639) {
    #authorizations-page .auth-area {
        display: grid;
        grid-row-gap: 10px;
        padding: 10px;
    }
}

@media (max-width: 790px) {
    #authorizations-page .auth-area {
        width: auto;
    }

    #authorizations-page .authDoc .auth-check {
        margin-bottom: 15px;
    }

    #authorizations-page .authDoc:last-child .auth-check {
        margin-bottom: 0;
    }
}

@media (max-width: 790px) and (min-width: 413px) {
    #authorizations-page .authDoc {
        display: flex;
    }
}

@media (max-width: 1366px) and (min-width: 800px) {
    #authorizations-page .auth-area {
        width: auto;
    }
}

/* PAYMENT */
@media (max-width: 768px) {
    #makePay .modal-content {
        overflow: scroll;
    }
}
