﻿body {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #231F20;
    color: #fff;
    overflow: hidden;
    font-family: Quicksand;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#capa-mobile {
    display: none;
}


.letras {
    width: 40%;
    max-width: 20rem;
    margin: 5% auto;
}

.thick {
    border: 200px solid;
    opacity: 0.5;
}

.opaco {
    border: 200px solid;
}


.outer {
    width: 100vw;
    min-height: 100vh;
    animation-play-state: paused;
    position: absolute;
    text-align: center;
    overflow: hidden;
}

div.outer {
    display: none;
}

.circle {
    will-change: transform;
    width: 2000px;
    height: 2000px;
    top: 50%;
    left: 50%;
    margin-top: -1000px;
    margin-left: -1000px;
    border-radius: 50%;
    position: absolute;
}

@keyframes circle {



    from {
        transform: scale(0.1);
    }

    to {
        transform: scale(1.5);
    }
}

.circle {
    will-change: transform;
    width: 2000px;
    height: 2000px;
    top: 50%;
    left: 50%;
    margin-top: -1000px;
    margin-left: -1000px;
    border-radius: 50%;
    position: absolute;
}

.one {
    animation: circle 3s infinite linear;
    animation-play-state: paused;
}

.two {
    animation: circle 4s infinite linear;
    animation-play-state: paused;
}

.three {
    animation: circle 5s infinite linear;
    animation-play-state: paused;
}

.four {
    animation: circle 6s infinite linear;
    animation-play-state: paused;
}

.five {
    animation: circle 4s infinite linear;
    animation-play-state: paused;
}

/*-------------*/
.active {
    color: #48D597;
}

section {
    display: block;
    position: relative;
    min-height: 100vh;
    height: auto;
    border: 1px solid #231F20;
    overflow: hidden;
}

    section p {
        font-size: 1.3rem;
    }

    section > h1, section article > h1 {
        /*line-height: 1pt;*/
        margin-top: 30vh;
    }

h1, h2, nav {
    text-transform: uppercase;
}

.logoCliente {
    cursor: pointer;
}

h1 {
    /*font-weight: 100;*/
    font-size: 3.5rem;
    display: none;
}

h2 {
    font-size: 1.2rem;
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

#aebo p, #clientes p, #compromisso p, #parceiros p {
    width: 35%;
    margin: 0 auto;
    min-width: 25rem;
    line-height: 1.8rem;
    display: none;
}

div.abrir {
    display: none;
}

/*#region HEADER */

header {
    position: fixed;
    overflow: hidden;
    width: 100%;
    background: #231F20;
    padding: 1rem 2rem;
    top: 0;
    z-index: 200;
}

header {
    text-align: right;
}

    header nav li {
        display: inline-block;
        margin: 0.5rem;
    }

        header nav li a:hover {
            font-weight: bold;
        }

img.logo, img.social, nav {
    display: inline-block;
    vertical-align: middle;
}

img.logo {
    width: 10%;
    vertical-align: middle;
    float: left;
    position: relative;
    margin: 0.5rem;
    min-width: 11rem;
}


img.social {
    width: 1%;
    min-width: 1rem;
    cursor: pointer;
}

    img.social:hover {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

#menu-mobile {
    display: none;
}
/*#endregion */


/*#region HOME */
#home video {
    width: 100%;
    height: auto;
    z-index: -100;
}




#scroll img {
    /*width: 5rem;*/
    visibility: hidden;
    margin: 0 auto;
}

#scroll {
    background: url(Content/imgScroll.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: absolute;
    width: 5rem;
    height: 6rem;
    margin: 4rem;
    bottom: 4rem;
    right: 0;
    z-index: 100;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
}

    #scroll:hover {
        background: url(Content/imgScroll-h.svg) no-repeat;
        background-size: 100%;
        background-position: center;
    }




#home header {
    visibility: hidden;
    position: static;
    overflow: hidden;
    width: 100%;
    background: #231F20;
    padding: 1rem;
    top: 0;
}

.sound {
    width: 2rem;
    position: absolute;
    bottom: 10rem;
    right: 1rem;
    margin: 0.5rem;
}

/*#endregion */


/*#region AEBO */

#aebo {
    background: url(Content/fotos/ebo.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

    #aebo .thin, #clientes .thin {
        border-color: #fff;
    }

    #aebo .thick, #clientes .thick {
        border-color: #48D597;
    }

    #aebo .opaco, #clientes .opaco {
        border-color: #48D597;
    }


.verde h2 {
    color: #48D597;
}

/*#endregion */


/*#region COMPROMISSO */


#compromisso {
    background: url(Content/fotos/compromisso.jpg);
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

    #compromisso .thin {
        border: #fff;
    }

    #compromisso .thick {
        border-color: #BC204B;
    }

    #compromisso .opaco {
        border-color: #BC204B;
    }

.magenta h2 {
    color: #BC204B;
}

/*#endregion */


/*#region SERVICOS */



#servicos .thin {
    border-color: #fff;
}

#servicos .thick {
    border-color: #00BFB3;
}

#servicos .opaco {
    border-color: #00BFB3;
}


#servicos img {
    width: 50%;
}

#servicos div.servico {
    display: inline-block;
    width: 15%;
    min-width: 10rem;
    margin-top: 5rem;
    padding: 1%;
    vertical-align: top;
}

.azul h2 {
    color: #00BFB3;
}

/*#endregion */


/*#region PARCEIROS */

#parceiros {
    background: url(Content/graphic/laranja.svg);
    background-size: cover;
    background-position: bottom;
    height: 100vh;
}

    #parceiros h2 {
        color: #FFA06A;
    }

/*#endregion */


/*#region CONTACTOS */

.contactos {
    background-color: #fff;
    color: #231F20;
    min-height: 75vh !important;
}

    .contactos h1 {
        margin-top: 0;
    }

    .contactos article div h1 {
        font-size: 1.3rem;
        font-weight: bold;
    }

    .contactos h2 {
        margin-bottom: 30vh;
    }

    .contactos article, .contactos form {
        width: 49%;
        min-width: 20rem;
        display: inline-block;
        min-height: 70vh;
        vertical-align: top;
        text-align: left;
    }

    .contactos article {
        padding-top: 5rem;
        padding-left: 5rem;
    }

    .contactos form {
        padding-right: 5rem;
        padding-top: 4rem;
    }

    .contactos article div {
        display: inline-block;
        margin-right: 2rem;
    }

    .contactos form label {
        font-weight: bold;
        display: block;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .contactos form input, .contactos textarea {
        display: block;
        margin-bottom: 1rem;
        border: none;
        font-family: Quicksand;
        padding: 0.2rem;
        font-size: 1rem;
    }

        .contactos form input[type=text], .contactos form input[type=email] {
            width: 100%;
        }

    .contactos textarea {
        border: solid 1px #231F20;
        width: 100%;
        height: 20vh;
    }

hr {
    height: 1px;
    color: #231F20;
}

.contactos form input[type=submit] {
    background: #231F20;
    color: white;
    padding: 0.5rem;
    float: right;
    position: relative;
    cursor: pointer;
}

    .contactos form input[type=submit]:hover {
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

#contactos-mobile {
    display: none;
}

footer {
    padding: 3rem 0;
}


/*#endregion */


@media only screen and (max-width: 750px) {
    .logoCliente {
        width: 35px;
    }
    
    body {
        font-size: 11pt;
    }

    section p {
        font-size: 1em;
    }

    section > h1, section article > h1 {
        margin-top: 25vh;
    }

    #home video {
        width: 100%;
        margin-top: 4rem;
    }

    .texto {
        padding-bottom: 30vh;
    }

    h1 {
        font-weight: 100;
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }

    #scroll {
        display: none;
    }

    #home {
        min-height: 100% !important;
    }

    #aebo p, #compromisso p, #parceiros p {
        width: 25%;
        margin: 0 auto;
        min-width: 18rem;
        line-height: 1.2rem;
    }

    div.abrir {
        display: block;
        z-index: 90;
    }

    div.fechar, div.abrir {
        width: 100%;
        height: 10%;
        text-align: right;
        position: fixed;
        cursor: pointer;
    }

        div.fechar img, div.abrir img {
            height: 1.5rem;
            margin: 3%;
        }

    #menu-mobile {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        background: #48D597;
        top: 0;
        left: 0;
        z-index: 100;
        font-weight: bold;
        font-size: 14pt;
    }

        #menu-mobile a {
            display: block;
            line-height: 3rem;
            /*vertical-align:middle;*/
        }


        #menu-mobile img.social {
            width: 1.5rem;
            margin: 0 0.5rem;
        }


        #menu-mobile nav {
            height: 75%;
            vertical-align: middle;
            padding-top: 10vh;
        }


    header {
        display: none;
    }


    /*#region AEBO Mob */



    .verde h2 {
        color: #48D597;
    }



    /*#endregion */
    #servicos {
        overflow: hidden;
    }

        #servicos h1 {
            margin-top: 20vh;
        }




        #servicos img {
            width: 50%;
        }

        #servicos div.servico {
            display: inline-block;
            width: 9%;
            min-width: 7rem;
            margin-top: 0.5rem;
            padding: 1%;
            vertical-align: top;
        }



    #parceiros {
        background: #FFA06A;
        color: white;
        height: 100vh !important;
    }

        #parceiros h1 {
            margin-top: 5rem;
        }

        #parceiros h2 {
            color: white;
        }
    /*#region CONTACTOS Mob */
    #contactos {
        display: none;
    }


    #contactos-mobile {
        display: block;
        text-align: center;
    }


    .contactos h1 {
        padding-top: 5rem;
    }

    .contactos h2 {
        margin-bottom: 1rem;
    }

    .contactos article, .contactos form {
        width: 100vw;
        min-width: 100vw;
        display: block;
        min-height: 70vh;
        /*vertical-align: top;*/
        text-align: left;
        margin: 0 auto;
    }

    .contactos article {
        padding: 3rem !important;
        padding-left: 0;
    }

    .contactos form {
        padding: 0 3rem;
        padding-top: 2rem;
    }

    .contactos article div {
        display: inline-block;
        margin-right: 0rem;
    }

    .contactos form label {
        font-weight: bold;
        display: block;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

    .contactos form input, .contactos textarea {
        display: block;
        margin-bottom: 1rem;
        border: none;
        font-family: Quicksand;
        padding: 0.2rem;
        font-size: 1rem;
    }

        .contactos form input[type=text], .contactos form input[type=email] {
            width: 100%;
        }

    .contactos textarea {
        border: solid 1px #231F20;
        width: 100%;
        height: 30vh;
    }

    hr {
        height: 1px;
        color: #231F20;
    }

    .contactos form input[type=submit] {
        background: #231F20;
        color: white;
        padding: 0.5rem;
        float: right;
        position: relative;
        cursor: pointer;
    }

        .contactos form input[type=submit]:hover {
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

    /*#endregion */
}

@media only screen and (max-width: 340px) {
    .logoCliente {
        width: 35px;
    }

    body {
        font-size: 9pt;
    }

    #servicos {
        overflow: hidden;
    }

        #servicos h1 {
            margin-top: 20vh;
        }

        #servicos p {
            margin-top: 2px;
        }


        #servicos img {
            width: 40%;
        }

        #servicos div.servico {
            display: inline-block;
            width: 9%;
            min-width: 7rem;
            margin-top: 0.5rem;
            padding: 1%;
            vertical-align: top;
        }
}
