:focus, :active, :hover {
    outline: none;
    box-shadow: 0
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none
}

html, body {
    max-width: 100%
}

body {
    font-family: 'Roboto', sans-serif;
}

#topo {
    /* background: url(../layout/banner.jpg) no-repeat center top fixed; */
    /* background-size: cover; */
    font-size: 0;
    text-align: center;
    position: relative;
    /* padding: 75px 0 137px */
    margin: 0 0 -150px 0;

}

#topor {
    position: relative;
    padding: 95px 0 60px
}

#topo:before, #topor:before {
    position: absolute;
    width: 100%;
    height: 130px;
    display: block;
    content: '';
    background: url(../layout/folhas.png) center top;
    top: 0
}

#principal {
    background: #fff;
    position: relative;
    padding: 20px 0 85px;
}

#principal:before {
    content: '';
    width: 100%;
    display: block;
    height: 167px;
    top: -148px;
    background: url(../layout/bg-casas.png);
    position: absolute;
}

#principal h2 {
    font-size: 30px;
}

.out {
    font-size: 0;
    display: none
}

.campo-arvore {
    width: 100%;
    background: #efefef;
    position: relative;
    z-index: 999
}

.items span {
    display: block;
    font-size: 16px;

}

.wrapballs {
    position: relative;
    width: 100%;
    height: 100%;
}

.bola {
    border-radius: 50%;
    width: 70px;
    height: 67px;
    border: 2px solid #f2bd36;
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    transition: 250ms linear
}

.bola:before {
    content: '';
    display: block;
    width: 20px;
    height: 10px;
    border-radius: 5px 5px 0 0;
    background: #ccc;
    position: absolute;
    transition: 250ms linear;
    top: -11px;
    left: 50%;
    margin-left: -10px;
    z-index: -1;
    /*bg*/
    background: rgb(207, 209, 209);
    background: -moz-linear-gradient(left, rgba(207, 209, 209, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(98, 102, 103, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(207, 209, 209, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(98, 102, 103, 1) 100%);
    background: linear-gradient(to right, rgba(207, 209, 209, 1) 0%, rgba(249, 249, 249, 1) 35%, rgba(98, 102, 103, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfd1d1', endColorstr='#626667', GradientType=1);
}

.bola:after {
    content: '';
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 14px;
    height: 16px;
    display: block;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -7px;
    z-index: -2;
}

.bola {
    background: rgb(82, 56, 11);
    background: -moz-linear-gradient(left, rgba(82, 56, 11, 1) 0%, rgba(203, 148, 33, 1) 25%, rgba(244, 203, 67, 1) 40%, rgba(252, 225, 87, 1) 50%, rgba(244, 203, 67, 1) 60%, rgba(203, 148, 33, 1) 79%, rgba(82, 56, 11, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(82, 56, 11, 1) 0%, rgba(203, 148, 33, 1) 25%, rgba(244, 203, 67, 1) 40%, rgba(252, 225, 87, 1) 50%, rgba(244, 203, 67, 1) 60%, rgba(203, 148, 33, 1) 79%, rgba(82, 56, 11, 1) 100%);
    background: linear-gradient(to right, rgba(82, 56, 11, 1) 0%, rgba(203, 148, 33, 1) 25%, rgba(244, 203, 67, 1) 40%, rgba(252, 225, 87, 1) 50%, rgba(244, 203, 67, 1) 60%, rgba(203, 148, 33, 1) 79%, rgba(82, 56, 11, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52380b', endColorstr='#52380b', GradientType=1);
}


.bola img {
    border-radius: 50%;
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    left: 50%;
    top: 50%;
    margin-top: -.5px;
    margin-left: -.5px
}

.wrapballs .mkar {
    opacity: 0
}

#bg-arvore {
    background: url(../layout/arvore.png) no-repeat center top;
    background-size: cover;

}

.subir {
    top: -204px;
    position: relative;
    z-index: 999;
}

.slick-slide {
    opacity: 0
}

.slick-slide.slick-active {
    opacity: 1
}

.play {
    display: block;
    width: 35px;
    height: 35px;
    background: #29371e;
    border-radius: 50%;
    position: absolute;
    top: 38px;
    right: 5px;
    z-index: 99;
    font-size: 24px;
    line-height: 37px;
    color: #d99920;
    text-align: center;
}

.play:hover {
    color: #ffb934
}

.bola.apa {
    background: linear-gradient(
        to right,
        rgba(11, 56, 82, 1) 0%,
        rgba(33, 148, 203, 1) 25%,
        rgba(67, 203, 244, 1) 40%,
        rgba(87, 225, 252, 1) 50%,
        rgba(67, 203, 244, 1) 60%,
        rgba(33, 148, 203, 1) 79%,
        rgba(11, 56, 82, 1) 100%
    ) !important;
}

.bola.apa .play{
     opacity: 0
}
.bola.apa a:after {
    content: 'Apadrinhado';
    background: #98d849;
    font-size: 11px;
    padding: 4px;
    position: absolute;
    z-index: 99;
    opacity: 1;
    left: 2%;
    top: 73%;
    transform: rotate(-15deg);
    border-radius: 0;
    opacity: .9;
    color: #000;
    box-shadow: 2px 2px 2px rgba(0,0,0,.4);
    font-weight: 500;
}

/*efeito bola*/
.bola:hover:before, .bola:hover {
    transform: rotate(-5deg);
}

/*posicoes*/
#bg-arvore .bola:first-child {
    top: 100px;
    left: 50%;
    margin-left: -25px;
}

/*linha 2*/
#bg-arvore .bola:nth-child(2) {
    top: 200px;
    left: 50%;
    margin-left: -74px;
}

#bg-arvore .bola:nth-child(3) {
    top: 191px;
    left: 50%;
    margin-left: 15px;
}

/*linha 3*/
#bg-arvore .bola:nth-child(4) {
    top: 302px;
    left: 50%;
    margin-left: -101px;
}

#bg-arvore .bola:nth-child(5) {
    top: 288px;
    left: 50%;
    margin-left: -26px;
}

#bg-arvore .bola:nth-child(6) {
    top: 330px;
    left: 50%;
    margin-left: 57px;
}

/*linha 4*/
#bg-arvore .bola:nth-child(7) {
    top: 402px;
    left: 50%;
    margin-left: -121px;
}

#bg-arvore .bola:nth-child(8) {
    top: 408px;
    left: 50%;
    margin-left: -26px;
}

#bg-arvore .bola:nth-child(9) {
    top: 430px;
    left: 50%;
    margin-left: 57px;
}

/*linha 5*/
#bg-arvore .bola:nth-child(10) {
    top: 502px;
    left: 50%;
    margin-left: -167px;
}

#bg-arvore .bola:nth-child(11) {
    top: 488px;
    left: 50%;
    margin-left: -77px;
}

#bg-arvore .bola:nth-child(12) {
    top: 530px;
    left: 50%;
    margin-left: 7px;
}

#bg-arvore .bola:nth-child(13) {
    top: 530px;
    left: 50%;
    margin-left: 93px;
}

/*linha 6*/
#bg-arvore .bola:nth-child(14) {
    top: 602px;
    left: 50%;
    margin-left: -167px;
}

#bg-arvore .bola:nth-child(15) {
    top: 595px;
    left: 50%;
    margin-left: -77px;
}

#bg-arvore .bola:nth-child(16) {
    top: 630px;
    left: 50%;
    margin-left: 7px;
}

#bg-arvore .bola:nth-child(17) {
    top: 630px;
    left: 50%;
    margin-left: 93px;
}

/*linha 7*/
#bg-arvore .bola:nth-child(18) {
    top: 702px;
    left: 50%;
    margin-left: -229px;
}

#bg-arvore .bola:nth-child(19) {
    top: 698px;
    left: 50%;
    margin-left: -144px;
}

#bg-arvore .bola:nth-child(20) {
    top: 695px;
    left: 50%;
    margin-left: -56px;
}

#bg-arvore .bola:nth-child(21) {
    top: 717px;
    left: 50%;
    margin-left: 41px;
}

#bg-arvore .bola:nth-child(22) {
    top: 714px;
    left: 50%;
    margin-left: 139px;
}

.termos a {
    color: #00913d;

}

#faixa-vermelha {
    background: #e24949;
    padding: 50px 0 0;
    position: relative;
    z-index: 999;
}

#arvore {
    background: #f0f0f0;
    padding: 50px 0 0;
    position: relative;
}

#faixa-vermelha:after,
#faixa-vermelha:before,
#arvore:after,
#arvore:before {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    top: -29px;
    height: 122px;
    background: #e24949;
}

#arvore:after,
#arvore:before,
.prearvore {
    background: #f0f0f0 !important
}

#faixa-vermelha:after,
#arvore:after {
    right: 0;
    border-radius: 117px 0 0 0
}

#faixa-vermelha:before,
#arvore:before {
    left: 0;
    border-radius: 0 117px 0 0
}

.prevermelho, .prearvore {
    position: absolute;
    width: 80%;
    left: 50%;
    z-index: 9;
    background: #e24949;
    top: -74px;
    height: 117px;
    margin-left: -40%;
    border-radius: 88%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    height: 46px;
    border: none;
    width: 26px;
    margin-top: -23px;
    font-size: 0;
    cursor: pointer;
    z-index: 999;
    background: url(../layout/arrows.png) no-repeat center top;
    outline: none !important
}

.slick-arrow:hover {
    opacity: .8
}

.slick-prev.slick-arrow {
    left: -5px;

}

.slick-next.slick-arrow {
    right: -5px;
    transform: rotate(-180deg);
}

.slick-active .bola {
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 0%;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0%;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0%;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0%;
    -ms-animation: animationFrames linear 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 0%;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg);
    }
    20% {
        -moz-transform: rotate(15deg);
    }
    40% {
        -moz-transform: rotate(-10deg);
    }
    60% {
        -moz-transform: rotate(5deg);
    }
    80% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg);
    }
    20% {
        -o-transform: rotate(15deg);
    }
    40% {
        -o-transform: rotate(-10deg);
    }
    60% {
        -o-transform: rotate(5deg);
    }
    80% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg);
    }
    20% {
        -ms-transform: rotate(15deg);
    }
    40% {
        -ms-transform: rotate(-10deg);
    }
    60% {
        -ms-transform: rotate(5deg);
    }
    80% {
        -ms-transform: rotate(-5deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}

.slick-active .bola img {
    transition: 800ms linear;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0%;
    top: 0%;
    margin-top: 0;
    margin-left: 0
}

@keyframes animationFrames {
    0% {
        transform: translate(0px, 0px) rotate(-5deg);
    }
    50% {
        transform: translate(0px, 0px) rotate(5deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: translate(0px, 0px) rotate(-5deg);
    }
    50% {
        -moz-transform: translate(0px, 0px) rotate(5deg);
    }
    100% {
        -moz-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(-5deg);
    }
    50% {
        -webkit-transform: translate(0px, 0px) rotate(5deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: translate(0px, 0px) rotate(-5deg);
    }
    50% {
        -o-transform: translate(0px, 0px) rotate(5deg);
    }
    100% {
        -o-transform: translate(0px, 0px) rotate(0deg);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: translate(0px, 0px) rotate(-5deg);
    }
    50% {
        -ms-transform: translate(0px, 0px) rotate(5deg);
    }
    100% {
        -ms-transform: translate(0px, 0px) rotate(0deg);
    }
}

#segura-box {
    position: relative;
    z-index: 999;
    margin-top: -161px;
}

.sobe {
    color: #fff;
    position: relative;
    width: 100%;
    left: 0;
    background: #e24949;
    text-align: center;
    padding-bottom: 20px;
    z-index: 9;
    box-shadow: 0 -5px 2px rgba(0, 0, 0, .3) inset;
    margin-top: -51px;
}

.sobe h4 {
    font-size: 36px;
    font-family: 'Another shabby';
    position: relative;
    top: -38px
}

.sobe h4 big {
    font-size: 52px;
    display: block;
}

#rodape {
    padding: 20px 0;
    background: #fff;
}
.flex-rodape{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-rodape img{
    max-width: 140px;
    margin-right: 20px
}
.flexgrid {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.flexgrid p {
    max-width: 205px;
}

.filtrar input {
    opacity: 0
}

.filtrar label {
    cursor: pointer;
    font-size: 15px;
}

.filtrar span {
    width: 20px;
    height: 20px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    top: 5px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-right: 4px;
}

.filtrar span b {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #afcb08;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #fff;
    opacity: 0
}

.act span b {
    opacity: 1
}

.box-filtro {
    margin-top: 136px;
    color: #434040
}

.filtro h3 {
    font-size: 16px;
    color: #6f6f6f;
    position: relative;
    margin-bottom: 20px
}

.filtro h3 img {
    position: relative;
    top: -3px;
    margin-right: 7px;
    left: 3px;
}

.filtro h3 span {
    display: inline-block;
}

.filtro h3 span:after {
    content: '';
    width: 58px;
    height: 1px;
    display: block;
    background: #6f6f6f
}

.star {
    position: relative;
    width: 52px;
    height: 42px;
    margin: 29px 33px 15px;
    overflow: visible;
}

.star img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.star img[alt="star-on"] {
    z-index: 9;
    opacity: 0
}

.star.complete img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

.star.complete img[alt="star-on"] {
    z-index: 9;
    opacity: 1;
    display: block;
    -webkit-animation-name: ef-pulse-grow;
    animation-name: ef-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes ef-pulse-grow {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes ef-pulse-grow {
    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.btermometro {
    position: relative;
    overflow: hidden;
}

.mercurio {
    background: red;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 115px;
    transition: 250ms linear;
    background: rgb(121, 233, 12);
    background: -moz-linear-gradient(top, rgba(121, 233, 12, 1) 0%, rgba(201, 17, 61, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(121, 233, 12, 1) 0%, rgba(201, 17, 61, 1) 100%);
    background: linear-gradient(to bottom, rgba(121, 233, 12, 1) 0%, rgba(201, 17, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79e90c', endColorstr='#c9113d', GradientType=0);
}

img[alt="termometro"] {
    position: absolute;
    z-index: 9
}

.cortina {
    position: absolute;
    z-index: 3;
    background: #f0f0f0;
    top: 0;
    transition: 1s linear
}

.btermometro, .mercurio,
img[alt="termometro"],
.cortina {
    width: 115px;
    height: 320px
}
.cortina {
    margin-top: 28px;
    height: 258px;
}
.medidor {
    max-width: 120px;
    text-align: center;
    line-height: 1.2;
    color: #6f6f6f;
    font-size: 15px;
}

.colorverde {
    color: #92a61b;
    font-size: 13px;
    font-weight: 800;
}

.f18 {
    font-size: 18px;
}

.bt-verde {
    display: inline-block;
    border: none;
    width: 240px;
    overflow: hidden;
    line-height: 59px;
    text-align: center;
    height: 59px;
    color: #000;
    font-size: 15px !important;
    position: relative;
    top: -31px;
    border-radius: 5px;
    background: rgb(211, 247, 5);
    cursor: pointer;
    outline: none;
    background: -moz-linear-gradient(top, rgba(211, 247, 5, 1) 0%, rgba(147, 169, 10, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(211, 247, 5, 1) 0%, rgba(147, 169, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(211, 247, 5, 1) 0%, rgba(147, 169, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3f705', endColorstr='#93a90a', GradientType=0);
}

.bt-verde img {
    position: relative;
    left: -5px;
    top: -2px;
}

.bt-verde:hover {
    color: #000;
    background: #cff105

}

.bt-verde:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.bt-verde:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}
.bt-verde b{
    font-size: 23px;
    position: relative;
    top: 4px;
}

.bt-verde b{
    font-size: 23px;
    position: relative;
    top: 4px;
}
.bt-verde.apadrinhado b{
    color: red
}
.bt-verde.apadrinhado {
      cursor: not-allowed;  
    background:#f0f0f0
   /* cursor: not-allowed;
    background: rgb(139, 0, 0);
    outline: none;
  background: -moz-linear-gradient(top, rgba(165, 42, 42, 1) 0%, rgba(128, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(165, 42, 42, 1) 0%, rgba(128, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(165, 42, 42, 1) 0%, rgba(128, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A52A2A', endColorstr='#800000', GradientType=0);
    color: white !important;*/
}

.f20 {
    font-size: 20px;
}

.box-patrocinos {
    /* padding: 17px 0; */
    background: #fff
}

.visible-mobile {
    display: none
}

.foto-crianca {
    position: relative;
    top: -98px;
    height: 95px;
    left: 0;
    width: 100%;
    text-align: center;
}

.foto-crianca img {
    display: inline-block;
    width: 195px;
    height: 195px;
    border-radius: 50%;
}

.informacoes {
    font-size: 20px;
}

.informacoes b {
    display: block;
    font-weight: 800
}

.modal-header {
    position: relative;
    text-align: center;
}

a:hover {
    opacity: .9
}

input:hover + span {
    opacity: .9
}

.circo-foto {
    border-radius: 50%;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 5px;
}

.modal-faixa {
    background-color: #edeef0;
    padding: 10px 0;
    color: #000;
    font-size: 16px;
}

.modal-faixa b {
    color: #888888;
    font-size: 20px;
}

.modal-body {
    padding: 20px;
    text-align: center;
}

.modal-footer-dois {
    position: relative;
    padding: 15px;
    border: none;
    text-align: center;
}

.modal-footer-dois a {
    top: 0
}

.internas {
    background-color: #f0f0f0;
}

.main {
    position: relative;
    max-width: 100%;
}

#contain {
    padding-bottom: 140px
}

.hgroup {
    font-size: 16px;
}

.hgroup h2 {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 5px;
}

.box-min,
.box-form {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.fundo-cinza {
    padding: 49px 0px;
    text-align: center;
    background: #edeef0;
    border-radius: 0 0 10px 10px
}

.topbox {
    text-align: center;
    position: relative;
    padding-top: 125px;
    text-align: center;
}

.topbox .circo-foto {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -92.5px;

}

.topbox + .nomeinfo {
    text-align: center;
    padding-bottom: 25px !important;

}

.nomeinfo b {
    font-weight: 900;
    font-size: 20px;
}

.box-form form {
    display: block;
    padding: 8px 30px 29px;
}

.box-form form input,
.box-form form textarea {
    display: inline-block;
    width: 100%;
    border: thin solid #b5b2b1;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000;
    padding: 1em;
    border-radius: 5px;
}

.box-unpload {
    position: relative;
    cursor: pointer;
}

.box-unpload input:hover {
    cursor: pointer;
}

.box-unpload input:hover + span {
    opacity: .9
}

.box-form form textarea {
    height: 142px;
}

.termos {
    padding-top: 15px;
}

.box-form form input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
    opacity: 0;
    z-index: 9
}

.fls-butto {
    background: #656565;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: .9em;
    border-radius: 5px;
    position: absolute;
    top: 1px;
    right: 0
}

.mercurio {
    width: 114px;
    height: 288px;
    top: 1px;
    bottom: auto;
}

.modal-header {
    border: none
}

.box-verde {
    width: 70%;
    margin: 10px auto;
    background: #00913d;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.box-verde h6 {
    font-size: 20px;
    font-weight: 800
}

.modal-body h3 {
    font-size: 35px;
    margin-bottom: 20px
}

.bt-facebook {
    color: #fff;
    background: #085087;
    padding: .8em 1.4em;
    margin-bottom: 20px;
}

.bt-facebook:hover,
.bt-facebook:focus {
    color: #fff;
    opacity: .9
}
.far{
    display: none
}
.slick-active .bola .play img{
    width: 24px;
    margin: auto;
    text-align: center;
    display: block;
    float: none;
    position: relative;
    top: 3px;
}

#texto-girar {
    display: none;
    padding: 0 0 100px 0;
    text-align: center;
}
/*===== responsivo =======*/
@media only screen and (min-width: 1185px) {
    .logo-topo{
        padding: 85px 0;
        display: inline-block
    }
}
@media only screen and (max-width: 1185px) {

    #segura-box.container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%
    }

    #texto-girar {
        display: flex;
    }

    /*1290*/
}

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

    .flexgrid {
        flex-wrap: wrap;
    }

    .filtro {
        text-align: center;
    }

    .filtro br {
        display: none
    }

    .termometro {
        position: fixed;
        top: 0;
        right: -500px;
        padding-left: 63px;
        width: 245px;
        height: 100%;
        z-index: 999;
        background: #f0f0f0;
        box-shadow: -2px -1px 4px rgba(0, 0, 0, .4);
        padding-top: 35px;
        transition: 250ms linear
    }

    .termometro.open {
        right: 0
    }

    .ocultar {
        display: none
    }

    .visible-mobile {
        display: block;
    }

    .chm-temperatura {
        width: 45px;
        height: 45px;
        padding: 0;
        text-align: center;
        border-radius: 50%;
        background-color: #fff;
        position: fixed;
        z-index: 999;
        bottom: 10px;
        right: 6px;
    }

    .box-min {
        margin-bottom: 20px;
    }

    /*1290*/
    button:focus {
        outline: none
    }
}

@media only screen and (max-width: 560px) {
    .flex-rodape{
        flex-direction: column
    }
    .flex-rodape img {
        margin: 0;
       
    }
    .box-patrocinos {
        /* padding: 15px; */
        padding: 0;
        text-align: center
    }
    .box-patrocinos  img{
        /* max-width: 94px;
        margin: 10px 0; */
        max-width: 100%;
        margin: 0 !important;
        padding: 0 !important;
    }
    .flex2{
        display: flex;
        justify-content: space-around;
    }
    .hgroup h2 {
        font-weight: bold;
        font-size: 21px;
    }
    #topo {
        /* background: url(../layout/banner-mobile.png) no-repeat center top; */
        /* padding: 113px 0 165px; */
        background-size: cover;
        margin: 0px;
    }

    #principal:before {
        content: '';
        width: 100%;
        display: none;
        height: 167px;
        top: -148px;
        background: url(../layout/bg-casas.png);
        position: absolute;
    }

    .prevermelho {
        top: -42px;
        height: 72px;
    }
    .sobe {
       margin-top: 25px !important;
    }
}

.sobe {
    margin-top: 5px
}

.bola {
    width: 61px;
    height: 61px;
}

/*posicoes*/
#bg-arvore .bola:first-child {
    top: 68px;
    left: 50%;
    margin-left: -25px;
}

/*linha 2*/
#bg-arvore .bola:nth-child(2) {
    top: 168px;
    left: 50%;
    margin-left: -74px;
}

#bg-arvore .bola:nth-child(3) {
    top: 151px;
    left: 50%;
    margin-left: 15px;
}

/*linha 3*/
#bg-arvore .bola:nth-child(4) {
    top: 250px;
    left: 50%;
    margin-left: -101px;
}

#bg-arvore .bola:nth-child(5) {
    top: 258px;
    left: 50%;
    margin-left: -26px;
}

#bg-arvore .bola:nth-child(6) {
    top: 300px;
    left: 50%;
    margin-left: 57px;
}

/*linha 4*/
#bg-arvore .bola:nth-child(7) {
    top: 370px;
    left: 50%;
    margin-left: -121px;
}

#bg-arvore .bola:nth-child(8) {
    top: 380px;
    left: 50%;
    margin-left: -26px;
}

#bg-arvore .bola:nth-child(9) {
    top: 400px;
    left: 50%;
    margin-left: 57px;
}

/*linha 5*/
#bg-arvore .bola:nth-child(10) {
    top: 470px;
    left: 50%;
    margin-left: -167px;
}

#bg-arvore .bola:nth-child(11) {
    top: 458px;
    left: 50%;
    margin-left: -77px;
}

#bg-arvore .bola:nth-child(12) {
    top: 500px;
    left: 50%;
    margin-left: 7px;
}

#bg-arvore .bola:nth-child(13) {
    top: 500px;
    left: 50%;
    margin-left: 93px;
}

/*linha 6*/
#bg-arvore .bola:nth-child(14) {
    top: 570px;
    left: 50%;
    margin-left: -167px;
}

#bg-arvore .bola:nth-child(15) {
    top: 550px;
    left: 50%;
    margin-left: -77px;
}

#bg-arvore .bola:nth-child(16) {
    top: 600px;
    left: 50%;
    margin-left: 7px;
}

#bg-arvore .bola:nth-child(17) {
    top: 600px;
    left: 50%;
    margin-left: 93px;
}

/*linha 7*/
#bg-arvore .bola:nth-child(18) {
    top: 670px;
    left: 50%;
    margin-left: -229px;
}

#bg-arvore .bola:nth-child(19) {
    top: 668px;
    left: 50%;
    margin-left: -144px;
}

#bg-arvore .bola:nth-child(20) {
    top: 665px;
    left: 50%;
    margin-left: -56px;
}

#bg-arvore .bola:nth-child(21) {
    top: 690px;
    left: 50%;
    margin-left: 41px;
}

#bg-arvore .bola:nth-child(22) {
    top: 688px;
    left: 50%;
    margin-left: 139px;
}

.box-min, .box-form {
    margin-bottom: 20px
}

/*560*/
@media only screen and (max-width: 500px) {

    #bg-arvore .bola:nth-child(6) {
        top: 256px;
    }

    #bg-arvore .bola:nth-child(7) {
        top: 338px;
    }

    #bg-arvore .bola:nth-child(7) {
        top: 338px;
    }

    #bg-arvore .bola:nth-child(9) {
        top: 362px;
    }

    #bg-arvore .bola:nth-child(10) {
        top: 417px;
        left: 50%;
        margin-left: -161px;
    }

    #bg-arvore .bola:nth-child(11) {
        top: 408px;
        left: 50%;
        margin-left: -77px;
    }

    #bg-arvore .bola:nth-child(12) {
        top: 433px;
        left: 50%;
        margin-left: 7px;
    }

    #bg-arvore .bola:nth-child(13) {
        top: 447px;
        left: 50%;
        margin-left: 93px;
    }

    #bg-arvore .bola:nth-child(14) {
        top: 518px;
        left: 50%;
        margin-left: -167px;
    }

    #bg-arvore .bola:nth-child(15) {
        top: 513px;
        left: 50%;
        margin-left: -77px;
    }

    #bg-arvore .bola:nth-child(16) {
        top: 524px;
        left: 50%;
        margin-left: 7px;
    }

    #bg-arvore .bola:nth-child(16) {
        top: 524px;
        left: 50%;
        margin-left: 7px;
    }

    #bg-arvore .bola:nth-child(18) {
        top: 586px;
        left: 50%;
        margin-left: -201px;
    }

    #bg-arvore .bola:nth-child(19) {
        top: 591px;
        left: 50%;
        margin-left: -120px;
    }

    #bg-arvore .bola:nth-child(20) {
        top: 581px;
        left: 50%;
        margin-left: -38px;
    }

    #bg-arvore .bola:nth-child(21) {
        top: 597px;
        left: 50%;
        margin-left: 41px;
    }

    #bg-arvore .bola:nth-child(22) {
        top: 611px;
        left: 50%;
        margin-left: 139px;
    }

    .prevermelho {
        top: -31px;
        height: 72px;
    }

    #arvore {
        background: #f0f0f0;
        padding: 50px 0 10px;
        position: relative;
    }

    /*490*/
}

@media only screen and (max-width: 480px) {
    .slick-slide .img-fluid {
        max-width: 1000%;
        height: auto;
    }

    /*posicoes*/
    #bg-arvore .bola:first-child {
        top: 68px;
        left: 50%;
        margin-left: -25px;
    }

    /*linha 2*/
    #bg-arvore .bola:nth-child(2) {
        top: 168px;
        left: 50%;
        margin-left: -74px;
    }

    #bg-arvore .bola:nth-child(3) {
        top: 151px;
        left: 50%;
        margin-left: 15px;
    }

    /*linha 3*/
    #bg-arvore .bola:nth-child(4) {
        top: 250px;
        left: 50%;
        margin-left: -101px;
    }

    #bg-arvore .bola:nth-child(5) {
        top: 258px;
        left: 50%;
        margin-left: -26px;
    }

    #bg-arvore .bola:nth-child(6) {
        top: 300px;
        left: 50%;
        margin-left: 57px;
    }

    /*linha 4*/
    #bg-arvore .bola:nth-child(7) {
        top: 370px;
        left: 50%;
        margin-left: -121px;
    }

    #bg-arvore .bola:nth-child(8) {
        top: 380px;
        left: 50%;
        margin-left: -26px;
    }

    #bg-arvore .bola:nth-child(9) {
        top: 400px;
        left: 50%;
        margin-left: 57px;
    }

    /*linha 5*/
    #bg-arvore .bola:nth-child(10) {
        top: 470px;
        left: 50%;
        margin-left: -167px;
    }

    #bg-arvore .bola:nth-child(11) {
        top: 458px;
        left: 50%;
        margin-left: -77px;
    }

    #bg-arvore .bola:nth-child(12) {
        top: 500px;
        left: 50%;
        margin-left: 7px;
    }

    #bg-arvore .bola:nth-child(13) {
        top: 500px;
        left: 50%;
        margin-left: 93px;
    }

    /*linha 6*/
    #bg-arvore .bola:nth-child(14) {
        top: 570px;
        left: 50%;
        margin-left: -167px;
    }

    #bg-arvore .bola:nth-child(15) {
        top: 550px;
        left: 50%;
        margin-left: -77px;
    }

    #bg-arvore .bola:nth-child(16) {
        top: 600px;
        left: 50%;
        margin-left: 7px;
    }

    #bg-arvore .bola:nth-child(17) {
        top: 600px;
        left: 50%;
        margin-left: 93px;
    }

    /*linha 7*/
    #bg-arvore .bola:nth-child(18) {
        top: 721px;
        left: 50%;
        margin-left: -201px;
    }

    #bg-arvore .bola:nth-child(19) {
        top: 668px;
        left: 50%;
        margin-left: -144px;
    }

    #bg-arvore .bola:nth-child(20) {
        top: 665px;
        left: 50%;
        margin-left: -56px;
    }

    #bg-arvore .bola:nth-child(21) {
        top: 690px;
        left: 50%;
        margin-left: 41px;
    }

    #bg-arvore .bola:nth-child(22) {
        top: 688px;
        left: 50%;
        margin-left: 139px;
    }

    #arvore {
        padding-bottom: 0
    }

    #faixa-vermelha {
        margin-top: -95px;
    }

    .slick-arrow {
        display: none !important
    }
    
   

    /*465*/
}

@media only screen and (max-width: 420px) {
    #bg-arvore .bola:nth-child(22) {
        top: 768px;
        left: 50%;
        margin-left: 91px;
    }

    #bg-arvore .bola:nth-child(18) {
        top: 738px;
        left: 50%;
        margin-left: -101px;
    }

    /*420*/
}

@media only screen and (max-width: 390px) {
    #bg-arvore .bola:first-child {
        top: 105px;
        left: 50%;
        margin-left: -25px;
    }

    #bg-arvore .bola:nth-child(3) {
        top: 206px;
        left: 50%;
        margin-left: 15px;
    }

    #bg-arvore .bola:nth-child(2) {
        top: 214px;
        left: 50%;
        margin-left: -74px;
    }

    #bg-arvore .bola:nth-child(4) {
        top: 307px;
        left: 50%;
        margin-left: -101px;
    }

    #bg-arvore .bola:nth-child(5) {
        top: 292px;
        left: 50%;
        margin-left: -26px;
    }

    #bg-arvore .bola:nth-child(6) {
        top: 353px;
        left: 50%;
        margin-left: 45px;
    }

    #bg-arvore .bola:nth-child(7) {
        top: 403px;
        left: 50%;
        margin-left: -121px;
    }

    #bg-arvore .bola:nth-child(8) {
        top: 400px;
        left: 50%;
        margin-left: -26px;
    }

    #bg-arvore .bola:nth-child(9) {
        top: 482px;
        left: 50%;
        margin-left: 57px;
    }

    #bg-arvore .bola:nth-child(10) {
        top: 515px;
        left: 50%;
        margin-left: -145px;
    }

    #bg-arvore .bola:nth-child(11) {
        top: 499px;
        left: 50%;
        margin-left: -56px;
    }

    #bg-arvore .bola:nth-child(12) {
        top: 640px;
        left: 50%;
        margin-left: 107px;
    }

    #bg-arvore .bola:nth-child(13) {
        top: 578px;
        left: 50%;
        margin-left: 16px;
    }

    #bg-arvore .bola:nth-child(14) {
        top: 608px;
        left: 50%;
        margin-left: -87px;
    }

    #bg-arvore .bola:nth-child(15) {
        top: 762px;
        left: 50%;
        margin-left: 84px;
    }

    #bg-arvore .bola:nth-child(16) {
        top: 692px;
        left: 50%;
        margin-left: 50px;
    }

    #bg-arvore .bola:nth-child(17) {
        top: 688px;
        left: 50%;
        margin-left: -36px;
    }

    #bg-arvore .bola:nth-child(18) {
        top: 687px;
        left: 50%;
        margin-left: -120px;
    }

    #bg-arvore .bola:nth-child(19) {
        top: 780px;
        left: 50%;
        margin-left: -160px;
    }

    #bg-arvore .bola:nth-child(20) {
        top: 773px;
        left: 50%;
        margin-left: -78px;
    }

    #bg-arvore .bola:nth-child(21) {
        top: 771px;
        left: 50%;
        margin-left: 4px;
    }

    #bg-arvore .bola:nth-child(22) {
        top: 771px;
        left: 50%;
        margin-left: 98px;
    }

    .slick-arrow {
        display: none
    }

    .filtrar {
        width: 172px;
        display: block;
        margin: 0 auto 20px;
    }

    .filtrar label {
        cursor: pointer;
        font-size: 15px;
        display: block;
        text-align: left;
    }

    .sobe h4 {
        font-size: 28px;
        font-family: 'Another shabby';
    }

    .sobe h4 big {
        font-size: 46px;
        display: block;
    }

    /*390*/
}

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

    #bg-arvore .bola:first-child {
        top: 71px;
    }

    #bg-arvore .bola:nth-child(2) {
        top: 158px;
        margin-left: -63px;
    }

    #bg-arvore .bola:nth-child(3) {
        top: 174px;
    }

    #bg-arvore .bola:nth-child(4) {
        top: 237px;
    }

    #bg-arvore .bola:nth-child(5) {
        top: 240px;
    }

    #bg-arvore .bola:nth-child(6) {
        top: 263px;
    }

    #bg-arvore .bola:nth-child(7) {
        top: 332px;
    }

    #bg-arvore .bola:nth-child(8) {
        top: 334px;
        left: 50%;
        margin-left: -47px;
    }

    #bg-arvore .bola:nth-child(9) {
        top: 355px;
        left: 50%;
        margin-left: 29px;
    }

    #bg-arvore .bola:nth-child(10) {
        top: 420px;
        left: 50%;
        margin-left: -102px;
    }

    #bg-arvore .bola:nth-child(11) {
        top: 432px;
        left: 50%;
        margin-left: -22px;
    }

    #bg-arvore .bola:nth-child(12) {
        top: 738px;
        left: 50%;
        margin-left: 6px;
    }

    #bg-arvore .bola:nth-child(13) {
        top: 467px;
        left: 50%;
        margin-left: 60px;
    }

    #bg-arvore .bola:nth-child(14) {
        top: 526px;
        left: 50%;
        margin-left: -75px;
    }

    #bg-arvore .bola:nth-child(15) {
        top: 522px;
        left: 50%;
        margin-left: -152px;
    }

    #bg-arvore .bola:nth-child(16) {
        top: 562px;
        left: 50%;
        margin-left: 1px;
    }

    #bg-arvore .bola:nth-child(17) {
        top: 579px;
        left: 50%;
        margin-left: 72px;
    }

    #bg-arvore .bola:nth-child(18) {
        top: 620px;
        left: 50%;
        margin-left: -120px;
    }

    #bg-arvore .bola:nth-child(19) {
        top: 643px;
        left: 50%;
        margin-left: -48px;
    }

    #bg-arvore .bola:nth-child(20) {
        top: 651px;
        left: 50%;
        margin-left: 36px;
    }

    #bg-arvore .bola:nth-child(21) {
        top: 713px;
        left: 50%;
        margin-left: -138px;
    }

    #bg-arvore .bola:nth-child(22) {
        top: 732px;
        left: 50%;
        margin-left: -66px;
    }

    /*350*/
}

#form-cadastro-pedido #endereco {
    display: none;
}

.legenda {
    margin-bottom: 10px;
    font-size: 14px;
}

#foto-facebook{
    display: none;
}

p#nao-usar:hover{
    opacity: 0.8;
    cursor: pointer;
}

p#nao-usar span{
    color: #00913d;
}