html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 8px;
    background-color: whitesmoke;
}

* {
    box-sizing: border-box;
}

.column {
    /*width: 49.33%;*/
    width: 32.33%;
    padding: 5px;
    cursor: pointer;
    margin: 2px auto;
    border: 1px solid deepskyblue;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 20px;
}

.column0 {
    width: 32.33%;
    padding: 6px;
    cursor: pointer;
    margin: 2px auto;
    border: 1px solid limegreen;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 18px;
}
.column1 {
    width: 32.33%;
    padding: 5px;
    cursor: pointer;
    margin: 2px auto;
    border: 1px solid deepskyblue;
    border-radius: 15px;
    overflow: hidden;
}

.column2 {
    width: 32.33%;
    padding: 6px;
    cursor: pointer;
    margin: 2px auto;
    border: 1px solid red;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 18px;
}

.column3 {
    width: 32.33%;
    padding: 6px;
    cursor: pointer;
    margin: 2px auto;
    border: 1px solid orange;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 18px;
}

.column4 {
    width: 32.33%;
    padding: 5px;
    cursor: pointer;
    margin: 2px auto;
    border: 1px solid limegreen;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    color: black;
    font-size: 18px;
}


.row::after {
    content: "";
    clear: both;
    display: table;
}


@media screen and (max-width: 500px) {
    .column,
    .column0,
    .column1,
    .column2,
    .column3,
    .column4{
        width: 100%;
    }
}

#myDIVH {
    width: 310px;
    height: 190px;
    margin: auto;
    border-left: 5px solid red;
    border-right: 5px solid red;
    border-bottom: 12px solid red;
    border-radius: 5px;
}

#myDIVP {
    width: 310px;
    height: 190px;
    margin: auto;
    border-left: 5px solid blue;
    border-right: 5px solid blue;
    border-bottom: 12px solid blue;
    border-radius: 5px;
}

#myDIVFree {
    width: 310px;
    height: 190px;
    margin: auto;
    border-left: 5px solid gray;
    border-right: 5px solid grey;
    border-bottom: 12px solid gray;
    border-radius: 5px;
}

#resultP {
    width: 310px;
    margin: auto;
    border-bottom: 21px solid blue;
    border-left: 5px solid blue;
    border-right: 5px solid blue;
    border-radius: 8px;
    background-color: white;
}

#resultH {
    width: 310px;
    margin: auto;
    border-bottom: 21px solid red;
    border-left: 5px solid red;
    border-right: 5px solid red;
    border-radius: 8px;
    background-color: white;
}

#buttons {
    width: 310px;
    margin: auto;
}
#buttonsFree {
    width: 310px;
    margin: auto;
}

#btnP {
    width: 310px;
    height: 50px;
    margin: auto;
    border-right: 10px solid blue;
    border-left: 10px solid blue;
    border-top: 3px solid blue;
    border-bottom: 3px solid blue;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 17px;
    background-color: ghostwhite;
}


#btnH {
    width: 310px;
    height: 50px;
    margin: auto;
    border-right: 10px solid red;
    border-left: 10px solid red;
    border-top: 3px solid red;
    border-bottom: 3px solid red;
    border-radius: 5px;
    margin-bottom: 25px;
    font-size: 17px;
    background-color: ghostwhite;
}

#btnFreIn {
    width: 310px;
    height: 50px;
    margin: auto;
    border-right: 10px solid green;
    border-left: 10px solid green;
    border-top: 3px solid green;
    border-bottom: 3px solid green;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 17px;
    background-color: ghostwhite;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnNovoC {
    width: 310px;
    height: 50px;
    margin: auto;
    border-top: 3px solid dodgerblue;
    border-bottom: 3px solid dodgerblue;
    border-left: 10px solid grey;
    border-right: 10px solid grey;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
}

#btnFree {
    width: 275px;
    height: 45px;
    border-right: 10px solid green;
    border-left: 10px solid green;
    border-top: 3px solid green;
    border-bottom: 3px solid green;
    border-radius: 5px;
    margin-left: 15px;
    margin-top:10px;
    font-size: 17px;
}

#mensagem {
    margin: 20px;
}

#escolha,
#escolha01 {
    font-size: 25px;
    color: darkred;
}

hr {
    border-color: black;
    box-sizing: border-box;
    width: 100%;
}

#hrB {
    border-color: black;
    box-sizing: border-box;
    margin-top: 18px;
    margin-bottom: 18px;
}

#hrSep {
    height: 2px;
    box-sizing: border-box;
    width: 100%;
}

#btnCalc,
#btnCalc0 {
    width: 275px;
    height: 45px;
    margin: 0 auto;
    border-right: 10px solid dodgerblue;
    border-left: 10px solid dodgerblue;
    border-top: 3px solid dodgerblue;
    border-bottom: 3px solid dodgerblue;
    border-radius: 5px;
    background-color: navajowhite;
}

#campo3 {
    width: 275px;
    height: 30px;
    margin: 0 auto;
    border: 3px solid deepskyblue;
}

#campo5,
#campo6,
#campo7,
#campo8,
#psI,
#hc,
#hc2{
    color: forestgreen;
    font-size: 30px;
    margin: 0 auto;

}
#campo2,
#campo4 {
    color: darkblue;
    font-size: 30px;
    margin: 0 auto;
    margin-top: 20px;
    text-decoration: underline;
}

#campo1 {
    width: 275px;
    height: 30px;
    margin: 0 auto;
    border: 3px solid orange;
}

#campo10 {
    width: 275px;
    height: 30px;
    margin: 0 auto;
    border: 3px solid red;
}

#myDIVH label,
#myDIVH button,
#myDIVP label,
#myDIVFree label,
#myDIVP button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
}

#myDIVH input,
#myDIVP input,
#myDIVFree input {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    height: 35px;
}

#resultP label,
#resultH label {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
}

#resultP p,
#resultH p {
    margin-top: 5px;
    text-align: center;
}

#hc3,
#psI2,
#psI3 {
    text-align: center;
}

footer {
    width: 100%;
    height: 28px;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    background-color: white; 
    text-align: center;
}

#titulo {
    background-color: gray;
    color: white;
    padding: 20px;
}

#titulo01 {
    background-color: limegreen;
    color: white;
    padding: 20px;
}

#titulo02 {
    background-color: red;
    color: white;
    padding: 20px;
}

#titulo03 {
    background-color: orange;
    color: white;
    padding: 20px;
}

#titulo04 {
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3cm;
}

    #titulo04::before {
        content: "";
        background-image: url('/Images/nodef/topo.jpg');
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3cm;
        z-index: -1;
    }


#titulo05,
#titulo06 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}

#titulo07 {
    background-color: darkgreen;
    color: white;
    padding: 20px;
}

#titulo08 {
    background-color: deepskyblue;
    color: white;
    padding: 20px;
}

#tituloFree,
#tituloFreeIn {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

#topo01 {
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

#topo02 {
    margin: 34px;
}

#topo03 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#topo {
    margin-top: 20px;
    margin-bottom: 20px;
}

#topo04 {
    margin-top: 10px;
}
.larger-text {
    font-size: 18px; 
}

.larger-brand-text {
    font-size: 28px;
    font-family: Cooper;
    text-shadow: 1px 1px 0 #ccc, 2px 2px 0 #ccc, 3px 3px 0 #ccc, 4px 4px 0 #ccc, 5px 5px 0 #ccc, 6px 6px 0 #ccc;
    color: darkred !important;
}

.larger-brand-text:hover {
    text-shadow: 5px 5px 30px rgba(0, 0, 0, 0.7);
    color: dimgray !important;
}

.btn-custom {
    background-color: blue;
    color: white !important;
    font-size: 16px;
    padding: 10px;
    border-top:3px solid red;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 150px;
    text-align: center;
}

    .btn-custom:hover {
        background-color: saddlebrown;
        border-right: 11px solid red;
        border-left: 11px solid red;
    }

.small-text {
    font-size: 14px;
}

.retangulo-fundo {
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: white;
    background-color: orangered;
}
.retangulo-topo {
    padding: 1px;
    width: 100%;
    margin: 0 auto;
    background-color: deepskyblue;
}
.mensagem-vermelha {
    color: red;
}

.bg {
    background-image: url('/Images/nodef/inicial.jpg');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    /*/margin: 2px auto;
    border:1px solid white;
    border-radius: 20px;*/
}

.button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.btnI {
    background-color: blue;
    color: white;
    padding: 1px 5px;
    text-align: center;  
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    margin: 4px 2px;
    cursor: pointer;
    border-top: 0px;
    border-left: 15px solid white;
    border-right: 15px solid white;
    border-bottom:0px;
    transition-duration: 0.4s;
    width: 340px;
    height: 100px;
    border-radius: 20px;
    opacity: 0.7;
}

    .btnI:hover {
        background-color: darkblue;
        color: white;
        border-top: 0px;
        border-bottom: 0px;
        border-left: 30px solid red;
        border-right: 30px solid red;
    }

.alerta {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 320px;
    min-height:290px;
    transform: translate(-50%, -50%);
    background-color: blue;
    color: white;
    border: 3px solid red;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-size: 18px;
    text-align: center;
    opacity: 0.9;
}

    .alerta img {
        display: block;
        margin: 0 auto 10px;
        margin-bottom: 30px;
        width: 75px; 
        height: 65px; 
    }

    .alerta button {
        display: block;
        margin: 20px auto 0;
        padding: 5px 10px;
        background-color: white;
        color: black;
        border: 3px solid red;
        cursor: pointer;
        border-radius: 4px;
        width: 160px;
        height: 45px;
    }

        .alerta button:hover {
            background-color: gray;
            color: white;
        }

#image {
    margin: 0 auto 10px;
    width: 120px;
    height: 120px;
}
#image01 {
    display: block;
    margin: 10px auto;
    width: 300px;
    height: 120px;
}
#image02 {
    margin: 0 auto 10px;
    width: 110px;
    height: 100px;
    border: 2px solid white;
    border-radius: 8px;
}

.custom-font {
    font-family: Brush Script MT, cursive;
    font-size: 18px; 
    color: black; 
}
