/*
Theme Name: HMWS BASE
Author: Hospede Max - Web Services
Author URI: https://hospedemax.com.br
Description: Tema Base Hospede Max Web Services.
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

* {
  box-sizing: border-box;
}

body{
	padding:0px;
	margin:0px;
	font-family: 'Poppins', sans-serif;
}

a {
  text-decoration: none;
}

p{
  margin:0px;
  padding:0px;
}

.wrap {
  width: 99%;
  margin: 0 auto;
}

.content-area {
  display: inline-block;
}

.content-thin {
    width: 70%;
}

.content-full-width {
    width: 100%;
}

.content-area,
.primary-sidebar {
  display: inline-block;
}

.primary-sidebar {
  width: 25%;
  padding: 1%;
  vertical-align: top;
  background-color: #ececec;
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
}

.article-full {
  width: 99%;
  padding: 1%;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 4px;
}

@media screen and (max-width: 800px) {
  .article-loop {
    width: 99%;
  }
}

@media screen and (max-width: 400px) {
  .content-area,
  .primary-sidebar {
    width: 100%;
  }
}

.fa-bars{
  font-size:21px!important;
}

#menutxt{
  .elementor-heading-title{
     font-size:22px!important;
     position: relative;
     margin-left: -160px;
     margin-top:-8px;
  }
}
