.header{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 0.5px 8px;
}
#black_logo {
    display: block;
    width: 100px;
}
.header-text-container{
    color: black;
}
.mainDiv{
    background-color: #F2F3F4;
    min-height: 700px;
    width: 100vw;
    position: relative;
    display: block;
}
#content {
    position: relative;
    width: 100%;
    height: calc(100% - 80px);
    margin-top: 80px;
    overflow: hidden;
    font-family: 'Fjalla One', sans-serif;
    background-color: transparent;
}
.leftColumn{
    display: inline-block;
    width: 22%;
    float: left;
    padding-top: 40px;
}
.rightColumn{
    display: inline-block;
    width:78%;
    float: right;
    padding-top: 100px;
}
.title{
    border-right: solid 1px black;
    color: #050505;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-right: 30px;
    margin-right: 25px;
    width: 105px;
    float: right;
     margin-left: 100px;
}
.subtitle{
    color: #99999A;
    font-size: 22px;
    font-weight: bold;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.picture {
    height: 100%;
}
.text{
    float: left;
    font-size: 14px;
    line-height: 18px;
    width: 280px;
    color: black;
    font-weight: normal;
    margin-right: 50%;
    font-family: 'Avenir Next Condensed', sans-serif;
}
.picturesDiv{
    height: 395px;
    width: 910px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}
.picturesDiv2{
    height: 400px;
    width: 915px;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
}
.bigPic{
    width: auto;
    height: 100%;
    margin-left: 10px;
    display: inline-block;
    float: left;
}
.bothPics {
    display: inline-block;
    width: calc(100% - 634px);
    height: 100%;
    float: left;
}
.smallPic{
    width: 100%;
    height: auto;
}
.margin {
    margin-bottom: 24px;
}
.mediumPic{
    width: auto;
    height: 100%;
    margin-right: 20px;
    display: inline-block;
    float: left;
}
.thirdPic{
    width: auto;
    height: 100%;
    margin-right: 15px;
    display: inline-block;
}

.section {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    min-height: 100vh;
}
.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;
}
#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:420px;
}
.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;
}