/*estilos generales*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: acumin-pro-condensed, sans-serif;
    font-weight: 200;
    font-style: normal;
    overflow-x: visible;
}

b {
    font-weight: 600;
}

h1,
h2,
h3 {
    font-weight: 400;
}

h2 {
    font-size: 24pt;
}

h3 {
    font-size: 20pt;
}

p {
    line-height: 1.5rem;
    font-size: 14pt;
    font-weight: 200;
    hyphens: auto;
    text-align: justify;
    text-justify: inter-word;
}



body::-webkit-scrollbar {
    width: 0.5rem;
}

body::-webkit-scrollbar-track {
    background-color: lightgray;
}

body::-webkit-scrollbar-thumb {
    background-color: #31beef;
    border-radius: 50px;
}

#barratop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8vh;
    padding: 1rem;
    border-bottom-style: solid;
    border-bottom-width: thin;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}

#pagina-actual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 8vh;
    z-index: -1;
    left: 0;
}

.scroll-top {
    cursor: pointer;
    justify-content: center;
    justify-self: center;
    align-content: center;
    align-items: center;
    align-self: center;
}

#boton-menu {
    z-index: 1;
    display: flex;
    height: 100%;
    min-width: 20%;
    justify-content: flex-start;
    align-items: center;
    background: none;
    border: none;
}

#boton-menu > span {
    font-size: 20pt;
    cursor: pointer;
    color: black;
}

#boton-menu > span:hover {
    color: #31beef;
}

#boton-menu,
#mundo > span:hover {
    color: #31beef;
}

#menu {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    display: flex;
    z-index: -1;
}

#menu-izquierda {
    width: 50%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    left: -50%;
}

#menu-izquierda > ul {
    background-color: white;
    width: 66%;
    margin: 0 auto;
    list-style: none;
    height: auto;
    text-align: left;
}

#menu-izquierda > ul > li {
    margin: 1rem 0;
}

#menu-izquierda > ul > li > a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 24pt;
}

#menu-izquierda > ul > li > a:hover {
    color: #31beef;
    text-decoration: underline;
}

#cierra-menu {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
}

#cierra-menu > button {
    margin: auto;
    margin-right: 0;
    background: none;
    border: none;
    cursor: pointer;
}

#cierra-menu > button > span {
    font-size: 50px;
    margin: 1rem;
}

#cierra-menu > button:hover {
    color: #31beef;
}

#menu-izquierda > #idiomas-menu-grande > li {
    margin: 0;
    margin-bottom: 0.5rem;
    display: none;
    /*    cambiar para activar idiomas*/
}

#menu-izquierda > #idiomas-menu-grande > li > a {
    font-size: 10pt;
}

#menu-derecha {
    width: 50%;
    position: relative;
    right: -50%;
    background-color: white;
    overflow: hidden;
}

#menu-derecha > figure {
    height: 100%;
    width: 100%;
}

#menu-derecha > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#idiomas {
    display: none;
    justify-content: flex-end;
    min-width: 20%;
    height: 5vh;
}

#idiomas > a {
    display: none;
    margin: auto 1em;
    color: black;
    text-decoration: none;
}

#idiomas > a:hover {
    color: #31beef;
}

#mundo {
    border: none;
    background: white;
    display: none;
    /*    activar para idiomas*/
}

#mundo > span {
    font-size: 20pt;
    cursor: pointer;
    margin: auto;
    margin-right: 0;
}

footer {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: white;
}

#enlaces-footer {
    height: 6vh;
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    border-top-style: solid;
    border-top-width: thin;
}

#enlaces-footer > div {
    width: 33%;
    display: flex;
    align-items: center;
}

#enlaces-footer > div:nth-child(2) {
    justify-content: center;
}

#enlaces-footer > div:nth-child(3) {
    justify-content: flex-end;
}

#enlaces-footer > div > a {
    text-decoration: none;
    color: black;
    font-size: 24pt;
}

#enlaces-footer > div > a:hover {
    color: #31beef;
}

#disclaimer {
    height: 4vh;
    display: flex;
    border-top-style: solid;
    border-top-width: thin;
}

#disclaimer > h5 {
    text-align: center;
    margin: auto;
}

/*acaban estilos generales*/

/*empiezan estilos index*/



.proyecto-carousel {
    display: flex;
    height: 92vh;
    width: 100vw;
}

.proyecto-carousel > figure {
    height: 100%;
    width: 100%;
}

.proyecto-carousel > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contenedor {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 40%;
    max-width: 650px;
    justify-content: center;
}

.contenido {
    background-color: rgba(49, 190, 239, 0.8);
    min-height: 23vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.contenido:hover h2 {
    text-decoration: underline;
    text-decoration-thickness: 0.1rem;
}

.contenido-texto {
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1.5rem;
    color: white;
}

.contenido-texto > h2 {
    font-weight: 500;
    font-size: 24pt;
    margin: 1rem 0;
}

.contenido-texto > h3 {
    margin-bottom: 1rem;
}

.contenido-texto > h4 {
    font-weight: 100;
}

.ver-mas {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    margin: 0.5rem;
    margin-top: 0;
}

.ver-mas > a {
    display: flex;
    text-decoration: none;
}

.ver-mas > a > span {
    color: white;
    transform: scaleX(-1);
    padding: 0.3rem;
}

#scroll {
    position: absolute;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 6vh;
    justify-content: center;
    align-items: center;
    animation: flecha;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
}

#scroll > a > span {
    text-decoration: none;
    color: white;
    font-size: 36pt;
}

@keyframes flecha {
    from {
        bottom: 0;
    }

    to {
        bottom: 2vh;
    }
}


#intro {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
}


#texto-intro {
    width: 50%;
}

#texto-intro > div {
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
}

#texto-intro > div > p {
    width: 100%;
}

#texto-intro > div > h2 {
    margin-bottom: 1rem;
}

#intro > figure {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

#intro > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#foto-intro-movil {
    display: none;
}

#proyectos-transversales {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 82vh;
    max-height: 100vh;
    padding: 3rem 0;
    justify-content: space-around;
}

#servicios {
    overflow: hidden;
    display: flex;
    height: 40vh;
    width: 100%;
    justify-content: center;
}

.servicio {
    overflow: hidden;
    cursor: pointer;
    width: 20%;
    margin: 0 1rem;
}

.servicio:nth-child(1) {
    padding-left: 0;
}

.servicio:nth-child(4) {
    padding-right: 0;
}

.foto-servicio > figure {
    overflow: hidden;
    height: 75%;
    width: 100%;
}

.foto-servicio > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s;
    transition-timing-function: ease-in-out;
}

.servicio:hover img {
    transform: scale(1.2);

}

.descripcion-servicio {
    text-decoration: none;
    color: black;
    width: 100%;
    display: flex;
    text-align: center;
    height: 15%;
    background-color: #185A70;
}

.descripcion-servicio > a {
    text-decoration: none;
    color: white;
    font-size: 18pt;
    line-height: 1.3em;
    margin: auto;
}

#contenedor-titular-transversal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}

#contenedor-titular-transversal > h2 {
    text-align: center;
}

#contenedor-titular-transversal > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contenedor-titular-transversal > div > p {
    width: 50%;
    margin: 1rem 0;
}

/*acaban estilos index*/

/*estilos proyectos*/

#main-proyectos {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    max-width: 75%;
    margin: 0.5rem auto;
}

.proyecto {
    display: flex;
    flex-direction: column;
    width: 25%;
    height: 66vh;
    position: relative;
    margin: 0.5rem;
    flex-grow: 1;
    cursor: pointer;
    overflow: hidden;
}

.foto-proyecto {
    height: 100%;
    width: 100%;
}

.foto-proyecto > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ficha-proyecto {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    height: 0%;
    width: 100%;
    overflow: hidden;
    background-color: rgba(49, 190, 239, 0.8);
    color: white;
    text-decoration: none;
}

.proyecto:hover {
    cursor: url("../img/iconos/open_in_full_white_36dp.svg"), auto;
}

.ficha-proyecto:hover {
    cursor: url("../img/iconos/open_in_full_white_36dp.svg"), auto;
}


.titulo-proyecto {
    font-size: 36pt;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 1rem;
    line-height: 1em;
    margin: 1rem 0;
}

.cliente {
    padding: 0 1rem;
    line-height: normal;
}

.descripcion-proyecto {
    margin-top: 2rem;
    padding: 0 1rem;
    display: flex;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.palabras-clave-proyecto {
    display: flex;
    padding: 0 1rem;
}

.palabras-clave-proyecto > h4 {
    margin: 0.5rem;
    margin-bottom: 2rem;
    font-style: italic;
}

.palabras-clave-proyecto > h4:first-child {
    margin-left: 0;
}

.ficha-proyecto > span {
    text-align: center;
    margin: 1rem;
    font-size: 24pt;
    display: none;
}

.ficha-proyecto > span:hover {
    color: black;
}

.ver-proyecto {
    display: none;
}

#volver-arriba {
    background-color: #94ABB6;
    display: flex;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}


#volver-arriba > span {
    font-size: 24pt;
    color: white;
}

#volver-arriba:hover {
    background-color: #31beef;
    cursor: pointer;
    opacity: 1;
}

/*acaban estilos proyectos*/

/*estilos proyecto individual*/

.pantalla-carga {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 10;
    display: flex;
    background-image: url(../img/pantalla-carga.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

#spinner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20vh;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}


.cabecera-proyecto {
    overflow: hidden;
    position: static;
    top: 8vh;
    display: flex;
    z-index: -1;
}

.foto-cabecera-proyecto-movil {
    display: none;
}


.cabecera-proyecto > figure {
    width: 100%;
    height: 100%;
}

.cabecera-proyecto > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main-proyecto {
    background-color: white;
    padding-top: 8vh;
    padding-bottom: 3vh;
}

#main-proyecto a {
    color: #31beef;
}

#main-proyecto > section {
    width: 60%;
    overflow: hidden;
    margin: auto;
}

#main-proyecto figure {
    overflow: hidden;
}

#main-proyecto figure:hover {
    cursor: url(../img/iconos/open_in_full_white_36dp.svg), auto;
}

#main-proyecto img {
    transition: all 0.5s ease-in-out;
}

#main-proyecto img:hover {
    transform: scale(1.1);
}

.antes-despues {
    margin-top: 3vh;
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
}

.antes-despues-texto {
    margin-bottom: 3vh;
    margin-top: 1vh;
    font-style: italic;
    font-size: 12pt;
    text-align: center;
    color: gray;
}

#main-proyecto .no-anima {
    transition: none;
}

.dos-parrafos {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

.dos-parrafos > p {
    width: 48%;
}

.contenedor-iframe {
    height: 50vh;
    display: flex;
    align-items: center;
    margin: 3vh 0;
}

.contenedor-pdf {
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3vh 0;
}

.contenedor-pdf > a {
    display: none;
}

.video {
    cursor: pointer;
}

#main-proyecto > section > figure {
    width: 100%;
    margin: 2rem 0;
}

#main-proyecto > section > figure > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.parrafo-y-foto {
    display: flex;
    justify-content: space-between;
    height: 50vh;
}

.parrafo-y-foto > div,
figure {
    width: 50%;
}

.parrafo-y-foto > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-left: 0.5rem;
}

.parrafo-y-foto > div > h2 {
    margin-bottom: 1rem;
    line-height: 1em;
}

.parrafo-y-foto > div > p {
    padding-right: 0.5rem;
    margin: 1rem 0;
}

.proyecto-ficticio {
    font-size: 11pt;
    font-style: italic;
    color: gray;
}

.lista-proyecto {
    width: calc(50% - 1rem);
    font-size: 16pt;
    list-style: none;
}

.lista-proyecto > li {
    display: flex;
    align-items: center;
}

.lista-proyecto > li > span {
    margin-right: 0.5rem;
    font-size: 12pt;
    margin: auto 0.3rem;
    color: #31beef;
}

.lista-proyecto > li > a {
    color: #31beef;
}

#main-proyecto > .piezas {
    width: calc(60% + 1rem);
    margin-top: 0.5rem;
}

.piezas > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.piezas > div > figure {
    width: 25%;
    height: 40vh;
    padding: 0.5rem;
}

.piezas > div > figure {
    flex-grow: 1;
    overflow: hidden;
}

.piezas > div > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.lightbox {

    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

.celda-lightbox {
    height: 100vh;
    width: 100%;

    display: flex;
}

.celda-lightbox > img {
    margin: auto;
    height: 90%;
    width: 90%;
    object-fit: contain;
}

/* position dots in carousel */
.flickity-page-dots {
    bottom: 0px;
    margin-bottom: 2vh;
}

/* white circles */
.flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
}

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
    background: #31beef;
}

#cierra-lightbox {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
    margin: 1vh;
    border-style: none;
    border-width: 2px;
    border-radius: 25px;
    border-color: white;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #31beef;
    cursor: pointer;
}

#cierra-lightbox:hover {
    border-style: solid;
}

#cierra-lightbox > span {
    align-items: center;
    display: flex;
    height: 200%;
    color: white;
}



#quiza-te-interese {
    background-color: white;
    display: flex;
    flex-direction: column;
    height: 50vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

#quiza-te-interese > div {
    width: 60%;
}

#quiza-te-interese > div:nth-child(1) {
    height: 12%;
}

#quiza-te-interese > div:nth-child(2) {
    height: 80%;
}

#proyectos-quiza-te-interese {
    display: flex;
    justify-content: space-between;
}

.proyecto-relacionado {
    width: calc(50% - 0.5rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.proyecto-relacionado > figure {
    width: 100%;
    height: 100%;
}

.proyecto-relacionado > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.titulo-proyecto-relacionado {
    background-color: #31beef;
    height: 20%;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.titulo-proyecto-relacionado > h5 {
    color: white;
    font-size: 20pt;
    margin: auto;
}





/*acaban estilos proyecto individual*/

/*estilos que-hacemos*/

#header-que-hacemos {
    justify-content: center;
    align-items: center;
    min-height: 92vh;
    margin-bottom: 3vh;
}

#contenedor-video {
    background-color: #F2F2F2;
    height: 60%;
    width: 100%;
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contenedor-video > iframe {
    height: 100%;
    min-height: 50vh;
    width: 60%;
    padding: 1rem;
}

#creatividad-estrategica {
    height: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#creatividad-estrategica > h1 {
    margin: 2vh auto;
}

#creatividad-estrategica > div {
    display: flex;
    justify-content: center;
}

#creatividad-estrategica > div > p {
    width: 30%;
    padding: 1rem;
}

#main-que-hacemos {
    display: flex;
    flex-wrap: wrap;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

#main-que-hacemos > section {
    display: flex;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    border-top: solid thin;
}

#main-que-hacemos > section > div {
    width: 50%;
}

#main-que-hacemos > section > div:nth-child(odd) {
    border-right: solid thin;
}

#main-que-hacemos > section:last-child {
    border-bottom-style: hidden;
}

.foto-que-hacemos {
    height: 100%;
    width: 100%;
}

.foto-que-hacemos > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.servicio-que-hacemos {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 1rem;
    align-items: center;
}

.servicio-que-hacemos > h3 {
    font-size: 14pt;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 2vh;
}

.servicio-que-hacemos > p {
    margin: 0.5rem 0;
    width: 80%;
}

/*acaba estilos que-hacemos*/

/*empiezan estilos quienes somos*/

#main-quienes-somos {
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: hidden;
}

#main-quienes-somos > section {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#main-quienes-somos > section > div {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
}

#main-quienes-somos > section > div > figure {
    width: 100%;
    height: 60vh;
}

#main-quienes-somos > section > div > figure > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#main-quienes-somos > section > div > p {
    width: 80%;
    margin: 0.5rem 0;
}

#main-quienes-somos > section > div > h2 {
    width: 80%;
    margin: 3vh 0;
    text-align: center;
}

#main-quienes-somos > section > div a {
    color: #31beef;
    font-size: 14pt;
    width: 80%;
}

#main-quienes-somos > section > div a:last-child {
    margin-bottom: 3vh;
}

#main-quienes-somos > section > div > p > span {
    font-style: italic;
}

#quienes-somos-estudio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3vh 0;
}

#quienes-somos-estudio > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#quienes-somos-estudio > div > h2 {
    margin: 3vh 0;
    text-align: center;
    width: 40%;
}

#quienes-somos-estudio > div > p {
    margin: 0.5rem 0;
    width: 40%;
}

#quienes-somos-estudio a {
    color: #31beef;
}

#quienes-somos-estudio > div > p:last-child {
    margin-bottom: 3vh;
}

#quienes-somos-estudio > div > figure {
    height: 75vh;
    width: 100%;
    overflow: hidden;
    background-color: blue;
    display: flex;

}

#quienes-somos-estudio > div > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
}

/*acaban estilos quienes somos*/

/*estilos contacto*/

#main-contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    height: 82vh;
}

.metodo-contacto {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 0 auto;
}

/*oculta instagram*/
.metodo-contacto:nth-child(4) {
    display: none;
}

.metodo-contacto > a {
    font-size: 36pt;
    width: 60%;
    font-weight: 400;
    text-decoration: none;
    color: black;
    display: none;
}


.metodo-contacto > a:hover {
    color: #31beef;
    text-decoration: underline;
}

.metodo-contacto > h2 {
    font-size: 36pt;
    width: 40%;
    color: lightgray;
    cursor: default;
}

.metodo-contacto > h2:hover {
    text-decoration: underline;
}

/*acaban estilos contacto*/

@media (max-width: 1024px) {

    /*    media queries index*/

    #proyectos-transversales {
        height: 82vh;
        justify-content: flex-start;
        padding: 0;
    }

    #servicios {
        display: flex;
        overflow: visible;
        height: 45%;
    }

    .servicio {
        height: 100%;
        width: 25%;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .foto-servicio {
        height: 80%;
        padding: 0;
        margin: 0;
    }

    .foto-servicio > figure {
        height: 100%;
    }

    .descripcion-servicio {
        height: 20%;
    }

    #contenedor-titular-transversal {
        width: 66%;
        height: 55%;
        justify-content: center;
    }

    #contenedor-titular-transversal > h2 {
        padding: 0;
    }

    #contenedor-titular-transversal > div {
        flex-direction: row;
        justify-content: space-between;
    }

    #contenedor-titular-transversal > div > p {
        width: calc(50% - 1rem);
    }

    /*    acaban media queries index*/

    /*    empiezan media queries proyecto*/

    .pantalla-carga {
        background-image: url(../img/pantalla-carga-movil.png);
    }

    /*    acaban media queries proyecto*/


    /*    media queries proyectos*/

    #main-proyectos {
        max-width: 100%;
        padding: 0 1rem;
    }

    .proyecto {
        height: 92vh;
    }

    .titulo-proyecto {
        line-height: normal;
    }

    .descripcion-proyecto {
        width: 100%;
    }

    /*    acaban media queries proyectos*/

    /*    empiezan media queries contacto*/

    .metodo-contacto {
        flex-direction: column;
    }

    .metodo-contacto > a {
        width: 100%;
        font-size: 24pt;
    }

    /*    acaban media queries contacto*/

    /*    acaban media queries tablet*/

    /*        empiezan media queries movil*/

    @media (max-width: 480px) {

        /*    media queries generales*/

        #menu {
            z-index: -1;
            top: 8vh;
            height: 92vh;
        }

        #menu-derecha {
            width: 0%;
            display: none;
        }

        #menu-izquierda {
            width: 100%;
            left: -100%;
        }

        #pagina-actual {
            font-size: 8pt;
        }

        #enlaces-footer {
            flex-direction: column;
            height: auto;
            padding: 0.5rem 0;
        }

        #enlaces-footer > div {
            width: 100%;
        }

        #enlaces-footer > div > a {
            text-align: center;
            width: 100%;
            font-size: 24pt;
        }

        #disclaimer {
            font-size: 14pt;
            height: 8vh;
        }

        /*    acaban media queries generales*/

        /*    empiezan media queries index*/

        .contenedor {
            width: 100%;
        }

        #intro {
            height: auto;
            flex-direction: column;
        }

        #texto-intro {
            width: 100%;
        }

        #texto-intro > div {
            width: 100%;
        }

        #intro > figure {
            display: none;
        }

        #foto-intro-movil {
            display: flex;
            height: 66vh;
            overflow: hidden;
            padding: 1rem;
            width: 100%;
        }

        #foto-intro-movil > img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }


        #proyectos-transversales {
            padding: 0;
            width: 100%;
            height: auto;
            max-height: initial;
        }

        #servicios {
            height: 132vh;
            flex-direction: column;
            vertical-align: middle;
            align-items: center;
        }

        .servicio {
            height: 33%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

        .foto-servicio {
            height: 80%;
        }

        .foto-servicio > figure {
            height: 100%;
        }

        .descripcion-servicio {
            justify-content: center;
            height: 20%;
            align-items: center;
        }

        .descripcion-servicio > a {
            margin: 0;
        }

        #contenedor-titular-transversal {
            min-width: 100%;
            height: auto;
        }

        #contenedor-titular-transversal > h2 {
            height: auto;
            padding: 0 1rem;
            margin: 1rem 0;
        }

        #contenedor-titular-transversal > div {
            flex-direction: column;
            flex-wrap: wrap;
            padding: 0 1rem;
            justify-content: flex-start;
            justify-items: flex-start;
        }

        #contenedor-titular-transversal > div > p {
            width: 100%;
            margin: 0.5rem 0;
        }

        /*    acaban media queries index*/

        /*    media queries proyectos*/

        #main-proyectos {
            max-width: 100%;
            padding: 0;
            margin: 0;
        }

        .proyecto {
            width: 100%;
            padding: 0;
            margin: 0;
            border-bottom-style: solid;
            border-bottom-width: thin;
        }



        .ver-proyecto {
            display: flex;
            margin: auto;
            margin-bottom: 10vh;
            text-align: center;
            text-decoration: underline;
        }

        /*    acaban media queries proyectos*/


        /*    empiezan media queries proyecto individual*/

        .flickity-prev-next-button {
            display: none;
        }

        .foto-cabecera-proyecto-movil {
            display: flex;
        }

        .foto-cabecera-proyecto {
            display: none;
        }

        #main-proyecto {
            padding-bottom: 0;
        }

        .antes-despues {
            margin: 1rem;
        }

        #main-proyecto > section {
            width: 100%;
            min-width: 100%;
        }

        #main-proyecto > section > h2 {
            padding: 0 1rem;
        }

        .dos-parrafos {
            flex-direction: column;
            width: 100%;
            margin: 0;
        }

        .dos-parrafos > p {
            width: 100%;
            margin: 0.5rem 0;
            padding: 0 1rem;
        }

        .lista-proyecto {
            width: 100%;
            padding: 1rem;
        }

        .lista-proyecto > li {
            align-items: flex-start;
        }

        .lista-proyecto > li > span {
            margin-top: 0.5rem;
            margin-right: 0.5rem;
        }

        .parrafo-y-foto {
            flex-direction: column;
            height: auto;
        }

        .parrafo-y-foto > div {
            width: 100%;
            padding: 0 1rem;
        }

        .parrafo-y-foto > figure {
            width: 100%;
            height: 70vh;
            margin: 1rem 0;
            padding: 0 1rem;
        }

        .parrafo-y-foto > figure > img {
            margin: 0;
            padding: 0;
        }

        .piezas {
            width: 100%;
            max-width: initial;
            margin: 0;
        }

        .piezas > div > figure {
            width: 50%;
            padding: 0;
            justify-content: space-between;
        }

        .contenedor-pdf {
            height: auto;
        }

        .contenedor-pdf > iframe {
            display: none;
        }

        .contenedor-pdf > a {
            padding: 0.5rem 1rem;
            border-radius: 50px;
            background-color: white;
            border-style: solid;
            border-width: thin;
            text-decoration: none;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        }

        #quiza-te-interese {
            height: 75vh;
        }

        #quiza-te-interese > div {
            width: 100%;
            padding: 0 1rem;
        }

        #quiza-te-interese > div:nth-child(1) {
            height: auto;
        }

        #proyectos-quiza-te-interese {
            flex-direction: column;
            height: 100vh;
        }

        .proyecto-relacionado {
            width: 100%;
            margin: 0.5rem 0;
            height: 50vh;
        }

        .titulo-proyecto-relacionado {
            height: 25%;
        }

        /*    acaban media queries proyecto individual*/


        /*    empiezan media queries quienes somos*/

        #main-quienes-somos {
            flex-direction: column;
        }

        #main-quienes-somos > section {
            flex-direction: column;
            width: 100%;
            height: auto;
            margin-bottom: 1rem;
        }

        #main-quienes-somos > section > div > figure {
            height: 33vh;
        }

        #main-quienes-somos > section > div > h2 {
            margin: 1rem 0rem;
        }

        #main-quienes-somos > section > div > p {
            width: 100%;
            padding: 0 1rem;
        }

        #main-quienes-somos > section > div > a {
            width: 100%;
            padding: 0 1rem;
            margin: 1rem 0;
        }

        #quienes-somos-estudio {
            margin-top: 0;
        }

        #quienes-somos-estudio > div > p {
            width: 100%;
            padding: 0 1rem;
        }

        #quienes-somos-estudio > div > figure {
            height: 33vh;
        }

        /*    acaban media queries quienes somos*/


        /*    Empiezan media queries que hacemos*/

        #contenedor-video > iframe {
            padding: 0;
            width: 100%;
        }

        #creatividad-estrategica > div {
            flex-direction: column;
        }

        #creatividad-estrategica > div > p {
            width: 100%;
            padding: 0.3rem 1rem;
        }

        #main-que-hacemos > section {
            flex-direction: column-reverse;
            width: 100%;
            height: auto;
            border-style: hidden;
        }

        #main-que-hacemos > section:nth-child(2) {
            flex-direction: column;
        }

        #main-que-hacemos > section:nth-child(4) {
            flex-direction: column;
        }

        #main-que-hacemos > section > div:nth-child(odd) {
            border-right: none;
        }


        #main-que-hacemos > section > div {
            width: 100%;
        }

        #main-que-hacemos > section > div > p {
            width: 100%;
        }

        #main-que-hacemos > section > div > figure {
            height: 33vh;
        }

        /*    acaban media queries que hacemos*/


        /*    Empiezan media queries contacto*/

        #main-contacto {
            height: 92vh;
            padding: 1.5rem;
        }

        .metodo-contacto {
            flex-direction: column;
            width: 100%;
        }


        .metodo-contacto > h2 {
            font-size: 34pt;
        }

        .metodo-contacto > a {
            font-size: 20pt;
            min-width: 100%;
        }

        /*    acaban media queries contacto*/

    }

    /*    acaban media queries movil*/

}