html {
    display: flex;
    flex-wrap: wrap;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    width: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header {
    display: flex;
    justify-content: center;
    width: 100%;
}

#logo {
    width: 75px;
    height: 100px;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 15px;
}

.menu li {
    display: inline-block;
    margin: 25px 5px 0 0;
}

.menu li :hover {
    color: black;
}

.menu li a {
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
}

.menu li button {
    border-radius: 50px;
    height: 30px;
}


.tabela1 {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.info1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-evenly;
    margin-top: 40px;
}

.botaoSolicitacao {
    margin: 15px 0;
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.botaoSolicitacao a button {
    width: 220px;
}

.botaoSolicitacao :hover {
    text-decoration: none;
    background-color: rgb(0, 221, 255);
}

.botaoSolicitacao2 {
    margin: 15px 0;
    text-decoration: none;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
}

.botaoSolicitacao2 a button {
    width: 220px;
}

.botaoSolicitacao2 :hover {
    text-decoration: none;
    background-color: rgb(0, 221, 255);
}

.tabela2 {
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #1F63B6;
    color: white;
    margin-top: 20px;
}

.info2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 40px 20px 0 0;
}

.tabela3 {
    padding: 0 300px;
    width: 100%;
    text-align: center;
    background-color: white;
    margin-top: 20px;
}

.info3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.imgInfo3 {
    width: 33%;
    align-items: center;
}

footer {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    background-color: #1F63B6;
    margin-top: 20px;
}

#corte {
    text-align: center;
    background-color: white;
}

.info4 {
    margin-top: 20px;
}

.info4 li {
    display: flex;
    font-size: 14px;
    color: white;
    padding: 10px;
}

.info4 li :hover {
    color: black;
}

.info4 li a {
    font-size: 14px;
    text-decoration: none;
    color: white;
    padding: 5px 0;
}

.faq {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

section {
    width: 60%;
    text-align: left;
    padding: 30px 0;
}

summary {
    padding: 10px 0;
    font-size: 22px;
}

.pagecliente {
    width: 100%;
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#emergencia {
    font-weight: 600;
    color: #1F63B6;
}

#contato {
    font-size: 40px;
    font-weight: 700;
    color: #003A96;
    letter-spacing: 7px;
}

#refcontato {
    margin: 0;
    font-size: 29px;
}

#refcontato span {
    padding: 0 4px;
}

.infofaq {
    font-size: 18px;
    color: #5a5757a2;
}


.quemsomos {
    width: 62%;
    font-size: 20px;
    text-align: left;
}

.butcar {
    font-size: 20px;
    color: #1F63B6;
    background-color: white;
    width: 400px;
    height: 40px;
    border-radius: 50px;
}

ol,
ul {
    margin-top: 13px;
}

#infocar {
    margin: 0;
    text-align: left;
    font-size: 70px;
    padding-bottom: 65px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

#infocar p {
    margin: 10px 0;

}

#infocar2 {
    margin: 0;
    text-align: right;
    font-size: 70px;
    padding-bottom: 75px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

#infocar2 p {
    margin: 10px 0;
}

.faixacotacao {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    width: 100%;
    height: 150px;
    color: white;
    font-size: 55px;
    background-image: url(img/FaixaCotacao.jpg);
}

.espacamento {
    display: none;
    width: 440px;
}

#spantab1 {
    color: #0E99FF;
    font-size: 30px;
}

#span2tab1 {
    color: #1F63B6;
    font-size: 30px;
}

.infoh4 {
    font-size: 16px;
}

.info1P {
    color: #1F63B6;
    font-size: 20px;
}

.info2text {
    font-size: 25px;
}

#spantab3 {
    color: #0E99FF;
    font-size: 30px
}

#span2tab3 {
    color: #1F63B6;
    font-size: 30px;
}

.info3text {
    font-size: 18px;
    color: #1F63B6;
}

#posfooter {
    color: white;
    background-color: #1F63B6;
    width: 100%;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#corteimg {
    padding-top: 50px;
    height: 60%;
    width: 100px;
}

.tituloinfo4 {
    font-size: 20px;
}

.subtituloinfo4 {
    font-size: 15px;
}

#info4linkimg {
    padding: 15px;
}

#faixacot {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#quemsomosP {
    margin: 40px 0
}

.quemsomosPS {
    margin: 0 0 30px
}

.tdcentermaior {
    text-align: center;
    font-size: 3em;
    font-weight: 600;
    color: #003A96;
}

.tdcenterenor {
    text-align: center;
    font-size: 1.4em;
}

#textcotacao {
    color: #1F63B6;
    margin: 25px 50px;
}


.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.close-btn {
    position: absolute;
    right: 15px;
    font-size: 4dvh;
    cursor: pointer;
    color: #fff;
}


@media(max-width: 600px) {

    #img-popup {
        width: 415px;
    }

    .close-btn {
        position: absolute;
        right: 5px;
        font-size: 4dvh;
        cursor: pointer;
        color: #fff;
    }

    .botaoSolicitacao2 a button {
        width: 200px;
    }

    .textcar {
        margin: 0;
        width: 200px;
    }

    .textcar2 {
        position: relative;
        left: 110px;
        margin: 0;
        width: 200px;
    }

    .butcar {
        font-size: 13px;
        height: 20px;
        color: #1F63B6;
        background-color: white;
        width: 190px;
        border-radius: 50px;
    }

    .quemsomos {
        width: 90%;
        font-size: 20px;
        text-align: left;
    }

    .menu ul {
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .tabela1 {
        margin: 0 10px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    #corte {
        display: none;
    }

    .tabela3 {
        padding: 0;
    }

    .imgInfo3 {
        width: 50%;
        margin: 0 auto;
    }

    footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .info4 {
        width: 50%;
        margin: 0 auto;
    }

    #infocar {
        margin: 0;
        text-align: left;
        font-size: 15px;
        padding-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    #infocar p {
        margin: 3px;
    }

    #infocar2 {
        margin: 0;
        text-align: right;
        font-size: 15px;
        padding-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 100;
        font-style: normal;
    }

    #infocar2 p {
        margin: 3px;
    }

    .espacamento {
        display: block;
        width: 440px;
    }

    #emergencia {
        text-align: center;
        font-weight: 600;
        color: #1F63B6;
    }

    .botaoSolicitacao a button {
        width: 200px;
    }

}

@media(min-width: 600px) and (max-width: 1200px) {

    .textcar {
        margin: 0;
        width: 200px;
    }

    .textcar2 {
        position: relative;
        left: 390px;
        margin: 0;
        width: 200px;
    }

    .butcar {
        font-size: 15px;
        height: 25px;
        color: #1F63B6;
        background-color: white;
        width: 220px;
        border-radius: 50px;
    }

    .quemsomos {
        width: 90%;
        font-size: 20px;
        text-align: left;
    }

    .menu ul {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .tabela1 {
        margin: 0 10px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    #corte {
        display: none;
    }

    .tabela3 {
        padding: 0;
    }

    .imgInfo3 {
        width: 50%;
        margin: 0 auto;
    }

    footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .info4 {
        width: 50%;
        margin: 0 auto;
    }

    #infocar {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0;
        text-align: left;
        font-size: 40px;
        font-weight: 400;
        padding-bottom: 40px;
    }

    #infocar p {
        margin: 3px;
    }

    #infocar2 {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        margin: 0;
        text-align: right;
        font-size: 40px;
        font-weight: 400;
        padding-bottom: 40px;
    }

    #infocar2 p {
        margin: 3px;
    }

    .espacamento {
        display: block;
        width: 10px;
    }

}

.botao-cotacao {
    background-color: #1e67cd;
    border-radius: 5px;
    color: white;
    border: none;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: 600ms;
}

.botao-cotacao:hover {
    background-color: #003A96;
}

.inputs {
    border-radius: 5px;
    background-color: #e5ebfb;
    border: none;
    padding: 15px 10px 15px 15px;
    color: #4a77b5;
    width: 400px;
}

.inputs::placeholder {
    color: #4a77b5;
}

.input-select {
    border-radius: 5px;
    background-color: #e5ebfb;
    border: none;
    padding: 15px;
    color: #4a77b5;
    width: 400px;
}

.input-select::placeholder {
    color: #4a77b5;
}

.txt-labels {
    color: #003A96;
    font-family: Helvetica, sans-serif;
    font-size: 0.9em;
    padding-left: 8px;
    font-weight: 600;
    padding-bottom: 5px;
    display: block;
}