* {
    margin: 0;
    box-sizing: border-box;
}

html {
    width: 100vw;
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(56, 73, 141) 100%);

}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: transparent;
}

a {
    text-decoration: none;
}

/*
*********************************************************
**********************COMEÇO MENU************************
*********************************************************
*/

#principal {
    width: 100%;
    height: 100%;

}

#fixed {
    width: 98vw;
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(56, 73, 141) 100%);
    position: fixed;
    top: 0%;
    z-index: 12310;
}

#menu {
    padding: 25px 60px 25px 25px;
    display: flex;
    justify-content: space-between;
}

#logo {
    padding-left: 20px;
    display: flex;
    align-items: center;
}

#logo p {
    margin:5px 0 0 15px;
}

#menu-info {
    display: flex;
    align-items: center;
}

#menu-info>a {
    color: white;

}

#margin-side {
    margin: 0 25px;
}

@media(max-width:600px){
    #menu {
        padding: 5px;
    } 
    #logo {
        padding-left: 5px;
        font-size: 0.8em;
    }
    #logo p {
        width: 20vw;
        margin:5px 0 0 0px;
    }
    #menu-info {
        font-size: 0.9em;
    }
    #margin-side{
        margin: 0 15px;
    }

}
/*
*********************************************************
********************COMEÇO INICIO************************
*********************************************************
*/

#inicio {
    margin: 170px 40px 0px 40px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#tela-app {
    border: 5px solid white;
    border-radius: 20px;
}

#inicio #descritivo {
    width: 450px;
    height: 400px;
    padding: 25px 14px 25px 14px;
}

#titulo-autorizador {
    margin: 20px 0 20px 0;
    font-size: 35px;
    text-align: center;
}

main #inicio p {
    text-align: center;
    font-size: 1.3em;
    margin: 15px;
}

.btn {
    background: #d6c402;
    border: 4px solid white;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn a {
    font-size: 1em;
    font-weight: 700;
    color: black;
}
@media (max-width: 1200px)
{
    #inicio{
        justify-content: flex-start;
    }
    #tela-app{
        width: 300px;
    }
    #mobile #cel-td{
        width: 250px;

    }
    #mobile{
        width: 250px;
    }

    .btn{
        width: 150px;
        font-size: 0.94em;
    }
    #inicio #descritivo{
        padding: 0;
        width: 400px;
        margin: 0 30px;
    }
}
@media (max-width: 600px)
{
    #inicio{
        width: 100vw;
        flex-direction: column;
        justify-content:center;
        align-items: center;
        margin:120px 0 55px 0;
    }
    #inicio #descritivo{
        padding: 0;
        width: 350px;
        font-size: 0.8em;
        margin: 15px 0;
    }
}
.carousel-control-next, .carousel-control-prev{
    width: 8%;
}
#btn2 {
    text-align: center;
}

#mobile {
    display: flex;
    flex-direction: column;

}

#mobile #texto-mobile {
    font-size: 0.8em;
}

#mobile .btn-mobile {
    display: flex;
    justify-content: space-evenly;
}

/*
*********************************************************
*********************COMEÇO SLIDES***********************
*********************************************************
*/

#slide1,#slide2 {
    height: 560px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px 0;

}


#slide1 h1, #slide2 h1 {
    font-size: 2.7em;
    font-weight: 500;
    padding: 0 75px;
}

#slide1 #muda-cor, #slide2 #muda-cor {
    font-weight: 500;
    color: #d7c501;
}

#slide1 #slide1-texto,#slide2 #slide1-texto {
    width: 550px;
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#slide1 #acesso-online,#slide2 #acesso-online {
    font-size: 1.4em;
    font-weight: 400;
}

#slide1 #slide1-texto, #slide2 #slide1-texto {
    text-align: center;
}

#slid1-botoes {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 35px 0;
}

#nav-icon {
    display: flex;
    justify-content: space-evenly;
    padding: 0 100px;
    margin-top: 25px;
}

#slide2 .btn-mobile {
    display: flex;
    justify-content: space-evenly;
}

#mobile-buttons {
    margin-top: 25px;
}

@media (max-width: 600px)
{
    #slide1{
        height: 650px;
        flex-direction: column-reverse;
    }
    
    #slide1 h1, #slide2 h1 {
        font-size: 1.5em;
        padding: 0 25px;
    }
    #slide1 #slide1-texto, #slide2 #slide1-texto {
        width: 350px;
        font-size: 0.8em;
    }
    #nav-icon{
        padding: 0 79px;
    }
    #nav-icon >img{
        width: 40px;
    }
    #slid1-img > img{
        width: 350px;
    }

    #slide2{
        flex-direction: column;
        height: 650px;
    }
    #slide2 #texto-descritivo{
        margin: 10px 0;
        
    }
    #slide2 .btn-mobile >img{
        width: 150px;
    }

}
/*
    ******************************************
    ***********COMEÇA SAIBA MAIS**************
    ******************************************
*/

#saiba-mais {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#saiba-titulo h1{
    text-decoration: underline;
    color: #d6c402;
    margin-bottom: 55px;
}

.cd-img img {
    border-radius: 25px;
}

.cd-txt {
    background-color: #383c74;
    border: 2px solid #d6c402;
    border-radius: 25px;
    width: 350px;
    text-align: center;
    padding: 6px;
    margin: 25px 0;

}

#cards {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center>img {
    margin-right: 5px;
}

.flex-center>h3 {
    margin-left: 5px;
}

.flex-center h3 {
    text-decoration: underline;
    color: #d6c402;
}

.card-desc {
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 5px;
}
#saiba-btn{
    width: 500px; 
    display: flex; 
    justify-content: space-evenly; 
    margin-top: 20px;
}

@media (max-width: 600px)
{
    #saiba-btn{
        width: 90vw;
    } 
}


/*
*********************************************************
********************COMEÇO SUPORTE***********************
*********************************************************
*/
#meio {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#meio h1 {
    margin-bottom: 15px;
}

#titulo {
    text-align: center;
    font-size: 1.5em;
    font-weight: 300;
    margin: 20px;
    width: 60vw;
}

#cnpj {
    background-color: #a9aec9;
    border-radius: 15px;
    width: 510px;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 20px;
    color: black;
    padding: 30px;
}

#icone {
    width: 80px;
    margin-right: 25px;
}

#atendimento {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    margin-top: 20px;
}
#atendimento > input{
    padding:15px;
    font-size:1em; 
    width: 320px; 
    border: none; 
    border-radius:15px; 
    color:black;
    margin-bottom:25px;  
}

#legenda {
    font-size: 1.4em;
    font-weight: 300;
    margin: 15px 0 25px 0px;
}

#anydesk {
    width: 290px;
    height: 110px;
    background-color: white;
    border-radius: 20px;
    padding: 15px 15px 15px 25px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;

}

#any-txt{
    color:#ff4434;
    font-size:1.9em; 
    margin-left: 10px; 
    margin-top: 15px;
}

#rodape {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    height: 80px;
    width: 100vw;
}

#rodape a {
    color: white;
}
#roda-margin{
    margin: 0 80px
}
@media (max-width: 600px)
{
    #titulo {
        font-size: 1.3em;
        width: 94vw;
    }
    #cnpj{
        width: 80vw;
        padding: 10px;
    }
    #icone > img{
        width: 75px;
    }
    #atendimento{
        width: 80vw;
        font-size: 1em;
        text-align: center;
    }
    #atendimento > input{
        width: 45vw;
    }
    #legenda{
        text-align: center;
    }
    #anydesk{
        width: 60vw;
        height: 90px;
        background-color: white;
        border-radius: 20px;
        padding: 10px 10px 10px 20px;
        display: flex;
        align-items: center;
        margin-bottom: 35px;     
    }
    #anydesk > img{
        width:30px;
    }
    #rodape{
        flex-direction: column-reverse;
    }
    #any-txt{
        font-size:1.3em; 
        font-weight: 800;
    }
    #rodape a{
        font-size: 0.6em;
    }
    #roda-margin{
        margin: 0 10px;
    }
    .amarelo{
        margin-top: 15px;
    }

}