@charset "utf-8";
/**
 *------------------------------------------------------------------------------
 * CAFILESA BLOCOS.CSS
 *------------------------------------------------------------------------------
 * @website		  cafilesa.com
 * @authors     SKYTRAILS
 * @System      j! 5
 *------------------------------------------------------------------------------
 */



/* Body
 =========================================================================== */



/* HEADER
 =========================================================================== */

header {
  background-color: #fff;
  backdrop-filter: blur(5px);
}
header #main-navbar {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.075);
}
header .container-navbar {
  background-color: transparent;
}
header .container-nav-bottom {
  margin-top: 10px;
}

/*LOGOTIPO*/
header .brand-box {
  height: 100%;
  width: 100%;
}
header .logotipo {
  display: inherit;
}
header .logotipo a {
  color: rgb(44, 48, 53);
}
header .logotipo a:hover {
  color: rgb(44, 48, 53);
}
header .logotipo h1 {
  text-transform: uppercase;
  font-family: cera pro;
  letter-spacing: 0.1rem;
  font-size: clamp(1.1rem, 2vw + 1rem, 2.2rem);
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
  font-weight: 500;
}
.logotipo img,
.logotipo svg {
  max-height: 90px;
  width: 100%;
  object-fit: cover;
}

/* HOME PAGE
 =========================================================================== */
.pag-home #stage {
  background-color: #ededed;
}
.central-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: azure; */
  /* padding-top: 10%; */
}
.pag-home .home-content {
  padding: 40px 0;
  z-index: 1;
}
.pag-home .logo h1 {
  font-family: Cera Pro, sans-serif;
  font-weight: 600;
  color: rgba(2, 2, 2, 0);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
  font-size: clamp(2rem, 3.2vw + 1.3rem, 6rem);
}
/*Animação do texto na homepage*/
.pag-home .logo h1 {
  -webkit-animation-name: anime; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
  -webkit-animation-delay: 0s; /* Safari 4.0 - 8.0 */
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
  animation-name: anime;
  animation-duration: 4s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
/*MAIN MENU HOME PAGE*/
/*user.css 492*/
.pag-home #main-menu > li > a {
  line-height: 1.5rem;
}
.pag-home #main-menu {
  margin-top: 1.5rem;
}
@-webkit-keyframes anime {
  /* Safari 4.0 - 8.0 */
  from {
    color: rgba(255, 255, 255, 0.2);
  }
  to {
    color: #111;
  }
  /*from {text-shadow: 1px 1px 2px rgba(0,0,0,0);}*/
  /*to {text-shadow: 2px 2px 2px rgba(0,0,0,0.90);}*/
}
@keyframes anime {
  /* Standard syntax */
  from {
    display: rgba(255, 255, 255, 0.2);
  }
  to {
    color: #111;
  }
  /*from {text-shadow: 1px 1px 2px rgba(0,0,0,0);}*/
  /*to {text-shadow: 2px 2px 2px rgba(0,0,0,0.90);}*/
}

/* EMPRESA PAGE
 =========================================================================== */
.section-content.content {
  margin-top: 5.5rem;
  margin-bottom: 6.5rem;
}
.section-content.content.b-0{
  margin-bottom: 0rem;
}
.paralax {
  background-color: #d9f6f3;
  /* Set a specific height */
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.paralax.empresa-01{
  background-image: url("img/sobre_nos.jpg");
}
.paralax.empresa-02{
  background-image: url("img/entrada_empresa.jpg");
}
img-equipa img{
  max-width: 100%;
  height: auto;
}
.display-1 b,
.display-2 b {
  text-transform: uppercase;
  font-weight: 900;
}
.display-1{
  font-size: clamp(3.5rem, 6vw, 6rem) !important;
  position: relative;
  margin-bottom: 50px;
  color: #242f3f;
}
.display-2{
  font-size: clamp(2.8rem, 4vw, 4rem) !important;
  position: relative;
  margin-bottom: 50px;
  font-weight: 900 !important;
  color: #242f3f;
}
.head-3{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}

.underline::after, .underline::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -20px;
  width: 60px;
  border-top: 1px solid #3986f9;
  border-bottom: 1px solid #3986f9;
  transition: 0.2s ease-in;
}
.underline::before {
  right: 50%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.underline::after {
  left: 50%;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.imagem img,
.imagem svg{
  width: 100% !important;
  height: auto;
}
.pag-servicos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pag-servicos ul li {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  margin: 0 0 10px;
}
.pag-servicos p {
  margin: 0 0 10px;
}


/* SERVIÇOS - PAGE
 =========================================================================== */
 .paralax.servicos-01{
  background-image: url("img/servicos.jpg");
}
.paralax.servicos-02{
  background-image: url("img/maq_offset.jpg");
}
.paralax.servicos-03{
  background-image: url("img/maq_acabamentos.jpg");
}


/* ORÇAMENTOS - PAGE
 =========================================================================== */
 section.orcamento{
  padding: clamp(30px, 3vw, 60px);
  margin-top: 20px;
 }

/* PORTFOLIO - PAGE
 =========================================================================== */
/*Tassos Marinus - CUSTUM FIELD - (GALLERY)*/
/*retirar as propriedades padrão do ul*/
.portfolio h3 {
  font-size: 18px;
  line-height: 26px;
  color: #818181;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 40px;
}
ul.fields-container {
  padding-left: 0;
  list-style-type: none;
}
/*animação das fotos*/
figure.item {
  overflow: hidden;
}
figure.item img {
  transition: transform .4s 0s ease-in-out;
  -webkit-transition: transform .4s 0s ease-in-out;
}
figure.item:hover img {
  transform: scale(1.5) rotate(6deg);
  -webkit-transform: scale(1.5) rotate(6deg);
}

/* CONTACTS PAGE
 =========================================================================== */
 .googlemap iframe {
  background-color: #90daee !important;
}
 section.contactos{
  /* padding-top: clamp(40px, 3vw, 70px);
  padding-bottom: clamp(40px, 3vw, 70px); */
  padding: clamp(30px, 3vw, 60px);
 }
 .hero.module {
  padding-right: 0;
  padding-left: 0;
}
 .contactos h3 {
  font-size: 22px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 32px;
}
.contactos .top-column{
  margin-bottom: 2rem;
}
.contactos h3.bottom-title{
  margin-top: 3rem;
}
.contactos h4 { 
  font-size: 18px;
}
.contactos ul{
  padding: 0;
}
.contactos ul li{
  list-style-type: none;
}
[class^="i-"], [class*=" i-"] {
  padding-right: 30px;
}
.i-tel:before {
  content: url('img/telefone.svg');
  height: 1.1em;
  width: 1.1em;
  position: absolute;
  margin-top: 4px;
}
.i-mail:before {
  content: url('img/envelope.svg');
  height: 1.1em;
  width: 1.1em;
  position: absolute;
  margin-top: 4px;
}

/* FOOTER
 =========================================================================== */
 

#footer .container-footer {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
#footer .footer-info {
  font-size: 0.8rem;
  color: rgb(216, 217, 218);
}

#selos ul {
  list-style-type: none;
  margin: 0;
}
#selos li.selo {
  display: inline-block;
  margin-right: 2rem;
}
#selos li.selo img {
  width: 75px;
  height: auto;
}

/* 
** Vindo de um tema qualquer
*/
#footer {
  background-color: #F3F3F0;
  background-color: #303030;
  color: #888;
  border-top: 1px solid rgb(231, 231, 231);
  padding: 15px 0;
}
/*FOOTER MENU*/
#footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
#footer-menu a{
  color: #6A757B;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px;
}
#footer-menu a:hover,
#footer-menu a:focus{
  color: #919EA6;
}
/*COPY-RIGHTS*/
#copy-rights {
  padding: 0 0 12px 0;
}
#copy-rights p {
  font-size: 0.88rem;
  /* color: #607CAE; */
}
#copy-rights a {
  text-decoration: none;
  color: #607CAE;
}
#copy-rights a:hover,
#copy-rights a:focus {
  color: #6F9EF4;
}


/* LOGIN & REGISTER
 =========================================================================== */

/*
**  REGRAS GERAIS
*/
.required span.star,
.required span.star {
  color: #f29d83;
  display: inline-block;
}
/*Mostra informação nos campos que necessitam ser preenchidos*/
.form-control-feedback {
  display: block;
}
.invalid {
  border-color: #a51f18;
  color: #a51f18;
}
/*Botão icon show/hide password*/
.input-password-toggle {
  background-color: #fff !important;
  border-color: #ced4da !important;
  color: #353b41 !important;
}
.input-password-toggle:focus,
.input-password-toggle:hover {
  background-color: #f9fafb !important;
  color: #353b41 !important;
  border-color: #ced4da !important;
}
/*informação sobre o tipo de password admitida*/
.text-muted {
  --text-opacity: 1;
  color: #6d757e !important;
}
/*
** MODULO LOGIN & REGISTER
*/
.com-users-login.login,
.com-users-registration.registration {
  max-width: 420px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 60px;
  padding: 15px 25px;
  background-color: #fbfbfb;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid lightgrey;
  border-radius: 0.25em;
}
.com-users-login.login label,
.com-users-registration.registration label {
  display: inline-block;
  margin-bottom: 0.3rem;
  color: gray;
  width: 100%;
}
.com-users-login.login .form-check,
.com-users-registration.registration .form-check {
  display: inherit;
}
.com-users-login.login .form-check label,
.com-users-registration.registration label {
  text-align: left;
}
.com-users-login.login .btn.btn-primary,
.com-users-registration.registration .btn.btn-primary {
  font-size: 1rem;
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border: 1px solid var(--btn-border-color);
  width: 100%;
  margin-top: 10px;
}
.com-users-login.login .btn.btn-primary:hover,
.com-users-registration.registration .btn.btn-primary:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.com-users-login.login fieldset,
.com-users-registration.registration fieldset {
  margin-bottom: 0;
}
.com-users-registration.registration .list-group-item {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 1px;
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
  font-size: 13px;
  color: gray;
  text-align: center;
}
/*Mensagem de erro*/
.com-users-login.login span.form-control-feedback,
.com-users-registration.registration span.form-control-feedback {
  display: none;
}
.com-users-login.login .invalid,
.com-users-registration.registration .invalid {
  border-color: #f29d83;
  /* color: #a51f18; */
}
.com-users-login__options {
  margin: .5em 0;
}
.com-users-login__options .list-group-item{
  display: block;
  font-size: 0.9rem;
  text-decoration: none;
}





