/* TODO */
html{
    font-size: 62.5%;
    font-family: 'Montserrat', sans-serif;
}
body{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
}
header,
footer{
    display: block;
}
a{
    text-decoration: none;
}
ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
strong 
{
    font-weight: bold !important;
}
img,
picture,
video,
embed {
    max-width: 100%;
}

p{
    font-size: 2rem;
    line-height: 3rem;
    color: #707070;
}

p + p{
    margin-top: 2rem;
} 
h1{
    font-size: 3.5rem;
    line-height: 4.3rem;
    font-weight: 800;
    color: #0059B2;
    text-transform: uppercase;
}
h2{
    font-size: 3rem;
    line-height: 3.7rem;
    font-weight: 700;
    color: #0059B2;
    text-transform: uppercase;
}
h3{
    font-size: 2.1rem;
    line-height: 2.5rem;
    font-weight: 900;
    color: #FF7E14;
    text-transform: uppercase;
}
h4{
    font-size: 2rem;
    line-height: 2.3rem;
    font-weight: 800;
    color: #0059B2;
    text-transform: uppercase;
}
button{
    padding: 1.9rem 5.7rem;
    border-radius: 0.6rem;
    background-color: #0059B2;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
}
.clear{
    clear: both;
    display: block;
}
.central{
    max-width: 1220px;
    padding: 0rem 1rem 0rem 1rem;
    margin: 0 auto;
}
.clear{
    clear: both;
    display: block;
    
}
.white_phone_icon{
    background-image: url(../img/ico/phone_icon_white.svg);
    background-repeat: no-repeat;
    background-size: 2.5rem;
    background-position: 1rem 0.5rem;
    font-size: 2.9rem;
    font-weight: 700;
    padding: 0.1rem 1.2rem 0.1rem 4.4rem;
    border-radius: 2rem;
    background-color: #FF7E14;
    color: #fff;
    vertical-align: middle;
}
.blue_phone_icon{
    background-image: url(../img/ico/phone_icon_blue.svg);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 0.4rem 0.6rem;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0.4rem 1.2rem 0.4rem 2.4rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #0059B2;
}
.black_bold{
    font-weight: 900;
}
.separator{
    margin-top: 2rem;
}

/*Header**********************************************************************/
header{
    background-image: url(../img/cover/header_footer_cover.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 2.5rem 0rem 4.5rem 0rem;
    background-color: #0059B2;
}
header #header{
    display: inline-block;
    width: 100%;
}

header #header #header_left{
    float: left;
    text-align: center;
    margin-top: 2.5rem;
    width: 22%;
}
header #header #header_right{
    float:right;
    width: 77%;
    padding-left: 2rem;
}

header #header #header_left #logo{
    cursor: pointer;
    width: 23rem;
    z-index: 100;
    position: relative;
}
header #header #header_right #header_right_top{
    padding-left: 4.5rem;
}
header #header #header_right #header_right_top #social_medias_header{
    display: inline-block;
    padding-top: 5rem;
}
header #header #header_right #header_right_top #social_medias_header ul li{
    display: inline-block;
}
header #header #header_right #header_right_top #social_medias_header ul li:nth-child(n+2){
    padding-left: 1.8rem;
}
header #header #header_right #header_right_top #logo_itajai{
    float: right;
    width: 23rem;
}

#bt_menu{
    position: relative;
    margin-top: 3rem;
    display: none;
    float: right;
    width: 6rem;
    padding: 0.7rem 1rem;
    background-color: rgba(0,0,0,0.4);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    border-radius: 0.5rem;
    z-index: 100;
}

#menu_res
{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    max-width: 47rem;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #333333;
    padding-top: 15rem;
    transition: cubic-bezier(0.55, 0.085, 0.68, 0.53) 0.5s;
}
#menu_res.active
{
    width: 60%;
}
#menu_res ul li{
    border-bottom: 2px solid #fff;
}
#menu_res ul a{
    display: block;
    text-transform: uppercase;
    height: 6rem;
    line-height: 6rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
}
#menu_res ul li:last-child{
    border-bottom: 0px solid #fff;
}
header #header #social_medias_res{
    display: none;
    padding-top: 5rem;
    min-width: 20rem;
}
header #header #social_medias_res ul li{
    display: inline-block;
    border: none;
}
header #header #social_medias_res ul li:nth-child(n+2){
    padding-left: 1.8rem;
}

header #header #header_right #header_right_top #menu_site{
    display: inline-block;
}
header #header #header_right #header_right_top #menu_site li{
    display: inline; 
}
header #header #header_right #header_right_top #menu_site li:nth-child(n+2){
    margin-left: 1.8rem;
}
header #header #header_right #header_right_top #menu_site li a{
    color:#fff;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 800;
    text-transform: uppercase;
}
header #header #header_right #header_right_bottom{
    margin-top: 2.2rem;
    display: inline-block;
    width: 100%;
}
header #header #header_right #header_right_bottom #search_site{
    float: left;
    margin-top: 2.7rem;
}
header #header #header_right #header_right_bottom #phones_civil_defense{
    float:right;
}
header #header #header_right #header_right_bottom #search_site{
    overflow: hidden;
    box-shadow: 0px 3px #00000016;
    width: 65%;
}
header #header #header_right #header_right_bottom #search_site #search{
    font-size: 2rem;
    line-height: 2.2rem;
    color: #A2A2A2;
    padding: 1.3rem 2rem; 
    background-color: #fff;
    width: 85%;
    display: inline-block;
    border: 1px solid #D2D2D2;
    vertical-align: top;
    font-weight: 500;
    border-radius: 0;
    border-top-left-radius: 0.8rem;
    border-bottom-left-radius: 0.8rem;
    margin-bottom: 0;
}
header #header #header_right #header_right_bottom #search_site label{
    width: 0;
    height: 0;
    overflow: hidden;
}
header #header #header_right #header_right_bottom #search_site #button_search{
    display: inline-block;
    width: 5rem;
    height: 5rem;
    background-color: #0059B2;
    background-image: url(../img/ico/search_icon.svg);
    background-size: 3.2rem;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}
header #header #header_right #header_right_bottom #phones_civil_defense{
    text-align: center;
    padding-left: 1.5rem;
    width: 34%;
}
header #header #header_right #header_right_bottom #phones_civil_defense span:first-child{
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-transform: uppercase;
    color: #FF7E14;
    font-weight: 900;
}
header #header #header_right #header_right_bottom #phones_civil_defense span:nth-child(4){
    font-size: 2.1rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #FF7E14;
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}
/*Footer**********************************************************************/
footer #footer{
    display: block;
    width: 100%;
    background-image: url(../img/cover/header_footer_cover.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color:  #0059B2;
    margin-top: 17.3rem;
}
footer #footer #footer_top #useful_phones{
    display: block;
    float: left;
    background-color: #FF7E14;
    padding: 1.5rem 7.2rem 2.1rem 7.2rem;
    border-radius: 1.6rem;
    margin-top: -12rem;
}
footer #footer #footer_top #useful_phones #useful_phones_title{
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}
footer #footer #footer_top #useful_phones div{
    padding-top: 1.4rem;
}
footer #footer #footer_top #useful_phones .useful_phone_name{
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
footer #footer #footer_top #useful_phones .useful_phone{
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: 600;
    color: #fff;
    margin-left: 1rem;
}
footer #footer #footer_top #useful_phones div span:first-child{
    display: block;
    padding-bottom: 0.7rem;
}
footer #footer #footer_top #sitemap{
    display: block;
    width: 60%;
    float: right;
    margin-top: 5rem;
}
footer #footer #footer_top #sitemap ul li{
    display: block;
    margin-bottom: 1.5rem;
}
footer #footer #footer_top #sitemap ul li:nth-child(2){
    margin-top: 2.8rem;
}
footer #footer #footer_top #sitemap ul li:first-child span{
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #FF7E14;
}

footer #footer #footer_top #sitemap ul li:nth-child(n+2) a{
    font-size: 1.4rem;
    color: #fff;
}
footer #footer #footer_top #sitemap #sitemap_left{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 73%;
    float: left;
}
footer #footer #footer_top #sitemap #sitemap_right{
    width: 27%;
    float: right;
}
footer #footer #footer_top #sitemap #sitemap_left ul{
    max-width: 15rem;
    vertical-align: top;
}
footer #footer #footer_top #sitemap #sitemap_right ul{
    display: block;
    margin-bottom: 2rem;
}

footer #footer #footer_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 7.2rem;
}
footer #footer #footer_bottom #information_about{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer #footer #footer_bottom #download_apps,
footer #footer #footer_bottom #social_media_footer{
    margin-left: 3rem;
    margin-top: 2rem;
}
footer #footer #footer_bottom ul:first-child li:nth-child(2){
    margin-top: 0.5rem;
}
footer #footer #footer_bottom ul li:nth-child(2){
    margin-top: 2.8rem;
}
footer #footer #footer_bottom ul li:first-child span{
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #FF7E14;
}
footer #footer #footer_bottom ul li:nth-child(n+2) span{
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.8rem;
}
footer #footer #footer_bottom #information_about ul:nth-child(n+2){
    margin-left: 4rem;
}
footer #footer #footer_bottom #download_apps{
    text-align: center;
}
footer #footer #footer_bottom #download_apps ul li:nth-child(2){
    display: inline-block;
    width: 14.2rem;
    margin-top: 1.6rem;
    vertical-align: top;
}
footer #footer #footer_bottom #download_apps ul li:nth-child(3){
    display: inline-block;
    width: 14.5rem;
    margin-top: 1.4rem;
    margin-left: 1rem;
    vertical-align: top;
}
footer #footer #footer_bottom #social_media_footer{
    text-align: center;
}
footer #footer #footer_bottom #social_media_footer ul li:nth-child(n+2){
    display: inline-block;
    margin-top: 1.5rem;
}
footer #footer #footer_bottom #social_media_footer ul li:nth-child(n+3){
    margin-left: 1.8rem;    
}
footer .footer_credits{
    border-top: 1px solid #0A58A5;
    height: 6rem;
    margin-top: 1.3rem;
    margin-left: 2rem;
}
footer .footer_credits .copyright{
    padding-top: 2.5rem;
    font-size: 1rem;
    color:#fff;
    float: left;
}
footer .footer_credits #credits_developed
{
    padding-top: 1.6rem;
    float: right;
    text-align: right;
}
footer .footer_credits #credits_developed .ico_mkd
{
    width: 36.66px;
    height: 32.65px;
    float: right;
}
footer .footer_credits #credits_developed .dvtxt
{
    padding-right: 1rem;
    padding-top: 1rem;
    font-size: 1rem;
    color:#fff;
    float: left;
}





.news_info::before{
    display: block;
    position: absolute;
    content: "";
    width: 10.5rem;
    height: 1.2rem;
    background-color: #FF7E14;
    top: 2rem;
}
.news_info .title_highlight{
    text-transform: uppercase;
    display: block;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 3.0rem;
    font-weight: 800;
    color: #0059B2;
    letter-spacing: 0.2rem;
}
.news_info .news_caption{
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 400;
    color: #636363;
    display: none;
}
.news_date_publish{
    font-size: 1.6rem;
    line-height: 2rem;
    color: #757575;
    display: block;
    margin-top: 1rem;
}

.news_list_photo{
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_list_photo li{
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.16);
}
.news_list_photo li:first-child .news_info{
    float: right;
    text-align: left;
    padding: 4.8rem 2.5rem 4rem 2.7rem;
    width: 58%;
    height: 100%;
    position: relative;
}
.news_list_photo .news_image img{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_photo .news_date_publish{
    position: absolute;
    bottom: 1rem;
}

.news_list_photo li:first-child{
    display: block;
    width: 100%;
} 
.news_list_photo li:first-child .news_image{
    width: 42%;
    height: 100%;
    float: left;
} 
.news_list_photo li:first-child .news_info .news_caption{
    display: block;
}
.news_list_photo li:nth-child(n+2){
    width: 49.5%;
    margin-top: 4rem;
} 
.news_list_photo li:nth-child(n+2) .news_image{
    width: 50%;
    float: left;
    height: 100%;
} 
.news_list_photo li:nth-child(n+2) .news_info{
    float: right;
    text-align: left;
    height: 100%;
    padding: 4rem 0.5rem 3rem 2.4rem;
    width: 50%;
    position: relative;
}
.news_list_photo li:nth-child(n+2) .news_info::before{
    width: 7.7rem;
    height: 0.9rem;
    top: 1.4rem;
}

.news_list_photo li:nth-child(n+2) .news_info .title_highlight{
    display: block;
    padding-right: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.1rem;
    font-weight: 800;
    color: #0059B2;
    text-overflow: ellipsis;
}

.news_highlights_without_image{
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}
.news_highlights_without_image li{
    width: 49.5%;
    padding-top: 4.8rem;
    padding-right: 1rem;
    position: relative;
}
.news_highlights_without_image li:nth-child(n+3){
    margin-top: 2rem;
}
.news_highlights_without_image li .news_info .news_caption{
    display: block;
}
.news_highlights_without_image li .news_info .title_highlight{
    padding-right: 0;
    letter-spacing: 0.1rem;
}



/*LOADING**********************************************************************/
.loading
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    z-index: 50;
}

.loading .loader
{
    display: inline-block;
    left: 50%;    
    position: relative;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loading p
{
    color: #fff;
    font-size: 1.8rem;
}

.lds-default {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-default div {
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}
.lds-default div:nth-child(5) {
    animation-delay: -0.6s;
    top: 9px;
    left: 18px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}