/**/
html, body, main{
    overflow: hidden;
}
.redes {
    top: 16px;
    right: 16px;
}
.rodapex {
    z-index: 99999;
    position: absolute;
    color: #693100;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.rodapex a {
    color: #693100;
}

.inicio { display: inline-block; width: 100%; height: 60px; position: absolute; bottom: 180px; }
.linha_1 { background: white; height: 7px; position: absolute; width: 58%; bottom: -6px; z-index: 101; background: #c82254; }
.linha_2 { background: white; height: 7px; position: absolute; width: 100%; bottom: -6px; z-index: 100; }
.inicio ul { list-style: none; text-align: center; margin: 0 !important; padding: 0 !important; display: inline-block; width: 100%; height: 100px; }
.inicio ul li { width: 19.6%; display: inline-block; text-align: center !important; margin: 0 auto; overflow: hidden; }
.inicio ul li span { width: 120px; height: 120px; background: white; display: inline-block; border-radius: 50%; position: relative; z-index: 103; }
.inicio ul li span p { color: #c82254; font-family: sans-serif; font-size: 28px; font-weight: bolder; text-align: center; line-height: 33px; padding: 36px 6px 6px 6px; }
.inicio ul li span small { display: block; font-family: 'Roboto'; font-size: 12px; font-weight: 600; line-height: 13px; color: black; }
.inicio ul li.lib span small, .inicio ul li.lib span p { color: #ffffff; }
.inicio ul li.lib span { background: #c82254; }

.botoes { position: absolute; width: 340px; right: 10%; top: 40%; -ms-transform: translateY(-40%); transform: translateY(-40%);}
.botoes a { margin: 5px; width: 100%; background: azure; border-radius: 30px; font-size: 16px; font-weight: bolder; padding: 9px 0;}
.logo {padding: 1% 0 0 10%; width: 780px;}
a.btn.btn1 {background: #30a4dc; color: white;}
a.btn.btn2 {background: #d71921; color: white;}
a.btn.btn3 {background: #ec008c; color: white;}


.regua {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 30px;
}
img.img1 {
    max-width: 600px;
}


@media (max-width: 1260px) { 
    .logo { padding: 2% 0 0 4%; width: 600px; }
    .rodapex { padding: 0 10px; }
    .inicio { bottom: 200px; }
    .regua { bottom: 50px; }
}

@media (max-width: 1040px) { 
    .logo { width: 500px; }
    
}

@media (max-width: 920px) { 
    .logo { width: 400px; }
}

@media (max-width: 770px) { 
    .botoes {
        position: initial;
        width: 340px;
        right: unset;
        top: unset;
        margin: 0 auto;
        -ms-transform: translateY(22%);
        transform: translateY(22%);
        bottom: 22%;
    }
    .inicio ul li span { width: 90px; height: 90px;}
    .inicio ul li span p {font-size: 20px; line-height: 25px; padding: 22px 6px 6px 6px;}
    .inicio { height: 44px;}
    .rodapex { font-size: 12px;line-height: 14px;}
    .inicio ul li span small { font-size: 10px;}
}

@media (max-width: 600px) {
    img.img1 {
        max-width: 96%;
        padding: 0 2%;
    }
}

@media (max-width: 560px) { 

.logo {
    width: 380px;
}
.inicio {
    height: 32px;
}
.inicio ul li span {
    width: 70px;
    height: 70px;
}
.inicio ul li span p {
    font-size: 16px;
    line-height: 17px;
    padding: 20px 6px 6px 6px;
}
.inicio ul li span small {
    font-size: 8px;
}
.botoes {
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    bottom: 20%;
}
.redes ul li a img {
    width: 38px;
}
a.fli img.trans1 {
    width: 28px;
    margin: -12px 0 0 4px;
}
.linha_1, .linha_2 {
    height: 4px;
}
.regua { bottom: 80px; }

}


@media (max-width: 480px) {

.rodapex { font-size: 10px; padding: 4px 8px;line-height: 11px;}
.inicio ul li span small {
    font-size: 7px;
     line-height: 8px;
}
.regua { bottom: 60px; }
.inicio {
    bottom: 150px;
}
.linha_1, .linha_2 {
    bottom: -7px;
}
.botoes {
    -ms-transform: translateY(18%);
    transform: translateY(18%);
    bottom: 18%;
}

}