/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/** estilos menu + botoes **/
#top nav {
    background: #f5f5e6 !important;
    border-radius: 55px !important;
    padding: 0px 2rem 0px 2rem !important;
	height: 4rem;
	box-shadow: 0 10px 60px rgba(0,0,0,0.25);
}
.menu-idioma .menu-title-text {
    border: 2px solid #1d1d1d;
    padding: 10px 30px;
    border-radius: 55px;
}
.menu-idioma .menu-title-text:hover {
    background: #C9C2A9;
    color: #1D1D1D;
	border: 2px solid #C9C2A9;
}
.cta-menu .menu-title-text {
    background: #D0441D;
    padding: 10px 25px;
    border-radius: 55px;
    color: #fff;
}
.cta-menu :hover .menu-title-text{
    background: #C9C2A9;
    color: #1D1D1D;
}
.sf-menu li a .menu-title-text {
  font-weight: 600;
  transition: all 0.2s ease;
}

.sf-menu li a:hover .menu-title-text {
  text-shadow: 
    0 0 0px currentColor,
    0 0 0px currentColor,
    0 0 0px currentColor;
}

#top .container > .row {
  display: flex !important;
  align-items: center !important;
}

#top #logo {
  display: flex !important;
  align-items: center !important;
}

/** menu scroll + img **/
.row-text-img{
  position: relative;
}
.row-text-img .img-with-aniamtion-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}
.row-text-img .img-menu-centro{
  max-width: 100% !important;
}
.row-text-img .nectar-scrolling-text{
  position: relative;
  z-index: 1;
}


/** botoes pag **/
a.cta-fogo {
    color: #F5F5E6;
    background: #D0441D;
    padding: 12px 45px;
    border-radius: 55px;
    font-size: 16px;
	font-weight: 600;
}
a.cta-fogo:hover {
    background: #C9C2A9;
    color: #1D1D1D;
}

a.cta-branco  {
    color: #1d1d1d;
    background: #fff;
    padding: 12px 45px;
    border-radius: 55px;
    font-size: 16px;
	font-weight: 600;
}
a.cta-branco:hover {
    background: #C9C2A9;
    color: #1D1D1D;
}

/** ajuste de texto **/
.material .wpb_content_element, .material .wpb_row {
    margin-bottom: 0px !important;
}

.row .col h4 {
    margin-bottom: -4px !important;
}

#slide-out-widget-area .cta-menu a {
  display: inline-block;
  background: #D0441D;
  color: #fff !important;
  padding: 12px 25px;
  border-radius: 55px;
  text-align: center;
  font-weight: 500;
  width: auto;
}


#slide-out-widget-area .cta-menu a:hover {
  background: #fff;
  color: #1D1D1D !important;
}

#slide-out-widget-area .menu-idioma {
    border: 2px solid #1d1d1d;
    padding: 10px 30px;
    border-radius: 55px;
	width: 100px;
	background:#000;
}

#slide-out-widget-area .menu-idioma:hover {
    background: #fff;
    color: #1D1D1D;
	border: 2px solid #000;
}
body #header-outer[data-permanent-transparent="1"].transparent.dark-slide>#top .span_9>.slide-out-widget-area-toggle .lines-button:after,body #header-outer[data-permanent-transparent="1"].transparent.dark-slide>#top .span_9>.slide-out-widget-area-toggle .lines:after,body #header-outer[data-permanent-transparent="1"].transparent.dark-slide>#top .span_9>.slide-out-widget-area-toggle .lines:before {
    background-color: #c9c2a9!important;
}
#top .container {
    padding: 0 0 !important;
}




@media (max-width: 768px) {
  .bannertext-phone h4 {
    line-height: 35px !important; 
  }
  .ofornoamesa h1 {
    font-size: 110px !important;
  }
	.amesa h2 {
		font-size: 100px !important;

	}
