* {

	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70% {
        transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(5px);
    }
}
.container-search {

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #f2f3f6;
    padding: 1em;
    border: 1px solid #d4d7e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 5px 10px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    display: none;
}
.input-query {
    width: 100%;
    padding: 20px;
    border: 1px solid #d4d7e1;
    border-radius: 3px;
    font-size: 1em;
}
.input-query:focus ~ .counter {
    opacity: 0.1;
    transition: opacity 1s ease-in;
}
.list-wrap::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}
  
.list-wrap::-webkit-scrollbar-track {
    background: rgb(161, 161, 161);        /* color of the tracking area */
}

.list-wrap::-webkit-scrollbar-thumb {
    background-color: rgb(255, 115, 0);    /* color of the scroll thumb */
    border: 3px solid rgb(255, 38, 0);  /* creates padding around scroll thumb */
 }
 
.list-wrap {
    margin-top: 0.4em;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 300px;
}
.list-item {
    font-size: 0.9em;
    border-bottom: 1px solid #d4d7e1;
    border-top: 1px solid #fff;
    max-width: 100%;
    background-color: #efe4d4;
}
.list-item:first-child {
    border-top: none;
}
.list-item:last-child {
    border-bottom: none;
}
.list-item-link {
    color: #444;
    text-decoration: none;
    padding: 15px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: top;
}
.item-list-subtext {
    font-size: 85%;
    color: gray;
}
.item-list-subtext:before {
    content: " (";
}
.item-list-subtext:after {
    content: ")";
}
.list-item--disable {
    text-align: center;
    border-bottom: none;
    animation: shake 0.6s;
    color: #9da1b1;
}
.counter {
    position: absolute;
    bottom: -15px;
    right: 10px;
    z-index: 0;
    font-size: 3.5em;
    color: #000;
    transform: translateY(0);
    opacity: 0;
}


.close-search {

    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-bottom: 10px;
    float: right;
    background-color: #333;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.container {

    overflow: hidden;
}

body.active-search .open-search {

    display: none;
}

.cupom {

    position: fixed;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    right: 0;
}

.cupom img {
    
    width: 300px;
    margin: 0 auto;
    display: block;
}

.pulse2 {

    animation: pulse2 0.8s ease-out infinite;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 65px;
    right: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f44336;
    cursor: pointer;
    z-index: 2;
}

.open-search.search-hide {

    display: none;
}

@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 0.3em rgba(137, 255, 47, 75%)
  }
  100% {
    box-shadow: 0 0 0 0.6em rgba(255, 255, 255, 0);
  }
}

#app {

	display: none;
}

.loader-page {

    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader-page span {

    color: #000;
    font-size: 25px;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}

.loader-page.show {

    display: flex;
}

img {

	max-width: 100%;
	vertical-align: top;
}

a {

	color: #333;
	text-decoration: none;
}

ul {

	margin: 0;
	padding: 0;
}

body {

	margin:  0;
	padding:  0;
}

.welcome {

	text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(city.jpg);
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.welcome h1 {

	margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.welcome p {

	font-size: 15px;
    position: relative;
    z-index: 2;
}

.btn-more {

	background-color: #4caf50;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}

.stars {

	background: url(stars.png);
    background-repeat: no-repeat;
    height: 17px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.promotion {

	background: url(ionic-md-flame.png);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 20px;
    font-size: 12px;
    padding-top: 3px;
}



.item {

	display: grid;
    padding: 10px;
    border-bottom: 1px solid #009688;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
    grid-template-columns: 160px auto;
}

.item .image {

	height: 160px;
	width: 160px;
}

.item .text {

	width: 100%;
}

.title-post {

	font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    display: inline-block;
    font-size: 21px;
}

.pagination {

	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	width: 340px;
}

.pagination ul {

	display: inline-block;
}

.pagination li {

	display: inline-block;
	padding: 10px;
	cursor: pointer;
}

.pagination li.active {

	background-color: #8bc34a;
    color: #fff;
}

.loader {

	font-size: 12px;
	text-align: center;
    font-style: italic;
}

.loader img {

	text-align: center;
    margin: 0 auto;
    display: block;
}

.back-page, .next-page {

	cursor: pointer;
}

.form {

	padding: 10px;
	width: 100%;
    position: relative;
    z-index: 2;
}

.form select {

	width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    border: 4px solid #3f51b5;
    border-radius: 15px;
}

.form .select2-container {

    margin-bottom: 15px;
    border: 4px solid #3f51b5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 15px;
}

body .select2-search--dropdown .select2-search__field {

    padding: 15px;
    border: 4px solid #3875d7 !important;
}

.form .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {

    border-radius: 10px;
}

.form .select2-container--default .select2-selection--single {

    border-radius: 10px;
    height: 38px;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow b {

    display: none;
}

.form .select2-container--default .select2-selection--single .select2-selection__arrow {

    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23333333'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-position: 0px 15px;
    height: 38px;
    background-size: 15px;
    width: 25px;
}

body .select2-results__option {

    font-size: 21px;
}

body .select2-results__option:nth-child(even) {

  background-color: #f2f2f2;
}

.form .select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 38px;
}

.content-app {

    padding: 10px;
    width: 410px;
    margin: 0 auto;
    padding-bottom: 90px;
}

.content-app .title {

	text-align: center;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
}

.content-app .title span {

	font-weight: bold;
	color: #ff5722;
}

select {

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23333333'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 20px;
    background-position: calc(100% - 15px) 23px;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* KEYFRAMES */

@-webkit-keyframes animateCloud {
    0% {
        margin-left: -500px;
    }
    100% {
        margin-left: 100%;
    }
}

@-moz-keyframes animateCloud {
    0% {
        margin-left: -500px;
    }
    100% {
        margin-left: 100%;
    }
}

@keyframes animateCloud {
    0% {
        margin-left: -500px;
    }
    100% {
        margin-left: 100%;
    }
}

/* ANIMATIONS */

.x1 {
    -webkit-animation: animateCloud 35s linear infinite;
    -moz-animation: animateCloud 35s linear infinite;
    animation: animateCloud 35s linear infinite;
    
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    transform: scale(0.65);
}

.x2 {
    -webkit-animation: animateCloud 20s linear infinite;
    -moz-animation: animateCloud 20s linear infinite;
    animation: animateCloud 20s linear infinite;
    
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3);
}

.x3 {
    -webkit-animation: animateCloud 30s linear infinite;
    -moz-animation: animateCloud 30s linear infinite;
    animation: animateCloud 30s linear infinite;
    
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
}

.x4 {
    -webkit-animation: animateCloud 18s linear infinite;
    -moz-animation: animateCloud 18s linear infinite;
    animation: animateCloud 18s linear infinite;
    
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
}

.x5 {
    -webkit-animation: animateCloud 25s linear infinite;
    -moz-animation: animateCloud 25s linear infinite;
    animation: animateCloud 25s linear infinite;
    
    -webkit-transform: scale(0.55);
    -moz-transform: scale(0.55);
    transform: scale(0.55);
}

/* OBJECTS */

.cloud {
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 5%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#fff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    background: -o-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    background: -ms-linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    background: linear-gradient(top,  #fff 5%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f1f1f1',GradientType=0 );
    
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    
    -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

    height: 120px;
    position: relative;
    width: 350px;
    opacity: 0.8;
}

.cloud:after, .cloud:before {
    background: #fff;
    content: '';
    position: absolute;
    z-indeX: -1;
}

.cloud:after {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;

    height: 100px;
    left: 50px;
    top: -50px;
    width: 100px;
}

.cloud:before {
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;

    width: 180px;
    height: 180px;
    right: 50px;
    top: -90px;
}

.policy-page {

    padding-left:10px;
    padding-right:10px;
    text-align: center;
}

.policy-page a {

    text-decoration: underline;
}

.policy-page.space {

    margin-bottom: 160px;
}

#background-wrap {
    bottom: 0;
    left: 0;
    padding-top: 00px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 85%;
}

@media screen and (max-width: 400px) {

    .content-app {

        width: 100%;
    }

    .title-post {

        line-height: 25px;
        font-size: 18px;
    }

}