body{
    min-width: 500px;
    background: none !important;
    margin: 0;
}
.div-body {
    background-color: rgb(15, 15, 37);
    min-height: 100%;
    background-image: url(https://emgo.com.br/imagens/proposta/fundo.png);
    background-repeat: no-repeat;
    font-family: 'Inter';
    color: white;
}
@font-face {
  font-family: 'BankGothic';
  src: url('https://emgo.com.br/fonts/bgothm.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: url('https://emgo.com.br/fonts/Inter-Regular.ttf') format('truetype');
}
.noneDisplay{
    display: none;
}
/*---------------------PERGUNTA---------------------------*/
.div-pergunta {
    background-color: rgb(15, 15, 37);
    color: white;
    font-family: 'Inter';
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    transition: 1s;
}
.div-float{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    height: 90%;

    max-width: 700px;
    position: relative;
    margin: auto;
}
.div-background-pergunta {
    position: absolute;
    height: 100vh;
    right: -400;
    z-index: 0;
}
.div-background-pergunta img {
    height: 100vh;
    opacity: 0.1;
}
.p-instrucao {
    font-family: 'Inter';
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 3px;
}
.div-form {
    padding: 30px;
}
.p-form-question {
    font-size: 26px;
}
.p-form-question b {
    color: rgb(255, 90, 0);
}
.div-checkbox {
    display: flex;
    align-items: center;
    margin: 15px 10px;
}
.div-check {
    width: 35px;
    height: 35px;
    border: 2px solid white;
    border-radius: 2px;
    cursor: pointer;
}
.div-check:hover {
    background-color: white;
}
.div-checkbox p {
    font-size: 21px;
    margin: 0 12px;
}
/*---------------------CABEÇALHO---------------------------*/
.div-cabecalho {
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center;
}
.div-text {
    max-width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
}
.div-align {
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 30px;
}
.div-emgo {
    height: 57px;
}
.div-emgo img {
    height: 100%;
}
.p-title {
    font-size: 58px;
    font-weight: bold;
    color: rgb(255, 90, 0);
    margin: 25px 0 17px 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    /*letter-spacing: -2px;*/
    line-height: 0.9;
}
.p-title b {
    color: white;
}
.p-desc {
    color: white;
    letter-spacing: 0.6px;
    font-size: 24px;
    font-family: 'Inter';
}
.div-image {
}
.div-image {
    height: 90%;
}
.div-image img {
    height: 100%;
}
.div-quant-postes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 35px 0;
}
.div-quant-postes p {
    width: 100%;
    text-align: center;
    margin: 0;
}
.p-quant {
    font-family: 'BankGothic';
    color: rgb(255, 90, 0);
    text-shadow: -3px 2px black;
    font-size: 143;
}
.p-inst {
    font-size: 32px;
    letter-spacing: 5px;
}
.b-item{
    font-weight: 100;
    margin: 0 7px 0 0;
}
@media(max-width: 1140px){
	.div-cabecalho{
		height: fit-content;
	}
	.div-text {
    	text-align: center;
	}
	.div-align {
    	justify-content: center;
    	padding: 30px 50px;
	}
	.div-image {
    	height: 70vh;
    	display: flex;
    	justify-content: center;
	}
	.p-title {
    	font-size: 50px;
    	text-align: center;
	}
	.div-proposta {
    	padding: 60px 2%;
	}
    .p-quant {
        font-size: 108px;
    }
    .p-inst {
        font-size: 23px;
    }
}
@media(max-width: 500px){
}
/*---------------------PROPOSTA---------------------------*/
.b-orange{
    color: rgb(255, 90, 0) !important;
}
.div-proposta {
    padding: 60px 7%;
    color: #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.div-proposta-fundo {
    background-color: white;
    padding: 3%;
    border-radius: 8px;
    max-width: 800;
}
.div-proposta-anteriores{
    margin-top: 30px;
    width: 100%;
}
.p-medium {
    margin: 0;
    font-size: 24px;
}
.p-big {
    margin: 0 0 15px 0;
    font-family: 'BankGothic';
    font-size: 36px;
    letter-spacing: -2px;
    background: rgb(255, 90, 0);
    padding: 25px;
    color: white;
    border-radius: 7px;
}
.p-blue{
    background: rgb(15, 15, 37);
    cursor: pointer;
    margin-top: 12px;
    font-size: 28px;
}
.p-blue:hover{
    background: rgb(6 6 93);
}
.div-incluso-faixa, .div-incluso-faixa-blue {
    font-size: 24px;
    background-color: rgb(255, 90, 0);
    padding: 10px 15px;
    border-radius: 6px;
}
.div-incluso-faixa p, .div-incluso-faixa-blue p{
	margin: 0;
	color: white;
}
.div-incluso-faixa-blue {
	background-color: rgb(15, 15, 37);
}
.div-list, .div-list-nincluso {
    max-width: 800px;
    margin: auto;
}
.div-list-nincluso p {
    font-size: 14px;
    margin: 5px 0;
}
.div-flex {
    display: flex;
    justify-content: space-between;
}
.div-list p {
    margin: 10px 0;
    font-size: 18px;
}
.p-list {
    font-size: 14px;
    padding: 0px 23px;
}
.div-valores-fundo, .div-valores-fundo-promo{
    background-color:  rgb(15, 15, 37);
    margin-bottom: 26px;
    border-radius: 7px;
    width: 60%;
    max-width: 360px;
    padding: 25px;
}
.div-valores-fundo-promo {
    width: 100%;
    border: 4px solid rgb(255, 90, 0);
    max-width: none;
}
.div-total {
    background-color:  rgb(15, 15, 37);
    color: white;
    transition: 1s;
    width: 100%;
}
.div-empilhamento-nincluso{
    background: rgb(15, 15, 37);
    color: white;
    padding: 30px 5px;
    border-radius: 8px;
}
.div-flex-right, .div-flex-right-promo {
    display: flex;
    justify-content: end;
    margin-top: 32px;
}
.div-flex-right-promo{
    margin-top: 0px;
    transition: 1s;
    display: none;
    overflow: hidden;
}
.div-por {
    margin: 11px 0 0 0;
}
.div-avista {
    display: flex;
    align-items: baseline;
}
.div-de {
    display: flex;
}
.div-de p {
    margin: 0;
    font-size: 21px;
}
p.p-total-riscado {
    text-decoration-line: line-through;
    margin: 0 7px;
}
.div-por p {
    margin: 3 0;
    font-size: 21px;
}
.p-total-total {
    color: rgb(255, 90, 0);
    font-family: 'BankGothic';
    letter-spacing: -5px;
    font-size: 48px !important;
    margin: -8px -5px -3px !important;
}
.dv-alerta {
    background-color: rgb(15, 15, 37);
    margin-bottom: 26px;
    margin-right: 5%;
    border-radius: 7px;
    width: 35%;
    max-width: 360px;
    padding: 25px;
    cursor: pointer;
}
.p-alerta-promo {
    color: white;
    font-size: 25px;
    margin: 0;

    animation-name: piscar;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
.p-alerta-promo b{
    border-bottom: 3px solid rgb(255, 90, 0);
}
.p-alerta-small {
    color: white;
}
.p-desconto1, .p-desconto2, .p-desconto3, .p-desconto4{
    position: relative;
    /*right: -90vw;*/
}
.p-desconto1{
    animation-name: deslizar;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
.p-desconto2{
    animation-name: deslizar2;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
.p-desconto3{
    animation-name: deslizar3;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
.p-desconto4{
    animation-name: deslizar4;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
}
/*.div-img-promo {
    position: absolute;
    width: 220px;
    transform: rotate(-20deg);
    left: 100;
    top: -100px;
}*/
.div-total-acumulado p {
    text-decoration-line: line-through;
    font-weight: bold;
    text-align: end;
    margin: 30px 0 0 0;
    font-size: 24px;
}
.div-total-acumulado {
    display: flex;
    justify-content: end;
}
.p-validade {
    margin: 12px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #1c1c1c;
}
.p-postes {
    font-size: 42px;
    width: 100%;
}
/*cards carrousel*/
.carrousel {
    display: grid;
    grid-auto-flow: column;
    scroll-behavior: auto;
    gap: 1.2rem;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    border-radius: 7px;
    scrollbar-width: thin;
    margin: 10px 0;
    scrollbar-color: #ffffff61 transparent;
}
.div-carrousel {
    width: 90%;
    margin: auto;
    max-width: 1100px;
}
.card {
    background: red;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    width: 400px;
}

@media(max-width: 1140px){
	.div-proposta-fundo {
        padding: 40px 30px 15px 40px;
    }
	.div-list p {
    	font-size: 16px;
    	margin: 8px 0px;
	}
	.div-incluso-faixa p, .div-incluso-faixa-blue p {
   		font-size: 21px;
	}
	.p-price{
		min-width: 100px;
		margin: 8px 5px !important;
	}
}
@media (max-width: 700px) {
	.div-proposta-fundo {
        padding: 40px 18px 15px 18px;
    }
    
	.p-total-total {
    	letter-spacing: -3px;
    	margin: -5px -3px -1px !important;
        font-size: 43px !important;
	}
	.p-price {
        min-width: 90px;
    }
    .div-total {
        width: 90%;
        max-width: none;
    }
}
/*Card Hover animation*/
.div-postes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.div-card{
  position: relative;
  width: 600px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  transition: 0.5s;
  margin: 50px 30px;
}
.div-circle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.div-card .div-circle::before{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 90, 0);
  clip-path: circle(120px at center);
  transition: 0.5s;
}
.div-card:hover .div-circle:before{
  background: rgb(255, 90, 0);
  clip-path: circle(400px at center);
}
.card-color .circle-color::before{
    background: white;
}
.card-color:hover .circle::before{
    background: white;
}
.img-pepsi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 400px;
    pointer-events: none;
    transition: 0.5s;
}
.div-card:hover img {
  height: 500px;
  left: 72%;
}
.div-card .div-card-text{
  position: relative;
  width: 50%;
  padding: 20 20 20 40;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.div-card:hover .div-card-text{
  left: 0;
  opacity: 1;
  visibility: visible;
}
.h2-card{
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
  margin-bottom: 10px;
}
.p-card{
  color: white;
}
.a-card{
  position: relative;
  color: #fff;
  padding: 10 20;
  border-radius: 10px;
  background: #fff;
  color: #111;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
}
@media(max-width: 990px){

  .div-card{
    width: auto;
    max-width: 350px;
    align-items: flex-start;
    margin:0;
  }
  .div-card:hover{
    height: 700px;
  }
  .div-card .div-card-text{
    width: 100%;
    left: 0;
    /*height: 700px;*/
    padding: 40px;
  }
  .div-card:hover img{
    top: 75%;
    left: 82%;
    height: 300px;
  }
}
@media(max-width: 450px){

  .div-card .div-card-text{
    padding: 30px;
  }
  .div-card:hover img{
    top: 70%;
  }
}
/*---------------------PORQUE ESCOLHER---------------------------*/
.div-autoridade {
    padding: 20px 7%;
    background-image: url(https://emgo.com.br/imagens/proposta/fundoLamp.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.div-topico {
    background-color: rgba(39, 32, 128, 0.5);
    border-radius: 8px;
    margin: 27px 0;
    max-width: 400px;
    width: 90%;
}
.div-topico-img {
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 7px 7px 0 0;
}
.div-topico-img img {
    width: 100%;
    object-position: center;
    object-fit: cover;
}
.div-topico-text {
    padding: 22px 24px;
}
.p-topico-title {
    font-size: 28px;
    text-align: center;
    color: rgb(255, 90, 0);
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
.p-topico-text {
    font-size: 18px;
}
.p-small-title {
    text-align: start;
    padding: 0px;
}
.div-flex-topico {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
@media(max-width: 1700px){
	.div-topico{
    	max-width: 800px;
    }
}
@media(max-width: 1100px){
	.div-topico{
    	max-width: 500px;
    }
}
/*---------------------CASES--------------------------*/
.div-clientes {
    background: white;
    padding: 20px 7%;
}
.p-title-white {
    font-size: 58px;
    font-weight: bold;
    color: rgb(17, 17, 35);
    margin: 25px 0 50px 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    letter-spacing: -2px;
    line-height: 0.9;
    text-align: center;
}
.p-title-white b {
    color: rgb(255, 90, 0);
}
.div-cases {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.div-case-cliente {
    width: 90%;
    max-width: 300;
}
.div-case-img {
    min-height: 350px;
    display: flex;
    align-items: end;
}
.div-case-img img {
    width: 100%;
    border-radius: 8px;
}
.div-case-text p {
    color: rgb(15, 15, 37);
    text-align: center;
    font-size: 21px;
}
@media (max-width: 1140px) {
    .p-title-white {
        font-size: 50px;
        text-align: center;
    }
}

/*---------------------PROCESSO---------------------------*/
.fundo{
    position: relative;
}
.div-background {
    position: absolute;
    max-height: 100%;
    left: -400;
    z-index: 0;
    overflow: hidden;
}
.div-background img, .div-background2 img {
    max-width: 100%;
    opacity: 0.6;
}
.div-background2 {
    position: absolute;
    max-height: 100%;
    z-index: 0;
    bottom: 0;
    left: -100;
    overflow: hidden;
}
.div-processo {
    padding: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.div-processo-text{
	max-width: 500px;
}
.div-etapa {
    width: 90%;
    margin: auto;
    backdrop-filter: blur(15px);
    background-color: rgba(39, 32, 128, 0.5);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 25px;
    max-width: 600px;
}
.p-etapa-big {
    font-size: 36px;
    margin: 15px 0 20px 0;
    font-weight: bold;
    color: rgb(255, 90, 0);
    letter-spacing: 1px;
}
.p-etapa {
    font-size: 21px;
}
.p-small-title {
    font-size: 24px;
}
@media(max-width: 1240px){
	.p-small-title {
    	text-align: center;
	}
}
/*---------------------FAQ---------------------------*/
.div-faq {
    background: white;
    padding: 20px 7%;
}
.div-question {
    color: rgb(15, 15, 37);
    border-radius: 7px;
    border: 1px solid rgb(15, 15, 37);
    padding: 30px;
    cursor: pointer;
    margin: 10px auto 15px auto;
    max-width: 1000px;
}
.div-question-title p {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}
.div-question-resposta {
    transition: 1s;
    overflow: hidden;
    height: 0;
}
.p-resposta {
    font-size: 18px;
    margin: 27px 0 10px 0;
}
/*---------------------REDES---------------------------*/
.div-instagram {
    display: flex;
    justify-content: center;
    background-color: rgb(15, 15, 37);
    padding: 60px 0;
}
.div-atendimento-zap-interno {
    width: 80%;
}
#h_maps {
    color: rgb(255, 90, 0);
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 68px;
}
.div-instagram-img {
    display: flex;
    justify-content: center;
    margin: 35px 0;
}
.div-instagram-img img {
    width: 275px;
}
.div-social-icon {
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 630px) {
    #h_maps {
        font-size: 28px !important;
    }
    .div-instagram-img img {
        width: 200;
    }
    .div-social-icon {
        display: block;
    }
}
/*---------------------GALERIA---------------------------*/
.div-galeria {
    background: white;
    position: relative;
    padding: 20px 7%;
}
.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: 4;
	column-gap: 10px;
}
.div-galeria-fotos img {
    width: 100%;
    margin: 3px;
    border-radius: 7px;
    cursor: pointer;
}
.div-background-right {
    position: absolute;
    z-index: 0;
    height: 100%;
    overflow: hidden;
    right: 10%;
}
.div-background-right img {
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}
.div-button-more {
    height: 50px;
    display: flex;
    justify-content: center;
    opacity: 0.7;
    background: white;
    cursor: pointer;
    border-radius: 0px 0px 10px 10px;

    animation-name: maisImagens;
    animation-duration: 3s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}
@media (max-width: 1140px) {
    .div-galeria-fotos section {
		column-count: 3;
	}
}
@media (max-width: 700px) {
    .div-galeria-fotos section {
		column-count: 2;
	}
}

.questionSelected{
	height: fit-content;
}
.esconder{
    opacity: 0;
}
/*---------------ANIMAÇÕES------------------*/
@keyframes piscar{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes maisImagens{
  0%{
    background: white;
  }
  50%{
    background: white;
  }
  75%{
    background: #c3c3c3;
  }
  100%{
    background: white;
  }
}
@keyframes clique{
  0%{
    background: #ff6600;
  }
  70%{
    background: #ff6600;
  }
  85%{
    background: #ff893a;
  }
  100%{
    background: #ff6600;
  }
}
@keyframes deslizar{
  0%{
    right: -90vw;
  }
  100%{
    right: 0vw;
  }
}
@keyframes deslizar2{
  0%{
    right: -90vw;
  }
  50%{
    right: -90vw;
  }
  100%{
    right: 0vw;
  }
}
@keyframes deslizar3{
  0%{
    right: -90vw;
  }
  66%{
    right: -90vw;
  }
  100%{
    right: 0vw;
  }
}
@keyframes deslizar4{
  0%{
    right: -90vw;
  }
  75%{
    right: -90vw;
  }
  100%{
    right: 0vw;
  }
}
/*--------------------------------------------------------------LANDING PAGE CSS---------------------------------------------------*/
.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;
    flex-wrap: wrap;
}
.div-type-text {
    width: 50%;
    margin: 25px;
}
.topico-copel {
    max-width: none !important;
    width: 90% !important;
}
.img-topico-copel{
    background: rgb(255 102 0);
}
.img-copel{
    width: auto !important;
    height: 100%;
    margin: auto;
}
.div-button {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.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;
}
@media(min-width: 1300px){
    .button-processo{
        justify-content: flex-start;
    }
}
.button-zap{
    cursor: pointer;
}
/*--------------------------------------------------------------LANDING PAGE LANDINGPOSTES---------------------------------------------------*/
.div-fotos {
    padding: 80px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
}
.div-fotos-principal {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.div-principal-float-left {
    FLOAT: left;
    width: 500px;
    height: 430px;
    overflow: hidden;
    padding: 0 60px;
    min-width: 500px;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}
.div-principal-float-left img {
    height: 100%;
    border-radius: 8px;
}
.div-principal-float-right {
    width: 40%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.button-fotos-principal{
    width: 100%;
}
.div-principal-display{
    display: none;
}
.p-display-none{
    display: none;
}
@media(max-width: 1200px){
    .div-type-img {
        width: 400px;
        height: 400px;
    }
    .div-principal-display{
        display: block;
    }
    .p-display{
        display: none;
    }
    .div-fotos {
        padding: 20px 80px 80px 80px;
    }
    .div-principal-float-left {
        margin-top: 30px;
    }
    .div-principal-float-right {
        width: 100%;
    }
    .p-display-none{
        display: block;
    }
    .p-title-block{
        display: none;
    }
}
@media(max-width: 800px){
    .div-fotos {
        padding: 20px;
    }
    .div-principal-float-left {
        width: 300px;
        height: 250px;
        min-width: auto;
    }
}