/* Color Theme Swatches in Hex
{ color: #3805F2; }
{ color: #1D04BF; }
{ color: #15038C; }
{ color: #050259; }
{ color: #010440; }

/* Color Theme Swatches in RGBA
{ color: rgba(56, 4, 242, 1); }
{ color: rgba(28, 3, 191, 1); }
{ color: rgba(21, 2, 140, 1); }
{ color: rgba(4, 1, 89, 1); }
{ color: rgba(1, 4, 63, 1); }
 */
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

/* CABECALHO */
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  z-index: 1;
}

nav { background: #F2F2F2;}

@media (max-width: 480px) {
  .headerTitulo{
    margin-top: 100px;
    color: #fff;
  }
  .headerNome{
    margin-top: 20px;
    margin-left: 50px;
  }
  .lead{
    margin-top: 5px;
    margin-left: 50px;
  }
  .aaaa{
    width: 100%;
  }
}

.navbar{ font-family: 'Lora', serif; font-size: 25px;}
.home{ margin-left: -70px;}
.menu{ margin-left: 50px;}

@media (max-width: 575.98px) {
  .navbar{ font-size: 20px;}
  .home{ margin: 10px 0 0 20px;}
  .menu{ margin-left: 20px;}
}
/* FIM CABECALHO */

/* BOTÕES */
.tituloBotao, .i-btZF{
  font-family: 'Lora', serif;
  background: black;
  border-radius: 5px;
  color: #fff;
}
/* FIM BOTÕES
{ color: #3805F2; }
{ color: #1D04BF; }
{ color: #15038C; }
{ color: #050259; }
{ color: #010440; }*/


/* TÍTULOS */
.tituloPF h2, .tituloZF h2, .tituloSN h2, .tituloContato h2, .tituloCIFIT h2, .tituloZCl h2, .tituloZCL h2, .tituloComoExp h2, .tituloZFOQ h2, .tituloNoticias H2{
  font-family: 'Lora', serif;
  background-color: black;
  border-radius: 0 0 10px 0;
  color: #fff;
  padding: 10px 0 10px 20px;
}

.tituloCIFIT{ padding: 3% 0 5% 0;}

.subtitulos, .tituloZFOQ,{font-family: 'Lora', serif;}
.tituloSN{ margin: 100px 0 -30px 0;}
.tituloContato{ margin-top: 20px;}

@media (min-width: 991.98px) {
  .tituloPF, .tituloZF, .tituloSN, .tituloContato, .tituloNoticias{ width: 27%;}
  .bagulho{ background: #ccc; height: 600px;}
  .export{ z-index: 400; margin-top: -570px;}
}
/*FIM TÍTULOS */

/* TEXTOS */
@media (max-width: 575.98px) {
  .txtCIFIT{ font-family: 'Montserrat', sans-serif; font-size: 25px; line-height: 40px;}
}

.textoZF, .textoSN{ font-family: 'Montserrat', sans-serif; text-align: justify; font-size: 20px; line-height: 30px;}
.textos, .txtZF, .txtCcpit{ font-family: 'Montserrat', sans-serif; font-size: 19px; text-align: justify;}

@media (max-width: 426px){
  .textoSN{ padding: 8%; line-height: 35px; text-align: left;}
  .textos, .txtCcpit{ text-align: left; line-height: 30px;}
  .textoZF p{ text-align: left; font-size: 20px;}
}
.txtCIFIT{ font-family: 'Montserrat', sans-serif; font-size: 25px; text-align: justify; line-height: 40px;}


.link{ color: #000;}

.detalhes{ font-family: 'Lora', serif; color: #173057;}

.txtProjetosFeira{ font-family: 'Montserrat', sans-serif; font-weight: bolder;}
/* TEXTOS */

/* ZONA FRANCA */
.textoZF{
  float: right;
}

.textoZF h5{ font-family: 'Montserrat', sans-serif; font-size: 25px;}

.ZonaFranca img{
  margin-top: -20px;
  z-index: -200;
}

.borda-legend{ border: 2px solid gray;}

.zf-icones{ padding-top: 40%;}

.topicosZF{ font-family: 'Montserrat', sans-serif;}

@media (min-width: 991.98px){
  .descricaoZF{
    float: right;
    margin-top: 150px;
    margin-right: 150px;
  }
  .lugares{
    float: right;
    margin-right: 250px;
    margin-top: 100px;
    column-count: 2;
  }
  .tzf{ margin-left: 520px;}
}

@media (max-width: 575.98px) {
  .tzf{ margin-left: 15px;}
  .lugares{
    column-count: 2;
    margin-left: 20px;
  }
  .zf-icones{ padding-top: 10%;}
}

@media (max-width: 426px){
  .i-btZF{ padding-bottom: 100px;}
}

/* MISSÃO */
.missao{ margin-top: 10%;}
.txtMissao, .txtMissao2 {font-size: 20px; font-family: 'Montserrat', sans-serif;}
.missao1, .missao2, .missao3 {
  background-color: #F2F2F2;
  border-radius: 10px;
  transition: transform .5s;
  margin: 0 auto;
  text-align: center;
}

.missao1:hover, .missao2:hover, .missao3:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  box-shadow: 4px 3px 8px 1px #969696;
  -webkit-box-shadow: 4px 3px 8px 1px #969696;
}

@media (max-width: 426px) {
  .missao2{
    margin-top: 12%;
  }
}
/* MISSÃO */

/* SOBRE NÓS */
.jumbotron{ z-index: -2; background: #F2F2F2;}
/* FIM SOBRE NÓS */

/* FUNDOS */
.fundo {background: url(images/xiamen.jpg) center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* FORMULARIO */
.Grad{
  flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 10px rgba(237, 237, 237);
  border-radius: 10px;
}

.Grad:hover {background-position: right center; change the direction of the change here }

.btn-3{
  background-image: linear-gradient(to right, #15038C 0%, #050259 51%, #010440 100%);
  cursor: pointer;
  color: #fff;
  padding: 5px;
}

.formulario{
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: 7px 5px 5px #404040;
  }

.smallText, textarea{
  padding: 10px;
  border: white;
  border-bottom: #173057 solid 2px;
  outline-color: #173057;
}

.contato-img{ height: 256px;}
@media (max-width: 426px){
  .contato-img{ height: 150px; padding: 5%;}

}
/* FIM FORMULÁRIO */

/* RODAPÉ */
.rodape {
  background: #010440;
  color: #fff;
}
.rodape h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.rodape p a{
  color: #fff;
}
.linha{
  border-bottom: 2px solid #fff;
}
footer{
  background: #010440;
  color: white;
}
.copyright{ margin: 0; padding: 0;}

/* FIM RODAPÉ */

@media (max-width: 292px) {
  .ZonaFranca{
    padding-bottom: 150px;
  }
}

@media (max-width: 331px){
  .ZonaFranca{
    margin-bottom: 250%;
  }
  .i-btZF{ padding-bottom: 10px;}
  .textoZF { text-align: left; line-height: 35px; word-spacing: 10px;}
  .textoZF h5{ font-size: 30px; text-align: center; padding: -15px 0 20px 0;}
}

@media (min-width: 332px) and (max-width: 426px) {
  .ZonaFranca{
    margin-bottom: 150%;
  }
  .i-btZF{ padding-bottom: 10px;}
}

.cifit-img { border: 1px solid gray;}
