/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

body {
    background: rgba(235, 248, 255, 0.98);
    /*background: rgba(240,240,240,0.98);*/
}
.cab{
    background-image: url("../img/template/FundoCab3.png");
    /* background-image: url("../img/template/bannerSintur30anos.jpeg"); */

}


/*Aplica quando for menor que 992 e maior 600px*/
@media (min-width: 600px) {
    .conTeste{
        color: red;
    }

    /*.btnMin{*/
        /*display: block;*/
    /*}*/
    /*.btnFull{*/
        /*display: none;*/
    /*}*/

    .conteinerAgend{
        height: 160px;
    }


    .contIcoRedes > div{
        font-size: 12px !important;
    }

}



/*QUANDO A PAGINA FOR MAIOR QUE 600 OU SM-MIN*/
@media (max-width: 600px) {
    .conTeste{
        color: #9fcdff;
    }

    .imgNomeSintur{
        margin-top: 40px;

    }

    .imgLog{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
 /*.btnMin{*/
        /*display: none;*/
    /*}*/
    /*.btnFull{*/
        /*display: block;*/
    /*}*/

    .conteinerAgend{
        height: 100px;
    }

    .ui-dialog{
        width: 350px !important;
    }
}

/*QUANDO A PAGINA FOR MAIOR QUE 768 OU SM-MIN*/
@media (min-width: 768px) {
    .conTeste{
        color: blue;
    }

    .contIcoRedes{
        height: 117px;
    }

}
@media (max-width: 992px) {
	.card{
        font-size: 30px;
    }
    .btnFull{
        display: none;
    }
    .btnMin{
        display: block;
    }
    .conTeste{
        color: darkorange;
    }
    .icoRedes{
        margin-top: 3px;
        width: 65px;
    }

    .ui-dialog{
        width: 450px !important;
    }
}

/*QUANDO A PAGINA FOR MAIOR QUE 992 OU MD-MIN*/
@media (min-width: 992px) {
	.btnMin{
        display: none;
    }
    .conTeste{
        color: green;
    }

    .MenLatDireit {
        margin-top: 25px;

    }
    .contIcoRedes{
        height: 90px;
    }

    .icoRedes{
        margin-top: 3px;
        width: 65px;
    }

    /*ABRE O MENU AO PASSAR O MOUSE POR CIMA*/
    ul.navbar-nav li.nav-item:hover div.dropdown-menu
    {
        display: block !important;
    }

    div.dropdown-menu{
        margin-top: -1px;

    }
    .imgLog{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ui-dialog{
        width: 600px !important;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .conTeste{
        color: #6f42c1;
    }
    .contIcoRedes{
        height: 170px;
    }

    .icoRedes{
        margin-top: 3px;
        width: 80px;
        padding: 2px;
    }

    .ui-dialog{
        width: 800px !important;
    }
}


/*Define o tamanho do imagem da noticia*/
.card-img-top{
    height: 250px;
}


/*Define o tamanho da caixa de texto da noticia*/
.card-text{
    min-height: 100px;
    max-height: 198px;
    overflow: hidden;
    text-align: justify;

}

/*Define o tamanho do titulo da noticia*/
.card-title{
    min-height: 15px;
    max-height: 90px;
    overflow: hidden;
    text-align: center;
}
.imgNomeSintur{
    width: 450px;
}

.img-responsive{
    width: 100%;
}


.nav-link{
    /*color: rgba(85,123,191,0.98) !important;*/
    /*color: rgb(25, 25, 112) !important;*/
    color: white !important;
    font-weight: 600;
    padding: 15px !important;
}

.nav-link:hover{
    background: #6eb6f3 !important;
    /*background: rgba(5, 55, 104, 0.99) !important;*/
    /*background-color: rgba(240,240,240,0.98) !important;*/
    /*color: rgba(18,95,221,0.99)!important;*/
}
.navbar-dark{
    color: red !important;
}
.dropdown-menu{
    background: #6eb6f3;
}
.dropdown-item{
    /*color: rgba(12,65,151,0.99);*/
    color: rgba(255, 255, 255, 0.98);
}.dropdown-item:hover{
     color: rgba(18,95,221,0.99);
 }
.mycolor{
    box-shadow: 0px 0px 3px 0px #434242;
    background: #1d5bca;
}

/*Slide*/
.slide{
//border: 1px solid #868e96;
    box-shadow: 0px 0px 2px 1px rgba(191,188,188,0.99);
}

.TitMenEsquerdo{
    border: 1px solid rgba(209,209,212,0.99);
    border-radius: 5px;
}
.MenLatDireit{
    margin-bottom: 10px;
}
.btnMenDireit{
    border: 1px solid rgba(136,133,134,0.99);
}
.contNotInicio{
    padding-bottom: 10px;
}
/*Titulo noticia inicio da pagina*/
.titNoticiasInicio{
    padding: 5px;
    color: #fcfafa;
    background: #1d5bca;
    text-align: center;
}
/*Titulo padrao icio da pagina*/
.titPadrao{
    padding: 5px;
    color: #fcfafa;
    font-family: "Arial" !important;
    background: #1d5bca;
    text-align: center;
}
.subTitConvenios{
    color: #3e59c4;
}

/*Titulo parceiros inicio da pagina*/
.titParceirosInicio{
    padding: 5px;
    margin-bottom: 10px;
    color: #fcfafa;
    font-family: "Arial Black";
    background: #1d5bca;
    text-align: center;
}
/*Titulo noticia no bloco*/
.titNoticiaCorpo{
    color: #191970;

}
.form-row{
    margin-top: 10px;
}
/*/////////////////// INICIA SLIDE AGENDA ////////////////////*/
.rowAgenda{
    position: relative;
    padding: 0px !important;
}

.vticker > ul > li{
    border: 1px solid #d0cccc;
    margin-bottom: 3px !important;
    background: #f8f4f4;
}
.vticker > ul > li > h5{
    padding: 5px;
    background: #dcf6d9;

}
.vticker > ul > li >  a >p {
    padding-left: 5px;
    color: #5e5c5c;
}
.titAgenda{
    border: 1px solid rgba(25,152,4,0.81);
    background: rgba(25,152,4,0.81);
    font-family: "Arial Black";
    color: #fcfafa;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.tit{

    font-family: "Arial" !important;
    margin-bottom: 10px !important;
    text-align: center !important;
}
.conteinerAgend{
    border: 1px solid rgba(25,152,4,0.81);
    background: rgba(238,253,237,0.99);
    font-size: 14px;
}

.linkAgenda{
    color: rgba(7,81,24,0.99) !important;
}
.contAgend{
    padding-right: 15px !important;
    padding-left: 15px!important;
}
.rowJornal{
    margin-top: 20px;
    border: 1px solid rgba(248, 119, 48, 0.99);
    background: rgba(248, 119, 48, 0.99);
    padding: 0px !important;
}
.titJornal{
    padding: 5px;
    border: 1px solid rgba(229, 112, 46, 0.99);
    background: rgba(229, 112, 46, 0.99);
    font-family: "Arial Black";
    color: #fcfafa;
    text-align: center;
}

.contJornal{
    padding: 5px !important;
}
.btnJornal{
    width: 100%;
    background: rgba(203,199,200,0.99);
    color: #000;
    border: rgba(136,133,134,0.99);
    margin-bottom: 5px;
}

.rowVideos{
    padding: 0px !important;
    margin-top: 20px;
    background: rgba(224,173,255,0.99);
    border: 1px solid #957bbe;
}
.titVideos{
    padding: 5px;
    border: 1px solid #957bbe;
    background: #957bbe ;
    font-family: "Arial Black";
    color: #fcfafa;
    text-align: center;
}
.contVideos{
    padding: 5px !important;
    margin-top: 5px;

}
.divFilie{
    border: 1px solid rgba(209,209,212,0.99);
    border-radius: 5px;
    background: rgba(253,249,249,0.99);
    font-size: 20px;
    font-family:"Comic Sans MS";
    padding: 10px;
    margin-top: 5px;
}
.divFilie > a{
    color: rgba(12,65,151,0.99);
}
.divBtnMenuEsq{
    border: 1px solid rgba(136,133,134,0.99);
}
.vidResponsive{
    width: 100% !important;
}

.rodape{

    background: rgba(136,133,134,0.99);
    color: rgba(240,240,240,0.98);
}
/*Caixa do leia mais*/
.btnLeiaMais{
    color: white !important;
    border-radius: 3px;
    background-color: rgb(207, 100, 40);
    padding: 3px;
}
.linkLeiaMais{
    top: -10px !important;
    border: 1px solid red;
}
.campPesq{
    border-radius: 5px;
    padding: 5px;
    border: 1px solid rgba(209,209,212,0.99);
}
.submit-lente {
    position:absolute;
    cursor: pointer;
    padding: 5px;
    top:0; right:0;
    z-index:10;
    border:none;
    background:transparent;
    outline:none;
}

.submit-line {
    position: relative;
    width: 200px;
}

.submit-line input {
    width: 100%;
}

/*Customiza a cor do icone do menu em modo mobile*/
.custom-toggler.navbar-toggler {
    border-color: #191970;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(12,65,151,0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.titRedesSoci{
    background: #1d5bca;
    font-size: 24px;
    font-family: "Arial Black";
    text-align: center;
    padding: 8px;
    color: white;

}
.btnRedesSoc{
    top: 11px;

}
.contIcoRedes{
    padding-bottom: 10px;
    color: #063187;
    border: 1px solid #063187;
}
.contIcoRedesMin{
    padding: 5px;
    color: #063187;
    border: 1px solid #063187;

}
.contIcoRedes > div{
    /*border: 1px solid red;*/
    float: left !important;
    text-align: center;
    font-family: "Comic Sans MS";
    font-size: 15px;
    margin-left: 3px;
}
.contentSite{
    margin-top: 20px;
}
/*SITE NOSSA HOSTORIA*/
.fontNossaHistoria{
    font-size: 20px;
    font-family: Courier New, monospace;
}
/*SITE DIRETORIA*/
.subTileDiretoria{
    color: rgba(6,15,104,0.73);
}
.blockText{
    font-size: 17px;
}
.subText{
    color: rgba(32,30,30,0.73);
    font-size: 16px;
}
/*SITE JORNAL*/
/*Define o tamanho do imagem do jornal*/
.card-img-jornal{
    padding: 15px;
}
.card-jornal{
    background: #f7f7f7;
}


/*css Parceiros*/
.imgLogParceiros{
    border:1px solid #d9d3d6;
    border-radius: 5px 5px 15px 15px;
    background: white;
    padding: 3px;

}
.textImgLog{
    border: #045699;
    background: #223eb0;
    padding: 5px;
    text-align: center;
    border-radius: 15px;
    color: white;
}

.imgLogParceiros:hover{
    background: #b9e1f9;

}