
section {
    padding-top: 5vh;
    padding-bottom: 5vh;
}


.informativo {
    background-color: #f3f3f3;
    height: 250px;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 5px;
}

    .informativo h2 {
        text-align: center;
        vertical-align: middle;
        font-weight: 700;
        top: 10%;
        font-size: 2.2em;
        color: #686868;
    }

    .informativo span {
        padding: 0 20px;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
    }

.informativo-titulo {
    background-color: #faa629;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}

.informativo-subtitulo {
    width: 100%;
    text-align: center;
    display: block;
    top: 10%;
    position: relative
}

.subtitulo-wrapper {
    width: auto;
    position: relative;
    letter-spacing: .8px
}

.subtitulo-wrapper-under {
    height: 2px;
    top: 10px;
    background-color: #faa629;
    width: 8%;
    margin: 0 auto;
    margin-top: 5px;
}

.informativo-titulo i {
    font-size: 2.6em;
    font-weight: 400;
    color: white;
    vertical-align: middle
}

.opcoes-titlo {
    padding: 10px;
    margin-top: 20px
}

.opcoes {
    text-align: center;
    height: 300px;
    box-shadow: 0 1px #e4e4e9 inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    background-color:#f3f3f3;
    position: relative
}

hr {
    border-top: 1px solid #e4e4e9
}

.opcoes span {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    color: #FFFFFF;
    background: #222222;
    display: block;
    border: 10px solid #fff;
    font-size: 16px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    width: 120px;
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    padding-top: 23px;
    line-height: 1.6;
}

.prof {
    margin: 0 auto;
    float: none;
}

    .prof span {
        font-weight: 400;
        font-style: italic;
        text-align: left;
        float: left;
    }

    .prof ul {
        padding: 0;
    }

        .prof ul li {
            line-height: 1.4;
            font-weight: 600;
        }

.comprar {
    background: #faa629;
    height: 50px;
    padding: 12px 40px;
    color: white;
    border-radius: 5px;
    font-weight: 700;
    border-bottom: 4px solid #d49601;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.manha, .noite {
    width: 49.70%;
    position: absolute;
    bottom: 1px;
    background: #faa629;
    height: 50px;
    padding: 12px;
    color: white;
    font-weight: 700;
    border-bottom: 4px solid #d49601;
    transition: all 200ms ease-in-out;
    cursor: pointer;
}

.manha {
    left: 0;
    border-radius: 0 0 0 5px;
}

.noite {
    right: 0;
    border-radius: 0 0 5px 0;
}

    .manha:hover, .noite:hover, comprar:hover {
        transform: translateY(-2px)
    }

        .manha:hover .flecha, .noite:hover .flecha, .comprar:hover .flecha {
            animation: flecha infinite 700ms ease;
        }

.flecha {
    margin-left: 5px;
    transition: all 500ms ease;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.saiba-mais {
    bottom: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1em;
    color: #d49601;
    font-weight: 700;
    margin-bottom: 4px;
}

.saiba-mais::after{
    content:'';
    width:0%;
    background-color:#faa629;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
    height:2px;
    transition:all 300ms ease-in-out;
}

    .saiba-mais:hover::after {
        content:'';
        width: 80%;
    }


.pricing_detail:hover .priceamount {
    background: #000;
}
.pricing_detail:hover {
    background: #F3F3F3;
}
a:hover, a:focus {
    color: #fff;
}
    @keyframes flecha {
        0% {
            transform: translateX(0px)
        }

        50% {
            transform: translateX(15px)
        }

        100% {
            transform: translateX(0px)
        }
    }

    @media (max-width:1200px) {
        .opcoes {
            margin-top: 15vh !important
        }
    }

    @media (max-width:768px) {
        .opcoes {
            margin-top: 10vh;
        }

        .informativo {
            margin-top: 5vh;
        }
    }

@media (max-width: 720px) {
    .pricing_detail {
        padding: 0 0 50px 0
    }
}