/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-size: 1.5rem;
}

blockquote {
font-style: italic;
}

h2 {
font-size: 1.4rem;
}

h3 {
font-size: 1.2rem;
}

h5 {
font-size: 1rem; font-weight: 100;
}

p {
font-size: 1rem;
}

/*
umb_name:Slideshow Titulo
.SlideShowTitulo, .TitleSlideShow {
    color: #ddd7c7 !important;
    font-family: 'Pirata One', cursive !important;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 2px !important;
    line-height: 90%;
}
*/

/**umb_name:Titulo - COLOR Ad916c*/
.TituloAd916cSize50px {
    color: #023E7D;
    font-family: Kreon !important;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
	line-height:1;
}


/**umb_name:Titulo Bold UpperCase- COLOR Ad916c*/
.TituloBoldUpperAd916cSize50px{color: #001233!important;
font-family: Kreon !important;
font-size: 40px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
line-height:1;}

/**umb_name:Titulo Bold White UpperCase- COLOR Ad916c*/
.TituloBoldWhiteUpperAd916cSize50px{color: white;
font-family: Kreon !important;
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
line-height:1;}

/**umb_name:Titulo*/
.Titulo{color: #001233;
font-family: Kreon !important;
font-size: 22px;
font-weight: 700;
letter-spacing: 2px;
line-height: 125%;}

/**umb_name:TextoCorrido - COLOR Ad916c*/
.TextoCorridoAd916cSize20px {
    color: #023E7D;
    font-family: "Raleway", sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
}

/**umb_name:Texto Corrido - COLOR WHITE*/
.TextoCorridoWhite {
    color: white;
    font-size: 18px !important;
    letter-spacing: 0px !important;
    line-height: 130% !important;
    font-weight: 300 !important;
    font-family:  "Raleway", sans-serif  !important;
}


/**umb_name:Texto Corrido*/
.TextoCorrido{color: #001233;
font-size: 18px !important;
letter-spacing: 0px !important;
line-height: 130% !important;
font-weight: 400 !important;
font-family:  "Raleway", sans-serif !important;
-webkit-font-smoothing: antialiased;}

/**umb_name:Texto Corrido Bold*/
.TextoCorridoBold{color: #001233;
font-size: 20px;
letter-spacing: 0px !important;
line-height: 130% !important;
font-weight: 600;
line-height: 25px;
font-family:  "Raleway", sans-serif ;
-webkit-font-smoothing: antialiased;}

/**umb_name:Texto Branco*/
.WhiteText {
color: white !important;
}

/**umb_name:Texto Preto*/
.BlackText {
    color: #252525 !important;
}

/**umb_name:Texto Verde Cinza*/
.d9e0dbText {
    color: #d9e0db !important;
}



/**umb_name:Espacamento a esquerda e direita*/
.PaddingLeftRight {
    padding-left:50px;
    padding-right:50px;
}
/**umb_name:Espacamento a esquerda*/
.PaddingLeft {
    padding-left:50px;    
}
/**umb_name:Display Block*/
.displayBlock{
    display:block !important;
}

/**umb_name:Espacamento entre linhas*/
.lineHeight {
   line-height:25px;
}

/**umb_name:Margin top 100px*/
.marginTop100{
    margin-top:100px !important;
}

/**umb_name:Margin top 40px*/
.marginTop40{
    margin-top:40px !important;
}

/**umb_name:Margin top 20px*/
.marginTop20{
    margin-top:20px !important;
}

/**umb_name:Margin bottom 100px*/
.marginBottom100 {
    margin-bottom: 100px !important;
}

/**umb_name:Margin bottom 40px*/
.marginBottom40 {
    margin-bottom: 40px !important;
}

/**umb_name:Margin bottom 20px*/
.marginBottom20 {
    margin-bottom: 20px !important;
}


.paddingColumn {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

a:active{
    text-decoration:none !important;
}

a:focus {
    text-decoration: none !important;
}

img {
    max-width:100%;
}

.divMenuHome {
	position: fixed !important;
}

.SubTitleSlideShow {
    color: #ad916c !important;
    font-family: "Pirata One", system-ui !important;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase !important;
}

.hero-content-withoutOverlay{    
	height: 180px;
	width: 100%;
	position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(0 40 85 / 45%);
    padding: 10px 89px;
    text-align: center;
}

.eventDateTime {
    background-color: #AD916C;
    color: #fff;
    font-size: 11px;
}

.column .blog-columns .blog-post .bp-content, .blog-classic .blog-post .bp-content {
	padding: 20px 20px 60px 20px !important;
	height: unset !important;
	min-height: 230px;
    max-height: 230px;
}
	.column .blog-columns .blog-post, .blog-classic .blog-post {
		min-height: 410px !important;
		max-height: 500px !important;
	}

.btnGreen {
	    bottom: 65px;
    left: 31px;
    position: absolute;
}