@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap');

body {
    font-family: sans-serif;
    /* background:url('../img/bd-header-home.png'); */
    background-repeat: repeat-x;
    background-size: contain;
    font-family: 'Raleway', sans-serif;
    font-weight: 600; 
}

ul {
    list-style: none;
}

.container {
    width: 80%;
}

.w-10 {width:10%;}
.w-20 {width:20%;}
.w-30 {width:30%;}
.w-40 {width:40%;}
.w-50 {width:50%;}
.w-60 {width:60%;}
.w-70 {width:70%;}
.w-80 {width:80%;}
.w-90 {width:90%;}
.w-100 {width:100%;}

.navbar {
    /* border-top: 3px solid #002b64 !important; */
    /* font-family: 'Livvic', sans-serif; */
    /* background:#3d78f0; */
    background-color: #14367b;
}

.pageDados {
    font-family: 'Livvic', sans-serif;
}

.navbar .active {
    /* background:#002b64; */
    border-bottom: 2px solid #fff;
    color:#fff;
    /* border-radius: 0px 0px 10px 10px; */
}

.navbar a {
    color:#fff;
}

.navbar a:hover {
    /* background:#002b64; */
    border-bottom: 2px solid #fff;
    color:#fff;
    /* border-radius: 0px 0px 10px 10px; */
    text-decoration: none;
}


/*           Código novo         */

/*           Início              */
/* Estilos das imgs do cabeçalho */

#logo_ods_mapa_grande {
    /* display: flex;
    justify-items: right;
    width: auto;
    height: auto; */
    max-height: 170px;
}

#logo_ods {
    display: flex;
    align-content: center;
    padding: 10% 0 10% 15%;
}

#logo_ods_mapa {
    width:80%;
    height: auto; 
    position: relative;
    margin: 1% 0 0 20%;
}

#logo_ims {
    width:70%;
    padding:0 0 0 10%;
    margin-left: 10%;
}

#logo_seplan {
    width:60%;
    padding:0 0 0 12%;
    margin-left: 19%;
}

/* #logo_gov_ma {
    width:100%; 
    padding: 0 20% 0 0;
    margin-top: 17%;
} */

#logo_gov_ma_antigo {
    width:80%; 
    padding: 0 20% 0 0;
    margin-top: 23%;
}
/*              Fim              */
/* Estilos das imgs do cabeçalho */


/* Carrossel de objetivos com botões responsivos */

.slider-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
}

.linkObj {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.linkObj > a {
    width: 80px;
    height: 100%;
}

.linkObj > a:nth-child(1):hover{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.34) , rgba(255, 255, 0, 0));
}
.linkObj > a:nth-child(2):hover{
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.34) , rgba(255, 255, 0, 0));
}

/* Carrossel de objetivos com botões responsivos */

.col {
    padding:0;
}

#cabecalho_grande {
    max-height: 170px;
}

#icones_objetivo_grande {
    display: block;
}

.cabecalho_grande_controller {
    max-height: 170px;
    display: flex;
    justify-content: center;
}

.mapa_ods_home{
    display: flex;
    justify-items: center;
}

#cabecalho_pequeno {
    display: none;
}

#icones_objetivo_pequeno {
    display: none;
}

@media (max-width:768px)
{
        /* Home */
    #cabecalho_pequeno{
        display: block;
    }
    #cabecalho_grande, #icones_objetivo_grande {
        display: none;
    }

    .mapa_ods_home{
        height: auto;
        width: auto;
    }
        /* Home */
    /*------------------ */
        /* App.blade */
    #logo_ods_xs {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #logo_ods_img_xs {
        width: 100%;
        display: flex;
        justify-items: center;
    }

    #logo_ims_sep_xs{
        width: 100%;
    }

    #logo_seplan_xs, #logo_ims_xs {
        display: flex;
    }
    #logo_ims_xs {
        width:100%;
    }
    #logo_seplan_xs {
        width: 73%;
    }
        /* App.blade */
    /* ----------------- */
        /* Objetivo.blade */
    #icones_objetivo_pequeno {
        display: block;
    }

    .imagem-obj {
        min-height: 50px;
    }

}


/*         Fim do código novo        */


footer {
    /* position: fixed;bottom: 0;left: 0; */
    text-align: center;
    background:url('../img/bg-mapadosite-home.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    /* padding: 7px; */
    font-size: 12px;
    color:#fff;
}

#mapaHome {
    /* background:url('../img/bg-maps-home.png'); */
    background-size: 100%;
    margin-top: -138px;
}

.titulo-ods{
    color: #555 !important;
    font-family: 'Poppins', sans-serif;
}

.mx-auto{
    width: 100%;
    margin-left: auto !important;
    margin-right:auto !important ;
    margin-top: 2rem;
    
    
     
}

.mx-auto *{
    padding-bottom: 0rem;
}

.linha1{
    display: flex;
    flex-wrap: wrap;
}

.linha1 #mx-wd{
    padding: 0.2rem;
    transition: width 3s;
}

.linha1 #mx-wd a img{
    width: 160px;
    height: 160px;
}

.linha1 #mx-wd:hover{
    /* box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); */
    padding: 10px;
    transition: width 3s;
    z-index: 99;
}

.linha1 #mx-wd a img:hover{
    width: 150px;
    height: 150px;
}

.card {
    z-index: 9999;
    /*position: absolute;*/
}

.linha2 {
    display: flex;
    flex-wrap: wrap;
}

.linha2 #mx-wd a img{
    width: 160px;
    height: 160px;
}

.linha2 #mx-wd{
    padding: 0.2rem;
}

.linha2 #mx-wd:hover{
    /* box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2); */
    padding: 10px;
    z-index: 99;
}

.linha2 #mx-wd a img:hover{
    width: 150px;
    height: 150px;
    
   
}

.linha2{
    display: flex;
}

.mx-auto{
    display: block;
}

.table-container {
    padding-top: 3rem !important;
}

.leaflet-container {
    background:none; 
}

#mapaHome .container{
    margin-top: 90px;
}

#parceirosHome {
    /* background:url('../img/bg-maps-parceiros.png'); */
    background-size: 100%;
    background-repeat: no-repeat;
}

#temasHome .container .row div {
    
    background: #fff;
    border-radius: 8px;
    padding: 14px;
}

.graficoHome {
    padding:23px;
    /* position: absolute; */
    bottom: 0;
    width: 760px;
    right: 0;
}

.irs--round .irs-bar {
    background-color: #fff;
}

.irs--round .irs-handle {
    border:4px solid #ffb400;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #ffb400;
}

.irs--round .irs-min, .irs--round .irs-max {
    color:#fff;
}

/*  series/{id}/show */
.btnFiltro {
    
    position: absolute;
    bottom: 5px;
    left: 14px;
    z-index: 700;

}

.btnColorFiltro {

    background: none;
    border: 0;
    padding: 0;
    margin: -4px 0 0 0;
    width: 20%;
    height: 46px;
    float: left;
}
.btnNumberFiltro {
    width: 78%;
    border-radius: 0;
    float: left;
    margin: 2px;
}

#menuIframeArcWeb {
    position: absolute;top: 140px;left: 25px;z-index: 500;font-size: 12px;
}

.esri #legendPane {
    position: absolute;bottom: 552px;right: 29px;z-index: 500;background: #fff;border-radius: 11px;padding: 11px;
}

.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    width: 270px;
}

.info h4 {
	margin: 0 0 5px;
	color: #777;
}

/* tela cheia do mapa em showmaps */

.scalableTitle {
    border-bottom:2px solid #007bff;
    /*position: fixed;
    top: 0;
    left: 0;
    background: #6a3a51;*/
    width: 100%;
    font-size: 16px;
    color: #555;
    height: 46px;
    padding:14px;
    z-index: 999;
}

.scalable {
    /* position: fixed;
    top: 44px;
    left: 0; */
    width: 100%;
    height: 100%;
    z-index: 999;
}

.scalable #menuIframeArcWeb{
    overflow-y: scroll;
    height:auto;
    /*position: absolute;
    left: 65px;
    top: 22px;*/
}

.scalable  #bot {
    /*display:none;*/
}

.scalable #HomeButton {
    display: block;
    position: absolute;
    top: 87px;
    left: 21px;
    z-index: 100;
}

.bg-white-fixed {
    background:#fff;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    display: none;
}

/* end tela cheia do mapa em showmaps */

/* painel esri */

.panel-esri {
    position: fixed;
    top:59px;
    right:11px;
    margin-left:60px;
    width:320px;
    text-align:center;
    z-index:1000;
}

.panel-esri {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-primary{
    border-color:#428bca;
}

.panel-esri .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-esri .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
        border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-esri .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#logo{
    padding-top: 5%;
    width: 400px;
    max-height: 300px;
}

@media screen and (max-width:415px)
{
    #logo{
        max-width: 50rem;
        max-width: 90%;
    }
}

@media only screen and (min-width: 764px) and (max-width: 1200px)  {
#logo{
    max-width: 300px;
}

}

@media screen and (max-width: 600px)
{
    
    .linha1{
        flex-wrap: wrap;
        
    }

    .linha2{
        flex-wrap: wrap;
    }


}

@media screen and (width: 1024px)
{
    .linha1{
        flex-wrap: wrap;
        
    }

    .linha2{
        flex-wrap: wrap;
    }

}
