html body{
    line-height: 1.5;
}
.header-vm{
    border-bottom: 1px solid #005DC4;
    background-color: #fff;
}
.apresenta{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index:9;
    position:absolute;
    backdrop-filter: blur(5px);
    background-color:rgba(000,000,000, 0.5);
    top:0;
    left:0;
}
#myVideo {
    right: 0;
    bottom: 0;
    min-width: 100%;
    height: 90vh;
    overflow: hidden;
    z-index:0;
  }
.subapp{
    height:10vh;
    background-color:#f3f3f3;
}
.subapp div span{
    font-size:18px;
}
h2,h3{
    color: #1e1e42;
}
.parallax {
    background-image: url("../img/backparalax.jpg");
    min-height: 40%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -4vh;
}
.blur{
    backdrop-filter: blur(5px);
}
.container-gp{
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    margin-top: 2vh;
}
.card{
    margin-top:1.5vh;
}
h1{
    font-family: 'Poppins', sans-serif;
}
.card2{
    min-height: 420px;
}
.imgcard{
    min-height: 190px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.plan{
    width:95%;
    margin: auto;
    padding:2vh;
    border-radius:15px;
    border: 1px solid #f3f3f3;
}
footer{
    background-color: #1e1e42;
    height:180px;
    margin-top:8vh;

    display: flex;
    flex-direction: row;
    align-items: center;
}

footer li a{
    text-decoration:none;
}

.subheader{
    height:400px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    position: relative;
    top:2vh;
}
.subheader label{
    color:#fff;
    margin-top:1vh;
}
.container-gp div{
    position: relative;
    height:220px;
    margin-left: 2vh;
    transition: 0.6s;
    border-radius: 20px;
    background-color: #005DC4;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.container-gp div:hover{
    border-color: #005dc4;
    color: #f5f5f5;
}
#view_1{
    margin-top:15vh;
}
#view_2{
    margin-top:15vh;
}
.logoilustra{
    width:80px;
    height:80px;
    background-color: #1e1e1e;
    border-radius: 50%;

    font-size: 14px;
    font-weight: 300;

    display:flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.alertvm{
    position:absolute;
    bottom:2vh;
    right:4vh;
}
.extend_domain{
    margin-top:3vh;
}
.extend_logo{
    margin-top: 1vh;
    margin-bottom:1vh;
}
#container_loja_preview{
    display:none;
}
ul#itens_pedido{
    list-style:none;
}
ul#itens_pedido li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.right-contain{
    height:95vh;
        padding:1vh;
    position:absolute;
    top: 6vh;
    right:0;
    width:35% !important;
    background-color:#EBEEEE;
}
.contain-prin{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    margin-top:8vh !important;
}
#extend_pay{
    margin-top:3vh;
}
#btnsub{
    margin-top:3vh;
}
#nome_loja_preview{
    text-transform: uppercase;
}
input[type=color]{
    width:80px;
    height:60px;
}
input{
    height:65px;
}
select[name="categoria"]{
    height:65px;
}
#bgheader{
    margin-top:1vh;
}
.container-product{
    min-width:200px;
    border-radius: 10px;
    padding:2vh;
    border:1px solid #ccc;
    margin-right: 3vh;
}
.container-product span{
    font-size:16px;
}
.container-product p{
    font-size:23px;
}
.container-product strong{
    font-size:18px;
    margin-top: 1vh;
}
.loja_preview-content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow-x: hidden;
    margin-top:2vh;
}
@font-face {
    font-family: digital;
    src: url('digital.otf');
}
.tipografia-vm{
    font-family: digital !important;
    font-size: 180px !important;

    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.card{
    border-radius:15px;
}
.lead{
    font-weight: 450 !important;
}
.empresas_parceiras{
    height: 200px;
    margin-top: 3vh;
}
.blog{
    margin-top: 8vh;
}
.cardblog{
    padding:1vh;
    height: 230px;
    justify-content: center;
}
.container_integration{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.container_integration > section{
    width:130px;
    height:130px;
    border-radius:50%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.36);
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan_rec{
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,93,196,0.36);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0,93,196,0.36);
    box-shadow: 0px 0px 22px 0px rgba(0,93,196,0.36);
}
.btn_plan{
    width:100%;
    font-size: 17px !important;
}
.plan_rec_selo{
    position:absolute;
    margin-left: 260px;
}
#form-cad{
    margin-top: 3vh;
}
.resumo_pedido{
    border-radius: 10px;
    padding:1vh;
    background-color: #f5f5f5;
    margin-top: 4vh;
}
.resum_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
.resum_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#dominio_select{
    height:65px;
    font-weight: bold;
}
#price_domain{
    font-size:20px;
    font-weight: bold;
}
.resum_item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
}
.content_extra{
    background: linear-gradient(-45deg, #005dc4, #000000);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    padding-top:4vh;
    height: 50vh;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content_extra_2{
    background: linear-gradient(-45deg, #1BD741, #000000);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    padding-top:4vh;
    height: 50vh;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@keyframes gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
}
.divtextvm{
    width: fit-content;
    max-width: 100%;
    border-left:4px solid #1BD741;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.containerIaGen{
    width:100%;
    background-color: #00244e;
    display:none;
    padding:1.5vh;
}
.custom-loader {
    width:50px;
    height:50px;
    border-radius:50%;
    background:conic-gradient(#0000 10%,#005DC4);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation:s3 1s infinite linear;
  }
  @keyframes s3 {to{transform: rotate(1turn)}}
.containerTemplatePronto{
    display: none;
    width: 100%;
}
.icontp_prod{
    font-size:33px !important;
}
.container_tpprod{
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.container_tpprod h1{
    font-size: 20px;
    text-transform: capitalize;
}
.container_tpprod p{
    font-size: 16px;
    text-transform: capitalize;
    color:#333;
}
.more_info_mail{
    display: none;
    margin-left: 1vh;
    margin-top: 1vh;
}
.container_right_info_start{

}
.content_right_info_start{
    height: 90vh;
    width: 95%;
    border-radius: 10px;
    margin:auto;
    padding:1vh;
    background-color: #e0e0e0;
}
.btn_start_login svg{
    margin-right: 2vh;
}
.btn_start_av{
    float: right;
}
.form-check label svg{
    margin-left: 2vh;
    margin-right: 1vh;
}
.form-check{
    padding: 1vh;
}
#form_step2 div{
    margin-top: 2vh;
}
.container_categ_outro{
    display: none;
}
.header-plan h1{
    font-size: 22px;
}
.paralaxpay {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    color: black;
    height: 70vh; /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-image: url('../img/paymentparalax.png');
    margin-top: 2vh;
}
.containerparax{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.list_payment_home{
    width: 100%;
    padding-left: 0px;
}

.list_payment_home li{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 1vh;
}

.title_card_pay{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.title_card_pay i{
    margin-right: 1vh;
}

.tax_card_pay{
    color:#FD853E;
}

.footervm{
    background-color: #005DC4;
    padding: 1vh;
    margin-top: 5vh;
}

.title_social_footer{
    font-size: 22px;
    color: #fff;
}

.ul_list_footer a{
    color: #fff;
}
.ul_list_social{
    list-style: none;
}
.ul_list_social a{
    color: #fff;
    text-decoration: none;
}
.containerlogofooter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_carreiraenvios{
    background-image: url('../img/homeparalax.jpg');
    background-position: center;
    background-size: cover;
    height: 50vh;
}
.coninternocarreiraenvios{
    width: 100%;
    height: 100%;
    background-color: rgba(255,152,0, 0.4);
}
.conenvios1{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.conenvios1 h1{
    font-size: 40px;
    color: #fff;
}
.conenvios1 p{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.conenvios2{
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.conenvios2 a{
    font-size: 22px;
}
@media only screen and (max-width: 600px) {
    .paralaxpay{
        height: fit-content;
    }
    .containerparax{
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .cardpayvm{
        height: fit-content !important;
    }

    .right-login{
        position: absolute;
        margin-top: 25vh;
        border-radius: 10px;
    }
    .text_mob_duv{
        font-size: 22px !important;
    }
    .container_btn_news{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container_btn_news > button{
        width: 90%;
        font-size: 18px;
        font-weight: 500;
    }
    .plan{
        min-width: 320px !important;
        margin-right: 1vh;
    }
    .plan_rec_selo{
      display: none;
    }
    .parallax{
        margin-top: 1vh;
    }
    .rowmobslide{
        overflow: scroll;
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .container_integration > section{
        width:100px;
        height:100px;
    }
    .container_integration > section > img{
        width:60px;
    }
    .container-gp{
        flex-direction: column;
    }
    .right-login{
        margin-top:-60% !important;
        background-color: #fff !important;
    }
    .amaisnova{
        font-size:70px !important;
    }

    .container-gp div{
        width: 90% !important;
    }

    #list-pay{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .btnacheader{
        display:none !important;
    }
    .header-mobile-collapse{
        width:60%;
        background-color: rgba(255,255,255, 0.9);
        height:100vh;
        position:fixed;
        right:0;
        top:0;
        backdrop-filter: blur(5px);
        z-index:9;
    }
    .header-mobile-collapse ul{
        list-style: none;
        width:100%;
        margin-left: -2vh;
        margin-top:7vh;
    }
    .bgvm{
        width:100%;
        height: 100vh;
        background-color:transparent;
        z-index:8;
        display:none;
        position: fixed;
    }
    .text-mobile1{
        margin-top:4vh;
    }
    .text-mobile2{
        margin-top:4vh;
    }
    .text-mobile3{
        margin-top:4vh;
    }
    #footer{
        height:500px !important;
    }
    .subheader{
        height:550px;
    }
    .plan{
        margin-top:2vh;
    }
    .apresentamobile{
        display: flex;
        flex-direction: column;
        margin-top:5vh !important;
    }
    .apresentamobile > div > section{
        text-align: center;
    }
    .apresenta{
        height: 90vh;
        display: flex;
    }
    #carouselExampleControls{
        margin-bottom: 2vh;
    }
    .bannermob{
        max-width: 100% !important;
    }
    .parallax{
        background-position: right;
    }
    .nomob{
        display: none;
    }
    .plat{
        font-size:69px !important;
    }
    .empresas_parceiras{
        height:auto !important;
    }
    .container-gp_horizontal{
        flex-direction: row;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .container-gp_horizontal > div{
        min-width: 60%;
    }
}