:root {
    --main_size1: 13vw;
    --main_size2: 13.65vw;
}
body #magicPointer {
    display: none;
}
body {
    -webkit-text-size-adjust: none;
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    cursor: default;
    text-size-adjust: auto;
    user-select: none;
}
p {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 1.8vh;
    line-height: 120%;
}
strong {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
h2 {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
a {
    cursor: pointer !important;
}
#preload {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #000;
    display: flex;
    text-transform: uppercase;
    font-size: 2.5vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}
#marco {
    color: #fff;
    z-index: 99;
    position: absolute;
    mix-blend-mode: difference;
    font-size: 2.5vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
#cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: 999;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    line-height: 100%;
    background: #000;
    height: 2.5vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90%;
    transition: 0.8s ease;
}
.okay {
    margin-left: 3vw;
}
.okay span {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
#marco a {
    padding: 1vh 1vh 0.5vh 1vh;
    color: #fff;
    text-decoration: none;
}
#studio a {
    padding: 0;
    display: contents;
}
#mail a,
#redes a {
    padding: 1vh 1vh 0.8vh 1vh;
}
.transition {
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#info {
    text-transform: uppercase;
    position: fixed;
    left: 3vw;
    top: 3vh;
}
#info:hover {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    line-height: 125%;
}
#works {
    position: fixed;
    text-transform: uppercase;
    right: 3vw;
    top: 3vh;
}
#works:hover {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    line-height: 130%;
}
#mail {
    position: fixed;
    bottom: 3vh;
    left: 3vw;
    font-size: 60%;
}
#redes {
    position: fixed;
    bottom: 3vh;
    right: 3vw;
    font-size: 60%;
}
#studio,
#studio_pre {
    position: fixed;
    width: 60vw;
    display: flex;
    justify-content: center;
    left: 20vw;
    top: 1vh;
    text-transform: uppercase;
    overflow: hidden;
    margin: 2vh;
}
#studio_pre {
    opacity: 0;
}
#studio_pre span {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    line-height: 132%;
    margin-right: 0.6vw;
}
#studio span {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    line-height: 132%;
    margin-right: 0.6vw;
}
.backtohome {
    position: absolute;
    transform: translateY(-3vh);
    transition: 0.2s ease;
    display: inline;
    right: 0;
    width: 20vw;
    margin-right: 0 !important;
    text-align: right;
}
.backstudio {
    transition: 0.2s ease;
}
.reg {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif !important;
    margin-left: 0.3vw;
    font-size: 85%;
    line-height: 122%;
    margin-right: 0.6vw;
}
.scrollbar-track {
    background: 0 0 !important;
    opacity: 1 !important;
    mix-blend-mode: difference;
}
.scrollbar-thumb {
    background: #fff !important;
    border-radius: 0 !important;
}
.scroller {
    height: 100vh;
}
section {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.vc_single_image-wrapper {
    flex-direction: row;
}
.vc_single_image-wrapper:first-child {
    display: flex;
    align-items: flex-start;
}
.bg_portfolio {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: #fff;
}
.bg_home {
    width: 100%;
    height: 875vh;
    z-index: -1;
    position: absolute;
    background: #fff;
}
.bg_about {
    width: 100%;
    height: 910vh;
    z-index: -1;
    position: absolute;
    background: #fff;
}
.bg_work {
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: #fff;
    min-height: 100vh;
}
.about .scroll-content {
    height: 725vh;
}
section {
    background: #fff;
    top: 0;
    position: relative;
    width: 100vw;
    height: 100vh;
}
#main_logo {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50vw;
    left: 25vw;
    height: 50vh;
    top: 22vh;
    pointer-events: none;
    z-index: 99;
    mix-blend-mode: difference;
}
#main_logo div {
    position: absolute;
    width: 100%;
    opacity: 0;
}
#logo1 {
    animation: logo1 10s infinite;
    animation-timing-function: step-end;
}
@keyframes logo1 {
    0% {
        opacity: 1;
    }
    16.66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#logo2 {
    animation: logo2 10s infinite;
    animation-timing-function: step-end;
}
@keyframes logo2 {
    0% {
        opacity: 0;
    }
    16.66% {
        opacity: 1;
    }
    33.33% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#logo3 {
    animation: logo3 10s infinite;
    animation-timing-function: step-end;
}
@keyframes logo3 {
    0% {
        opacity: 0;
    }
    33.33% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#logo4 {
    animation: logo4 10s infinite;
    animation-timing-function: step-end;
}
@keyframes logo4 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    66.66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#logo5 {
    animation: logo5 10s infinite;
    animation-timing-function: step-end;
}
@keyframes logo5 {
    0% {
        opacity: 0;
    }
    66.66% {
        opacity: 1;
    }
    83.33% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
#logo6 {
    animation: logo6 10s infinite;
    animation-timing-function: step-end;
}
@keyframes logo6 {
    0% {
        opacity: 0;
    }
    83.33% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
#main_images {
    animation: fade 0.3s ease normal forwards;
    animation-delay: 4s;
    opacity: 0;
    position: absolute;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
}
#main_images img {
    width: 25vw;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#main_images div {
    position: absolute;
    opacity: 0;
}
#home_img1 {
    left: 10vw;
    top: 7vh;
    animation: home_img 12s linear infinite;
}
@keyframes home_img {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#home_img2 {
    right: 10vw;
    bottom: 12vh;
    animation: home_img 12s linear infinite;
    animation-delay: 3s;
}
#home_img3 {
    right: 12vw;
    top: 7vh;
    animation: home_img 12s linear infinite;
    animation-delay: 9s;
}
#home_img4 {
    left: 16vw;
    bottom: 18vh;
    animation: home_img 12s linear infinite;
    animation-delay: 6s;
}
#specialized {
    position: absolute;
    width: 30vw;
    display: flex;
    justify-content: center;
    left: 35vw;
    bottom: 8vh;
    text-transform: uppercase;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 1.6vh;
    color: #fff;
}
#baseline {
    mix-blend-mode: difference;
    z-index: 99;
}
.subtitulo1 {
    position: absolute;
    display: flex;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 122%;
    font-size: 8.4vw;
    width: 40vw;
    left: 30vw;
    justify-content: center;
    bottom: -5vh;
    z-index: 99;
    mix-blend-mode: difference;
    color: #fff;
    transform: scale(calc(1 / 6));
}
.packaging1 {
    display: flex;
}
.ampersand1 {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}
#trigger1 {
    position: absolute;
    top: 110vh;
}
.s2 {
    top: 25vh;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    z-index: 9;
}
.selected {
    width: 70vw;
    left: 15vw;
    position: absolute;
    margin-top: 10vh;
}
.works {
    width: 70vw;
    left: 15vw;
    mix-blend-mode: difference;
    z-index: 99;
    position: absolute;
    margin-top: 10vh;
    pointer-events: none;
}
#carrusel {
    position: absolute;
    height: 60vh;
    top: 0;
    left: 200vw;
    width: 292vw;
    z-index: 9;
    display: flex;
}
#carrusel a {
    height: 100%;
    width: 90vh;
    position: absolute;
}
#carrusel img {
    height: 100%;
    width: auto;
}
.project_title {
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    margin-top: 2vh;
}
.work_img {
    width: 81vw;
    height: 60vh;
    overflow: hidden;
}
#trigger2 {
    position: absolute;
    top: 200vh;
}
.s3 {
    position: absolute;
    top: 580vh;
    z-index: 9;
    height: 250vh;
    overflow: hidden !important;
    background: 0 0;
}
#homecopy {
    position: absolute;
    top: 0;
    width: 80vw;
    left: 10vw;
    height: auto;
}
#copy3 {
    margin-top: -4%;
}
#copy5 {
    opacity: 1;
    position: relative;
    z-index: 9;
}
#copy_img {
    width: 40vw;
    position: absolute;
    margin-top: -5vw;
    left: 36vw;
}
#copy_img img {
    width: 100%;
}
#copy_tex1 {
    position: absolute;
    top: 9vh;
    right: 0;
    width: 20vw;
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
#copy_tex2 {
    position: absolute;
    margin-top: 7vh;
    left: 13vw;
    width: 22vw;
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.s4 {
    position: absolute;
    top: 775vh;
    z-index: 9;
    height: 100vh;
    overflow: hidden !important;
    background: 0 0;
}
.s5 {
    position: absolute;
    top: 810vh;
    z-index: 9;
    height: 100vh;
    overflow: hidden !important;
    background: 0 0;
    align-items: center;
}
#home_formulario {
    position: absolute;
    width: 50vw;
    left: 25vw;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 3vh;
    opacity: 1;
}
#touch {
    width: 100%;
    text-align: center;
}
#touch img {
    width: 100%;
}
#flecha {
    width: 5vw;
    position: absolute;
    bottom: 32vh;
    animation: flecha 3s infinite ease;
}
@keyframes flecha {
    0% {
        transform: translateY(3vh);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(3vh);
    }
}
.input {
    color: #fff;
    position: absolute;
    width: 50%;
    bottom: 23vh;
    line-height: 150%;
    text-align: center;
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.input a {
    color: #fff;
    text-decoration: none;
}
.input a:hover {
    text-decoration: underline;
}
#copyright {
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 1.4vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    /* text-transform: uppercase; */
    text-align: center;
}
#copyright span {
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.header,
.header_portfolio {
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: difference;
    background: 0 0;
}
#about_us,
#portfolio {
    width: 50vw;
    left: 25vw;
    top: 15vh;
}
#copy_about1,
#copy_portfolio {
    top: 50vh;
    width: 40vw;
    left: 33vw;
    text-align: center;
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    color: #fff;
    margin-top: 2vh;
    height: 15vh;
}
.flecha {
    mix-blend-mode: difference;
    width: 5vw;
    position: absolute;
    top: 66%;
    bottom: auto;
    animation: flecha 3s infinite ease;
}
.flecha_port {
    mix-blend-mode: difference;
    width: 5vw;
    position: absolute;
    bottom: 3vh;
    animation: flecha 3s infinite ease;
}
#about_img1 {
    width: 30vw;
    left: 10vw;
    position: absolute;
}
#about_img2 {
    top: 100vh;
    width: 30vw;
    left: 60vw;
    position: absolute;
}
#about2 {
    position: absolute;
    top: 100vh;
    z-index: -1;
}
#parte1 {
    position: absolute;
    width: 40vw;
    height: 10vw;
}
#parte2,
#parte3 {
    position: absolute;
    width: 40vw;
    opacity: 0;
    background: #000;
    height: 12vw;
}
.categorias {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 300vh;
    overflow: hidden;
}
#projects_img1 {
    width: 50vw;
}
#tresena {
    position: absolute;
    width: 90vw;
    left: 5vw;
    z-index: 9;
    mix-blend-mode: difference;
}
#ex_branding {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
#img_branding {
    position: absolute;
    width: 29vw;
    left: 20vw;
    bottom: 0;
}
#desc_branding {
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    position: absolute;
    left: 50vw;
    bottom: 5vw;
    width: 30vw;
}
#ex_editorial {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#img_editorial {
    position: absolute;
    width: 45vw;
}
#desc_editorial {
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    position: absolute;
    left: 74vw;
    width: 15vw;
    margin-top: 35vh;
}
#ex_packaging {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}
#img_packaging {
    position: absolute;
    width: 43vw;
    left: 50vw;
    top: 10vh;
}
#desc_packaging {
    font-size: 2vh;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    position: absolute;
    left: 15vw;
    width: 33vw;
    top: 73vh;
}
/* #clientes {
    height: 40vh;
    position: absolute;
    top: 740vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6vw;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    line-height: 4;
    mix-blend-mode: multiply;
}
#clientes img {
    width: 60%;
} */
#about_copy {
    width: 100vw;
    top: 225vh;
    background: 0 0;
    overflow-y: visible !important;
    overflow-x: hidden !important;
    height: 150vh;
}
#about_copy img {
    width: 45vw;
    margin-left: 10vw;
    margin-bottom: -29px;
}
/* #about_copy_3 {
    margin-top: 0vw;
    width: 32vw !important;
} */
#about_copy_img {
    width: 40vw;
    position: absolute;
    margin-top: -24vw;
    left: 36vw;
    top: 44vw;
    z-index: 0;
}
#about_copy_img1 {
    width: 40vw;
    position: absolute;
    margin-top: -5vw;
    left: 36vw;
    top: 88vw;
    z-index: -1;
    height: 100px;
}
#about_copy_img img {
    width: 100%;
    margin-left: 0;
}
#about_copy_img1 img {
    margin: 0;
    width: 100%;
    height: 30vw;
    object-fit: cover;
}
.contenido {
    width: 100vw;
    height: auto;
    background: #fff;
}
.contenido img {
    width: 100%;
    height: auto;
}
.screen-reader-text {
    display: none;
}
.nav-links {
    width: 60vw;
    left: 20vw;
    position: relative;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5vh;
}
.nav-links a {
    color: #fff;
    text-decoration: none;
}
.nav-links a:hover {
    text-decoration: underline;
}
.navigation.post-navigation {
    padding-bottom: 3.1vh;
    mix-blend-mode: difference;
}
.nav-next {
    position: absolute;
    top: 0;
    right: 0;
}
.back {
    width: 40vw;
    margin-left: 30vw;
    position: absolute;
    bottom: 3vh;
    text-align: center;
    mix-blend-mode: difference;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5vh;
}
.back a {
    color: #fff;
    text-decoration: none;
}
.back a:hover {
    text-decoration: underline;
}
.work_portfolio {
    width: 40vw;
    height: 30vw;
    margin-left: 10vw;
    margin-bottom: 5vw;
}
.work_portfolio img {
    width: 100%;
    height: auto;
}
.work_portfolio:nth-child(odd) {
    margin-left: 10vw;
}
.work_portfolio:nth-child(even) {
    margin-left: 50vw;
}
.work_portfolio:last-child {
    margin-bottom: 0;
}
.work_portfolio:nth-child(6n-5) {
    width: 35vw;
}
.work_portfolio:nth-child(6n-4) {
    margin-top: -17vw;
    width: 30vw;
    margin-left: 60vw;
}
.work_portfolio:nth-child(6n-3) {
    width: 45vw;
    margin-top: -5vw;
    margin-bottom: 10vw;
}
.work_portfolio:nth-child(6n-2) {
    width: 30vw;
}
.work_portfolio:nth-child(6n-1) {
    width: 30vw;
    margin-top: -10vw;
}
.work_portfolio:nth-child(6n-0) {
    margin-top: -17vw;
    width: 30vw;
    margin-left: 60vw;
}
#portfolio_page .worklink {
    width: 40vw;
    height: 30vw;
    left: 10vw;
    z-index: 99;
    text-decoration: none;
    color: #000;
}
.s7 {
    background: #fff;
    padding-top: 40vh;
    top: 0;
}
#portfolio_formulario {
    position: absolute;
    width: 50vw;
    left: 25vw;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 3vh;
    opacity: 1;
}
figure {
    margin-block-end: 5vh;
    margin-block-start: 0;
    margin-inline: 0;
}
.vc_single_image-wrapper {
    display: flex;
}
.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.vc_column_container > .vc_column-inner {
    padding-left: 20vw !important;
    padding-right: 20vw !important;
    padding-top: 3vh !important;
}
.explicacion .vc_column-inner {
    padding-top: 0 !important;
}
.explicacion_2 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}
.explicacion_2 {
    padding-left: 20vw !important;
    padding-right: 20vw !important;
}
.explicacion_2 p {
    margin: 0;
}
.explicacion_2 {
    padding-bottom: 8vh;
}
.wpb_text_column {
    margin-right: 2vw;
    font-size: 2.5vh;
}
h2 {
    font-size: 2.5vh;
}
h2 em {
    font-style: normal;
    font-family: "Fira Sans", Arial, Helvetica, sans-serif;
}
.video {
    width: 60vw;
    height: 40vw;
    margin-bottom: 5vh !important;
}
.video.dieciseisnovenos {
    width: 60vw;
    height: 33.75vw;
    margin-bottom: 5vh !important;
}
.video .wpb_wrapper {
    width: 100%;
    height: 100%;
}
.video iframe {
    width: 100%;
    height: 100%;
}
.framefix {
    background: #ffffff00;
    width: 100%;
    height: 83%;
    top: -100%;
    position: relative;
    left: 0;
    z-index: 99;
}
.categoriasmov {
    display: none;
}
#copy_tex3 {
    display: none;
}
#magicMouseCursor.trabajo {
    background: #fff;
    width: 4vw !important;
    height: 4vw !important;
    background-image: url(/wp-content/themes/Garcia_Salmeron/svgs/mouse_works.svg);
}

@media screen and (max-device-width: 768px) {
    #about_img1 {
        width: 40vw;
        left: 0vw;
    }
    #about_img2 {
        width: 40vw;
        left: unset;
        right: 0;
    }
    #img_branding {
        width: 47vw;
        left: 0;
    }
    #desc_editorial {
        width: 20vw;
    }
    #img_packaging {
        width: 70vw;
        left: unset;
        right: 0;
    }
    #desc_packaging {
        width: 70vw;
        top: 70vh;
    }

    section#about_copy #about_copy_1,
    section#about_copy #about_copy_2,
    section#about_copy #about_copy_3,
    section#about_copy #about_copy_4 {
        width: 80vw;
        margin-bottom: -36px;
    }

    #about_copy_img {
        width: 60vw;
        margin-top: 0;
        left: 20vw;
        top: 44vw;
    }
    #about_copy_img1 {
        top: 150vw;
        width: 60vw;
        left: 20vw;
    }
    #about_copy_img1 img {
        height: 60vw;
    }
}

@media screen and (max-device-width: 440px) {
    #home_img2 {
        bottom: 14vh;
    }
    #copyright {
        width: 80%;
    }
    .bg_about {
        height: 660vh;
    }
    .s5 {
        top: 738vh;
        background: #000;
    }
    .categoriasmov {
        display: block;
        margin-top: -25vh;
    }
    .categoriamov {
        font-size: 7vh;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
        margin-left: 5vw;
        line-height: 1;
    }
    .categorias {
        display: none;
    }
    .contenidomov {
        font-size: 2vh;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
        width: 90vw;
        margin: 5vw;
    }

    section#about_copy #about_copy_1,
    section#about_copy #about_copy_2,
    section#about_copy #about_copy_3,
    section#about_copy #about_copy_4 {
        width: 100vw;
        margin-bottom: -15px;
    }

    .imgmov {
        width: 90vw;
        margin-bottom: 10vh;
        padding: 0 5vw;
    }
    .imgmov img {
        width: 100%;
    }
    #cookies {
        font-size: 2vh;
        padding: 4vw;
        width: 92vw;
        height: 5vh;
    }
    .work_img {
        width: 90vw;
        height: 60vw;
        overflow: hidden;
    }
    body #magicMouseCursor {
        /* display: none; */
    }
    #marco {
        font-size: 1.6vh;
    }
    .backstudio {
        display: none;
    }
    #studio_pre span {
        display: none;
    }
    #studio_pre .reg {
        display: block;
    }
    #studio_pre {
        font-size: 1.6vh;
    }
    #studio,
    #studio_pre {
        width: calc(70vw - 4vh);
        left: 15vw;
        top: 0;
    }
    #info,
    #works {
        top: 2vh;
    }
    #studio span {
        line-height: 128%;
    }
    #mail,
    #redes {
        font-size: 80%;
        bottom: 2vh;
    }
    #main_logo {
        width: 90vw;
        left: 5vw;
        top: 15vh;
    }
    #main_images img {
        width: 40vw;
    }
    #home_img1 {
        left: 5vw;
        top: 6vh;
    }
    .subtitulo1 {
        width: 90vw;
        left: 5vw;
        font-size: 9.6vh;
        bottom: 30vh;
    }
    #specialized {
        bottom: 38vh;
    }
    .selected,
    .works {
        width: 100vw;
        left: 0;
        margin-top: 38vw;
    }
    .s2 {
        top: 0;
    }
    #carrusel {
        top: 7vh;
    }
    #carrusel div {
        margin-left: 15vw;
    }
    .s3 {
        margin-top: 20vh;
        top: 443vh;
    }
    #homecopy {
        width: 100vw;
        left: 0;
    }
    #copy_tex3 {
        display: block;
        position: absolute;
        margin-top: 15vh;
        left: 5vw;
        width: 65vw;
        font-size: 2vh;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    }
    #copy_tex2 {
        position: absolute;
        margin-top: 2vh;
        left: 5vw;
        width: 65vw;
        font-size: 2vh;
        font-family: "Fira Sans", Arial, Helvetica, sans-serif;
    }
    #copy_img {
        width: 90vw;
        position: absolute;
        margin-top: 32vh;
        left: 5vw;
    }
    #copy_tex1 {
        display: none;
    }
    #home_formulario {
        width: 90vw;
        left: 5vw;
        height: 60vh;
        top: 30vh;
    }
    .input {
        width: 80%;
    }
    #flecha {
        width: 15vw;
    }
    .s4 {
        top: 600vh;
    }
    .bg_home {
        height: 710vh;
    }
    .s3 {
        height: 183vh;
    }
    #about_us,
    #portfolio {
        width: 94vw;
    }
    #copy_about1,
    #copy_portfolio {
        width: 90vw;
    }
    #parte1,
    #parte2,
    #parte3 {
        width: 90vw;
        height: 50vw;
    }
    #about_img1 {
        width: 50vw;
        left: 5vw;
    }
    #about_img2 {
        width: 50vw;
        left: 45vw;
    }
    #projects_img1 {
        width: 90vw;
    }
    .flecha {
        width: 15vw;
        bottom: 9vh;
    }
    #tresena {
        width: 100vw;
        left: 0;
    }
    #desc_branding {
        left: 5vw;
        bottom: 76vw;
        width: 80vw;
    }
    #img_branding {
        position: absolute;
        width: 90vw;
        left: 5vw;
        bottom: 10vw;
    }
    #img_editorial {
        position: absolute;
        width: 90vw;
        top: 15vh;
    }
    #desc_editorial {
        left: 15vw;
        width: 80vw;
        margin-top: 35vh;
    }
    #desc_packaging {
        left: 5vw;
        width: 80vw;
        top: 34vh;
    }
    #img_packaging {
        position: absolute;
        width: 90vw;
        left: 5vw;
        top: 5vh;
    }
    #about_copy {
        top: 185vh;
    }
    /* #clientes {
        top: 630vh;
    } */
    #about_copy img {
        width: 90vw;
        margin-left: 0;
    }
    #about_copy_img {
        width: 90vw;
        left: 5vw;
        top: 25vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    #about_copy_img1 {
        top: 185vw;
        width: 90vw;
        left: 5vw;
    }
    
    .flecha_port {
        width: 15vw;
        top: 66%;
        bottom: auto;
    }
    .work_portfolio {
        width: 90vw !important;
        height: 30vw;
        margin-left: 5vw !important;
        margin-bottom: 28vh !important;
        margin-top: 0 !important;
    }
    .work_portfolio:nth-child(even) {
        margin-left: 5vw;
    }
    .work_portfolio:nth-child(odd) {
        margin-left: 5vw;
    }
    .s7 {
        background: #fff0;
    }
    #portfolio_formulario {
        width: 90vw;
        left: 5vw;
        height: 60vh;
        top: 60vh;
    }
    .vc_column_container > .vc_column-inner {
        padding-left: 5vw !important;
        padding-right: 5vw !important;
        padding-top: 9vh !important;
    }
    .explicacion_2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .video {
        width: 90vw;
        height: 60vw;
    }
    .framefix {
        display: none;
    }
    .back {
        bottom: 8vh;
    }
    .nav-links {
        width: 90vw;
        left: 5vw;
        bottom: 5vh;
    }
    .explicacion_2 .vc_column_container > .vc_column-inner {
        padding-top: 0 !important;
    }
    .scrollbar-track-y {
        width: 4px !important;
    }
    .scrollbar-thumb {
        width: 4px !important;
    }
    /* #clientes img {
        width: 90%;
    } */
}
