html{
    scroll-behavior: smooth;
}
body{
    background-color: #1E90FF87;
}

header{
    background-color: #87CEFA;       
    padding: 2%;
    text-align: center;
    line-height: 1.7em;
}
.fixo{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
  

.itens_menu{
    text-align: center;
    line-height: 1.5;
}
h1{
    color: #110642;
    font-size: 2em;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: bold;
    font-family: 'Edu NSW ACT Foundation', cursive;
}


.itens_menu a:link, .itens_menu a:visited{

    color: 	#0a3141 ;
    font-weight: bolder;
    font-size: 1.3em;
    text-decoration: none;
}

.itens_menu a:hover{
    padding: 0.8%;
    background-color: 	#248fb9 ;
}

.itens_menu a:active {
    color: #0a3141 ;
}

#veja_mais a:link, #veja_mais a:visited{

    color: #4169E1;
    font-size: 1.2em;
    
}
#veja_mais a:hover{
    color: #1E90FF ;
}



figure{

    text-align: center;
    

}

.img_logo{
    width: 5%;
}



.img_topo{
    width: 100%;
    
}

.img_corpo{
    width: 40%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.container{
    width: 80%;
    margin: auto;
}

.img_direito{
    float: right;
    width: 40%;
    padding-left: 1%;
}

.img_esquerdo{
    float: left;
    width: 40%;
    height: 37%;
    padding-right: 1%;
}

h1{
    text-align: center;
}

p{

font-size: 1.3em;
text-align: justify;
text-indent:35px;
line-height: 1.5;
font-family: 'Caveat', cursive;
}

.parag_letras > p{
    font-size: 1em;
    text-align: center;

}

.botao {
    width: 130px;
    height: 20px;
    background-color:  rgba(9, 7, 6, 0.3);
    padding: 1%;
    margin: auto;  
    margin-bottom: 2%; 
    margin-top: 2%;
    font-style: oblique;
}

.botao a:link, .botao a:visited {
    color:	#18126d;
    text-decoration:none;
    font-weight: bolder;


}

.botao a:hover{
    color: black;
    font-weight: bold;

}

.botao:hover {  
    background-color: #2d95eb;
    color: black;
    
}
footer{
    background-color: rgba(9, 7, 6, 0.3);
    padding-top: 5%;
    padding-bottom: 2%;
    margin-top: 25em;
}
footer p{ 
    text-align: center;   
    color: #fff;
    font-weight: bold;
    font-size: 1em;
   
}
.center{
    text-align: center;    
}

table{
    border-collapse: collapse;
    width: 100%;
    border:solid;
}

th{
    font-size: 1.5em;
    color: #2400a8; 
    font-weight: bold;

}

td, th {
    border: 3px dashed #050047; 
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
    border:solid;
    font-family: 'Caveat', cursive;

}

td:first-child { 
    width: 30%;  
}
td:first-child + td {  
    width: 70%; 
}

audio{
    width: 60%;
    
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
   background-color: #87CEFA;  
}


input[type=text], select, input[type=tel], input[type=email] input [type=date] input[type=est]input [type=come] {
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px    ;
    border-radius: 4px;
    
  }

label{
    width: 50%;
    display: inline-block;
    margin-left: 3%;
    margin-bottom: 1%;
    color: #050047;
}

input[type=radio]{
    display: block;
}

.form{
    box-sizing: border-box;
    border-radius: 17em;
    padding: 5em;
    padding-bottom: 6em;
    background-color: #1E90FF;
}

.col-25{
    width: 25%;
    float: left;
    margin-top: 6px;
   
}

.col-75{
    width: 75%;
    float: left;
    margin-top: 6px;
   
}
input[type=submit] {
    background-color:  #050047;
    color: white;
    padding: 15px 25px;
    border: none;
    border-radius: 4em;
    cursor: pointer;
    float: right;
  }

@media screen and (max-width: 600px) {
    .col-25,.col-75,input[type=submit] {
    width: 90%;
    margin-top: 0;
    }
    .banner{
        margin-top: 30%;
    }
    .logo{
        text-align: center;
    }
    
    
}
@media screen and (min-width: 601px) {
    header{
        background-color: #1E90FF;
        flex-direction: row;
        width: 100%;
        

    }

    .itens_menu{
        position: absolute;
        right: 15%;
        width: 80%;
        
    }

    .itens_menu ul li{
        display: inline;
        margin-left: 2%;

    }

    .logo{
        text-align: left;
        width: 10%;
    }

    .banner{

        margin-top: 6%;
    }

    .img_logo{
        width: 30%;
    }
    


    
  }