html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    height: 100%;
    
}

.absolute {
    position: absolute;
    top: 145px;
    left: 13px;
}

.icones {
    position: absolute;
    bottom: 110px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.botoes {
    position: absolute;
    bottom: 0px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

div.container-fluid {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    margin-top:70px;
}

.header {
    max-width: 100%;
    min-height: 60px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: #3dc2ff; 
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75);
}

.bottom div {
    padding-top:0px;
    margin-top: 0px;
    border-top: 1px solid #bfbfbf;
    font-size: 13px;
}
.bottom div:nth-child(1)
{
    padding-bottom: 6px;
}
.bottom {
    margin-top:0px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 13px;
    padding: 0;
    border: none;
    outline: none;
    background: #e3e3e3; 
}

.section1 {
    padding-top: 60px;
}

.header img {
    margin-left: auto;
    margin-right: auto;   
}

.welcome {
    color: rgb(27, 131, 216);
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.content {
    padding-top: 15px;
    background-image: url("/img/bg.png") !important;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: 100% 100%;
    background-position: 0px 0px;
}

.content .vem-text {
    background-color: transparent;
    margin-left:2%; 
    text-align: center;
    font-size: 19px; 
    padding: 0px 25px;
    color: rgb(27, 131, 216);
}

.icons-area, .buttons-area {
    padding-top: 25px;
}

.buttons-area a {
    margin: 0px 20px;
}


.info-ul {
    list-style: none;
    margin-left: 0;
	padding-left: 1.2em;
}

.info-ul a {
    color: rgb(27, 131, 216);
    font-weight: 600;
    border-bottom: 1px solid rgb(27, 131, 216);
    padding-bottom: 3px;
}
.info-ul a:hover {
    text-decoration: none;
}
.info-ul a:visited{
    color: rgb(27, 131, 216);
}

.info-ul li.colline:before {
    color: rgb(27, 131, 216);
    content: '+';
    position: absolute;
    left: 0;
}

.section2 {
    padding-top: 180px;
    background-color: #dedede;
    padding-bottom: 180px;
}

.section2 .row:nth-child(2)
{
    padding-left: 10px;
}

.section2 .info-ul {
    font-size: 19px;
}

.section2 .info-ul div {
    margin: 9px;
    color: rgb(27, 131, 216);
}

.telefones-section {
    margin-top: 60px;
    color: #5c5c5c
}

.telefones-section .telefone-row {
    padding-bottom: 10px;
    padding-top: 10px;
}
.telefones-section .telefone-text
{
    padding-left: 30px;
    padding-right: 30px;
}

.telefones-section h3 {
    color: #4d4d4d;
    font-weight: bolder;
}

.nodeco, .nodeco:visited, .nodeco:hover {
    text-decoration: none;
    color: inherit;
}