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

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

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

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



a[href^="tel"] {
    color: #000; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
}

a[href] {
    color: #000; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
}

body{
    margin:0px;
    padding: 0px;
    background: #DDDCD8;
    color:#000;
}

#menu{
    z-index: 200 !important;
    position: absolute !important;
    width: 100%;
    top: 0px !important;
}

.backgroundMobile{
    background-image: url(../images/background.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 3;
    position: absolute;
    display: none;
}

#logo{
    position: absolute;
    top:23px;
    left: 23px;
}

.logo{
    width: 44px;
    height: 69px;
    z-index:1;
}

#logo2{
    position: absolute;
    top: 23px;
    left: 23px;
}

#menuAccess{
    position: absolute;
    right: 23px;
    top:23px;
    cursor: pointer;
}

.menuIcon{
    width: 50px;
    height: 20px;
}

#bottomHome{
    position: absolute;
    bottom:23px;
    z-index: 199;
    width: 100%;
}

#decorationImage{
    position: absolute;
    bottom: 0px;
    left: 23px;
    z-index: 1;
}



.decorationImage{
    width: 89px;
    height: 64px;
}

#social{
    position: absolute;
    z-index: 2;
    right: 23px;
    bottom: 0px;
}

.socialImage{
    height: 27.48px;
    margin-left: 4px;
    margin-right: 4px;
}

/* MOBILE MENU */
#menuMobile{
    width: 100%;
    background: #000;
    z-index: 201;
    position: fixed; 
    height: 100vh; 
    box-sizing: border-box;
    top:0px;
    left: 0px;
    opacity: 1; 
    display: none;
}

.closeMenu{
    position:absolute;
    width:43px;
    height:25px;
    cursor:pointer;
    top:23px;
    right:23px;
    z-index: 200;
}

#linksMobile{
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.closeIcon{
    width: 43px;
    height: 25px;
}

.menuLinks{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 74px;
    line-height: 94px;
    color: #DDDCD8 !important;
    padding-right: 23px;
}

.planImage{
    width: 641px;
}

#homeVideo{
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 1;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

#myVideoItems{
    z-index: 3;
    text-align: center;
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.homeLogo{
    width: 900px;
}

.play{
    width: 76px;
    height: 76px;
}

#playVideo{
    width: 100vw;
    background: #000;
    z-index: 202;
    position: fixed; 
    height: 100vh; 
    opacity: 1; 
    display: none;
    box-sizing: border-box;
}

.fullVideo{
    width: 100%;
    z-index: 2;
}

#bottom{
    width: 100%;
    position:relative;
    height: 140px;
    display: inline-block;
}

#decorationImageNoHome{
    position: absolute;
    bottom: 23px;
    left: 23px;
    z-index: 1;
}

#socialNoHome{
    position: absolute;
    z-index: 3;
    right: 23px;
    bottom: 23px;
}

#upArrow{
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 2;
    left: calc(50% - 46px/2);
    bottom: 23px;
}

.upArrow{
    width: 46px;
    height: 46px;
}

.adornoBg{
    width: 100%;
    height: 30vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



/* NOSOTROS */

.onlyDesktop{
    display: inherit!important;
}

.onlyMobile{
    display: none !important;
}

.centerTitlesContainer{
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    position: relative;
    text-align: center;
}

.centerTitles{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    text-align: center;
    color: #DDDCD8;
    margin: 0px;
    padding: 0px;
   
}

.contentTwoColumns{
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

.contentTwoColumnsCol1{
    position: relative;
    display: inline;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15%;
    text-align: right;
    padding-top: 50px;
    margin: 0px;
   
}

.contentTwoColumnsCol12type{
    position: relative;
    display: inline;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 15%;
    text-align: right;
    padding-top: 50px;
    margin: 0px;
}

.contentTwoColumnsCol2{
    position: relative;
    display: inline;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 20px;
}

.adorno{
    width: 100%;
}

.contentTitles{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-align: right;
    color: #947737;
    margin:0px;
    padding: 0px;
    padding-top: 30px;
}


.contentTitlesContact{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-align: right;
    color: #947737;
    margin:0px;
    padding: 0px;
    padding-top: 30px;
}

.contentTitles2{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    text-align: right;
    color: #947737;
    margin:0px;
    padding: 0px;
    padding-top: 0px;
}

.normalContent{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: justify;
    color: #000000;
}

.normalContent p{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: justify;
    color: #000000;
}

.firstObject{
   width: 100%;
   height: 0px;
   position: relative;
}

.adornoSegundo{
    padding-top: 50px;
    width: calc(50% - 15%);
}

.contentLeft{
    width: 100%;
    text-align: left;
}

.list{
    width: 100%;
    position: relative;
    display: inline-block;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    padding-top: 40px;
}

.listItem{
    width: 25%;
    display: inline;
    float: left;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.listCut{
    display: inline-block;
    width: 100%;
    height: auto;
}

.listItem2{
    width: 25%;
    display: inline;
    float: left;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    /*min-height: 235px;*/
    height: auto;
    padding-bottom: 40px;
    
}

.listItemNumber{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.listItemTitle{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    display: flex;
    align-items: flex-end;
    color: #947737;
    width: 60%;
    height: auto;
}

.listItemContent{
    padding-top: 20px;
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
}

/* COMUNIDAD */
.contentSubtitles{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #947737;
}

.contentSubtitlesBold{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: right;
    color: #947737;
}


.photos{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.photo{
    position: relative;
    width: calc(100%/3);
    height: 20vw;
    display: inline;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 3px;
    webkit-margin-bottom: 3px;
}

.Col2{
    width: calc(100%/3 - 6px) !important;
    margin-right: 3px;
    margin-left: 3px;
}

.Col3{
    /*margin-right: 5px;
    box-sizing: border-box;
    background-color: cornflowerblue;
    */
}

/* CONTACTO */
.contact{
    display: flex;
}

.input{

    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    border: 0px;
    background-color: transparent;
    /*border-bottom: 1px solid #000;*/
    flex-grow: 1;

}

.textarea{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    border: 0px;
    background-color: transparent;
    width: 100%;
    height: 100px;
    resize: none;
    /*border-bottom: 1px solid #000;*/
}

.inputLabel{

    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
}

.inputDivisor{
    width: 100%;
    background-color: #000;
    height: 1px;
}

.sendButton{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;

    color: #000000;

    border: 1px solid #000000;
    border-radius: 20px;
    padding: 8px 20px 8px 20px;
}

.contactBotton{
    text-align:left;
}

/* PROYECTOS */
.projectIcon{
    width: 100%;
    height: 40vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.button{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;

    background: #DDDCD8;

    border: 1px solid #000000;
    border-radius: 20px;
    padding: 8px 20px 8px 20px;
}

.projectLogo{
    height: 150px;
}

.projectIconView{
    width: 100%;
    height: 30vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: inline-block;
}

.viewAllButton{
    text-align: center;
    height: auto;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    padding-top: 40px;
    z-index: 190;
}

.projectName{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;

    color: #000000;

}

.projectLocation{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;

    color: #000000;
}

.galeryTitle{
    padding-left: 30px;
    padding-bottom: 5px;
}

.subtitles{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;

    color: #947737;
}

.firstObjectArticles{
    height: 115px;
}

/* BLOG */
.blog{
    position: relative;
    width: calc(100%/3);
    height: auto;
    display: inline;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
}

.photoBlog{
    position: relative;
    width: 100%;
    height: 20vw;
    display: inline;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    z-index: 1;
    margin-bottom: 20px;
}

.blogPreInfo{
    width: 100%;
    position: relative;
    padding-left: 30px;
    height: auto;
    padding-top: 40px;
    z-index: 2;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.blogTitleIcon{
    font-family: 'neue_montrealbold';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 45px;
    color: #947737;
}

.blogTitleByIcon{
    font-family: 'abelregular';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
   
    color: #000000;
}

/* GALLERY */
#gallery{
    width: 100vw;
    background: #000;
    z-index: 203;
    position: fixed; 
    height: 100vh; 
    display: none;
    box-sizing: border-box;
    padding-left: 0px;
    padding-bottom: 20px;
    top:0px;
    left: 0px;
}

#galleryBottom{
    position: absolute;
    bottom:20px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    height: 20px;
}

#galleryImage{
    width: calc(100% - 20px);
    height: calc(100vh - 130px);
    top: 70px;
    left: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;  
    position: relative; 
}

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

    .backgroundMobile{
        display: inherit;
    }

    #myVideo{
        display: none;
    }

    .onlyDesktop{
        display: none !important;
    }
    
    .onlyMobile{
        display: inherit !important;
    }
    
   
    
    .menuIcon{
        width: 50px;
        height: 20px;
    }

    #decorationImage{
        display: none;
    }
    
    #social{
        position: absolute;
        z-index: 2;
        right: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;
    }

    .homeLogo{
        width: 300px;
    }

    .play{
        width: 52px;
        height: 52px;
    }

    .menuLinks{
        font-weight: 400;
        font-size: 40px;
        line-height: 51px;
    }
    
    .planImage{
        width: 300px;  
    }

    #menuAccess{
        top:46px;
       
    }

    #bottom{
        height: 140px;    
    }

    #upArrow{
         top:23px;
    }

    #decorationImageNoHome{
        display: none;
    }

    #socialNoHome{
        position: absolute;
        z-index: 2;
        right: 0px;
        bottom: 23px;
        width: 100%;
        text-align: center;
        margin-top: 23px;
    }

    .adornoBg{
        width: 100%;
        height: 348px;  
    }

    .centerTitles{
        font-size: 40px;
    }    


    .contentTitles{
        padding-left: 30px;
        text-align: left;
    }

    .contentTitlesContact{
        font-size: 26px;
        line-height: 32px;
    }

    .contentTwoColumnsCol1{
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        padding-left: 0px;
        padding-top: 50px;
        
    }

    .contentTwoColumnsCol12type{
        float: left;
        width: 100%;
        padding-right: 50px;
        text-align: left;
        padding-left: 0px;
        padding-top: 0px;
    }
    
    .contentTwoColumnsCol2{
        float: left;
        width: 100%;
        padding-right: 30px;
        text-align: left;
        padding-left: 30px;

        padding-top: 0px;
    }
    
    .firstObject{
        height: 115px;
    }

    .contentLeft{
        text-align: right;
    }

    .adorno{
        width: 50%;
    }

    .adornoSegundo{
        padding-top: 30px;
        width: 50%;
    }

    .contentTitles{
        font-size: 30px;
        line-height: 38px;
    }

    .contentTitles2{
        font-size: 30px;
        line-height: 38px;
        text-align: left;
        padding-left: 30px;
    }

    .normalContent{
        font-size: 18px;
        line-height: 23px;
    }

    .normalContent p{
        font-size: 18px;
        line-height: 23px;
    }


    .list{
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 40px;
    }
    
    .listItem{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px
    }

    .listItem2{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
        min-height: 0px;
    }
    
    .listItemNumber{
       
    }
    
    .listItemTitle{
        font-weight: 400;
        font-size: 30px;
        line-height: 38px;
        width: 100%;
        height:auto;
    }
       
    
    .listItemContent{
        font-size: 18px;
        line-height: 23px;
    }

    .contentSubtitles{
        padding-left: 30px;
        text-align: left;
    }

    .contentSubtitlesBold{
        padding-left: 30px;
        text-align: left;
    }


    .photo{
        height: 285px;
        margin-bottom: 5px;
        width: 100%;
    }
    
    .Col2{
        width: 100% !important;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .Col3{
        margin-left: 0px;
    }

    .contactBotton{
        text-align:center;
    }

    .projectLogo{
        height: 100px;
    }

    .projectIcon{
       height: 350px;
    }

    .projectIconView{
        height: 300px;
    }

    .viewAllButton{
        padding-top: 50px;
    }

    .blog{
        width: 100%;  
    }

    .photoBlog{
        position: relative;
        width: 100%;
        height: 350px;
    }

}