@media screen and (min-width:960px) {
    .color div:nth-child(2) {
        margin: 0px;
        padding: 0px;
        padding-left: 15px;
    }

    .bg5 {
        background-image: url(../img/bg_05.png);
        background-size: 100% 100%; 
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .bg_video{ 
        background-size: 100% 100%; 
        background-image: url(../img/bg_05.png);
        background-repeat: no-repeat;
    }

    .container-form>* {
        position: relative;
        left: -30px;
    }

    .livro {
        width: auto;
        max-height: 370px;
       
         
    }

    .preencha{
        font-size: 1.5em !important;
        line-height: 100% !important;
    }
}

.preencha span{
    font-style: italic;
    
}

.preencha b{
    font-weight: 700;
}

.title{
    font-weight: 700;
    font-style: italic;
    font-size: 1.5em;
    line-height: 110%;
}

.italico{
    font-style: italic;
}

.container-form{
    margin-top: 4em !important;
    position: relative;
   
}

.color {
    background-image: url(../img/bg_05.png);
    background-size: cover;
}



.borda_red {
    border-color: red !important;
}



.form {
    width: 100%;
}

.form_tam {
    background-color: #950D08;
}

.form_tam {
    padding: 0px;
    margin: 0px;
}



.input_estilo,.input_estilo:focus,.input_estilo:active  {
    color: #fff;
    border-radius: 0px;
    height: 2.5em;
    border: 1px solid #fff;
    font-size: 1em;
    outline: none;
    background-color: transparent;
    display: block;
    margin-bottom: 10px;
}

 
.input_select,.input_select:focus,.input_select:active {
    color: #fff;
    border-radius: 0px;
    height: 2.5em;
    width: 100%;
    border: 1px solid #fff;
    font-size: 1em;
    outline: none;
    background-color: transparent;
    display: block;
    margin-bottom: 25px;
}

label {
    color: #fff;
    font-size: 1em
}

.botao {
    padding: 12px 8px 12px 4px;
    height: 2em;
    color: #950D08;
    background-color: #fff;
    width: 100%;
    border: 1px solid #fff;
    display: block;
    font-weight: 700;
    font-size: 1em;
    text-align: center;
}

.botao:hover {
    filter: brightness(80%);
    cursor: pointer;
}

.botao_comprar,  .botao_comprar:focus{
    padding: 0px;
    display: flex;
    padding-bottom: 3px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    color: #000;
    position: relative;
    background-color: #f5ff00;

    height: 47px;
    border: 1px solid #f5ff00;
    font-weight: 700;
    font-size: 22px;
}

.botao_comprar:hover {
    filter: brightness(80%);
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.notification-error{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.linha {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.uk-checkbox {
    border: 1px solid #fff;
    background-color: transparent !important;
    margin-right: 10px;
}

.receber {
    color: #fff;
    font-style: italic;
}

.uk-checkbox:checked {
    border: 1px solid #fff;
}

.input_estilo::placeholder {
    color: #f4f5f9;
}

select:active {
    width: 100% !important;
}

.white {
    max-width: 720px;
}

.white h1 {
    margin-top: 10px;
    color: #f4f5f9;
    font-size: 2em;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    font-style: italic;
}

h1 .font_normal {
    font-weight: 500;
}

.white p {
    color: #f4f5f9;

    font-weight: 100;
    margin-bottom: 0px;

    margin-bottom: 1em;
}

.border_bottom {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.border_bottom::after {
    position: absolute;
    content: "";
    left: calc(50% - 37.5%);
    width: 75%;
    height: 7px;
    background-color: #fff;
    border-radius: 1em;
    bottom: -25px;
}

.video{
    width: 100%;
    max-width: 950px;
    min-height: 450px;
   
}

.video iframe{
    width: 100%;
    min-height: 450px;
    height: auto !important;

}

@media screen and (max-width:969px) {
    .uk-padding-small {
        padding: 1em 3em 2em 3em;
    }

    .white h1 {
        margin-top: 10px;
        color: #f4f5f9;
        font-size: 1.5em;
        font-weight: 400;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 500px;
    }

    .white p {
        font-size: 1.5em;
        font-weight: 100;
        margin-bottom: 0px;
        line-height: 1.3em;
    }

    .color div:nth-child(1) img {
        position: relative;
        left: -10px;
    }


    .livro {
        width: auto;
        max-height: 400px;
    }


    .bg5 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }


}
