@import url("https://fonts.googleapis.com/css2?family=Lobster&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.role-administrator.user-logged-in #site-header {
  padding-top: 79px; }

footer {
  background-color: transparent;
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 15px;
  position: relative;
  text-align: center; }
  footer:before {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: #ffac00;
    background: linear-gradient(90deg, #ff8500 0%, #ff8500 25%, #ff108e 25%, #ff108e 50%, #5615bc 50%, #5615bc 60%, #2fbc32 60%, #2fbc32 100%); }

.copy-login {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #FFFFFF; }

.copy-footer {
  font-size: 0.8rem;
  line-height: 1rem; }
  @media screen and (max-width: 991px) {
    .copy-footer {
      font-size: 0.7rem;
      text-align: center;
      flex-direction: column; } }
  .copy-footer .menu--footer ul {
    margin: 0; }
    .copy-footer .menu--footer ul li {
      border-right: solid 1px #ccc;
      margin-right: 25px;
      padding: 0 25px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .copy-footer .menu--footer ul li {
          border: 0 !important;
          margin: 0 !important; } }
      .copy-footer .menu--footer ul li a:hover {
        color: #ff108e; }

.section-theme .row {
  min-height: 600px; }
  @media screen and (max-width: 767px) {
    .section-theme .row {
      min-height: 400px; } }

.section-separador {
  height: 400px !important; }
  .section-separador .imagine-background {
    margin: -300px 0px !important; }
  .section-separador .imagine-layer {
    left: 45% !important;
    top: 50% !important; }
  @media screen and (max-width: 1199px) {
    .section-separador .imagine-background {
      margin: -200px 0px !important; } }
  @media screen and (max-width: 991px) {
    .section-separador {
      height: 280px !important; }
      .section-separador .imagine-background {
        margin: -100px 0px !important;
        transform: scale(1.5) !important; } }
  @media screen and (max-width: 767px) {
    .section-separador {
      height: 180px !important; }
      .section-separador .imagine-background {
        margin: -50px 0px !important; } }
