
/* 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: 29px 16px;
    color: #fff;
}

.titulo {
    font-weight: 800;
    font-size: 30px;
    color: #3e3f90;
    margin: 90px 0 20px 0;
}

div#myBtn1 {}

input {
    border-radius: 5px;
    border-color: transparent;
}

.conteudo input {
    border-radius: 100px;
    border-color: transparent;
    width: 100%;
    padding: 10px;
}


div#total {
    background: #0e4888;
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 38px;
    border-radius: 5px;
    margin: 20px 0;
    padding: 50px 0;
}

.btu {
    font-weight: 900;
    font-size: 18px;
}

div#myBtn1 span {
    background: #ffffff;
    color: #3c3c7c;
    padding: 10px 39px;
    border-radius: 5px;
    margin: 60px auto;
    position: relative;
    z-index: 1;
}

div#calculo p {
    color: #fff;
}

div#myBtn1 {margin-bottom: 8px;}



div#texto {
    color: #f00;
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0 0 20px;
}

    .box1 {
        
        border-radius: 10px 10px 0 0;
    }

    .box2 {
        
        border-radius: 0;
    }

    .box3 {
        
        border-radius: 0;
    }

    .box4 {
        
        border-radius: 0;
    }

    .box.col-md-12 {
        
        margin-top: 0;
        border-radius: 0 0 10px 10px;
    }

    .back {background: linear-gradient(0deg, rgb(12 80 158) 0%, rgb(8 120 201) 44%, rgb(12 80 158) 64%);border-radius: 10px;}
    

@media(min-width: 768px){
    .box1 {
       
        border-radius: 10px 0 0 0;
    }

    .box2 {
        
        border-radius: 0 10px 0 0;
    }

    .box3 {
       
        border-radius: 0 0 0 10px;
    }

    .box4 {
       
        border-radius: 0 0 10px 0;
    }

    .box.col-md-12 {
        
        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: 13px;
    width: 100%;
}

.mod .owl-dots{
    display: none;
}

.text-holder {
    background: #000000;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.text-holder:after {content: "";width: 0;height: 0;position: absolute;border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #000000;}