#carrossel{
    width: 90px;
    height: 600px;
}
.verde{
    color:#8dc63f;
    
}
.navbar{
    height: 100px;
    background-color: #345387; 
    font-weight: 600;
}


.navbarSecundary{
    height: 100px;
    background-color: #15191b; 
    font-weight: 600;
}


.navbar a{
    color: #fff;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #345387;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
footer{
    width: 100%;
    margin: 0px;
    border: 0px;
    background-color: #345387;
    height: 300px; 
    font-weight: 500;
    margin-top: 25px;
    min-height: 380px; 
    height: 100%;
}
footer span{
    font-size: 12px;
    color: #bdbfc0!important;
}
footer li{
    color:rgb(228, 224, 224) ;
}
footer a{
    color:rgb(228, 224, 224) ;
    font-weight: 300;
    text-decoration: none;
}
footer a:hover{
    color:rgb(228, 224, 224) ;
    font-weight: 800;
    text-decoration: none;
}

.lineButton{
    border-bottom: 1px solid #bdbfc0 ;

}
.align-center{
    text-align: center;
}
p{
    color: #243842;
}
.btn-primary{
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-primary :hover {
    color: #fff;
    background-color: #649e13;
    border-color: #466d0f;
}
.mb-2{
    margin-bottom: 20px;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #243842;
    border-color: #243842;
}
.btn-outline-info:hover {
    color: white;
    background-color: #14b1e7;
    border-color: #0dcaf0;
}

.nav-link:focus, .nav-link:hover {
    color: #94d343;
}

.nav-link:focus, .nav-link:active {
    color: #94d343;
}

h1{
    color: #345387;
    animation: fadeIn; 
    animation-duration: 1s; 
}

.animar{
    animation: fadeIn; 
    animation-duration: 2s; 
}
h5{
    animation: fadeIn; 
    color: #8ac53e;
    animation-duration: 2s; 
}
span{
    animation: fadeIn; 
    animation-duration: 1s; 
    
}
p{
    animation: fadeIn; 
    animation-duration: 1s; 
    margin-top: 20px;
    
  
}
img{
    border-radius: 5px;
    animation: fadeIn;
    animation-duration: 2.5s; 
}
.btn-outline-secondary {
    color: #8dc63f;
    border-color: #8dc63f;
}

.element1 {
    width: 50%;
    height: 60px;
    background-color: white;
    border-radius: 50% 50% 194% 159%;
}

.element2{
    width: 50%;
    height: 60px;
    border-radius: 50% 14% 5% 28%;
    background-color: #243842;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.btn-outline-info:hover {
    color: white;
    background-color: #8dc63f;
    border-color: #8dc63f;
}
.barra{
    background-color: rgb(245, 241, 241);
}


.waves {
    fill: #345387;
}

.claro{
    background-color: #345387;
}
.escuro {
    color: white;
    background-color: black;
}




.row{
    margin: 0px;
    border: 0px;
    padding: 0px;
}
.Titulo{
    text-transform: Uppercase;
}