
/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  /* background-color: #fefefe; */
  /* margin: auto; */
  padding: 26px 10px;
  border: 1px solid #1754b7;
  /* width: 80%; */
  /* text-align: center; */
  border-radius: 10px;
}

/* The Close Button */
.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#geral {
    text-align: center;
    padding: 0 0 70px 0;
}

#geral .box {
    /* margin: 5px; */
    /* border-radius: 10px; */
    padding: 30px 20px;
    color: #fff;
}

.titulo {
    font-weight: 800;
    font-size: 30px;
    color: #16438c;
}

div#myBtn1 {}

input {
    border-radius: 5px;
    border-color: transparent;
}

.conteudo input {
    border-radius: 100px;
    border-color: transparent;
    width: 100%;
}


div#total {
    background: #16438c;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 51px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 50px 0;
}

.btu {
    font-weight: 900;
    font-size: 18px;
}

div#myBtn1 span {
    background: #16438c;
    color: #fff;
    padding: 10px 39px;
    border-radius: 100px;
    margin: 60px auto;
    position: relative;
    z-index: 1;
}

div#calculo p {
    color: #fff;
}

div#myBtn1 {margin-top: 20px;}



div#texto {
    color: #f00;
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0 0 20px;
}

    .box1 {
        background: #16438c;
        border-radius: 10px 10px 0 0;
    }

    .box2 {
        background: #1754b7;
        border-radius: 0;
    }

    .box3 {
        background: #16438c;
        border-radius: 0;
    }

    .box4 {
        background: #1754b7;
        border-radius: 0;
    }

    .box.col-md-12 {
        background: #16438c;
        margin-top: 0;
        border-radius: 0 0 10px 10px;
    }

@media(min-width: 768px){
    .box1 {
        background: #16438c;
        border-radius: 10px 0 0 0;
    }

    .box2 {
        background: #1754b7;
        border-radius: 0 10px 0 0;
    }

    .box3 {
        background: #1754b7;
        border-radius: 0 0 0 10px;
    }

    .box4 {
        background: #16438c;
        border-radius: 0 0 10px 0;
    }

    .box.col-md-12 {
        background: #16438c;
        margin-top: 16px;
        border-radius: 10px;
    }

    #geral {
        text-align: center;
        padding: 0;
    }
}

.box span {
    font-size: 20px;
}

select#sol {
    border-radius: 100px;
    border-color: transparent;
    background: #fff !important;
    padding: 1px 20px;
}