abbr,address,article,aside,audio,b,blockquote,body,button,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,a,i,iframe,img,input,ins,label,legend,li,main,mark,menu,nav,object,ol,p,pre,q,samp,section,span,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;outline:0;border:0;-webkit-appearance: none; border-radius:0;box-sizing:border-box}
img { max-width: 100%;}
a { text-decoration: none;}
nav ul li { list-style-type: none;}
button { cursor: pointer;}
@font-face { font-family: principal; src: url(../fonts/BOD.TTF);}
@font-face { font-family: legal; src: url(../fonts/bod_r.TTF);}
@font-face { font-family: grotesk-light; src: url(../fonts/HKGrotesk-Light.otf);}
@font-face { font-family: grotesk-regular; src: url(../fonts/HKGrotesk-Regular.otf);}
@font-face { font-family: grotesk-light; src: url(../fonts/HKGrotesk-Light.otf);}
@font-face { font-family: grotesk-semibold; src: url(../fonts/HKGrotesk-SemiBold.otf);}
@font-face { font-family: grotesk-semibold-italic; src: url(../fonts/HKGrotesk-SemiBoldItalic.otf);}
:root {
    --black: #111;
    --fullblack: #000;
    --black-light: #252525;
    --medium-grey: #9c9c9c;
    --pink: #df0d6f;
    --light-grey: #e8e8e8;
    --pink-grey: #c8c8cb;
    --white: #fff;
}
html {
    scroll-behavior: smooth;
}
.flex {
    display: flex;
}
.flex--between {
    justify-content: space-between;
}
.flex--center {
    justify-content: center;
}
.blockScroll {
    overflow: hidden;
}
header, main {
    z-index: 201;
    position: relative;
    overflow: hidden;
}
body {
    font-family: principal;
    font-size: 25px;
    color: var(--black);
    z-index: -1;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.body-marca {
    background-color: var(--light-grey)
}
.body-marca.sundolls {
    background-image: url(../img/SunDolls/fondopantalla2.png); 
    height: 100%;
}
.sobre-mi {
    padding-top: 10vh;
}
.hide { display: none;}
.txtc { display: block; text-align: center;}
nav {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 7vh;
    display: block;
    min-width: 150px;
    z-index: 200;
}
nav a {
    color: var(--black);
    padding-bottom: 7px;
    display: block;
    position: relative;
    right: -25px;
    top: 6px;
    padding-right: 10vw;
    white-space: nowrap;
}
nav a:first-child {
    margin-bottom: 1vh;
}
nav a:last-child {
    margin-left: 50px;
}
nav a::before {
    content: "";
    width: 100%;
    height: 1px;
    transition: right .4s ease-in-out;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    right: -70vh;
}
nav a:hover::before {
    transition: right .4s ease-in-out;
    right: 0;
}
nav a:first-child::after {
    content: "";
    background-image: url(../img/send-icon.svg);
    width: 25px;
    height: 25px;
    display: none;
}
nav a:last-child::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img/icon-redhair.svg);
    width: 30px;
    height: 30px;
    display: none;
}
.nav-portfolio::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img/portfolio.svg) !important;
    width: 40px;
    height: 40px;
    display: none;
}
.proyecto__title {
    position: absolute;
    top: 48vh;
    left: 105vw;
    font-size: 3.5em;
    white-space: nowrap;
    color: var(--light-grey);
    opacity: 0.8;
    mix-blend-mode: overlay;
    animation: titulo-anim 20s linear infinite;
    z-index: 1;
}
@keyframes titulo-anim {
    from {left: 105vw;}
    to {left: -70vw;}
}

.ver-proyecto {
    width: 30vw;
    position: relative;
    display: block;
    height: 40px;
    margin-left: 5vw;
    color: var(--black);
    cursor: pointer;
}
.ver-proyecto.ataraxia {
    margin-top: 6vh;
}
.ver-proyecto:hover {
    color: var(--white);
    transition: color .3s ease-in-out;
} 
.ver-proyecto::before {
    content: "";
    width: 100%;
    height: 1px;
    transition: right .4s ease-in-out;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    right: 0;
}
.ver-proyecto:hover::before {
    transition: right .4s ease-in-out;
    right: 0;
}
.madrid2120 {
    margin-top: 4vh;
}
section {
    position: relative;
    height: 90vh;
    padding-top: 10vh;
}
section.index {
    height: 100vh;
}
section.full-height {
    height: inherit;
}
section > div:first-child {
    position: relative;
    z-index: 300;
}
section.portfolio {
    height: auto;
    position: relative;
}
h1 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 7vh;
}
h1.dilo {
    margin-top: 7vh;
}
.title {
    font-size: 1.3em;
    margin-bottom: 7vh;
    margin: 0 auto;
    width: 117px;
    display: block;
    position: relative;
    cursor: pointer;
    color: var(--black);
}
.title::before {
    content: "";
    background-image: url(../img/chevron-left-solid.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: -30px;
}
.intro {
    max-width: 1085px;
    width: 80%;
    margin: 0 auto;
}
.intro p {
    font-size: 1em;
    display: inline;
}
.intro--contacta p {
    font-family: grotesk-regular;
}
.intro h3 {
    padding-bottom: 2vh;
}
.intro a {
    color: var(--black);
}
.btnSpecial {
    margin-top: 7vh;
    text-align: center;
    animation: entradaBtn .8s ease 14s forwards;
    opacity: 0;
    position: relative;
    z-index: 200;
}
@keyframes entradaBtn {
    from {opacity: 0;}
    to {opacity: 1;}
}
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 200;
}
.legal {
    order: 1;
    width: 30%;
    min-width: 350px;
    font-size: .5em;
    font-weight: lighter;
    text-align: right;
    padding: 0 15px 15px 0;
    color: var(--black);
    font-family: grotesk-light;
    white-space: nowrap;
}
.legal p {
    font-size: 1.2em;
    padding: 0 5px 10px 0;
    margin-right: 5px;
}
.legal a {
    color: var(--black);
    white-space: nowrap;
    margin-right: 5px;
}
.legal a::after {
    content: "|";
    margin-left: 5px;
}
.legal a:last-child::after {
    content: "";
}
.linkedin {
    background-image: url("../img/linkedin-in-brands.svg");
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    display: block;
    width: 8%;
    height: 30px;
    text-align: right;
}
.linkedin img {
    height: 25px;
}
.linkedin::before {
    content: "";
    width: 100%;
    height: 1px;
    transition: left .4s ease-in-out;
    background-color: var(--black);
    position: absolute;
    bottom: -10px;
    left: -15vw;
}
.linkedin:hover::before {
    transition: left .4s ease-in-out;
    left: 0;
}
.light .linkedin {
    background-image: url("../img/linkedin-in-brands-white.svg");
}
.light .linkedin::before {
    background-color: var(--light-grey);
}
.icon-inicio {
    display: block;
    position: absolute;
    width: 8%;
    height: 35px;
    top: 7vh;
    left: 0;
    text-align: right;
    z-index: 200;
}
.icon-inicio img {
    height: 25px;
}
.icon-inicio::before {
    content: "";
    width: 100%;
    height: 1px;
    transition: left .4s ease-in-out;
    background-color: var(--black);
    position: absolute;
    bottom: 0;
    left: -15vw;
}
.icon-inicio:hover::before {
    transition: left .4s ease-in-out;
    left: 0;
}
.sobremi h1 {
    text-align: left;
    margin-left: 22vw;
}
.sobremi__seccion {
    display: flex;
    margin-top: 9vh;
}
.chica {
    display: block;
    width: 440px;
    margin-top: 10vh;
}
.chica-pc {
    padding-left: 33px;
}
.txt-descripcion {
    padding: 0 17px;
}

.txt-descripcion p {
    font-family: grotesk-light;
    font-size: .9em;
    max-width: 850px;
}
.txt-descripcion a {
    margin-top: 25px;
    text-align: left;
    display: block;
    color: var(--black);
    font-family: principal;
}
.volver,
.construimos {
    margin-left: 6vw;
}
.contenedorLinea {
    width: 70px;
    height: 15vh;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto;
}
.linea {
    background-color: var(--black);
    width: 1px;
    height: 100%;
}
.punto {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    top: 0px;
    cursor: pointer;
}
.punto::before {
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    opacity: .3;
    background-color: var(--black);
    position: absolute;
    top: -1px;
    left: -2px;
    animation: punto .8s ease-in-out 0s infinite;
}
.contenedorLineaH {
    width: 15vw;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 18px 20px;
}
.lineaH {
    background-color: var(--black);
    width: 100%;
    height: 1px;
}
.puntoH {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    top: 18px;
    left: 0;
    cursor: pointer;
}
.puntoH::before {
    content: "";
    border-radius: 50%;
    width: 15px;
    height: 15px;
    opacity: .3;
    background-color: var(--black);
    position: absolute;
    top: -1px;
    left: -2px;
    animation: punto .8s ease-in-out 0s infinite;
}
@keyframes punto {
    from {
        transform: scale(1);
        opacity:0;
    }
    to {
        transform: scale(1.4);
        opacity: .3;
    }
}
.proyecto h2 {
    font-family: grotesk-semibold-italic;
    text-transform: uppercase;
    font-size: 1em;
}
.proyecto__subtitle {
    position: relative;
    font-size: calc(1vw + .4em);
    left: 5vw;
    top: 20vh;
    z-index: 1;
}
.proyecto__subtitle.white {
    color: var(--light-grey);
}
.proyecto__subtitle--img {
    font-size: calc(1vw + .4em);
    margin-bottom: 2vh;
}
.tarjetas-visita img {
    width: 65%;
    position: relative;
    right: -19vw;
    top: -15px;
}
.tarjetas-visita img.top {
    position: relative;
    top: -17vh;
}
.introtarjetas {
    left: 10vw;
    top: 22vh;
}
.img-left {
    width: 40%;
}
.img-left img {
    width: 80%;
}
.txt-descripcion--marca {
    width: 75vw;
    margin: -7vh 0 0 12vw;
}
.txt-descripcion--cine {
    margin: -9vh 0 0 18vw;
}
.txt-descripcion--marca.sundolls {
    margin-top: 0;
}
.txt-descripcion--marca--right { 
    width: 30vw;
    margin-top: 25vh;
}
.txt-descripcion--marca--right > p {
    font-family: principal;
}
.txt-descripcion--marca > p {
    font-family: principal;
    font-size: 1.3em;
    position: relative;
    margin-bottom: 3vh; 
}
.txt-descripcion--marca.ataraxia {
    padding-top: 14vh;
}
.txt-descripcion__detalles {
    font-size: .8em;
    text-transform: uppercase;
    margin-top: 20px;
}
.txt-descripcion__detalles.tarjetas {
    margin-bottom: 10vh;
}
.txt-descripcion__detalles p:first-child {
    font-family: grotesk-semibold;
}
.txt-descripcion__detalles p:last-child {
    max-width: 900px;
}
footer.footer-marca {
        position: absolute;
        bottom: 0;
        z-index: 1000;
}
.light .legal, .light a {
    color: var(--white);
}
.dark .legal, .dark a {
    color: var(--black);
}
.popup {
    content: "";
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.popup__content {
    width: 60%;
    height: 100vh;
    background-color: var(--fullblack);
    border-radius: 10px;
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 500;
    overflow-y: scroll;
}
.popup__content--img {
    text-align: center;
    margin-top: -7px;
}
.popup__content--img img {
    width: 32%;
    display: inline-block;
    
}
.cerrar {
    position: absolute;
    top: 3vh;
    right: 3vw;
    width: 20px;
    background: transparent;
    z-index: 500;
}
.showPopup {
    display: block;
}
.iframePDF {
    width: 100%;
    height: 100%;
}
.proyecto {
    height: inherit;
}
.btn--izq {
position: relative;
cursor: pointer;
padding-left: 12vw;
color: var(--black);
z-index: 1001;
}
.btn--izq img {
    height: 25px;
}
.btn--izq::before {
    content: "";
    width: 100%;
    height: 1px;
    transition: left .4s ease-in-out;
    background-color: var(--black);
    position: absolute;
    bottom: -10px;
    left: -40vw;
}
.btn--izq:hover::before {
    transition: left .4s ease-in-out;
    left: 0;
}
.proyecto img {
    margin-top: 40px;
    margin-bottom: -7px;
}
form {
    max-width: 660px;
    margin: 0 auto;
    padding: 5vh 2vw 5vh 2vw;
    opacity: 0;
    animation: form-animation 3s ease-in-out 7s forwards;
}
@keyframes form-animation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

form > div {
    margin-bottom: 2vh;
    display: flex;
}
label {
    display: block;
    white-space: nowrap;
    line-height: 1.5em;
}
input {
    border-bottom: 1px var(--black) solid ;
    flex-grow: 1;
    margin-left: 15px;
    font-family: grotesk-regular;
    font-size: .7em;
}
.box-textarea {
    border-bottom: 1px var(--black) solid;
    flex-grow: 1;
    position: relative;
    margin-left: 15px;
}
.box-textarea::before,
.box-textarea::after {
    content:"";
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    border-bottom: 1px var(--black) solid;
    width: 100%;
}
.box-textarea::after {
    top: 75px;
}
textarea {
    width: 100%;
    height: 120px;
    margin-left: 15px;
    font-family: grotesk-regular;
    font-size: .7em;
    line-height: 45px;
    margin-top: -8px;
    overflow-y: hidden;
}
.btn-send {
    color: var(--black);
    width: 150px;
    height: 50px;
    font-size: 1.1em;
    font-family: grotesk-semibold-italic;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5vh auto;
    position: relative;
    background: transparent;
    animation: btnSend 2s ease-in-out 10s forwards;
    opacity: 0;
}
@keyframes btnSend {
    from { opacity: 0;}
    to { opacity: 1;}
}
.btn-send::before {
    content:"Enviar";
    line-height: 48px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid var(--black);
    background-color: var(--white);
    transition: all .3s ease-in-out;
}
.btn-send:hover::before {
    transition: all .3s ease-in-out;
    top: 11px;
    right: -13px;
}
.btn-send::after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid var(--black);
    background-color: var(--light-grey);
    display: block;
    position: absolute;
    top: 11px;
    right: -13px;
    z-index: -1;
}
sup {
    font-size: .6em;
    text-transform: lowercase;
    text-decoration: underline;
}
.img-full-width img {
    width: 100%;
    margin: 0 auto;
}
.video {
    width: 100%;
    height: 70vh;
}
.container__portfolio {
    display: grid;
    grid-template-columns: 30% 10% 25% 35%;  
    grid-template-rows: auto;
    grid-auto-flow: row;
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    grid-gap: 18px;
}
.container__portfolio div {
    filter: grayscale(100%);
    transition: filter .8s ease-in-out;
    cursor: pointer;
}
.container__portfolio div:hover {
    filter: grayscale(0);
}
.container-img-left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.col2 {
    grid-column: span 2;
}
.row2 {
    grid-row: span 2;
}
.row3 {
    grid-row: span 3;
}
.roww3 {
    grid-row-end: span 3;
}
.cine {
    grid-row: 3 / 6;
}
.row4 {
    grid-row: span 4;
}
.container__portfolio div:nth-child(2),
.container__portfolio div:nth-child(3) {
    align-self: flex-end;
}
.container__portfolio div:nth-child(3) {
    width: 85%;
}
.container__portfolio div:nth-child(4) {
    width: 80%;
}
.container__portfolio div:nth-child(4),
.container__portfolio div:nth-child(6),
.container__portfolio div:nth-child(10),
.container__portfolio div:nth-child(12) {
    justify-self: end;
}
.container__portfolio div:nth-child(10) {
    width: 70%;
}
.proyecto__title.top {
    top: 30vh;
}
.proyecto__title.tarjetas {
    top: 65vh;
}
.proyecto__madrid2120 {
    position: relative;
    margin: 5vh 0 10vh;
}
.proyecto__madrid2120 img:first-child {
    width: 51%;
}
.proyecto__madrid2120 img:last-child {
    width:51%;
    position: absolute;
    top: 7vh;
    right: 0;
    z-index: -1;
}
.galeria-grid {
    display: grid;
    cursor: pointer;
    grid-template-columns: 60% 40%;
    grid-template-rows: repeat(6, 1fr);
    grid-auto-flow: column;
    justify-content: center;
    height: max-content;
    grid-column-gap: 18px;
    grid-row-gap: 10px;
    margin-bottom: 6vh;
}
.galeria-grid.dilo {
    display: grid;
    cursor: pointer;
    grid-template-columns: 35% 35%;
    grid-template-rows: 15% 15% 17% 18% 18% 18%;;
    grid-auto-flow: column;
    justify-content: center;
    height: max-content;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    margin-bottom: 6vh;
}
.galeria-grid.tarjetas {
    cursor: pointer;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    display: grid;
    grid-template-columns: 40% 40%;
    justify-content: center;
    height: max-content;
}
.item-galeria {
    filter: grayscale(100%);
    transition: filter 1s ease-in-out;
}
.item-galeria:hover {
    filter: grayscale(0);
}
.title-seccion {
    margin-top: 10vh;
}
.imagenes-proyecto {
    text-align: center;
    margin-top: 7vh;
}
.titulo-sundolls {
    margin-top: 10vh;
    margin-bottom: 3vh;
}
.postales {
    margin: 0 auto;
    width: inherit;
}
.postales-muñecas {
    display: flex;
    width: 100%;
    margin: 0 auto;
}
.imagenes-proyecto img:nth-child(4) {
    width: 80%;
}
.imagenes-proyecto img:nth-child(8) {
    width: 70%;
}
.imagenes-proyecto img:last-child {
    display: none;
}
.sombra-morada {
    position: absolute;
    right: 0;
    top: 0;
}
.img-principal-cine {
    width: 60%;
}
.img-principal-cine img {
    right: -35vw;
    z-index: -1;
}
.proyecto__subtitle.programa-cine {
    left: 19vw;
    top: 19vh;
}
.proyecto img.sombra-naranja {
    margin-top: -60vh;
    width: 40%;
}
.sombra-abstracta {
    text-align: left;
}
.txt-logodescription {
    font-family: grotesk-regular;
    text-transform: uppercase;
    font-size: .7em;
}
.intro-logotipos {
    left: 10vw;
}
.bloque-intro-logotipos {
    top: -15vh;
    position: relative;
}
.img-principal-logotipos {
    margin-top: 40px;
}
.logos-varios {
    text-align: center;
}
.logos-varios img {
    margin: 0;
}
.retratos {
    max-width: 1200px;
    margin: 0 auto;
}
.retratos-bloque {
    display: flex;
}
.retratos-bloque h1 {
    margin-bottom: 0;
    margin-top: 4vh;
}
.container-main {
    position: relative;
}
.frases-lateral {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: 0 0;
    bottom: 35vh;
    left: 7vw;
    z-index: 20;
}
.frases-lateral span {
    margin: 0 30px;
}
.frases-lateral a {
    font-family: grotesk-semibold-italic;
    color: var(--black-light);
}
.frases-lateral h2 {
    font-family: grotesk-semibold;
    white-space: nowrap;
}
.hablamos {
    cursor: pointer;
}
.hablamos:hover {
    color: var(--pink);
}
.mail-hablamos {
    font-family: grotesk-light;
    font-size: .8em;
    font-weight: lighter;
}
.back-sobremi {
    margin-bottom: 5vh;
}
.back-sobremi::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(../img/chevron-left-solid.svg) !important;
    width: 15px;
    height: 15px;
    display: none;
    margin-left: 20px;
}