/*
Theme Name: SJDH
Theme URI: http://interagi.com.br
Version: 1.0
Description: 
Author: Jean
Modificado por:  Nildo Nunes ATI/SJDH - jose.nunes@sjdh.pe.gov.br - (87)9 9911-4652 (87) 9 8828-5655
License: SJDH License
License URI:
Copyright: (c) 2018 interagi.
Text Domain: Interagi
*/
/* INICIO FLEXSLID  */

.flex-active-slide h5 {
    color: white;
}
.iframe-home{
    min-height: 360px;
    border: transparent;
}
.wp-block-image figcaption{
    color: #919391;
    font-size: 13px;
    text-align: center;
}
pre.wp-block-preformatted{
    color: #919391;
    font-size: 13px;
    text-align: center; 
}
/* INICIO BANNER  */
.banner{
	position: relative;
	margin-bottom: 30px;
}

.banner .caption{
	width: 100%;
	position: absolute;
	bottom: 30%;
}

.banner .caption h2{
	padding: 15px 20px;
	margin: 0;
	background: rgba(0, 135, 189, 0.8);
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 60px;
	text-transform: uppercase;
	color: #fafafa;
	display: inline-block;
}

.banner .caption h2 span{
	display: inline-block;
	font-size: 100px;
}

.banner .imagem{
	padding: 25px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}

.banner .imagem img{
	max-width: 270px;
}
/* FIM BANNER  */

/* single */
#single-posts .content-page .datetime li{
    list-style: none
}
#recent-posts-2 ul li{
    list-style-type: none!important;
}
#single-posts .content-page p {
    margin-top: 16px;
    margin-bottom: 16px;
}
#single-posts .content-page p > span,
#single-posts .content-page p > font > span,
#single-posts .content-page p > span > span,
#single-posts .content-page p > span > span > span{
    color: #919391!important;
}
#single-posts ul,
#single-posts ol{
    margin-bottom: 30px;
    padding-left: 15px;
    color: #919391;
}
#page .content-page ul,
#page .content-page ol{
    margin-bottom: 30px;
    padding-left: 15px;
}

#single-posts ul li,
#page .content-page ul li{
    list-style-type: disc;
    margin-bottom: 10px;
}
#single-posts ol li,
#page .content-page ol li{
    list-style-type: decimal;
    margin-bottom: 10px;
}
#single-posts  pre.wp-block-verse{
    font-family: 'Lato',sans-serif;
    font-size: 1rem;
    border-left: 4px solid #919391;
    color:#919391;
    margin: 0 0 28px;
    padding-left: 1em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    white-space: normal;
    width: 100%;
}
#single-posts blockquote{
    font-family: 'Lato',sans-serif;
    font-size: 1rem;
    border-left: 4px solid #919391;
    color:#919391;
    margin: 0 0 28px;
    padding-left: 1em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    white-space: normal;
    width: 100%;
}
#single-posts h2,
#single-posts h3,
#single-posts h4,
#single-posts h5,
#single-posts h6{
    color:#919391;
    padding-top: 15px;
}
#page-single .content p a{
    color: #767676;
}
/* INTERNAS INICIO */

.banner-interna{
	height: 280px;
	padding: 85px 0;
	margin-bottom: 45px;
	background-size: cover!important;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-repeat: no-repeat!important;	
}


.banner-interna h2{
	padding: 15px 40px;
	margin: 0;
	display: inline-block;
	font-size: 60px;
	color: #fafafa;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	background: rgba(0, 135, 189, 0.8);
	text-transform: uppercase;
}

.banner-interna .btn{
	padding: 15px;
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	font-family: 'Titillium Web', sans-serif;
	color: #0082bb;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}
/* INTERNAS FIM */

@media (max-width: 765px) {
    .sc-video{
        display: block;
    }
    .sc-video .item{
        padding: 0 40px 40px 40px
    }
    .iframe-home{
        min-height: auto;
        border: transparent;
    }
	.banner .imagem img{
		max-width: 170px;
	}
    #template-video iframe{
        height: auto;
    }
}
@media (max-width: 375px) {

	.carousel{
		display: none;
	}

	.botoes .btn.full{
		height: auto;
	}

	.banner-interna h2{
		font-size: 26px;
}
body.page-template-Seses .botao{
		font-size: 14px;
	}
}

.jumbotron {
      background: white;
      width: 100%;
      text-align: justify;
      border-radius: 1px;
      box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.jumbotron.one {
      margin-top: 7%;
}

.jumbotron.img {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
}