﻿
body::-webkit-scrollbar-track {
    background: white;
}

body::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 20px;
    border: 3px solid white;
}

body::-webkit-scrollbar {
    width: 12px;
}






.backCT {
    background: linear-gradient(to right, #fff 69%, #e97716 23%, #e97716 69.5%, rgb(37, 37, 37) 0%);
}

.rowCt {
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding: 125px 0px 0px 0px;
    margin: 0px;
}

.divOn {
    width: 400px;
    height: 400px;
    margin-bottom: 155px;
}

.divTwo {

    background: linear-gradient(to top, rgba(3, 73, 31, 1), rgb(0 93 37), rgb(53 127 41));
    width: 400px;
    height: 425px;
    border-radius: 10px;
    position: relative;

    display: flex;
    flex-direction: column;
    box-shadow: 11px 11px 0px 0px #00000038;
}

.form_cd {
    width: 100%;
    height: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.form_cd_subscriber {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.form_cd > h5 {
    color: #fff;
    padding: 0px 0px;
    font-family: sans-serif;
    text-align: center;
    font-size: 24px;
    position: relative;
    bottom: 10px;
}

.form_cd img {
    width: 175px;
    height: 175px;
    transition: 0.5s;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.75));
}

.button_cd {
    width: 100%;
    height: 25%;
    display: flex;
    align-items: baseline;
    justify-content: center;
}

    .button_cd .buttonAssina {
        background-color: #e97716;
        width: 325px;
        height: 85px;
        border-radius: 20px;
        color: #fff;
        font-size: 30px;
        text-align: center;
        padding: 18px;
        font-weight: 600;
    }





.Container_Copy {
    order: 2;
    width: 100%;
    height: 30vh;
    background: linear-gradient(to right, #fff 69%, #e97716 23%, #e97716 69.5%, rgb(37, 37, 37) 0%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

.Filho_Copy {
    margin: 0px 30px 0px 0px;
    overflow: hidden;
    height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.Texto_Copy {
    width: 250px;
    margin: 10px 20px 0px 0px;
    text-align: right;
}

    .Texto_Copy p {
        color: #fff;
        font-family: sans-serif;
        font-size: 12px;
    }

    .Texto_Copy > p:nth-child(2) {
        margin: 10px 0px;
    }

.Logo_Copy > a > img {
    height: 135px;
    width: 120px;
    position: relative;
    top: -9px;
    transition: 1s;
}

    .Logo_Copy > a > img:hover {
        transition: 1s;
        transform: translateX(100%);
    }

@media screen and (max-width: 830px) {
    .backCT {
        background: linear-gradient(to bottom, #fff 69%, #e97716 23%, #e97716 69.5%, rgb(37, 37, 37) 0%);
    }

    .Container_Copy {
        background: rgb(37, 37, 37);
    }

    .row {
        margin-left: 0px;
    }
}
