/*
Theme Name: Siemerc1 Curitiba
Theme URI: http://webreverso.com.br
Description: Template exclusivo para Siemerc Curitiba e Região - 2020
Author: Diogo Ferreira
Author URI: http://webreverso.net.br
Version: 1.0
*/
@import "font-face.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import "assets/css/reset.css";

body{
    font-family: 'Roboto', sans-serif;
}
/*||||||||||||||||
||||||||||||||||*/
header{   
    top:0;
    width: 100%;  
    background-color: #fff;
}
.divao{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clear{
    clear: both
}
.rightz{
    float: right;
}
.topo1{
    border-bottom: 2px solid #f1701f;    
}
.topo1 .contatos-topo a{
    line-height: 38px;
    vertical-align: top;
    display: inline-flex;
    color: #5d5d5d;
}
.menutop #menu-principal{
    display: inline-flex;
    float: right;
}
nav ul li{
    display: inline;
    margin-left: 10px; 
}
nav ul li:first-child{
    margin-left: 0;
}
nav ul li a {
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 16px;
    padding: 50px 5px;    
    line-height: 138px;
}
nav ul li a:hover{
    color: #ce6d30;
}
header nav .filie-se a{
    background: #f1701f;
    color:#fff;
}
header nav .filie-se a:hover{
    background: #ce6d30;
    color: #fff;
    text-decoration: underline;
}
.sobre-nos {
    margin-top: 125px;
}
.sobre-nos .img-home-sindicato{
    text-align: center;    
}
.sobre-nos .img-home-sindicato img{
    max-width: 95%;
}
.sobre-nos .title-orange{
    text-align: center;
    color: #f1701f;
    font-size: 28px;
}
.sobre-nos .text1{
    text-align: justify;
    color: #5d5d5d;
    margin-top: 70px;
    padding: 0 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
}
.bt-conheca{
    color: #fff;
    background-color: #f1701f;
    padding: 20px;
    margin: 20px auto;
    display: table;
    border-radius: 5px;
}

/*===========
Informativos
===========*/
.informativos{
    margin-top: 125px;
}
.title-blue{
    text-align: center;
    color: #42689b;
    font-size: 28px;
    width: 100%;
    margin-bottom: 70px;
    text-transform: uppercase;
    
}
.thumb-informativos{
    height: 220px;
    margin: 0 auto;
    max-width: 90%;
    overflow: hidden;
}
.title1-informatvos{
    text-align: center;
    margin: 10px auto;
    width: 100%;
    text-transform: uppercase;
    color: #42689b;
    letter-spacing: 3px;
    font-size: 1em;
    line-height: 25px;
    height: 50px;
}
.box-informativos p{
    text-align: justify;
    width: 90%;
    margin: 25px auto 0;
    color: #605f5f;
    line-height: 21px;
    height: 110px	
}
.bt-informativos{
    color: #fff;
    background-color: #42689b;
    padding:10px 20px;
    margin: 20px auto;
    display: table;
}
.banners-informativos{
    margin-top: 80px;
}
footer{
    margin-top: 70px;
    background: #42689b;
}
.linha{
    padding-top: 10px;
    border-bottom: 2px solid #fff;
}
.contatos-footer li{
    width: 100%;
    float: left;
    line-height: 50px;
    color: #fff;
    margin-bottom: 8px;
}
.contatos-footer li p{
    line-height: 30px;
}
.contato{
    margin-top: 70px;
    padding-bottom: 70px;
}
.menu-rodape ul li a{
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
}
.copyrigth{
    border-top: 2px solid #fff;
}
.copyrigth p{
    line-height: 30px;
    color: #fff;
}
.header-internas{
    background-image: url('assets/images/bg-internas.jpg');
    width: 100%;
    height: 130px;
    background-position: center;
    text-align: center;    
}
.title1-internas{
    font-size: 24px;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    line-height: 30px;
    text-transform: uppercase;
}
.conteudo-internas{
    margin: 100px 0 50px;
    line-height: 20px;    
}
/* BLOG */
.box-lista-blog{
    margin-top: 75px; 
}
.sub-title4{
    text-transform: uppercase;
    color: #42689b;
    letter-spacing: 1px;
    font-size: 18px;;
    line-height: 25px;
    margin-bottom: 10px;    
}
.date-informativo{
    margin-bottom: 10px;
}
.text4{
    margin-bottom: 10px;
    line-height: 25px;
}
.mais-blog{
    color: #fff;
    background-color: #42689b;
    padding: 10px 20px;
    margin: 20px 0;
    display: table;
}
/* formularo e contato */
.formulario-contato{
    text-transform: uppercase;
    color: #5d5d5d;
}
.formulario-contato form{
    width: 90%;    
}
.formulario-contato input{
   margin: 8px auto; 
   line-height: 30px;
   width: 100%;
   border: 1px solid #9c9c9c;
}
.formulario-contato input[type="submit"]{
    background-color: #fff;
    color: #f1701f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 20px;
    text-transform: uppercase;
    width: inherit;
    float: right;
    font-family: 'OpenSans-Regular';
}
.formulario-contato input[type="submit"]:hover{
    background-color: #f1701f;
    color: #fff;
    font-size: 18px;    
}
.formulario-contato textarea{
    margin-top: 8px;
    width: 100%;
    border: 1px solid #9c9c9c;
}
/* formulario filie-se */

.contato-filie-se form{
    width: 100%;    
}
.contato-filie-se input{
   margin: 8px auto; 
   line-height: 30px;
   width: 100%;
   border: 1px solid #9c9c9c;
}
.contato-filie-se input[type="submit"]{
    background-color: #fff;
    color: #f1701f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 20px;
    text-transform: uppercase;
    width: inherit;
    float: right;
    font-family: 'OpenSans-Regular';
}
.contato-filie-se input[type="submit"]:hover{
    background-color: #f1701f;
    color: #fff;
    font-size: 18px;    
}
.contato-filie-se textarea{
    margin-top: 8px;
    width: 100%;
    border: 1px solid #9c9c9c;
}
/*||||||||||||||||
Controle de Resoluções
||||||||||||||||*/
[class*="col-"] { box-sizing: border-box; padding: 0; width: 100%; }
@media only screen and (min-width: 600px) {
    [class*="col-"] { float: left; }
    .col-m-1 { width: 8.33% }
    .col-m-2 { width: 16.66% }
    .col-m-3 { width: 25% }
    .col-m-4 { width: 33.33% }
    .col-m-5 { width: 41.66% }
    .col-m-6 { width: 50% }
    .col-m-7 { width: 58.33% }
    .col-m-8 { width: 66.66% }
    .col-m-9 { width: 75% }
    .col-m-10 { width: 83.33% }
    .col-m-11 { width: 91.66% }
    .col-m-12 { width: 100% }
	
}
@media only screen and (min-width: 900px) {
    .col-1 { width: 8.33% }
    .col-2 { width: 16.66% }
    .col-3 { width: 25% }
    .col-4 { width: 33.33% }
    .col-5 { width: 41.66% }
    .col-6 { width: 50% }
    .col-7 { width: 58.33% }
    .col-8 { width: 66.66% }
    .col-9 { width: 75% }
    .col-10 { width: 83.33% }
    .col-11 { width: 91.66% }
    .col-12 { width: 100% }
}

@media screen and (max-width: 820px){
    .contato {
        text-align: center;
    }
    .box-informativos {
        text-align: center;
        margin-bottom: 25px;
        border-bottom: 2px solid #cecece;
    }
    .box-informativos p{
        height: auto;
    }
    .title1-informatvos{
        height: auto;
    }
    .banner3{
        margin-top: 25px;
    }
    .conteudo-internas{
        width: 95%;
        margin: 50px auto;
    }
    .alinha-logo{
        text-align: center;
        margin: 5px auto;
    }
    .contatos-topo{
        
    }
    .rightz{
        float: none;
        text-align: center;
    }
    .box-lista-blog{
        text-align: center;
        border-bottom: 2px solid #cecece;
    }
    .sub-title4{
        margin-top: 10px;
    }
    .mais-blog{
        margin: 20px auto;
    }
}

