@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");
/*GERAL*/
.img-responsive {
  width: 100%;
  display: block; }

.p20 {
  padding-top: 20px;
  padding-bottom: 20px; }

/*Formulário*/
.no-list {
  list-style: none;
  padding: 0; }

.form_contato {
  width: 100%; }

.form_contato input[type="text"] {
  width: 100%;
  border: 1px solid #eee;
  padding: 0.6em;
  margin-bottom: 1%; }

.form_contato textarea {
  width: 100%;
  border: 1px solid #eee;
  padding: 0.6em;
  resize: none;
  height: 130px; }

.form_contato input[type="submit"] {
  width: 100%;
  border: 1px solid #13199e;
  padding: 0.6em;
  background: #13199e;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 1%; }

.contato i {
  color: #144e8c; }

/*INTERNAS*/
.banner {
  background: url("../img/banner/interno.jpg");
  background-size: cover; }

.banner .title {
  text-align: center;
  color: #66667D;
  padding: 2rem;
  font-size: 3rem; }

.navbar-custom {
  font-family: 'Rubik', sans-serif; }

.navbar-custom a {
  color: #999 !important;
  font-size: 13px; }

.navbar-custom a:hover {
  color: #FF0000 !important;
  font-size: 13px; }

.form-custom {
  background-color: #000 !important; }

.navbar-custom ul {
  margin: 0 auto;
  margin-top: 10px; }

h3.g-title {
  margin-bottom: 15px; }

.g-title::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px); }

.g-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3030d1;
  bottom: 0;
  left: calc(50% - 20px); }

.footer i {
  color: #FFF; }

.footer ul {
  list-style: none; }

.footer li a {
  color: #FFF;
  text-decoration: none; }

.footer li a:hover {
  color: #3030d1; }

.rodape {
  background-color: #666 !important; }

.rodape p {
  color: #fff; }

.a-custom {
  color: #3030d1; }

.a-custom:hover {
  color: #666; }

.btn-custom {
  background-color: #3030d1;
  border: 1px solid #3030d1; }

.btn-custom:hover {
  background: transparent;
  border: 1px solid #3030d1;
  color: #3030d1;
  transition: all 0.6s; }

.watch-slider {
  padding: 40px 0;
  overflow: hidden; }

.watch-slider .slide {
  transition: 0.3s;
  outline: none !important; }

.ccustom p > a {
  text-decoration: none;
  color: #999;
  transition: 0.6s ease-out; }

.ccustom p > a:hover {
  color: #333;
  transition: 0.6s ease-out; }

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000; }

.ccustom:hover .overlay {
  opacity: 0.7; }

.overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000; }

.ccustom:hover .overlay-2 {
  opacity: 0.7; }

.banner {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

.alinha-paragrafo a {
  color: #fff;
  text-align: center; }

.alinha-paragrafo a:hover {
  text-decoration: none; }

.alinha-meio {
  display: flex;
  justify-content: center; }

.footer a {
  color: #fff; }

.footer a:hover {
  text-decoration: none;
  color: #eaeaea; }

.mybnt {
  background-image: url("../img/btn.gif");
  min-width: 30px;
  margin: 0;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ced4da;
  top: 0;
  left: 0;
  cursor: pointer; }

.lead {
  min-height: 70px; }

  .cta-2 .cta-area {
    background-image: url(../img/banners/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1000px rgba(21,22,22,.35);
    padding: 100px 0
}

.cta-2 .cta-area .cta-caption h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .cta-2 .cta-area .cta-caption h2 {
        font-size:50px
    }
}

@media only screen and (min-width: 768px)and (max-width: 991px) {
    .cta-2 .cta-area .cta-caption h2 {
        font-size:45px
    }
}

@media(max-width: 575px) {
    .cta-2 .cta-area .cta-caption h2 {
        font-size:40px;
        margin-bottom: 20px
    }
}

.cta-2 .cta-area .cta-caption p {
    color: #fff;
    font-size: 18px
}

.cta-2 .cta-area .btn i {
    font-size: 3em
}

.btn {
    background: #383d41;
    box-shadow: rgba(50,50,93,.25) 0px 2px 5px -1px,rgba(0,0,0,.3) 0px 1px 3px -1px;
    padding: 13px 20px;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    -moz-user-select: none;
    font-weight: 400;
    letter-spacing: 1px;
    cursor: pointer;
    transition: color .4s linear;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #666666;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5),7px 7px 20px 0px rgba(0,0,0,.1),4px 4px 5px 0px rgba(0,0,0,.1);
    transition: all .3s ease
}

.btn:hover {
    color: #fff
}

.btn:hover:after {
    left: 0;
    width: 100%
}

.btn:active {
    top: 2px
}

.section-padding {
  padding: 65px 0 0 0;
  margin-bottom: -3rem;
}

/*# sourceMappingURL=style.css.map */
