@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;500;700;900&display=swap');
:root {
    --primario: #431968;
    --secundario: #8b4288;
    --barraSession: #7e35af;
    --hover: rgba(102, 48, 101, 1);
    --input: #f4f4f4;
}

body {
    background: var(--secundario);
    font-family: 'Raleway', sans-serif;
    font-size: 1rem;
}

a {
    color: var(--primario);
    transition: all .5s;
}

a:hover {
    color: var(--secundario);
}

#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none;
}

#divLoading img {
    width: 50px;
    height: 50px;
}


/* Header Home */

.header {
    position: relative;
    width: 100%;
}

.header .nav-count {
    background-color: var(--barraSession);
    color: #fff;
    height: 100%;
    width: 100%;
}

.header .nav-count .right-top-bar a {
    border-right: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    line-height: 1.8;
    padding: 0 25px;
}

.header .nav-count .right-top-bar a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 1);
}

.wrap-header-cart {
    position: fixed;
    z-index: 1100;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.0);
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.header-cart {
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: calc(100% - 30px);
    padding-left: 65px;
    padding-right: 25px;
    position: fixed;
    right: -400px;
    top: 0;
    width: 390px;
    z-index: 1100;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.34;
    transition: all 0.4s;
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -o-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
    -ms-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.18);
}

.header-cart::after {
    content: "";
    display: block;
    width: 100%;
    height: 9%;
    min-height: 30px;
}

.show-header-cart {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.show-header-cart .header-cart {
    right: 0;
}

.show-sidebar {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.show-sidebar .sidebar {
    right: 0;
}

.s-full {
    width: 100%;
    height: 100%;
}

.check-success {
    color: rgb(32, 168, 32);
    font-size: 6rem;
}


/*---------------------------------------------------------*/

.header-cart-title {
    width: 320px;
    max-width: 100%;
    height: 16.5%;
    min-height: 85px;
}

.header-cart-content {
    align-content: space-between;
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    overflow: auto;
}

.header-cart-wrapitem {
    flex-grow: 1;
}

ul.header-cart-wrapitem {
    margin: 0;
    padding-left: 0;
}

.header-cart-wrapitem li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-cart-title .mtext-title {
    font-weight: 900;
    text-transform: uppercase;
}

.header-cart-title .pointer i {
    font-size: 25px;
}


/*---------------------------------------------*/

.header-cart-item-img,
.how-itemcart1 {
    width: 60px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.header-cart-item-img img,
.how-itemcart1 img,
.how-itemcart1.imgProd img {
    width: 100%;
}

.how-itemcart1.imgProd {
    cursor: initial;
}

.how-itemcart1.imgProd::after {
    background-color: transparent;
    content: '';
}

.header-cart-item-img::after,
.how-itemcart1::after {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    content: '\f00d';
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 100%;
}

.header-cart-item-img:hover::after,
.how-itemcart1:hover::after {
    opacity: 1;
}

.column-6 {
    width: 75px;

}
.column-6 .delItem {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
}

/*---------------------------------------------*/

.header-cart-item-txt {
    width: calc(100% - 80px);
}

.header-cart-item-txt a:hover {
    color: var(--secundario);
    text-decoration: none;
}

.header-cart-item-name {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 1.3;
}

.header-cart-item-info {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 1.5;
}

.header-cart-total {
    font-size: 18px;
    color: #222;
    line-height: 1.3;
}

.header-cart-buttons {
    display: flex;
    flex-wrap: wrap;
}

.pointer {
    cursor: pointer;
}


/*---------------------------------------------*/

@media (max-width: 575px) {
    .header-cart {
        padding: 30px;
    }
    .header-cart-title {
        padding-bottom: 35px;
    }
}


/*---------------------------------------------*/

.barra-menu {
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.barra-menu .navegacion .icon-header-item {
    cursor: pointer;
    position: relative;
}

.barra-menu .navegacion .icon-header-noti::after,
.carrito-mobil .icon-header-noti::after {
    background-color: var(--secundario);
    border-radius: 18px;
    color: #fff;
    content: attr(data-notify);
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 18px;
    left: 205px;
    line-height: 18px;
    min-width: 18px;
    padding: 0 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 55px;
    width: 18px;
}

.dropdown-toggle {
    white-space: inherit;
}

.navbar-nav li:hover > ul.dropdown-menu {
    background-color: #8b4288;
    display: block;
    margin-top: -10px;
    padding: 0;
}

.navbar-nav li > ul.dropdown-menu li {
    padding: 10px;
}

.navbar-nav li > ul.dropdown-menu li:hover {
    background-color: #190d21;
}

.navbar-nav li > ul.dropdown-menu li a {
    text-decoration: none;
}

/* Imagen principal */

.imagenPrincipal,
.imagenPrincipal-test {
    position: relative;
}

.imagenPrincipal img {
    height: 50rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.imagenPrincipal-test img {
    height: 30rem;
    width: 100%;
    object-fit: cover;
}

.contenido .logotipo {
    height: 132px;
}

.contenido .logotipo img {
    height: 132px;
    width: 106px;
}

.navegacion ul {
    background-color: var(--primario);
}

.navegacion .navbar-nav a,
.carrito-mobil a {
    color: white !important;
    font-size: 1.2rem;
    font-weight: 300;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.navegacion .navbar-nav .r-social,
.carrito-mobil .r-social {
    font-size: 1.7rem;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
}

.navbar-toggler {
    background-color: var(--secundario);
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.contenido-hero {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contenido-hero h1.textoPrincipal,
h1.textoContacto {
    color: var(--primario);
    font-weight: bold;
    margin-bottom: 50px;
}

.contenido-hero h2, .contenido-hero h4 {
    color: #FFF;
    font-size: 1.5rem;
}

.contenido-hero h4 {
    font-size: 1rem;
}

.contenido-hero a,
.masInfo a,
.masInfo button,
.header-cart-buttons a,
.contacto .form_contacto button,
.contacto .newsletter button,
.divtipopago .btnProcesoPago button {
    background-color: var(--secundario);
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    height: 45px;
    line-height: 1rem;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
    width: 202px;
}

.areas:nth-child(odd) .masInfo a {
    background-color: var(--secundario);
}

.contenido-hero a:hover,
.masInfo a:hover,
.masInfo button:hover,
.header-cart-buttons a:hover,
.areas:nth-child(odd) .masInfo a:hover,
.contacto .form_contacto button.btn-primary:not(:disabled):not(.disabled):active,
.contacto .form_contacto button.btn-primary:focus,
.contacto .newsletter button.btn-primary:not(:disabled):not(.disabled):active,
.contacto .newsletter button.btn-primary:focus,
.divtipopago .btnProcesoPago button:hover {
    background-color: var(--hover);
    box-shadow: 0 0 0 0.2rem rgba(var(--hover), .5);
}

#contruccion {
    background-color: white;
}

/* Cards */
.card {
    align-items: center;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 70px 63px -60px #000;
    display: flex;
    height: 369px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: background 0.8s;
    width: 100%;
}

.card .card-bkg {
    background-color: rgb(255, 255, 255);
    height: 369px;
    opacity: 0.75;
    position: absolute;
    transition: opacity 0.8s;
    width: 100%;
}

.card .card-bkg:hover {
    opacity: 0;
}

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

.card h2, .card p {
    color: var(--primario);
    font-weight: 700;
    margin: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    transition: opacity 1s;
    z-index: 100;
}

.card p {
    font-weight: 600;
    opacity: 0;
}

/* Innovación, Ginecología, Cardiología, Gastroenterologia, Contacto */

.innovacion,
section.areas,
.pruebasarea,
.productos,
.contacto {
    background-color: white;
}

/* cardiologia, nefrologia, oncologia, urologia */

section.areas.rightpa {
    background-color: var(--primario);
    color: white;
}

.innovacion .imgInnovacion img,
.imgAreas img {
    border-radius: 30px;
    margin-bottom: 50px;
    width: 80%;
}

.innovacion .textInnovacion,
.textAreas {
    margin-bottom: 30px;
    padding: 0 40px;
    text-align: justify;
}

.ginecologia .textAreas p span {
    font-weight: bold;
}

.innovacion .textInnovacion h1,
.textAreas h1 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.textAreas h1 {
    font-size: 2rem;
}

/* Pruebas desde casa */

.imagenPrincipal.tienda img {
    height: 40rem;
}

.imagenPrincipal.producto img {
    height: 12rem;
}

/* Tienda - Productos */
.productos .d-producto {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin: 100px 0 35px;
}

.productos .d-producto [class^="producto"] .img-producto .imgProd {
    display: block;
    position: relative;
    overflow: hidden;
}

.productos .d-producto [class^="producto"] .img-producto .imgProd img {
    height: 352px;
    object-fit: cover;
    width: 370px;
}

.productos .d-producto .share-social p {
    text-align: center;
    font-size: 1rem;
    margin: 0;
}

.productos .d-producto .share-social .facebook a {
    background-color: inherit;
    color: var(--primario);
}

.productos .d-producto .share-social .facebook a:hover {
    color: var(--secundario);
}

@media (min-width: 768px) {
    .productos .d-producto [class^="producto"]:nth-child(odd),
    .productos .d-producto [class^="producto"]:nth-child(even) {
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
    .productos .d-producto [class^="producto"]:nth-child(even) {
        grid-template-columns: 3fr 2fr;
    }
    .productos .d-producto .share-social .facebook,
    .productos .d-producto .share-social .instagram {
        margin-left: 5px;
    }
}

.productos .d-producto .producto .img-producto img {
    padding: 0 20px;
    width: 100%;
}

.wrap-num-product {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    height: 45px;
    margin-right: 20px;
    overflow: hidden;
    width: 140px;
}

.wrap-num-product .btn-num-product-up,
.btn-num-product-down {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 45px;
}

.hov-btn3 {
    transition: all .3s;
}

.hov-btn3:hover {
    border-color: var(--primario);
    background-color: var(--primario);
    color: #fff;
}

.wrap-num-product .num-product {
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    font-family: Arial, Helvetica, sans-serif;
}

.wrap-num-product input.num-product,
.wrap-num-product input.num-product::-webkit-outer-spin-button,
.wrap-num-product input.num-product::-webkit-inner-spin-button {
    border: 0;
    font-size: 16px;
    margin: 0;
    outline: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

/* Carrito */

.imagenPrincipal.carrito img {
    height: 20rem;
}

.carritoCompra {
    background-color: #fff;
    padding: 115px 0;
}

.carritoCompra .jumbotron {
    background-color: #fff;
}

.carritoCompra .jumbotron .continue {
    background-color: var(--primario);
    color: var(--input);
    border-color: var(--primario);
}

.wrap-table-shopping-cart {
    overflow: auto;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
    min-width: 680px;
}

.table-shopping-cart .table_head th {
    font-weight: 700;
    text-transform: uppercase;
}

.table-shopping-cart .table_head .column-1 {
    padding: 15px 0 15px 40px;
}

.table-shopping-cart .table_row .column-1 {
    padding-left: 40px;
}

.table-shopping-cart tr {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.table-shopping-cart .table_row {
    height: 185px;
}

.how-itemcart1 img {
    width: 100%;
}

.l-subtotal {
    border-bottom: 1px dotted #d9d9d9;
}

.total {
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.total span.totalTitle {
    font-weight: 600;
}

.total h4 {
    font-weight: 700;
    text-transform: uppercase;
}

.btnPago a {
    align-items: center;
    background: var(--secundario);
    border-radius: 20px;
    color: #FFF;
    display: flex;
    height: 40px;
    justify-content: center;
    min-width: 135px;
    text-decoration: none;
    transition: all .75s;
}

.btnPago a:hover {
    background-color: var(--primario);
}

.btn.btn-success.btn-cupon,
.btn-success.btn-cupon:not(:disabled):not(.disabled):active {
    background-color: var(--primario);
    border-color: var(--primario);
}

.btn.btn-success.btn-cupon:hover {
    background-color: var(--secundario);
    border-color: var(--secundario);
}

.btnCupon .form-control:focus {
    border-color: var(--secundario);
    box-shadow: none;
}

.btn-success.btn-cupon:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.sweet-alert button {
    background-color: var(--primario) !important;
}

.login-box .formLogin input:focus,
.login-box .formResetPass input:focus,
.recovery form input:focus {
    border-color: var(--secundario);
    box-shadow: none;
}

.notblock {
    display: none !important;
}

.startSession a,
.registerStore a {
    color: var(--primario);
}

.startSession a:hover,
.registerStore a:hover {
    color: #8b4288;
}

.regLog {
    border: 1px solid #e6e6e6;
    padding: 25px;
}

.formLogin {
    margin-top: 30px;
}

.formLogin input,
.formLogin select {
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 48px !important;
}

.formLogin button {
    background-color: var(--primario);
    border: none;
    border-radius: 0;
    height: 48px;
    margin-bottom: 10px;
}

.formLogin button:active {
    background-color: var(--secundario);
}

.formLogin input:focus,
.formLogin select:focus {
    border-color: var(--secundario);
    box-shadow: none;
}

.formLogin input::placeholder,
.formLogin select::placeholder {
    color: #c4c4c4;
}

.datosEnvio.formLogin {
    margin-top: 0;
}

.datosEnvio h4,
.datosEnvio label {
    font-weight: 700;
}

.tcondiciones a {
    color: var(--primario);
    font-weight: bold;
    margin-left: 5px;
    transition: all 0.3s;
}

.tcondiciones a:hover {
    color: var(--secundario);
}

@media (min-width: 1024px) {
    .imagenPrincipal.tienda.producto img {
        height: 35rem;
    }
    .diagnosticos .area {
        display: grid !important;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        position: relative;
        margin-top: 50px;
    }
    .diagnosticos .area a.area1,
    .diagnosticos .area a.area4 {
        background: rgb(171,48,66);
        background: linear-gradient(90deg, rgba(171,48,66,1) 0%, rgba(72,52,163,1) 100%);
    }
    .diagnosticos .area a.area2,
    .diagnosticos .area a.area5,
    .diagnosticos .area a.area7 {
        background: #4834a3;
    }
    .diagnosticos .area a.area7 {
        grid-column: 3 / 4;
    }
}


/* Cardiología, Nefrología */

.textAreas h5 {
    font-weight: bold;
}


/* Servicios */

.servicios, .visitanos {
    background: rgb(171,48,66);
    background: linear-gradient(90deg, rgba(171,48,66,1) 0%, rgba(72,52,163,1) 100%);
    padding: 100px 0;
}

.servicios .contenido-servicios h1 {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 5rem;
}

.servicios .contenido-servicios a:hover {
    text-decoration: none;
}


/* Banner */

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.banner.style-parallax {
    padding: 230px 0;
}

/* Diagnosticos */

.diagnosticos {
    background-color: white;
    padding: 80px 0;
}

.diagnosticos h1 {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 40px;
    margin-bottom: 30px;
}

.diagnosticos .area a {
    font-size: 1.2rem !important;
}

.area.masInfo a {
    background-color: #ab3042;
    margin-bottom: 10px;
}

.visitanos .txtVisitanos h1 {
    color: #FFF;
    font-weight: 700;
}

/* Contacto */

.contacto {
    padding: 80px 0;
}

.contacto p {
    font-weight: 500;
    line-height: 1.5rem;
    padding-top: 25px;
}

.contacto h1,
.contacto .form_contacto,
.contacto .newsletter {
    padding: 25px 15px;
}

.contacto h1 {
    font-weight: bold;
}

.contacto .form_contacto label,
.contacto .newsletter label {
    font-weight: 500;
    text-align: left;
}

.contacto .form_contacto input,
.contacto .form_contacto textarea,
.contacto .newsletter input {
    background-color: var(--input);
    border-radius: 0;
    font-style: italic;
    margin-bottom: 10px;
}

.contacto .form_contacto textarea {
    border: 1px solid #ced4da;
    resize: none;
    width: 100%;
}

.contacto .form_contacto input:hover,
.contacto .form_contacto input:focus,
.contacto .form_contacto textarea:hover,
.contacto .form_contacto textarea:focus,
.contacto .newsletter input:hover,
.contacto .newsletter input:focus {
    background-color: white;
    font-style: normal;
}

.contacto .form_contacto input:focus::placeholder,
.contacto .form_contacto textarea:focus::placeholder,
.contacto .newsletter input:focus::placeholder {
    color: transparent;
}

.contacto .form_contacto input:focus::-webkit-input-placeholder,
.contacto .form_contacto textarea:focus::-webkit-input-placeholder,
.contacto .newsletter input:focus::-webkit-input-placeholder {
    color: transparent;
}

.contacto .form_contacto input:focus:-moz-placeholder,
.contacto .form_contacto textarea:focus:-moz-placeholder,
.contacto .newsletter input:focus:-moz-placeholder {
    color: transparent;
}

.contacto .form_contacto input:focus::-moz-placeholder,
.contacto .form_contacto textarea:focus::-moz-placeholder,
.contacto .newsletter input:focus::-moz-placeholder {
    color: transparent;
}

.contacto .form_contacto input:focus:-ms-input-placeholder,
.contacto .form_contacto textarea:focus:-ms-input-placeholder,
.contacto .newsletter input:focus:-ms-input-placeholder {
    color: transparent;
}

.contacto .form_contacto .data-contact {
    list-style: none;
    padding-top: 10px;
    padding-left: 0;
}


/* Test COVID */

.test {
    background-color: white;
}

.test .img-test img {
    padding: 20px 0px;
}


/* Error */

.imagenPrincipal.error img {
    height: 50rem;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.error h1 {
    margin: 10px;
    color: var(--primario);
    font-size: 42px;
}

.error p {
    color: var(--secundario);
}

.error a.btn-error {
    background-color: var(--secundario);
    border: none;
}

.error a.btn-error:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: var(--secundario);
    border: none;
}

.error a.btn-error:not(:disabled):not(.disabled).active:focus,
.error a.btn-error:not(:disabled):not(.disabled):active:focus,
.show>.error a.btn-error.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(139 66 136 / 50%);
}

.error .error-signo {
    color: var(--primario);
    font-size: 100px;
}


/* Footer */

.footer {
    background-color: var(--primario);
    color: white;
}

.footer .informacion {
    text-align: center;
    line-height: .8rem;
}

.footer .informacion .col-lg-4 {
    margin-bottom: 30px;
}

.footer .icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 10px;
}

.footer .tel::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f879';
}

.footer .cel::before {
    font-family: 'Font Awesome 5 Brands';
    content: '\f232';
}

.footer .email::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: '\f0e0';
}

.footer .u-mark::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f3c5';
}

.footer .copyright::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: '\f1f9';
}

.footer .ubicacion h5 {
    font-weight: bold;
}

.footer .copyright {
    background-color: var(--primario);
    padding: 0 40px;
}

.footer .copyright a.privacidad {
    color: white;
    text-decoration: none;
    transition: 0.5s;
}

.footer .copyright a.privacidad:hover {
    color: var(--secundario);
    text-decoration: none;
}

.aviso {
    text-align: justify;
}


/* back to top button */

#backToTopBtn {
    background-color: var(--secundario);
    border: none;
    border-right: none;
    border-radius: 0px 10px 10px 0px;
    bottom: 20px;
    color: #FFF;
    cursor: pointer;
    display: none;
    font-size: 26px;
    height: 50px;
    outline: none;
    position: fixed;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    width: 50px;
    z-index: 100;
}

#backToTopBtn:hover,
#backToTopBtn:focus {
    background-color: var(--hover);
}

@media (min-width: 768px) {
    /* Header */
    .barra-menu .navegacion .icon-header-noti::after,
    .carrito-mobil .icon-header-noti::after {
        left: 375px;
    }
    .contenido .navegacion a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .contenido-hero h1.textoPrincipal,
    h1.textoContacto {
        font-size: 3rem;
        padding: 0 45px;
    }
    h1.textoContacto {
        width: 560px;
    }
    /* Innovación */
    .innovacion .imgInnovacion img,
    .imgAreas img {
        width: 50%;
        margin-top: 30px;
    }
    /* Contacto */
    .contacto h1 {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    /* Header */
    .navegacion ul.navbar-nav a {
        font-size: 1rem;
        width: 120px;
    }
    .contenido-hero h1.textoPrincipal {
        font-size: 3rem;
        padding: 0 160px;
    }
    /* Innovación, Ginecología, Cardiología */
    .innovacion .imgInnovacion img,
    .imgAreas img {
        width: 100%;
    }
    .innovacion .textInnovacion h1,
    .textAreas h1 {
        text-align: left;
        width: 500px;
    }
    .pruebasarea .textAreas h1 {
        text-align: center;
        width: unset;
    }
    section.areas.rightpa .imgAreas {
        order: 1;
    }
    /* Diagnosticos */
    .diagnosticos p.diag_txt {
        width: 870px;
    }
    /* Footer */
    .footer .informacion {
        text-align: initial;
    }
    .footer .ubicacion {
        padding-left: 6rem;
    }
    .footer .ubicacion h5 {
        margin-left: -25px;
    }
    #modalCovid img {
        height: 700px;
        width: 700px;
    }
    .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 1024px) {
    .barra-menu .navegacion .icon-header-noti::after {
        left: 25px;
        top: 7px;
    }
    .navegacion ul {
        background-color: transparent;
    }
    .navegacion .navbar-nav a.r-social {
        width: 35px;
    }
}

@media (min-width: 1200px) {
    /* Header */
    /* Imagen principal */
    .imagenPrincipal img {
        height: 80rem;
    }
    .navegacion ul.navbar-nav a {
        font-size: 1rem;
        width: 127px;
    }
    .navegacion .navbar-nav a.r-social {
        width: 50px;
    }
    .barra-menu .navegacion .icon-header-noti::after {
        left: 30px;
        top: 7px;
    }
    .contenido-hero h1.textoPrincipal {
        width: 100%;
    }
    .contenido-hero h1.textoPrincipal,
    h1.textoContacto {
        font-size: 5rem;
        padding: 0 50px;
        text-shadow: 0px 0px 5px rgba(255,255,255,0.55);
    }
    .contenido-hero h2, .contenido-hero h4 {
        color: var(--primario);
        font-size: 2.5rem;
        font-weight: 500;
        text-shadow: 0px 0px 5px rgba(255,255,255,0.55);
    }
    .contenido-hero h4 {
        font-size: 1.8rem;
    }
    h1.textoContacto {
        width: 700px;
    }
    /* Innovación */
    .innovacion .textInnovacion,
    .textAreas {
        padding: 0 15px 0 70px;
    }
    .pruebasarea .textAreas {
        padding: unset;
    }
    .areas.rightpa .textAreas {
        padding: 0 70px 0 15px;
    }
    /* Diagnosticos */
    .diagnosticos p.diag_txt {
        width: 930px;
    }
    /* Pruebas desde casa */
    .imagenPrincipal.tienda img {
        height: 45rem;
    }
    /* Contacto */
    .contacto .form_contacto .form-row .btnEnviar {
        position: absolute;
        margin-top: 300px;
        margin-left: 368px;
    }
    /* Footer */
    .footer .ubicacion {
        padding-left: 10rem;
    }
}