/*
Theme Name: mobiliablog
Theme URI: https://www.xthor.com.br
Description: Blog Mobília Moderna
Author: xthor
Author URI: https://www.xthor.com.br
*/
html{
	margin-top: 0 !important;
	margin: 0 !important;
}
body{
	margin: 0;
	font-family: 'Open sans', sans-serif;
	overflow-x: visible;
}
:focus {
	outline: 0;
}
/***********************HEADER******************************/
/* #header{
  margin-bottom: 120px;
} */
/* MENU RESPONSIVE  */

/* MENU SANDWICH */
#logo-responsive{
	padding-left: 50px;
}
.menu-anchor {
  width: 52px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #FFF;
  padding-top: 5px;
  padding-left: 12px;
}

.menu-anchor:before {
  content: "";
  display: block;
  margin: 7px auto;
  width: 70%;
  height: 0.25em;
  background: #000;
  box-shadow: 0 .65em 0 0 #000, 0 1.3em 0 0 #000;
}

.menu-active .menu-anchor {background: #fff}

menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 220px;
  height: 100%;
  padding-top: 10px;
  background: #eee;
  padding-left: 19px;
  padding-right: 29px;
  /* box-shadow: inset -5px -10px 10px 0 rgba(0,0,0,.3) */
}

menu li a {
	display: block;
  border-bottom: 1px solid rgba(204,204,204, 0.8);
  margin: 0 10px;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

menu li a:hover {
  color: #000;
  text-decoration: none;
}


/*
  Aqui você esconde o menu para fora da tela O valor é exatamente a largura da sidebar
*/
menu {
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
  margin-top: 0;
}
menu >ul{
  list-style:  none;
  padding: 0;
}
/*
    Essa é a posição original do HEADER e do MAIN
*/
header, .main {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
  padding-top: 13px;
  border-bottom: 2px solid rgba(204,204,204, 0.9);
  padding-bottom: 15px;
}

/*
   Com a classe menu-active na tag HTML
*/
.menu-active menu {
  z-index: 99;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  margin-top: 0;
}

.menu-active header,
.menu-active .main {
  -webkit-transform: translateX(220px);
  -moz-transform: translateX(220px);
  -ms-transform: translateX(220px);
  transform: translateX(220px);
}
.menu-active header{
  transform: translateX(0px);
  padding-left: 212px;
    -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
.menu-active .menu-dow{
	padding-left: 221px;
	  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}
/* END MENU SANDWICH */
/* MENU DROPDOWN */
.menu-dow .search_header_down .search-mecanism .input-search .search-form-xthor{
	border:  none;
}
.search_header_down{
	float: left;
}
.menu-dow{
	border-bottom: 2px solid rgba(204,204,204, 0.9);
  padding-bottom: 7px;
}
.menu-custom-down{
	display: inline-block;
}
.menu-up {
	list-style: none;
	float: left;
	margin: 0;
	margin-top: 13px;
}
.menu-up >li{
	position: relative;
	float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.menu-up >li.first-active{
	border-left: 2px solid rgba(204,204,204, 0.9);
  border-right: 2px solid rgba(204,204,204, 0.9);
}
.menu-up >li >a{
	color: #333;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
/* 	font-family: 'Raleway', sans-serif;
  font-weight: 400;
  width: 13px */;
}
.dropdwn{
  background-image: url('images/bg-menu-dow.png');
  background-repeat: no-repeat;
  background-position-y: 14px;
  background-position-x: 75px;
}
.dropdwn:hover{
  background-image: url('images/bg-menu-dow.png');
  background-repeat: no-repeat;
  background-position-y: 14px;
  background-position-x: 75px;
}
li.dropdwn a {
  padding-bottom: 20px;
  margin-bottom: -20px;
}
/* .menu-up >li >a:hover{
	color:#333;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #ccc;
	text-shadow:0px 0px 5px #fff;
} */
.menu-up li  ul.dropdown-content{
  position: fixed;
  top: 129px;
  left: 0;
  background-color: #fff;
  float: left;
  display: none;
  list-style:  none;
  /* border-top: 2px solid #cccccc; */
	background-color: #eeeeee;
	background-image: url('images/shape-sub-menu.png');
  background-repeat: no-repeat;
  background-position-x: 313px;
}
.dropdown-content >li>a{
	text-decoration: none;
	font-family: 'Open sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	color:  #727272;
}
.menu-up li:hover ul,
.menu-up li.over ul{
	display:block;
	z-index: 99;
}
.menu-up >li >ul >li{
	/* display:block; */
	padding: 5px;
	padding-bottom: 10px;
  padding-top: 10px;
	width:150px;
	float: left;
	position:  relative;
}





/* ul.menu-up {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
}

.menu-up >li{
    float: left;
}

.menu-up >li>a{
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li.first-active a.active, 
.dropdown:hover,
.dropbtn {
    background-color: #fff;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
} */
/* END MENU DROPDOWN */






/* END MENU RESPONSIVE */

.menu-blog{
  position: fixed;
  width: 100%;
  display: inline;
  z-index: 99;
  background-color: #fff;
  padding-bottom: 23px;
}
.fixed-menu{
	position: fixed;
	top: 0;
	z-index: 99;
	box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
}
.col-md-12.no-padding,
.col-sm-12.no-padding{
  padding: 0;
}
#header{
  margin-bottom: 60px;
}
.top-link-container{
	min-height: 37px;
	background-color: #373737;
}
.top-link{
  padding: 0px 3.5% !important;
}
.top-socials{
  display: inline-block;
  margin-top: 7px;
}
.top-socials >a{
  display: inline-block;
  float:left;
  margin-top: 4px;
  margin-right: 7px;
}
.top-socials #facebook{
  background-image: url('images/facebook_head.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 8px;
}
.top-socials #facebook:hover{
  background-image: url('images/facebook_head2.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 8px;
}
.top-socials #pinterest{
  background-image: url('images/pinterest_head.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 15px;
}
.top-socials #pinterest:hover{
  background-image: url('images/pinterest_head2.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 15px;
}
.top-socials #youtube{
  background-image: url('images/you_tube_head.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 18px;
}
.top-socials #youtube:hover{
  background-image: url('images/you_tube_head2.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 18px;
}
.top-socials #instagram{
  background-image: url('images/instagram_head.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 17px;
}
.top-socials #instagram:hover{
  background-image: url('images/instagram_head2.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 17px;
}
.top-socials #twitter{
  background-image: url('images/twitter_head.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 20px;
}
.top-socials #twitter:hover{
  background-image: url('images/twitter_head2.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 20px;
}
.top-socials #google-plus{
  background-image: url('images/google_plus_head.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 17px;
}
.top-socials #google-plus:hover{
  background-image: url('images/google_plus_head2.png');
  background-repeat: no-repeat;
  height: 19px;
  width: 17px;
}
.top-links-area{
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 33px;
}
.top-links-area >a{
  float: left;
  padding-left: 15px;
  font-family: Open sans, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
.main-menu{
  padding: 0px 3.5% !important;
}
#welcome-head,
#services-head{
  border-right: 1px solid #fff;
  padding-right: 17px;
}
ul#menu-menu_header li a:hover {
    color: #000 !important;
}
#cssmenu {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  border-bottom: 1px solid rgba(204,204,204, 0.9);
  padding-right: 17px;
}





#cssmenu ul,
#cssmenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul ul {
  bottom: 0;
  left: 0;
}
#cssmenu ul ul {
  margin-top: 0;
}
#cssmenu ul ul li {
  font-weight: normal;
}
#cssmenu a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/***********************Custom CSS Styles******************************/
#cssmenu > ul {
  display: inline-block;
}
#cssmenu ul {
  text-transform: uppercase;
}
#cssmenu ul ul {
  text-transform: none;
  min-width: 190px;
}
.menus{
  display: inline-block;

  height: 40px;
  margin-top: 18px;
  padding: 0;
}
.menus >nav{
  display: inline-block;
  height: 40px;
  /* border-bottom: 2px solid rgba(204,204,204, 0.9); */
  float: right;
}
.menus ul {
  list-style: none;
}
#cssmenu ul ul a {
  color: #000;
  padding: 16px 20px;
  font-size: 12px;
}
#cssmenu ul ul ul {
  border-top: 0 none;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu ul ul li:last-child:hover > a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
  color: #000;
}
/*
#cssmenu ul li.has-sub > a:after {
  content: '+';
  margin-left: 5px;
}*/
#cssmenu ul li.last ul {
  left: auto;
  right: 0;
}
#cssmenu ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#cssmenu > ul > li > a {
  line-height: 48px;
  font-size: 12px;
}
li.has-sub ul li {
    background: #fff !important;
}
ul#menu-menu_header ul {
 /*    padding-top: 5px;
 background: url(images/bg-menu.png)repeat center center #fff !important;
 width: 20px;
 border: 1px solid; */
}
#cssmenu ul li.active li a {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}
#cssmenu ul li.active li a:hover {
    color: #000 !important;
    text-decoration: underline;
}
li.selected_menu a span {
    color: #000;
}
li.selected_menu ul li a:hover span {
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 400;
  text-decoration: underline;
  background-image: url('images/select-menu.png');
  background-repeat: no-repeat;
  background-position-y: 7px;
  padding-left: 12px;
}
#menu-menu_header ul li a span{
	font-family: 'Open sans', sans-serif;
  color: #727272;
  font-size: 13px !important;
  font-weight: 400;
}
#cssmenu a {
    background: #fff;
    color: #3c3c3c;
    font-size: 13px !important;
    /* padding: 0 20px; */
    padding-right: 15px;
    font-family: 'Open Sans', sans-serif;

}
#menu-item- >a{
  border: none;
  border-top: 1px solid #efefef;
}
.menu-item-object-.has-sub >a{
  border: none;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.menu-item-has-children>a>ul>li:nth-last-child(1){
  border:none;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
li.selected_menu ul ul {
    padding: 0 !important;
}
.logo{
  padding: 0;
  margin-top: 30px;
}
.search-form-xthor{
  border: none;
  border-left: 1px solid rgba(204,204,204, 0.9);
  height: 55px;
  padding-left: 10px;
  color: #797979;
  font-size: 13px;
  background-image: url('images/glass_search.png');
  background-repeat: no-repeat;
  background-position-y: 23px;
  background-position-x: 171px;
  width: 190px;
  padding-right: 16px;
}
.search_header{
  padding: 0;
  margin-top: 16px;
  border-bottom: 1px solid rgba(204,204,204, 0.9);
}
/***********************ARCHIVE NOTICIAS******************************/
.news-archive .tab-content >article{
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 30px;
}
.news-archive .tab-content >article img{
  height: 300px;
  width: 100%;
}
.noticia-resumo .date-title a {
	color: #333;
}
.noticia-resumo .date-title a:hover {
	color: #74c381;
}
.noticia-resumo .date-title h2.title-post{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  float: left;
  width: 75%;
  margin-top: 8px;
}
.date-title{
  margin-top: 25px;
  border-bottom: 1px solid rgba(204,204,204, 0.6);
  padding-bottom: 25px;
}
.date-title >h4{
  font-size: 35px;
  color: #acacac;
  font-weight: 400;
  margin: 0;
  text-align: right;
}
.date-title >h6{
  font-size: 10px;
  color: #acacac;
  font-weight: 400;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}
.noticia-resumo .resumo{
  text-align: justify;
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 400;
  margin-top: 17px;
  margin-bottom: 20px;
}
.read-more >a >h2.read{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  background-image: url('images/read-more.png');
  background-repeat: no-repeat;
  background-position-x: 158px;
  background-position-y: 3px;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 20px;
}
.read-more >a >h2.read:hover{
  color: #74c381;
  background-image: url('images/read-more-green.png');
  background-repeat: no-repeat;
  background-position-x: 158px;
  background-position-y: 3px;
}
.number-comments >h6{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #acacac;
  text-align: right;
  background-image: url('images/balloon-comments.png');
  background-repeat: no-repeat;
  width: 50%;
  float: right;
  background-position-x: 50px;
}
.number-comments >h6>span{
  padding-right: 2px;
}
/***********************SINGLE NOTICIAS******************************/
.single-noticias {
  /*padding-right: 45px;*/
}
.single-noticias article {
 width: 100%;	
}
.single-noticias article img {
	display: block;
	max-width: 100%;
    height: auto;	
}
.single-noticias article iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single-noticias .box-news-single >h2{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  width: 90%;
  float: left;
}
.single-noticias .box-news-single >h4{
  text-align: right;
  font-size: 35px;
  color: #acacac;
  margin: 0;
  line-height: 31px;
}
.single-noticias .box-news-single >h6{
  margin: 0;
  text-align: right;
  color: #acacac;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Open sans', sans-serif;
}
.single-noticias .box-news-single >p{
  font-size: 14px;
  color: #7b7b7b;
  text-align: justify;
  font-family: 'Open sans', sans-serif;
  max-width: 100%;
}

.single-noticias .box-news-single div,
.single-noticias .box-news-single pre,
.single-noticias .box-news-single img {
	max-width: 100% !important;
}

.page-navi{
  padding-top: 25px;
  padding-bottom: 25px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.category-current{
  border-bottom: 2px solid rgba(204,204,204, 0.9);
}
.page-navi .padding-pagenav.page-initial{
  border: none;
  width: 93px;
  height: 42px;
  background-color: #74c381;
  border-radius: 30px;
  margin-right: 12px;
}
.page-navi .padding-pagenav.page-initial>a{
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.page-navi .padding-pagenav.padding-pagenav-exception{
  width: 190px;
  height: 42px;
  border: 2px solid #dddddd;
  background-color: transparent;
  border-radius: 30px;
  margin-right: 18px;
}
.page-navi .padding-pagenav.padding-pagenav-exception >a{
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
}
.icons-social-midia{
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid rgba(204,204,204, 0.9);
}
.icons-social-midia >h2{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #323232;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  float: left;
  margin-right: 18px;
  margin-top: 2px;
}
.icons-social-midia .twitter{
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.icons-social-midia .google-plus{
  display: inline-block;
  float: left;
}
.icons-social-midia .share-face{
  display: inline-block;
  float: left;
  margin-right: 23px;
}
.icons-social-midia .button-pint-it{
  display: inline-block;
  float: left;
}
.title-related-posts{
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 36px;
}
.title-related-posts >hr{
  margin: 0;
  border-top: 2px solid rgba(204,204,204, 0.9);
  width: 36%;
}
.title-related-posts >h3{
  margin: 0;
  padding-left: 12px;
  padding-right: 11px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}
.col-sm-12.related{
  padding: 0;
}
.list-related-posts{
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.col-sm-4.box-related{
  padding-left: 0;
}
.col-sm-4.box-related:nth-child(1){
  padding-right: 30px;
}
.col-sm-4.box-related:nth-child(2n){
  padding-left: 15px;
  padding-right: 15px;
}
.col-sm-4.box-related:nth-last-child(1){
  padding: 0;
  padding-left: 30px;
}
.item-related-posts >a>img{
  width: 100%;
  height: 197px;
  margin-bottom: 16px;
}
.item-related-posts >a>span{
  font-family: 'Raleway',sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.autor-comments{
  display: inline-block;
}
#label-name >label,
#label-mail >label,
#label-mesage >label{
  margin: 0;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 14px;
}
#label-name >label >span,
#label-mail >label >span,
#label-mesage >label >span{
  font-size: 12px;
  font-style: italic;
  color: #da6868;
}
#label-name,
#label-mail,
#label-mesage{
  margin: 0;
  margin-bottom: 6px;
}
#recomended{
  width: 40%;
  float: left;
  margin: 0;
}
#recomended >small{
  font-family: 'Open sans', sans-serif !important;
  font-size: 12px;
  font-style: italic;
  color: #da6868;
  text-transform: none;
}
#input-mesage{
  display: inline-block;
  margin: 0;
}
#comment{
  width: 719px;
  height: 105px;
  border: 1px solid #d0d0d0;
  resize: none;
  padding: 9px;
  margin-bottom: 9px;
}
.name{
  display: inline-block;
}
#author{
  width: 344px;
  height: 37px;
  border: 1px solid #d0d0d0;
  margin-right: 28px;
  padding: 9px;
}
.mail{
  display: inline-block;
}
#email{
  width: 344px;
  height: 37px;
  border: 1px solid #d0d0d0;
  padding: 9px;
}
.btn.btn-success.commentsubmit{
  height: 45px;
  width: 132px;
  border-radius: 30px;
  background-color: #74c381;
  font-family: 'Open sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}
.btn.btn-success.commentsubmit:active{
  outline: none;
}
#submit{
  width: 60%;
  float: left;
  margin: 0;
}
.leave-your-comment{
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 21px;
}
.leave-your-comment >hr{
  margin: 0;
  border-top: 2px solid rgba(204,204,204, 0.9);
  width: 34%;
}
.dtableCell{
  margin: 0;
  padding-left: 12px;
  padding-right: 11px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}
.list-comments{
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 21px;
}
.list-comments >h3{
  margin: 0;
  padding-left: 12px;
  padding-right: 11px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
}
.list-comments >hr{
  margin: 0;
  border-top: 2px solid rgba(204,204,204, 0.9);
  width: 42%;
}
#not-comments{
  font-family: 'Raleway',sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.commentlist{
  list-style: none;
  padding: 0;
}
.text-comment{
  background-color: #ebebeb;
  padding: 30px;
  border-radius: 10px;
  font-family: 'Open sans', sans-serif;
  font-size: 14px;
  color: #707070;
  text-align: justify;
  font-style: italic;
}
.st-comment{
  background-image: url('images/set-comment.png');
  background-repeat: no-repeat;
  height: 28px;
  background-position-x: 30px;
}
.author-comment{
  padding-left: 30px;
  font-family: 'Open sans', sans-serif;
  font-size: 13px;
  color: #545454;
  font-weight: 400;
  margin-bottom: 30px;
}
.comment-awaiting-moderation{
  font-family: 'Open sans', sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #da6868;
}
#commentform >fieldset >p{
  font-family: 'Raleway',sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}
#commentform >fieldset >p>a{
  font-family: 'Raleway',sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #999999;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}
#commentform >fieldset >p >a#exit-account{
  font-family: 'Raleway',sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-decoration: none;
}
.topo-noticias-internas >h2{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #323232;
  margin-bottom: 15px;
}
.topo-noticias-internas >h2 >span>a{
  color: #acacac;
  font-size: 13px;
}
.results-search{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
#results-s{
  color: #acacac !important; 
}
.search_h2{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
}
#not-results{
  color: #acacac !important;
}
.name-category{
  font-family: 'Open sans', sans-serif;
  color: #323232;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
#cat-name{
  text-transform: none;
  font-family: 'Open sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#cat-name >a{
  color: #7b7b7b;
  text-decoration: underline;
}
/***********************SIDEBAR NOTICIAS******************************/
.title-sidebar-category{
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.title-sidebar-category >hr{
  margin: 0;
  width: 34%;
  border-top: 1px solid rgba(204,204,204, 0.9);
}
.title-sidebar-category >h1{
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.title-sidebar-last-news{
  display: flex;
  align-items: center;
  margin-top: 47px;
  margin-bottom: 27px;
}
.title-sidebar-last-news >hr{
  margin: 0;
  width: 34%;
  border-top: 1px solid rgba(204,204,204, 0.9);
}
.title-sidebar-last-news >h1{
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.title-sidebar-most-views{
  display: flex;
  align-items: center;
  margin-top: 47px;
  margin-bottom: 27px;
}
.title-sidebar-most-views >hr{
  margin: 0;
  width: 17%;
  border-top: 1px solid rgba(204,204,204, 0.9);
}
.title-sidebar-most-views >h1{
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.title-sidebar-poll{
  display: flex;
  align-items: center;
  margin-top: 47px;
  margin-bottom: 27px;
}
.title-sidebar-poll >hr{
  margin: 0;
  width: 34%;
  border-top: 1px solid rgba(204,204,204, 0.9);
}
.title-sidebar-poll >h1{
  margin: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-family: 'Raleway', sans-serif;
  color: #323232;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}
.category-posts >ul >li >a{
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #727272;
  text-transform: uppercase;
  /* border-bottom: 1px solid rgba(204,204,204, 0.8); */
}
.category-posts >ul >li{
  border-bottom: 1px solid rgba(204,204,204, 0.8);
}
.category-posts >ul >li:nth-last-child(1){
  border: none;
}
.nav>li>a:active,
.nav>li>a:focus, 
.nav>li>a:hover {
  background-color: transparent;
  background-image: url('images/select-menu.png');
  background-repeat: no-repeat;
  color: #000;
  text-decoration: underline;
  background-position-y: 15px;
  background-position-x: 5px;
  outline: none;
}
.nav-pills>li>a{
  border-radius: 0;
}
.hidden-xs.last-post >a{
  display: block;
  border-bottom: 1px solid rgba(204,204,204, 0.8);
}
.hidden-xs.last-post >a:nth-last-child(1){
  border: none;
}
.box-desc-last-news >h5.date-last-new{
  margin: 0;
  font-weight: 600;
  color: #7b7b7b;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 14px;
}
.box-desc-last-news >h5.title-last-new{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.item-news-last{
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.img-last-news >img{
  width: 102px;
  height: 79px;
}
.item-news-last .img-last-news{
  width: 30%;
  float: left;
}
.item-news-last .box-desc-last-news{
  width: 70%;
  float: right;
}
.hidden-xs.post-most-view >ul >a{
  display: block;
  border-bottom: 1px solid rgba(204,204,204, 0.8);
}
.hidden-xs.post-most-view >ul >a:nth-last-child(1){
  border: none;
}
.item-most-views{
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-most-views .img-most-views{
  width: 30%;
  float: left;
}
.item-most-views .box-desc-most-views{
  width: 70%;
  float: right;
}
.box-desc-most-views >h5.date-most-views{
  margin: 0;
  font-weight: 600;
  color: #7b7b7b;
  font-size: 13px;
  text-decoration: none;
  margin-top: 8px;
  margin-bottom: 14px;
}
.box-desc-most-views >h5.title-most-views{
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}
.img-most-views >img{
  width: 102px;
  height: 79px;
}
#question {
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 22px;
}
.wp-polls-ul >li {
  padding-top: 4px;
  padding-bottom: 10px;
}
.wp-polls-ul >li >label{
  font-family: 'Open sans', sans-serif;
  color: #727272;
  font-weight: 400;
  font-size: 13px;
}
.wp-polls-ul >li >label {
  padding-left: 5px;
}
.wp-polls .Buttons{
  border: none !important;
  width: 105px;
  height: 35px;
  background-color: #74c381 !important;
  border-radius: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  float: left;
}
.facebook-blog{
  display: inline-block;
  margin-top: 60px;
}
.pinterest-blog{
  width: 340px;
  margin-top: 30px;
  margin-bottom: 37px;
}
.instagram-blog{
  width: 340px;
}
.view-in-to-instagram >button{
  font-size: 12px;
  border: 1px solid #2f5283;
  line-height: 20px;
  width: 166px;
  /* height: 24px; */
  padding: 1px;
  text-align: left;
  margin-top: 9px;
  position: relative;
  left: 1px;
  border-radius: 3px;
  background-color: #2b5a83;
  background-image: -webkit-linear-gradient(-90deg, #5f8eb3 0, #366185 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5f8eb3), to(#366185));
  background-image: -webkit-linear-gradient(top, #5f8eb3 0, #366185 100%);
  background-image: -o-linear-gradient(top, #5f8eb3 0, #366185 100%);
  background-image: linear-gradient(180deg, #5f8eb3 0, #366185 100%);
  -webkit-box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  box-shadow: 1px 1px 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 1px 0 0 rgba(255, 255, 255, 0.1) inset;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  color: #f0f5f8;
  background-image: url('images/instagram_head2.png');
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position-x: 3px;
  background-position-y: 2px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}











/***********************FOOTER******************************/
footer {
	height: 420px;
  background-color: #f2f2f2;
  margin-top: 40px;
}
#middle-footer{
  padding: 0;
}
.sup-footer {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 12px;
}
.sup-footer >hr{
  margin: 0;
  width: 33%;
  border-top: 1px solid rgba(204,204,204, 0.9);
}
.information {
  text-transform: uppercase;
  color: #323232;
  font-size: 25px;
  padding-left: 4px;
  padding-right: 3px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
} 
#middle-footer {
	font-size: 13px;
  color: #7d7d7d;
  display: inline-flex;
  height: 206px;
  border-bottom: 1px solid rgba(213,213,213, 0.9);
}
#row-middle {
	margin: auto;
}
#addres {
  padding-right: 0;
}
#mail {
	padding-left: 0;
	padding-right: 0;
}
#attendance {
	padding-left: 80px;
	padding-right: 0;
}
#phone {
	padding-left: 66px;
	padding-right: 0;
}
.tel {
	width: 100%;
  display: inline-block;
}
.tel >h6 {
  width: 40%;
  float: left;
  margin-top: 3px;
  background-image: url('images/phone_footer.png');
  background-repeat: no-repeat;
  height: 18px;
  padding-left: 20px;
  line-height: 26px;
}
.tel >p {
	width: 60%;
  float: right;
  margin: 0;
  font-weight: 700;
}
.tel >p >span {
	font-weight: 600;
	font-size: 20px;
	padding-left: 2px;
}
.whats {
	width: 100%;
  display: inline-block;
}
.whats >h6 {
  width: 40%;
  float: left;
  margin: 0;
  background-image: url('images/whatsapp_footer.png');
  background-repeat: no-repeat;
  height: 22px;
  padding-left: 25px;
  line-height: 26px;
  margin-top: 2px;
}
.whats >p {
	width: 60%;
  float: right;
  margin: 0;
  font-weight: 700;
}
.whats >p >span {
	font-weight: 600;
	font-size: 20px;
	padding-left: 2px;
}
.social-mid{
	width: 50%;
	float: left;
}
.follow{
	width: 40%;
  float: left;
  text-transform: uppercase;
  color: #3d3d3d;
}
.follow >h6{
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}
.follow >h5{
	margin: 0;
  font-size: 25px;
}
.social-icons{
	width: 60%;
  float: right;
  padding-left: 30px;

}
.social-icons >a >img:hover{
	margin-top: -3px;
}
.sub-footer{
	height: 140px;
}
.social-mid{
	height: 83px;
  padding-top: 35px;
}
.newsletter{
  height: 83px;
  width: 50%;
  padding-top: 35px;
  float: left;
}
.follow-news{
  width: 30%;
  float: left;
  padding-left: 30px;
}
.follow-news >h6{
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #3d3d3d;
}
.follow-news >h5{
  margin: 0;
  font-size: 25px;
  text-transform: uppercase;
  color: #3d3d3d;
}
.form-group{
  width: 70%;
  float: left;
}
.form-control{
  height: 43px;
  width: 300px !important;
  border: none;
  font-size: 13px;
  color: #7d7d7d;
}
.btn-news{
  border-radius: 30px;
  background: transparent;
  border: 2px solid #c1c1c1;
  width: 104px !important;
  height: 40px;
  text-transform: uppercase;
  color: #7d7d7d;
}
.back{
  display: inline-block;
  height: 57px;
  float: right;
}
#go-back{
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 4px 4px 0 0;
  background-color: #4d4d4d;
  background-image: url('images/seting.png');
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 15px;
}
.back >a >img{
  margin-bottom: 18px;
  margin-right: 35px;
}
.tab-content {
  display: inline-block;
}
.ajax-load-more-content {
  display: flex;
  align-items: center;
}
.ajax-load-more-content hr {
  margin: 0;
  width: calc(50% - 141px);
}
#ajax-load-more {
  width: 242px;
  height: 43px;
  background-color: #74c381;
  border-radius: 20px;
  border: none;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.col-sm-12.news-archive .tab-content{
  display: initial;
}
.alert-success{
  border: none;
  background-color: transparent;
}
.alert-danger{
  border: none;
  background-color: transparent;
}












@media (max-width: 767px) {
  #comment {
    width: 100%;
  }
  .wp-caption {
    width: 100% !important;
  }
  iframe {
    max-width: 100%;
    height: auto;
  }
}