@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }


html, body {
    height: 100%;
    /* background:#171717;-*/
}

:root {
    --fondo: #f4f4f4;
    --negro: #1c1c1c;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: 'Roboto Mono', monospace;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    /* This centers our sketch horizontally. */
    /* This centers our sketch vertically. */
    background-color: var(--fondo);
    color: var(--negro);
    overflow-x: hidden;
}

.btn_mas, .btn_menos {
    float: right;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 1em;
}

.btn_menos {
    float: left;
}


.box {
    width: 100%;
    /* min-height: 20vh; */
    height: 55vh;
    /* background: var(--negro); */
    background: #fff;
    background: linear-gradient(90deg, rgb(46 44 117 / 0%) 0%, rgb(255 255 255) 15%, rgb(255 255 255) 100%);
    position: absolute;
    z-index: 3;
}

.degradado {}

.captura {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.captura img {
    max-height: 20vh;
    width: auto;

}

.clientes {
    position: relative;
    min-width: 250px;
    max-width: 500px;
    /* width: min-content; */
    /* background-color: #fff; */
    /* border-radius: 5%; */
    z-index: 2;
    margin: 0 auto;
    margin-top: 10em;
    padding: 2em;
    border-radius: 3%;
}

.clientes img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

.cierre-flecha {
    position: absolute;
    bottom: 2px;
    left: 49%;
}

.circulo {
    position: relative;
    margin: 0 auto;
    /* background: var(--negro); */
    width: fit-content;
    border-radius: 50%;
    /* padding: 4em; */
    width: 100%;
    /* max-width: 600px; */
    top: 20vh;
    z-index: 2;
    width: 400px;
    height: 400px;
}

.contenedor {
    /* width: 98%; */
    min-height: 100vh;
    /* padding: 2%; */
    z-index: 9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;

}

.contenedor_fijo {
    width: 100%;
    position: fixed;
    z-index: -1;
    height: 100vh;
    /* background-color: var(--negro); */
    /* color: #fff; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;

}

.contenedor_titulo {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    background: #fff;

}

.contenedor_fijo img {
    width: 100%;
}

.container, .container_foto, .container_about, .container_contacto {
    width: 100vw;
    height: 50vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: var(--fondo);
    justify-content: center;
    align-items: center;
}

.container_foto {
    height: 80vh;

}


.container_info {
    height: 10vh;
    position: fixed;
    overflow: hidden;
}

.container_about {
    color: var(--negro);
    min-height: 80.3vh;
    text-align: center;
}

.container_about:nth-of-type(odd) {
    background: var(--negro);
    color: #fff;
}

.container_contacto {
    height: 100vh;
}

.detalle_proyecto {
    font-family: 'Roboto Mono', monospace;
    font-weight: 400;
    font-size: 0.8em;
    color: #a3a3a3;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5em;
    width: 90%;
    max-width: 650px;
}

.detalle, .detalle_categoria, .detalle_der {
    flex: 45%;
    text-align: right;
}

.detalle {
    /* font-style: italic; */
    color: #625f5f;
    font-size: 0.9em;
}


.detalle_der {
    text-align: left;
    color: var(--negro);
    padding-left: 0.5em;

}

.detalle span {
    font-weight: 600;
}

.detalle_categoria {
    font-weight: 900;
    font-size: 0.9em;
    text-align: center;
}

.detalle_box {
    right: 20px;
    bottom: 3.5vw;
    display: block;
    width: 1em;
    height: 1em;
    float: left;
    /* padding-right: 1em; */
    margin-right: 1em;
    background-color: var(--negro);
    font-size: 4.75em;
}

.destacados {
    font-size: 0.75em;
    padding-left: 2em;
    font-weight: bolder;
    color: var(--negro);
}

.footer {
    padding: 3em;
    padding-bottom: 5em;
    /* padding: 3em; */
    font-size: 0.9em;
    color: #fff;
    font-weight: 600;
    text-align: left;
    background-color: var(--negro);
    position: relative;
    z-index: 999;
}

.footer_direccion a {
    color: #fff;
    text-decoration: none;
    /* animation-delay: 2s; */
    transition-duration: 1s;



}
.footer_direccion a:hover {
    color: #F44336;
}

.footer_logo {
    /* z-index: 9; */
    position: absolute;
    left: 1.5em;
    align-self: flex-start;
}

.footer_logo img {
    width: 200px;
    height: auto;
}


.footer_cols {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-left: 200px;
    margin-top: 0;
    align-items: flex-start;

}

.footer_direccion {
    display: flex;
    margin-top: 0;
    border-left: 1px solid #fff;
    /* border-right: 1px solid #fff; */
    padding-left: 1em;
}

.footer_direccion p {
    margin: 0;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.iScrollIndicator {
    width: 100%;
    height: 193px;
    position: absolute;
    background: #fd0202;
    display: block;
    z-index: 999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation-duration: 1s;
}
.iconos_contacto{
    display: flex;
    justify-content: center;
}
.iconos_contacto img{
    width: 40px !important;
    height: auto;
    vertical-align: middle;
    margin-right: 1em;

}

.intro {
    position: fixed;
    /* width: 100vw; */
    /* height: 100vh; */
    /* z-index: 99; */
    width: 100%;
    height: 100vh;
    /* padding: 2%; */
    z-index: 999;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    pointer-events: none;
}

.linea_movil {
    width: 100%;
    background-color: var(--fondo);
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.linea_movil img {
    width: 100%;
    height: auto;
}

.logo {
    z-index: 899;
    position: fixed;
    background-color: #f4f4f4;
    /* padding-left: 2em; */
    /* top: 1em; */
    /* text-align: center; */
    /* left: 1.5em; */
    /* rotate: -90deg; */
    bottom: 0;
    padding: 1em;

}


.logo_hor {
    left: 0px;
    visibility: hidden;
}

.logo img {
    /* width: 100%; */
    height: 200px;

    width: auto;
}

.logos_clientes {

    position: fixed;
    /* width: 100vw; */
    /* height: 100vh; */
    /* z-index: 99; */
    width: 100vh;
    height: 100vh;
    /* padding: 2%; */
    z-index: 9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    pointer-events: none;

}

.navegacion {
    WIDTH: 100%;
    position: fixed;
    height: 5em;
    /* background-color: #fff; */
    z-index: 999;
    margin: 0 auto;
    top: 0;
}

.nosotros {
    position: relative;
    min-width: 250px;
    min-height: 250px;
    width: min-content;
    /* max-width: 500px; */
    background-color: #fff;
    z-index: 2;
    margin: 0 auto;
    padding: 2em;
    top: 15vh;
    border-radius: 50%;
}

.portfolio {
    position: absolute;
    margin: 0 auto;
    color: #fff;
    /* background: var(--negro);*/
    /* width: 100%; */
    top: 150%;
    left: 0%;
}

.presenta {
    width: auto;
    z-index: 2;
    /* padding: 2em;
    margin-top: 3em; */
    line-height: 2.9em;
    /* padding-left: 5em; */
    /* height: 100vh; */
    text-align: left;
    display: flex;
    flex-direction: column;
    background-color: var(--negro);
    padding-top: 2em;
    padding-bottom: 4em;
}




.presenta a {
    width: auto;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    box-shadow: inset 0 0 0 0 var(--negro);
    padding-left: 2em;
    padding-right: 2em;
    /* border-radius:   1em 0 0 0; */
    text-align: right;

}

.presenta a:hover {
    color: var(--negro);
    /* background-color: var(--negro); */
    box-shadow: inset 0 200px 0 0 var(--fondo);
    padding-left: 2.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}



.scaleDown_info a {
    text-decoration: none;
    color: var(--negro);
    transition: 1.5s;
    /* background-color: #fff; */
    /* box-shadow: inset 0 0 0 0 var(--negro); */
    /* border-radius:   1em 0 0 0; */

}

.scaleDown_info a:hover {
    color: red;
    /* background-color: var(--negro); */
    /* box-shadow: inset 0 200px 0 0 var(--negro); */
}

.scaleDown, .scaleDown_info {
    /* width: 90vw; */
    width: 65vw;
    height: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    /* background-color: #fff; */
    transform-origin: 50% 50%;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;

}

.scaleDown_info {
    /* background-color: #fff; */
    height: 36vh;
    width: auto;
    text-align: center;
    width: 100vw;
}

.slide {
    position: relative;
    display: flex;
    align-items: center;
    height: 45vh;
    /* background: #d44f4f; */
    scroll-snap-align: start;
    overflow: hidden;
    /* align-items: center; */
    /* position: inherit; */
    /* border: 1px solid #302f31; */
    top: 2em;
    flex-direction: column;
    margin-bottom: 1em;
}

.slide img {
    position: absolute;
    object-fit: cover;
    /* transform: translateX(-25%) translateY(-50%); */
    /* top: 50%; */
    left: 0;
    z-index: 100;
    /* opacity: 0; */
    /* visibility: hidden; */
    pointer-events: none;
    width: 100%;
    height: 30vh;
    filter: grayscale(1);
}



.square {
    position: relative;
    width: 10%;
    height: 100vh;
    background-color: var(--negro);
    z-index: 999;
}

.titulo_index {
    position: relative;
    /* left: -4em; */
    text-align: left;
    background-color: var(--negro);
    color: #fff;
    padding: 1em;
    padding-left: 2.5em;
    left: -2em;
    width: auto;
    line-height: 1em;
    font-size: 1.5em;
    font-weight: 300;
}

.titulo_index h1 {
    /* font-family: 'Roboto Mono', monospace;*/
    width: auto;
    line-height: 1em;
    font-size: 1em;
    font-weight: 300;
    /* color: var(--negro); */
}

.titulo {
    position: relative;
    /* left: -4em; */
    text-align: center;
    padding: 0em;
    padding-left: 0em;

}

.titulo  p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.4em;
    color: #666;
}



.titulo_seccion {
    position: fixed;
    font-size: 4vw;
    color: #fff;
    background-color: var(--negro);
    height: 100vh;
}

#testeo img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.texto_div {
    color: var(--negro);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    width: fit-content;
    padding: 2em;
}

.texto_contacto {
    color: var(--negro);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    width: fit-content;
    padding: 5em;
    width: 50%;
    height: 50%;
}

.web-item {
    height: fit-content;
    padding: 1em;
    /* padding-left: 3em; */
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: fit-content;
    /* background-color: #ffffff; */
    z-index: 6;
    margin: 0 auto;
}

h1 {

    width: auto;
    font-weight: initial;
    /* font-weight: 600; */
    font-size: 4.2em;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    /* background-color: #fff; */
    line-height: 1em;
    /* border-bottom: 1px solid var(--negro); */
}

h2 {
    width: auto;
    /* font-weight: bold; */
    /* font-weight: 600; */
    font-size: 4.2em;
    margin-block-start: 0.25em;
    margin-block-end: 0.25em;
    /* background-color: #fff; */
    line-height: 1em;
    /* border-bottom: 1px solid var(--negro); */
}



h3 {
    width: auto;
    line-height: 1em;
    font-weight: 300;
    font-size: 3em;
    
    /* color: #fff; */

}

#sketch-holder {
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

/*///////////galeria*/

.galeria_texto {
    /*    padding: 50px 100px;*/
    padding: 5px;
    color: var(--negro);
    clear: both;
    font-size: 0.9em;
    line-height: 1.4em;
}

.galeria_link {
    position: absolute;
    float: right;
    margin-left: 10px;
    top: 0;
    /* padding-top: 10px; */
    /* margin: 1em; */
    z-index: 800;
}

.galeria_link img {
    max-width: 40px;
    height: auto;
    transition: 0.5s;

}

.galeria_link img:hover {
    opacity: 0.5;
}


.galeria-container {
    /* height: 100%; */
    max-width: 1200px;
    /*min-width: 320px;*/
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    /* margin-top: 10px;*/
    background: #fff;
    padding: 2em;
    border-radius: 3%;
}

.galeria-seleccion {
    /* height: 100%; */
    max-width: 1100px;
    /*min-width: 320px;*/
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    /* margin-top: 10px;*/
    background: #fff;
    padding: 1.5em;
}

.galeria-seleccion a {
    color: #F44336;
}

.galeria-seleccion a:hover {
    color: #666;
}

.scaleDown img {
    width: 100%;
    height: auto;
    border-radius: 0.5em 0.5em 0 0;
    margin-top: 0.5em;

}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: var(--negro);
    opacity: .9;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #999;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--negro);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: red;
}

@media screen and (max-width: 1280px) {
    h1{
        font-size: 3.2em;
    }
    h2 {
        line-height: 0.8em;
        width: 90%;
        font-size: 3.5em;
    }
}

@media screen and (max-width: 900px) {
    .btn_mas, .btn_menos {
        visibility: hidden;
    }

    /* .container {
        padding: 2%;
        width: 98%;
    } */

    .contenedor {
        /* padding: 0em; */
    }

    .container, .container_foto, .container_about, .container_contacto {
        text-align: left;
        justify-content: center;
        align-items: flex-start;
        padding: 0.5em;
    }


    .footer_cols {
        column-gap: 0rem;
        display: grid;
        flex-grow: 1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 1em;
    }


    h1 {
        font-size: 2em;
        font-weight: bold;
    }

    h2 {
        font-size: 1.8em;
        font-weight: bold;
        line-height: normal;
    }

    h3 {
        font-size: 1.5em;
    }


    .galeria-container {
        padding: 0.2em;
    }

    .presenta {
        /* padding: 1em; */
        text-align: left;
        width: 80%;
        line-height: 1em;
        margin: 0 auto;
    }

    .presenta a {
        /* padding: 0; */
    }

    .presenta a:hover {
        /* padding: 0; */
    }

    .contenedor {
        min-height: 100vh;
    }

    .galeria_texto {
        font-size: 1.1em;
    }

    .galeria-container {
        padding: 1em;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px;
    }

    .logo_hor {
        margin-top: 1em;
        margin-left: 2em;
        visibility: visible;
    }

    .logo_hor img {
        max-width: 250px;
        width: 200px;
        height: auto;
    }

    .logo {
        visibility: hidden;

    }

    .titulo{
        text-align: left;
    }
    .scaleDown {
        width: 100vw;
        height: 30vh;
        position: absolute;
        top: 50%;
        left: 50%;
        /* background-color: var(--negro); */
        transform-origin: 50% 50%;
        /* padding: 2em; */

    }

}


@media screen and (max-width: 550px) {
    .container, .container_foto, .container_about, .container_contacto{
        padding: 0;
    }

    .container_contacto{
        padding: 1.5em;
    }

    .container {
        height: 60vh;
        /* padding: 1em; */
        overflow: hidden;
    }

    .detalle_proyecto {
        margin: 0;
        text-align: left;
        width: 90%;
    }

    .footer {
        padding: 2em;
    }

    .footer_cols {
        display: grid;
        flex-grow: 1;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        margin: 0;

    }

    .footer_logo {
        position: relative;
        left: 0.5em;
        margin-bottom: 2em;

    }

    .footer_direccion {
        padding-bottom: 1em;

    }

    .iconos_contacto img{
        width: 20px !important;

    
    }

    /* .galeria_link {
        top: 0.5em;
    } */
        .galeria_link {
        top: 0.5em;
        /* margin: 0; */
        position: absolute;
        right: 30px;
    }

    .galeria_link img {
        max-width: 30px;
        height: auto;
    }

    h1 {
        margin-block-start: 0.51em;
        font-size: 2em;
        /* padding: 0.5em; */

    }

    h2 {
        margin-block-start: 1em;
        font-size: 1.8em;
        padding: 0.5em;
        width: 100%;

    }

    h3 {
        font-size: 1.5em;
        padding: 0.5em;
        margin-block-start: 0.5em;
        margin-block-end: 0.5em;
    }

    .logo_hor {
        margin-left: 1em;
        margin-top: 0.5em;
    }

    .logo_hor img {
        width: 150px;
        height: auto;
    }

    .menu-button {
        border: 0;
        padding: 10px;
        border-radius: 50px;
        margin: 0px;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 1em;
        top: 0.5em;
        z-index: 999999;
        outline: none;
        cursor: pointer;
    }

    .navegacion {
        height: 3.5em;
        background-color: var(--fondo);
    }

    .presenta {
        width: 90%;
        margin: 0 auto;
        margin-top: 4em;
    }

    

    .scaleDown {
        height: 100vw;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        /* background-color: var(--negro); */
        transform-origin: 50% 50%;
        /* padding: 2em; */

    }

    .scaleDown img {
        height: 100%;
        width: auto;
        border-radius: 0.5em 0.5em 0 0;
        margin-top: 0.5em;
        object-fit: cover;
    }

    .titulo{
        width: 90%;
        margin: 0 auto;
    }

    .titulo_index {
        padding: 0;
        padding-left: 1em;
        left: -1em;
        top: 0.2em;
        font-size: 0.8em;
    }

    .titulo_index h1 {
        font-size: 1.2em;
        padding: 0.5em;
        margin-block-end: 1em;
    }




}