/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: Lato, sans-serif;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .2em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

p {
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 400;
    word-spacing: .1em;
    color: rgba(0, 0, 0, .712);
}

li {
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 400;
    word-spacing: .1em;
    color: rgba(0, 0, 0, .712);
    max-width: 90%;
    margin: 10px auto;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-size: 1em;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

a {
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.item-center {
    margin: 0 auto;
}

.top-header {
    background-color: #c787a2;
    width: 100%;
    margin: 0;
    font-size: 12px;
    position: fixed;
    z-index: 10;
    top: 0;
}

.top-header p {
    margin: 0;
    text-align: center;
    padding: 2px 0;
    color: #fff;
}

.header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 3;
    padding-top: 20px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
    border-bottom: .5px solid #d8d8d8;
}

.header .menu-btn:hover,
.header li a:hover {
    background-color: #f4f4f4;
}

.header .logo {
    display: block;
    position: relative;
    max-width: 150px;
    top: 3vh;
    left: 17px;
}

.menu li a:is(:link, :active, :visited).active {
    border-left: 3px solid #c787a2;
    background-color: #f5f5f5;
    margin-right: -6em;
}

.menu li a {
    color: #903c62;
    font-weight: 700;
    padding: 10px 6px;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu-btn:checked~.menu {
    max-height: 1000px;
}

.menu .current {
    border-left: 3px solid #c787a2;
    background-color: #f5f5f5;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
    bottom: 36px;
    right: 31px;
}

.header .menu-icon .navicon {
    background: #c787a2;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 30px;
}

.header .menu-icon .navicon:after,
.header .menu-icon .navicon:before {
    background: #c787a2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.header .menu-icon .navicon:before {
    top: 9px;
}

.header .menu-icon .navicon:after {
    top: -9px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: 0 0;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.breadcrumb ul {
    padding: 10px 16px;
    list-style: none;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1169px;
}

.breadcrumb ul li {
    display: inline;
    font-size: 14px;
}

.breadcrumb ul li+li:before {
    color: #000;
    content: "/\00a0"
}

.breadcrumb ul li a {
    color: #0275d8;
    text-decoration: none;
}

.breadcrumb ul li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.line-brexia {
    border-top: 3px solid #914568;
    max-width: 100%
}

svg {
    color: #c787a2;
}

.footer-div p:first-child {
    text-align: center;
    font-weight: 700;
    color: #914568;
    font-size: 19px;
}

.footer-p {
    font-size: 21px;
    font-weight: 400;
    color: #979696 !important;
    line-height: 2rem;
}

.boton-brexia {
    background: #c787a2;
    font-weight: 700;
    height: 55px;
    width: 250px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 5px auto;
}

.boton-brexia a {
    color: #fff;
}

.footer-redes svg {
    fill: #a3a3a3;
    margin: 0 5px;
}

.footer-redes svg:hover {
    fill: #c787a2;
}

.deep-footer {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #914568;
    padding-top: .3rem;
    padding-bottom: .3rem;
    width: 100% !important;
    margin-top: 10px;
}

.deep-footer p {
    max-width: 90%;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    color: #fff;
    margin: 0;
}

.principal-menu-h1 {
    background-color: #914568;
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 8px 0;
    margin-bottom: 1em;
}

.tipos-cancer h2 {
    background-color: #c787a2;
    margin: 5px auto;
    text-align: center;
    border-radius: 5px;
    padding: 4px 0;
    max-width: 90%
}

.tipos-cancer a {
    text-decoration: none;
}

.tipos-cancer p {
    max-width: 90%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
}

.tipos-de-cancer-button {
    background: rgb(144 60 98);
    text-align: center;
    padding: 12px 0;
}

.tipos-de-cancer-button a {
    color: #fff !important;
}

.header .sub-menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .sub-menu-btn:checked~.sub-menu {
    max-height: 1000px;
}

.header .sub-menu-1 {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .sub-menu-btn-1:checked~.sub-menu-1 {
    max-height: 1000px;
}

.header .sub-menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 19px 20px;
    position: relative;
    user-select: none;
}

.header .sub-menu-icon .navicon {
    background: #c787a2;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 30px;
}

.header .sub-menu-icon .navicon:after,
.header .sub-menu-icon .navicon:before {
    background: #c787a2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%
}

.header .sub-menu-icon .navicon:before {
    top: 0;
    transform: rotate(90deg);
}

.header .sub-menu-btn {
    display: none;
}

.header .sub-menu-btn:checked~.sub-menu-icon .navicon {
    background: 0 0;
}

.header .sub-menu-btn:checked~.sub-menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .sub-menu-btn:checked~.sub-menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .sub-menu-btn:checked~.sub-menu-icon:not(.steps) .navicon:after,
.header .sub-menu-btn:checked~.sub-menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.header .sub-menu-btn-1 {
    display: none;
}

.header .sub-menu-btn-1:checked~.sub-menu-icon .navicon {
    background: 0 0;
}

.header .sub-menu-btn-1:checked~.sub-menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .sub-menu-btn-1:checked~.sub-menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .sub-menu-btn-1:checked~.sub-menu-icon:not(.steps) .navicon:after,
.header .sub-menu-btn-1:checked~.sub-menu-icon:not(.steps) .navicon:before {
    top: 0;
}

.sub-sub-menu {
    display: flex;
    background-color: #914568;
    justify-content: space-around;
    margin-bottom: 20px;
}

.sub-sub-menu h1 {
    color: #fff;
}

.sub-sub-menu svg {
    fill: #fff;
}

.dropbtn {
    background-image: url(/Assets/img/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:focus,
.dropbtn:hover {
    background-color: #914568;
}

.dropdown {
    position: relative;
    display: flex;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 83vw;
    overflow: auto;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    right: 0;
    margin-top: 432px;
    transition: all 2s linear;
}

.dropdown-content a {
    margin-top: 3px;
    font-size: 17px;
    font-weight: 700;
    color: #fff !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #903c62;
    background: linear-gradient(44deg, #903c62 0, #914568 34%, #c787a2 69%, #f0ccdb 100%);
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.article {
    max-width: 100%
}

.article a {
    color: rgb(144 60 98);
    text-decoration: none;
    font-weight: 700;
}

.article h2 {
    font-size: 28px;
    max-width: 90%;
    margin: 10px auto;
    color: #914569;
    text-align: center;
}

.article h3 {
    font-size: 25px;
    max-width: 90%;
    margin: 0 auto;
    color: #903c62e6;
    font-weight: 600;
    margin: 11px auto;
}

.article h4 {
    font-size: 21px;
    max-width: 90%;
    margin: 0 auto;
    color: #903c62;
    font-weight: 600;
    margin: 11px auto;
}

.article h5 {
    font-size: 19px;
    max-width: 90%;
    margin: 0 auto;
    color: #b46a89;
    font-weight: 600;
    margin: 11px auto;
}

.article p {
    max-width: 90%;
    margin: 25px auto;
}

.article ol li::marker {
    color: #903c62;
    font-size: 19px;
    font-weight: 800;
}

.article ul li {
    list-style-type: disc;
}

.article ul li::marker {
    color: #903c62;
    font-size: 20px;
    font-weight: 800;
}

.h1-title {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 16px 0;
    max-width: 230px;
}

.p-text {
    max-width: 90%;
    margin: 10px auto;
}

.indice {
    border: 1.6px solid rgb(144 60 98);
}

.indice a {
    color: rgb(144 60 98);
    text-decoration: none;
    font-weight: 700;
}

.indice li {
    margin: 0 auto;
}

.article .indice p {
    color: rgb(144 60 98);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.article .ficha .img-size {
    max-width: 90%
}

.article .ficha h2 {
    font-size: 22px;
}

.body {
    backdrop-filter: contrast(.5);
}

.biografia {
    max-width: 100%;
    word-wrap: break-word;
    margin: 0 auto;
}

.contacto {
    max-width: 100%;
    margin-top: 20px;
}

.title {
    font-size: 29px;
    font-weight: 700;
    color: #914569;
}

.paragraph {
    font-size: 16px;
    max-width: 90%;
    margin: 10px auto;
    letter-spacing: 1px;
}

.redes-contact {
    fill: #914569;
    text-align: center;
}

.redes-contact svg {
    margin: 0 10px;
}

.call-us {
    border: 2px solid #c787a2;
    padding: 10px 0;
    font-weight: 800;
}

.call-us a {
    text-decoration: none;
    color: #903c62;
}

.llamanos {
    display: flex;
}

.llamanos p {
    font-weight: 700;
    color: #a3a3a3;
}

.formulario {
    margin: auto;
    background: #c1859e;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 7px;
}

.formulario p {
    margin: 5px 0;
    font-weight: 600;
    color: #181818;
}

.formulario input,
textarea {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
    min-height: 50px;
}

.formulario button {
    background: #914568;
    color: #fff;
    min-width: 140px;
    padding: 15px 0;
    border: grey 1px none;
    outline: 0;
}

.carousell {
    height: 60vh;
    width: 100%;
    position: relative;
    overflow-x: hidden;
    color: #fff;
    margin: 0 auto;
    box-shadow: 0 11px 15.2px .8px rgb(0 0 0 / 40%);
}

.carousell p {
    color: #fff;
}

.slider {
    width: 100%;
    height: 100%
}

.slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-position: 84% 20%
}

.slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 56%);
    z-index: -1;
}

.top {
    z-index: 3;
    transition: .5s ease transform;
}

.slide.active {
    z-index: 3;
    transform: translateX(0);
}

.slide.transition {
    transition: .5s ease transform;
}

.slide-1 {
    background-image: url(/Assets/img/especialistas-en-cancer.webp);
}

.slide-2 {
    background-image: url(/Assets/img/general/Banner-inicio-BREXIA-Cancer-en-general-apoyo.webp);
}

.slide-3 {
    background-image: url(/Assets/img/general/Banner-inicio-BREXIA-MUJER-CON-CANCER.webp);
}

.buttons div {
    cursor: pointer;
    pointer-events: all;
    padding: 0 5px;
}

.dots {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dots .dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, .185);
    border-radius: 10px;
    margin: 10px;
    transition: .3s ease width;
    cursor: pointer;
}

.dots .dot.active {
    background-color: #fff;
    width: 40px;
}

.buttons {
    position: absolute;
    z-index: 5;
    bottom: 25vh;
    right: 0;
    left: 0;
    height: auto;
    color: #000;
    display: flex;
    flex-direction: row-reverse;
    width: auto;
    font-size: 50px;
    justify-content: space-between;
}

.slide-1 {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.slide .content {
    width: 80%;
    max-width: 500px;
    position: absolute;
    left: 20%
}

.slide h2 {
    font-size: 45px;
}

.slide p {
    font-size: 18px;
    margin-top: 20px;
}

.slide button {
    display: inline-block;
    padding: 15px 50px;
    font-size: 24px;
    outline: 0;
    border: none;
    background-color: #fff;
    margin-top: 20px;
}

.espacio-boton button {
    margin-bottom: 2.65rem;
}

.tipos-cancer-img {
    max-width: 774px;
    height: auto;
    margin: 0 auto;
}

.wrap {
    max-width: 1400px;
    margin: 2px auto;
}

.tabs {
    width: 100%
}

ul.tabs {
    width: 99%;
    background: #fff;
    border: 1px solid #914568;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    align-items: center;
}

ul.tabs li {
    width: 40%;
    flex-basis: max-content;
}

.activar {
    width: 100%;
    height: 100%;
    background-color: #d6a2b8;
}

ul.tabs li a {
    color: #914568;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 10px 3px;
}

ul.tabs li a:focus {
    color: #fff !important;
}

.fondo-tipos-de-cancer h1 {
    font-size: 30px;
    text-align: center;
    color: #914569;
    font-weight: 700;
    margin: 15px 0;
}

.secciones {
    width: 720px;
    margin: 0 auto;
    background-color: #fff;
    word-spacing: .3em;
    color: rgba(0, 0, 0, .712);
}

.secciones h2 {
    font-size: 25px;
    text-align: center;
    color: #914569;
    font-weight: 700;
}

.secciones-enumeradas {
    padding-left: 20px;
}

.secciones-enumeradas li {
    padding-top: 1rem;
}

.secciones article {
    text-align: left;
}

.opinion-grid {
    text-align: justify;
    display: grid;
    width: 800px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.opinion-grid img {
    margin-top: 4rem;
    padding-top: 3rem;
    padding-left: 6rem;
}

.opinion-secciones {
    text-align: justify;
    width: 750px;
    margin: 0 auto;
}

.contenedor-video {
    display: block;
    width: 100%
}

.contenedor-video-2 {
    display: block;
    margin: auto;
    width: 90%;
    max-width: 700px;
}

.reproductor {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
    width: 350px;
    height: 350px;
    cursor: hand;
    cursor: pointer;
    display: block;
}

.reproductor-rectangular {
    margin: 0 auto;
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.imagen-previa {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    width: 350px;
    height: 350px;
    position: absolute;
    object-fit: cover;
    right: 0;
    top: 0;
    border: 0;
}

img.imagen-previa-rectangular {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    width: 100%;
    position: absolute;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    right: 0;
    top: 0;
}

div.youtube-play {
    height: 64px;
    width: 64px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    opacity: .7;
    position: absolute;
    background: url(https://cdn2.iconfinder.com/data/icons/social-icons-color/512/youtube-64.png) no-repeat;
}

div.youtube-play:hover {
    opacity: 1;
}

#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

#activar {
    display: none;
}

#activar~.desplegable {
    width: 100%;
    max-height: 30px;
    overflow: hidden;
    text-align: center;
    transition: max-height 1.5s linear;
    z-index: 1;
}

#activar~.desplegable .contenido {
    width: 400px;
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    background: #c787a240;
    margin: 0 auto;
}

.desplegable .label {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 5px 34px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    color: #fff;
    background: #c787a2;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

#activar~.desplegable .label:before {
    content: "Conoce su historia"
}

#activar:checked~.desplegable,
#activar:checked~.desplegable .contenido {
    max-height: 100%
}

#activar:checked~.desplegable .contenido {
    padding: 30px 20px;
}

#activar:checked~.desplegable .label:before {
    content: "CERRAR"
}

.casos-exito-container {
    max-width: 100%
}

.casos-exito h1 {
    text-align: center;
    font-variant: small-caps;
    color: #914569;
}

.testimonio h3 {
    font-size: 24px;
    color: #fff;
    max-width: 100%;
    margin: 10px auto;
    background: rgb(144 60 98);
    text-align: center;
}

.testimonio p {
    text-align: left;
    max-width: 90%;
    margin: 10px auto;
}

.testimonio h4 {
    color: #914569;
    font-size: 20px;
}

.testimonio img {
    margin: 0 auto;
    display: flex;
    max-width: 350px;
}

.casos-exito {
    background: #fff;
    display: flex;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
}

.menu-inner-content-container {
    max-width: 100%
}

.menu-inner-content h1 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    margin: 0 0;
    padding: 6px 0;
    background-color: #914569;
}

.menu-inner-content svg {
    fill: #fff;
}

.menu-inner h3 {
    font-size: 24px;
    color: #fff;
    max-width: 90%;
    margin: 10px auto;
    background: #fff;
    text-align: center;
}

.menu-inner p {
    text-align: left;
    max-width: 90%;
    margin: 10px auto;
}

.menu-inner h4 {
    color: #914569;
    font-size: 20px;
}

.menu-inner img {
    margin: 0 auto;
    display: flex;
}

.menu-inner-content {
    display: flex;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
}

.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #bfdb49;
}

.accordion button {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    border: #914569 5px solid;
    background-color: #914569 !important;
    border-radius: 7px;
    border-width: 4px;
    background: 0 0;
    outline: 0;
}

.accordion button:focus,
.accordion button:hover {
    cursor: pointer;
    color: #fff;
}

.accordion button:focus::after,
.accordion button:hover::after {
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded=true] {
    color: #fff;
}

.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion-content {
    position: relative;
    right: 0;
    left: 0;
    text-align: center;
}

.accordion button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 100em;
    transition: all .2s linear;
    will-change: opacity, max-height;
    line-height: 1.15;
    max-width: 100%
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .2s linear, max-height .2s linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-weight: 500;
    line-height: 1.15;
    padding: 20px 30px;
    background: rgb(240 204 219);
}

.accordion-links {
    display: grid;
}

.accordion-links a {
    color: #fff;
    background-color: #c787a2;
    font-size: 20px;
    padding: 6px 12px;
    margin: 4px 0;
    border-radius: 2px;
}

.accordion-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.accordion-title p {
    color: #fff;
    font-weight: 600;
}

.accordion.end {
    text-align: end;
}

.title-h1 {
    font-size: 29px;
    color: #914569;
    font-weight: 800;
    max-width: 95%;
    margin: 10px auto;
    text-align: center;
}

.title-h1-1 {
    color: rgb(144 60 98);
    font-size: 35px;
    text-align: center;
    text-transform: capitalize;
    border: 4px solid rgb(144 60 98);
    margin: 1px 0 2px;
}

.button-article {
    background: #c787a2;
    font-weight: 700;
    height: 55px;
    width: 240px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}

.button-article a {
    color: #fff;
}

.brexia-box-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    max-width: 90%
}

.brexia-box {
    max-width: 600px;
    margin: 15px auto;
}

.brexia-box h3 {
    font-size: 26px;
    color: #b46a89;
}

.brexia-box-svg {
    text-align: center;
}

.brexia-box-svg svg {
    fill: #903c62;
}

.brexia-box p {
    margin-bottom: 5px;
}

.highlight {
    background: url(/Assets/img/general/pincelada\ brexia-02-01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 48px;
    padding: 8px 0;
}

.img-size {
    border: thin silver solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: auto;
}

.img-size figcaption {
    background-color: #222;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}

.scrollup {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 73px;
    right: 2px;
    background: #c787a2;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

a.scrollup {
    outline: 0;
    text-align: center;
    transition: all .3s ease-out 0s;
}

a.scrollup:active,
a.scrollup:focus,
a.scrollup:hover {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}

.scrollup svg {
    transform: rotate(270deg);
    position: relative;
    top: 12px;
    fill: #fff;
}

.author-info {
    background-color: #f0f8ff;
    max-width: 100%;
    margin: 0 auto;
    border: solid #e5e5e5;
    border-width: 1px 0;
    padding: 20px 0;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

.author-info img {
    max-width: 100%;
    float: left;
    margin: 0 17px;
}

.author-info p,
strong {
    text-align: left;
}

.author-info a {
    color: #fe7800;
}

.gracias h1 {
    text-align: center;
    background-color: #903c62;
    font-size: 40px;
    color: #fff;
    padding: 40px 0;
}

.img-size-float {
    /* margin: 2% 1% */
}

.contact-captivate-author {
    max-width: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    margin: 0 auto;
}

.contact-captivate-author .medium {
    font-weight: 600;
}

.contact-captive-author-img {
    background-image: url(/Assets/img/especialistas-en-cancer.webp);
    width: 24%;
    height: 91px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 26px;
    position: relative;
    bottom: 1em;
}

.contact-captive-author-text {
    line-height: 1.14;
    max-width: 68%;
    font-size: 14px;
    color: #555;
    background: #f4f6f8;
    position: relative;
    padding: 10px 3em;
    word-spacing: 0;
    letter-spacing: .5px;
}

.contact-captive-author-text:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
    margin-left: -11px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-captivate-swipe-up {
    position: fixed;
    width: 100%;
    height: 29em;
    bottom: 0;
    border-radius: 2px 2px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-captivate-swipe-up p {
    font-size: 18px;
    max-width: 100%;
    margin: 0 0;
}

.contact-captivate-swipe-up-close {
    transform: translate3d(0, 400px, -135px);
}

.contact-captivate-swipe-up-hidden {
    margin-bottom: 2rem;
    font-size: 19px;
    font-weight: 500;
}

.contact-captivate-swipe-up-cerrar {
    display: none;
}

.contact-captivate-swipe-up-hidden a {
    color: #00205e;
    font-weight: 600;
}

.contact-captivate-swipe-up-text {
    font-size: 14px;
    max-width: 80%;
    text-align: center;
}

.contact-captivate-swipe-up-text .medium {
    font-weight: 600;
}

.contact-captivate-swipe-up-question {
    display: flex;
}

.contact-captivate-swipe-up-button {
    background-color: rgb(180 106 137);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    width: 272px;
    padding: .5em 0;
    border: none;
    margin: 2px 0;
    cursor:pointer;
}

.contact-captivate-swipe-up-button-close {
    color: gray;
    font-size: 20px;
    padding: .5em 33%;
    cursor: pointer;
    width: 272px;
}

.contact-captivate-swipe-up-img {
    background-image: url(/Assets/img/especialistas-en-cancer.webp);
    width: 100%;
    height: 35%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 9px;
    position: relative;
    bottom: 1em;
}

.contact-captivate-swipe-up-svg {
    text-align: center;
}

.share-social {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.share-social .facebook svg {
    fill: #3b5998;
    background-color: #fff;
}

.share-social .twitter svg {
    fill: #00acee;
    background-color: #fff;
}

.table {
    border: 1px solid silver;
    border-collapse: collapse;
    padding: 5px;
    margin: 0 auto;
    font-size: 20px;
    color: rgba(0, 0, 0, .712);
}

.table th {
    border: 1px solid silver;
    padding: 5px;
    background: #c787a2;
}

.table td {
    border: 1px solid silver;
    padding: 5px;
}

#mid-modal {
    position: fixed;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    display: none;
    animation-name: example;
    animation-duration: 1.5s;
}

@keyframes example {
    from {opacity: 0;}
    to {opacity: 1;}
}

#mid-modal img{
    max-width: 100%;
    position: relative;
    top: 62px;
    z-index: -1;
}

.modal-close{
    position: relative;
    top: 76px;
    left: 367px;
    cursor: pointer;
}



.mid-modal-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mid-modal-container a {
    background-color: #b46a89;
    border-radius: 2px;
    padding: 5px 15px;
}

.mid-modal-container p {
    color: white;
    text-decoration: underline;
}

.mid-modal-textBox {
    width: 400px;
    height: 150px;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #914569;
}

@media (min-width:768px) {

    #mid-modal{
        top: 74%;
    left: 15%;
    }

    .wrapper {
        background-color: rgb(111 113 134 / 9%);
    }

    .menu-movil {
        display: none;
    }

    .menu-inner {
        display: none;
    }

    .header-desktop {
        display: block;
        text-align: center;
    }

    .header-desktop img {
        max-width: 300px;
    }

    .header-logo-redes {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 11px 0;
        max-width: 1100px;
        margin: 40px auto;
    }

    .header-redes svg {
        fill: #afafaf;
        margin: 0 8px;
    }

    .header-redes svg:hover {
        fill: #914568;
    }

    .close-item,
    .mobile-nav {
        display: none;
    }

    .nav-container {
        background: #c787a2;
        margin-bottom: 3px;
    }

    .nav {
        list-style: none;
        padding: 0;
        display: block;
        background-color: #c787a2;
        text-align: center;
        margin: 0 auto;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        max-width: 1200px;
    }

    .nav .fa {
        margin-left: 5px;
    }

    .nav-item {
        position: relative;
        margin: 0;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 8px;
    }

    .nav-line {
        width: 2px;
        height: 57px;
        background-color: #fff;
    }

    .nav-item:hover {
        background-color: #914569;
    }

    .dp-link,
    .nav-link {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        transition: .25s;
    }

    .dp-menu {
        list-style: none;
        padding: 0;
        position: absolute;
        z-index: 2;
    }

    .dp-item {
        position: relative;
        line-height: 2.5;
    }

    .level-1 {
        display: none;
        background-color: #914569;
        width: 350px;
        text-align: left;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 6;
    }

    .level-1 li {
        display: block;
    }

    .level-2 {
        display: none;
        width: 200px;
        top: 0;
        left: 220px;
        font-size: .9rem;
        background-color: #fff;
    }

    .nav-item:hover>.level-1 {
        display: block;
    }

    .dp-item:hover>.level-2 {
        display: block;
    }

    .carousell {
        max-width: 80%;
        margin-bottom: 1em;
    }

    .article {
        background-color: #fff;
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 30% 70%;
        box-shadow: 10px 0 10px -14px rgb(149 131 131 / 50%), -10px 0 10px -14px rgb(149 131 131 / 50%);
        align-items: baseline;
    }

    .accordion {
        display: block;
    }

    p {
        font-size: 20px;
    }

    li {
        font-size: 20px;
    }

    img.imagen-previa {
        width: 401px;
        height: 400px;
    }

    .tipos-cancer-regresar {
        display: none;
    }

    .tabs-movil {
        display: none;
    }

    .mostrar-text {
        display: none;
    }

    .aparecer {
        display: none;
    }

    .casos-exito {
        margin: 0 auto;
        width: 60%
    }

    .casos-exito-container {
        max-width: 60%;
        margin: 0 auto;
    }

    .menu-inner-content {
        margin: 0 auto;
    }

    .menu-inner-content-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .menu-inner-desktop {
        background-color: #f0ccdb57;
    }

    .menu-inner-desktop .title {
        background: rgb(180 106 137);
        display: flex;
        background: rgb(180 106 137);
        display: flex;
        color: #fff;
        justify-content: space-around;
        font-size: 24px;
        padding: 11px 0;
    }

    .indice {
        /* max-width: 45%;
        margin: 0 1%;
        float: right; */
        max-width: 65%;
        margin: 0 auto;

    }

    .menu-inner-desktop ul {
        padding-inline-start: 0;
        display: flex;
        flex-direction: column;
    }

    .menu-inner-desktop li {
        list-style-type: none !important;
    }

    .menu-inner-desktop a {
        font-size: 20px;
        padding: 10px 5px;
    }

    .menu-inner-desktop a:hover {
        text-decoration: underline;
    }

    .img-size-float {
        /* max-width: 50%;
        float: right;
        margin: 1% 1% */
        margin: 0 auto;
        max-width: 700px;
    }

    .brexia-box-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-section-1 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        max-width: 90%
    }

    .contacto {
        max-width: 60%;
        margin: 20px auto;
    }

    .testimonio h3 {
        max-width: 90%;
        padding: 15px 0;
    }

    .p-text {
        max-width: 600px;
    }

    .title-h1 {
        font-size: 40px;
        padding: 15px 0;
    }

    .slide h2 {
        font-size: 60px;
    }

    .slide p {
        font-size: 25px;
    }

    .brexia-box h3 {
        font-size: 30px;
    }

    .grid-50 {
        grid-template-columns: 50% 50% !important;
    }

    .grid-100 {
        display: grid;
        grid-template-columns: 100% !important;
        max-width: 60%
    }

    .fondo-tipos-de-cancer h1 {
        font-size: 38px;
    }

    .breadcrumb ul li {
        font-size: 18px;
    }

    .article .ficha div {
        display: grid;
        grid-template-columns: 30% 70%
    }

    .article .ficha h2 {
        font-size: 27px;
    }

    .contact-captivate-swipe-up {
        max-width: 1200px;
    }

    .contact-captivate-swipe-up p {
        font-size: 20px;
    }

    .contact-captivate-swipe-up-button-close {
        padding: .5em 9.5%
    }

    .contact-captivate-author {
        max-width: 900px;
    }

    .contact-captive-author-text {
        padding: 40px 3em;
        font-size: 16px;
    }

    .contact-captive-author-img {
        width: 14%;
        height: 116px;
    }

    .contact-captivate-swipe-up-img {
        width: 37%;
        height: 34%;
        background-position-y: 2px;
    }

    .contact-captivate-swipe-up-text {
        font-size: 18px;
        max-width: 37%
    }
}

@media (max-width:768px) {
    .menu-inner-desktop {
        display: none;
    }

    .slide .content {
        left: 20px;
        margin: 0 20px;
    }

    .dots {
        left: 31vw;
        transform: translateX(0);
    }

    .tipos-cancer-regresar {
        background: #e9e8e8;
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 7px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .tipos-cancer-regresar a {
        text-decoration: none;
        color: #914568;
        font-weight: 400;
    }

    .header-desktop {
        display: none;
    }

    ul.tabs li {
        width: 100%
    }

    .tabs-desktop {
        display: none;
    }

    .left-movil-tab li {
        padding-left: 0;
    }

    .right-movil-tab li {
        padding-right: 10%
    }

    .secciones {
        width: 95%;
        margin: 0 auto;
        background-color: #fff;
    }

    .wrap {
        max-width: 100%;
        margin: 2px auto;
    }

    .aparecer {
        padding-top: 20px;
    }

    .opinion-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        max-width: 85%
    }

    .opinion-secciones {
        max-width: 90%
    }

    .opinion-grid img {
        margin-top: 0;
        padding-top: 0;
        padding-left: 2rem;
    }


}