

.full-width-content .content {
max-width: none;
}

.site-inner {
max-width: 90%;
margin: 0 auto;
} 

.header-image .title-area {
width: 10%;
}

.nav-primary {
float: left;
margin: 2px 0 0 10px;
text-align: center;
width: 80%;
}

.nav-primary {
width: 80%;
}

.genesis-nav-menu a {
font-size: 1.4rem;
}

.widget-area .widget:last-of-type {
text-align: center;
}

.entry-title {
font-size: 1.8rem;
font-family: 'Rubik';
font-weight: 300;
}

.entry-content:after {
  margin-top: 2%;
} 

h1, h2, h3, h4, h5, h6 {
font-family: 'Rubik', sans-serif;
font-weight: 500;
}

h1 {
  font-size: 38px;
  font-size: 3.8rem;
}

h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

body {
font-family: 'rubik', sans-serif;
}

p {
margin: 0 0 6px;
font-size: 14px;
}

.site-footer p {
font-size: 13px;
font-size: 1.3rem;
}

.pad5 {  
padding: 5%;
}

.pad20 {  
padding: 20%;
}
.valignM {
  vertical-align: middle; 
}

.widget-area .widget:last-of-type {
font-size: 12px;
}

/*  moure frases css + keyframe */


.text-mov {
position: relative;
animation: move-words 35s linear infinite;
margin: 0;
width: max-content;
overflow: hidden;
}

@keyframes move-words {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

/* ----------------------------------------------------------------menu sticky for hear-top position osgw  */

.site-header {
position:sticky;
top: 0px;
 } 
 
 div#header-top {
background: aliceblue;
z-index: 9990;
max-height: 35px;
overflow: hidden;
}


/* ----------------------------------------------------------------template home100*/

.page-template-page_home100 .site-inner {
max-width: none;
width: 100%;
margin: 0;
padding: 0;
}

.page-template-page_home100 .full-width-content .content {
width: 100%;
max-width: none;
}

.page-template-page_home100 main#genesis-content {
max-width: none;
padding:0;
}

.page-template-page_home100 .entry-header::after {
margin: 0 auto;
border: none;
padding: 0;
}

/* ----------------------------------------------------------------menu hamburger mobile*/

.menu-toggle {
width: 20%;
margin: 0;
font-size: 40px;
}

/* ----------------------------------------------------------------awsome fonts*/
i.fa-brands.fa-instagram {
font-size: 40px;
}


/* ----------------------------------------------------------------content views pro*/

.cvp-live-filter {
text-align: center;
}

.pt-cv-pinterest.pt-cv-shadow .pt-cv-pinmas {
box-shadow: none;
}

/* media queries ------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
    
.header-image .title-area {
width: 75%;
float: left;
}

.header-image .site-title, .site-description {
padding: 4% 6%;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item {
text-align: center;
}

.genesis-nav-menu a {
font-size: 1.7rem;
}
.site-inner {
max-width: 90%;
padding-top: 0;
}
 
.pad20 {  
padding: 5%;
}

.entry-title {
padding: 20px 0 0;
}

.text-mov {
animation: move-words 15s linear infinite;
}

@media only screen and (max-width: 600px) {

.site-inner {
max-width: 100%;
}
.pad20 {  
padding: none;
}

.entry-title {
padding: 20px 0 0;
}

.text-mov {
animation: move-words 15s linear infinite;
  

}