/*
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
*/
@font-face {
 font-family: 'Stanley';
 src: url("/wp-content/themes/salient-child/fonts/Stanley.woff") format("woff"),
     url("/wp-content/themes/salient-child/fonts/Stanley.woff2") format("woff2"),
     url("/wp-content/themes/salient-child/fonts/Stanley.otf") format("opentype"),
     url("/wp-content/themes/salient-child/fonts/Stanley.ttf") format("truetype");
 font-weight: 400;
 font-style: normal;
}
@font-face {
 font-family: 'GeneralSans-Medium';
 src: url("/wp-content/themes/salient-child/fonts/GeneralSans-Medium.woff") format("woff"),
     url("/wp-content/themes/salient-child/fonts/GeneralSans-Medium.woff2") format("woff2"),
     url("/wp-content/themes/salient-child/fonts/GeneralSans-Medium.otf") format("opentype"),
     url("/wp-content/themes/salient-child/fonts/GeneralSans-Medium.ttf") format("truetype");
 font-weight: 500;
 font-style: normal;
}
@font-face {
 font-family: 'GeneralSans-Semibold';
 src: url("/wp-content/themes/salient-child/fonts/GeneralSans-Semibold.woff") format("woff"),
     url("/wp-content/themes/salient-child/fonts/GeneralSans-Semibold.woff2") format("woff2"),
     url("/wp-content/themes/salient-child/fonts/GeneralSans-Semibold.otf") format("opentype"),
     url("/wp-content/themes/salient-child/fonts/GeneralSans-Semibold.ttf") format("truetype");
 font-weight: 600;
 font-style: normal;
}  

/* FOOTER */
.texto_footer p {
    font-size: 10px;
    line-height: 10px;
    font-family: Montserrat;
}
.texto_footer {
    padding: 10px 0px;
}

/* BOTÔES */
.botoes .link_text {
    padding: 10px 20px !important;
}
.botoes .link_text span {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 18px;
  }

  /* MENU */
  .sf-menu.sf-js-enabled.sf-arrows {
    justify-content: right !important;
  }
  .sub-menu.tracked-pos {
    width: 3em !important;
    padding: 0px !important;
    border-radius: 5px !important;
    transform: translateY(-50px) !important;
  }
  .sub-menu.tracked-pos li a {
    padding: 10px !important;
    border-radius: 5px !important;
  }
  #menu-item-wpml-ls-10-en {
    margin-right: 10px !important;
  }
  /* THANK YOU PAGE */
  .page-id-124 #top, .page-id-153 #top {
    display: none !important;
  }
  .centrar_conteudo .row_col_wrap_12_inner.col.span_12.center {
    justify-content: center;
  }
/* MOBILE */

  @media only screen and (max-width: 720px) {
    h3 {
        font-size: 31px !important;
        line-height: 40px !important;
    }
    .remover_margin_img {
        margin-bottom: 20px;
    }
    .remover_margin_img .hover-wrap {
        margin-bottom: 0px;
    }
    .img_mob {
        max-width: 80px !important;
    }
    /* BOTAO */
    .botoes .link_text {
        padding: 10px 20px !important;
    }
    /* MOB VIDEO */
    .esconder_mob {
        display: none !important;
    }
    /* FOOTER*/
    .texto_footer p {
        font-size: 9px;
        line-height: 9px;
        font-family: Montserrat;
    }
    /* CAROUSEL */
    .flickity-page-dots {
        bottom: -45px !important;
    }
    .flickity-viewport {
        margin: 30px 0 40px 0 !important;
    }
    /* FOOTER */
    .footer_mob .wpb_wrapper {
        justify-content: center !important;
    }
  }

  /* TLABET */
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .esconder_mob {
        display: none !important;
    }
    .img-with-aniamtion-wrap .hover-wrap {
        margin-bottom: 0px;
      }

  }

.form-col .wpb_raw_html {
  backdrop-filter: blur(10px) !important;
  border: 2px solid #fff !important;
  border-radius: 12px !important;
}