@font-face {
    font-family: 'aptos-light';
    src: url('../fonte/aptos-light.ttf') format('truetype');
  }
  @font-face {
    font-family: 'aptos-bold';
    src: url('../fonte/aptos-bold.ttf') format('truetype');
  }
  @font-face {
    font-family: 'aptos';
    src: url('../fonte/aptos.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Roboto-Regular';
    src: url('fonte/Roboto-Regular.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonte/Roboto-Thin.ttf') format('truetype');
  }
  @font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonte/Roboto-Bold.ttf') format('truetype');
  }
body{
    padding-top: 90px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: 'aptos-light', sans-serif;
    margin: 0 0 0 0;
}
#caixasuperior{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
}
#fone{
    background-color: #002d64;
    width: 100%;
    height: 25px;
    padding-top: 5px;
    color: #fff;
 
}
#caixafone{
    margin-left: 20px;
    display: inline-block;
    justify-content: center;
 
}
#caixafone a{
    text-decoration: none;
    color: #fff;
    font-family: 'aptos-light', sans-serif;
}

ul{
    list-style: none;
    float: left;
    display: flex;
    align-items: center;
     margin-top: 20px;

}
li{
    padding: 0 0 0 0;
    margin-right: 20px;
}

#menu{
    height: 65px;
    width: 100%;
}
#logo{
    display: inline-block;
    justify-content: center;

    
}
#logo img{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#caixamenu{
    height: 65px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline-block;

}
#menu a{
    color: #000;
    text-decoration: none;
    font-family: 'aptos-bold', sans-serif;
}
p{
    text-align: justify;
}
#apresentacao{
    width: 100%;
    height: 300px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background-color: #002d64;
    background-image: url("../img/img.png");
}
#apresentacao h1{
    padding-top: 70px;
    font-family: Roboto-Bold, sans-serif;
    color: #fff;
    text-align: center;
}
h1{
    padding-top: 10px;
    font-family: Roboto-Bold, sans-serif;
    color: #fff;
    text-align: center;
}
#apresentacao h2{
    width: 700px;
    text-decoration: none;
    font-family: 'Roboto-Thin', sans-serif;
    color: #fff;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}

#boxtexto{
    width:400px;
	height:65px;
	background-color:#ffaf00;
	border-radius: 30px;
    display: flex; 
    align-items: center; 
    justify-content: center;
    margin-bottom: 30px;
    
	}
    #saibamais{
        width:250px;
        height:35px;
        color: #fff;
        background-color:#700936;
        border-radius: 30px;
        margin-top: 15px;
        display: flex; 
        align-items: center; 
        font-family: 'Roboto-Thin', sans-serif;
        justify-content: center;
        margin-bottom: 30px;
        
        }

    #caixaCurso{
        color: #700936;
        margin-left: 20px;
        display: inline-block;
        justify-content: center;
        width: 350px;
        height: 500px;
        background-color: #ffaf00;
        border-radius: 30px;
    }
    #rodape{
        margin-top: 50px;
        background-color: #002d64;
        width: 100%;
        min-width: 950px;
    }
    #titulorodape1{
        color: #fff;
        font-family: Roboto-Bold, sans-serif;
        font-size: 30px;
    }

    #caixarodape{
        color: #700936;
        padding-left: 10px;
        padding-right: 10px;
        display: inline-block;
        justify-content: center;
        width: 250px;
        padding-bottom: 30px;
    }
    #textorodape{
        color: #fff;
        font-family: Roboto-Thin, sans-serif;
        font-size: 18px;
        line-height: 30px;
    }
    #textorodape a{
        color: #fff;
        font-family: Roboto-Thin, sans-serif;
        font-size: 18px;
        line-height: 30px;
        text-decoration: none;
    }
    #titulorodape2{
        margin-top: 30px;

        color: #ffaf00;
        font-family: Roboto-Bold, sans-serif;
        text-decoration: solid;
        font-size: 30px;
    }

    .conteudo{
        margin:0 auto;
        width:950px;
        text-align: center;
        font-family: Roboto-Regular, sans-serif;
    }
    .conteudointerno{
        display: inline-block;
        height: 100px; 
        vertical-align: bottom;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    .titulo{
        font-family: Roboto-Bold, sans-serif;
        height: 25px;
        margin-top:0px;
        padding: 5px 0 15px 0;
        text-align: center;
        background: #ddd; /* Show a solid color for older browsers */
        background: -moz-linear-gradient(#ccc, #ddd);
        background: -o-linear-gradient(#ccc, #ddd);
        background: -webkit-linear-gradient(#ccc, #ddd);
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
        width: 100%;
        min-width: 950px;
        
          }
.titulo h1{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #002d64;
}
h3{
	font-family: Roboto-Bold, sans-serif;
	color:#6e0f28;

	text-align:center;
	font-size:16pt;
	padding:0 0 0 0;
	margin:0 0 0 0;
  }
  .input2{
    font: 120% 'Yanone Kaffeesatz', arial, sans-serif;
    font-size: 16pt;
    padding: 5px;
    border: 1px solid #b9bdc1;
    width: 550px;
	margin-left:0px;
	height:30px;
    color: #002d64;
	}
    h5{
        font-family: Roboto-Regular, sans-serif;
        color:#002d64;
        text-align:left;
        font-size:14pt;
        padding:0 0 0 0;
        margin:0 0 0 0;
      }