@font-face {
    font-family: 'necto_monoregular';
    src: url('fonts/nectomono-regular-webfont.woff2') format('woff2'),
         url('fonts/nectomono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    padding: 0px;
    margin:0px;
    background-color: #E0E0DC;
    transition: background-color 0.6s ease-out;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

#logo{
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 142px 70px;
    width: 142px;
    height: 70px;
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 0px;
    margin-left: 10px;
}

#lenguages{
    position: fixed;
    top:10px;
    right: 10px;
    height: auto;
    width: auto;
    display: inline-block;
    z-index: 10001;
}

.lenguage_button{
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 12px;
    background-color: transparent;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

.lenguage_button:hover{
    color:#E0E0DC;
    background-color: #000;
}

.lenguage_button_negative{
    font-family: 'necto_monoregular', 'Arial';
    color:#E0E0DC;
    font-size: 12px;
    background-color: transparent;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    transition: all 0.5s ease-out;
    background-color: #000;
}

.lenguage_button_negative:hover{
    color:#000;
    background-color: #E0E0DC;
}

.lenguage_button_selected {
    font-family: 'necto_monoregular', 'Arial';
    color:#E0E0DC;
    font-size: 12px;
    background-color: #000;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

.lenguage_button_selected_negative {
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 12px;
    background-color: #E0E0DC;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

#right_button {
    position: fixed;
    z-index: 2007;
    bottom: 2px;
    right: 0px;
    margin-right: 10px;
    width: auto;
    height: auto;
    display: inline-block;
}

#left_button {
    position: fixed;
    z-index: 2008;
    bottom: 2px;
    left: 0px;
    margin-left: 10px;
    width: auto;
    height: auto;
    display: inline-block;
}

#menuBackground{
    height: 36px;
    background-color: transparent;
    z-index: 900;
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    display: none;
    transition: all 0.6s ease-out;
}

#bottomBackground{
    height: 36px;
    background-color: transparent;
    z-index: 2002;
    position: fixed;
    bottom:0px;
    left: 0px;
    width: 100%;
    display: none;
    transition: all 0.6s ease-out;
}

#up{
    width: 100%;
    text-align: center;
    bottom:0px;
    position: fixed;
    height: 21px;
    z-index: 2006;
    display: inline-block;
}

#top_button{
    position: fixed;
    z-index: 2004;
    top: 10px;
    left: 0px;
    margin-left: 10px;
    width: auto;
    height: auto;
    display: inline-block;
    display: none;
    cursor: pointer;
}

.backArrow{
    position: relative;
    display: inline;
    float: left;
    top:5px;
}

.markBackgroundBack{
    position: relative;
    display: inline;
    float: left;
    margin-left: 5px;
    background-color: #E0E0DC;
    top:0px;
    height: 28px;
}

.markBackgroundBlack{
    background-color: #000;
    height: 28px;
}

.menu_link_top {
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 26px;
    text-decoration: none;
    padding: 0px 3px 0px 3px;
    top:-4px; 
    position: relative;
}

.menu_link {
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 26px;
    text-decoration: none;
    padding: 0px 3px 0px 3px;
}

.menu_link_top_black {
    font-family: 'necto_monoregular', 'Arial';
    color:#E0E0DC;
    font-size: 26px;
    text-decoration: none;
    padding: 0px 3px 0px 3px;
    position: relative;
    top:-4px; 
}


.menu_link_selected_home {
    font-family: 'necto_monoregular', 'Arial';
    color:#E0E0DC;
    font-size: 26px;
    text-decoration: none;
    position: relative;
    top: -4px;
    letter-spacing: 0px;
    margin:0px;
    display:inline-block;
    border:0px;
}

.markBackgroundBlack{
    background-color: #000;
    padding: 0px 3px 0px 3px;
    width: auto;
    height: 28px;
    display: inline-block;
    top: 0px;
}

.menu_link_selected {
    font-family: 'necto_monoregular', 'Arial';
    color:#E0E0DC;
    font-size: 26px;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 3px 0px 3px;
    letter-spacing: 0px;
    margin:0px;
    display: inline-block;
}

.menu_link_selected_black {
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 26px;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 3px 0px 3px;
    letter-spacing: 0px;
    margin:0px;
    display: inline-block;
}

#home {
    width: 100vw;
    height: 95vh;
    background-color: transparent;
    overflow:hidden;
}

#home_slide {
    width: 50%;
    position: relative;
    height: 70vh;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top:40px;
    background-color: transparent;
}

#home_foto_cuadrada {
    height: auto;
    width: auto;
    position: relative;
    z-index: 1;
    bottom: 40px;
}

.foto1_home{
    height: 70vh;
}

#home_foto_vertical{
    height: 60vh;
    left: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 3;
    bottom: 20px;
}

.foto2_home{
    height: 60vh;
}

#home_foto_media{
    height: 13vh;
    bottom: 0px;
    position: absolute;
    z-index: 4;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.foto3_home{
    height: 13vh;
}

#home_foto_horizonal{
    height: 20vh;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
}

.foto4_home{
    height: 20vh;
}

#home_link{
    z-index: 5;
    position: absolute;
    top: 50%;
    left: -60px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    display: inline-block;
    text-align: left;
    cursor: pointer;
}

#home_link_space{
    height: 10px;
}

#acerca,#about{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    display: block;
}

#contacto,#contact{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    display: block;
}

.div_50_foto{
    width: 50%;
    display: inline;
    float: left;
    position: relative;
    height: 100vh;
    background-color: #000;
    margin: 0px;
}

.div_50{
    width: 50%;
    display: inline;
    float: left;
    position: relative;
    height: 100vh;
    background-color: #000;
    padding: 0px;
}

.whiteContent{
    color:#E0E0DC;
    font-family: 'necto_monoregular', 'Arial';
    font-size: 12px;
    text-decoration: none;
}

.centerContent{
    padding: 30px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.backgroundSection{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

#agregar{
    width: 333px;
}

.whiteContentURL{
    color:#E0E0DC;
    font-family: 'necto_monoregular', 'Arial';
    font-size: 12px;
    text-decoration: none;
}

.whiteContentURL:hover{
    color:#E0E0DC;
    font-family: 'necto_monoregular', 'Arial';
    font-size: 12px;
    text-decoration: underline;
}

.cajas{
    background-color:#111111;
    border:0px;
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
    color:#E0E0DC;
    font-family: 'necto_monoregular', 'Arial';
    text-decoration: none;
    font-size: 12px;
}

.cajas::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.cajas:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.cajas::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.whiteButton {
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 12px;
    background-color: #E0E0DC;
    padding: 3px 6px 3px 6px;
    text-decoration: none;
    transition: all 0.5s ease-out;
    border:0px;
}

#obras,#works{
    width: 100vw;
    height: auto;
    background-color: transparent;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2000;
    transition: all 0.25s ease-out;
}

#categories{
    position: relative;
    width: auto;
    height: auto;
    padding-top:20px;

    background-color: #E0E0DC;

    padding-bottom: 20px;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 50;
    
}

.categoriesLink{
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 12px;
   
    height: auto;
    width: auto;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;

    transition: all 0.25s ease-out;
    background-image: url('../images/trans.gif');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 0% 2px;


}

.categoriesLink:hover{
    background-image: url('../images/menuMark.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 100% 2px;
}

.categoriesLinkSelected{
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 12px;
   
    height: auto;
    width: auto;
    display: inline-block;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;

    background-image: url('../images/menuMark.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 100% 2px;
}

#projectsList{
    position: relative;
    width: 872px;
    height: auto;
    display: inline-block;
    padding-top: 55px;
    z-index: 49;
}

.product1{
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding-right: 10px;
    text-align: left;
    position: relative;
    display: inline;
    float: left;
    padding-bottom: 45px;
    overflow: hidden;
    height: 560px;
}

.product2{
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
    text-align: left;
    display: inline;
    float: left;
    padding-bottom: 45px;
    overflow: hidden;
    height: 560px;
}

.fotow{
    width: 100%;
}

.fotoh{
    height: 418px;
}

.blackContent{
    font-family: 'necto_monoregular', 'Arial';
    color:#000;
    font-size: 12px;
    text-decoration: none;
}

.availableButton{
    font-family: 'necto_monoregular', 'Arial';
    color:#E0E0DC;
    font-size: 12px;
    background-color: #000000;
    padding: 0px 3px 0px 3px;
    text-decoration: none;
    transition: all 0.5s ease-out;
}

.availableButtonPosition{
    position: relative;
    top: 10px;
    right: 0px;
}

#loader{
    z-index: 10000;
    width: 100%;
    height: 100vh;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 25px 25px;
    position: fixed;
}

#categoriesMobile{
    height: 36px;
    background-color: #E0E0DC;
    width: 100%;
    display: none;
    /*position: absolute;*/
    box-sizing: border-box;
    position: fixed;
    z-index: 51;
}

#categorias_proyectos_mobile{
    width: 99%;
    text-align: center;
    top: 5px;
    position: absolute;
    left: .50%;
    box-sizing: border-box;
    cursor: pointer;
}

#menu_categorias_mobil{
    padding-top: 10px;
    position: absolute;
    top: 0px;
    height: auto;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 52;
    background-color: #E0E0DC;
}


#arrow_menu{
    height: 7px;
}

.categorias_mobile{
    height: 22px;
    position: relative;
}

#catNameMobile{
    position: absolute;top:0px; width: 100%;
}

#catNameMobileArrow{
    top: 10px; position: absolute;
    width: 100%;
}

#zoom{
    background-color: #000000;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 400000;
    position: fixed;
    top:0px;
    left: 0px;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#zoomArrow{
    position: absolute;
    top:14px;
    left: 10px;
    z-index: 2;
}


/* LOW RESOLUTIONS/MOBILE */
@media screen and (max-width: 800px) {

    .backgroundSection{
        background-position: 50% 0px !important;
        background-size: cover;
    }
    

    #menuBackground{
        display: initial;
    }

    #bottomBackground{
        display: initial;
    }

    .backArrow{
        top:4px;
    }

    .markBackgroundBack{
        top:3px;
        height: 18px;
    }

    .menu_link_selected_home {
        font-size: 19px;
        top: -3px;
    }

    .markBackgroundBlack{
        top:0px;
        height: 21px;
    }

    #right_button {
        bottom: 5px;
    }

    #left_button {
        bottom: 5px;
    }

    #lenguages{
        top:8px;
    }

    #top_button{
        top: 6px;

    }

    .menu_link_top{
        font-size: 19px;
    }
    
    .menu_link_top_black{
        font-size: 19px;
    }

    #categories{
        display: none;
    }

    #categoriesMobile{
        display: initial;
    }

    #projectsList{
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        box-sizing: border-box;
        padding-top: 36px;
    }

    .product1{
        width: 100%;
        padding-right: 0px;
        padding-bottom: 40px;
        height: auto;
    }

    .product2{
        width: 100%;
        padding-left: 0px;
        padding-bottom: 40px;
        height: auto;
    }

    .fotow{
        width: 100%;
        height: auto;
    }

    .fotoh{
        width: 100%;
        height: auto;
    }


    #agregar{
        width: 100%;
    }

    #acerca,#about{
        position: relative;
        top:0px;
        height: auto;
        width: 100%;
        display: block;
        padding-top: 26px;
        box-sizing: border-box;
        padding-left: 13px;
        padding-right: 13px;
    }

    #contacto,#contact{
        position: relative;
        top:0px;
        height: auto;
        width: 100%;
        display: block;
        padding-top: 26px;
        box-sizing: border-box;
        padding-left: 13px;
        padding-right: 13px;
    }

    .div_50_foto{
        width: 100%;
        /*margin: 13px;*/
        box-sizing: border-box;
        height: 333px;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 16px;
    }

    .div_50{
        width: 100%;
        /*padding: 13px;*/
        box-sizing: border-box;
        height: auto;
        position: relative;
        font-size: 0px;
        display: inline-block;
    }

    .centerContent{
        padding: 0px;
        position: relative;
        top: 0;
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    #logo{
        background-size: 111px 55px;
        width: 111px;
        height: 55px;
        top: 8px;
        left: 1px;
    }

    .menu_link{
        font-size: 19px;
    }

    .menu_link_selected{
        font-size: 19px;
    }

    #home_slide{
        width: 70%;
        height: 40vh;
        padding-top:20px;
    }

    #home_foto_cuadrada{
        bottom: 20px;
    }

    .foto1_home{
        height: 40vh;
    }

    #home_foto_vertical{
        height: 30vh;
        bottom: 10px;
    }

    .foto2_home{
        height: 30vh;
    }

    #home_foto_media{
        height: 8vh;
        bottom: 0px;
    }

    .foto3_home{
        height: 8vh;
    }

    #home_foto_horizonal{
        height: 15vh;
        bottom: 10px;
    }

    .foto4_home{
        height: 15vh;
    }

    #home_link{
       left: -35px;
    }

    #home_link_space{
        height: 5px;
    }

}