/* @font-face {
  font-family: "Typography Times";
  src: local("Typography Times Bold"), local("Typography Times Bold"),
    url("font/typography-times/Typography Times Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Typography Times";
  src: local("Typography Times Bold Italic"),
    local("Typography Times Bold Italic"),
    url("font/typography-times/Typography\ Times\ Bold\ Italic.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Typography Times";
  src: local("Typography Times Italic"), local("Typography Times Italic"),
    url("font/typography-times/Typography\ Times\ Italic.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: "Typography Times";
  src: local("Typography Times Regular"), local("Typography Times Regular"),
    url("font/typography-times/Typography\ Times\ Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
} */


@font-face {
  font-family: "Times Roman";
  src: local("Times Roman Regular"), local("Times Roman Regular"),
    url("font/times-roman/OPTITimes-Roman.otf") format("opentype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: "Times Roman";
  src: local("Times Roman Regular"), local("Times Roman Regular"),
    url("font/times-roman/OPTITimesRoman-Italic.otf") format("opentype");
  font-weight: normal;
  font-display: swap;
  font-style: italic;
}

body {
  /* font-family: "Typography Times", "Times New Roman", Times, serif; */
  font-family: "Times Roman", "Times New Roman", Times, serif;
}
.btn {
  border: 0;
}

.btn-primary {
  background-color: #01442f;
}

.btn-primary:hover {
  background-color: #003021;
}

/*****************
    HEADER
 *****************/

.navbar-toggler {
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 30px;
}

.navbar-toggler:focus {
  outline-color: #01442f;
}

.navbar a {
  color: #01442f;
}

.navbar a:hover {
  color: #003021;
}

/*****************
    HERO
 *****************/

.hero {
  background-image: url("images/banner.png");
  background-position: center bottom;
  background-size: cover;
  color: #01442f;
}

.hero h1 {
  margin-top: 130px;
  font-size: 40px;
  text-shadow: 0 2px 3px rgba(255,255,255,0.4);
}

@media screen and (min-width: 992px) {
  .hero h1 {
    margin-top: 200px;
    font-size: 70px;
  }
}

@media screen and (min-width: 1280px) {
  .hero h1 {
    margin-top: 250px;
    font-size: 90px;
  }
}

/*****************
    QUEM SOMOS
 *****************/

.quem-somos {
  background-color: #01442f;
  color: #fff;
  padding-bottom: 100px;
}

.quem-somos-2020 {
  width: 100%;
  max-width: 600px;
}

@media screen and (min-width: 992px) {
  .quem-somos .primeiro-paragrafo {
    border-right: 1px solid #fff;
  }

  .quem-somos .row {
    border-bottom: 1px solid;
  }
}

/*****************
    A IGREJA
 *****************/

 .igreja-header {
  position: relative;
  top: -160px;
}

.igreja h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 50px;
  margin-bottom: 30px;
}

.igreja-pastor {
  width: 100%;
  max-width: 540px;
  border-radius: 5px;
  box-shadow: 0 14px 45px 0 rgba(0, 0, 0, 0.1);
}

.versiculos {
  margin-top: -120px;
}

.versiculos .carousel-inner {
  padding: 0 10%;
}

.versiculos .row > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.versiculos h4 {
  font-size: 25px;
  line-height: 1.07;
  color: #01442f;
}

.versiculos p {
  margin: 0;
  font-size: 14px;
  color: #151515;
  line-height: 1.67;
}

.versiculos .carousel-control-prev,
.versiculos .carousel-control-next {
  background: #fff;
  opacity: 1;
  width: 9%;
}

.versiculos .carousel-control-prev-icon,
.versiculos .carousel-control-next-icon  {
  background-image: url('images/arrow.svg');
  height: 30px;
  width: 30px;
}

.versiculos .carousel-control-prev-icon {
  transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
  .versiculos {
    margin-top: -90px;
  }
  .versiculos-heading {
    border-right: 2px solid #01442f;
  }
  .versiculos h4 {
    font-size: 35px;
  }
}

/*****************
    CULTOS
 *****************/

.cultos {
  background-color: #01442f;
  color: #fff;
  font-size: 15px;
  line-height: 1.67;
}

.cultos h2 {
  font-size: 55px;
  font-weight: normal;
}

.cultos h5 {
  font-size: 40px;
  font-weight: normal;
}

/*****************
    CONTATO
 *****************/

.contato {
  color: #01442f;
}

.contato a {
  color: inherit;
}

.contato h3 {
  text-transform: capitalize;
}

.form label {
  margin: 0;
}

.form .form-control {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
}

.form .btn {
  background: #000;
  color: #fff;
}

.google-maps {
  position: relative;
}

.google-maps-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px 25px;
  color: #4f93f3 !important;
  font-size: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.4s ease;
}

.google-maps-btn:hover {
  text-decoration: none;
  color: #4f93f3;
  box-shadow: 0 4px 10px 3px rgba(0, 0, 0, 0.1);
}

/*****************
    FOOTER
 *****************/

.social-links a {
  width: 35px;
  height: 35px;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.25);
  background-color: #01442f;
}

.social-links a img {
  width: 16px;
  height: 16px;
}

.copyright {
  color: #fff;
  background-color: #01442f;
  font-size: 14px;
  line-height: 1.29;
}

.copyright a {
  color: #fff;
  text-decoration: underline;
}