/*!
 * Start Bootstrap - Landing Page v5.0.7 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-top.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-position-x: right;
  background-position-y: 65%;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/casa-moedas.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


/* ===========  CUSTOM CSS  ============ */

.navbar {
  background-image: url('../img/bg.png');
  background-size: cover;
  background-position-y: 55%;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
}

.logo-banco {
  display: flex;
  align-items: center;
}

.logo-banco img{
  margin-right: 10px;
  border-radius: 5px;
}

.logo-banco a{
  color: white;
  margin-right: 0;
  /* font-size: 1.2rem; */
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.logo-banco .btn-cliente {
  border-radius: 5px;
  border: 1px solid white;
  padding: 5px 10px 7px;
  display: flex;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
  margin: 0 10px 0px 30px;
}

.logo-banco .btn-cliente:hover {
  background-color: #0f4c92;
  border-color: #0f4c92;
  color: white;
}

.form-control-lg {
  font-size:1.1rem;
 }
 
 .btn-group-lg>.btn,
.btn-lg {
  font-size:1.1rem;
  background-color: #05366E;
  -webkit-box-shadow: 0px 2px 8px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 2px 8px -4px rgba(0,0,0,0.75);
  box-shadow: 0px 2px 8px -4px rgba(0,0,0,0.75);
  border: none!important;
}

.btn-lg:hover {
  background-color: #0f4c92 !important;
}

.text-primary {
  color:#05366E  !important;
 }
 
 .testimonials .testimonial-item img {
  max-width: 14rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.bottom-simular {
  display: flex;
  align-items: center;
}

.bottom-simular .text-h2 {
  font-size: 2.8rem;  
}

.call-to-action {
  background-image: url("../img/casa-moedas2.jpg");
}

.call-to-action .overlay {
  opacity: 0.55;
}

.footer {
  background-image: url('../img/bg.png');
  background-size: cover;
  background-position-y: 55%;
  background-repeat: no-repeat;
}

.logo-correspondente img {
  border-radius: 5px;
}

.social-logos li {
  margin-right:  5px !important;
  margin-left: -3px;
  margin-top: 20px;
}

.social-logos li a i {
  color: white;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: flex-end;
  /*! align-items: flex-end; */
}

.copyright p {
  color: white !important;
  margin-top: 30px;
}

.footer-links a {
  color: white;
}

.footer-links li {
  font-size: 1.1rem;
}

.footer-links a:hover {
  color: #2090a5 !important;
  text-decoration: none;
}

.showcase .showcase-img {
  background-position-x: center;
}

 /* WhatsAPP BOX */

 .wpp-contato {
  position: fixed;
  bottom: 15px;
  right: 20px;
  display: flex;
  align-items: center;
  background: #21b95a;
  padding: 10px 15px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  font-size: .95rem;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px -1pxrgba(0,0,0,0.25);
}

.wpp-contato img{ 
  margin-right: 5px;
}

.wpp-contato p {
  margin: 0;
}

.wpp-box {
  position: fixed;
  bottom: 70px;
  right: -400px;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
  max-width: 330px;
  align-items: flex-end;
  z-index: 999;
  display: flex;
  transition: .4s;
}

.wpp-box .fale-conosco {
  display: flex;
  align-items: flex-end;
}

.wpp-box .close-wpp {
 width: 30px;
 height: 30px;
 right: 0;
 cursor: pointer;
}

.wpp-box .text {
  margin: 5px 0 10px;
  max-width: 273px;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  border-radius: 10px;
}

.wpp-box .text .top {
  background: #21b95a;
  margin: 0;
  padding: 25px !important;
  color: white;
  font-size: .9rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center !important;
}

.wpp-box .text .bottom {
  /* padding: 15px 10px""; */
  background: white;
  margin: 0;
  padding: 20px 15px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #666;
}

.fale-conosco img {
  margin-bottom: 7px;
  margin-right: 2px;
  min-width: 55px;
}

.wpp-box .text-area {
  padding: 5px 15px !important;
  background: white;
  border-radius: 10px;
  width: 273px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.25);
}

.wpp-box .text-area img {
  cursor: pointer;
}

.wpp-box #wpp-text {
  height: 100%;
  border: none;
  height: 45px;
  width: 100%;
  margin-right: 15px;
  font-size: 1rem;
}

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #05366E;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.caption-carousel {
  font-size: 3rem;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.footer-center {
  margin-top: 30px;
}

.footer-center a{
  color: white;
  font-size: 1.1rem;
}

.footer-center a:hover{
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  header.masthead {
    background-position-x: center;
    background-position-y: center;
  }

  .footer-links {
    margin-top: 50px !important;
  }

  .caption-carousel {
    text-align: center;
    margin-bottom: 100px;
  }

  .bottom-simular {
    flex-direction: column-reverse;
  }

  .bottom-simular .text-h2 {
    font-size: 2.2rem;  
    margin-bottom: 30px !important;
  }

  .footer-links ul {
    margin-left: 30%;
  }

  .logo-banco img {
    margin-right: 10px;
    height: 30px;
    border-radius: 5px;
  }

  .logo-banco a {
    color: white;
  }

  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
    background-position-x: center;
  }
}

@media screen and (max-width: 767px) {
  .bottom-simular .text-h2 {
    font-size: 2rem;  
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 640px) {
  .caption-carousel {
    font-size: 2.4rem;
  }

  .wpp-contato p {
    margin: 0;
    display: none;
  }

  .wpp-contato {
    padding: 10px;
    border-radius: 25px;
  }

  .wpp-contato img { 
    margin-right: 0px;
  }
}

@media screen and (max-width: 575px) { 
  .logo-banco {
    margin: 10px 0;
  }

  .logo-banco a {
    margin-top: 10px;
  }

  .caption-carousel {
    font-size: 2.1rem;
  }

  .logos-footer {
    margin-bottom: 30px;
  }
  .footer-links ul {
    margin: 0;
    text-align: center;
  }
  .showcase .showcase-img {
    min-height: 18rem;
    background-size: cover;
    background-position-x: center;
  }
}

