#topo{
 background-color: rgba(239,239,239,1);
 min-height: 243px;
}
#meio{
 background-color:rgba(29,123,213,1);
}

#section1{
 background-image: url(../static/image/1.webp);
 width: auto;
 height: 500px;
 background-position-x: 50%;
 background-position-y: 50%;
 background-size: cover;
}

#section2{
 background-image: url(../static/image/2.webp);
 width: auto;
 height: 500px;
 background-position-x: 50%;
 background-size: cover;
 background-position-y: 50%;
}

#section3{
 background-image: url(../static/image/3.webp);
 width: auto;
 height: 500px;
 background-position-x: 50%;
 background-size: cover;
 background-position-y: 50%;
}

#section4{
 background-image: url(../static/image/4.webp);
 width: auto;
 height: 500px;
 background-position-x: 50%;
 background-size: cover;
 background-position-y: 50%;
}

#box1{
 float: right;
 width: auto;
 max-width: 440px;
 text-align: -webkit-center;
}
.bottombox1{
 text-align: start;
 color: white;
 font-size: 15pt;
 font-weight: bold;
 padding: 3%;
 border-radius: 34px 0px 34px 34px;
 background-color:#007cd9;
 box-shadow: 7px 7px 10px #00000042;
}

#topbox1{
 background-color: white;
 width: 299px;
 height: 71px;
 line-height: 25px;
 box-shadow: 7px 7px 10px #00000042;
}

#box2{
 float: left;
 width: auto;
 max-width: 440px;
 text-align: -webkit-center;
}
.bottombox2{
 text-align: start;
 color: white;
 font-size: 15pt;
 font-weight: bold;
 padding: 3%;
 border-radius: 34px 0px 34px 34px;
 background-color:#007cd9;
 box-shadow: 7px 7px 10px #00000042;
}

#topbox2{
 background-color: white;
 width: 299px;
 height: 71px;
 box-shadow: 7px 7px 10px #00000042;
}

#box3{
 float: right;
 width: auto;
 max-width: 440px;
 text-align: -webkit-center;
}
.bottombox3{
 text-align: start;
 color: white;
 font-size: 15pt;
 font-weight: bold;
 padding: 3%;
 border-radius: 34px 0px 34px 34px;
 background-color:#007cd9;
 box-shadow: 7px 7px 10px #00000042;
}

#topbox3{
 background-color: white;
 width: 299px;
 height: 71px;
 box-shadow: 7px 7px 10px #00000042;
}

#box4{
 float: left;
 width: auto;
 max-width: 440px;
 text-align: -webkit-center;
}
.bottombox4{
 text-align: start;
 color: white;
 font-size: 15pt;
 font-weight: bold;
 padding: 3%;
 border-radius: 34px 0px 34px 34px;
 background-color:#007cd9;
 box-shadow: 7px 7px 10px #00000042;
}

#topbox4{
 background-color: white;
 width: 380px;
 height: 71px;
 box-shadow: 7px 7px 10px #00000042;
}

#footer{
 background-color: rgba(6,29,59,1);
}

.formcontainer{
 background-color: rgba(29,123,213,1);
 color: white;
 max-width: 990px;
 padding: 1% 15% 2% 15%;
}