#logo_helio {
    width: 650px;
}

#arrow {
    width: 20px;
}

.section-content {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: transparent;
}

#logo-container img {
    max-width: 100%;
    max-height: 100%;
}

#logo-container {
    align-self: flex-start;
    vertical-align: middle;
    height: auto;
    width: 100%;
    margin-top: 100px;
    /* margin-left: 251px; */
    display: inline-block;
}

#main-text {
    font-weight: 300;
    font-size: 25px;
    color: white;
    z-index: 16;
    postion: relative;
    overflow: hidden;
    height: auto;
    width: 60%;
    text-align: left;
    margin-left: 10%;
    margin-top: 175px;
    overflow: hidden;
}

#main-button {
    border: solid black 2px;
    background-color: #27F0FF;
    width: 170px;
    font-size: 19px;
    font-weight: 800;
    color: black;
    postion: relative;
    overflow: hidden;
    height: 43px;
    line-height: 44px;
    position: relative;
    margin-left: 10%;
    -webkit-transition: all 0.5s ease-out;
}

.section {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    min-height: 100vh;
}

a {
    color: inherit;
    text-decoration: none;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    /* float: left; */
    /* margin-bottom: 10px; */
}

/*Clients*/
#clients {
    background-color: white;
    margin-top: 45px;
}

#clientsText {
    position: relative;
    width: 500px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-family: 'AvenirNextCondensed';
    color: black;
    font-size: 17px;
    line-height: 24px;
    max-width: 90%;
}

#clientsTextUnderline {
    position: relative;
    width: 300px;
    height: 5px;
    background-color: #27f0ff;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 25px;
    max-width: 80%;
}

#projectsTitle {
    text-align: center;
    margin-top: 20px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    color: black;
    font-size: 21px;
    margin-top: 50px;
    margin-bottom: 30px;
}

#projectsDiv {
    position: relative;
    min-width: 900px;
    max-width: 1300px;
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom:50px;
}

.projectColumn {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
    width: calc(100% / 3 - 6px);
}

.project {
    position: relative;
    display: block;
    margin-bottom: 6px;
    overflow: hidden;
    height: auto;
    -webkit-perspective: 400px;
    perspective: 400px;
    border-radius: 4px;
}

.projectMain {
    position: relative;
    width: 100%;
    height: auto;
    display:block;
}

.projectHover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    pointer-events: none;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.projectTitle{
    position:relative;
    width:60%;
    text-align:left;
    text-transform: uppercase;
    margin-bottom:15px;
    color:black;
    font-weight:800;
    font-size:19px;
}
.projectDescription{
    position:relative;
    width:60%;
    text-align:left;
    margin-bottom:15px;
    font-family: 'AvenirNextCondensed';
    color:black;
    font-size:16px;
    line-height:20px;
}
.smallHover{
    background-image: url(/files/site/hover-small.svg);
}
.mediumHover{
    background-image: url(/files/site/hover-medium.svg);
}
.largeHover{
    background-image: url(/files/site/hover-large.svg);
}
#brooksfieldHover{
    background-image: url(/files/site/hover-brooksfield.svg);
}
#plateroHover{
    background-image: url(/files/site/hover-platero.svg);
}
#giardinoHover{
    background-image: url(/files/site/hover-ilgiardino.svg);
}
.projectMobile{
    display: none;
}
a.project{
    display: block;
    margin-top: 0;
}

@media only screen and (orientation: portrait) {
    a.project{
        margin-top: 0px;
        display: none;
    }
    .projectMobile{
        display: block;
    }
    #brooksfieldHover{
        background-image: url(/files/site/hover-medium.svg);
    }
    #plateroHover{
        background-image: url(/files/site/hover-small.svg);
    }
    #giardinoHover{
        background-image: url(/files/site/hover-small.svg);
    }
    #contactSeeMore {
        display: block;
        width: 250px !important;
        margin: 0 auto !important;
        margin-top: 20px !important;
    }
    #contactTitle {
        display: block;
        width: 100%;
        text-align: center;
    }
    #contactVisibleRow {
        display: block !important;
    }
    .contactInput {
        width: 100%  !important;
    }
    #contactHidden {
        width: 250px  !important;
        height: 420px !important;
    }
    #contactMessage {
        width: 100%  !important;
    }
    #contactButton {
        display: block  !important;
        margin: 0 auto  !important;
        margin-top: 40px  !important;
        height: 90px  !important;
        width: 90px  !important;
    }
    .projectMain {
        width: 80vw;
        margin-left: 10vw;
        margin-top: 10vw;
    }
    .projectHover {
        width: 80vw;
        margin-left: 10vw;
        margin-top: 10vw;
        height: 85%;
        display: block;
    }
    .mediumHover {
        height: 90%;
        top: -110%;
    }
    .largeHover {
        height: 100%;
        top: -110%;
    }
    .smallHover {
        height: 86%;
        top: -110%;
    }

    .hoverOpen {
        display: block;
        position: absolute;
        top: 0%;
        left: 0px;
        transition: left .4s ease-in;
        -moz-transition: left .4s ease-in;
        -webkit-transition: left .4s ease-in;
        -o-transition: left .4s ease-in;
    }

    .hoverClose {
        display: block;
        position: absolute;
        top: 0px;
        left: -110%;
        transition: left .4s ease-out;
        -moz-transition: left .4s ease-out;
        -webkit-transition: left .4s ease-out;
        -o-transition: left .4s ease-out;
    }
    .projectTitle {
        margin-left: 51px;
        margin-top: 50px;
        margin-bottom: 7px;
    }
    .projectDescription {
        width: 67%;
        margin-left: 51px;
    }
    .largeHover .projectDescription {
        margin-top: 20px;
    }
    .largeHover .projectTitle {
        margin-top: 150px;
    }
    .mediumHover .projectTitle {
        margin-top: 80px;
    }


}

.in-top .projectHover {
    transform-origin: 50% 0%;
    animation: in-top 300ms ease 0ms 1 forwards;
}
.in-right .projectHover {
    transform-origin: 100% 0%;
    animation: in-right 300ms ease 0ms 1 forwards;
}
.in-bottom .projectHover {
    transform-origin: 50% 100%;
    animation: in-bottom 300ms ease 0ms 1 forwards;
}
.in-left .projectHover {
    transform-origin: 0% 0%;
    animation: in-left 300ms ease 0ms 1 forwards;
}

.out-top .projectHover {
    transform-origin: 50% 0%;
    animation: out-top 350ms ease 0ms 1 forwards;
}
.out-right .projectHover {
    transform-origin: 100% 50%;
    animation: out-right 350ms ease 0ms 1 forwards;
}
.out-bottom .projectHover {
    transform-origin: 50% 100%;
    animation: out-bottom 350ms ease 0ms 1 forwards;
}
.out-left .projectHover {
    transform-origin: 0% 0%;
    animation: out-left 350ms ease 0ms 1 forwards;
}

@keyframes in-top {
    from {transform: rotate3d(-1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes in-right {
    from {transform: rotate3d(0,-1,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes in-bottom {
    from {transform: rotate3d(1,0,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}
@keyframes in-left {
    from {transform: rotate3d(0,1,0, 90deg)}
    to   {transform: rotate3d(0,0,0, 0deg)}}

@keyframes out-top {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(-1,0,0, 130deg)}}
@keyframes out-right {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(0,-1,0, 130deg)}}
@keyframes out-bottom {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(1,0,0, 130deg)}}
@keyframes out-left {
    from {transform: rotate3d(0,0,0, 0deg)}
    to   {transform: rotate3d(0,1,0, 130deg)}}

.topEffect .projectHover {
    display: block;
    top: -110%;
    left: 0px;
    transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -webkit-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
}

.topEffect:hover .projectHover {
    top: 0px;
}

/*Contact*/

.contact-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-title {
    font-size: 25px;
}


#contact-form {
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px auto;
}

.contact-form-container {
    width: 100%;
    margin: 0px auto;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.contact-left,
.contact-right {
    flex: 1;
    margin: 0 1em;
}

.contact-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-left-field {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 25px;
}


.contact-label {
    color: black;
    text-align: left;
    margin-bottom: 0.4em;
}

.contact-input-container {
    width: 100%;
}

.contact-input-container {
    padding: 5px;
    border-radius: 1px;
    max-width: 95%;
}


.contact-input {
    color: white;
    background-color: transparent;
    outline: none !important;
    resize: none;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0.2em;
    border-bottom: solid 1px white;
}

#contact-button {
    text-align: center;
    align-self: flex-end;
    background-color: #27F0FF;
    color: white;
    width: 15%;
    cursor: pointer;
    margin: 0px auto;
    margin-top: 2em;
    margin-bottom: 90px;
    color: black;
    padding: 0.5em;
    border: 2px solid #27F0FF;
    /* border-radius: 0em; */
    transition: all 2s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#button-arrow {
    position: absolute;
    width: 30%;
    top: 3px;
    right: 0;
}

#button-text {
    width: 80%;
}
#projectsDescription{
    position: relative;
    width: 860px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    color: black;
    font-family: 'AvenirNextCondensed';
    font-size: 16px;
    line-height: 18px;
}
.projectsIcon{
    position: relative;
    float: left;
    width: 200px;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.projectsText{
    position: relative;
    float: left;
    width: 200px;
    margin-top: 25px;
    line-height: 18px;
    cursor:default;
}
.projectsColumn{
    position:relative;
    width:50%;
    height:auto;
    overflow:hidden;
    float:left;
}
#designIcon{
    background-image: url(/files/site/marca.svg);
}
.projectsColumn:hover #designIcon{
    background-image: url(/files/site/marca-hover.svg);
}
#webIcon{
    background-image: url(/files/site/web.svg);
}
.projectsColumn:hover #webIcon{
    background-image: url(/files/site/web-hover.svg);
}
#preloadImages{
    position:absolute;
    left:-1000px;
    top:-1000px;
    height:1px;
    width:1px;
}
.preloadImage{
    width:1px;
    height:1px;
    position:absolute;
    top:0px;
    left:0px;
}
#contact{
    min-height:0px;
}
#contactVisibleRow{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:40px;
    margin-bottom:40px;
}
#contactTitle{
    position: relative;
    color: white;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
}
#contactSeeMore{
    position: relative;
    width: 170px;
    text-align: center;
    margin-left: 30px;
    height: 32px;
    line-height: 32px;
    color: #3cf0ff;
    border: 2px solid #3cf0ff;
    text-transform: uppercase;
    font-size: 17px;
    cursor:pointer;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
#contactSeeMore:hover{
    background-color:#3cf0ff;
    color:black;
}
#contactHidden{
    position:relative;
    width:600px;
    height:0px;
    overflow:hidden;
    margin:0 auto;
    max-width:95%;
    transition: height .5s ease-out;
    -moz-transition: height .5s ease-out;
    -webkit-transition: height .5s ease-out;
    -o-transition: height .5s ease-out;
}
#contactHidden.open{
    height: 320px;
}
.contactInput{
    width: calc(90% - 40px);
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #272727;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    padding-right:20px;
    margin: 0 auto;
    margin-top: 20px;
    color: white;
    font-size:14px;
}
#contactMessage{
    border: 0;
    height: 150px;
    resize: none;
    padding-top: 10px;
}
.contactInput::-webkit-input-placeholder { /* Edge */
    color: white;
    opacity:0.8;
}

.contactInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    opacity:0.8;
}

.contactInput::placeholder {
    color: white;
    opacity:0.8;
}

#contactButton{
    height: 70px;
    width: 70px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    cursor: pointer;
}

#contactButton:hover {
    background-image: url(/files/Iconos-Helio-06.svg) !important;

}

#contactMessage {
    width: calc(90% - 150px);
    height: 100px;
}

.contactInput:focus {
    background-color: #3cf0ff;
    color: black;
}

.contactInput:focus ::placeholder{
    color: black !important;
}

.contactOpen{
    background-color: #3cf0ff;
    color:black !important;
}

@media only screen and (orientation: portrait) {
    #logo_helio {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    #main-text {
        width: 80%;
        margin: 0 auto;
        margin-top: 40px;
        text-align: center;
        margin-bottom: 80px;
        line-height: 30px;
    }

    #main-button {
        margin: 0 auto;
    }

    #designIcon {
        width: 70%;
        height: 175px;
        margin: 0 auto;
        float: none;
    }

    .projectsColumn {
        float: none;
        margin: 0 auto;
        width: 90%;
    }
    #projectDescription{
        width: 100vw;

    }
    .projectsColumn {
        float: none;
        margin: 0;
        width: 100vw;
    }

    #designIcon {
        width: 85%;
        height: 175px;
        margin: 0 auto;
        float: none;
    }

    .projectsText {
        float: none;
        margin: 0 auto;
        margin-top: 40px;
        width: 240px;
        text-align: center;
        margin-bottom: 40px;
    }

    #webIcon {
        width: 85%;
        height: 175px;
        margin: 0 auto;
        float: none;
    }
    #projectsTitle {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .projectColumn {
        width: 100vw;
        display: block;
    }

}

