/*
Theme Name: Prefeituras Pro
Author: Rafael Rodrigues de Carvalho Severo - Carvtech
Author URI: https://carvtech.com.br
Description: Tema profissional para prefeituras
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* NOVO CABEÇALHO */
        .header-bloco-super {
            display: block;
            height: 190px !important;
            width: 100%;
        }
        
        .linha {
            display: flex;
            flex-wrap: wrap;
            margin: 0 auto;
        }
        
        @media (min-width: 1200px) {
            .linha {
                width: 1170px;
            }
        }
        
        
        .h2cabecalho {
            font-size: 1em;
            line-height: 30px;
            width: 100%;
            font-weight: 100;
            display: inline;
            text-align: center;
            color: #007bab !important;
        }
        
         .h2CabecalhoMeio {
            font-size: 1.8em;
            line-height: 30px;
            width: 100%;
            font-weight:normal;
            text-align: center;
            margin:0;
        }
        
        .header-bloco-item {
            position: relative;
            padding-right: 15px;
            padding-left: 15px;
        }
        
        .header-bloco-item .inner-box {
            padding-top: 15px;
            position: relative;
            margin: 0 auto;
        }
        
        .header-bloco-item .inner-box h3 {
            position: relative;
            font-size: 24px;
            font-weight: 500;
            text-align: center;
            margin-bottom: 5px;
        }
        
        .item-servicos {
            margin: auto;
        }
        
        @media (min-device-width: 800px) {
            .header-bloco-item {
                width: 33%;
            }
        }
        
        @media (max-device-width: 800px) {
            .esconder {
                display: none;
            }
        }
        
        @media (max-device-width: 800px) {
            .logo-area {
                width: 100%;
            }
        }
        
        .img-responsive {
            max-width: 40%;
            height: auto;
            vertical-align: middle;
            border: 0;
        }
        
        .header-bloco-item .inner-box .icon-box {
            position: relative;
            text-align: center;
            margin-bottom: 5px;
        }
        
        .grid-container {
            border-radius: 5px;
            background-color: #dddfe238;
            height: 160px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 0px 0px;
            grid-template-areas: ". ." ". .";
        }
        .grid-container .centraliza{
            margin: auto;
            width: 80%;
        }
        .grid-container .centraliza a{
            align-items: center;
            display: flex;
        }
        .grid-container .centraliza .fa{
            font-size: 1.8em;
            text-align: right;
            margin: 0 15px;
        }
        
        
        @media all and (-ms-high-contrast:none) {
            .grid-container {
                display: -ms-grid;
                -ms-grid-columns: 1fr 1fr;
                -ms-grid-rows: 1fr 1fr;
            }
        }
/*NOVO CABEÇALHO*/

/*******************************************CLIMA TEMPO *******************************/
#cont_f3d1f9da0e934d3f342938444da2c857{
    border:none !important;
    position: relative;
    float: right;
}

#cont_47e39ddf624490e1f7ee07a7c74a89f4{
    border:none !important;
    position: relative;
}
/*******************************************CLIMA TEMPO *******************************/



@media only screen and (min-width:768px) {
    .box-search-and-weather {
        width: 100%;
        height: 180px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }
}

.box-search-and-weather {
    width: 100%;
    height: 160px;
   
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.radius4 {
    border-radius: 4px;
}


@media only screen and (min-width:768px) {
    .search-site {
        flex: 1;
    }
}


.search-site {
    flex: 1;
    bottom: 0;
    position: relative;
    width: 70%;
    float: right;
}


@media only screen and (min-width:768px) {
    #pesquisa {
        position: relative;
    }
}

#pesquisa {
    position: relative;
}

@media only screen and (min-width:768px) {
    #pesquisa>input {
        border: 1px solid #ddd;
    }
}

#pesquisa>input {
    background-color: #fff !important;
    border-right: 0;
}

@media only screen and (min-width:768px) {
    #pesquisa>button {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        padding: 0 30px;
        transition: background .4s;
    }
}

#pesquisa>button {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0 30px;
    transition: background .4s;
    border:#e6e6e6 2px solid;;
}

@media only screen and (min-width:768px) {
    .weather .weather-today {
        flex: 1;
        text-align: right;
        padding: 20px 0;
    }
}

.weather .weather-today {
    flex: 1;
    text-align: right;
    padding: 20px 0;
}

@media only screen and (min-width:768px) {
    .weather .weather-week {
        flex: 3;
        text-align: center;
        padding: 10px 20px;
    }
}
