@charset "utf-8";
/**
 *------------------------------------------------------------------------------
 * JOAO CRISOSTOMO J5-01
 *------------------------------------------------------------------------------
 * @file        theme.css
 * @Template	  SKY 01
 *------------------------------------------------------------------------------
 */

/*==============================================/
   LAYOUT TESTS
*/
:target{
  outline: 0px solid rgb(212, 53, 53);
  outline-offset: 5px;
}
/*
  IFRAME
*/
iframe {
  border:0;
}
.modal iframe {
width:100%;
}

 /*--------------------------------------------------/
   Contornos de POSITIONS e MODULOS
---*/
/* .position{
  border: 1px solid rgb(255, 174, 0);
}
.modulo{
  border: 1px solid transparent;
} */

 /*==============================================/
   Tool tips e Joomedit
*/
/*Frontoffice edit articles*/
.icons a {
  color: #234fa8;
}
.float-end {
  float: right !important;
}
/*Front-office edit modules*/
.btn.jmodedit {
  background-color: hsla(51.4, 5.2%, 73.5%, 0.16);
  border: 0px solid #234fa836;
  border-radius: .25rem;
  color: #234fa8;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
  padding: .4rem .5rem .4rem .7rem;
}
[role="tooltip"]:not(.show) {
  background: #fff;
  border: 1px solid #6d757e3d;
  border-radius: .25rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.44);
  color: #828282;
  display: none;
  margin: .5em;
  max-width: 100%;
  padding: .5em;
  right: 5em;
  text-align: start;
  z-index: 1070;
  font-size: .85rem;
}
:focus + [role="tooltip"], :hover + [role="tooltip"] {
  display: block;
  position: absolute;
}
.sr-only, .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important; 
  white-space: nowrap !important;
  width: 1px !important;
}

/*==============================================/
   SAMPLE CONTENT CASSIOPEIA - POSITION BANNER
*/

.mod-custom.custom.banner-overlay{
  background-attachment: fixed;
  background-position: top,50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 70vh;
  position: relative;
}
.mod-custom.custom.banner-overlay .overlay {
  align-items: center;
  background-color: rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1em;
  text-align: center;
}





