/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

@font-face {
  font-family: "brazilia";
  src: url("/brazilia.otf");
}
#menu > ul > li > a, a.action_button, #overlay-menu ul li a {
    font-family: "brazilia";
	text-transform:uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 8px #c740a6, 0 0 2px #c740a6, 0 0 10px #c740a6, 0 0 6px #c740a6, 0 0 20px #c740a6, 0 0 20px #c740a6, 0 0 1px #c740a6, 0 0 12px #c740a6;}
}
#Top_bar .menu > li a:after {
	background: #c740a6!important;
}
.titles-home{
	color:#fff;
	text-shadow: 0 0 2px #c740a6, 0 0 0.5px #c740a6, 0 0 3px #c740a6, 0 0 1.5px #c740a6, 0 0 5px #c740a6, 0 0 5px #c740a6;
	font-size:80px;
	font-family:'brazilia';
	line-height:60px;
}
.texto-home{
	font-family:'brazilia';
	font-size:30px;
	color:#FFF;
	letter-spacing: 1px;
	line-height:28px;
	text-align:justify;
	padding-top:20px;
}
.texto-home-2{
	font-family:'brazilia';
	font-size:50px;
	color:#FFF;
	letter-spacing: 1px;
	line-height:35px;
	text-align:justify;
	padding-top:20px;
}
.color-pinky{
	color:#c740a6;
}




a#back_to_top.button.button_js, #popup_contact > a.button {
    color: #c740a6;
}
a#chat {
    position: fixed;
    right: 10px;
    bottom: 8px;
    border-radius: 30px;
    opacity: .9;
    z-index: 200000000;
    height: 50px;
}
@media (max-width: 720px) {
	.titles-home{
	font-size:55px;
}
	.texto-home-2{
	font-size:35px;
}
}
@media (max-width: 480px) {
	.titles-home{
	font-size:35px;
}
	.texto-home-2{
	font-size:25px;
}
}