.color-lila {
    color: #502d82 !important;
}

.color-verde {
    color: #58b74c !important;
}

.color-naranja {
    color: #f26f41;
}

.color-celeste {
    color: #35a7b9 !important;
}

.bg-color-lila {
    background: #502d82;
}

.border-naranja {
    border-bottom: 3px solid #f26f41;
}

.bg-color-verde {
    background-color: #58b74c;
}

.verdeboton {
    border-color: #58b74c !important;
    color: #58b74c !important;
}

.verdeboton:hover {
    background-color: #408636 !important;
    color: white !important;
}

.btn-learn-crohn {
    background-color: #58b74c !important;
    color: white !important;
    width: 15em;
    height: 3em;
}

.btn-learn-crohn:hover {
    background-color: white !important;
    border: 1px solid #58b74c !important;
    color: #58b74c !important;
}

.btn-learn-colitis {
    background-color: #502d82 !important;
    color: white !important;
    width: 15em;
    height: 3em;
}

.btn-download-crohn {
    background-color: white !important;
    border: 1px solid #58b74c !important;
    color: #58b74c !important;
    width: 15em;
    height: 3em;
}

.btn-download-crohn:hover {
    color: white !important;
    background-color: #58b74c !important;
}

.btn-download-colitis {
    background-color: white !important;
    border: 1px solid #502d82 !important;
    color: #502d82 !important;
    width: 15em;
    height: 3em;
}

.btn-download-colitis:hover {
    color: white !important;
    background-color: #502d82 !important;
}

.btn-no,
.btn-yes {
    width: 14em;
    height: 3em;
}

.btn-yes {
    background-color: #35a7b9 !important;
}

.btn-yes:hover {
    background-color: #277f8d !important;
}

.btn-flecha-abajo {
    margin-right: 1em;
}

.btn-flecha-abajo img {
    width: 10px;
}

.btn-flecha-abajo img:first-child {
    display: block;
}

.btn-flecha-abajo img:nth-child(2) {
    display: none;
}

.lilaboton,
.btn-learn-colitis:hover {
    background-color: white !important;
    border: 1px solid #502d82 !important;
    color: #502d82 !important;
}

.lilaboton:hover {
    color: #fff !important;
    background-color: #3c2161 !important;
    border-color: #3c2161;
}

.bg-intestine {
    background-image: url('../img/intestine-colitis.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    background-attachment: fixed;
}

.guy {
    height: 60em !important;
    object-fit: cover;
    width: 100vw;
    z-index: -1;
}

.flipH {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
}

.principal-img-cr,
.principal-img-home,
.principal-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    height: 100%;
}

.principal-img-home {
    background-image: url('../img/Man-Pants.png');
    transform: scaleX(1) !important;
}

.principal-img-support {
    background-image: url('../img/img-support_m.png');
    height: 37em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    transform: scaleX(1) !important;
}

.principal-img-cr {
    background-image: url('../img/crohn-portada.jpg');
}

.principal-img {
    background-image: url('../img/guy.jpg');
}

.principal-texto {
    padding-top: 5em;
    margin-left: -2.1rem !important;
}

.principal-texto-descripcion {
    font-family: 'GothamBlack';
    font-size: 3em;
    max-width: 35%;
    line-height: 1em;
}

.principal-texto-titulo {
    font-size: 18px !important;
    letter-spacing: 0.3225px;
    font-family: 'GothamBold';
}

.principal-texto-leyenda {
    font-size: 16px !important;
    letter-spacing: 0.28666666px;
    max-width: 30%;
    font-family: 'GothamBold';
}

#recuadro-titulo {
    position: absolute;
    top: 15vw;
    left: 60px;
    right: auto;
    bottom: auto;
    width: 50%;
}

.rectanguloI {
    min-width: 41em;
    min-height: 24em;
    width: 35vw;
    height: 19vw;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translateY(0em);
    transition: transform 1s .1s cubic-bezier(0, 1, .3, 1), opacity 1s .1s ease-out;
    will-change: transform, opacity;
}

.rectanguloD {
    background-color: white;
    width: 30em;
    height: 17em;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translateY(0em);
    transition: transform 1s .1s cubic-bezier(0, 1, .3, 1), opacity 1s .1s ease-out;
    will-change: transform, opacity;
}

.rectanguloI.is-visible {
    opacity: 1;
    transform: translateY(-4em);
}

.rectanguloD.is-visible {
    opacity: 1;
    transform: translateY(-8em);
}

.rectanguloI-texto {
    padding: 4em 3em;
    top: 3vw;
}

.rectanguloD-texto {
    padding: 1em 1em;
}

.rectanguloI-texto-titulo {
    line-height: 0;
    font-size: 2.25em !important;
    letter-spacing: 0.64500004px;
    font-family: 'GothamBlack';
}

.rectanguloD-texto-titulo,
.rectanguloI-texto-descripcion,
.rectanguloD-texto-descripcion {
    font-family: 'GothamBold';
}

.rectanguloD-texto-titulo {
    font-size: 1.5em;
    letter-spacing: 0.64500004px;
    padding-left: 0.5em;
}

.rectanguloI-texto-descripcion {
    font-size: 1em !important;
    letter-spacing: 0.3225px;
    margin-top: -1em;
}

.rectanguloD-texto-descripcion {
    font-size: 14px;
    letter-spacing: 0.25083333px;
    padding: 0em 1em;
    margin-top: -1.2em;
}

.rectanguloI-texto-lista {
    padding-left: 3em;
    max-width: 28em;
    font-size: 14px;
}

.rectanguloD-texto-lista {
    font-size: 14px;
    line-height: 18px;
}

.rectanguloI-texto-lista li,
.rectanguloD-texto-lista li {
    font-family: 'GothamBook' !important;
}

.uc-container {
    margin-top: 10em;
}

.texto-ademas {
    font-family: 'GothamBold';
}

.eyes {
    opacity: 0;
    transform: translateY(2em);
    transition: transform 1s .1s cubic-bezier(0, 1, .3, 1), opacity 1s .1s ease-out;
    will-change: opacity;
}

.eyes.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s .5s cubic-bezier(0, 1, .3, 1), opacity 1s .5s ease-out;
}

.joints {
    opacity: 0;
    transform: translateY(2em);
    transition: transform 1s .1s cubic-bezier(0, 1, .3, 1), opacity 1s .1s ease-out;
    will-change: opacity;
}

.joints.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 1s cubic-bezier(0, 1, .3, 1), opacity 1s 1s ease-out;
}

.skin {
    opacity: 0;
    transform: translateY(2em);
    transition: transform 1s .1s cubic-bezier(0, 1, .3, 1), opacity 1s .1s ease-out;
    will-change: opacity;
}

.skin.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 1.5s cubic-bezier(0, 1, .3, 1), opacity 1s 1.5s ease-out;
}

.col {
    text-align: center;
    font-size: 1.5em;
}

.unpredictable {
    background-color: rgb(216, 216, 216, .2);
    opacity: 0;
    transform: translateY(2em);
    transition: transform 1s .1s cubic-bezier(0, 1, .3, 1), opacity 1s .1s ease-out;
    will-change: opacity, transoform;
}

.unpredictable.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s .5s cubic-bezier(0, 1, .3, 1), opacity 1s .5s ease-out;
}

.unpredictable-text {
    color: black;
    width: 50%;
    max-width: 38em !important;
}

.unpredictable-text-unp {
    font-size: 36px;
    margin-top: -10px;
    font-family: 'GothamBold';
}

.unpredictable-list li {
    font-family: 'GothamBook';
    font-size: 14px;
}

.row .columna2 {
    margin-left: 8em;
}

.who-cont {
    width: 75% !important;
}

.who-titulo {
    opacity: 0;
    font-family: 'GothamBold' !important;
    transform: translateX(-5em);
    font-size: 36px;
    line-height: 0.9em;
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
    padding-left: .2em;
}

.who-titulo.is-visible {
    opacity: 1;
    font-family: 'GothamBold' !important;
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1s .25s ease-out;
    transform: translateX(0em);
}

.who-upto {
    opacity: 0;
    font-family: 'GothamBold' !important;
    font-size: 30px;
    transform: translateX(-5em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.who-upto.is-visible {
    opacity: 1;
    font-family: 'GothamBold' !important;
    font-size: 30px;
    transform: translateX(2em);
    transition: transform 1s .75s cubic-bezier(0, 1, .3, 1), opacity 1s .75s ease-out;
}

.who-20porc {
    opacity: 0;
    font-family: 'GothamBold' !important;
    transform: translateX(3em);
    font-size: 4rem;
    font-weight: bold;
    width: 100%;
    margin-top: -100px;
    display: flex;
    margin-bottom: 0;
    align-items: flex-end;
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.who-20porc.is-visible {
    opacity: 1;
    font-family: 'GothamBold' !important;
    transform: translateX(0.9em);
    transition: transform 1s 1.25s cubic-bezier(0, 1, .3, 1), opacity 1s 1.25s ease-out;
}

.who-porc-simbol {
    font-family: 'GothamBold';
    margin-bottom: .5em;
}

.who-20porc-legend {
    font-family: 'GothamBook' !important;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 2.4em;
    margin-left: 2em;
}

#value-20-crohn,
#value-20-colitis {
    font-family: 'GothamBold' !important;
    font-size: 139px;
}

.who-aprox {
    opacity: 0;
    width: 90%;
    font-family: 'GothamBold' !important;
    transform: translateX(3em);
    font-size: 27px;
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.who-aprox.is-visible {
    opacity: 1;
    font-family: 'GothamBold' !important;
    font-size: 27px;
    transform: translateX(0.2em);
    transition: transform 1s 1.75s cubic-bezier(0, 1, .3, 1), opacity 1s 1.75s ease-out;
}

.who-900 {
    opacity: 0;
    font-size: 139px;
    margin-top: -100px;
    margin-bottom: 0;
    font-family: 'GothamBold' !important;
    transform: translateX(.2em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.who-900.is-visible {
    opacity: 1;
    font-family: 'GothamBold' !important;
    transform: translateX(0em);
    transition: transform 1s 2s cubic-bezier(0, 1, .3, 1), opacity 1s 2s ease-out;
}

.who-900-desc {
    opacity: 0;
    font-family: 'GothamBook' !important;
    max-width: 330px;
    margin-left: 14em;
    font-size: 20px;
    line-height: 18px;
    margin-top: -20px;
    transform: translateX(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.who-900-desc.is-visible {
    opacity: 1;
    transform: translateX(0em);
    transition: transform 1s 2.25s cubic-bezier(0, 1, .3, 1), opacity 1s 2.25s ease-out;
}

.affects-text {
    font-size: 2.5em;
    font-family: 'GothamBold';
}

.diagnosed {
    max-width: 30em !important;
    margin-left: -11em;
}

.edad-imgs {
    padding-right: 11em !important;
}

.edad-diagnosed {
    font-family: 'GothamBold';
    letter-spacing: 0.28666666px;
}

.edad-usually {
    font-size: 1vw;
    margin-top: 4vw;
}

.edad-yearsold {
    margin-top: -3em;
    font-family: 'GothamBold';
    text-align-last: end;
    font-size: 1.875em;
    margin-right: 3em;
}

.what-causes-titulo {
    font-size: 0.6em;
    max-width: 20em;
    opacity: 0;
    transform: translateX(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-titulo.is-visible {
    opacity: 1;
    transform: translateX(0em);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1s .25s ease-out;
}

.what-causes-titulo-lila {
    font-size: 32px;
    width: 80%;
    margin-top: -.5vw;
    opacity: 0;
    transform: translateX(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-titulo-lila.is-visible {
    opacity: 1;
    transform: translateX(0em);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1s .25s ease-out;
}

.what-causes-list {
    padding-left: 16em;
    line-height: 24px;
    max-width: 38em;
    color: #4a4a4a;
    font-size: 16px;
    letter-spacing: 0.28666666px;
    opacity: 0;
    transform: translateX(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-list.is-visible {
    opacity: 1;
    transform: translateX(0em);
    transition: transform 1s .75s cubic-bezier(0, 1, .3, 1), opacity 1s .75s ease-out;
}

.what-causes-itis {
    font-size: .8em;
    max-width: 23em;
    opacity: 0;
    transform: translateX(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-itis.is-visible {
    opacity: 1;
    transform: translateX(0em);
    transition: transform 1s .95s cubic-bezier(0, 1, .3, 1), opacity 1s .95s ease-out;
}

.what-causes-genetics {
    opacity: 0;
    transform: translateY(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-genetics.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 1s cubic-bezier(0, 1, .3, 1), opacity 1s 1s ease-out;
}

.what-causes-immune {
    opacity: 0;
    border-left: 2px solid rgba(0, 0, 0, 0.06);
    border-right: 2px solid rgba(0, 0, 0, 0.06);
    transform: translateY(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-immune.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 1.10s cubic-bezier(0, 1, .3, 1), opacity 1s 1.10s ease-out;
}

.what-causes-enviroment {
    opacity: 0;
    transform: translateY(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.what-causes-enviroment.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 1.25s cubic-bezier(0, 1, .3, 1), opacity 1s 1.25s ease-out;
}

.what-causes-col-center {
    max-width: 30vw;
}

.what-causes-col-left {
    margin-top: 3vw;
    padding-left: 10em !important;
}

.what-causes-causes {
    font-size: 1.6em;
}

.what-causes-titulo,
.what-causes-titulo-lila,
.what-causes-itis,
.what-causes-genetics p,
.what-causes-immune p,
.what-causes-enviroment p {
    font-family: 'GothamBold' !important;
}

.what-causes-list li {
    font-family: 'GothamBook' !important;
}

.edades {
    font-size: 139px;
    letter-spacing: -9.652778px;
    margin-top: -.6em;
    font-family: 'GothamBold';
}

.overreaction-text {
    font-family: 'GothamBold';
    font-size: 37px;
    line-height: 41px;
    letter-spacing: 0.66291666px;
}

.treatment-title {
    font-size: 2em !important;
    max-width: 14em;
    font-family: 'GothamBold' !important;
}

.treatment-list li {
    font-size: 1em;
    font-family: 'GothamBook';
    max-width: 27em;
}

.treatment-cols-text {
    font-size: 2.25em;
    line-height: 90%;
    font-family: 'GothamBlack'
}

.treatment-cols-number {
    font-size: 4.5em;
    font-family: 'GothamBlack'
}

.focus-title {
    font-size: 34px !important;
    max-width: 1300px;
    max-width: 50%;
    font-family: 'GothamBlack';
}

.focus-container {
    max-width: 1110px;
    margin-top: 5vh;
    margin-bottom: 10vh;
    margin-left: 2em;
}

.focus-1 {
    opacity: 0;
    transform: translateY(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.focus-1.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s .25s cubic-bezier(0, 1, .3, 1), opacity 1s .25s ease-out;
}

.focus-2 {
    opacity: 0;
    margin: 0 2em;
    transform: translateY(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.focus-2.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 0.5s cubic-bezier(0, 1, .3, 1), opacity 1s 0.5s ease-out;
}

.focus-3 {
    opacity: 0;
    transform: translateY(3em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.focus-3.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s 0.75s cubic-bezier(0, 1, .3, 1), opacity 1s 0.75s ease-out;
}

.imgpar-1 {
    opacity: 0;
    transform: translateY(6em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.imgpar-1.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s .5s cubic-bezier(0, 1, .3, 1), opacity 1s .5s ease-out;
}

.imgpar-2 {
    opacity: 0;
    margin-top: 240px;
    transform: translateY(6em);
    transition: transform .5s .1s cubic-bezier(0, 1, .3, 1), opacity .5s .1s ease-out;
    will-change: opacity, transform;
}

.imgpar-2.is-visible {
    opacity: 1;
    transform: translateY(0em);
    transition: transform 1s .7s cubic-bezier(0, 1, .3, 1), opacity 1s .7s ease-out;
}

.adn-title {
    font-size: 2em !important;
    font-family: 'GothamBold';
    width: 20em;
    max-width: 19em;
}

.adn-list li {
    font-family: 'GothamBook';
    font-size: 1em;
}

.imgs-doctors {
    max-width: 1420px;
    overflow: hidden;
    margin-top: 7em;
    margin-bottom: 4em;
}

.medications-title {
    font-size: 1.75em !important;
    font-family: 'GothamBlack' !important;
    max-width: 1300px;
    width: 70%;
}

.accordion-cards {
    padding-bottom: 1.2em;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0em !important;
    padding-top: .5em;
    cursor: pointer;
}

.accordion-cards:hover .accordion-cards-text {
    color: #f26f41;
}

.accordion-cards:hover h5 .btn-flecha-abajo img:first-child {
    display: none;
}

.accordion-cards:hover h5 .btn-flecha-abajo img:nth-child(2) {
    display: block;
}

.accordion-cards:hover {
    background-color: #eeeeee;
}

.card-body {
    color: black;
}

.card-link {
    margin-left: 1.25em !important;
}

.accordion-cards-text {
    width: 90%;
    font-family: 'GothamBold';
    font-size: 1.1em;
    padding-left: 15px;
}

.icons-grid-support div:first-child:hover p {
    cursor: pointer;
    color: #f26f41 !important;
}

.redirect {
    background-image: url("../img/redirect.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 24px;
}

.horn {
    background-image: url("../img/horn.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 86px;
}

.display {
    background-image: url("../img/display.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 86px
}

.icons-grid-support div:first-child:hover~.horn {
    background-image: url("../img/horn-hover.svg");
    height: 80px;
}

.icons-grid-support div:first-child:hover~.display {
    background-image: url("../img/display-hover.svg");
    height: 86px
}

.icons-grid-support div:first-child:hover~.redirect {
    background-image: url("../img/redirect-hover.svg");
    height: 24px;
}

.icons-grid-support {
    display: flex !important;
}

.icons-grid-support div:nth-child(3) {
    order: 3;
}

.icons-grid-support div:first-child {
    order: 2;
}

.horn,
.display {
    order: 1;
}

.img-icon-grid {
    width: 138px;
}

.img-icon-grid~p {
    font-family: 'GothamBold';
    font-size: 18px;
}

.container-rect {
    max-width: 1085px;
    margin: auto;
}

.sitemap-list ul li a {
    color: #4a4a4a;
}


/* MOVIL */

@media (min-width: 768px) and (max-width: 991px) {
    .affects-text {
        font-size: 2em !important;
    }
}

@media (max-width:1200px) {
    .treatment-cols-text {
        font-size: 2em;
    }
    .treatment-cols-number {
        font-size: 4.3em;
    }
    .container-rect {
        max-width: 900px;
    }
}

@media (max-width: 991px) {
    #recuadro-titulo-gallery .titulo-g-2 {
        max-width: 300px;
    }
    .principal-img-cr,
    .principal-img-home,
    .principal-img {
        height: 60%;
    }
    .container-rect {
        max-width: 100%;
    }
    .rectanguloI {
        margin-top: 0;
        min-width: 0;
        min-height: 0;
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .rectanguloI,
    .rectanguloD,
    .who-upto,
    .who-titulo,
    .who-20porc,
    .who-900,
    .who-900-desc,
    .who-aprox,
    .what-causes-titulo,
    .what-causes-titulo-lila,
    .what-causes-list,
    .what-causes-itis,
    .what-causes-genetics,
    .what-causes-enviroment,
    .what-causes-immune,
    .focus-1,
    .focus-2,
    .focus-3,
    .imgpar-1,
    .imgpar-2,
    .eyes,
    .joints,
    .skin,
    .unpredictable {
        transform: translateY(0px);
    }
    .rectanguloI.is-visible,
    .rectanguloD.is-visible,
    .who-titulo.is-visible,
    .who-upto.is-visible,
    .who-20porc.is-visible,
    .who-900.is-visible,
    .who-aprox.is-visible,
    .what-causes-titulo.is-visible,
    .what-causes-titulo-lila.is-visible,
    .what-causes-list.is-visible,
    .what-causes-itis.is-visible,
    .what-causes-genetics.is-visible,
    .what-causes-enviroment.is-visible,
    .what-causes-immune.is-visible,
    .focus-1.is-visible,
    .focus-2.is-visible,
    .focus-3.is-visible,
    .imgpar-1.is-visible,
    .imgpar-2.is-visible,
    .skin.is-visible,
    .eyes.is-visible,
    .joints.is-visible,
    .unpredictable.is-visible {
        opacity: 1;
        transform: translateY(0em);
    }
    .rectanguloI-texto {
        padding: 2em 1em;
    }
    .rectanguloI-texto-titulo {
        font-size: 2.25em !important;
        line-height: 1em;
    }
    .rectanguloI-texto-titulo {
        margin-top: 0em;
    }
    .rectanguloD {
        margin-top: 0;
        width: 100%;
        height: auto;
    }
    .rectanguloD-texto-titulo,
    .rectanguloD-texto-descripcion {
        padding: 0;
    }
    .rectanguloD-texto-descripcion {
        margin-top: 1em;
    }
    .rectanguloD-texto-titulo {
        font-size: 18px;
    }
    .principal-texto {
        padding-top: 1.5rem;
        padding-left: 2rem;
        padding-bottom: 1.5rem;
    }
    .principal-texto-descripcion {
        max-width: 100%;
        font-size: 2.38em;
    }
    .principal-texto-leyenda {
        max-width: 100%;
    }
    .uc-container {
        margin-top: 2em;
    }
    .uc-container .icon-grid .col img {
        height: 80%;
    }
    .uc-container .icon-grid .col p {
        font-size: 24px;
    }
    .icon-grid {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .eyes p,
    .joints p,
    .skin p {
        font-size: 24px;
    }
    .card-link {
        margin-left: 0 !important;
    }
    .card-link p {
        padding-left: 10px;
    }
    .card-link h5 {
        padding-right: 0;
    }
    .affects-text {
        font-size: 18px;
    }
    .edad-yearsold {
        margin-top: -2.6em;
        text-align-last: start;
    }
    .edad-imgs {
        padding-right: 0em !important;
    }
    .edades {
        font-size: 6em;
    }
    .diagnosed {
        max-width: 21em !important;
        margin-left: 0em;
    }
    .what-causes-col-left,
    .what-causes-list {
        padding-left: 0em !important;
    }
    .what-causes-list li {
        font-size: 14px;
    }
    .what-causes-immune {
        border: 0;
    }
    .what-causes-itis {
        font-size: 16px;
    }
    .what-causes-causes {
        font-size: 21.3px;
    }
    .what-causes-genetics,
    .what-causes-immune,
    .what-causes-enviroment {
        margin-bottom: -.5em;
    }
    .who-titulo {
        margin-bottom: 38px;
    }
    .imgpar-2 {
        margin-top: 13em;
        margin-left: 0em !important;
    }
    .focus-title {
        max-width: 90%;
        line-height: 36px;
        margin-left: 1em;
    }
    .focus-2 {
        margin: 2em 0;
    }
    .focus-3 {
        margin-left: 0em;
    }
    #imgmujer {
        display: none;
    }
    #recuadro-titulo {
        position: relative;
        top: auto;
        left: auto;
        padding-bottom: 2em;
        width: 100%;
    }
    .btn-learn-crohn,
    .btn-learn-colitis,
    .who-cont {
        width: 100% !important;
    }
    .adn-title {
        font-size: 24px !important;
    }
    .overreaction-text {
        font-size: 24px;
        line-height: 28px;
    }
    .medications-title {
        font-size: 34px !important;
        line-height: 40px;
        letter-spacing: 0.64500004px;
        width: 90%;
    }
    .guy {
        height: 35em !important;
    }
}

@media (max-width: 767px) {
    .img-icon-grid {
        width: auto;
        height: 6em !important;
    }
    .img-gen {
        max-height: 200px !important;
    }
    .adn {
        margin-left: auto;
        margin-right: auto;
    }
    .adntext {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .edad-imgs {
        padding-right: 4em !important;
    }
    .edad-yearsold {
        font-size: 1.6em;
    }
    .edades {
        font-size: 5.2em;
    }
    .diagnosed {
        margin-left: -3em;
    }
    #text-uc-treatment {
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
    #text-uc-treatment .btn {
        width: 100% !important;
    }
    .treatment-coli {
        max-width: 25%;
    }
    .treatment-cold {
        max-width: 1110px;
        margin-top: 3vw;
    }
    .treatment-list li {
        max-width: 100%;
    }
    .comment {
        font-size: .7vw;
        color: grey;
        text-align: left;
    }
    .adn-title {
        width: 100%;
    }
    .imgs-doctors {
        margin-top: 0;
    }
    .imgpar-2 {
        margin-top: 3em;
    }
    #value-20-crohn,
    #value-20-colitis,
    #value-780,
    #value-900 {
        font-size: 72px;
    }
    .who-porc-simbol {
        font-size: 36px;
    }
    .who-upto,
    .who-aprox {
        margin-bottom: 2em;
    }
    .who-20porc {
        width: 100%;
    }
    .who-20porc-legend {
        margin-bottom: 0em;
    }
    .who-900-desc {
        margin-left: 10em;
        margin-top: -15px;
    }
    .what-causes-titulo-lila {
        line-height: 36px;
        font-size: 36px;
        width: 100%;
    }
    .treatment-title {
        max-width: 22em;
    }
    .adn-title {
        max-width: none;
    }
}

@media (max-width: 576px) {
    .guide-preview {
        height: 24em;
    }
    .img-gen {
        max-height: 120px !important;
    }
    .edad-imgs {
        padding-right: 0em !important;
    }
    .edad-diagnosed {
        max-width: 20em;
    }
    .edades {
        font-size: 68px;
        letter-spacing: -7px;
    }
    .edad-yearsold {
        font-size: 1.2em;
    }
    .diagnosed {
        margin-left: 0em;
    }
    .what-causes-col-left,
    .what-causes-list {
        padding-left: 0.5em !important;
    }
    #value-20-crohn,
    #value-20-colitis,
    #value-780,
    #value-900 {
        font-size: 67px;
    }
    .who-aprox {
        font-size: 27px;
    }
    .who-900-desc {
        line-height: 20px;
    }
    .who-20porc-legend {
        margin-bottom: 0em;
        line-height: 20px;
        font-size: 16px;
        margin-left: 41px !important;
    }
    .focus-container {
        margin-left: .5em;
    }
    .icons {
        padding-left: 0 !important;
        margin-right: 1em !important;
    }
    .icons-grid-support div img {
        max-width: 3em !important;
    }
    .edad-yearsold {
        max-width: 10em;
    }
    #value-20-crohn,
    #value-20-colitis {
        margin-bottom: 0;
    }
    .who-upto {
        font-size: 1.5em !important;
    }
    .who-900-desc {
        font-size: 16px;
    }
    .focus-title {
        margin-left: .3em;
    }
    #img-header-home {
        object-fit: cover;
    }
    .btn-no,
    .btn-yes {
        width: 12em;
    }
}

@media(min-width: 768px) {
    #imgs2 {
        display: flex;
    }
}

#nav-icon1 {
    width: 27.6px;
    height: 27.43px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3.5px;
    width: 100%;
    background: #35a7b9;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 11px;
}

#nav-icon1 span:nth-child(3) {
    top: 22px;
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}