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

@font-face {
    font-family: 'ashburyw01-extralightregular';
    src: url('../fonts/ashbury_w01_extralight-webfont.woff2') format('woff2'),
         url('../fonts/ashbury_w01_extralight-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: #EFEBE5;
    color:#000;
}

#menu{
    position: relative;
    box-sizing: border-box;
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    z-index: 20;

    overflow: hidden;
}

.logoLetters{
    height: 23px;
}

.logoLettersMobile{
    height: 51px;
}

.icono{
    height: 23px;
}

.logoLeft{
    position: relative;
    top:20px;
    right: 0px;
    z-index: 1;
}

.logoLeftMobile{
    display: none;
    position: relative;
    top:20px;
    right: 0px;
    z-index: 1;
}

.logoRight{
    top:40px;
    right: 0px;
    position: absolute;
    z-index: 2;
    right: 20px;

    /* button */

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* or 112% */

    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.11em;
    text-transform: uppercase;

    cursor: pointer;

    color: #EFEBE5;

    -webkit-transition: color .6s ease-in-out;
    -moz-transition: color .6s ease-in-out;
    transition: color .6s ease-in-out;
}

.logoRight:hover{
    color: #000000;
}

#menuRight{
    position: absolute;
    z-index: 5;
    right: 20px;
    top:40px;
    background: #EFEBE5;
    display: none;
}

#bottom{
    box-sizing: border-box;
    margin-top:20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    height: auto;
}

.bottomFirst{
    position:relative;
    width:100%;
    height: 300px;
    display: inline-block;
    top:20px;
}

.bottomText{
    font-family: 'ashburyw01-extralightregular';
    font-size: 20px;
    line-height: 140%;
    /* or 28px */
    letter-spacing: 0.01em;
    position: absolute;
    top:0px;
    left: 0px;
    width: 472px;
    height: auto;
    display: inline;
    float: left;
    z-index: 1;
}

.menuBottom{
    position: absolute;
    width: 450px;
    right: 0px;
    display: inline;
    z-index: 2;
    float: left;
    height: auto;
    z-index: 1;
}

.bottomUrl{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    position: relative;
    margin-right: 30px ;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    opacity: 1;
}

.bottomUrl:hover{
    opacity: .5;
}

.lenguages{
    position: absolute;
    right: 0px;
    width: auto;
    z-index: 2;
}

.activeLenguage{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    /* identical to box height, or 106% */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 10px;
}

.changeLenguage{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    /* identical to box height, or 106% */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: .38;
}


.socialNetworks{
    position: absolute;
    width: 450px;
    right: 0px;
}

.socialNetworkIcon{
    height: 18px;
}

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

.bottomThird{
    top:40px;
    position:relative;
    width:100%;
    height:auto;
    display: inline-block;
    height: 140px;
}

.bottomURL2{
    /* small */
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */
    letter-spacing: 0.03em;
}

.bottomURLS2{
    position: absolute;
}

.moreInfoBottom{
    position: absolute;
    width: 450px;
    right: 0px;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
}

.center{
    display:flex;
    height:auto;
    width:100%;
    justify-content:center;
    align-items:center; 
}

#projects{
    box-sizing: border-box;
    width: calc(100% - 40px);
    
    top: 40px;
    position: relative;
    height: auto;
    margin-bottom: 40px;
    display: inline-block;
    padding-bottom: 1px;
    text-align: center;

    /*background-color: blueviolet;*/
}

/*.project1{
    position: relative;
    display: inline;
    float: left;
    height: auto;
    width: 100%;
    height: 320px;
    text-align: center;
}*/

.posImage{
    position: relative;
    left: 0px;
    width: 320px;
    height: fit-content;
    /*background-color: #EFEBE5;*/
    z-index: ;
    background-size: contain;
}

/*
.project2{
    position: relative;
    height: auto;
    display: inline;
    float: left;
    width: 100%;
    height: 320px;
    text-align: center;
}

.posImageproject2{
    position: relative;
    left: 480px;
    width: 320px;
    height: fit-content;
}

.project3{
    position: relative;
    height: auto;
    display: inline;
    float: left;
    width: 100%;
    height: 320px;
    text-align: center;
  
}

.posImageproject3{
    position: absolute;
    right: 0px;
    width: 320px;
    height: fit-content;
}

.project4{
    position: relative;
    height: auto;
    display: inline;
    float: left;
    width: 100%;
    height: 320px;
    text-align: center;
  
}

.posImageproject4{
    position: relative;
    left: 320px;
    width: 320px;
    height: fit-content;
}
*/

.projectImg{
    position: relative;
    /*height: 300px;*/
    opacity: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 2;
    background-color: transparent;

    width: 100%; /* or any custom size */
    height: 100%; 
    object-fit: contain;

}

.projectImg:hover{
   opacity: 1;
   background-color: #EFEBE5;
}
/* END HOME */

/* PROJECTS */

#homeLetters{
    position: absolute;
    left: calc(50% - 180px);
    top: 310px;
    /*-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    /* desktop/body */

    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */

    text-align: center;
    letter-spacing: 0.01em;
    width: 340px;
    height: fit-content;
    background-color: #EFEBE5;
}

#menuProjects{
    box-sizing: border-box;
    width: calc(100% - 40px);
    top: 60px;
    margin-left: 20px;
    position: relative;
    height: auto;
    margin-bottom: 30px;
    display: inline-block;
}

.urlMenu{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #000;
    opacity: .38;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    margin-right: 40px;
    line-height: 30px;
}

.urlMenu:hover{
  opacity: 1;
}

.urlMenuActive{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #000;
    opacity: 1;
    margin-right: 40px;
    line-height: 30px;
}

.iconName{
    
    font-family: 'ashburyw01-extralightregular';;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: absolute;
    height: fit-content;
    top: 0px;
    width: 80%;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color:  #EFEBE5;
    padding-top: 12px;
   
}

#urls{
   
}

#urlsMobile{
    display: none;
    height: auto;
    width: fit-content;
}

#urlsMobileItems{
    display: none;
}

#changeView{
    position: absolute;
    right: 0px;
    top:0px
}

#changeView a{
    margin-right: 0px;
}

#projectsGallery{
    box-sizing: border-box;
    width: calc(100% - 40px);
    top: 60px;
    position: relative;
    height: auto;
    margin-bottom: 120px;
    display: table;
}

.projectTable{
    width: 100%;
    display: table-row;
    height: 40px;
    cursor: pointer;
}

.cell1{
    display: table-cell;
    width: 10%;
    text-align: left;

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
            
}

.cell2{
    display: table-cell;
    width: 40%;
    text-align: left;
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.cell3{
    display: table-cell;
    width: 20%;
    text-align: left;
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.cell4{
    display: table-cell;
    width: 15%;
    text-align: left;
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.cell5{
    display: table-cell;
    width: 15%;
    text-align: left;
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

#cuadroColabora{

    width: 100;
    border: 0px;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding-top: 30px;
    padding-bottom: 30px;

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: relative;

}

.buttonDown1{


}
.buttonDown2{
    margin-left: 20px;
}

#cuadroColaboraButtons{
    position: absolute;
    top:30px;
    right:20px;
}

.projectIcon{
    width: 320px;
    height: 320px;
    position: relative;
    display: inline;
    float: left;

   
    margin-left: 74px;
    margin-right: 74px;
    margin-bottom: 80px;
    margin-top: 80px;
    
    /*background-image: url('../images/line2.png');
    background-repeat: repeat;
    background-position: top left;*/
}

#pOrder{
    position:relative;
    height:auto;
    display: inline-block;
    background-color: transparent;

    background-image: url('../images/line3.png');
    background-repeat: repeat;
    background-position: top left;
    /*background-color: aqua;*/

}

/* END PROJECTS */


/* PROYECTO */

#projectPhoto1{
    width: 100%;
    position: relative;
    top: 40px;
}

#project{
    box-sizing: border-box;
    width: calc(100% - 40px);
    top: 60px;
    position: relative;
    height: auto;
    margin-bottom: 120px;
    position: relative;
}

.foto1{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.projectTitle{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    top:0px;
    /* identical to box height, or 150% */

    position: relative;
    float: left;
    display: inline;
    width: 40%;
}

.projectContent{
    position: relative;
    float: left;
    display: inline;
    width: 55%;
    padding-top: 8px;
}

.textContent{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.projectContentTable{
    width: 100%;
    border:0px;
    padding: 0px;
    margin: 0px;
}

.projectContentTable tr{
    padding: 0px;
    margin: 0px;
}

.projectContentTableTD1{
    width: 20%;
    /* small */

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height, or 136% */

    letter-spacing: 0.03em;
}

.projectContentTableTD2{
    width: 80%;
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */
    letter-spacing: 0.01em;
}

.moreInfo{
    width: 100%;
    border:0px;
    padding: 0px;
    margin: 0px;
    display: none;
}

.moreInfoTD1{
    width: 35%;
    text-align: left;
    vertical-align: top;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.moreInfoTD1 < p{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.moreInfoTD2{
    width: 65%;
    text-align: left;
    vertical-align: top;
}

.moreInfoTD2 < p{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.moreInfoTD2 < a{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

#moreInfoButton {
    width: 100%;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    height: auto;
    position: relative;
}

#moreInfoButton:hover{
    font-family: 'ashburyw01-extralightregular';
}

.more{
    position: absolute;
    right: 0px;
    top:0px;
}

#lessInfoButton {
    display: none;
    width: 100%;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    height: auto;
    position: relative;
}

#lessInfoButton:hover{
    font-family: 'ashburyw01-extralightregular';
}

#projectPhotos{
    position: relative;
    box-sizing: border-box;
    width: calc(100%);
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.image1{
    box-sizing: border-box;
    width: 100% !important;
    height: auto !important;
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.image1 img{
    width: 100% !important;
    height: auto !important;
}

.image2{
    box-sizing: border-box;
    width: 50% !important;
    height: auto !important;
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.image2 img{
    width: 100% !important;
    height: auto !important;
}

.image3{
    box-sizing: border-box;
    width: 33% !important;
    height: auto !important;
    display: inline-block;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.image3 img{
    width: 100% !important;
    height: auto !important;
}

#materia{
    box-sizing: border-box;
    width: calc(100% - 40px);
    top: 60px;
    position: relative;
    height: auto;
    margin-bottom: 120px;
    position: relative;
}

#materia1{
    position: relative;
    display: inline;
    float: left;
    width: 30%;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#materia2{
    position: relative;
    display: inline;
    float: left;
    width: 70%;
}

.tablaMateria{
    width: 100%;
    border:0px solid;
}

.tablaMateriaTD1{
    width: 25%;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    vertical-align: bottom;
}

.tablaMateriaTD2{
    width: 75%;
    vertical-align: bottom;
}

.tablaMateriaTD2  a {
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-decoration: underline;
    margin-right: 20px;
}

.materiaContent{
    position: relative;
    float: left;
    display: inline;
    width: 55%;
}

.materiaTitle {
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    top:40px;
    position: relative;
    float: left;
    display: inline;
    width: 40%;
}

#otrosProyectos {
    border: 0px;
    height: 80px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

#anterior {
    position: absolute;
    left: 30px;
    top: 30px;

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;

    letter-spacing: 0.03em;
    text-transform: uppercase;

    padding-left: 30px;

    background-image: url('../images/leftArrow.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 20px 16px;
    width: 300px;

    text-align: left;

    cursor: pointer;
}

#siguiente {
    position: absolute;
    right: 30px;
    top: 30px;
    text-align: right;

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;

    padding-right: 30px;

    background-image: url('../images/rightArrow.png');
    background-repeat: no-repeat;
    background-position: right 4px;
    background-size: 20px 16px;

    width: 270px;

    cursor: pointer;
    
}

.arrowsButtons {
    display: inherit;
}

/* END PROYECTO */


/* PERCEPCIÓN */

#percepcion{
    box-sizing: border-box;
    width: calc(100% - 40px);
    top: 60px;
    position: relative;
    height: auto;
    margin-bottom: 120px;
    position: relative;
}


.percepcionTitle{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    
    letter-spacing: 0.04em;
    text-transform: uppercase;

    position: relative;
    float: left;
    display: inline;
    width: 30%;
}

.percepcionContent{
    position: relative;
    float: left;
    display: inline;
    width: 70%;
}

.date{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height, or 136% */

    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
}

.newsContent p {
    font-family: 'ashburyw01-extralightregular';
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */

    letter-spacing: 0.01em;
    position: relative;
    top:-14px;
    /* negro */

}

.newsContent p a {
   text-decoration: underline;
   font-family: 'ashburyw01-extralightregular';
   font-weight: 300;
   font-size: 20px;
   line-height: 140%;
   /* identical to box height, or 28px */

   letter-spacing: 0.01em;

}

/* END PERCEPCIÓN */

/* ESTUDIO */

#estudioDiv{
    box-sizing: border-box;
    width: calc(100% - 40px);
    top: 60px;
    position: relative;
    height: auto;
    margin-bottom: 0px;
    position: relative;
}

.estudioTitle {
   
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */

    letter-spacing: 0.04em;
    text-transform: uppercase;
    

    top:40px;
    position: relative;
    float: left;
    display: inline;
    width: 40%;
    height: auto;

    /* desktop/overline */

       
}

.estudioContent{
    position: relative;
    float: left;
    display: inline;
    width: 55%;
    height: auto;
}

.estudioContent p{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 40px;   
}

.estudioContent2{
    position: relative;
    float: left;
    display: inline;
    width: 55%;
    height: auto;
    padding-top: 14px;
}

.estudioContent2 p{
    font-family: 'ashburyw01-extralightregular';
   
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    
    letter-spacing: 0.01em;
}

ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;

    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */

    letter-spacing: 0.01em;
}

li:before {
    content: " ";
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */

    letter-spacing: 0.01em;
}

.estudiocontentTable{
    width: 100%;
    border:0px;
    padding: 0px;
    margin: 0px;
    top:-20px;
    position: relative;
}

.estudioContentTable tr{
    padding: 0px;
    margin: 0px;
}

.estudioContentTableTD1{
    width: 20%;
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    vertical-align: top;
  
}

.estudioContentTableTD1 p{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    vertical-align: top;
}

.estudioContentTableTD2{
    width: 80%;
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */
    letter-spacing: 0.01em;
    vertical-align: top;
}

.estudioContentTableTD2 p{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    /* identical to box height, or 28px */
    letter-spacing: 0.01em;
}

.estudioPhoto1{
    position: relative;
    width: 100%;
    top: 40px;
}

.input{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
   
    letter-spacing: 0.03em;
    border: 0px solid;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    margin-bottom:5px;
}

.textarea{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
   
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 0px solid;
    border-bottom: 1px solid #000;
    background-color: transparent;
    width: 100%;
    margin-bottom:5px;
    height: 150px;

    resize: none;
}

.inputLabel{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
   
}

.sendButton{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.estudioContactoBottom{
    position: relative;
    width: 33%;
    display: inline;
    float: left;

    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */
    letter-spacing: 0.03em;
}

.estudioContactoBottomText{

    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    /* or 136% */

    letter-spacing: 0.03em;
    
}

.contact{
    padding-top: 20px;
}

.estudioContactoBottom{
    width: 100%;
    padding-bottom:40px;
}

.hContentAdjust{
    padding-top: 26px;
}

/* END ESTUDIO */

/* MOBILE MENU */
#menu_mobil_links{
    width: 100vw;
    background: #EFEBE5;
    z-index: 201;
    position: fixed; 
    height: 100vh; 
    opacity: 1; 
    display: none;
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 20px;
}

#closeMenu{
    position:absolute;
    width:16px;
    height:16px;
    cursor:pointer;
    top:44px;
    right:17px;
    z-index: 10;
}

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

.logoMobile{
    position: absolute;
    width: 180px;
    height: 97px;
    left: 20px;
    top:40px;
    z-index: 1;
}

#menuMobileBottom{
    position: absolute;
    height: auto;
    bottom: 20px;
    left:20px;
}

/* END MOBILE MENU */

/* GALLERY */
#gallery{
    width: 100vw;
    background: #EFEBE5;
    z-index: 201;
    position: fixed; 
    height: 100vh; 
    opacity: 1; 
    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;
}

#galleryArrowLeft{
    position: absolute;
    left:0px;
    top:0px;
}

#galleryArrowRight{
    position: absolute;
    right:40px;
    top:0px;
}

#galleryNumbers{
    position: relative;
    width: 90%;
    text-align: center;
}

#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; 
}

.numbers{
    
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-left: 10px;
    margin-right: 10px;
   
    letter-spacing: 0.11em;
    text-transform: uppercase;
    opacity: .38;

    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;

    cursor: pointer;

}

.numbers:hover{
  opacity: 1;
}

.numbersOver{
    opacity: 1;
}

#galleryName{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    /* identical to box height */

    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: absolute;
    left:20px;
    top:30px;
}

.articulosTitle{
    
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 60px;
    display: flex;
    align-items: center;
}

#articulosLista{
    width: 100%;
    height: auto;
    position: relative;
    top:40px;
    display: inline-block;
}

.articleTitle{
    font-family: 'neue_haas_grotesk_disp55roman';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */

    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    position: relative;
}

.articleBy{
    font-family: 'ashburyw01-extralightregular';
    font-style:italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    position: relative;
}

.article{
    width: 33%;
    box-sizing: border-box;
    display: inline;
    float: left;
    height: 25vw;
    margin-bottom: 20px;
    cursor: pointer;
}

.articleSpace{
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    height: auto;

}

.articleImage{
    height: 22vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;

}

.articleArrow{
    height: 16px;
}

.articleContent{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

.articleContent p{
    font-family: 'ashburyw01-extralightregular';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
}

#articleContent{
    width: 80%;
    height: auto;
}

.news{
    margin-top: 30px;
}

/* END GALLERY */

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

    .news{
        margin-top: 30px;
    }

    .articleArrow{
        height: 20px;
    }

    #articleContent{
        width: 100%;
        height: auto;
    }
    
    

    .articulosTitle{
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        line-height: 38px;
        /* or 119% */

        display: flex;
        align-items: center;
    }

    .article{
        width: 100%;
        height: 90vw;
        padding-right: 0px;
    }

    .articleSpace{
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
    
    }

    .articleImage{
       height: 75vw;
    }

    .arrowsButtons {
        display: none;
    }

    #anterior{

        width: 40px;
        height: 40px;

    }
    #siguiente{
        width: 40px;
        height: 40px;
    }
    

    #urlsMobile{
        display: initial;
    }

    #urls{
        display: none;
    }

    #homeLetters{
        display: none;
    }

    .logoLeft{
        display: none;
    }

    .logoLeftMobile{
        display: initial;
    }
    
    .bottomText{
        width: 100%;
        position: relative;
    }

    .menuBottom{
        position: relative !important;
        width: 100%;
        right: auto;
        top: 40px;
        height: 240px;
        z-index: 1;
    }

    .lenguages{
        position: relative;
        right: auto;
        float: left;
        display: inline;
    }

    .bottomFirst{
        position: relative;
        height: auto;
    }

    .bottomSecond{
        position: relative;
        top:20px;
        margin-bottom:20px;
    }

    .socialNetworks{
        position: relative;
        width: auto;
        top:15px
    }

    .bottomThird{
        position: relative;
        height: auto;
    }

    .bottomURLS2{
        position: relative;
        width: 100%;
        padding-bottom:40px;
    }
    
    .moreInfoBottom{
        position: relative;
        width: 100%;
        padding-bottom:40px;
    }

    .projectIcon{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-image: none;
    }
    
    .posImage{
        position: relative;
        width: fit-content;
        height: fit-content;
        left: auto;
        right: auto;
    }
    /*
    .project2{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .posImageproject2{
        position: relative;
        width: fit-content;
        height: fit-content;
        left: auto;
        right: auto;
    }
    
    .project3{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .posImageproject3{
        position: relative;
        width: fit-content;
        height: fit-content;
        left: auto;
        right: auto;
    }
    
    .project4{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    .posImageproject4{
        position: relative;
        width: fit-content;
        height: fit-content;
        left: auto;
        right: auto;
    }
    */

    #projects{
        top:60px;
    }
    
    .projectImg{
       width: 100%;
       height: auto;
    }

    .projectImg{
        opacity: 1;
    }

    .projectTable{
        width: 100%;
        display: table-row;
    }
    
    .cell1{
        display: table-cell;
        width: 15%;
        
    }
    
    .cell2{
        display: table-row;
        width: 85%;
    }
    
    .cell3{
        display: table-row;
        width: 85%;
        font-style: italic;
       
    }
    
    .cell4{
        display: table-row;
        width: 85%;
        font-style: italic;
       
    }
    
    .cell5{
        display: table-row;
        width: 85%;
        height: 50px;
        font-style: italic;
       
    }
    
    .buttonDown1{
        padding: 16px;
        padding-left: 40px;
        padding-right: 40px;

        border: 1px solid #000000;
        border-radius: 25px;
        position: relative;
       
    }

    .buttonDown2{
        /* Auto layout */

        padding: 16px;
        padding-left: 28px;
        padding-right: 28px;

        border: 1px solid #000000;
        border-radius: 25px;
        position: relative;
    
    }
    
    #cuadroColaboraButtons{
        position: relative;
        margin-top:14px;
        right:auto;
        margin-bottom:50px;
        text-align: center;
    }

    .foto1{
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
    }

    .projectTitle{
        font-size: 32px;
        width: 100%;
        top:0px;
    }

    .projectContent{
        width: 100%;
    }
    
    .projectContentTableTD1{
        width: 35%;
       
    }
    
    .projectContentTableTD2{
        width: 65%;

    }
    .image1{
        width: 100% !important;
    }

    .image2{
        width: 100% !important;
    }

    .image3{
        width: 100% !important;
    }

    #materia1{
        width: 100%;
        padding-bottom: 10px;
    }

    #materia2{
        width: 100%;
    }

    .materiaContent{
        width: 100%;
    }

    .materiaTitle{
        width: 100%;
        top:0px;
        display: none;
    }
    

    .percepcionTitle{
        
        width: 100%;
        bottom: 20px;
    }
    
    .percepcionContent{
    
        width: 100%;
        display: inline-block;
    }

    #percepcion{
        margin-bottom: 60px; 
    }

    .estudioTitle {
        width: 100%;
        padding-bottom: 20px;
    }

    .estudioContent {
        width: 100%;
        font-size: 24px;
    }

    .estudioContent p {
        width: 100%;
        font-size: 24px;
    }

    .estudioContentTableTD1{
        width: 100%;
        display: inline;
        float: left;
        position: relative;
       
    }

    .estudioContentTableTD2{
        width: 100%;
        display: inline;
        float: left;
        position: relative;
        margin-bottom:20px;
    }
    
    .estudioContent2{
        width: 100%;
        top:20px;
    }

    .estudioContent2 p{
       font-size: 18px;
    }

    ul {
        list-style-type: none;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    
        font-family: 'ashburyw01-extralightregular';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 140%;
        /* or 28px */
    
        letter-spacing: 0.01em;

        padding: 0px;
        margin: 0px;
    }
    
    li:before {
        content: " ";
        font-family: 'ashburyw01-extralightregular';
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        line-height: 140%;
        /* or 28px */
    
        letter-spacing: 0.01em;
    }

    .tablaMateriaTD2  a {
        display: grid;
    }

    .tablaMateriaTD1{
        width: 35%;
       
    }
    
    .tablaMateriaTD2{
        width: 65%;
       
    }

    .contact{
        padding-top: 0px;
    }

    .hContentAdjust{
        padding-top: 0px;
    }

}