body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 70px;
}

div#preload { display: none; }

h3 {
    font-weight: 600;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.btn-custom {
    color: #fff;
    background-color: #320065;
    font-weight: 600;
    padding: 6px 18px;
    font-size: 14px;
}

.btn-custom:hover {
    color: #fff;
    background-color: #320065;
}

.btn-custom:focus {
    box-shadow: none;
}

.btn-custom.btn-light {
    background-color: #fff;
    color: #320065;
}

.btn-custom.btn-light:hover {
    background-color: #fff;
    color: #320065;;
}

.btn-custom.btn-light:focus {
    box-shadow: none;
}

.btn.btn-custom .feather {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.fb-share-btn:hover, .tw-share-btn:hover {
    color: #fff;
    text-decoration: none;
}

.feather {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
  }

/* Navbar */
.section-navbar {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 10;
    transition: box-shadow 300ms ease-out;
    z-index: 99;
}

.navbar-brand-text {
    display: none;
    height: 100%;
    width: auto;
    margin-left: 10px;
}

.section-navbar.section-navbar-scroll .navbar-brand-text {
    animation: brandTextNavbarShow 300ms ease-out;
    display: block;
}


@keyframes brandTextNavbarShow {
    from {transform: translateX(-10px);opacity:0}
    to {background-color: translateY(0);opacity:1}
  }

.section-navbar.section-navbar-scroll {
    box-shadow: 0 1px 0 0 rgb(224, 224, 224);
}

.section-navbar .navbar {
    height: 70px;
    padding: 0;
}

.navbar-brand {
    display: flex;
}

.navbar-brand, .navbar-brand img {
    height: 100%;
    max-height: 60px;
}

.section-navbar nav.nav {
    height: 100%;
}

.section-navbar nav.nav .nav-link {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #777;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.section-navbar nav.nav .nav-link:hover {
    box-shadow: inset 0 -2px 0 #a0a0a0;
}

.section-navbar nav.nav .nav-link.active {
    color: #333;
    box-shadow: inset 0 -2px 0 #320065;
}

.open-nav-menu {
    position: absolute;
    transition: transform 250ms ease-out;
    background-image: url("../images/menu.png");
    background-size: 100%;
    height: 20px;
    width: 20px;
}

.close-nav-menu {
    position: absolute;
    transform: translateY(50px);
    transition: transform 250ms ease-out;
    background-image: url("../images/close.png");
    background-size: 100%;
    height: 20px;
    width: 20px;
}

.nav-menu-icon {
    margin-left: auto;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    display: none;
}

.nav-menu-icon:hover {
    cursor: pointer;
}

.nav-links-resp {
    top: 70px;
    position: fixed;
    transform: translateY(-10%);
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 0.25rem 50px;
    border-bottom: 1px solid #d7d7d7;
    transition: transform 200ms ease-out, opacity 100ms ease-out;
    z-index: 55;
    opacity: 0;
    visibility: hidden;
}

.open-nav-menu-translated {
    transform: translateY(-50px);
}

.close-nav-menu-normal {
    transform: translateY(0);
}

.nav-links-resp-normal {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.nav-links-resp ul {
    margin: 0;
    padding: 0 0.5rem;
}

.nav-links-resp ul li {
    display: block;
}

.nav-links-resp ul li a {
    font-weight: 500;
    color: #320065;
    display: block;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e0e0e0;
    /* font-size: 16px; */
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.nav-links-resp ul li a:hover {
    text-decoration: none;
}

.nav-links-resp ul li:last-child a {
    border-bottom: 0;
}

/* Header */
.section-header {
    margin: 6rem 0;
}

.section-header img {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

/* Item */
.mbot-48 {
    margin-bottom: 4rem;
}
.item-title {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 3rem;
}

.item-title h3 {
    color: #300163;
    margin: 0;
    box-shadow: 0 1px 0 #320065;
    display: inline-block;
    padding-bottom: 15px;
}

.item-content.mbot-32 {
    margin-bottom: 32px;
}

.item-more-link {
    text-align: center;
}

.item-content-text {
    font-size: 16px;
}

/* Banner de turnos */
.turnos-banner-col {
    padding: 0;
    background-color: #320065;
}

.turnos-banner {
    max-width: 1140px;
    width: 100%;
    height: 130px;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.turnos-banner-col-mtop {
    margin-top: 4rem;
}

.turnos-banner-col-mtop.high-m {
    margin-top: 6rem;
}

.turnos-banner-col-mbot {
    margin-bottom: 4rem;
}

.turnos-banner-col-mbot.high-m {
    margin-bottom: 6rem;
}

.turnos-banner img {
    margin: 0 auto;
}

.turnos-banner-text {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}

.item-content-list {
    list-style: none;
    margin: 0;
    padding:0;
}

.item-content-list li {
    display: flex;
    margin-bottom: 1rem;
}

.item-content-list li:last-child {
    margin-bottom: 0;
}

.item-bullet {
    margin-right: 5px;
}

.item-bullet img {
    width: 10px;
}

/* Footer */
.footer {
    background-color: #f0f0f0;
}

.footer-mtop {
    margin-top: 6rem;
}

.pre-footer {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
    padding: 3rem 2.5rem;
    margin: 0 auto;
    max-width: 900px;
}

.pre-footer-info-hold {
    display: flex;
}

.pre-footer-info-hold .pre-footer-info:first-child {
    margin-right: 2rem;
}

.pre-footer-info-title {
    text-transform: uppercase;
    color: #888;
    font-size: 16px;
    margin-bottom: 5px;
}

.pre-footer-info-text {
    color: #666;
    font-size: 18px;
}

.post-footer-container {
    color: #555;
    padding: 1.5rem 60px;
}

.post-footer-container a {
    font-weight: 600;
    color: #555;
}

/* Mini new*/
.item-new-mini {
    background-color: #fbfbfb;
}

.item-new-mini-text-container {
    padding: 1rem;
}

.item-new-mini img {
    max-height: 300px;
    display: block;
    margin: 0 auto;
    padding: 1.5rem 0 1rem 2rem;
}

.item-new-title a {
    font-size: 24px;
    color: #333;
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

.item-new-date {
    color: #777;
    margin-bottom: .75rem;
}

.container-fluid .item-new-mini:first-child {
    margin-bottom: 4rem;
}

.item-new-view {
    margin: 2rem 0; 
}

/* News page */
.news-card {
    /* background-color: #f8f8f9; */
    border-bottom: 1px solid #e0e0e0;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    padding-bottom: 3rem;
    margin-bottom: 1.5rem;
}

.news-card:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.news-card img {
    max-width: 200px;
    height: auto;
    margin-right: 1rem;
}

.news-card .button-container .btn.btn-custom .feather {
    margin-left: 8px;
    margin-right: 0;
}

.news-card h3 {
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

.news-card h3 a {
    color: #333;
}

.news-card .small-grey-text {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #777;
}

.news-card .button-container {
    padding-top: 1rem;
}

/* News archivo */
.news-card-archive-year-button {
    display: flex;
    align-items: center;
    padding-right: .5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: .5rem;
    justify-content: space-between;
}

.news-card-archive h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.news-card-archive-year-button-icon {
    z-index: -1;
}

.news-card-archive-year.year-display .news-card-archive-year-button-minus {
    display: block;
}

.news-card-archive-year.year-display .news-card-archive-year-button-plus {
    display: none;
}

.news-card-archive-year .news-card-archive-month-list {
    display: none;
}



.news-card-archive-year-button .feather, .news-card-archive-month-button .feather {
    pointer-events: none;
    margin-left: .25rem;
    width: 18px;
}

.news-card-archive-year .news-card-archive-year-button-minus, .news-card-archive-year .news-card-archive-month-button-minus {
    display: none;
}

.news-card-archive-year.year-display .news-card-archive-month-list {
    display: block;
    padding-left: 1rem;
}

ul.news-card-archive-month-list > li {
    background-color: #f0f0f0;
    margin-bottom: 0.5rem;
}

ul.news-card-archive-month-list {
    list-style: none;
}

ul.news-card-archive-month-list .news-card-archive-month-button {
    display: flex;
    align-items: center;
    padding: .5rem;
    justify-content: space-between;
}

li.month-display .news-card-archive-month-button-minus {
    display: block;
}

li.month-display .news-card-archive-new-list {
    display: block;
}

li.month-display .news-card-archive-month-button-plus {
    display: none;
}

.news-card-archive-year .news-card-archive-new-list {
    display: none;
}

ul.news-card-archive-new-list {
    list-style: none;
    margin-left: 0;
    padding-left: 1rem;
}

.news-card-archive-year .news-card-archive-year-button-plus, .news-card-archive-year .news-card-archive-month-button-plus {
    display: block;
}

.news-card-archive-year-button:hover, .news-card-archive-month-button:hover {
    cursor: pointer;
}

.news-card-archive-new-list > li {
    padding: .5rem;
}

.news-card-archive-new-list > li:first-child {
    padding-top: 0;
}

.news-card-archive-new-list > li:last-child {
    padding-bottom: 1rem;
}

.news-card-archive-new-list a {
    color: #333;
}

.news-card-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* Paginacion */
.news-card-pagination {
    margin-top: 3rem;
}

.news-card-pagination nav {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.news-card-pagination .pagination {
    margin: 0;
}

.news-card-pagination .page-link {
    color: #320065;
    background-color: #fff;
    border: 0;
    font-weight: 600;
    font-size: 18px;
}

.page-item.active .page-link {
    z-index: 3;
    background-color: #320065;
    color: #fff;
    height: 100%;
}

/* News big */

.news-big img {
    margin-bottom: 1rem;
    max-width: 100%;
    width: auto;
    max-height: 300px;
    margin: 0 auto;
    display: block;
}

.news-big h2 {
    font-weight: 600;
    font-size: 1.75rem;
}

.small-grey-text {
    color: #777;
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.news-share {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin: 2rem 0;
    padding: 1rem 0;
}

.fb-share-btn {
    background-color: #1877f2;
    display: inline-flex;
    color: #fff;
    font-weight: 600;
    padding: .25rem .75rem .25rem .5rem;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
    margin-right: .5rem;
}

.tw-share-btn {
    background-color: #1da1f2;
    display: inline-flex;
    color: #fff;
    font-weight: 600;
    padding: .25rem .75rem .25rem .5rem;
    border-radius: .25rem;
    justify-content: center;
    align-items: center;
}

.fb-share-btn .feather, .tw-share-btn .feather {
    fill: #fff;
    stroke: transparent;
}

.tw-share-btn .feather {
    margin-right: .25rem;
}

.news-share-title h3 {
    font-size: 1.2rem;
}

/* Contact */
.item-contact-title-container {
    display: flex;
    justify-content: center;
    margin-bottom: .5rem;
}

.item-contact-title {
    text-transform: uppercase;
    background-color: #f0f0f0;
    border-radius: 50%;
    padding: 10px;
    color: #555;
}

.item-contact-text {
    font-weight: 600;
    font-size: 22px;
}

.contact-left-cols > .row{
    margin-bottom: 2.5rem;
}

.contact-left-cols > .row:last-child{
    margin-bottom: 0;
}

.map {
    width: 100%;
    height: 450px;
}

/* .custom-form-container > p {
    box-shadow: -3px 0 0 #320065;
    padding-left: 1rem;
} */

.custom-form-text-container {
    background-color: #f0f0f0;
    padding: 1rem 2rem;
    border-radius: 10px;
}

.custom-form-text-container b {
    margin-right: 5px;
}

.custom-form-text-container p:only-child {
    margin-bottom: 0;
}

.custom-form-text-container p:last-child {
    margin-bottom: 0;
}

.custom-form-container.contact-form {
    margin-top: 2.5rem;
}

label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}

.form-group {
    padding: .25rem 1rem 1rem 1rem;
    border-radius: 4px;
    margin-bottom: .5rem;
}

.form-group:focus-within {
    background-color: #f0f0f0;
}

.form-control {
    border: 0;
    box-shadow: 0 2px 0 #e0e0e0;
    border-radius: 0;
    transition: box-shadow 200ms ease-out;
    color: #212529;
    font-weight: 400;
    background-color: transparent;
}

.form-control:focus {
    color: #212529;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    box-shadow: 0 2px 0 #320065;
}

textarea.form-control {
    height: auto;
    box-shadow: 0 0 0 2px #e0e0e0;
    margin-top: .75rem;
    background-color: transparent;
}

textarea.form-control:focus {
    color: #212529;
    font-weight: 400;
    background-color: transparent;
    border: 0;
    box-shadow: 0 0 0 2px #320065;
}

.form-checkbox-container {
    padding: .5rem .75rem 0 .75rem;
}

.form-checkbox-container p {
    margin-bottom: 0;
}

.form-upload-container {
    text-align: center;
}

.form-upload-container .feather {
    margin-right: 3px;
    height: 20px;
    width: 20px;
}

.form-control-file + label {
    color: #fff;
    background-color: #320065;
    font-weight: 600;
    padding: 6px 18px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: .25rem;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 auto;
    margin-top: .75rem;
}

.form-control-file:focus + label, .form-control-file + label:hover {
    cursor: pointer;
}

.form-control-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.form-submit-container {
    border-top: 1px solid #e0e0e0;
    padding-top: 2rem;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
}

.form-submit-container button {
    display: block;
    width: 100%;
}

/* select.form-control {
    box-shadow: 0 0 0 2px #e0e0e0;
}

select.form-control:focus {
    box-shadow: 0 0 0 2px #320065;
} */

.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-check-label .checkmark::after {
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
    top: 1px;
    width: 6px;
    height: 13px;
}

.form-check-label input:checked ~ .checkmark::after {
    display: block;
}

.form-check-label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #320065;
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.form-check-label input:checked ~ .checkmark {
    background-color: #320065;
}

/* Doctors card */
.doctors-card-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 2rem;
    row-gap: 2.5rem;
}

.doctor-card-specialty {
    text-align: center;
    border: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0;
    position: absolute;
}

.doctor-card-specialty div {
    height: 100%;
    display: inline-block;
    padding: 5px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fbfbfb;
}

.doctor-card {
    background-color: #fff;
    border-radius: 5px;
    transition: box-shadow 200ms ease-out;
    box-shadow:
  0 0px 1.4px rgba(0, 0, 0, 0.011),
  0 0px 3.4px rgba(0, 0, 0, 0.014),
  0 0px 6.4px rgba(0, 0, 0, 0.016),
  0 0px 11.4px rgba(0, 0, 0, 0.02),
  0 0px 21.3px rgba(0, 0, 0, 0.029),
  0 0px 51px rgba(0, 0, 0, 0.05)
;
}

.doctor-card:hover {
    cursor: pointer;
    box-shadow:
  0 0px 2.1px rgba(0, 0, 0, 0.029),
  0 0px 5.1px rgba(0, 0, 0, 0.036),
  0 0px 9.6px rgba(0, 0, 0, 0.042),
  0 0px 17.2px rgba(0, 0, 0, 0.053),
  0 0px 32.2px rgba(0, 0, 0, 0.076),
  0 0px 77px rgba(0, 0, 0, 0.13)
;
}

.doctor-card-image {
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.doctor-card-image img {
    width: 100%;
    height: auto;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.doctor-card-text-container {
    padding: 1rem 1rem 1.5rem 1rem;
}

.doctor-card-name {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: .75rem;
}

.doctor-card-schedule-icon {
    margin-bottom: 10px;
}

.modal-header .close {
    height: 100%;
    padding: 0 1rem;
    margin: 0;
}

.modal-title {
    font-weight: 600;
}

.modal-body-text-element {
    margin-bottom: .5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: .5rem;
}

.modal-body .modal-body-text-element:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.doctor-card-schedule-list {
    font-size: 14px;
    color: #666;
    padding: 0 5px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
}

.doctor-card-schedule-item-container {
    background-color: #f0f0f0;
    border-radius: 8px;
    text-align: center;
    font-weight: 30;
    padding: .25rem;
}

.doctor-card-schedule-icon .feather {
    height: 20px;
    width: 20px;
    stroke: #444;
    margin-right: 5px;
}

.doctor-card-choose-container {
    border-top: 1px solid #e0e0e0;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem 0;
    font-size: 14px;
}

.doctors-text-container {
    margin-bottom: 2.5rem;
}

/* Specific Doctor */
#specific-doctor-row {
    display: none;
    transition: transform 200ms ease-out;
    opacity: 0;
    transform: translateX(-20px);
}

#doctors-all-container.show-specific-doctor #doctors-card-container-row {
    display: none;
}

#doctors-all-container.show-specific-doctor #specific-doctor-row {
    display: flex;
}

#specific-doctor-row.specific-doctor-row-visible {
    opacity: 1;
    transform: translateX(0);
}

.specific-doctor-img {
    margin-bottom: 1.5rem;
    /* display: inline-block; */
}

.specific-doctor-img img {
    /* max-height: 300px;
    object-fit: contain;
    object-position: top;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto; */

    object-fit: cover;
    object-position: top;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    max-height: 430px;
}

#specific-doctor-title {
    margin-bottom: 2rem;
    font-weight: 800;
    font-size: 1.75rem;
}

.specific-doctor-pre-text {
    margin-bottom: 2.5rem;
}

#specific-doctor-back-button {    
    display: flex;
    align-items: center;
}

.specific-doctor-back-button-container {
    margin-bottom: 3.5rem;
}

.specific-doctor-subelement-container {
    margin-bottom: 1.5rem;
}

.specific-doctor-subelement-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .5rem;
}

.specific-doctor-subelement-dates-container {
    display: grid;
    grid-template-columns: auto 1fr;
}

.specific-doctor-subelement-list-header {
    margin-right: 5px;
}

#form-available-hours.form-available-hours-visible {
    opacity: 1;
    transform: translateY(0);
}

#form-available-hours {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: .5rem .75rem 0 .75rem;
}

.form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .5rem;
}

/* Carousel*/
.custom-carousel-container {
    transition: opacity 500ms ease-in-out;
    opacity: 1;
    height: 330px;
    width: 100%;
}

.custom-carousel-container img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.custom-carousel-container.carousel-transparent {
    opacity: 0;
}

/* RECETAS */
.step-text-container {
    margin-bottom: 3rem;
}

.step-item {
    display: grid;
    grid-template-columns: 170px 1fr;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.step-container .step-item:last-child {
    margin-bottom: 0;
}

.step-item-left {
    text-align: center;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-item-left-small {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #777;
    text-align: center;
}

.step-item-left-big {
    font-size: 48px;
    line-height: 48px;
}

.step-item-right {
    padding: 2rem 2.5rem;
}

.step-item-right-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.step-item-right-text {
    /* font-size: 18px; */
}

/* Aparatologia */
.aparatologia-container {
    padding: 0 2rem;
    margin-bottom: 3rem;
}

.aparatologia-container ul {
    padding: 0 1rem;
}

.aparatologia-images img {
    display: block;
    height: 250px;
    object-fit: contain;
    width: 100%;
}

/* Responsive */
@media (max-width: 1199px) {
    .turnos-banner {
        max-width: 960px;
    }   
    .doctor-card-image {
        max-height: 250px;
    }
    .custom-carousel-container, .custom-carousel-container img {
        height: 300px;
    }
}


@media (max-width: 991px) {
    .news-card-archive {
        margin-top: 3rem;
    }
    .map {
        margin-top: 2.5rem;
    }
    .section-navbar.section-navbar-scroll .navbar-brand-text {
        animation: none;
        display: none;
    }
    .turnos-banner {
        grid-template-columns: auto auto auto;
    }
    .doctors-card-container {
        grid-template-columns: 1fr 1fr;
    }
    .specific-doctor-subelement-list {
        grid-template-columns: 1fr;
    }
    .custom-carousel-container, .custom-carousel-container img {
        height: 250px;
    }
    .section-navbar > .container {
        max-width: 100%;
    }
}

@media (max-width: 850px) {
    .section-navbar nav.nav .nav-link {
        padding: .5rem;
    }
}

@media (max-width: 767px) {
    .news-card img {
        display: block;
        margin: 0 0 1rem 0;
        max-width: 400px;
        width: 100%;
    }
    .news-card {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .section-navbar nav.nav .nav-link {
        font-size: 14px;
    }
    .section-header img {
        max-width: 300px;
    }
    .item-title h3 {
        font-size: 1.5rem;
    }
    .pre-footer {
        flex-direction: column;
    }
    .pre-footer-logo {
        margin-bottom: 2rem;
    }
    .pre-footer-logo img {
        margin: 0 auto;
        display: block;
    }
    .pre-footer-info-hold {
        justify-content: center;
    }
    .who-are-we-img {
        margin-bottom: 1.25rem;
    }
    .turnos-banner-text {
        font-size: 20px;
    }
    .turnos-banner img {
        display: none;
    }
    .item-new-mini img {
        max-height: 250px;
        padding-bottom: 0;
        padding-left: 0;
    }
    .custom-form-text-container {
        /* margin-bottom: 1.5rem; */
    }
    .turnos-banner {
        grid-template-columns: auto auto;
    }
    .doctors-card-container {
        justify-content: center;
        grid-template-columns: 330px;
    }
    .specific-doctor-pre-text {
        margin-bottom: 2rem;
    }
    .specific-doctor-back-button-container {
        margin-bottom: 2rem;
    }
    #specific-doctor-title {
        margin-bottom: 1rem;
    }
    .specific-doctor-img {
        margin-bottom: 1rem;
    }
    .specific-doctor-img img {
        max-height: 300px;
        object-fit: contain;
        background-color: #f0f0f0;
    }
    .custom-carousel-container, .custom-carousel-container img {
        height: 290px;
    }
    .custom-carousel-container {
        margin-bottom: 1rem;
    }
    .step-item {
        grid-template-columns: none;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .step-item-left {
        border-bottom: 1px solid #e0e0e0;
        padding: 1rem;
        border-right: 0;
    }
    .step-item-right {
        padding: 2rem;
    }
    .aparatologia-container {
        padding: 0;
    }
    .navbar-brand, .navbar-brand img {
        max-height: 55px;
    }
    .nav-links {
        display: none;
    }
    .nav-menu-icon {
        display: flex;
    }
    .section-navbar.section-navbar-scroll img.navbar-brand-text, img.navbar-brand-text {
        display: block;
        height: 40px;
    }
    .navbar-brand {
        align-items: center;
    }
}

@media (max-width: 576px) {
    .section-header img {
        max-width: 250px;
    }
    .turnos-banner {
        grid-template-columns: none;
        height: auto;
        padding: 2rem 1rem;
    }
    .turnos-banner-text {
        margin-bottom: 1rem;
    }
    .doctors-card-container {
        justify-content: center;
        grid-template-columns: 300px;
    }
    .custom-carousel-container, .custom-carousel-container img {
        height: 260px;
    }
    .aparatologia-images img {
        height: 220px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 420px) {
    .pre-footer-info-hold {
        flex-direction: column;
    }
    .pre-footer-info {
        text-align: center;
    }
    .pre-footer-info-hold .pre-footer-info:first-child {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    .pre-footer-logo img {
        width: 100%;
        max-width: 230px;
    }
    .item-new-mini img {
        width: 100%;
        height: auto;
        padding-bottom: 0;
        padding-left: 0;
        padding-top: 0;
        max-height: none;
    }
    .doctors-card-container {
        grid-template-columns: 100%;
    }
    .specific-doctor-img img {
        object-fit: cover;
    }
    .custom-carousel-container, .custom-carousel-container img {
        height: 230px;
    }
}
