/* Arquivo de personalização do template*/

/*Botão do Modal*/
button[type="submit"].btn-block {
  font-size: 14px;
}

/* navbar */
.navbar-collapse {
  padding-right: 0px;
}

/* Slide das páginas - header */
.item.active {
  background-image: url("../images/slider/bg3.webp");
  height: 100vh;
}

/* h4 title */
.classic-title {
  font-size: 24px;
  line-height: 34px;
  border-bottom: 1px solid #ee3733;
}
/* Paragrafos */
.page-content p {
  font-size: 18px;
  text-align: justify;
  line-height: 28px;
}
.classic-title > span {
  border: none;
}

/* Cards - fonte size */
.service-content > p {
  font-size: 16px !important;
  line-height: 24px;
}
.service-content > h4 {
  font-weight: 700 !important;
}

/* ul - font size */
ul > li {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
ul.icons-list li,
ul.list-unstyled li {
  margin-bottom: 18px;
}
/* Section de preços */
.pricing-tables .highlight-plan {
  margin: 15px 0;
}
.pricing-table {
  margin: 15px 0;
}

/* font */
.small-font {
  font-size: 11px;
}

/* Botão do formulario */
.btn-mobil {
  width: 100%;
}

.btn-mobil > a { 
  display: inline-block;
  word-break: break-word;
  white-space: normal;
}

.slider.btn {
    background-color: #ee3733;
}

/*============= Media Query ======= */

@media (max-width: 768px) {
  /* Banner das Páginas versão mobile*/
  .item.active {
    background-image: url("../images/slider/bg3-mobile.webp");
    background-repeat: round;
    background-size: cover;
    height: 100vh;
  }

  /* Iframe responsivos*/
  .frame-responsive {
    height: 400px;
  }

  /* Font-size */
  .small-font {
    font-size: 8px;
  }
}
