.BannerContainer {
	display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  background: #FF6701;
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.post-content {
  margin-top: 20px;
}
.post-text {
  color: #fff;
}

.post-content {
  margin-top: 20px;
}
.post-text {
  color: #fff;
}

.post-content {
  margin-top: 20px;
}
.post-text {
  color: #fff;
}

/* ModalMensagem */

.modalImage.modal-dialog-centered{
  max-width: 500px;
}

.modalImage .modal-body .close{
  border: solid 1px #fdfbfa;
  border-radius: 5px;
  padding: 0rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: absolute;
  top: 17px;
  right: 20px;   
  cursor: pointer;
  opacity: 1;
  height: 32px;
  z-index: 10;
}

.modalImage .modal-body .close span{ 
  color: #ff6600;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.modalImage .modal-body{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.modalImage .modal-body img{
  width: 200%;
  position: relative;
  top: 20%;
  left: -39%;
}
.section-campanha {
    background-color: #ff6800;
}

.logo-campanha {
    color: #ffffff !important;
}

.header-campanha {
    background: transparent;
    box-shadow: 0 0 0 0;
    height: 120px;
    position: absolute;
} @media (max-width: 991px) {
    .header {
        height: 60px;
    }
}

.background-campanha {
    background: #ff6701;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url("../images/bg-laranja.png");
}

.footer-campanha {
    background-color: #002afc;
    background-image: url("../images/bg-azul.png");
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
}

.section-icons-text--item img {
    border-radius: unset;
}


.imagem-campanha-site-movvi {
    position: relative;
    left: 30px;
}

/** Layout mobile */
@media (max-width: 480px) {
    .imagem-footer-campanha {
        width: 100%;
    }
    
    .imagem-campanha-footer-logo {
        width: 50%;
    }
    
    .img-campanha-logo-movvi {
        height: 10vh;
        float: right;
    }

    .img-campanha-entrega {
        width:  45vh;
    }
    
    .background-campanha {
        background: #ff6701;
        min-height: 100vh;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: center;
    }
}
/** Layout Tablet ou Desktop */
@media (min-width: 481px) {
    .img-campanha-logo-movvi {
        height: 15vh;
        padding-left: 25px;
   }

   .img-campanha-entrega {
        width:  90%;
        padding-top: 75px;
    }
}

.caminhao-campanha-sao-rio img {
    position: relative;
    top: 120px;
    max-height: 170vh;
}

.imagem-entrega-campanha {
    /*max-width: 80vh;
    padding-top: 120px;
    padding-right: 420px;*/
}

.logo-header-campanha {
    width: 25%;
    padding-left: 70px;
}

.imagem-entrega-header-campanha {
    width: 50%;
}

.imagem-entrega-header-campanha img {
    position: relative;
    left: 235px;
    top: 88px;
}

.campanha-imagem-origem-destino {
    padding-top: 115px;
}

.imagem-campanha-origem {
    position: relative;
    width: 20%;
    left: 75px;
}

.imagem-campanha-reverse {
    position: relative;
    left: 150px;
    top: 75px;
    width: 5%;
    height: 5%;
}

.imagem-campanha-destino {
    width: 24%;
    left: 231px;
    position: relative;
}

.imagem-campanha-reverse {
    height: 100%;
}

.campanha-form {
    background-color: #e6e6e6;
    border-radius: 15px;
}

.cor-texto-campanha {
    color: #ff6701;
}

.frase-footer {
    width: 100%;
}

.container-campanha {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
}

.icon-footer-campanha {
    width: 100%;
}

.img-campanha-destino {
    width: 100%;
    vertical-align: middle;
}
.img-campanha-reverse {
    width: 3vh;
    vertical-align: middle;
}
.img-campanha-origem {
    width: 100%;
    vertical-align: middle;
}

.btn-azul-movvi {
    background: #002DF7;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
