.main-menu-wrapper {
    margin: 0 auto;
}

.search-box .search-info {
    width: 100%;
}
.g-recaptcha{
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.tabcontent {
    width: 100%;
    margin-right: 0px;
}
.form-tab {
    max-width: 100%;
    margin: 0;
    background-color: white;
    border-radius: 12px;
}

.account-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.logo-footer {
    width: 300px;
}

.tab-active {
    background-color: #ff4847;
    border: 1px solid #ff4847;
    font-weight: 900;
    color: white !important;
}

.select-placeholer::placeholder {
    color: red;
}

.ck-editor__editable {
    min-height: 150px;
}

.col-150 {
    width: 150px;
}

/* Main navbar */

.login-link-light {
    color: black;
    font-size: 14px;
    font-weight: 500;
    padding: 0px !important;
}

.login-link-light:hover {
    color: #25d7bf;
}

a.nav-link.dropdown-toggle {
    color: rgb(22, 22, 22);
    font-weight: 500;
}

.main-nav-align {
    justify-content: end;
}

.main-menu-align {
    margin: 0px;
    width: 75%;
    margin-left: 0;
}

.main-menu-align li a {
    line-height: 30px;
}

.main-menu-align li .link-nav-green {
    padding: 0rem 0.5rem !important;
}

.header-navbar-rht {
    margin: 0;
    padding: 0;
}

.link-nav-green {
    color: #11dcd0;
    background-color: #11dcd014;
    border: #11dcd0 1px solid;
    border-radius: 20px;
}

.show-md {
    display: none;
}

/* Header */

.content-rotate {
    text-align: center;
    color: #004e98;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 730px;
}
.main-header {
    display: inline-block;
    vertical-align: middle;
    height: 60px;
    text-align: start;
    font-size: 2.5rem;
    margin-right: 0.5rem;
    font-weight: 700;
}
.slide-text {
    overflow: hidden;
    min-width: 90px;
}

/* Section Contact */
.contact-div {
    color: #004e98;
}

.contact-h1 {
    color: #004e98;
    font-weight: lighter;
    margin-bottom: 1rem;
}

.btn-contact {
    border: solid 1px #061d639e;
    border-radius: 30px;
    padding: 0.5rem 2rem;
    font-weight: bolder;
}

.contact-form {
    width: 70%;
    margin: 0 auto;
    background-color: unset;
}

.col-form-label {
    font-weight: bolder;
}

.form-input {
    width: 100%;
    background-color: unset;
    border: none;
}
.form-input:focus {
    box-shadow: none;
}

.form-separator {
    border-bottom: solid 1px #061d635e;
}

.form-group textarea {
    width: 100%;
    background-color: unset;
    border-radius: 15px;
}

/* Welcome - Home */

.btn-ingresar {
    padding: 0px;
}

.section-search {
    background: transparent linear-gradient(129deg, #d9e5f0 0%, #ffffff00 100%)
        0% 0% no-repeat padding-box;
    padding: 5rem 0 8rem 0;
}

#section-welcome h1 {
    color: #004e98;
}

.slide-up-title {
    color: #11dcd0;
}

#section-welcome .tablinks {
    background-color: #f6f9fc;
    margin-bottom: 0px !important;
}

.search-box .form-text {
    color: #004e98;
    font-size: 13px;
}

#section-welcome .border-blue {
    border: #004e98 1px solid;
}

#section-welcome .tab-active {
    background-color: #004e98;
    border: #004e98 1px solid;
    font-weight: 500;
}

.tab-active i::before {
    color: white;
}

.tab-link-radius {
    border-radius: 10px 10px 0px 0px;
}

.banner-wrapper {
    max-width: 1000px;
}

/* Tabs Domicilio */

#domicilio .form-group,
#consultorio .form-group,
#video .form-group {
    display: flex;
}

#domicilio section,
#consultorio section,
#video section {
    width: 90%;
}

.content-input-domicilio,
.content-input-consultorio,
.content-input-video {
    padding: 1rem;
    border-bottom: 1px solid gainsboro;
}

#domicilio .content-input-domicilio:nth-of-type(2),
#consultorio .content-input-consultorio:nth-of-type(2),
#video .content-input-video:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#domicilio .content-input-domicilio:nth-of-type(1),
#consultorio .content-input-consultorio:nth-of-type(1),
#video .content-input-video:nth-of-type(1) {
    width: 30%;
}

#domicilio .content-input-domicilio:nth-of-type(1) select,
#consultorio .content-input-consultorio:nth-of-type(1) select,
#video .content-input-video:nth-of-type(1) select {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

#domicilio .content-input-domicilio:nth-of-type(2) select,
#consultorio .content-input-consultorio:nth-of-type(2) select,
#video .content-input-video:nth-of-type(2) select {
    width: 49%;
}

#domicilio .content-input-domicilio:nth-of-type(2) .checkbox-particular {
    width: 100%;
}

.border-end {
    border-bottom: 1px solid gainsboro;
}

#domicilio input,
#domicilio select,
#consultorio input,
#consultorio select,
#video input,
#video select {
    border: 1px solid #004e98 !important;
}

.content-input-dirección {
    padding: 1rem 1rem 0rem 1rem;
}

.search-box .search-btn {
    width: 10%;
    -ms-flex: 0 0 46px;
    flex: 10%;
    height: auto;
    background-color: #004e98;
    border: 1px solid #004e98;
}

/* Section steps */

#section-steps {
    display: flex;
}

.steps-content-img {
    width: 45%;
    background-image: url(../img/landing/doctor2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.steps-content {
    width: 55%;
    padding: 3rem 2rem;
    display: flex;
}

.steps-list {
    border-left: 1px solid #6398ca;
    height: 520px;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
}

.step {
    display: flex;
    margin-bottom: 2.5rem;
    transform: translateX(-30px);
    margin-right: 10%;
}

.step:last-of-type,
.step p {
    margin-bottom: 0px;
}

.step span {
    background-color: white;
    border: #004e98 solid 1px;
    border-radius: 50%;
    padding: 0.5rem;
    min-width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    color: #11dcd0;
    text-align: center;
    margin-right: 4rem;
}

.step h2 {
    font-size: 1.7rem;
    color: #11dcd0;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #6398ca;
    margin-bottom: 1rem;
}

.step p {
    color: #004e98;
}

.slick-slider {
    margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 950px;
}

/* Sección especialidades */

.header-specialities h2 {
    font-size: 30px;
    color: #004e98;
    font-weight: 700;
    border-bottom: 1px solid #004e98;
    padding-bottom: 1rem;
    width: 600px;
    margin: 0 auto;
}

.section-specialities .sub-title {
    color: #004e98;
    max-width: 100%;
}

.section-specialities {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fafcff;
    border-radius: 0px 0px 61px 61px;
}

.speicality-item p {
    color: #004e98;
}

.slick-dots li.slick-active button {
    background-color: #004e98;
}

/* Sección especialistas */

#specialist {
    background-image: url(../img/landing/bg-especialistas.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100vw;
}

.section-doctor {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.header-specialist h2 {
    font-size: 30px;
    color: white;
    font-weight: 700;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    width: 600px;
    margin: 0 auto;
}

.section-doctor .sub-title {
    color: white;
    max-width: 100%;
    padding-top: 1rem;
    margin-bottom: 3rem;
}

.profile-btn {
    font-size: 0.9rem;
    padding: 0.4rem;
    font-weight: 600;
    border-bottom: 1px solid rgb(24, 24, 24);
    border-radius: 0px;
}

.agendar-btn {
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid rgb(24, 24, 24);
    border-radius: 25px;
}

.available-info {
    color: #2bafa7;
    padding-bottom: 1.5rem;
}

.profile-widget .pro-content .title a {
    font-weight: 700;
}

.profile-widget p.speciality {
    padding-bottom: 1rem;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 1rem;
}

.profile-widget {
    padding: 0px;
    border-radius: 16px;
}
.doc-img img {
    border-radius: 16px 16px 0px 0px;
}

.doc-img img:hover {
    border-radius: 16px 16px 0px 0px;
}

.pro-content {
    padding: 20px;
    height: auto !important;
}

#specialist .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 1120px;
}

#specialist .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 1300px;
    border: 0.5px solid white;
    padding: 1rem;
    border-radius: 23px;
    margin: 0 auto;
}

.slick-next {
    right: 30px;
    background-color: transparent;
}

.slick-prev {
    left: 30px;
    z-index: 1;
    background-color: transparent;
}

.slick-prev:before {
    content: url(../img/landing/arrow-left.svg);
}

.slick-next:before {
    content: url(../img/landing/arrow-right.svg);
}

/* Sección Testimonios Doctores */

.section-doctor-testimonies {
    padding-top: 100px;
    padding-bottom: 100px;
}

#doctor-testimonies .sub-title {
    color: #004e98;
}

#doctor-testimonies .row {
    display: flex;
    justify-content: space-around;
}

.doc-testimony {
    text-align: center;
    padding: 1rem;
}

.doc-testimony h3 {
    font-size: 20px;
    color: #004e98;
    border-bottom: 1px solid #004e98;
    padding-bottom: 1rem;
    font-weight: 600;
}

.doc-review,
.doc-location {
    color: #004e98;
    font-size: 0.9rem;
}

.doc-review-img {
    width: 250px;
    padding-bottom: 2rem;
    margin: 0 auto;
    max-width: 100%;
}

.doc-review-img .img-fluid {
    border-radius: 50%;
}

.listing-hours{
    padding-bottom: 1rem;
}
.btn-address{
    color: #004e98;
}
.btn-address:hover {
    color: #11dcd0;
}
.text-celeste-hover:hover {
    color: #004e98;
}
/* Sección Registro de paciente o médico */

.doctor-details-section {
    background-image: url(../img/landing/bg-register.png);
    background-position: center;
    background-size: cover;
    padding-bottom: 0px;
}

.doctor-details-section .col-lg-6:first-of-type {
    background: transparent
        linear-gradient(275deg, #24519500 0%, #fafafa6e 100%) 0% 0% no-repeat
        padding-box;
    border-radius: 0px 0px 61px 61px;
    padding: 2rem 10% 2rem 2.5rem;
}

.doctor-details-section .col-lg-6:nth-of-type(2) {
    background: transparent linear-gradient(60deg, #24519500 0%, #fafafa1b 100%)
        0% 0% no-repeat padding-box;
    border-radius: 61px 61px 0px 0px;
    padding: 2rem 2.5rem 2rem 8%;
}

.doctor-details-section .col-lg-6:last-of-type {
    background: transparent
        linear-gradient(280deg, #24519500 30%, #fafafa54 100%) 0% 0% no-repeat
        padding-box;
    border-radius: 61px 0px 0px 0px;
    padding: 2rem 10% 2rem 2.5rem;
}

.doctor-details-section h2 {
    color: #11dcd0;
    font-size: 28px;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.358);
    margin-bottom: 1rem;
}

.doctor-details-section p {
    color: white;
    font-weight: 300;
    padding-bottom: 1rem;
}

.doctor-details-section .btn-outline-light {
    border-radius: 20px;
    color: white;
}

.doctor-details-section .btn-outline-light:hover {
    color: #004e98;
}

/* Sección testimonio pacientes */

#testimonials .section-header h2 {
    color: #004e98;
    font-weight: 700;
}

#testimonials .section-header p {
    color: #004e98;
}

/* Página Sos profesional de la salud */

#profesional-salud {
    background: linear-gradient(180deg, #dae6f1 0%, #f4f7fa 100%);
    padding-top: 9rem;
    padding-bottom: 8rem;
}

#profesional-salud h1 {
    color: #004e98;
    font-weight: 700;
    padding-bottom: 1rem;
}

#profesional-salud .profesional-salud-info {
    padding-right: 5%;
}

#profesional-salud h1 span {
    color: #22d0b8;
}

#profesional-salud p,
#profesional-salud li {
    color: #004e98;
}

#profesional-salud ul {
    padding-left: 0px;
}

#profesional-salud li {
    padding-left: 30px;
    background-image: url(../img/icons/check-aqua.svg);
    background-repeat: no-repeat;
    /* background-position-y: center; */
    margin-bottom: 1rem;
}

/*Página paciente*/
.request-med-btn {
    margin: 0 auto;
}

/* Footer */

.footer {
    background-color: #e1e5eb;
}

.footer .footer-widget .footer-about-content p {
    color: #061d63;
}

.footer-title {
    color: #061d63;
}

.footer .footer-menu ul li a {
    color: #061d63;
}

.footer .footer-menu ul li a:hover {
    color: #2bafa7 !important;
}

.footer-contact-info {
    color: #061d63;
    font-size: 15px;
}

.footer .footer-bottom .copyright p,
.footer .footer-bottom .copyright a {
    color: #061d63;
}

/* Login */

.content {
    padding: 3rem 0;
    background: transparent linear-gradient(0deg, #ffffff00 0%, #004e981a 100%)
        0% 0% no-repeat padding-box;
}

.login-header h1 {
    font-weight: 300;
    color: #004e98;
    margin-bottom: 2rem;
}

.login-right {
    background-color: transparent;
    border: 1px solid transparent;
}

.account-content .form-control {
    border: 1px solid transparent;
    background-color: transparent;
    border-bottom: 1px solid #004e98;
    border-radius: 0px;
}

.account-content label {
    color: #004e98 !important;
    font-weight: 600 !important;
}

.account-content .forgot-link {
    padding-top: 2rem;
    padding-bottom: 1.2rem;
    color: #004e98;
}

.account-content .btn-outline-primary {
    color: #004e98;
    border: #004e98 1px solid;
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0.3rem 1.5rem;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
}

.account-content .text-center.dont-have {
    margin-top: 3rem;
    color: #004e98;
}

.account-content .text-center.dont-have a {
    color: #004e98;
    font-weight: 600;
}

.hide-lg {
    display: none !important;
}

.link-nav-green {
    font-size: 0.8rem !important;
}

.main-menu-align {
    margin: auto;
    width: auto;
    margin-right: 0;
    float: right;
}

.search-box {
    max-width: 100%;
    margin: 0 auto;
}

/* #specialist .slick-slider,
.specialities-slider {
    max-width: 100%;
} */

@media only screen and (min-width: 992px) and (max-width: 1250px) {
    /* .hide-md {
        display: none !important;
    }

    .show-md {
        display: inline-flex;
    }

    .main-menu-align {
        width: 70%;
    }

    .header-nav {
        height: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .nav-secondary {
        width: 100%;
        padding-left: 0px;
        display: flex;
        justify-content: end;
    }

    .link-nav-green {
        line-height: 30px;
        margin-top: 1rem;
        padding-left: 16px;
        padding-right: 16px;
    } */

    .main-nav > li {
        margin-right: 9px;
    }

    .steps-list {
        min-height: 520px;
    }

    .step {
        margin-right: 0%;
        margin-bottom: 1.7rem;
    }

    .step h2 {
        font-size: 1.4rem;
    }

    .steps-content-img {
        width: 55%;
    }

    .steps-content {
        width: 55%;
    }
}

/* @media only screen and (min-width: 991px) and (max-width: 1156px) {
    .main-menu-align {
        width: 70%;
    }
} */

@media screen and (max-width: 1049px) {
    .hide-lg {
        display: inline-flex !important;
    }

    .hide-md {
        display: none !important;
    }

    .contact-form {
        width: 90%;
    }
    .main-menu-align {
        width: auto;
    }

    .main-menu-align li .link-nav-green {
        padding: 1rem !important;
        border: 0px;
    }

    .header-navbar-rht {
        margin: 0;
        margin-left: auto;
        padding: 0;
    }

    #section-steps {
        display: flex;
        flex-wrap: wrap;
    }

    .steps-content-img {
        width: 100%;
        height: 450px;
    }

    .step {
        margin-right: 5%;
    }

    .steps-content {
        width: 100%;
    }

    .doc-testimony {
        width: 50%;
        margin: 2rem 25%;
    }

    .doctor-details-section {
        padding: 5%;
        padding-bottom: 0%;
    }

    #domicilio section,
    #consultorio section,
    #video section {
        width: 100%;
    }

    #domicilio .content-input-domicilio:nth-of-type(1),
    #consultorio .content-input-consultorio:nth-of-type(1),
    #video .content-input-video:nth-of-type(1) {
        width: 100%;
    }

    .search-box form {
        display: flex;
        flex-direction: column;
    }

    #domicilio .form-group,
    #consultorio .form-group,
    #video .form-group {
        display: flex;
        flex-direction: column;
    }
    .search-box .search-btn {
        width: 100%;
        -ms-flex: 0 0 46px;
        flex: 100%;
    }

    .border-end {
        border-bottom: 0px solid gainsboro;
    }

    #profesional-salud .profesional-salud-info {
        padding-right: 5%;
        padding-left: 5%;
    }

    .profesional-salud-info {
        order: 2;
        margin-top: 5rem;
    }

    .profesional-salud-img img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .main-header {
        height: 50px;
        font-size: 1.8rem;
        font-weight: 700;
    }

    .content-rotate {
        width: 530px;
    }

    .col-lg-4.col-md-6.d-flex.justify-center.links-utiles {
        justify-content: flex-start;
    }
    .contact-form {
        width: 95%;
    }

    .show-md {
        display: none !important;
    }

    .search-box .tablinks {
        font-size: 0px;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .search-box .tablinks:first-of-type {
        margin-left: 0px !important;
    }

    .search-box .tablinks i {
        font-size: 25px;
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    .contact-form {
        width: 95%;
    }
    .step {
        margin-right: 0px;
    }

    .step span {
        margin-right: 2rem;
    }

    .step h2 {
        font-size: 1.5rem;
    }

    .doc-testimony {
        width: 100%;
        margin: 0;
    }

    .content-rotate {
        flex-direction: column;
        width: 100%;
        padding: 0 5% 4rem 5%;
    }

    .main-header {
        text-align: start;
        font-size: 2.2rem;
    }

    .main-header.w-100 {
        height: auto;
    }
    .search-box .tablinks {
        font-size: 0px;
    }
    .search-box .tablinks i {
        font-size: 25px;
        text-align: center;
    }

    .header-specialities h2 {
        width: 100%;
    }

    .header-specialist h2 {
        width: 100%;
    }

    .testimonial-item.text-center {
        width: 400px !important;
    }

    .testimonial-slider .slick-slide {
        width: 100vw !important;
    }
}
@media screen and (max-width: 395px) {
    .main-header {
        height: 40px;
        font-size: 1.5rem;
        font-weight: 700;
    }
    #specialist .slick-slider,
    .specialities-slider {
        /* max-width: 280px; */
        overflow: hidden;
    }
}

section {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
.today-appointment-title h6,
.dash-bottom-content.low-percent h6 span {
    color: #004e98 !important;
}

.card-header-blue {
    border-bottom: 1px solid #004e98 !important;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
    padding: 1.5rem 0px !important;
}

.blue-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #004e98;
    align-self: center;
}

#data-table_filter label {
    display: flex;
    margin-bottom: 1.5rem;
}

#data-table_filter label input {
    border-radius: 30px;
    min-height: 38px;
}

.table-responsive .row .col-md-6 {
    width: 100% !important;
}
.externalPatient-selector input[type="checkbox"] + label {
    display: inline-block;
    border-radius: 6px;
    background: transparent !important;
    margin-right: 3px;
    text-align: center;
    text-align: center;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 2rem;
    height: auto !important;
    border: #004e98 solid 1px !important;
    font-size: 1rem !important;
}

.weekDays-selector input[type="checkbox"] + label {
    display: inline-block;
    border-radius: 6px;
    background: transparent !important;
    margin-right: 3px;
    text-align: center;
    text-align: center;
    width: 5rem;
    height: auto !important;
    border: #004e98 solid 1px !important;
    font-size: 1rem !important;
}
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
.user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    color: #004e98 !important;
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-bottom-color: #004e98 !important;
}
.title-newMember {
    padding: 2rem 1.7rem;
    background-color: rgb(252, 252, 252);
    font-size: 1rem;
    font-weight: 700;
    color: #004e98;
}

p#wave {
    display: none;
}

.header-sections {
    padding: 1.5rem 1.7rem;
    border-bottom: 1px solid #004e98;
}

.header-sections h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #004e98;
    margin-bottom: 0px;
    align-self: center;
}

.header-sections h2 span {
    color: #55e3dc;
}

p.options {
    margin-bottom: 0px;
    margin-top: 2rem;
}

p.options a {
    background-color: #f6f9fc;
    padding: 0.7rem 1rem;
    border-radius: 10px 10px 0px 0px;
    font-size: 14px;
    color: #004e98;
    margin-right: 1px;
}

.table-bg-light {
    background-color: #f6f9fc !important;
}

.option-active {
    background-color: #004e98 !important;
    color: white !important;
    text-decoration: none !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.msg-medicamentos {
    padding: 1rem;
    text-align: center;
}

.pharmacy-modal .modal-header h4,
.result-modal .modal-header h4,
#modalStep3 .modal-header h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #004e98;
    padding-left: 1rem;
}

.pharmacy-modal .modal-header,
.result-modal .modal-header,
#modalStep3 .modal-header {
    border-bottom: 2px solid #004e98;
}

.ml-4.h-6.w-6.text-center.rounded-full.step-active.text-white {
    background-color: #004e98;
    font-weight: 600;
}

.ml-4.h-6.w-6.text-center.rounded-full.step-non-active {
    border: 1px solid #004e98;
    color: #55e3dc;
    font-weight: 600;
}

.pharmacy-modal form h4,
.result-modal .modal-body h4,
#modalStep3 .modal-body h4 {
    font-size: 0.9rem;
    font-weight: 400;
}

#pharmacy_info {
    padding-left: 0px;
    margin-top: 1rem;
}

.call-cancel-order {
    background: transparent !important;
    font-size: 0.9rem !important;
}

.call-cancel-order:hover {
    background: #da3939 !important;
    font-size: 0.9rem !important;
}

.btn-outline-blue {
    border: 1px solid #55e3dc;
    color: #55e3dc;
}

h2#swal2-title {
    font-size: 1.5rem;
}

div#swal2-html-container {
    font-size: 1rem;
}

button.swal2-cancel.swal2-styled.swal2-default-outline {
    background-color: transparent !important;
    border: 1px solid #004e98 !important;
    color: #004e98 !important;
}

button.swal2-confirm.swal2-styled.swal2-default-outline {
    background-color: #004e98 !important;
}

.swal2-icon.swal2-warning {
    border-color: #55e3dc !important;
    color: #55e3dc !important;
}

button.swal2-confirm.swal2-styled {
    background-color: #004e98 !important;
    margin: 0.2rem;
    padding: 0.5rem 1rem;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #solicitud-medicamento {
        flex: 0 0 auto;
        width: 75%;
    }
}
.pagination > li > a,
.pagination > li > span {
    color: #004e98 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
}

.basic-card {
    width: 25rem;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.basic-card .card-content {
    padding: 1.5rem;
}

.basic-card .card-title {
    font-size: 25px;
}

.basic-card .card-text {
    line-height: 1.6;
}

.basic-card .card-link {
    padding: 25px;
    width: -webkit-fill-available;
}
.zoom {
    transition: transform 1s;
}

.zoom:hover {
    transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
    .log-out-responsive {
        display: block;
        padding: 16px 20px;
        font-weight: 500;
        font-size: 14px;
        color: #fff;
    }
}
@media only screen and (min-width: 1105px) {
    .log-out-responsive {
        display: none;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        line-height: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1104px) {
    .main-menu-responsive {
        margin-left: 0px;
    }
    .log-out-responsive {
        display: none;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        line-height: 30px;
    }
}
@media only screen and (max-width: 1105px) {
    .margin-responsive-calendar {
        margin-top: 3rem;
    }
}
