@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Regular.ttf') format('woff'),
        url('fonts/Manrope-Regular.ttf') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Caveat';
    src: url('fonts/Caveat-VariableFont_wght.ttf') format('woff'),
        url('fonts/Caveat-VariableFont_wght.ttf') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'Manrope';
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    cursor: none;
}

html {
    overflow: hidden;
    /* Deshabilita el scroll global */
}

body {
    height: 100%;
    overflow: auto;
}

/* Estilizar el scroll */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #6f6f6f;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.contenedor-scroll {
    overflow-y: auto;
    max-width: 100%;
    cursor: url('images/arrow_downward.svg'), pointer;
}

.contenedor-scroll::-webkit-scrollbar {
    width: 6px;
}

.contenedor-scroll::-webkit-scrollbar-thumb {
    background: #444;
}

.contenedor-scroll::-webkit-scrollbar-thumb:hover {
    background: #242424;
}

.load,
.start {
    height: 100%;
    width: 100%;
}

.start {
    /* display: none; */
}

.h_20 {
    height: 20px;
}

.space_200 {
    height: 200px;
}

.info {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
}

.position_menu {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background: linear-gradient(to top, rgb(25, 25, 25) 50%, rgba(0, 0, 0, 0) 100%);
    filter: opacity(0.98);
}

.menu_bottom {
    padding: 0 20px;
}

header {
    position: relative;
}

.loading-page,
.loading-page-index {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.load_rel {
    position: relative;
    width: 200px;
}

.whatsapp {
    position: relative;

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out;
    align-items: center;
}

.txt_whatsapp {
    position: absolute;
    top: 5px;
    font-size: 9px;
    margin-left: 5px;
    color: black;
}

.logo_whatsapp {
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
    display: flex;
    align-items: center;
}

.logo_whatsapp img {
    width: 60px;
    height: 60px;
}

.logo_whatsapp img:hover {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
}

#svg {
    position: absolute;
    top: -30px;
    height: 100px;
    width: 200px;
    stroke: white;
    stroke-width: 1px;
    stroke-dasharray: 4500;
    animation: draw 13s ease;
    fill: rgb(38, 38, 38);
}

#svgIndex {
    position: absolute;
    top: -30px;
    height: 100px;
    width: 200px;
    stroke: white;
    stroke-width: 1px;
    stroke-dasharray: 4500;
    animation: draw 13s ease;
    animation-delay: 5s;
    fill: rgb(38, 38, 38);
}

#opa {
    position: absolute;
    top: -30px;
    fill: white;
    animation: opa 5s ease;
}

#opaIndex {
    position: absolute;
    top: -30px;
    fill: white;
    animation: opa 5s ease;
    animation-delay: 5s;
}

@keyframes draw {
    0% {
        fill: white;
        fill-opacity: 0;
        stroke-dashoffset: 4500;
    }

    100% {
        fill: white;
        fill-opacity: 1;
        stroke-dashoffset: 0;
    }
}

@keyframes opa {
    0% {
        fill: white;
        fill-opacity: 0;
    }

    100% {
        fill: white;
        fill-opacity: 1;
    }
}


#whatsapp {
    height: 70px;
    width: 70px;
    stroke: white;
    fill-opacity: 0;
    stroke-width: .8px;
    stroke-dasharray: 4500;
    animation: draw 25s ease;
    animation-delay: 20s;
}

@keyframes draw {
    0% {
        stroke-dashoffset: 4500;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.name-container {
    position: absolute;
    top: 60px;
    height: 40px;
    overflow: hidden;
    width: 200px;
}

.logo-name {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: lighter;
}

.logo-name-index {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: lighter;
}

.mty {
    font-size: 10px;
    display: flex;
    justify-content: center;
    text-transform: none;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 10px;
}

/* .container {
    width: 80%;
    max-width: 2000px;
    margin: 0 auto;
} */

.container_txt {
    max-width: 2000px;
    margin: 0 2%;
}

.banner,
.banner-index {
    width: 100%;
    font-family: 'Manrope';
    font-size: 10px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: white;
}

.menu {
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 10px 0;
    box-sizing: border-box;
}

.menu-index {
    opacity: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 10px 0;
    box-sizing: border-box;
    z-index: 10;
}

.menu_info {
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 200px;
    box-sizing: border-box;
    justify-content: flex-end;
}

.dotted {
    background: #F8F8F8;
    border-bottom: none;
    background-image: radial-gradient(circle, #000 45%, transparent 45%);
    background-size: 2px 2px;
    padding: 5px 10px;
}

.fullscreen {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.fullscreen img {
    width: 25px;
    height: 25px;
}

.fullscreen p {
    margin: 0 0 0 5px;
    font-size: 11px;
    color: white;
}

.open_fullscreen {
    display: flex;
}

.close_fullscreen {
    display: none;
}

.data {
    width: 100%;
    max-width: 200px;
    color: black;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    height: 100%;
    box-sizing: border-box;
    align-items: flex-end;
    justify-content: center;
}

.data a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: normal;
    position: relative;
    margin-bottom: 2px;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

/* .data a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #ffffff;
    bottom: -1px;
    left: 50%;
    transition: width 0.3s ease, left 0.3s ease;
    transform: translateX(-50%);
} */

.data a:hover {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
}

.data a:hover::after {
    width: 100%;
    right: 0px;
}

.info_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin-left: 10px;
}

.logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 200px;
}

.logo img {
    width: 60px;
    height: 60px;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.logo img:hover {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
}


@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.logo_txt h1 {
    font-size: 11px;
    padding: 0;
    font-weight: lighter;
    margin: 0;
    margin-left: 5px;
    color: white;
}

.entrance {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(10, 10, 10);
    display: flex;
    justify-content: center;
    align-items: center;

}

.loading {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 11px;
    letter-spacing: 1px;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    opacity: 0;

}

.loader {
    font-family: "Manrope";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    width: fit-content;
    clip-path: inset(0 1.6ch 0 0);
    animation: l4 1s steps(4) infinite;
    background-image: linear-gradient(to right, #ffffff, #757575);
    -webkit-background-clip: text;
    color: transparent;
}

.loader:before {
    content: "LOADING..."
}

@keyframes l4 {
    to {
        clip-path: inset(0 -1ch 0 0)
    }
}

.content {
    position: relative;
    height: 100vh;
}

.scroll_arrow {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 130px;
    opacity: .5;
}

.explore {
    width: 120px;
    animation: shakeScrollArrow 1s ease-in-out 4 alternate;
    /* 3 repeticiones alternadas */
    animation-iteration-count: infinite;
    /* Hace que se repita infinitamente */
    animation-delay: 1s;
    /* Pausa entre cada ciclo */
}

@keyframes shakeScrollArrow {
    0% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(8px);
        /* Vuelve a la posición original */
    }
}

.elemento {
    width: 200px;
    height: 200px;
    background-color: #3498db;
    animation: shake 1s ease-in-out 3 alternate;
    /* 3 repeticiones alternadas */
    animation-iteration-count: infinite;
    /* Hace que se repita infinitamente */
    animation-delay: 3s;
    /* Pausa entre cada ciclo */
}

.wrap_about {
    display: flex;
    align-items: center;
}

.wrap_new_text_about {
    width: 70%;
    height: auto;
}

.wrap_new_text_clients {
    width: 60%;
    height: auto;
}

.wrap_brands {
    width: 40%;
    height: auto;
}

.new_text {
    color: white;
    margin-bottom: 150px;
    margin: auto 2%;
    background-image: linear-gradient(to right, #ffffff, #757575);
    -webkit-background-clip: text;
    color: transparent;
}

.x_space {
    color: white;
    margin-bottom: 150px;
    filter: blur(.4px);
    margin: auto 2%;
}

.about_photo {
    width: 30%;
    height: auto;
}

.about_photo img {
    width: 100%;
    height: auto;
    filter: blur(.4px);
}

.new_text h1 {
    font-size: 16px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    flex-direction: column;
}

.new_text p {
    font-size: 13px;
    text-align: left;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(117, 117, 117));
    -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    color: transparent;
}

.services {
    margin-top: 0px;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;

}

.services p.content {
    display: none;
    margin-top: 0px;
    color: white;
    height: auto;
    padding-left: 30px;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(117, 117, 117));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.services li {
    font-size: 13px;
}

.button_services {
    display: flex;
    align-items: center;
    gap: 8px;
}

.button_services img {
    transition: transform 0.3s ease;
}

.services.open .content {
    display: block;
}

.services.open .button_services img {
    transform: rotate(180deg);
}


.portfolio,
.portfolio-index {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 20%;
    right: 9.5px;
    padding: 10px 20px;
    font-size: 10px;
    color: white;
    z-index: 1;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
}


.portfolio img {
    background: #343434;
    padding: 20px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    opacity: .7;
    transition: transform 0.5s ease-in-out;
}

.portfolio img:hover {
    transform: scale(1.2)
}

.portfolio-index img {
    background: #343434;
    padding: 20px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-left: 10px;
    opacity: .7;
    transition: transform 0.5s ease-in-out;
}

.portfolio-index img:hover {
    transform: scale(1.2)
}

.video-background {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 100px, rgba(0, 0, 0, 0.85));
    pointer-events: none;
    filter: opacity(0.98);
}

.txt_home,
.txt_home-index,
.txt_home_dos,
.txt_home_dos-index {
    position: absolute;
    top: 100px;
    max-width: 800px;
}

.txt_home_texto {
    font-size: 52px;
    color: black;
    letter-spacing: -1px;
    margin: 10px 0;
    font-weight: bold;
    margin: 0;
    background-image: linear-gradient(to right, #ffffff, #5d5b5b);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 60px;
    filter: blur(1);
}

.mty {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    font-family: "Caveat";
    letter-spacing: 1px;
}

.description {
    font-size: 12px;
    color: #939393;
}

.icons {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
    font-family: 'Caveat';
    font-size: 16px;
    margin-top: 10px;
    color: black;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }

    100% {
        border-color: #000000;
    }
}

#whatsapp_svg .whatsapp_rect {
    stroke: #000000;
    fill: none;
}

.plus_wrap,
.plus_wrap_index {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    height: calc(100vh - 130px);
}

.plus {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: .2;
    z-index: 5;
}

.plus img {
    width: 15px;
    height: 15px;
    filter: blur(.5);
}

.plus_index img {
    width: 15px;
    height: 15px;
    filter: blur(.5);
}

.content_first {
    display: none;
    padding: 50px;
    text-align: center;
    opacity: 0;
}

.content_first.visible {
    display: block;
    opacity: 1;
}

.brands {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    filter: blur(.5px);
}

.brands img {
    max-width: 200px;
    height: auto;
}

.wrap_projects {
    display: flex;
    flex-wrap: wrap;
    /*     gap: 20px; */
}

.projects {
    height: 300px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgb(30 30 30 / 50%), rgb(34 33 33 / 50%));
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 20px);
    transition: opacity 0.5s ease;
    overflow: hidden
}

.image_project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transform: scale(1);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.projects:hover .image_project {
    opacity: 0.8;
    transform: scale(1.2);
}

.projects::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: white;
    transition: width 0.4s ease-in-out, transform 0.5s ease-in-out;
}

.projects:hover::after {
    width: 100%;
    transform: translateX(0);
}

.project_client {
    display: flex;
    justify-content: flex-start;
    z-index: 2;
}

.project_client h3 {
    color: white;
    margin: 0;
    font-weight: 100;
    font-size: 16px;
}

.project_client p {
    color: #f6f6f6;
    font-size: 12px;
    margin: 5px 20px 0 0;
    text-align: left;
}

.client_info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.client_logo img {
    width: 140px;
    height: auto;
}

.project_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}

.project_info img {
    width: 150px;
}

.project_info_text_wrap {
    display: flex;
    gap: 10px;
}

.project_info_text {
    padding: 8px;
    font-size: 10px;
    border: solid 1px #f6f6f6;
    color: #f6f6f6;
    line-height: 10px;
}

/* .open {
    width: 100%;
    font-size: 10px;
    margin-top: 10px;
    box-sizing: border-box;
} */

.container_space {
    width: 100%;
    margin: auto;
}

.modal {
    display: none;
    /* Inicialmente oculto */
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    /* Se asegura de que esté por encima de otros contenidos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(33, 33, 33);
    /* Fondo oscuro */
    background-color: rgba(33, 33, 33, 0.8);
    /* Fondo oscuro con transparencia */
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.modal-content {
    /*     background-color: white; */
    margin: 15% auto;
    padding: 20px;
    padding-top: 40px;
    /*   border: 1px solid white; */
    width: 100%;
    max-width: 1000px;
    display: flex;
    gap: 10px;
    position: relative;
    box-sizing: border-box;
    cursor: url('images/arrow_selector_tool_24dp.svg'), pointer;
    z-index: 2;
    animation: scaleUpDown 0.6s ease-out forwards;
}

@keyframes scaleUpDown {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.modal-content h2 {
    font-size: 14px;
}

.modal-content p {
    font-size: 12px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 15px;
}

.close:hover,
.close:focus {
    color: rgb(80, 80, 80);
    text-decoration: none;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.modal_info {
    width: 60%;
    border: 1px solid white;
    color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to top, rgb(35, 35, 35) 50%, rgba(0, 0, 0, 0) 100%);
}

.modal_info_politicas {
    box-sizing: border-box;
    display: flex;
    border: 1px solid white;
    color: white;
    padding: 10px;
}

.modal_img {
    width: 40%;
    /* border: 1px solid white; */
    display: flex;
}

.modal_img img {
    width: 100%;
    object-fit: cover;
}

.modal_info a {
    text-decoration: none;
    color: #6EAE98;
    outline: none;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.modal_info_dos a {
    text-decoration: none;
    color: #4f65e2;
    outline: none;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}



.gallery-container {
    position: relative;
}

.gallery-image {
    width: 100%;
    display: none;
}

.gallery-image.active {
    display: block;
}

.nav-button {
    width: 40px;
    background-color: rgba(33, 33, 33, 0.8);
    border: none;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
    border-radius: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-button img {
    width: 100px;
}

.wrap_buttons {
    width: 100%;
    display: flex;
    position: absolute;
    justify-content: space-between;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.call {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    filter: blur(.5px);
}

.call_text {
    color: white;
    text-align: right;
}

.call_text h1 {
    font-size: 20px;
    margin: 0;
    font-weight: lighter;
}

.call_text p {
    font-size: 16px;
    margin: 0;
    font-weight: lighter;
    text-align: right;
}

.call_button button {
    text-decoration: none;
    background: none;
    color: white;
    font-size: 32px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 1px solid white;
    margin-left: 30px;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.call_button button:hover {
    animation: shake 0.8s cubic-bezier(.36, .07, .19, .97) both;
}

.contact {
    display: flex;
    justify-content: center;
    cursor: url('images/arrow_selector_tool_24dp.svg'), pointer;
}

.contact_form {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.contact_form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.contact_form form input,
.contact_form form textarea {
    border: 1px solid white;
    background: none;
    color: white;
    font-size: 14px;
    outline: none;
    padding: 15px;
    font-family: "Manrope";
}

.contact_form form button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-decoration: none;
    border: solid 1px white;
    background-color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    font-size: 16px;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.contact_text {
    width: 65%;
    margin: 20px;
}

.contact_text h1 {
    font-size: 16px;
    font-weight: lighter;
}

.contact_text p {
    font-size: 13px;
    font-weight: lighter;
    background-image: linear-gradient(to right, #ffffff, #757575);
    -webkit-background-clip: text;
    color: transparent;
}

.contact_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact_info img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contact_info a {
    text-decoration: none;
    color: white;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.contact_info p {
    text-decoration: none;
    color: white;
}

.success-message {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0fcf66;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 20px;
    font-size: 14px;
    display: none;
}

.error-message {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e73a0a;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin: 0 20px;
    font-size: 14px;
    display: none;
}


.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
}

.footer a {
    text-decoration: none;
    color: white;
    cursor: url('images/pan_tool_alt_24dp.svg'), pointer;
}

.process {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.process img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: auto;
}

@media (max-width: 1200px) {
    .contact_form {
        width: 50%;
    }

    .contact_text {
        width: 50%;
    }
}

@media (max-width: 800px) {

    .space_200 {
        height: 120px;
    }

    .txt_home_texto {
        font-size: 38px;
        line-height: 50px;
        letter-spacing: 0px;
        margin-left: 10px;
        max-width: 95%;
    }

    .txt_home-index .txt_home_dos-index {
        max-width: 95%;
    }

    .wrap_about {
        flex-direction: column-reverse;
    }

    .wrap_new_text_about {
        width: 100%;
    }

    .about_photo {
        width: 50%;
        margin-top: 70px;
    }

    .wrap_brands {
        width: 100%;
    }

    .about_clients {
        flex-direction: column;
    }

    .wrap_new_text_clients {
        width: 100%;
        margin-bottom: 70px;
    }

    .projects {
        flex: 1 1 calc(50% - 20px);
    }

    .contact {
        flex-direction: column-reverse;
    }

    .contact_text {
        width: 95%;
    }

    .contact_form {
        width: 80%;
    }

    .project_client {
        max-height: 120px;
    }

    .project_client p {
        font-size: 10px;
        height: 90vh;
    }

    .project_info_text {
        padding: 8px;
    }

    .project_info_text_wrap {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .open_fullscreen {
        display: none;
    }

    .modal_info {
        display: none;
    }

    .modal_img {
        width: 100%;
    }

    .modal-content p {
        font-size: 10px;
    }

    .modal-content {
        flex-direction: column;
    }

    .hide_project_info {
        display: none;
    }
}

@media (max-width: 600px) {

    .txt_home_texto {
        font-size: 32px;
        line-height: 40px;
    }

    .about_photo {
        width: 70%;
    }

    .call {
        flex-direction: column;
    }

    .call_button button {
        margin: 30px 0 0 0;
    }

    .call_text {
        text-align: center;
    }

    .process {
        padding: 20px 0;
    }

    .projects {
        flex: 1 1 calc(100% - 20px);
        height: 220px;
    }

    .project_info_text {
        padding: 6px;
    }

    .contact_form {
        width: 100%;
    }

    .data {
        display: none;
    }

    .info_logo {
        width: 80px;
        align-items: flex-end;
    }

    .wrap_buttons {
        padding: 10px;
    }

    .banner {
        font-size: 12px;
    }
}

@media (max-width: 1100px) and (orientation: landscape) {
    .txt_home_dos-index {
        top: 30px;
    }

    .txt_home-index {
        top: 30px;
    }

    .txt_home_texto {
        font-size: 32px;
        line-height: 36px;
    }

    .scroll_arrow {
        bottom: 70px;
    }

    .projects {
        height: 220px;
        flex: 1 1 calc(50% - 20px);
    }

    .contact_form {
        margin: auto;
    }

    .data {
        display: none;
    }

    .info_logo {
        width: 80px;
        align-items: flex-end;
    }

    .open_fullscreen {
        display: none;
    }

    .modal-content {
        height: 100vh;
    }

    .modal_img {
        display: flex;
        justify-content: center;
    }

    .modal_img img {
        object-fit: scale-down;
        height: 85vh;
    }
}

.txt_home_texto {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.5s ease, transform 1.5s ease;
    position: absolute;
    filter: blur(.5px);
    height: 70vh;
    font-weight: normal;
}

.txt_home_texto.show {
    opacity: 1;
    transform: translateY(0);
}

.txt_home-index {
    position: relative;
    min-height: 100px;
}