@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400&display=swap');

/* styles.css */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 128, 0, 0.4);
    /* Green w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

html {
    overflow-x: hidden;
}

/* animacao */
.init-hidden {
    opacity: 0;
    transition: opacity 1s linear;
}

.init-hidden-off {
    opacity: 1;
}

/* alerta personalizado */
.alerta {
    margin-top: 20px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    background-color: rgb(165, 0, 0);
    color: rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    border-radius: 5px;
    animation: animacao-alerta-abrir 1s ease-in-out forwards;
    width: 300px;
    z-index: 9999;
    /* Definir o z-index para um valor alto */
}

.texto-alerta {
    font-size: 13px;
    font-weight: bold;
}

.botao-fechar {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    color: rgb(165, 0, 0);
    border: none;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px 5px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Estilo do botão quando o mouse passa por cima */
.fechar-alerta {
    animation: animacao-alerta-fechar 0.5s ease-in-out forwards;
}


body {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100vw;
    z-index: 2;

}


.ul {
    list-style: none;
}

.container {
    background-color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.container a {
    color: black;
}

.menu ul {
    display: flex;
    align-items: center;
}

.menu li,
a {
    list-style: none;
    text-decoration: none;
    margin: 0px 5px;
}

.SelecionaOpcoesCliente {
    padding: 5px;
    border-radius: 7px;
    margin-bottom: 2px;
    font-family: 'Roboto', sans-serif;
}


.bu {
    padding: 6px;
    border-radius: 7px;
}

.bu:hover {
    padding: 6px;
}

.close {
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.conteudoDialog {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: inherit;
    justify-content: space-around;

}

/* Esconde o modal por padrão */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
}

/* Estilo para o conteúdo do modal */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 20px;
    width: 300px;
    height: 300px;
    text-align: center;
    box-shadow: 4px 4px 10px #3f3f3f, -4px -4px 10px #8f8f8f;
    border: none;
    color: #808080;
}

/* css do input do cnpj */
.form-control {
    position: relative;
    margin: 20px 0;
    width: 300px;
}

.form-control input {
    border: 0;
    border-bottom: 2px solid #333;
    padding: 15px 0;
    float: left;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    width: 150px;
    transition: 0.1s ease-in;
}

.form-control input:focus,
.form-control input:valid {
    outline: none;
}


.form-control input:focus+label span,
.form-control input:valid+label span {
    transform: translateY(-30px);
}

.form-control input.shake {
    border-color: red;
    color: red;
    animation: shake 0.2s 2;
}

.form-control label {
    position: absolute;
    top: 15px;
    left: 0;
}

.form-control label span {
    display: inline-block;
    font-size: 12px;
    min-width: 5px;
    transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.modal-content h1 {
    font-size: 15px;
}


/* Estilo para o botão "X" que fecha o modal */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.BuscaBoletoBotao {
    color: #808080;
    border: none;
    padding: 0.5em 1.5em;
    font-size: 18px;
    border-radius: 0.5em;
    float: right;
    margin-top: 10px;
    background: #f1f1f1;
    transition: all .3s;
    box-shadow: 4px 4px 10px #c5c5c5, -4px -4px 10px #fff;
}

.BuscaBoletoBotao:hover {
    box-shadow: -4px -4px 10px #c5c5c5, 4px 4px 10px #fff;
}

.fundoA {
    margin-top: 50px;
    display: flex;
    align-items: center;
    height: 600px;
    background-image: url(../imagens/escacadeir.png);
    background-size: cover;
    background-position: center;
}

.sejaBemVindo {
    padding: 20px;
    max-width: 700px;
    margin-left: 50px;
    text-align: start;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.sejaBemVindoImga {
    max-width: 550px;
    padding: 0px;
    margin: 0px;
    animation: fadeIn;
    animation-duration: 2s;

}


.sejaBemVindo h1 {
    font-weight: bold;
    font-size: 43px;
    animation: fadeInDown;
    animation-duration: 2s;

}

.sejaBemVindo p {
    animation: fadeInDown;
    animation-duration: 2s;
}

.sejaBemVindo a {
    display: inline-block;
    padding: 20px;
    background-color: #008509;
    color: white;
    border-radius: 6px;
}

.sejaBemVindo a:hover {
    transform: scale(1.1);
}

/* somos a empresa */

.informacosText {
    text-align: center;
    padding: 5px;
    color: #4D4D4D;
}

.informacosText h1 {
    font-size: 30px;
}

.informacosDiv {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.informacosMenu {
    display: flex;
    justify-content: left;
    width: 850px;
}

.informacosMenu ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.informacosMenu button {
    padding: 20px;
    border: none;
    background-color: #D4D4D4;
    margin-right: 10px;
    font-size: 15px;
    color: #4D4D4D;
    border-radius: 6px 6px 0 0;
}

.butaoAbilitado {
    background-color: #a1a0a0;
}

.informacosMenu button:focus {
    background-color: #a1a0a0;
}


.informacoesDiscricao {
    width: 850px;
    height: 500px;
    align-items: center;
    background-color: #D4D4D4;
    display: flex;
    border-radius: 0px 8px 8px 8px;
}


.informacoesDiscricaoImg {
    padding: 10px;
}

.informacoesDiscricaoTexto {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    justify-content: space-around;
    padding: 20px;
    color: #4D4D4D;
}

.informacoesDiscricaoTexto a {
    padding: 20px;
    background-color: #0090B3;
    color: white;
    border-radius: 10px;
}

.informacoesDiscricaoTexto a:hover {
    transform: scale(1.1);
}


.informacoesDiscricaoTexto p {
    text-align: left;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 20px;
    width: 80%;
}

.informacoesDiscricaoLinha {
    background-color: #008509;
    margin: 30px 0px;
    width: 60%;
    height: 3px;

}

.informacoesDiscricaoDv1 {
    display: flex;
    min-width: 800px;
    max-width: 60%;
    justify-content: space-between;

}

.informacoesDiscricaoDv1Texto {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.informacoesDiscricaoDv1Texto a {
    padding: 20px;
    background-color: #008509;
    border-radius: 10px;
}

.informacoesDiscricaoDv1Texto ul li {
    font-size: 20px;
}

.informacoesDiscricaoDv1 div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}


/* Serviços */

.descricaoServicos {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.descricaoServicosMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    color: #4D4D4D;
}

.descricaoServicosMenu div {
    border-radius: 8px;
    width: 350px;
    height: 200px;
    margin: 20px;
    background-color: #D4D4D4;
    padding: 10px;
}

.descricaoServicosMenu p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

.suporte {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #4D4D4D;
}

.suporte1,
.suporte2,
.suporte3 {
    border-radius: 20px;
    width: 290px;
    height: 380px;
    margin: 20px;
    background-color: #D4D4D4;
    padding: 20px;
}

.suporte h1 {
    font-size: 30px;
    color: #4D4D4D;
}

.suporte p {
    font-size: 16px;
    margin-right: 20px;
}

.NossoClientes {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 599px;
    background: #16191A;
}

.NossoClientesPai {
    color: #fff;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    max-width: 70%;
}

.NossoClientesPai h1 {
    font-size: 40px;
}


footer {
    color: white;
    display: flex;
    justify-content: center;
}

.rodaPe {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rodaPeConteudo {
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 80vw;
}

.rodaPeConteudo div {
    margin: 20px;
}

.rodaPeConteudoInforsys1 {
    flex: 1;
}

.rodaPeConteudoInforsys2,
.rodaPeConteudoInforsys3,
.rodaPeConteudoInforsys4 {
    flex: 1;
}

.rodaPeConteudoInforsyslogos {
    background-color: #16191A;
    width: 100vw;
}

.rodaPeConteudoInforsyslogos p {
    margin-left: 50px;
}


.whats {
    position: fixed;
    right: 5px;
    bottom: 20px;
}

.menuMobileIcon,
.menuMobile {
    display: none;
}

.NossoClientesConteudoImg {
    margin-top: 100px;
    display: flex;
    width: 90%;
}

/* rotação */
:root {
    --duration: 1s;
    --duration-double: 5s;
}

/* slide */
.slider {
    margin: 100px auto;
    width: 1100px;
    height: 400px;
    overflow: hidden;
}

.slides {
    max-width: 85vw;
    height: 400px;
    display: flex;
}

.slides input {
    display: none;
}

.slide {
    width: 20%;
    position: relative;
    transition: 2s;
}

.slide img {
    width: 250px;
}

.manual-btn {
    border: 2px solid #FFf;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover {
    background-color: #FFf;
}

#radio1:checked~.first {
    margin-left: 0;
}

#radio2:checked~.first {
    margin-left: -25%;
}

#radio3:checked~.first {
    margin-left: -50%;
}

#radio4:checked~.first {
    margin-left: -75%;
}

.navigation-auto div {

    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.navigation-auto {
    position: absolute;
    width: 800px;
    margin-top: 360px;
    display: flex;
    justify-content: center;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

footer {
    background-color: #202426;
}


.a {
    background-color: #fff;
}

/* responsividede */
@media screen and (max-width: 800px) {
    .fundoA {
        background-position: center;
    }

    .container {
        justify-content: space-around;
    }

    .sejaBemVindoImga {
        display: none;
    }

    .sejaBemVindo h1 {
        font-size: 20px;
    }

    /* menu */
    .menu {

        display: none;
    }

    .menuResponsivos {
        display: inline;
    }

    .menuMobileIcon {
        display: block;
        border: none;
        cursor: pointer;
    }

    .menuMobileIcon button {
        background-color: transparent;
        border: none;
    }


    .menuMobile ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 1rem;
        margin: 0px;
        background-color: #008509;


    }

    .menuMobile ul li {
        margin: 5px;
        list-style: none;
    }

    .open {
        display: block;
    }



    /* texto depois do seja bem vindo */
    .informacos {
        margin: 0px;
        padding: 0px;
    }

    .informacosTexts h1 {
        font-size: 15px;
        margin: 0px;
        padding: 0px;
    }

    /* Parte do sistema completo */
    .informacoesDiscricao {
        width: 350px;
        flex-direction: column;
        align-items: center;
    }

    .informacoesDiscricao img {
        width: 160px;
    }

    .informacoesDiscricaoTexto {
        align-items: center;
        justify-content: space-around;
        padding: 2px;
    }

    .informacoesDiscricaoTexto p {
        font-size: 15px;
        margin: 0px;
        padding: 0px 8px;
    }

    /* menu do  */
    .informacosMenu {
        justify-content: center;
    }

    .informacosMenuMobile {
        width: 350px;
    }

    .informacosMenu button {
        font-size: 14px;
        text-decoration: none;
        padding: 14px;
        background-color: #D4D4D4;
        margin-left: 0px;
        margin-right: 5px;
        border-radius: 5px 5px 0px 0px;
    }

    /* sobre a inforsys */
    .informacoesDiscricaoDv1 {
        align-items: center;
        flex-direction: column;

    }

    .informacoesDiscricaoDv1 img {
        width: 350px;
    }

    .informacosDiv {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .informacoesDiscricaoDv1Texto p {
        width: 25%;
    }




    /* desgbord de seviçõs */
    .descricaoServicosMenu div {
        width: 250px;
        border-radius: 8px;
        height: 200px;
    }

    .descricaoServicosMenu div p {
        font-size: 13px;
        margin-top: 1px;
    }

    .descricaoServicosMenu div h4 {
        margin-bottom: 1px;
    }

    /* Suporte */

    .suporte1,
    .suporte2,
    .suporte3 {
        border-radius: 20px;
        width: 250px;
        height: 350px;
        margin: 20px;
    }

    .suporte h1 {
        font-size: 26px;
        color: #4D4D4D;
    }

    .suporte p {
        font-size: 15px;
        margin-right: 20px;
    }

    .suporte img {
        width: 60px;
    }

    .NossoClientes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 900px;
    }

    /* rotação */
    :root {
        --duration: 1s;
        --duration-double: 5s;
    }

    /* slide */
    .slider {
        width: 100%;
    }

    .slides {
        margin: auto;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slides input {
        display: none;

    }

    .slide {
        margin: auto;
        width: 180px;
    }

    .slide img {
        width: 180px;
    }

    .manual-btn {
        border: 2px solid #FFf;
        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.5s;
    }

    .manual-btn:not(:last-child) {
        margin-right: 40px;
    }

    .manual-btn:hover {
        background-color: #FFf;
    }

    #radio1:checked~.first {
        margin-left: -250%;
    }

    #radio2:checked~.first {
        margin-left: -25%;
    }

    #radio3:checked~.first {
        margin-left: -50%;
    }

    #radio4:checked~.first {
        margin-left: -75%;
    }

    .navigation-auto div {

        padding: 5px;
        border-radius: 10px;
        cursor: pointer;
        transition: 1s;
    }

    .navigation-auto {
        position: absolute;
        width: 80px;
        margin-top: 360px;
        display: flex;
        justify-content: center;
    }

    .navigation-auto div:not(:last-child) {
        margin-right: 40px;
    }

    /* footer */
    .rodaPeConteudo {
        margin-left: 30px;
        display: flex;
        flex-direction: column;
        width: 90vw;
    }

    .whats {
        position: fixed;
        right: 3px;
        bottom: 20150;
    }
    .NossoClientesPai {
        max-width:100%;
    }
    
}

a {
    color: #fff;
}