*{
  font-family: 'Open Sans', sans-serif;
  /*color:#444444;*/
  /* transition:0.5s; */
  /* padding:0;
  margin:0;
  border:0; */
}	
html, body {
  width:100%;
  height:100%;
  margin:0 auto;
  text-align:center;
  background:#FFFFFF;		
}
img{		
  height:auto;
  border:0;
  margin-bottom:-3px;
}
a{
  text-decoration:none;
  color:#6237af;		
}
ul {
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
  text-decoration: none;
}

@media (max-width: 1080px) {
  /* Fonte = 15px */
  html{ font-size: 93.75%; }
}

@media (max-width: 720px) {
  /* Fonte = 14px */
  html{ font-size: 87.5%; }
}

h1, h2, h3,h4,h5,h6{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color:#7706C0;

  /* h7 */
  font-size: 0.875rem;
  line-height: 1.125rem;
}
  h1{
    font-size: 3rem;
    line-height: 3.75rem;	
  }
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;	
  }
  h3{
    font-size:1.75rem;
    line-height:2.25rem;
  }
  h4{
    font-size:1.25rem;
    line-height:2rem;
  }
  h5{
    font-size:1.125rem;
    line-height:1.5rem;
  }
  h6{
    font-size: 1rem;
    line-height: 1.25rem;
  }

p{
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size:1rem;
  line-height:1.75rem;
}
.font-pub-small p {font-size: 0.875rem;}

/* ----- TOPO ----- */	
header{
  position:fixed;
  /* width:100%; */
  width:100vw;
  z-index:99;
}

:root{
  --color-brand-primary: #7706C2;
  --color-brand-primary-dark: #400D8C;

  --color-brand-secondary: #68EF01;
  --color-brand-secondary-light: #83F8E0;

  --color-brand-gray-light: #ECECEC;
  --color-brand-gray-dark: #797979;

  --color-brand-dark: #2B2B2B;
}

/* .container{
  max-width: 1367px;
} */
@media (max-width: 576px)  {.container{ max-width: 100%; } }
@media (min-width: 577px)  {.container{ max-width: 576px } }
@media (min-width: 768px)  {.container{ max-width: 720px } }
@media (min-width: 992px)  {.container{ max-width: 960px } }
@media (min-width: 1200px) {.container{ max-width: 1140px } }
@media (min-width: 1367px) {.container{ max-width: 1280px } .container-lg { max-width: 1367px; } .container-xl { max-width: 1367px; } }

.divisor{
  vertical-align: middle;
  width: auto;
  font-size: 20px;
  color: #D0C6DE;
  margin: 0 3% 0 3%;
}

.bg-color-brand-primary{
  background-color: var(--color-brand-primary)
}
.bg-color-brand-primary-dark{
  background-color: var(--color-brand-primary-dark)
}

.bg-color-brand-gray-secondary{
  background-color: var(--color-brand-gray-light);
}
.bg-color-brand-gray-dark{
  background-color: var(--color-brand-gray-dark);
}
.bg-color-brand-secondary-light-transparent{
  background-color: rgba(79,245,211,0.7);
}

.text-color-primary{
  color: var(--color-brand-primary-dark) !important;
}

/* Breadcrumb */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: ">";
}

/* Border Animate HEADER */
.navbar-nav > .nav-item > .nav-link {
  color: #FFF;
  transition: .5s ease;
  position: relative;
}
/* .navbar-nav > .nav-item > .nav-link::after{
  content: '';
  display: block;

  position: absolute;
  top: 100%;
  left: 0;

  width: 0%;
  height: 2px;

  transform: translate(0%, -50%);
  transition: .5s ease;

  background-color: var(--color-brand-secondary);
} */
.navbar-nav > .nav-item > .nav-link:hover{
  opacity: .8;
  color: #FFF;
}
.navbar-nav > .nav-item > .nav-link:hover::after{
  width: 100%;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top: 2px; }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFF;
}

.hover-bg-green{
  transition: .15s ease !important;
}
.hover-bg-green:hover{
  background-color: #54FF00;
  color: var(--color-brand-primary-dark) !important;
  border-radius: 25px;
}

.dropdown-item{ color: var(--color-brand-primary-dark); font-weight: bolder; font-size: 0.9375rem;}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--color-brand-secondary);
  text-decoration: none;
  /*background-color: #e9ecef;*/
  background-color: transparent;
}

.navbar-toggler-icon { width: 85px; height: 25px; }
.navbar-light .navbar-toggler-icon {
  background-image: url(../../imagens/icone-menu.png);
}

.dropdown-toggle.dropdown-select::after{
  margin-left: 4em;
}
.menu-auto-column{ columns: 2;}

@media (max-width: 1200px) { .menu-auto-column{ columns: 1;} }

@media ((min-width: 992px) and (max-width: 1366px)) {
  #infoSupHeader .container-xl,
  #contentHeader .container-xl{
    max-width: 1366px;
  }
  #contentHeader .container-xl #navbarSupportedContent #aside-button-actions-header button{
    width: 160px !important;
    font-size: 0.875rem !important;
    padding: 18px 20px !important; 
  }
}


/* Border Animate */
.border-animate {
  color: #FFF;
  transition: .5s ease;
  position: relative;
}
.border-animate::after{
  content: '';
  display: block;

  position: absolute;
  top: 100%;
  left: 0;

  width: 0%;
  height: 2px;

  transform: translate(0%, -50%);
  transition: .5s ease;

  background-color: #FFF;
}
.border-animate:hover{
  opacity: .8;
  color: #FFF;
}
.border-animate:hover::after{
  width: 100%;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #FFF !important;
}


::selection {
  background:#CCD5DE;
  color:#000;
}
::-moz-selection {
  background:#CCD5DE;
  color:#000;
}
::-webkit-input-placeholder { /* Edge */
  color:#A6A6A9;
}	
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#A6A6A9;
}	
::placeholder {
  color:#A6A6A9;
}

/* USF Connect */
#usfConnect{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/imagens/usf-connect/bg-setas.png) left bottom no-repeat , url(/imagens/usf-connect/bg-total-2.jpg) center top no-repeat #481397;
  background-size: 15%, cover;
  z-index: 101;
  overflow-Y: auto;

  display: flex;
  justify-content: center;
  align-items: center;
}
#usfConnect .divisao {
  height: 1px;
  margin: 50px 0 50px 0;
  background: #54FF00;
}
#usfConnect .esqueci-senha { cursor: pointer; transition: color .4s ease;}
#usfConnect .esqueci-senha:hover span { color: var(--color-brand-secondary); }
#usfConnect .esqueci-senha:hover small { color: var(--color-brand-secondary); }
#usfConnect .esqueci-senha span {
  display: inline-block;
  padding: 6px 10px 3px 10px;
  background: rgba(62,20,127,0.5);
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 50%;
  margin-right: 0.25rem;
  height: 36px;
  width: 36px;
}
#usfConnect .esqueci-senha small { color: #FFF }
#usfConnect input{ background: transparent; color: #54FF00; }
#usfConnect input[type="text"]{
  display: block;
  width: 100%;
  background-color: transparent !important;
  height: calc(2.5em + 1.5rem + 2px);
  padding: .375rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #54FF00;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .625rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#usfConnect input::placeholder { color: #54FF00; }
#usfConnect input[type="password"]{ height: calc(2.5em + 1.5rem + 2px); border-radius: .625rem; padding: .375rem 1.25rem; }
#usfConnect input[type="date"]
{
  height: calc(2.5em + 1.5rem + 2px);
  border-radius: .625rem;
  padding: .375rem 1.25rem;
  color-scheme: dark;
  -webkit-border-radius: .625rem;
  -moz-border-radius: .625rem;
  -ms-border-radius: .625rem;
  -o-border-radius: .625rem;
}
#usfConnect input[type="radio"]:checked{ opacity: 1;}
.form-check-label{ opacity: 0.4; transition: 0.4s ease; }
#usfConnect input[type="radio"]:checked+.form-check-label{ color: var(--color-brand-secondary); opacity: 1;}
.effectHoverTextTransform{transition: all 0.2s linear 0s;}
.effectHoverTextTransform::before{
  content: url(/imagens/seta-inscrevase-verde.png);
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}
.btn-effect-color-secondary.effectHoverTextTransform::before{ content: url(/imagens/seta-inscrevase.png); }
.effectHoverTextTransform:hover{ text-indent: -20px; }
.effectHoverTextTransform:hover::before{ opacity: 1; text-indent: 0px; }
.aside-image{
  width: 100%; 
  height: 500px; 
  /* background: url(/imagens/usf-connect/informativo1.jpg) center center;  */
  background-size: cover; 
  border-radius: 30px;
}
@media (max-width: 768px) {
  .aside-image{
    height: 400px;
  }
}


/* ----- BANNERS ----- */
#banners{
  transition:0.0s;
}
@media (min-width: 992px) {  
  .h-auto-banner{
    max-height: 945px !important;
  }
}
  #banners *{
    transition:0.0s;
  }
    #banners .banner img{
      width:100%;
      max-width:1680px;
    }
    #banners .banner .desktop{
      display:inline-block;
    }
    #banners .banner .mobile{
      display:none;
    }			

/* ----- TOUR HOME ----- */
  #tour .box-botao{
    width:60%;
    padding:5px 0 40px 0;
    background:url(../../imagens/bg-botao-360.png) no-repeat;
    background-size:100% 100%;
  }
    #tour .box-botao a{
      display:inline-block;
      width:80%;
      padding:0 5% 35px 5%;
      border:3px solid #EFEFEF;
      border-radius:25px;
      font-family:'Open Sans', sans-serif;
      font-size:25px;
      color:#7706C0;
    }
      #tour .box-botao a:hover{
        color:#65D713;
        text-decoration: none;
      }
      #tour .box-botao a .icone-boneco{
        width:65px;
        height:84px;
        margin:-65px auto 15px;
        background:url(../../imagens/icone-boneco-360.png) center top no-repeat;										
        transition:0.5s;
        /* animation:AnimaBoneco 1s infinite;
        -webkit-animation:AnimaBoneco 1s infinite; */
      }
        /* @keyframes AnimaBoneco{
          0%   {background:url(../../imagens/icone-boneco-360.png) center top no-repeat; background-size:contain;}
          50%  {background:url(../../imagens/icone-boneco-360-up.png) center top no-repeat; background-size:contain;}
          100% {background:url(../../imagens/icone-boneco-360.png) center top no-repeat; background-size:contain;}
        }		
        @-webkit-keyframes AnimaBoneco{
          0%   {background:url(../../imagens/icone-boneco-360.png) center top no-repeat; background-size:contain;}
          50%  {background:url(../../imagens/icone-boneco-360-up.png) center top no-repeat; background-size:contain;}
          100% {background:url(../../imagens/icone-boneco-360.png) center top no-repeat; background-size:contain;}
        } */
      #tour .box-botao a:hover .icone-boneco{
        background:url(../../imagens/icone-boneco-360-up.png) center top no-repeat; background-size:contain;
      }


@media (max-width: 1550px)
{
h1, h2, h3{
  font-family:'Open Sans', sans-serif;
  color:#7706C0;
  font-size:28px;
  line-height:34px;
}
  h1{
    font-size:50px;
    line-height:50px;	
  }
  h2{
    font-size:38px;
    line-height:38px;	
  }
}


@media (max-width: 1100px)
{
  h1, h2, h3{
  font-size:25px;
  line-height:30px;	
  }

/* ----- BANNERS ----- */
  #banners .banner{
    padding:153px 0 0 0;
  }
    #banners .banner .desktop{
      display:none;
    }
    #banners .banner .mobile{
      display:inline-block;
    }

/* ----- TOUR HOME ----- */
  #tour .box-botao{
    width:100%;
    padding:50px 0 20px 0;
    background:none;
  }
    #tour .box-botao a{
      width:90%;
      padding:0 5% 15px 5%;
      font-size:18px;
      background:#F6F6F6;
    }
      #tour .box-botao a .icone-boneco{
        width:32px;
        height:42px;
        margin:-30px auto 8px;					
      }
}