@charset "UTF-8";

/* CSS - Rafael Branco | Ano: 2023 */

/******************* Atribuições Gerais *********************/
* {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased !important;
	-moz-font-smooth:antialiased !important;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
	background:#c0d445;
	color:#fff;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

a {
	cursor:pointer;
	text-decoration:none;
}

br { clear:both; }

img { border:0; }

input,
textarea,
select { outline: none; }

body {
	background-image: url(../img/bg.png);
	background-color: #fff;
	background-position: center top;
  background-size: 100%;

	color: #3f3e40;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;

	overflow-x: hidden;
}

.conteudo {
	border:  1px solid transparent;
	box-sizing: border-box;
	width: 1110px;
	margin: 0 auto;
	position: relative;
}

.conteudo2 {
	box-sizing: border-box;
	margin: 0 auto;
	width: 70%;
  	position: relative;
}

.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

strong, b { font-weight: 700; }
/******************* Atribuições Gerais *********************/


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Space Grotesk', sans-serif;
*/


#btn-whatsapp{
  background: #D2AB67;
  border: 2px solid #D2AB67;
  border-radius: 100px;
  color: #285044;
  display: block;

  font-size: 30px;

  line-height: 54px;
  /*padding: 13px 0;*/
  /*height: 45px;*/
  width: 55px;
  text-align: center;

  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 15;
  transition: 0.3s;
}

#btn-whatsapp:hover{
  background: #285044;
  border: 2px solid #285044;
  color: #D2AB67;
  transition: 0.3s;
}

.rotate{
	transform: rotate(-90deg);
}
/******************** Atribuições Topo HOME **********************/
#bg-topo-home{
	background-image: url(../img/banner-principal.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;

  min-height: 1080px;
}

#bg-topo-home-menor{
/*	background-image: url(../img/banner-principal.png);*/
	background-color: #285044;
  	background-position: center top;
  	background-size: cover;
  	background-repeat: no-repeat;

/*  padding-bottom: 35px;*/
	min-height: auto;
}

header.topo{
/*	background: #282828;*/
	height: 130px;
	width: 100%;

/*	box-shadow: 0px 20px 35px rgba(15, 15, 15, 0.25);*/
}

header.topo .logo-header{
	float: left;
	margin-top: 38px;

	max-width: 160px;
}

header.topo #right{
	float: right;
	display: table;
}
header.topo #right i{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 49px;
}

header nav#menu{
	float: left;
	display: table;
	margin-top: 49px;
}

header nav#menu ul{}

header nav#menu ul li a{color: #FFFFFF}

header nav#menu ul li{
	color: #FFFFFF;
	list-style: none;
	float: left;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	margin-left: 35px;
}

header nav#menu ul li.rede-menu{
	margin-left: 9px;
}

header nav#menu ul a:hover{
  color: #000;
  text-shadow: 1px 0 0 currentColor;
}


#menu-topo-mobile{
	display: none;
}



.modal-pesquisa{

}

.modal-pesquisa h1{
	color: #285044;
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}


.modal-pesquisa form{
	
}

.modal-pesquisa #form-pesquisar-noticia input[type='text']{
    background: #FFFFFF;
    border: 2px solid #CCCCCC;
    border-radius: 8px;

    box-sizing: border-box;

    color: #333333;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    margin: 30px 0 20px 0;
    padding: 0 16px 0 16px;
    height: 56px;
    width: 100%;
}

.modal-pesquisa #form-pesquisar-noticia input[type='text']::placeholder{
    color: #333333;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.modal-pesquisa #form-pesquisar-noticia input[type='submit']{
    background: #285044;
    border: 1px solid #285044;
    border-radius: 15px;
    cursor: pointer;

    color: #F9F9FA;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;

    height: 65px;
    width: 180px;
}

.modal-pesquisa #form-pesquisar-noticia input[type='submit']:hover{
    background: transparent;
    color: #285044;
}

/******************** Atribuições Topo **********************/

/******************** Atribuições Footer **********************/
footer#rodape{
	background-image: url(../img/bg-rodape.png);
	background-repeat: no-repeat;
	background-position: bottom center;
/*	background-size: cover;*/
/*	padding: 60px 0 45px 0;*/
}

/*footer#rodape #left{
	float: left;
	width: 50%;
}*/

footer#rodape .left{
	float: left;

	margin-top: 72px;
	width: 285px;
}

footer#rodape .right{
	float: right;

	margin-top: 72px;
	width: 550px;
}

footer#rodape .left img#logo-rdp{
	margin-bottom: 85px;
	max-width: 203px;
}


footer#rodape .left ul{

}

footer#rodape .left ul li{
	float: left;
	list-style: none;

	color: #FFFFFF;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 19px;

	margin-bottom: 17px;
}

footer#rodape .left ul li img{
	margin: 0 10px -5px 0;
}



footer#rodape .right nav.menu-rodape{
	float: left;

	width: 25%;
}

footer#rodape .right nav.menu-rodape h1{
	color: #FDFDFD;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;

	margin-bottom: 15px;
}

footer#rodape .right nav.menu-rodape ul{
	text-align: left;
}

footer#rodape .right nav.menu-rodape ul li{
	color: #FDFDFD;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;

	list-style: none;

	margin-bottom: 12px;
}

footer#rodape .right nav.menu-rodape ul li:hover{
	font-weight: 700;
/*	text-shadow: 1px 0 0 currentColor;*/
}

footer#rodape .right nav.menu-rodape .itens-redes{
	text-align: center;
}

footer#rodape .right nav.menu-rodape .itens-redes .item{
	float: right;
	width: 25%;
}

footer#rodape .right nav.redes h1{
	text-align: right;
}

footer#rodape .right .btn-rdp{
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 5.06155px;

	float: right;
	color: #FFFFFF;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-weight: 600;
	font-size: 14.4616px;

	margin-top: 70px;
	text-align: center;
	line-height: 47px;
	height: 47px;
	width: 212px;

}

footer#rodape .right .btn-rdp:hover{
	background: #FFE600;
	border: 1px solid #FFE600;
	color: #000;
}

footer#rodape .right .cookies-rdp{
	color: #FDFDFD;
	font-family: 'Red Hat Display';
	font-style: normal;
	font-size: 16px;

	margin-top: 60px;
	text-align: right;
}
footer#rodape .right .cookies-rdp:hover{
	font-weight: 700;
}
/******************** Atribuições Footer **********************/