@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
/* login e cadastro */
.logo {font-size: 50px; font-family: 'Lobster', cursive; color: #c20000; text-decoration: none}
.logo:hover{color: #c20000; text-decoration: none}
.btn-text-pink {color: #c20000; font-weight: 700;}
.btn-text-pink:hover {color: #fe0d0d;}
.btn-login{background: #c20000; color: #ffffff; font-weight: 700;}
.btn-login:hover{background: #fe0d0d; color: #ffffff;}
.text-pink{color: #fe0d0d}
/* Icones do Menu */
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-icon { color: #c20000;}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link:after {border-bottom: 2px solid #c20000;}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-title, .horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-icon { color: #283548}
/* icones de sexo no cadastro */
.form-check .form-check-label input[type="radio"] + .input-helper:before, .form-check .form-check-label input[type="radio"]:checked + .input-helper:before { border: 1px solid #DA1984 }
.form-check .form-check-label input[type="radio"]:checked + .input-helper:before {background: #c20000; }
/* Focus dos Inputs */
.form-group .label-input {font-weight: 700;}
.form-control:focus, .typeahead:focus, .tt-query:focus, .tt-hint:focus {border-color: #c20000; color: #283548}