.sec03 .atracoes-list .row li .descricao-atracao .titulo {
    margin-bottom: 15px;
}

em {
    font-style: italic !important;
}

li.box-offer-photo .button,
li.box-offer .button {
    display: none;
}

.flutuante {
    width: 162px;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #30b918;
    padding: 20px 0px;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    top: 348px;
    margin-left: -196px;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.16);
    z-index: 9;
}

.flutuante p:first-child {
    font-size: 14px;
    width: 82%;
    margin: 0 auto;
    font-weight: 600;
    padding: 0px 10px 15px 10px;
}

.flutuante p:nth-child(2) {
    font-size: 15px;
    text-transform: uppercase;
    background-color: #30B918;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 10px 0px;
    line-height: 30px;
    pointer-events: none;
}

.flutuante p:nth-child(2) a {
    color: #fff;
    pointer-events: none;
    font-size: 14px;
}

.flutuante p:nth-child(2) span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    pointer-events: none;
}

.flutuante p:nth-child(3) {
    font-size: 12px;
    color: #707070;
    padding: 15px 30px 0 30px;
    margin-bottom: 0;
}

li.box-offer-photo p.parcela {
    font-size: 16px;
    padding-bottom: 4px;
    /* display: block; */
    background-color: #39C81F;
    color: #fff;
    border-radius: 12px;
    margin: 10px 10px;
    text-transform: inherit;
    padding: 6px 10px;
    border: 0px;
    font-weight: 600;
}

li.box-offer-photo {
    height: 452px;
}

li.box-offer-photo p.parcela:before {
    content: "Compre pelo telefone";
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
    font-weight: normal;
}

li.box-offer p.parcela {
    margin: 3px 1px;
    padding: 3px 10px;
}

li.box-offer p.taxa {
    margin-top: 2px;
    margin-bottom: 2px;
}

li.box-offer .preco p:nth-child(2) {
    margin-bottom: 3px;
}

.preco p:nth-child(2) {
    margin-bottom: 0px;
}

.box-offer .preco p:first-child {
    margin-bottom: 6px;
}

li.box-offer p.parcela:before, li.box-offer p.parcela:before {
    margin-bottom: 0px;
    font-size: 12px;
}

li.box-offer-photo a {
    pointer-events: none;
    display: block;
}

@media only screen and (max-width: 768px) {
	li.box-offer-photo {
		height: auto !important;
	}
	
	li.box-offer-photo a {
		pointer-events: initial;
	}
	
    .flutuante {
        margin-left: 0px;
        width: 100%;
        bottom: 0px;
        top: inherit;
        padding: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
	    display: inline;
    }

    .flutuante p:first-child {
        display: none;
    }

    .flutuante p:nth-child(3) {
        width: 100%;
        border-radius: 0px;
        padding: 10px 0px;
        pointer-events: auto;
    }

    .flutuante p:nth-child(3) a {
        pointer-events: auto;
    }

    .flutuante p:nth-child(3) span {
        display: inline;
        vertical-align: bottom;
        pointer-events: auto;
    }

    .flutuante p:nth-child(2) {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .flutuante {
        display:none;
    }
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
