@font-face {
    font-family: 'DelaGothicOneRegular';
    src: url('../fonts/dela-gothic-one-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamMedium';
    src: url('../fonts/gotham-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/gotham-book.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/gotham-bold.woff2') format('woff2');
}

:root {
    --primary: #bc4731;
}

html,
body,
.body-wrapper,
.body-innerwrapper {
    height: 100%;
    scroll-behavior: smooth;
    display: flex;
    flex-direction: column;
}

body:not(.com-sppagebuilder) #sp-main-body {
  	padding: 50px 0;
    background-image: url(/portal/arq/files/webmaster/images/unioxp/bgUnioXPPrincipal.png);
    background-position: top;
    background-repeat: no-repeat;
}
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px !important;
    }
}

#sp-main-body {
    flex: 1;
}

header#sp-header {
    position: sticky !important;
    background: white !important;
    box-shadow: 0 3px 1px 0 rgba(221, 221, 221, 0.5) !important;
}

header#sp-header::after {
    position: absolute;
    background: linear-gradient(to right, #ae4161 60%, #473667 40%);
    height: 10px;
    content: '';
    width: 100%;
    bottom: -10px;
    left: 0;
}

header .logo-image.white-logo {
    display: none !important;
}

header .logo-image {
    height: 60px;
}

header .sp-menu-item>a {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    color: var(--primary) !important;
}

header .sp-menu-item.active>a {
    text-decoration: underline;
    font-weight: 700 !important;
}

header .sp-menu-item>a:hover {
    text-decoration: underline;
}

header #offcanvas-toggler>i {
    color: var(--primary) !important;
}


h1 {
    font-family: 'CoolveticaRegular' !important;
}


hr {
    border-top: 1px solid #333 !important;
}

.offcanvas-inner {
    padding-top: 0 !important;
}

.article-details-tags {
  display: none;
}

/* ---------------/ MÓDULOS \------------------------- */
#sp-right .sp-module-title:after {
    background: none !important;
}

#sp-right .sp-module .sp-module-title {
  margin: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;  
}


/* ---------------/ FIM MÓDULOS \------------------------- */

/* ---------------/ SEÇÕES PRINCIPAIS \--------------- */

#secaoHeader{
  padding-top: 70px !important;
}

#secaoPrincipal1 {
  background-position: top !important;
}

.outrasSecoes {
  background-color: #0f152d !important;
}

.tituloSecao2 {
  position: relative;
  bottom: -30px;
}

#secaoPrincipal2 {
  z-index: 0 !important;
}

/* ---------------/ FIM SEÇÕES PRINCIPAIS \--------------- */

/* ---------------/ ANIMAÇÕES \--------------- */
.fadeInUpAnimation,
.fadeInUpBigAnimation,
.fadeInLeftAnimation, 
.fadeInRightAnimation, 
.fadeInAnimation {
  opacity: 0;
}

.fadeInUpAnimationEvent {
  animation: fadeInUpUnioeste 1s ease-in-out forwards;
}

.fadeInUpBigAnimationEvent {
  animation: fadeInUpBigUnioeste 1s ease-in-out forwards;
}


.fadeInRightAnimationEvent {
   animation: fadeInRightUnioeste 1s ease-in-out forwards;
}

.fadeInLeftAnimationEvent {
   animation: fadeInLeftUnioeste 1s ease-in-out forwards;
}

.fadeInAnimationEvent {
  animation: fadeInUnioeste 0.3s ease-in-out forwards;
}

@keyframes fadeInUpUnioeste {
  0% {
     opacity: 0;
     -webkit-transform: translate3d(0, 20px, 0);
     transform: translate3d(0, 20px, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBigUnioeste {
  0% {
    opacity: 0;
    -webkit-transform: translateY(600px); 
    transform: translateY(600px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInLeftUnioeste {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1300px); 
    transform: translateX(1300px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


@keyframes fadeInRightUnioeste {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInUnioeste {
  0% {
     opacity: 0;
  }
  100% {
      opacity: 100;
  }
}

@keyframes bounce {
  0% {
    transform: scale(0.9);
  } 50% {
    transform: scale(1.1);
  } 100% {
    transform: scale(1);
  }
}

/* ---------------/ FIM ANIMAÇÕES \--------------- */

/* ---------------/ MEDIA QUERY \--------------- */

@media (max-width: 1399px) and (min-width: 1200px) {
  #secaoPrincipal2 {
    padding-top: 300px !important;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #secaoHeader {
  		background-position: top;
    	background-size: cover;
    	background-repeat: round;
 	}
  #secaoPrincipal2 {
    padding-top: 230px !important;
  }
}

@media (max-width: 992px) and (min-width: 767px) {
  #secaoHeader {
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  #secaoHeader {
  		background-position: top;
    	background-size: cover;
    	background-repeat: round;
 	}
}

@media (max-width: 767px) and (min-width: 575px) {
  #secaoHeader {
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 575px) {
   #secaoPrincipal2 {
    padding-top: 25px !important;
  }
}

/* ---------------/ FIM MEDIA QUERY \--------------- */


/* ---------------/ FOOTER \--------------- */
.footerVemPraUnioeste {
	background: #fff !important; 
}

.footerVemPraUnioeste .container {
	width: 100%;
	max-width: 100% !important;
}

.footerVemPraUnioeste .container .container-inner {
	padding: 0 !important;
  	border-top: none !important;
}

.footerVemPraUnioeste #sp-footer-vempraunioeste {
	padding-left: 0;
	padding-right: 0;
}

/* ---------------/ FIM FOOTER \--------------- */