@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("../fonts/style.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
.slick-slide a{
  display:block !important;	
}
.play_tablet .play_banner{
	display:none !important;
}
body,html {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}
html {
  scroll-padding-top: 160px; /* height of sticky header */
}
input:focus, a:focus, button:focus, textarea:focus {
  outline: none !important;
}
input:active, a:active, button:active, textarea:active {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
p {
  font-weight: 400;
  font-size: 17px;
  color: #575659;
  font-family: "Source Sans Regular";
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 20px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.section_page {
  width: 100%;
  height: auto;
  max-height: 100%;
  padding: 20px 0px;
}
.separador-p-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.separador-m-150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.separador-p-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.separador-p-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.separador-m-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.player_rafa p {
  font-weight: bold;
}
.player_rafa .plyr__controls {
  border-radius: 30px !important;
  padding: 12px !important;
  background: #313131 !important;
  margin: 15px 0px 0px 0px;
}
.player_rafa .plyr__controls .plyr__control.plyr__tab-focus {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.player_rafa .plyr__controls .plyr__control.plyr__tab-focus:hover {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.player_rafa .plyr__controls .plyr__controls__item.plyr__control {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #f3f3f3;
}
.player_rafa .plyr__controls .plyr__controls__item.plyr__time {
  color: #f3f3f3 !important;
}
.player_rafa .plyr__controls button svg {
  color: #f3f3f3;
}
.player_rafa .plyr__controls input[type="range"] {
  color: #ff7f41!important;
}
.player_rafa.border-r {
  position: relative;
}
.player_rafa.border-r::after {
  background-image: url(../svg/linha_player.svg);
  content: "";
  position: absolute;
  right: 0;
  height:92px;
  width: 2px;
  top:0;
  bottom:0;
  margin:auto;
}
#sobre_page .intro .intro_text img.img_mobile {
	display:none;
}
.dropdown.show > a {
  color: #fff !important;
}
.audio_fixo {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #262626;
  padding: 0px 0px 0px;
  z-index: 999;
  height: 100px;
  opacity:0;
  visibility:hidden;
  transition:visibility 0.7s linear,opacity 0.7s linear;
}
.audio_fixo.open-audio {
  opacity:1;
  visibility:visible;
  transition:visibility 0.7s linear,opacity 0.7s linear;
}
.audio_fixo:before {
  content: "";
  width: 100%;
  height: 25px;
  display: block;
  position: relative;
  top: -20px;
  background-image: url(../img/bg_fixed_player.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.audio_fixo .plyr__controls {
  border-radius: 30px !important;
  background: #313131!important;
}
.audio_fixo .plyr__controls .plyr__control.plyr__tab-focus {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.audio_fixo .plyr__controls .plyr__control.plyr__tab-focus:hover {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.audio_fixo .plyr__controls .plyr__controls__item.plyr__control {
  background: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #f3f3f3;
}
.audio_fixo .plyr__controls .plyr__controls__item.plyr__time {
  color: #f3f3f3 !important;
}
.audio_fixo .plyr__controls button svg {
  color: #f3f3f3;
}
.audio_fixo .plyr__controls input[type="range"] {
  color: #ff7f41!important;
}
.titulo_deslocado {
  width: 50%;
  display: block;
  margin: 0px auto 50px auto;
}
.titulo_deslocado h3 {
  text-align: right;
  color: #262626;
  font-size: 62px;
  padding-left: 40px;
  display: block;
  font-weight: bold;
  line-height: 35px;
  font-family: "Dancer Pro Book";
}
.titulo_deslocado h4 {
  text-align: left;
  color: #808080;
  font-family: "Dancer Pro Book";
  font-size: 32px;
  display: block;
}
h1.titulo_contato {
  padding: 30px 0px;
  font-size: 32px;
  font-weight: bold;
  font-family: "Dancer Pro Book";
  margin-bottom: 15px;
}
h1.titulo_contato span {
  font-size: 42px;
}
.font-dancer {
  font-family: "Relation Two Bold";
}
.wpcf7 {
  width: 100%;
}
.wpcf7 [type="radio"]:not(:checked) + span,
.wpcf7 [type="radio"]:checked + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.wpcf7 [type="radio"] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 18px;
  height: 18px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  background-color: #ffa54c;
  border: 1px solid #fff;
}
.wpcf7 [type="radio"] + span:before {
  content: "";
  position: absolute;
  left: 8px;
  left: 8px;
  top: 8px;
  padding: 5px;
  margin: 0;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  background-color: transparent;
}
.wpcf7 [type="radio"]:checked + span:before {
 background: black;
 z-index: 999;
 width: 9px;
 height: 9px;
}
.wpcf7 [type="radio"]:not(:checked) + span:before,
.wpcf7 [type="radio"]:not(:checked) + span:after,
.wpcf7 [type="radio"]:checked + span:before,
.wpcf7 [type="radio"]:checked + span:after,
.wpcf7 [type="radio"].with-gap:checked + span:before,
.wpcf7 [type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}
.wpcf7 [type="radio"]:checked + span:after,
.wpcf7 [type="radio"].with-gap:checked + span:before,
.wpcf7 [type="radio"].with-gap:checked + span:after {
  border: 2px solid #fff;
}
.wpcf7 [type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.wpcf7 [type="radio"]:not(:checked),
.wpcf7 [type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.wpcf7 [type="checkbox"],
.wpcf7 [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.wpcf7 form {
  width: 100%;
}
.wpcf7 form span.wpcf7-list-item {
  margin: 0 0 0 0px;
}
.wpcf7 form .wpcf7-list-item-label {
  margin-left: 8px;
  color: #fff;
  font-weight: 400;
}
.wpcf7 form span.radio_group {
  font-weight: 500;
  color:#000;
  width: 60px;
  display: inline-block;
}
.wpcf7 form label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-weight: bold;
}
.wpcf7 form label .wpcf7-form-control.wpcf7-radio {
  color: #fff;
  font-weight: 400;
}
.wpcf7 form label input {
  margin: 0px !important;
}
.wpcf7 form .wpcf7-submit {
  margin: 16px auto 25px auto;
}
.wpcf7 form .wpcf7-form-control-wrap input {
  margin-bottom: 0px;
  text-indent: 0px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  height:43px;
  padding: 10px 0px 12px !important;
  width: 100%;
}
.wpcf7 form .wpcf7-form-control-wrap textarea {
  border: 1px solid #fff;
  text-indent: 0px;
  padding: 55px 16px 16px 16px;
  color: #fff;
  background-color: transparent;
  border-radius: 4px;
  height:252px;
  width: 100%;
}
.wpcf7 form ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-family: "Source Sans Regular";
  font-size: 16px;
}
.wpcf7 form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Source Sans Regular";
  font-size: 16px;
}
.wpcf7 form ::-ms-input-placeholder {
  color: #fff;
  font-family: "Source Sans Regular";
  font-size: 16px;
}
.wpcf7 form ::placeholder {
  color: #fff;
  font-family: "Source Sans Regular";
  font-size: 16px;
}
.wpcf7 form input:focus {
  border-bottom: 3px solid #000 !important;
}
.wpcf7 form textarea:focus {
  border: 3px solid #000 !important;
}
.col_img_mobile img{
  display:none;
}
.modal_video_locucoes .modal-content {
  height: 500px;
  max-height: 100%;
}
.modal_video_locucoes .modal-content .modal-body {
  padding: 0;
}
.modal_video_locucoes .modal-content iframe {
  width: 100%;
  height: 100%;
}
.modal_video_locucoes .modal-content button.close {
  width: 50px;
  position: absolute;
  right: 0;
  height: 50px;
  z-index: 9999;
  background: #ff7f41;
  opacity: 1;
  color: #262626;
  font-size: 50px;
  top: -50px;
  text-shadow: none;
}
a.btn_default {
  background-color: #ff7f41;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: bold;
}
a.btn_default:hover {
  background-color: #FF9B57;
}
.wpcf7-submit {
  background-color: #262626;
  color: #fff;
  padding: 16px 25px;
  border-radius: 6px;
  font-weight: bold;
  display: block;
  border: none;
  position: relative;
  width: 220px;
  text-align: center;
  font-family: "Dancer Pro Book";
  font-size: 14px;
  line-height: 20px;
}
.wpcf7-submit:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #fff;
}
.wpcf7-submit:after {
  content: url("../svg/arrow_input.svg");
  position: relative;
  right: -10px;
}
header {
  height: 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  overflow-x:hidden;
}
header .menu-item a:hover {
  color: #ff7f41 !important;
}
header::after {
  content: "";
  display: block;
  width: 2000px;
  position: absolute;
  left: 44%;
  background: #f3f3f3;
  height: 150px;
}
header.fixed-top {
  height: 80px;
  z-index:9999;
}
header.fixed-top::after {
  display:none;
}
header .submenu {
  display: none;
}
header .submenu.open {
  position: absolute;
  width: 80%;
  right: -100px;
  height: 1000px;
  max-height: 1000px;
  z-index: 10;
  display: block;
  background-color: #262626;
}
header .navbar-toggler {
  display: none;
}
header .dropdown-menu.show {
  display: block !important;
}
.dropdown-toggle::after {
  content: "";
  display: none;
}
header nav {
  width: 100%;
  position: relative;
  z-index: 15;
}
header nav .menu ul.navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header nav .menu ul.navbar-nav li {
  margin: 0px 14px;
}
header nav .menu ul.navbar-nav li a {
  color: #262626;
  font-family: "Dancer Pro Book";
  font-weight: bold;
  font-size: 16px;
}
/* SUB MENU */
.menu-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  overflow: hidden;
  display: none;
}
.menu-modal .navbar {
	padding-left:0px;
}
.menu-modal .menu-wrapper {
  margin: 135px 0 0 140px;
  height:100%;
}
.menu-modal .menu-container {
  background: #262626;
  width: 50%;
  right: -50%;
  top: 0;
  height: 100%;
  position: fixed;
  z-index: 90;
  overflow-x:hidden;
}
.menu-wrapper {
  float: left;
}
.menu-modal ul {
  background: none;
  border: none;
  padding-top: 14px;
  -webkit-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}
.menu-modal li ul li {
  margin: 10px 0px;
  -webkit-transition: all 1000ms ease-in;
  transition: all 1000ms ease-in;
}
.menu-modal li.apresentadora {
  margin-top: 40px;
}
.menu-modal li ul li a {
  color: #808080;
  font-family: "Source Sans Regular";
  font-size: 18px;
}
.locutora > a, .apresentadora > a {
  color: #ff7f41;
  margin-top: 30px;
  font-family: "Dancer Pro Book";
  font-weight: 800;
}
.dropdown > a:hover, .apresentadora > a:hover {
  color: #fff;
  font-weight:500;
}
.menu-modal li ul li a:hover {
  color: #fff !important;
}
.menu-modal li ul li .dropdown-menu {
  display: block;
  position: relative;
  background: none;
  border: none;
}
.menu-modal li ul li .dropdown-menu li {
  margin: 0px 0px 10px;
}
.menu-modal li ul li .dropdown-menu li a {
  font-weight: normal;
  color: #808080;
}
.menu-modal li ul li a.item-active,.menu-modal li ul .current_page_item a {
  position: relative;
  color: #fff;
  padding-left: 18px;
}
.menu-modal li ul li a.item-active:before,.menu-modal li ul .current_page_item a:before {
  content: "";
  background-image: url(../svg/arrow_right.svg);
  width: 12px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0px;
  top: 35%;
}
header .social_topo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 09;
}
header .social_topo a {
  margin: 0px 10px;
}
header .social_topo a i {
  font-size: 22px;
  color: #ff7f41;
}
body:not(.home) header::after {
  display: none !important;
}
#home_page {
  position: relative;
}
#home_page::before {
  content: "";
  display: block;
  width: 2000px;
  position: absolute;
  left: 44%;
  background: #f3f3f3;
  height: 471px;
}
#home_page section#banner {
  height: 640px;
  width: 100%;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#home_page section#banner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 55%;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  background: url("../img/rafa_banner.webp") no-repeat bottom center;
  background-size: cover;
}
#home_page section#banner .text_banner {
  margin-top: -100px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 0;
}
#home_page section#banner img.img-mobile{
	display:none;
}
#home_page section#banner .text_banner h1 {
  font-family: "Relation Two Bold";
  font-size: 95px;
  line-height: 66px;
  position: relative;
  margin-bottom: 15px;
  z-index:99;
  padding: 0 20px;
}
#home_page section#banner .text_banner h1 span {
  font-size: 55px;
  line-height: 45px;
}
#home_page section#banner .text_banner p {
  font-family: "Dancer Pro Book";
  color: #808080;
  font-size: 25px;
  padding-right: 31px;
}
#home_page section#banner .text_banner:before {
  content: "";
  width: 50px;
  height: 100%;
  background-image: url(../svg/microfone_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px;
  top: 0;
}
#home_page section#banner .text_banner:after {
  content: "";
  width: 50px;
  height: 100%;
  background-image: url(../svg/microfone_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -560px;
  top: 0;
}
#home_page section#banner .text_banner a {
  display: flex;
  justify-content: flex-end;
}
#home_page section#banner .play_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 120px;
  right:calc(6vw - 37px);
  z-index: 3;
}
#home_page section#banner .play_banner a {
  background: #fff;
  left: -10px;
  position: relative;
  border-radius: 100%;
}
#home_page section#banner .play_banner span {
  background: #262626;
  color: #fff;
  font-weight: bold;
  padding: 14px 40px;
  border-radius: 6px;
}
#home_page section#intro {
  margin: 60px 0px;
}
#home_page section#intro p.font-dancer {
  font-size: 100px;
  margin-bottom: 0px;
  color: #262626;
}
#home_page section#intro .intro_text {
  position: relative;
}
#home_page section#intro .intro_text p {
  font-family: "Dancer Pro Light IT","Source Sans Regular";
  font-weight:200;
  font-size: 20px;
  color: #808080;
}
#home_page section#intro .intro_text:before {
  content: url("../svg/aspas_before.svg");
  left: 0;
  top: -22px;
  position: absolute;
}
#home_page section#intro .intro_text:after {
  content: url("../svg/aspas_after.svg");
  bottom: -35px;
  right: -10px;
  position: absolute;
}
#home_page section#oque_faco {
  margin: 100px 0px 60px;
}
#home_page section#oque_faco .container-fluid {
  max-width: 1600px;
}
#home_page section#oque_faco .col_img,
#sobre_page .minha_carreira_img {
  position: relative;
  height: fit-content;
}
#home_page a.btn_repertorio {
	margin-top: 25px;
}
#home_page a.btn_repertorio i {
  font-size:12px;
}
#home_page section#oque_faco .col_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  z-index: 100;
}
#home_page section#oque_faco .col_img:before {
  content: "";
  position: absolute;
  left: -120px;
  top: -105px;
  background: url(../img/oque_faco_faixa.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  height: 657px;
  width: 471px;
  display: block;
  z-index: -1;
}
#lado_apresentadora .veja_mobile i {
	font-size:12px;
  margin-left: 5px;
}
#home_page section#oque_faco .col_text {
  padding-left: 40px;
}
#home_page section#oque_faco .col_text h2 {
  margin-bottom: 30px;
  font-family: "Dancer Pro Book";
  font-weight: bold;
  color: #262626;
  font-size: 32px;
  line-height: 32px;
  margin-top: -4px;
}
#home_page section#oque_faco .col_text h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Dancer Pro Book";
  color:#00cbbe;
  font-weight:500;
}
#home_page section#oque_faco .col_text .list_double {
  position: relative;
}
#home_page section#oque_faco .col_text .list_double ul {
  /*column-count: 2;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#home_page section#oque_faco .col_text .list_double ul li {
  display: inline-block;
}
#home_page section#oque_faco .col_text .list_single.list {
	margin-top:35px;
}
#home_page section#oque_faco .col_text .list ul li {
  padding: 10px 20px 0px 5px;
  font-size: 15px;
  font-family: "Source Sans Regular";
  color: #808080;
  position: relative;
  display: block;
  width: 100%;
}
#home_page section#oque_faco .col_text .list ul li i {
  padding-right: 6px;
  color: #c8c8c8;
  font-size: 12px;
  position: relative;
}
#home_page section#lado_apresentadora {
  margin: 0px 0 140px 0px;
}
#home_page section#repertorio{
	margin-bottom:80px;
}
#home_page section#lado_apresentadora .container {
  position: relative;
}
#home_page section#lado_apresentadora .container:before {
	display:none;
  position: absolute;
  content: url("../svg/lado_apresentadora.svg");
  top: -100px;
  height: auto;
  width: 230px;
  z-index: -2;
  left: -30px;
}
#home_page section#lado_apresentadora a.ver_mais {
  position: absolute;
  right: 0px;
  z-index: 11;
  bottom: 0px;
  color: #ff7f41;
  font-weight: bold;
  font-family: "Dancer Pro Book";
}
#home_page section#lado_apresentadora a.ver_mais i {
  color: #ff7f41;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}
#home_page section#lado_apresentadora.text {
  margin: 50px auto;
}
#home_page section#lado_apresentadora .text p {
  font-family: "Source Sans Regular";
  font-size: 32px;
  color: #808080;
  line-height: 30px;
}
#home_page section#lado_apresentadora .text h2 {
  color: #262626;
  font-size: 48px;
  font-family: "Dancer Pro Book";
  line-height: 48px;
  font-weight: bold;
  margin-left: 50px;
}
#home_page section#lado_apresentadora .col-img {
  position: relative;
}
#home_page section#lado_apresentadora .col-img:after {
  position: absolute;
  content: url(../svg/after_lado_apresentadora.svg);
  bottom: -150px;
  height: auto;
  width: 230px;
  z-index: -2;
  left: 0%;
}
#home_page section#lado_apresentadora .col-img img {
  width: 480px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#home_page section#lado_apresentadora .slider_bg {
  position: relative;
  padding-top: 0px;
}
#home_page section#lado_apresentadora .slider_bg:before {
  position: absolute;
  content: url(../svg/lado_apresentadora2.svg);
  top: -40px;
  height: auto;
  width: 81px;
  z-index: -2;
  left: -90px;
}
#home_page section#lado_apresentadora .slider_bg:after {
 content: url(../svg/before_form.svg);
 position: absolute;
 bottom: -100px;
 width: 190px;
 height: 130px;
 right: -150px;
}
#home_page section#lado_apresentadora .slider .slider_video_item {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
#home_page section#lado_apresentadora .slider .slider_video_item img {
  width: 100%;
  height:100%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
#home_page section#lado_apresentadora .slider .slider_video_item a.play_video {
  position: absolute;
  z-index: 98;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}
#home_page section#lado_apresentadora .slider ul.slick-dots {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
}
#home_page section#lado_apresentadora .slider ul.slick-dots li button {
  background: none;
  border: none;
  content: "";
  overflow: hidden;
  background-color: #808080;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  margin: 0px 5px;
}
#home_page section#lado_apresentadora .slider ul.slick-dots li.slick-active button {
  background-color: #ff7f41;
}
#home_page section#lado_apresentadora .slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
#home_page section#lado_apresentadora .slider .slick-dots li button {
  font-size: 0px;
  margin: 0 auto;
}
#home_page section#lado_apresentadora .slider .slick-dots li.slick-active {
  border-radius: 100%;
  border: 1px solid #ff7f41;
  padding: 0px;
}
#home_page section#lado_apresentadora .pulse-button {
	height:auto !important;
}
#home_page section#lado_apresentadora .slider .slick-arrow {
  background: #fff;
  cursor:pointer;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  width: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 41%;
  position: absolute;
  z-index: 9;
  -webkit-box-shadow: 0px 0px 10px -5px black;
  box-shadow: 0px 0px 10px -5px black;
}
#home_page section#lado_apresentadora .slider .slick-arrow.slick-prev {
  left: -14px;
}
#home_page section#lado_apresentadora .slider .slick-arrow.slick-next {
  right: -14px;
}
#home_page section#lado_apresentadora .slider .slick-arrow img {
  width: 14px;
}
#home_page section#lado_apresentadora .modal_apresentacao_home button {
  position: absolute;
  width: 30px;
  font-size: 40px;
  display: block;
  right: 10px;
  z-index: 999;
}
#home_page section#lado_apresentadora .modal_apresentacao_home .modal-body {
  padding: 0;
}
#home_page section#lado_apresentadora .modal_apresentacao_home .modal-body iframe {
  width: 100%;
}
#home_page section#contato {
  margin: 120px auto 100px;
}
#home_page section#selfie {
  margin: 50px 0px;
  padding: 10px 0px;
}
#home_page section#selfie svg {
  margin: 0 auto 100px;
  display: block;
  width: 460px;
  height: 170px;
}
.fancybox-button--share {
	display:none;
}
#home_page section#selfie .galeria a.arrow-mosaico {
  width: 40px;
  height: 40px;
  background: #262626;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom:0;
  margin:auto;
  z-index: 15;
}
#home_page section#selfie .galeria a.arrow-prev {
  left: 0;
}
#home_page section#selfie .galeria a.arrow-next {
  right: 0;
}
#home_page section#selfie .galeria a.arrow-next img, #home_page section#selfie .galeria a.arrow-prev img{
	max-width: 50%;
}
#home_page section#selfie .galeria .mosaico-home .slick-slide {
  padding: 0px 15px;
}
#home_page section#selfie .galeria .mosaico-home .slick-slide.slick-active {
  opacity: 1;
}
#home_page section#selfie .galeria .mosaico-home img {
  width: auto;
  margin: 0 auto;
  height: 160px;
  border-radius:12px;
}
#home_page section#selfie .galeria .mosaico-mobile {
	display:none;
}
#home_page section#selfie .galeria {
  width: 90%;
  margin: 0 auto;
  max-height:414px;
}
#home_page section#selfie .galeria:after {
  content: "";
  width: 900px;
  right: -800px;
  height: 130%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0.745536)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.745536) 5%);
  position: absolute;
  top: 0;
  z-index: 10;
}
#home_page section#selfie .galeria:before {
  content: "";
  width: 900px;
  left: -800px;
  height: 130%;
  display: block;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(95%, rgba(255, 255, 255, 0.745536)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.745536) 95%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  z-index: 10;
}
main#contato_page .contato_form {
  margin: 90px 0px;
  background-image: url("https://rafaferraz.com/wp-content/uploads/2020/10/Combined-Shape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0px;
  width: 100%;
}
main#contato_page .contato_form #container_form {
  position: relative;
}
main#contato_page .contato_form #container_form:before {
  content: url("../svg/after_form.svg");
  position: absolute;
  top: -110px;
  width: 200px;
  height: 160px;
  left: 0;
}
main#contato_page h1.titulo_contato {
  padding: 20px 0px 15px;
}
main#contato_page .contato_form #container_form:after {
  content: url("../svg/before_form.svg");
  position: absolute;
  bottom: -98px;
  width: 210px;
  height: 130px;
  right: 0;
}
main#contato_page .contato_form #container_form form br {
	display:none;
}
main#contato_page .contato_form #container_form form {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}
main#archive_apresentacoes .col_text {
        margin-top: 40px;
}
main#archive_apresentacoes .titulo_deslocado {
  width: 315px;
  display: block;
  margin: 0px auto 50px auto;
  position: relative;
}
main#archive_apresentacoes .titulo_deslocado h3 {
  font-family: "Relation two";
}
main#archive_apresentacoes .titulo_deslocado:before {
  content: "";
  width: 50px;
  height: 100%;
  background-image: url(../svg/microfone_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  top: 0;
}
main#archive_apresentacoes .portifolio_lista {
 margin-top: 60px !important;
}
main#archive_apresentacoes .titulo_deslocado:after {
  content: "";
  width: 26px;
  height: 100%;
  background-image: url(../svg/microfone_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px;
  top: 0;
}
main#archive_apresentacoes section.intro {
  margin: 30px 0px;
}
main#archive_apresentacoes section.intro h1.titulo_archive {
  padding: 50px 0px;
  margin: 50px 0px;
  font-size: 45px;
  border-left: 4px solid #777777;
  border-right: 4px solid #777777;
  text-align: center;
  color: #4d4d4f;
  font-weight: 400;
}
main#archive_apresentacoes section.intro h1.titulo_archive strong {
  font-family: "Open Sans";
  font-weight: 900;
  font-style: italic;
}
main#archive_apresentacoes section.intro .col_text h2 {
  color: #262626;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  font-family: "Dancer Pro Book";
}
main#archive_apresentacoes section.intro .col_text p {
  color: #575659;
}
main#archive_apresentacoes section.intro .col_text p em {
  font-size: 20px;
  color: #808080;
  font-family: "Dancer Pro Light IT";
}
main#archive_apresentacoes section.intro .col_img img {
  height: auto;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
}
main#archive_apresentacoes .portifolio_lista {
  margin-top: -200px;
}
main#archive_locucoes .titulo_deslocado {
  width: 340px;
  display: block;
  margin: 0px auto 50px auto;
  position: relative;
}
main#archive_locucoes .titulo_deslocado h3 {
  font-family: "Relation two";
}
main#archive_locucoes .titulo_deslocado:before {
  content: "";
  width: 26px;
  height: 100%;
  background-image: url(../svg/microfone_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  top: 0;
}
main#archive_locucoes .titulo_deslocado:after {
  content: "";
  width: 26px;
  height: 100%;
  background-image: url(../svg/microfone_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -60px;
  top: 0;
}
main#archive_locucoes section.intro {
  margin: 50px 0px 0px 0px;
}
main#archive_locucoes section.intro .titulo_deslocado {
  position: relative;
  width: 350px;
  margin-bottom: 0 !important;
}
main#archive_locucoes section.intro .titulo_deslocado img {
  margin: 0 auto;
  width: 580px;
}
main#archive_locucoes section.intro .col_text {
  margin-top: 0;
  padding-top: 90px;
}
main#archive_locucoes section.intro .col_text h2 {
  color: #262626;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
  font-family: "Dancer Pro Book";
}
main#archive_locucoes section.intro .col_text p {
  color: #575659;
  font-family: "Source Sans Regular";
  font-size: 17px;
}
main#archive_locucoes section.intro .col_text em {
  font-size: 20px;
  color: #808080;
  font-family: "Dancer Pro Light IT";
}
main#archive_locucoes section.intro .col_img img {
  height: auto;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
main#archive_locucoes section#repertorio {
  margin-top: 25px;
  z-index: 2;
  position: relative;
}
#sobre_page .intro .intro_text {
  padding: 100px 40px 0 5% !important;
}
#sobre_page .intro .intro_text h1 {
  font-family: "Relation Two Bold";
  font-size: 170px;
  line-height: 110px;
  margin-bottom: 30px;
}
#sobre_page .intro .intro_text h1 span {
  font-size: 72px;
}
#sobre_page .intro .intro_text p {
  color: #575659;
  font-size: 17px;
  max-width: 450px;
}
#sobre_page .intro .img_full img {
  width: 574px;
  height:662px;
  margin-top: 75px;
  object-fit:contain;
  padding-top: 50px;
}
#sobre_page .sobre .sobre_text {
  padding-right: 50px;
}
#sobre_page .sobre .sobre_text p {
  font-family: "Source Sans Regular";
  font-size: 17px;
}
#sobre_page .minha_carreira .minha_carreira_text {
  padding: 0px 40px;
}
#sobre_page .minha_carreira .minha_carreira_text p {
  font-size: 17px;
}
#sobre_page .minha_carreira .minha_carreira_img img {
  height: 380px;
  object-fit: cover;
  border-radius:12px;
}
#sobre_page .minha_carreira .minha_carreira_img:after {
  content: "";
  position: absolute;
  right: -105px;
  top: -105px;
  background: url(../img/oque_faco_faixa_invertido2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  height: 596px;
  width: 471px;
  display: block;
  z-index: -1;
}
#sobre_page .itens_carreira:first-child img {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}
#sobre_page .itens_carreira:last-child img {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}
#sobre_page .itens_carreira img {
  width: 100%;
  height: 284px;
  -o-object-fit: cover;
  object-fit: cover;
}
#sobre_page .itens_carreira p {
  padding: 20px;
}
#sobre_page .section_page.text_img img{
	border-radius:12px;
}
#sobre_page .sobre .titulo_deslocado h3 {
  line-height: 50px;
}
.section_page.text_img {
	padding-top:70px;
}
#sobre_page .text_img .text h5 {
  font-family: "Dancer Pro Light IT","Source Sans Regular";
  font-size: 20px;
  margin-top: 40px;
  color: #808080;
  line-height: 30px;
  padding-left: 5%;
  font-weight:200;
}
#sobre_page .text_img .text h5:last-child {
	margin-top:0;
}
#sobre_page .text_img .text p {
  max-width: 100%;
  padding-left: 5%;
}
.sobre_img .play_modal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
}
.mosaico-home#slider-3 {
  display:none;
}
section#repertorio {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/faixa-repertorio.png);
  padding: 50px 0px;
  background-size: cover;
  max-height: 320px;
  margin: 150px 0;
}
section#repertorio .cabecalho {
  text-align: center;
  margin-bottom: 20px;
}
section#repertorio .cabecalho p {
  color: #808080;
  font-size: 18px;
}
section#repertorio .cabecalho h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: "Dancer Pro Book";
}
section#repertorio .player_rafa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section#repertorio .player_rafa p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight:500;
}
section#repertorio a.btn_default {
  margin: 20px auto 0px;
  font-family: "Dancer Pro Book";
  font-size: 14px;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 0px 10px -2px #ff7f41;
  box-shadow: 0px 0px 10px -2px #ff7f41;
}
section#contato {
  height: auto;
  max-height: 100%;
  padding-bottom: 50px;
  border-radius: 12px;
  background-color: #ffa54cDD;
  position: relative;

}
section#contato .wpcf7 form {
  width: 100%;
  padding: 0px 10%;
}
section#contato form br {
  display: none;
}
.bg_video {
  border-radius: 12px;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1000;
  background-color: #ff8e43d9;
  -o-object-fit: cover;
  object-fit: cover;
}
section.portifolio_lista ul.lista_categorias {
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
section.portifolio_lista ul.lista_categorias:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  background-image: url(../svg/line.svg);
  background-repeat: no-repeat;
}
section.portifolio_lista ul.lista_categorias li {
  padding-bottom: 30px;
  border-style: dotted;
}
section.portifolio_lista ul.lista_categorias li a {
  font-weight: bold;
  color: #262626;
  font-size: 18px;
  text-transform: lowercase;
  font-family: "Dancer Pro Book";
  width: max-content;
  display: block;
}
section.portifolio_lista ul.lista_categorias li.active {
  border-bottom: 4px solid #ff7f41;
/*   z-index: 100; */
border-radius: 2px;
}
section.portifolio_lista ul.lista_categorias li.active a {
  color: #ff7f41;
}
section.portifolio_lista article.video_item {
  position: relative;
  width: calc(94% / 3);
  margin-left: 0 !important;
  margin: 0 2% 2%;
  display: block;
  height: 200px;
}
section.portifolio_lista article.video_item.podcast {
  background-color: #fff;
}
section.portifolio_lista article.video_item.podcast iframe {
	width:100% !important;
	height:160px !important;
	margin-top:25px;
}
section.portifolio_lista article.video_item .overlay-portifolio {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #0000007d;
  border-radius:6px;
}
section.portifolio_lista article.video_item.podcast .overlay-portifolio,section.portifolio_lista article.video_item.podcast .video_info {
  display:none;	
}
section.portifolio_lista article.video_item .play_modal {
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 10;
 margin: auto;
 display: block;
 width: 60px;
 height: 60px;
}
section.portifolio_lista article.video_item .play_modal img {
  width: 60px;
  height: 60px;
}
section.portifolio_lista article.video_item img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.portifolio_lista article.video_item .video_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
}
section.portifolio_lista article.video_item .video_info p.categoria {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
section.portifolio_lista article.video_item .video_info p.titulo {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-family: "Source Sans Bold";
}
section.portifolio_lista .modal-content {
  position: relative;
}
section.portifolio_lista .modal-content .close {
  width: 40px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -50px;
  color: #262626;
  opacity: 1;
  background: #ff7f41;
  border-radius: 100%;
  height: 40px;
  font-size: 30px;
  text-shadow: none;
}
section.portifolio_lista .modal-content .modal-body {
  padding: 0px;
}
section.portifolio_lista .modal-content .modal-body iframe {
  width: 100%;
  height: 460px;
  max-height: 100%;
}
footer {
  height: 220px;
  max-height: 100%;
  width: 100%;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
  padding-bottom: 20px;
}
footer:before {
  background-image: url(../svg/line.svg);
  content: "";
  position: absolute;
  height: 3px;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
footer #fala_ai {
  font-family: "Dancer Pro Book";
}
footer .logo {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .logo img {
  width: 100%;
  height: auto;
}
footer .contato_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 35px;
}
footer .contato_footer .email_footer {
  color: #808080;
  margin: 0px !important;
  font-weight: 500;
  font-size: 20px;
  font-family: "Source Sans Regular";
}
footer .contato_footer hr.vertical {
  position: relative;
  height: 26px;
  display: block;
  width: 5px;
  margin-bottom: auto;
  margin-top: auto;
}
footer .contato_footer hr.vertical:after {
  background-image: url(../svg/linha_player.svg);
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
}
footer .contato_footer a {
  margin: 0px 10px;
}
footer .contato_footer a i {
  font-size: 22px;
  color: #ff7f41;
}
footer .copyright p {
  font-size: 12px;
}
footer .fixed {
  position: fixed;
  width: 100%;
  height: 70px;
  bottom: 0;
  z-index: 100;
}
.page-template-page_contato footer .fixed, 
.page-template-sucesso_form footer .fixed {
  display: none;
}
footer .fixed .container {
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 0;
}
footer .fixed .container .box_shadow {
  width: auto;
  padding: 0 10px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  background-color: #FFF;
  filter: drop-shadow(0px -3px 3px #00000030);
  border-radius: 35px 35px 0 0;
}
footer .fixed .container .box_shadow a:hover {
  transform: translateY(0px);
  transition: transform 0.2s;
}
footer .fixed .container .box_shadow a:hover {
  transform: translateY(-5px);
}
footer .whats_float img,
footer .email_float img,
footer .orcamento_float img {
  height: 51px;
}
#sucesso_page #sucesso_content {
  min-height: 500px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#sucesso_page #sucesso_content h1 {
  padding: 0px 0px;
  font-size: 110px;
  text-align: center;
  font-weight: bold;
  color: #000;
  font-family: "Relation Bold";
}
#sucesso_page #sucesso_content p {
  color: #575659;
  text-align: center;
}
#modal_video_apresentacao .modal-content {
  position: relative;
}
#modal_video_apresentacao .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  z-index: 99;
  background: #ff7f41;
  border-radius: 100%;
  height: 25px;
  width: 25px;
}
#modal_video_apresentacao .modal-content .modal-body {
  padding: 0px;
}
#modal_video_apresentacao .modal-content .modal-body iframe {
  width: 100%;
}
#lado_apresentadora .veja_mobile{
	display:none;
}
header button span.navbar-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0px;
  position: relative;
  right: 15px;
}
/*# sourceMappingURL=main.css.map */
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}
.col_img_mobile_reorder{
  display: none;
}






#home_page, body > header{
  position: relative;
/*  overflow-x: hidden; */
}
.plyr {
  height:auto !important;
}
.section_page{
  max-height:initial;
}
a.item-active {
  color: #fff !important;
}
li.show{
  position:relative;
}
header nav .menu ul.navbar-nav li a {
  color: #181818;
}
section#repertorio .player_rafa>div {
  width: 80% !important;
}
section#repertorio .justify-content-center .player_rafa>div {
  width: 100% !important;
}
section.portifolio_lista .modal-content#audio-embed {
  margin: 30px auto;
  padding: 0px;
  background: transparent;
  border: none;
}
section.portifolio_lista .modal-content#audio-embed .close {
  top: -30px;
}
#home_page section#lado_apresentadora .slider .slider_video_item img.pulse-button,section.portifolio_lista article.video_item img.pulse-button {
  border-radius:100%;
}
main#archive_apresentacoes section.intro,main#archive_locucoes  section.intro {
  position:relative;
}
#sobre_page .sobre .sobre_img {
  width: 100%;
  position: relative;
  height: fit-content;
  padding-left: 0;
}
#home_page section#oque_faco .container-fluid {
  max-width:initial;
}
main#archive_locucoes section.intro .container_img {
  height:auto;
}
main#archive_apresentacoes section.intro .col_img {
  position: absolute;
  right: 0;
  top:100px;
}
main#archive_locucoes  section.intro .col_img {
  position: absolute;
  right: 0;
  bottom:-110px;
}
main#archive_apresentacoes .portifolio_lista {
  margin-top: 60px !important;
}
.page-template-page_contato header.fixed-top {
  position:relative !important;
}
#sobre_page .sobre .sobre_img img:not(.pulse-button) {
  padding-right: 0px;
  border-radius: 12px;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}
.pulse-button {
  position: relative;
  padding: 2px;
  border: none;
  cursor: pointer;
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 68%, rgba(255,255,255,0) 89%);
  border-radius: 50%;
}
#sobre_page .sobre .sobre_img img.pulse-button {
  padding-right: 0;
}
#lado_apresentadora .text {
  margin: 0 0 50px;
  width:100%;
  position:relative;
}
.slick-apresentadora {
  height: 450px;
}
h1.titulo_contato {
  padding: 80px 0px 15px;
}
.wpcf7 form .wpcf7-form-control-wrap {
  width:100%;
  display:block;
  margin-bottom:20px;
}
.pulse-button:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(159, 154, 154, 0.7);
  box-shadow: 0 0 0 0 rgba(159, 154, 154, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
.icon_social:hover i {
  color: #000;
}
header>.container.modal-show {
  position:relative;
  z-index:100;
}
.menu-modal .nav-modal .navbar-nav {
  flex-direction: column;
}
header nav .menu ul.navbar-nav li.show a {
  color:#fff;
}
header.fixed-top nav .menu ul.navbar-nav li.show a {
  color: #f87c40;
}
.menu-mobile {
  display:none !important;
}
.menu-mobile ul li ul a {
  color:#808080 !important;
}
.menu-mobile ul li.apresentacao a {
  color:#ff7f41 !important;
}
header nav .menu ul.navbar-nav li.show a {
  color: #fff;
  cursor: pointer;
}

/* Ajustes 21/10/2020 */
header nav .menu ul.navbar-nav a {
  cursor:pointer;
}
.locutora > a:hover {
  color: #fff;
  font-weight: 500;
}
#home_page section#oque_faco .col_text .list_double ul {
  flex-direction:column;
}
.menu-modal{
  background:none;
}
.play_banner .pulse-button {
  margin-left: -15px;
}
.audio_fixo a[data-plyr="download"] {
  display: none;
} 
.audio_fixo a.close-audio{
  position: absolute;
  top: 15px;
  right: -30px;
}
.audio_fixo .plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true]{
  background: #262626;
}
#home_page section#lado_apresentadora .modal_apresentacao_home .modal-body iframe {
  height: 460px;
}
#home_page section#lado_apresentadora .modal_apresentacao_home button {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: -50px;
  color: #262626;
  opacity: 1;
  background: #ff7f41;
  border-radius: 100%;
  height: 40px;
  font-size: 30px;
  text-shadow: none;
}
#home_page section#selfie .galeria:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.745536) 87%, rgba(255, 255, 255, 0) 100%);
}
#home_page section#selfie .galeria:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.745536) 10%);
}
section#repertorio .player_rafa:last-child::after {
  display:none;
}
#sobre_page .intro .container-fluid {
  width: 90%;
}
a.btn_repertorio {
  position: absolute;
  right: 20px;
  z-index: 20;
  top:0;
  color: #ff7f41;
  font-weight: bold;
  font-family: "Dancer Pro Book";
}
#home_page section#banner .text_banner {
  overflow:visible;
}
#home_page section#oque_faco .col_img img {
  height:auto;
}
.slick-slide {
  height:auto;
}
.floating-label {
  font-size: 13px;
  color: #fff;
  position: absolute;
  pointer-events: none;
  top: 9px;
  left: 0px;
  transition: all 0.1s ease;
  padding-right: 20px;
}
.wpcf7 .floating-label.active {
  top: -10px;
  bottom: 0px;
  left: 0;
  font-size: 12px;
  opacity: 1;
  color: #000;
  font-weight:500;
}
.wpcf7 .group-label.textarea-label .floating-label.active {
  top: 4px;
  bottom: 0px;
  left: 16px;
  height: 50px;
  display: inline-block;
}
.wpcf7 .group-label.textarea-label .floating-label {
  left:16px;
  top:16px;
}
span.wpcf7-form-control-wrap.tipo-cliente {
  display: inline-block;
  width: fit-content;
}
#menu-menu-mobile,header .row.menu-mobile.menu-open {
  background: #262626;
  width:100%;
  margin:0px;
  position: relative;
  z-index: 999;
  flex-direction: column;
}
header .logo-dark {
  display:none;
}
header nav .menu ul#menu-menu-mobile li a {
  color:#fff;
  font-weight: 100;
  position:relative;
}
header nav .menu ul#menu-menu-mobile li a.item-active {
  color:#fff !important;
  font-weight: 100;
  margin-left:22px;
}
header nav .menu ul#menu-menu-mobile li ul li ul li {
  margin: 0px 0px;
}
header nav .menu ul#menu-menu-mobile li ul li ul li {
  margin: 0px 0px;
}
header nav .menu ul#menu-menu-mobile li {
  margin-left:20px;
  margin-right:20px;
  position:relative;
}
header nav .menu ul#menu-menu-mobile  li.apresentacao {
  margin-bottom: 12px;
}
header nav .menu ul#menu-menu-mobile>li:last-child:after {
  content: "";
  width: 72px;
  height: 4px;
  position: absolute;
  background-image: url('../svg/line.svg');
  background-repeat: no-repeat;
  background-size: contain;
  top: initial;
  bottom:-16px;
  background-position: center;
  display: block;
}
header nav .menu ul#menu-menu-mobile>li:before {
  content: "";
  width: 72px;
  height: 4px;
  position: absolute;
  background-image: url('../svg/line.svg');
  background-repeat: no-repeat;
  bottom: initial;
  top:-16px;
  background-position: center;
  display: block;
}
header nav .menu ul#menu-menu-mobile>li {
  margin-bottom:20px;
}
header nav .menu ul#menu-menu-mobile li ul li {
  margin-left:0px;
  margin-right:0px;
}
header ul#menu-menu-mobile a.item-active:before, header ul#menu-menu-mobile .current_page_item a:before {
  content: "";
  background-image: url('../svg/arrow_right.svg');
  width: 12px;
  height: 8px;
  position: absolute;
  background-repeat: no-repeat;
  left: -18px;
  top: 20%;
}
header .social-mobile {
  padding:30px 10px;
  background: #262626;
}
header .social_topo a i {
  font-size: 26px;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  font-family: "Source Sans Regular";
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px auto;
  text-align: center;
  display: inline-block;
  width: fit-content;
  color:#fff;
}
#sobre_page p strong {
  font-weight:900;
  color:#000;
}
.fancybox-caption {
  font-size:18px;
  text-align:center;
}
.fancybox-slide>* {
  background:transparent !important;
}
.fancybox-toolbar {
  opacity:1;
  visibility:visible;
}
.fancybox-slide img {
  height:100%;
}
.fancybox-slide a {
  margin-top:0;
}
button.navbar-toggler:not(.collapsed) {
  position: absolute;
  right: 15px;
  top: -40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
button.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  padding-right:0px;
}
#home_page section#selfie svg {
  margin-bottom: 50px;
}
.wpcf7-response-output {
  border: none !important;
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0;
}


