body{
	background-color: rgb(15, 15, 37);
	color: #efe0dd;
    min-width: 400px;
}
.div-topo {
    min-height: 90vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;

    background-image: url(https://emgo.com.br/engenharia/imagens/logoBranco.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: initial;
    background-color: rgb(15, 15, 37);
}
.div-corpo {
    margin: 100px 0 60px 0;
    padding: 10px 30px;
    font-family: 'Inter';
    color: #efe0dd;
    width: 100%;
}
.h1-title {
    font-family: 'Sora';
    width: 80%;
    font-weight: bold;
    letter-spacing: 1px;
}
.h3-subtitle {
    width: 75%;
    font-weight: 100;
    letter-spacing: 1px;
}
.div-animation-right, .div-animation-left {
    font-size: 18px;
    display: flex;
    width: max-content;
    position: relative;
}
.div-animation-right p, .div-animation-left p {
    margin: 10px;
}
.div-animation {
    color: rgb(154 154 211 / 90%);
}
.b-underline {
    text-decoration-line: underline;
    text-decoration-color: rgb(255, 90, 0);
}
.b-color {
    color: rgb(255, 90, 0);
}
.b-color2 {
    color: rgb(15, 15, 37);
}

@media(min-width: 768px){
    .h1-title {
        font-size: 58px;
        max-width: 700px;
    }
    .h3-text{
        font-size: 24px;
    }
    .div-corpo {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }
    .marquee2 span, .marqueee2 span {
        font-size: 21px;
    }
}
@media(max-width: 767px){
    .h3-subtitle {
        max-width: 500px;
        font-size: 24px;
        width: 100%;
    }
    .h1-title{
        width: 100%;
    }
}
/*--------------------------CAPACIDADES---------------------------*/
.div-capacidades {
    background-color: rgb(234 234 255);
    color: rgb(15, 15, 37);
    padding: 20px 30px;
}
.h1-capacidades, .h1-final, .h1-oferta {
    font-weight: bold;
    letter-spacing: 1;
    width: 100%;
}
.div-capacidades-topicos {
    margin: 50px 0;
    border-bottom: 2px solid black;
}
.div-capacidades-topicos h2 {
    font-weight: bold;
}
.div-capacidades-topicos p {
    font-size: 18px;
    margin: 30px 0;
}
@media(min-width: 768px){
    .div-capacidades {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .div-capacidades-topicos {
        width: 45%;
        margin: 50px 15px;
    }
    .h1-capacidades {
        font-size: 58px;
        margin-top: 50px;
    }
    .div-text {
        font-size: 25px !important;
    }
}
/*--------------------------CASES---------------------------*/
.div-cases {
    background-color: #f2f2ff;
    color: rgb(15, 15, 37);
    padding: 30px;
}
.div-text {
    text-align: center;
    font-size: 18px;
    padding: 10vh 0;
}
.p-cases {
    white-space: nowrap;
    overflow: hidden;
    width: fit-content;
    margin: 8px auto;
    min-height: 25px;
}
.p-animate-case{
    border-right: 3px solid;
    animation: typing .4s step-end infinite alternate;
}
@keyframes typing{
    50%{
        border-color: transparent;
    }
}
/*--------------------------QUEM SOU---------------------------*/
.div-eu {
    background: white;
    color: rgb(15, 15, 37);
    padding: 20px 30px;

    background-image: url(https://emgo.com.br/engenharia/imagens/proposta/wallpaper.gif);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: right;
    background-position-y: bottom;
    background-blend-mode: difference;
}
.div-eu-img {
    position: relative;
    margin: 0px auto 50px auto;
    width: fit-content;
}
.div-eu-img img {
    width: 50vw;
    border-radius: 5%;
    max-width: 400px;
}
.p-eu, .p-vantagens-small{
    font-size: 21px;
    margin: 30px 0;
}
.div-social-info {
    display: flex;
    align-items: center;
    margin: 18px 0;
}
.div-social-img img {
    width: 35px;
}
.div-social-p {
    font-family: 'Sora';
    margin-left: 10px;
    color: rgb(15, 15, 37);
    font-weight: bold;
    letter-spacing: 0.5;
}
.div-eu-logo {
    position: absolute;
    background-color: rgb(15 15 37);
    border-radius: 9px;
    padding: 12px;
    right: -15%;
    bottom: -9%;
}
.div-eu-logo img {
    width: 70px;
}

.div-final {
    background: rgb(15, 15, 37);
    color: white;
    padding: 20px 50px 20px 30px;
}
.div-final-oferta {
    background-color: rgb(234 234 255);
    padding: 20px 50px 20px 30px;
    color: rgb(15, 15, 37);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.div-final-oferta button {
    width: 100%;
    border: none;
    background-color: rgb(255, 90, 0);
    min-height: 50px;
    border-radius: 3px;
    font-family: 'Sora';
    font-size: 21px;
    margin: 20px 0 0 0;
    max-width: 400px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    min-width: 350px;
}
.div-oferta-img{
    width: 200px;
}
.div-oferta-img img{
    width: 100%;
}
.div-flex-oferta{
    width: fit-content;
}
.h1-oferta{
    width: fit-content;
}
.sou-quem{
    display: none;
}
@media(min-width: 960px){
    .quem-sou{
        display: none !important;
    }
    .sou-quem{
        display: block;
    }
    .div-eu {
        display: flex;
        flex-wrap: wrap;
        padding-top: 60px;
        background-size: auto;
        background-position-x: left;
    }
    .div-eu-text{
        width: 55%;
    }
    .div-eu-img {
        width: fit-content;
        height: fit-content;
        display: flex;
    }
    #img_emerson {
        width: 90%;
    }
    .div-eu-logo {
        bottom: -10%;
        right: 0%;
    }
}

/*--------------------------CASES---------------------------*/
.div-case-flex {
    display: flex;
    justify-content: center;
}
.div-case {
    width: 90%;
    max-width: 500px;
    border: 18px solid white;
    position: relative;
    margin: 0 8px;
}
.div-case-img {
    width: 100%;
    max-height: 350px;
}
.div-case-img img {
    width: 100%;
    height: 100%;
}
.div-case-title {
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #00000059;
    transition: 0.6s;
    cursor: pointer;
    padding: 0 10px;
}
.div-case-title:hover {
    background-color: #00000000;
}
.div-case-title p {
    color: white;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 21px;
    padding: 3px 12px;
    background-color: rgb(5 5 13 / 88%);
    border-radius: 5px;
    text-align: center;
}
#div_float {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
#div_fixo_case {
    width: 100%;
    background-color: rgb(15, 15, 37, 0.99);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    overflow: hidden;
    height: 0;
    font-family: "sora";
}
.div-case-details {
    width: 90%;
    margin: auto;
    max-width: 800px;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100vh;
    padding: 20px 10px;
}
.p-details{
    font-size: 64px;
    border-bottom: 4px solid rgb(255, 90, 0);
}
.p-desc-details {
    font-size: 24px;
}
.div-galeria-fotos {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.div-galeria-fotos section {
    column-count: 2;
    column-gap: 10px;
}
.div-galeria-fotos img {
    width: 100%;
    margin: 3px;
    border-radius: 7px;
    cursor: pointer;
}
.div-fundo-quadro {
    position: absolute;
    right: -600;
    top: -500;
    overflow: hidden;
    opacity: 0.6;
    pointer-events: none;

    animation-name: rotate;
    animation-duration: 20s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.div-fundo-quadro img{
  width: 100%;
}
.p-case-close b {
    text-decoration-line: underline;
}
.p-case-close {
    cursor: pointer;
    margin: 30px 0;
}
@media(max-width: 1100px){
    .div-case{
            margin: 15px 8px;
    }
    .div-case-flex{
        flex-wrap: wrap;
    }
}
@media(max-width: 600px){
    .div-cases{
        padding: 30px 20px;
    }
    .div-case{
        width: 100%;
    }
    #p_details {
        font-size: 48px;
    }
}
/*--------------------------ANIMATIONS---------------------------*/
.marquee-w{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 50px;
    top: 505;
    left: 50%;
    transform: translate(0%, 0%);
}
.marquee, .marqueee{
    display: block;
    white-space: nowrap;
    min-width: 100vw;
    height: 100%;
    margin: auto auto;
}
.marquee span, .marqueee span {
    display: inline-block;
    font-family: 'Sora';
    text-align: center;
    white-space: nowrap;
    min-width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 18px;

    animation: floatRight 18s linear infinite;
}
.marquee2 span, .marqueee2 span {
    display: inline-block;
    font-family: 'Sora';
    text-align: center;
    white-space: nowrap;
    min-width: 100%;
    height: 100%;
    line-height: 50px;
    font-size: 18px;

    animation: floatRight 18s linear infinite;
}
.marqueee2 span, .marqueee span {
    animation: floatLeft 18s linear infinite !important;
}

@keyframes floatRight{
  0%{
    transform: translate(40,0);
  }
  100%{
    transform: translate(-100%,0);
  }
}
@keyframes floatLeft{
  0%{
    transform: translate(-112%, 0);
  }
  100%{
    transform: translate(0%,0);
  }
}
@keyframes rotate{

  0%{ transform: rotate(0deg);}
  100%{ transform: rotate(360deg);}
}

/*--------------------------------------------------LANDING APROVAÇÃO-------------------------------------------------*/
@keyframes clique{
  0%{
    background: #ff6600;
  }
  70%{
    background: #ff6600;
  }
  85%{
    background: #ff893a;
  }
  100%{
    background: #ff6600;
  }
}
.p-title {
    font-size: 52px;
    font-weight: bold;
    color: rgb(255, 90, 0);
    margin: 25px 0 17px 0;
    font-family: 'Sora', sans-serif;
    font-style: normal;
    /*letter-spacing: -2px;*/
    line-height: 0.9;
}
.p-title b {
    color: rgb(15, 15, 37);
}
.h1-blue {
    color: rgb(15, 15, 37);
}
.h1-capacidades b {
    color: rgb(255, 90, 0);
}
.div-type-img {
    width: 500px;
    height: 515px;
    overflow: hidden;
    border-radius: 15px;
}
.div-type-img img {
    width: 100%;
}
.div-type1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 50px 50px !important;
    flex-wrap: wrap;
    background-color: rgb(234 234 255);
    color: rgb(15, 15, 37);
    padding: 20px 30px;
}
.div-type-text {
    width: 50%;
    margin: 25px;
}
.p-display-none{
    display: none;
}
.p-small-title {
    font-size: 24px;
    text-align: start;
    padding: 0px;
}
.div-button {
    display: flex;
    justify-content: start;
    margin: 30px 0px;
}
.div-button button {
    color: white;
    border: none;
    border-radius: 5px;
    padding: 20px 35px;
    font-weight: bold;
    background-color: #ff944d;
    font-size: 21px;

    animation-name: clique;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.button-oferta-mobile{
    display: none;
}
/*Vantagens*/
#div_vantagens {
    background-color: white;
    padding: 20 50;
    font-family: 'Inter';
}
#p_vantagens, #p_oferecer {
    font-size: 40px;
    color: rgb(20,20,47);
    text-align: center;
    margin: 0;
}
#p_oferecer {
    font-size: 18px;
}
#div_vantagens_topicos {
    margin-top: 50px;
    padding: 0 20 0 20;
}
#div_vantagens_um, #div_vantagens_dois {
    overflow: hidden;
    margin-top: 20px;
}
#div_vantagens_um_img, #div_vantagens_dois_img {
    float: left;
    width: 166px;
    margin-top: 10;
}
#div_vantagens_dois_img {
    width: 130px;
    float: right;
}
#div_vantagens_um_text, #div_vantagens_dois_text {
    float: left;
    width: 400px;
    margin-left: 8px;
}
#div_vantagens_dois_text {
    float: right;
}
#p_desconto {
    font-size: 20px;
    color: rgb(15, 15, 37);
    font-weight: bold;
}
#img_desconto {
    width: 100%;
}
.p_exp_um {
    color: rgb(15, 15, 37);
}
#div_vantagens_botao {
    justify-content: center;
    display: flex;
}
.justify-center{
    justify-content: center;
}
.p-vantagens{
    color: rgb(15, 15, 37);
    font-weight: bold;
}
.h3-text {
    font-weight: 100;
    letter-spacing: 1px;
}
@media(max-width: 950px){
  #div_vantagens_topicos {
    padding: 0 20 0 20;
  }
}
@media(max-width: 800px){
  #div_quem_img {
    width: 40%;
  }
  #div_vantagens_topicos {
    padding: 0 20 0 20;
  }
  #div_vantagens_um, #div_vantagens_dois {
    margin-top: 55px;
  }
  .div-type-text{
    margin: 0px;
  }
}
@media(max-width: 650px){
  #div_vantagens_um_text, #div_vantagens_dois_text {
    width: 265px;
  }
  .p_exp_um{
    font-size: 21px;
  }
  #div_vantagens{
    padding: 20px;
  }
    #div_vantagens_topicos {
        padding: 0;
    }
    #div_vantagens_dois, #div_vantagens_um {
        display: flex;
        justify-content: space-around;
    }
    #div_vantagens_dois_text, #div_vantagens_um_text {
        width: auto;
    }
    #div_vantagens_dois_img, #div_vantagens_um_img {
        min-width: 130px;
    }
    .p-vantagens-small{
        margin: 0;
    }
    .div-type-text.p-display-none {
        margin: 10px 0;
    }
    .div-type1 {
        padding: 30px !important;
    }
}
@media(max-width: 1200px){
    .div-type-text{
        width: 100%;
    }
    .div-type-img {
        width: 400px;
        height: 350px;
    }
    .p-display-none{
        display: block;
    }
    .p-title-block{
        display: none;
    }
    .div-button-center{
        justify-content: center;
    }
}
@media(max-width: 1140px){
    .p-title {
        font-size: 50px;
        text-align: center;
    }

}
@media(max-width: 1190px){
    .div-final-oferta{
    }
    .button-oferta-mobile{
        display: flex !important;
    }
    .button-oferta{
        display: none;
    }
}
@media(max-width: 800px){
    .div-final-oferta {
        justify-content: center;
    }
}