body {
    font-family: 'Asap', Tahoma, sans-serif;

}
h3 {
    font-size: 16pt;
    font-weight: 500;
}
@media (max-width: 690px) {
    h3 {
        font-size: 11pt;
    }
}
/* -- ESTILOS DA PÁGINA -- */
div.banner-topo {
    width: 100%;
    margin: 60px 0 0 0;
}
div.banner-topo img {
    width: 100%;
}
.content-heading a{
	font-size:32px;
	position:absolute;
	color:#FFFFFF;
	z-index:999;
	height: 140px;
    padding: 53px 20px 0 20px;
    transition: all .3s!important;
    cursor: pointer;
}
.content-heading a:hover {
    background: linear-gradient(to bottom, #00AE9D 0%, #00ae9d43 100%);
}
.botao-4 {
    right:40px;	
}
.botao-3 {
    right:120px;	
}
.botao-2 {
    right:200px;	
}
.botao-1 {
    right:280px;	
}

.content-heading p {
    width: 60%;
    word-wrap: normal;
}
.content-heading h4 {
    width: 60%;
    word-wrap: normal;
}
.content-heading h4 span {
    color: #c9d200;
    font-weight: 200;
}
.content-heading{
	max-height:auto;	
}

.content-heading {
    padding: 5px 0 5px 0 !important;
    background: linear-gradient(to right, #00ae9d 10%,#7DB61C 50% , #C9D200 90%);
    margin: 0 0px 0 0px!important;
}
div.introducao {
    background: linear-gradient(to bottom, #fff -420%, #00ae9d 100%);

}
div.introducao p {
    font-size: 11pt;
    color: #fff;
}
div.introducao h3 {
    color: #fff;

}
div.introducao p a {
    color: #fff;
    font-weight: 750;
}
#conteudo-relevante-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#conteudo-relevante-btns .content-btn {
    background-color:#00AE9D;
    color: #ffffff;
    width: 100%;
    height: 40px;
    font-weight: 400;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 11pt;
    transition: all .3s;
    border: solid 1.5px #ffffff;
}
#conteudo-relevante-btns .content-btn:hover { 

    border: none;
    background-color: #ffffff;
    color: #00AE9D;
    font-weight: 900;
}
#conteudo-relevante-btns .content-btn i {
    padding: 0 20px;
}
div.footer img {
    width: 200px;
    margin: 0 auto 0 auto;
}
.timeline-icon i {
    background-color: #49479D;
    border: solid 1px #48479d72;
}
.timeline-text a {
    text-decoration: none;
    color:#fff;
    border: solid 2px #48479db1;
    background-color: #00AE9D;
    border-radius: 8px;
    padding: 1px 10px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline!important;
}
.timeline-text a:hover {
    transform: scale(1.05);
    background-color: #00ae9db2;
}

.decoration {
    margin-top: 20px;
}
.timeline-text img {
    margin-top: 20px;
}
.timeline-text .title span {
    color:#7DB61C;
}
.timeline-text .subtitle {
    color: #7DB61C;
    margin-top: -8px;
}
.timeline-text .subtitle span {
    color: #545454;
}
.header {
    position:absolute;
    width:100%;
    z-index:999999;
    background-image: linear-gradient(to right, #003641 -10%, #00AE9D 110%)!important;
}
.header h3, .header i {
    color: #fff;
}
.timeline-text p {
    text-align: justify;
    margin: 10px 0 10px 0;
}
.timeline-text li {
    margin: 10px 0 10px 20px;
    text-align: justify;
}

/* -- Estilos do Modal -- */
.alert-modal-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.alert-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 200px;
    width: 80%;
    max-width: 490px;
    z-index: 999999;
    background: #fff;
    border-radius: 8px;
    padding: 40px 40px;
    margin: 0 auto 0 auto!important; 
    border: 4px solid #00AE9D;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .3s;
}

.alert-modal-container .show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);

}
.alert-modal img[src*='.svg'] {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 40px;
}
@media (max-width: 500px) {
    .alert-modal img[src*='.svg'] {
        display: none;
    }

}

.modal-btn-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-btn {
    color: #00AE9D;
    padding: 10px 20px;
    border: 1px solid #00AE9D;
    font-weight: 700;
    cursor: pointer;
}
.modal-btn.vermelho:hover {
    background: #c80000;
    border: 1px solid #c80000;
}
.modal-btn:hover {
    color: #fff;
    background: #00AE9D;
}


