body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    scroll-behavior: smooth;
    overflow: hidden;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    font-weight: bold;
    color: aliceblue;
}
a:hover{
    color: rgb(0, 136, 255);
}
.top_bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(45deg, black, #5a8bff, black);
    border-radius: 8px;
    width: -webkit-fill-available;
    box-shadow: 0px -1px 16px 7px #55556f;
}
.vd{
    width:  -webkit-fill-available;
    overflow: hidden;
}

.opc2{
    position: fixed;
    transition: all 0.7s ease-in-out;
    left: -178px;
    border-radius: 0 22px 22px 0;
    background: cornflowerblue;
    box-shadow: 5px 5px 11px 0 #00000069;
    height: -webkit-fill-available;
}

.logo_content{
    display: flex;
    align-items: center;
}
.contact{
    display: flex;
    align-content: center;
    align-items: center;
}
.contact .material-symbols-outlined{
    background: #ffffff;
    color: #1a212e;
    border-radius: 5px;
    padding: 4px;
    margin: 4px;
}
.logo{
    width: 45px;
    height: 45px;
}
.opc{
    display: flex;
    align-items: center;
}
.btn_opc{
    border: none;
    border-radius: 6px;
    color: aliceblue;
    padding: 4px;
    margin: 3px;
    background: transparent;
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    justify-content: space-evenly;
    width: 120px;
    background: rgba(100, 148, 237, 0);
    height: 44px;
    font-weight: bold;
}
.btn_opc:hover{
    color: rgb(255, 255, 255);
    background: deepskyblue;
    padding: 15px 4px;
    cursor:pointer;
}
.slide{
    width: -webkit-fill-available;
}
.inside_slide{
    display: flex;
    overflow: auto;
    width: 100%;
}
.cdr{
    display: flex;
    border: none;
    background: #414255e3;
    color: aliceblue;
    padding: 16px;
    font-size: 25px;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
    align-items: center;
    margin: 3vh;
}
.cdr:hover{
    scale: 1.1;
    cursor:pointer;
}

.content{
    height: calc(100vh - 62px);
    width: -webkit-fill-available;
    overflow: auto;
    scroll-behavior: smooth;
}
.back{
    width: -webkit-fill-available;
    background:repeating-linear-gradient(45deg, #f2f2f2, #ffffffab 50%);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
.text{
    background: #ffffff33;
    padding: 21px;
    color: #0e3d66;
    box-shadow: 0 0 4px 0px #0000004d;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    animation: slideShow 0.4s;
    width: -webkit-fill-available;
}
.pa{
    background: #ffffffd6;
    padding: 21px;
    color: #000000;
    box-shadow: 0 0 4px 0px #0000004d;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    width: -webkit-fill-available;
    transition: all 0.4s ease-in-out;
    height: 50vh;
    justify-content: center;
}
.pa:hover{
    scale: 1.1;
    background: #414255e3;
    color: #40b835;
    box-shadow: 0 0 4px 0px #0000004d;
}
h4{
    color:aliceblue;
}
.saveCad{
    padding: 10px;
    border: none;
    border-radius: 6px;
    background: #7c7cffb8;
    color: white;
    display: flex;
    align-items: center;
    margin: 2vh;
    /* box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.26); */
    transition: all 0.7s ease-in-out;
    animation: movement 0.2s;
    width: -webkit-fill-available;
    justify-content: center;
    font-size: large;
}
.plan_main{
    display: flex;
    align-items: center;
    width: -webkit-fill-available;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 3px solid;
    background: #ffffff;
    color: rgb(0 0 0 / 29%);
    padding: 24px;
    border: 0;
    box-shadow: 0px 0px 5px 1px #0000007d;
    border-radius: 13px;
    width: 225px;
    margin: 10px;
    justify-content: space-between;
}
.assinar{
    border: none;
    border-radius: 10px;
    padding: 13px;
    display: flex;
    align-items: center;
    font-size: larger;
    color: white;
    width: -webkit-fill-available;
    justify-content: space-between;
    margin-top: 10px;
    background: cornflowerblue;
}
.assinar:hover{
    cursor: pointer;
    color: white;
    background: darkseagreen;
}
.content_plan{
    width: -webkit-fill-available;
    border-radius:0 50px 50px 50px;
}
.value{
    display: flex;
    justify-content: center;
    font-size: x-large;
    color: white;
    padding: 11px;
    background: darkseagreen;
    border-radius: 13px;
    width: -webkit-fill-available;
    align-items: center;
}
#iconPlan{
    font-size: xxx-large;
    position: relative;
    padding: 10px;
    border-radius: 50%;
    background: #8686ff;
    color: gold;
    box-shadow: 9px 5px 0px 0 #00000030;
    left: -136px;
    top: -37px;
}
.sobre{
    height: 100vh;
    background: #8686ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 403px 50px  403px 50px;
    color: aliceblue;
}
.conteudo{
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 45px;
    justify-content: space-around;
}
.saveCad:hover{
    cursor: pointer;
    background: rgba(0, 173, 38, 0.562);
}
.content_card{
    display: flex;
    border-radius: 20px;
    justify-content: center;
    width: -webkit-fill-available;
    align-items: center;
    flex-direction: column;
}

.cards_btn{
    border-radius: 20px;
    box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.308);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    color: #4a4a75;
    transition: all 0.7s ease-in-out;
    animation-name: movement_d;
    animation-duration: 0.3s;
    background: aliceblue;
    position: relative;
}
.cards_btn:hover{
    cursor: pointer;
    color: aliceblue;
    background: #8686ff;
    scale: 1.1;
}
.cards_btn .material-symbols-outlined{
    padding: 40px;
    padding-bottom: 0;
    font-size: larger;

}
.cards_btn strong{
    padding-bottom: 30px;
    font-size: small;
}

.img_t{
    color: aliceblue;
}
pre{
    text-wrap: wrap;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px;
    border-radius: 6px;
    color: #000000;
    display: flex;
    align-items: center;
    font-size: medium;
    width: 50%;
    margin: 0;
}
h1{
    font-size: 3vh;
}
h3{
    background: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    font-size: 23px;
    padding: 8px;
}
h5{
    font-size: 2vh;
}
#ico{
    background: #5a8bff;
    color: #ffffff;
    border-radius: 10px;
    font-size: 23px;
    padding: 8px;
}
.vConteiner{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: -webkit-fill-available;
    height:  -webkit-fill-available;
    overflow: hidden;
    z-index: -1;
}
@media (max-width: 800px){
    #menu-1{
        display: none;
    }
    .sobre{
        width: -webkit-fill-available;
    }
    .top_bar{
        justify-content: space-between;
    }
    h1{
        font-size: 3vh;
    }
    pre{
        width: -webkit-fill-available;
    }
    .pa{
        padding: 7px;
        box-shadow: 0 0 0px 0px #ffffff;
        margin: 2px;
        border-radius: 0;
        border: none;
    }
    .vd{
        width: auto;
        height: -webkit-fill-available;
    }
    .vConteiner{
        display: none;
    }
    .cards_btn .material-symbols-outlined {
        font-size: larger;
        padding: 40px;
        padding-bottom: 0;
    }
    .mark{
        flex-direction: column;
    }
    .inicio{
        flex-direction: column;
    }
}
@media (max-width: 1200px){
    .sobre{
       width: -webkit-fill-available;
    }
    .plan_main{
        justify-content: center;
    }
}
@keyframes rotateR {
    to{
        transform: rotate(0deg);
    }
    from{
        transform: rotate(360deg);
    }
}
@keyframes slideShow {
    from{
        opacity: 0.3;
        transform: translateX(-100%);
    }
    to{
        opacity: 1;
        transform:  translateX(0%);
    }
}
@keyframes rotateL {
    to{
        transform: rotate(360deg);
    }
    from{
        transform: rotate(0deg);
    }
    
}
@keyframes efectAnim {
    25%{
        border-left: 7px solid #5a8bff;
        border-bottom: 7px solid #ffffff;
    }
    50%{
        border-right: 7px solid #5a8bff;
        border-top: 7px solid #ffffff;
    }
    75%{
        border-top: 7px solid #5a8bff;
        border-left: 7px solid #ffffff;
    }
    100%{
        border-bottom: 7px solid #5a8bff;
        border-right: 7px solid #ffffff;
    }
    
}
@keyframes anim {
    0%{
        background: aliceblue;
        color: #0e3d66;
        scale: 1;
    }
    50%{
        background: #6495ed;
        color: aliceblue;
        scale: 1.2;
    }
    100%{
        background: transparent;
        color: #0e3d66;
        scale: 1;
    }
    
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 8px;
}
::-webkit-scrollbar-track {
    background-color: #8686ff;
    border-radius: 8px;
    padding: 2px;
}