@charset "utf-8";
/**
 *------------------------------------------------------------------------------
 * CAFILESA *USER*
 *------------------------------------------------------------------------------


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

h2 {
  font-family: Open Sans, sans-serif;
  font-weight: 600 !important;
}
 /*--------------------------------------------------/
   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;
}

/*==============================================/
  POSITION BANNER
*/
#banner {
  margin-top: -90px;
}
.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;
}


/*===========================================================================
  RSFORMS GERAL
 =========================================================================== */


/*Bloco principal*/ 
.rsform .rsform.mod-form-oficina {
    max-width: 900px;
    margin: auto;
    margin-bottom: 50px;
}
/*Titulo*/
.rsform .rsform.mod-form-oficina h2 {
  text-align: center;
  color: rgb(33,30,90);
  font-size: 2rem;
  margin-bottom: 30px;
}
.rsform .formContainer{
  border: none;
}
.rsform .form-row {
  display: flex;
  flex-wrap: wrap;
}
/*espaçamento horizontal entre campos*/ 
.rsform .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px;
}
/*afastamento vertical*/ 
.rsform .form-group {
    margin-bottom: 20px;
}
/*largura dos campos*/
.rsform .form-control {
    max-width: 100%;
}


.rsform textarea.form-control {
  height: auto;
}
.rsform .form-control {
    display: block;
    width: 100%;
    height: 3.3rem;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color:#333;
    background-color:#FFF;
    /*background-image: none;*/
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0;
    transition: 1s ease;
    -webkit-box-shadow: 0 4px 30px #e7e7e7;
    box-shadow: 0 4px 30px #e7e7e7;
}
.rsform .form-control::placeholder {
    color: grey;
    opacity: 1; /* Firefox */
}
.rsform .form-control::placeholder:hover {
    color: gray;
    opacity: 1; /* Firefox */
}
.rsform .form-control::placeholder:focus {
    color: gray;
    opacity: 1; /* Firefox */
}

.rsform .form-control:hover {
    color:gray;
    border-color:rgba(154,207,250,0);
    outline: 0;
    /*shadow*/
    /*-webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.1);*/
}
.rsform .form-control:focus {
    color: gray;
    border-color: dodgerblue;
    box-shadow: none;
    outline: 0;
    background-color: #FFF;
}

/*LABELS*/
.rsform label {
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
  margin-top: 0.5rem;
  color: gray;
}
.rsform label strong {
  font-weight: 400;
}


/*-------------------/
RSFORMS - Submissão INVÁLIDA
------------------------*/
.rsform .form-control.is-invalid, .is-invalid.inputbox {
  border-color: #eed0d3;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.rsform .form-control.is-invalid:focus, .is-invalid.inputbox:focus {
  border-color: #eed0d3;
  -webkit-box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.2);
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.02);
}
/*Texto - Validation messages */
.rsform .formError {
  color: #E79DA4;
  font-weight: normal;
  font-size: 12px;
}
/*Texto explicativo "Por favor preencha os campos obrigatórios!" */
.rsform p.formRed {
  color: red;
  font-weight: bold;
display: none;
}

/*-------------------/
RSFORMS - Botões 
------------------------*/
.rsform .rsform-submit-button.btn {
  display: inline-block;
  font-weight: normal;
  color: #3986f9;
  margin-top: 0.8rem;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #3986f9;
  padding: 0.6em 2.2em;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.rsform .rsform-submit-button.btn {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  opacity: 0.8;
  transition: opacity 0.3s ease-in, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.rsform .rsform-submit-button.btn:hover,
.rsform .rsform-submit-button.btn:focus {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  opacity: 1;
}

/* RSFORMS GERAL 
////////////////////////////////////////////////////*/

