@media (max-width: 1800px) {
    .txt-descripcion p {
        font-size: calc(1vw + .4em);
    }
    .sobre-mi-intro p {
        font-size: 1em;
    }
}
@media (max-width: 1440px) {
    .chica img, .chica-pc img {
        max-width: 80%;
    }
    .sobre-mi-intro p {
        font-size: calc(1vw + .4em);
        max-width: 770px;
    }
}
@media (max-width: 1024px) {
    .proyecto__subtitle {
        top: 12vh;
    }
    .introtarjetas {
        top: 15vh;
    }
    .container__portfolio div {
        transition: inherit;
    }
    .container__portfolio div:active {
        filter: grayscale(100%);
    }
    .retratos-bloque {
        display: block;
        width: 100vw;
        text-align: center;
    }
    .frases-lateral {
        display: none;
    }
    .sobre-mi-intro p {
        max-width: 470px;
        font-size: calc(1vw + .23em);
    }
    .contenedorLineaH {
        display: none;
    }
    .back-sobremi::after {
        display: inline-block;
    }
}
@media (max-width: 900px) {
    .icon-inicio {
        width: 12%;
    }
    .linkedin {
        width: 12%;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: calc(1vw + .95em);
        margin-bottom: 5vh;
    }
    h3 {
        font-size: calc(1vw + .8em);
    }
    .intro p {
        font-size: calc(1vw + .55em);
        margin-bottom: 5vh;
        line-height: .5em; 
    }
    .btnSpecial {
        font-size: calc(1vw + .6em);
    }
    .txt-descripcion a {
        margin-top: 3vh;
    }
    .volver {
        font-size: calc(1vw + .7em);
    }
    .construimos {
        font-size: calc(1vw + 1em);
    }
    .proyecto__title {
        top: 35vh;
        left: 105vw;
        font-size: 2.5em;
    }
    @keyframes titulo-anim {
        from {left: 105vw;}
        to {left: -70vw;}
    }
    .container-img-left {
        flex-wrap: wrap;
    }
    .txt-right {
        min-width: 230px;
    }
    .txt-descripcion--marca--right {
        min-width: 280px;
    }
    .img-left {
        min-width: 240px;
    }
    .popup__content--img img {
        width: 100%;
        display: block;
    }
    .container__portfolio div {
        filter: inherit;
    }
    .chica {
        margin-top: 0;
    }
    .chica img, .chica-pc img {
        max-width: 100%;
    }
}
@media (max-width: 768px) and (orientation: portrait) {
    footer {
        position: inherit;
    }
    section {
        height: inherit;
    }
    .proyecto__madrid2120 img:first-child {
        width: 100%;
        position: inherit;
    }
    .proyecto__madrid2120 img:last-child {
        width:100%;
        position: inherit;
        top: 0;
    }
    .item-galeria {
        filter: grayscale(0);
    }
    .proyecto__title.tarjetas {
        top: 50vh;
    }
    .txt-descripcion--marca.sundolls {
    margin-top: 5vh;
    }
    .proyecto__subtitle.programa-cine {
        left: 10vw;
        top: 10vh;
    }
    .img-principal-cine {
        width: 80%;
    }
    .chica img, .chica-pc img {
        max-width: 100%;
    }
}
@media (max-width: 650px) {
    .main-contacta {
        overflow: inherit;
        overflow-y: auto;
    }
}
@media (max-width: 1024px) and (orientation: landscape) {
    main {
        overflow: inherit;
    }
}
@media (max-width: 485px) {
    .txt-descripcion--marca--right {
        margin-top: 6vh;
    }
    .txt-descripcion--marca.sundolls {
        margin-top: 10vh;
    }
}
@media (max-width: 660px) {
    nav {
        font-size: calc(1vw + .5em);
    }
    form div {
        display: block;
    }
    input {
        width: 90vw;
    }
    .container__portfolio {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    .col2 {
        grid-column: span 1;
    }
    .row2 {
        grid-row: span 2;
    }
    .row3 {
        grid-row: span 3;
    }
    .cine {
        grid-row: 3 / 6;
    }
    .row4 {
        grid-row-end: span 4;
    }
    .container__portfolio div:nth-child(3) {
        justify-self: end;
    }
    .container__portfolio div:nth-child(4),
    .container__portfolio div:nth-child(10) {
        justify-self: start;
    }
}
@media (max-width: 600px) {
    .icon-inicio {
        top: 4vh;
    }
    nav {
        padding-top: 3vh;
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    nav a {
        padding-right: 5vw;
    }
    nav a span {
        display: none;
    }
    nav a::before {
        display: none;
    }
    nav a:first-child::after,
    nav a:last-child::after {
        display: block;
    }
    nav a:first-child {
        margin-bottom: 0;
        order: 1;
    }
    nav a:last-child {
        margin: 0;
    }
    .nav-portfolio::after {
        display: block;
    }
    .sobremi__seccion {
        margin-top: 5vh;
    }
    footer {
        position: inherit;
    }
    .container-descripcion {
        flex-wrap: wrap;
        margin-top: -80px;
    }
    .txt-descripcion--marca {
        order: 1;
        margin-top: 0;
    }
    .ver-proyecto {
        margin-bottom: 52px;
        white-space: nowrap;
    }
}
@media (max-width: 425px) {
    .icon-inicio img {
        height: 20px;
    }
    nav {
        right: 0;
    }
    .linkedin {
        height: 20px;
    }
    .tarjetas-visita img {
        width: inherit;
    }
    .proyecto__subtitle {
        font-size: .73rem;
    }
    .proyecto__subtitle.subt-ataraxia {
        top: 6vh;
    }
    .legal {
        font-size: .4em;
    }
    .btn--izq {
        font-size: calc(1vw + .7em);
    }
    .btn--izq::before {
        left: -70vw;
    }
    .img-left img {
        width: 100%;
    }
    .galeria-grid {
        grid-column-gap: 10px;
        grid-row-gap: 0;
    }
    .galeria-grid.dilo {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .tarjetas-visita img.top {
        top: -14vh;
    }
    .introtarjetas {
        top: 7vh;
    }
    .proyecto__title.tarjetas {
        top: 38vh;
        left: 105vw;
    }
    @keyframes titulo-anim {
        from {left: 105vw;}
        to {left: -140vw;}
    }
    .postales {
        width: 90%;
    }
    .imagenes-proyecto img:last-child {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .imagenes-proyecto img.diptico-movil:last-child {
        width: 100%;
    }
    .munecas-pc {
        display: none;
    }
    .imagenes-proyecto img:nth-child(4) {
        width: 100%;
    }
    .diptico-pc {
        display: none;
    }
    .img-principal-cine img {
        right: -26vw;
    }
    .intro-cine {
        margin-top: 0vh;
    }
    .img-principal-logotipos img {
        width: 81%;
    }
    .intro-logotipos {
        top: 7vh;
    }
    .txt-descripcion--marca.ataraxia {
        padding: 0;
        margin-top: 0;
    }
    .ver-proyecto.ataraxia {
        margin-top: 11vh;
    }
    .container-retratos {
        margin-top: 3vh;
    }
    .popup__content {
        width: 77vw;
    }
    .mail-hablamos {
        font-size: calc(1vw + .5em);
    }
}
@media (max-width: 375px) {
    .legal {
        min-width: 280px;
    }
    .legal a {
        font-size: .8em;
    }
    .sobremi__seccion {
        display: block;
    }
    .chica, .chica-pc {
        width: 60%;
        margin: 0 auto;
        padding: 0;
    }
    .txt-descripcion {
        margin-top: 3vh;
    }
    .introtarjetas {
        top: 6vh;
        left: 8vw;
    }
    .proyecto__title.tarjetas {
        top: 34vh;
    }
    .txt-descripcion p {
    font-size: calc(1vw + .5em);
    }
    .container__portfolio {
        display: initial;
    }
    .container__portfolio img {
        width: 100vw;
        max-width: inherit;
    }
    .galeria-grid.tarjetas {
        display: block;
    }
    .portfolio {
        margin-top: 15vh;
    }
}
@media (max-width: 360px) {
    .proyecto__subtitle {
        font-size: .65rem;
    }
}
@media (max-width: 320px) {
    .img-principal-cine {
        width: 100%;
    }
    .img-principal-cine img {
        margin: 0 auto;
        text-align: center;
        position: relative;
        left: 0;
        right: 0;
        top: 2vh;
    }
    .proyecto__subtitle.programa-cine {
        font-size: 0.75rem;
        top: 3vh;
    }
    .img-principal-cine img {
        top: 5vh;
    }
    .proyecto img.sombra-naranja {
        margin-top: 1vh;
        width: 58%;
    }
    .txt-descripcion--cine {
        margin-top: 0vh;
    }
    .txt-descripcion--cine p {
        font-size: calc(1vw + .5em);
    }
    h3 {
        font-size: calc(1vw + .9em);
    }
    .img-principal-logotipos img {
        width: 100%;
        position: inherit;
    }
    .proyecto__subtitle.subt-ataraxia {
        top: 5vh;
    }
}