/* ------------------------------------------------------------------------------------- */
/*                                      desktop                                          */
/* ------------------------------------------------------------------------------------- */
body{
    padding: 0;
    margin: 0;
    background-color: #0D0D0D;
}


/* ------------------------------------------- */


.top-border {
    height: 50px;
}

/* ------------------------------------------- */

.menu {
    height: 80px;
    border-radius: 5px;
    z-index: 100;
}

.menu-options {
    background-color: #cccccc1a;
    border-radius: 10px;
    height: 100%;
}

.menu .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}

.menu .col-md-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu a:hover {
    color: #d19ece !important;
    transition: 0.3s;
    text-shadow: 0px 0px 3px #d19ece;
}

.menu a {
    transition: 0.3s;
    font-size: 17px;
    font-family: Lato;
}


.hamburger {
    display: none;
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    padding: 4px;
    border: black solid 1px;
    background: white;
    cursor: pointer;
    height: 60px;
    width: 60px;
    font-size: 25px;
    border-radius: 10px;
    color: #000;
}

button:focus {
    outline: none;
}

.closeIcon {
    display: none;
}

.showMenu {
    transform: translateY(0);
}


/* ------------------------------------------- */

.topo {
    background-color: #0D0D0D;
    height: 90vh;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.topo img {
    width: 55vw;
}

.topo h3 {
    font-family: Lato;
    font-size: 1em;
    color: #C3B6C6;
    letter-spacing: 6px;
    margin-top: 1%;
}

/* ------------------------------------------- */
/* ------------------COMMON------------------- */
/* ------------------------------------------- */

.row.titulo {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 50px;
    color: #fff;
}

.row.tituloblack {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 50px;
    margin-top: 60px;
    color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: darkslategrey !important;
    text-decoration: none;
}


/* ------------------------------------------- */

.sobre {
    background-color: #77B59C;
    height: 80vh;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    scroll-behavior: smooth;
    transition: all 1s ;
}

.sobre div {
    justify-content: center;
    align-items: center;
    display: flex;
}

.sobre-inner {
    width: 93%;
}

.texto-apresentacao {
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
}

.sobre img{
    border-radius: 50%;
    width: 280px;
}

.sobre p {
    text-align: justify;
}


/* ------------------------------------------- */

.trabalhos, .contato {
    padding: 50px 40px;
}

.trabalhos {
    height: 130vh;
    background-color: #fff;
    color:#0D0D0D;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.trabalhos i {
    font-size: 10vh; 
}

.trabalhos span {
    font-size: 3vh;
    padding-top: 6%;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.trabalhos-inner-subtitulo {
    width: 92%;
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #000;
    font-weight: 100;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 30px;
}

.first-service p, .second-service p {
    font-size: 16px;
    padding-top: 3%;
    font-family: Lato, sans-serif;
    text-align: justify;
    font-weight: 100;
    line-height: 22px;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.trabalhos-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}


.first-service, .second-service {
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    background-color: #cccccc42;
    border-radius: 30px;
    height: 65vh;
    box-shadow: 1px 5px 10px #ccc;
}

.first-service-title i, .second-service-title i {
    font-size: 50px;
    height: 60px;
}

.first-service-title, .second-service-title {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    height: 120px;
    align-items: center;
    margin-top: 35px;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.modal-dialog {
    margin: 15vh auto;
}

.modal-body a {
    color: #000;
}

/* ------------------------------------------- */

.infos {
    height: 135vh;
    background-color: #c9b7c8;
    color:#0D0D0D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.infos-inner {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-direction: row;
    width: 92%;
}

.infos h2 {
    text-align: center;
    margin-top: 30px;
    color: #8b7d89;
    line-height: 66px;
    font-size: 36px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    height: 150px;
}

.quadrado {
    border: 2px solid #b1a5b0;
    border-radius: 30px;
    background-color: #fffcff;
    box-shadow: 0px 5px 10px #ab93a9;
    min-height: 100vh;
    max-width: 30%;
}

.quadrado p {
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 22px;
}

.quadrado a {
    color: #bd55ae;
}

.quadrado ul {
    padding-right: 10px;
}


/* ------------------------------------------- */

.sociais{
    display: flex;
    justify-content: center;
    align-items: center;
    height:  40px;
    background-color: #0D0D0D;
}

.sociais-inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icons{
    background-color: #0D0D0D;
    border-radius: 50%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: Lato, sans-serif;
}

/* ------------------------------------------- */

.duvidas {
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #181818;
    border-radius: 0 0 15px 15px;
}

.duvidas-inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 90%;
    padding: 100px 20px 100px;
}

.duvidas .vamos-conversar {
    padding: 0 38px 0 0;
}

.duvidas .vamos-conversar-formulario {
    padding: 0 0 0 38px;
}

.duvidas h3 {
    color: #181818;
    font-weight: 700;
    line-height: 66px;
    font-size: 55px;
}

.duvidas input, .duvidas textarea{
    margin-bottom: 16px;
    margin-top: 14px;
    padding: 11px;
    border: 1px solid #fff !important;
}

.duvidas button {
    margin-bottom: 16px;
    margin-top: 20px;
    padding: 13px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    width: 150px;
    background-color: #c8b6c7;
    border-color: #c8b6c7;
    color: #fff;
    display: inline-block;
}

.duvidas p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

.duvidas a {
    color: #000;
}

.duvidas i {
    height: 28px;
    width: 28px;
    align-content: center;
    text-align: center;
    margin: 7px 5px 0 0;
    color: #c8b6c7;
}

.duvidas p.texto-conversar {
    text-align: left;
    padding: 0 0 0 40px;
}

.duvidas p strong {
    color: #181818;
}


/* ------------------------------------------- */

.contato {
    background-color: #081826;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75vh;
}

.links a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contato-inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-top: 2%;
}

.contato-inner-inner {
    width: 100%;
}

.contato-inner-inner div{
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
}

.contato-inner-inner i {
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contato-inner-inner span {
    font-family: Lato, sans-serif;
    color: #fff;
    margin-top: 10px;
    font-size: 1.3em;
}


/* ------------------------------------------- */

.endereco {
    height: 50vh;
    background-color: #ddd;
    border-radius: 0 0 15px 15px;
}

/* ------------------------------------------- */
.rodape {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47vh;
    flex-direction: column;
    background-color: #0D0D0D;
    font-family: Lato, sans-serif;
    color: #fff;
    text-align: center;
}

.rodape p {
    float: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

.rodape i {
    width: 28px;
    height: 28px;
    font-size: 20px;
    color: #c8b6c7;
    text-align: center;
    margin: 7px 5px 0 0;
}

.rodape h4 {
    color: #c8b6c7;
    font-size: 27px;
    font-weight: 700;
    line-height: 29px;
    margin: 0 0 15px;
}

.rodape-contato {
    border-left: 1px solid #626262;
    border-right: 1px solid #626262;
}

.redes-sociais i {
    font-size: 3em;
    margin: 0 20px 0 20px;
    color: #fff
}

.rodape span {
    margin-top: 10vh;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}


/* ------------------------------------------- */
.whatsapp {
    position: fixed;
    top: 87%;
    left: 5%;
    padding: 10px;
    z-index: 10000000;
    color: #28a745;
    font-size: 40px;
    border-radius: 50%;
    background-color: white;
    height: 65px;
    width: 65px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 7px #fff;
}

.tooltip {
    position: fixed !important;
    top: 82% !important;
    left: 7% !important;
    padding: 10px;
    z-index: 999999999;
}

.tooltip-inner{
    background-color: #000000a8 !important;
    border-radius: 1.25rem;
}

/* ------------------------------------------------------------------------------------- */
/*                                      mobile                                           */
/* ------------------------------------------------------------------------------------- */

@media only screen and (max-width: 820px) {
    
    
    .menu {
        display: none;
        height: 160px;
        position: fixed;
    }
    
    .menu-options {
        background-color: #1e1d1d;
    }
    
    .hamburger {
        display: block;
    }
    
    /*----------------------------------*/
    
    .topo {
        height: 100vh;
    }
    
    .topo img {
        width: 90vw;
    }
    
    .topo h3 {
        letter-spacing: 3px;
        font-size: 0.5em;
        color: #C3B6C6 !important;
    }
    
    .icons {
        font-size: 12px;
    }
    
    .sociais-inner {
        padding: 0;
    }
    
 /*----------------------------------*/

    .sobre {
        height: 120vh; 
    }
    
    .sobre p {
        margin-top: 15px;
    }
    
    .sobre-inner {
        height: 70%;
        width: 100%;
    }
    
    /*----------------------------------*/
    
    .trabalhos {
        height: 265vh;
    }
    
    .trabalhos, .contato {
        padding-right: 10%;
        padding-left: 10%;
    }
    
    .first-service, .second-service {
        height: 83vh;
    }
    
    .second-service {
        margin-top: 50px;
    }
    
    /*----------------------------------*/
    .infos {
        height: auto;
    }
    .infos-inner {
        width: auto;
        flex-direction: column;
        align-content: center;
        margin-bottom: 60px;
    }
    .infos .row.titulo {
        margin-top: 50px;
    }
    .quadrado {
        max-width: 90%;
        margin: 25px 0 25px 0;
    }
    .infos-inner-inner-infos {
        flex-direction: column;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 50%;
    }
    .infos-inner-inner-infos div {
        justify-content: center;
        width: 85%;
        height: 47%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .online {
        height: 25%;
    }
    
    .quadrado.quadrado-online {
        height: 94%;
    }
    
    /*----------------------------------*/
    .duvidas {
        height: 162vh;
        justify-content: space-evenly;
    }
    
    .duvidas p{
        font-size: 13px;
    }
    
    .duvidas-inner {
        height: auto;
    }
    .duvidas-inner-inner .col-md-6 {
        padding: 0 !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .row.row-button {
        margin-top: 20px;
    }
    
    .vamos-conversar {
        margin-bottom: 60px;
        
    }
    
    .duvidas .vamos-conversar, .duvidas .vamos-conversar-formulario {
        padding: 0;
    }
    /*----------------------------------*/
    .contato {
        height: 100vh;
        justify-content: space-between;
    }
    .row.contato-inner {
        justify-content: space-around;
    }
    .row.contato-inner-inner {
        justify-content: space-around;
        height: 50%;
    }
    .contato-inner-inner span {
        font-size: 1.2em;
    }
    
    .endereco {
        height: 80vh;
    }
    
    .modal-dialog {
        width: 80vw;
    }
    /*---------------------------------*/
    .rodape { 
        height: 110vh;
    }
    
    .rodape .col-md-4 {
        margin-bottom: 35px;
        margin-top: 35px;
    }
    
    .rodape-contato {
        border: none;
    }
    
}



/* ------------------------------------------------------------------------------------- */
/*                                       Monitor                                         */
/* ------------------------------------------------------------------------------------- */

@media only screen and (min-width: 1800px) {
    
    
    .sobre {
        height: 60vh;
    }
    
    /*------------------*/
    
    .trabalhos {
        height: 100vh;
    }
    
    .first-service, .second-service {
        height: 52vh;
    }
    
    /*------------------*/
    
    
    .infos {
        height: 100vh;
    }
    
    .quadrado {
        min-height: 72vh;
    }
    
    
    
}