@import url("https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300,400,800");

body {
    font-family: "DINPro-Regular", sans-serif;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
}

@font-face {
    font-family: 'DINPro-Regular';
    src: url('/fonts/DINPro/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/DINPro/DINPro-Regular.woff') format('woff'), url('/fonts/DINPro/DINPro-Regular.ttf') format('truetype'), url('/fonts/DINPro/DINPro-Regular.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AsmelinaHarley';
    src: url('/fonts/AsmelinaHarley/AsmelinaHarley.eot?#iefix') format('embedded-opentype'), url('/fonts/AsmelinaHarley/AsmelinaHarley.woff') format('woff'), url('/fonts/AsmelinaHarley/AsmelinaHarley.ttf') format('truetype'), url('/fonts/AsmelinaHarley/AsmelinaHarley.svg#OpenSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}


::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

html {
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
    postion: relativa;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
    /* margin-bottom: 10px; */
    widht: 46px;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

#content {
    position: relative;
    overflow: hidden;
}

/* menu */

.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #73eab7;
    transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    z-index: 20;
    overflow: hidden;
}

.menu-open {
    height: 100vh;
}

.menu-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.menu-item {
    color: #fff;
    font-size: 38px;
    margin-bottom: 0.5em;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.hrefBox {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.menu-item:hover {
    color: #2d684a;
}

.close-menu {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 3em;
    cursor: pointer;
}

.close-menu img {
    max-width: 100%;
    max-height: 100%;
}

#particles-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: calc(100vh * 8);*/
    /*100hv * number of sections*/
    z-index: -99;
}


.section {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

#main {
    height: 100vh;
}

.section:not(#footer) {
    /* min-height: 750px; */
}

/* header */

.header {
    position: fixed;
    top: -112px;
    width: 80%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 11;
    color: #fff;
    padding-left: 10%;
    padding-right: 10%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    z-index: 49;
    text-align: center;
    background-color: #000000db;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}


.header-shrink {
    background-color: rgba(28, 30, 32, 0.7);
    height: 2em;
}

.header.header-shrink > #moon-logo-mobile {
    display: block;
}

.header.header-shrink > #moon-logo-desktop {
    display: none;
}

.header.header-shrink > div div #moon-logo-desktop {
    display: none;
}

.header.header-shrink > div div #moon-logo-mobile {
    display: block;
}

#white-nav {
    display: none;
    z-index: 22;
}

.header-main-logo-container {
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    margin-left: 50%;

}

.header-nav-button-container {
    width: 20%;
    display: flex;
    -webkit-transition: all 0.3s ease-out;
}

.header-nav-logo-container {
    width: 20%;
}

.header-logo {
    margin-top: 10px;
    height: 60px;
    transition: ease 0.7s;
}

.header-logo:hover {
    margin-top: 5px;
    height: 70px;
}

.header-logo-container img {
    max-width: 100%;
    max-height: 100%;
}


.header-main-logo-container {
    float: right;
}

.header-socials-container {
    /* float:right; */
    width: 25%;
    margin: 0px auto;
    /* margin-left: 90px; */
    margin-top: 6px;
    display: inline-block;
    /* vertical-align: top; */
}


#header-nav-button {
    max-width: 100%;
    /* margin-left: 235px; */
    display: flex;
    margin: auto;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#header-nav-button img {
    max-width: 100%;
    max-height: 100%;

}


#header-links {
    display: flex;
    width: 40%;
    justify-content: center;
    text-transform: uppercase;
    align-items: center;
    letter-spacing: 3px;
}

.header-link {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.header-link {
    border-bottom: solid 2px rgba(107, 233, 197, 0);
    transition: border-bottom 0.6s;
}

.current-header-link {
    border-bottom: solid 2px #6be9b3;
    transition: border-bottom 1s;
}

.header-divider {
    font-weight: 900;
    margin: auto 3%;
}

.header-icons-container {
    display: flex;
    justify-content: center;
    width: 20%;
}

.header-icon {
    height: 30px;
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: ease 0.1s;
}

.header-icon:hover {
    height: 36px;
    width: 36px;
    margin-left: 2px;
    margin-right: 2px;
}


/* MAIN SECTION */

.main-section-photo {
    height: 100vh;
    background-image: url("/files/site/fondo-main.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: none;
}

.flechitas {
    height: 80px;
    width: 80px;
    position: absolute;
    bottom: 30px;
    background-image: url("/files/site/Flechitas .png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    left: 50%;
    margin-left: -35px;
    cursor: pointer;
}


.main-section-text {
    color: white;
    font-family: AsmelinaHarley;
    width: 100%;
    font-size: 150px;
    top: 30%;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 5px #000000;
}

#main-icons {
    position: relative;
    float: right;
    width: 20%;
}

.main-icons-container {
    position: absolute;
    width: 80%;
    padding-right: 10%;
    padding-left: 10%;
    z-index: 5;
    top: 0;
}


/* acerca de */

.acerca-de-container {
    min-height: 100vh;
}

.acerca-de-title {
    color: black;
    font-size: 50px;
    width: 100%;
    margin-top: 120px;
    font-family: AsmelinaHarley;
    margin-left: -32px;
    margin-bottom: -24px;
}

.acerca-de-left {
    height: 100%;
    width: 40%;
    position: relative;
    float: left;
    margin-left: 8%;
}

.acerca-de-photo-mobile {
    display: none;
    background-image: url("/files/site/mateNueva.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 300px;
    margin-top: 50px;
    margin-left: calc(50% - 140px);
    margin-bottom: 40px;
}


.acerca-de-photo {
    background-image: url("/files/site/mateNueva.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    width: 35%;
    position: relative;
    float: left;
    margin-left: 12%;
    margin-top: 150px;
}

.acerca-de-text {
    color: gray;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 36px;
}


.negrita {
    color: black;
    font-weight: bold;
}


/* relatos */


.relatos-container {
    padding-bottom: 100px;
    background-image: url('/files/site/fondo-relatos.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.relatos-title {
    color: white;
    width: 100%;
    margin-bottom: 0;
    padding-top: 120px;
    text-align: center;
}

.relatos-title-text {
    font-family: AsmelinaHarley;
    background-color: #BF0710;
    font-size: 50px;
    padding: 8px;
    padding-bottom: 16px;
    width: fit-content;
    margin: 0 auto;
}

.relatos-text {
    color: white;
    margin-top: 50px;
    font-size: 20px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    line-height: 36px;
}

.relatos-subtitle {
    font-family: AsmelinaHarley;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: black;
    margin-top: 50px;
    margin-bottom: 40px;
}

.slickItem {
    margin-left: 60px;
    margin-right: 60px;
    outline: none;
}

.slickImg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.media-gallery {
    width: 70%;
    margin-left: 15%;
}

.slick-arrow {
    background-color: transparent;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    background-image: url("/files/site/Flechita2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    color: transparent;
}

.slick-prev {
    left: -40px;
}

.slick-next {
    right: -40px;
    transform: rotate(180deg);
}

.imgCaption {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 20px;
}

/* contact */

#contact {
    position: relative;
}

.contact-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-title {
    color: black;
    font-size: 33px;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 0em;
    margin-top: 120px;
}

.contact-text {
    color: #808080ab;
    font-size: 15px;
    width: 45%;
    text-align: center;
    margin-top: 10px;
}

#contact-form {
    width: 36%;
    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: 30px;
    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;
}

.contact-left-field-start {
}

.contact-left-field-end {
    margin-top: 1em;
}

.contact-label {
    color: black;
    text-align: left;
    margin-bottom: 0.4em;
}

.contact-input-container {
    width: 100%;
}

.contact-input-container,
.contact-textarea-container {
    padding: 5px;
    border-radius: 1px;
    border: 2px solid black;
    max-width: 95%;
}

.contact-textarea-container {
    height: 10em;
    width: 100%;
    margin-top: 1em;
}

.contact-input-container:focus-within,
.contact-textarea-container:focus-within {
    border-color: black;
    box-shadow: 0 0 2px #6be9b3;
}

.contact-input,
.contact-textarea {
    color: black;
    background-color: transparent;
    outline: none !important;
    resize: none;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0.2em;
    font-family: "DINPro-Regular", sans-serif;
}

#contact-button {
    text-align: center;
    align-self: flex-end;
    background-color: black;
    color: white;
    width: 15%;
    cursor: pointer;
    margin: 0px auto;
    margin-top: 2em;
    margin-bottom: 50px;
    padding: 0.5em;
    border: 2px solid black;
    /* border-radius: 0em; */
    transition: all 2s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

#contact-button:hover {
    background-color: black;
}

.contact-section-table-content {
    width: 55%;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0px auto;
    /* margin-bottom: 1em; */
    text-align: center;
}

.contact-section-table-item {
    width: 100;
}

.contact-section-table-colum1 {
    float: left;
    /* width: 31%; */
    display: inline-block;
    /* width: 100px; */
    width: 32%;
    vertical-align: top;
}

.contact-section-table-colum2 {
    /* float:left; */
    /* width:33%; */
    display: inline-block;
    /* width: 100px; */
    width: 400;
    width: 32%;
    vertical-align: top;
}

.contact-section-table-colum3 {
    float: right;
    /* width:33%; */
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.contact-section-table-item-title {
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 0.5em;
    font-size: 25px;
    color: white;
}

.contact-section-table-item-text {
    position: relative;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 0em;
    color: whitesmoke;
    font-size: 13px;
    /* width: 56%; */
}


/*footer*/

#footer {
    width: 100%;
    position: relative;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;
    transition: all 2s ease-out;
    -webkit-transition: all 2s ease-out;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer-text {
    position: absolute;
    bottom: .5em;
    text-align: center;
    width: 100%;
    color: black;
}

.flag-mooner-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flag-mooner {
    margin: 0 auto;
    max-width: 7em;
}

.flag-mooner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.footer-text {
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 17px;
    /* margin-bottom: 23px; */
    color: white;
    margin-top: 10px;
}

.footer-title {
    color: white;
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    font-size: 38px;
}

.footer-email {
    color: black;
    position: relative;
    display: block;
    margin: 0px auto;
    width: 25%;
    /* padding: 8px; */
    display: inline-block;
    height: 100%;
}

.footer-email-container {
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 30px;
}


#contact-button-footer {
    display: inline-block;
    text-align: center;
    align-self: flex-end;
    background-color: white;
    vertical-align: top;
    color: black;
    width: 15%;
    height: 52px;
    cursor: pointer;
    margin: 0px auto;
    line-height: 50px;
    border-radius: 0em;
    -webkit-transition: all 0.3s ease-out;
}

.contact-input-footer {
    color: black;
    background-color: white;
    border: none;
    width: calc(100% - 10px);
    height: 50px;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-left: 6 p;
}


.socials {
    width: 20%;
    display: flex;
    justify-content: space-around;
    margin: 0px auto;
}

.social-logo {
    max-height: 2em;
    cursor: pointer;
}

.contact_logo {
    height: 30px;
}

.awards_logo {
    height: 60px;
}

.profile_pic {
    height: 140px;
}

.project_logo {

}

#logo_todaslasideas {
    width: 650px;
}

.logo_1 {
    height: 100px;
}


#projects {
    margin-bottom: 90px;
}

.playPauseIcon {
    height: 50px;
    width: 50px;
    position: relative;
    float: right;
    margin-top: calc(-50% - 25px);
    margin-right: calc(50% - 25px);
    font-size: 16px;
    color: white;
    background-image: url('/files/site/Play.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50px;
    transition: ease 0.2s;
    cursor: pointer;
}

.playPauseIcon:hover {
    height: 60px;
    width: 60px;
    margin-top: calc(-50% - 30px);
    margin-right: calc(50% - 30px);
}

.soundbars {
    display: none !important;
    position: relative;
    width: 30%;
    margin-top: -30%;
}

.soundbarsLeft {
    float: left;
    margin-left: 20%;
}

.soundbarsRight {
    float: right;
    margin-right: 20%;
}

#bg-video-container {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

#bg-video {
    position: absolute;
    left: -80px;
    width: calc(100% + 160px);
    top: -60px;
    height: calc(100% + 120px);
}

.cover {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#popupContent {
    position: absolute;
    height: 80%;
    width: 90%;
    top: 10%;
    left: 5%;
    background-color: black;
}

#popup {
    position: fixed;
    z-index: 100;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

#closePopup {
    color: whitesmoke;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -10px;
    font-size: 40px;
    font-weight: bolder;
}

#popup-video {
    width: 100%;
    height: 100%;
}

.header-nav-button-container:hover {
    cursor: pointer;
    background-color: white;
    color: black;
}


/* mobile //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (orientation: portrait) {
    .bg-video {
        display: none;
    }

    .main-section-photo {
        display: block;
    }

    #header {
        display: none;
    }

    .header-menu-open {
        background-color: transparent;
    }

    #header-links {
        display: none;
    }

    .header-images-container {
        width: 100%;
        height: 3em;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: .5em;
    }

    #header-nav-button {
        display: block;
        max-width: 3em;
    }

    .header {
        display: none;
    }

    .section {
        height: fit-content;
    }

    #bg-video {
        display: none;
    }

    .main-section-photo {
        display: block;
    }

    .header-shrink {
        background-color: rgba(28, 30, 32, 0.7);
        height: 2em;
    }

    .header.header-shrink > #moon-logo-mobile {
        display: block;
    }

    .header.header-shrink > #moon-logo-desktop {
        display: none;
    }

    .header.header-shrink > div div #moon-logo-desktop {
        display: none;
    }

    .header.header-shrink > div div #moon-logo-mobile {
        display: block;
    }

    #white-nav {
        display: none;
        z-index: 22;
    }

    .header-main-logo-container {
        justify-content: center;
        text-transform: uppercase;
        align-items: center;
        margin-left: 50%;

    }

    .header-nav-button-container {
        width: 20%;
    }

    .header-logo-container {
        align-self: flex-start;
        vertical-align: middle;
        height: auto;
        width: 100%;
        /* float:right; */
        /* margin-left: 251px; */
        display: inline-block;
        margin-top: 41px;
    }

    .header-logo-container img {
        max-width: 100%;
        max-height: 100%;
    }


    .header-main-logo-container {
        float: right;
    }

    .header-socials-container {
        /* float:right; */
        width: 25%;
        margin: 0px auto;
        /* margin-left: 90px; */
        margin-top: 6px;
        display: inline-block;
        /* vertical-align: top; */
    }


    #header-nav-button {
        display: block;
        max-width: 2em;
        /* margin-left: 235px; */
        display: inline-block;
    }

    #header-nav-button img {
        max-width: 100%;
        max-height: 100%;

    }


    #header-links {
        display: flex;
        width: 40%;
        justify-content: center;
        text-transform: uppercase;
        align-items: center;
        letter-spacing: 3px;
    }

    .header-link {
        color: #ffffff;
        text-decoration: none;
        white-space: nowrap;
    }

    .header-link {
        border-bottom: solid 2px rgba(107, 233, 197, 0);
        transition: border-bottom 0.6s;
    }

    .current-header-link {
        border-bottom: solid 2px #6be9b3;
        transition: border-bottom 1s;
    }

    .header-divider {
        font-weight: 900;
        margin: auto 3%;
    }

    /* main section */
    .main-section-text {
        font-size: 90px;
    }

    .main-section-content {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        background-color: #1c1e20;
    }

    mains-section-container {
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

    }

    .main-section-arrow-container {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    .main-section-title {
        margin: 0 auto;
        font-size: 18px;
        font-weight: 800;
        color: #fff;
        z-index: 16;
        postion: relative;
        overflow: hidden;
        height: 30px;
        margin-top: 1em;
    }

    .main-section-subtitle {
        font-weight: 300;
        font-size: 14px;
        margin-top: 5em;
        color: white;
        z-index: 16;
        postion: relative;
        overflow: hidden;
        height: auto;
        WIDTH: 63%;
    }

    .main-section-knowus {
        border: solid white 2px;
        width: 220px;
        /* height: 30px; */
        margin: 1.2em auto;
        font-size: 21px;
        font-weight: 800;
        color: #fff;
        z-index: 16;
        postion: relative;
        overflow: hidden;
        height: auto;
        margin-top: 2em;
    }

    .main-section-arrow-container {
        margin-top: 2em;
        margin: .2em auto;
    }

    .main-section-arrow-container svg {
        width: 35px;
        height: auto;
        margin: .2em auto;
    }

    #main-section-arrow-polygon {
        cursor: pointer;
        -webkit-transition: fill 0.3s ease-out;
        -moz-transition: fill 0.3s ease-out;
        -o-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out;
    }

    .main-section-arrow-container svg:hover > #main-section-arrow-polygon {
        fill: #ffffff;
    }

    #main-icons {
        width: 100%;
    }

    .flechitas {
        bottom: 80px;
    }

    /* acerca de */
    .acerca-de-left {
        width: 100%;
        margin: 0;
    }

    .acerca-de-photo-mobile {
        display: block;
    }

    .acerca-de-photo {
        display: none;
    }

    .acerca-de-title, .acerca-de-text {
        width: 80%;
        margin-left: 10%;
        text-align: center;
    }

    .acerca-de-title {
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .relatos-title {
        padding-top: 50px;
        width: 90%;
        margin-left: 5%;
    }

    .relatos-title-text {
        font-size: 28px;
    }


    /* contact */
    .contact-container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }

    .contact-title {
        color: black;
        font-size: 23px;
        width: 80%;
        margin-left: 10%;
        text-align: center;
        margin: 0px auto;
        margin-bottom: 0em;
        margin-top: 50px;
    }

    .contact-text {
        color: #808080ab;
        font-size: 17px;
        width: 70%;
        text-align: center;
        margin-top: 14px;
        margin-bottom: 0em;
    }

    #contact-form {
        width: 65%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        margin: 0px auto;
    }

    .contact-form-container {
        width: 100%;
        margin: 24px auto;
        margin-top: 47px;
        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;
    }

    .contact-left-field-start {
    }

    .contact-left-field-end {
        margin-top: 1em;
    }

    .contact-label {
        color: black;
        text-align: left;
        margin-bottom: 0.4em;
    }

    .contact-input-container {
        width: 100%;
    }

    .contact-input-container,
    .contact-textarea-container {
        padding: 5px;
        border-radius: 1px;
        border: 2px solid black;
        max-width: 95%;
    }

    .contact-textarea-container {
        height: 10em;
        width: 100%;
        margin-top: 1em;
    }

    .contact-input-container:focus-within,
    .contact-textarea-container:focus-within {
        border-color: black;
        box-shadow: 0 0 2px #6be9b3;
    }

    .contact-input,
    .contact-textarea {
        color: black;
        background-color: transparent;
        outline: none !important;
        resize: none;
        border: none;
        width: 100%;
        height: 100%;
        margin: 0.2em;
    }

    #contact-button {
        text-align: center;
        align-self: flex-end;
        background-color: black;
        color: white;
        width: 37%;
        cursor: pointer;
        margin: 0px auto;
        margin-top: 2em;
        margin-bottom: 20px;
        padding: 0.5em;
        border-radius: 0em;
        transition: all 2s ease-out;
        -webkit-transition: all 2s ease-out;
    }

    #contact-button:hover {
        background-color: black;
    }

    .contact-section-table-content {
        width: 89%;
        postion: relative;
        overflow: hidden;
        height: auto;
        margin: 0px auto;
        margin-top: 2em;
        margin-bottom: -8em;
        text-align: center;
    }

    .contact-section-table-item {
        width: 100;
    }

    .contact-section-table-colum1 {
        float: left;
        /* width: 31%; */
        display: inline-block;
        /* width: 100px; */
        width: 33%;
        height: 200px;
        vertical-align: top;
    }

    .contact-section-table-colum2 {
        /* float:left; */
        /* width:33%; */
        display: inline-block;
        /* width: 100px; */
        width: 400;
        width: 32%;
        vertical-align: top;
    }

    .contact-section-table-colum3 {
        float: right;
        /* width:33%; */
        display: inline-block;
        width: 32%;
        vertical-align: top;
    }

    .contact-section-table-item-title {
        position: relative;
        height: auto;
        overflow: hidden;
        margin: 0px auto;
        margin-top: 0.5em;
        font-size: 12px;
    }

    .contact-section-table-item-text {
        position: relative;
        height: auto;
        overflow: hidden;
        margin: 0px auto;
        margin-top: 0em;
        color: grey;
        font-size: 9px;
        /* width: 56%; */
    }

    .contact_logo {
        height: 35px;
    }

    .awards_logo {
        height: 33px;
    }

    .profile_pic {
        height: 101px;
    }

    .project_logo {

    }

    .slick-img {
        height: 80px;
    }


    /*footer*/
    #footer {
        width: 100%;
        position: relative;
        bottom: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
        transition: all 2s ease-out;
        -webkit-transition: all 2s ease-out;
        padding-bottom: 0;
        padding-top: 10px;
        height: 200px;
    }

    .footer-text {
        position: absolute;
        bottom: .5em;
        text-align: center;
        width: 100%;
        color: black;
    }


    .flag-mooner {
        margin: 0 auto;
        max-width: 7em;
    }

    .flag-mooner img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .footer-text {
        position: relative;
        display: block;
        margin: 0px auto;
        text-align: center;
        font-size: 11px;
        /* margin-bottom: 23px; */
        color: white;
        margin-top: 32px;
        width: 90%;
    }

    .footer-title {
        color: white;
        position: relative;
        display: block;
        margin: 0px auto;
        text-align: center;
        font-size: 20px;
        margin-bottom: 18px;
        margin-top: 10px;
    }

    .footer-email {
        color: black;
        position: relative;
        display: block;
        margin: 0px auto;
        width: 55%;
        /* padding: 8px; */
        display: inline-block;
        height: 75%;
        overflow: hidden;
    }

    .footer-email-container {
        width: 100%;
        text-align: center;
        height: 69px;
        margin-top: 30px;
    }


    #contact-button-footer {
        display: inline-block;
        /* -webkit-transition: all 2s ease-out; */
        text-align: center;
        align-self: flex-end;
        background-color: white;
        vertical-align: top;
        color: black;
        width: 26%;
        cursor: pointer;
        margin: 0px auto;
        line-height: 50px;
        font-size: 13px;
        border-radius: 0em;
        -webkit-transition: all 2s ease-out;
        border: solid white 2px;
        height: 48px;
    }

    .contact-input-footer {
        font-size: 13px;
        color: black;
        background-color: white;
        /* resize: none; */
        border: none;
        width: calc(100% - 10px);
        height: 100%;
        /* margin: 0px auto; */
        /* padding: 8px; */
        position: relative;
        /* float: left; */
        display: inline-block;
        padding-left: 10px;
        border-radius: 0px;
    }


    .socials {
        width: 20%;
        display: flex;
        justify-content: space-around;
        margin: 0px auto;
    }

    .social-logo {
        max-width: 2em;
        max-height: 2em;
        margin: 0 1em;
        cursor: pointer;
        margin-top: 1em;
    }

    .social-logos-container {
        margin-top: 25px;
    }

    #logo_facebook {
        height: 25px;
    }

    #logo_instagram {
        height: 24px;
    }

    .logo_1 {
        height: 55px;
    }

    /*////////////////////////////////////---ALERT SECTION---///////////////////////////////*/
    #alertMessageFixedContainer {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 1001;
    }

    #alertMessageDivContainer {
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        height: 100%;
    }

    #alertMessageDiv {
        position: relative;
        margin: 0px auto;
        margin-top: 50%;
        /* padding-bottom: 40px; */
        width: 90%;
        height: 261px;
        /* border: 1px solid white; */
        background-color: white;
        /* max-width: 400px; */
        /* height: 557px; */
        border-radius: 8px;
        overflow: hidden;
    }

    #alertMessageLogoDiv {
        position: relative;
        width: 70px;
        height: 149px;
        margin: 0 auto;
        margin-top: 34px;
    }

    #alertMessageLogo {
        display: block;
        position: relative;
        margin: 0 auto;
        margin-top: 35px;
        width: 123px;
    }

    #alertMessageBkgImg {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    #alertMessageMessage {
        position: relative;
        width: 80%;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 45px;
        color: white;
    }

    #alertMessageAceptarWrapper {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    #alertMessageAceptar {
        position: relative;
        margin: 0 auto;
        width: 216px;
        height: 35px;
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
        background-color: white;
        line-height: 35px;
        letter-spacing: 1px;
        color: black;
        border-radius: 5px;
    }

    #alertMessageAceptar:hover {
        cursor: pointer;
        background-color: rgb(202, 202, 202);
    }

    .blackBkg50 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.8;
    }

    #youtubeIframe {
        height: 201px;
        position: relative;
        width: 90%;
        display: block;
    }


}


/* pure css animations */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}