@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
html {
  scroll-behavior: smooth; }

body {
  font-family: 'Poppins', sans-serif; }

.text-cont {
  max-width: 900px;
  margin: auto; }

.text-cont p {
  font-size: 15px;
  color: #748182;
  line-height: 28px; }

.text-cont h4 {
  font-size: 23px;
  line-height: 30px; }

.cont-1200 {
  max-width: 1200PX;
  background-color: white;
  margin: auto; }

@media (max-width: 1200px) {
  .cont-1200 {
    max-width: 95%; } }

.navbar {
  position: absolute;
  z-index: 100;
  width: 100%; }

.navbar-light .navbar-toggler {
  color: white;
  border: none; }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
  color: white;
  padding: 20px 30px 20px 30px; }

.navbar-light .navbar-nav .nav-link:hover {
  color: #d1d1d1; }

.collapse ul li a {
  color: white; }

.only-movile-up {
  display: none; }

@media (max-width: 991px) {
  .navbar-nav {
    background-color: white;
    padding: 20px; }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    color: black; }
  .only-movile-up {
    display: inline;
    color: white; }
  .only-movile-up i {
    font-size: 30px;
    margin-top: -18px;
    margin-left: 5px;
    position: absolute; } }

.img-slide {
  width: 100%;
  height: 100vh;
  background-color: #d1d1d1;
  background-repeat: no-repeat;
  background-size: cover; }

.overlay-header {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.322);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white; }

.cont-down {
  position: absolute;
  margin-top: 350PX; }

.cont-down a {
  color: white; }

/*services*/
.cont-bg-services {
  padding-top: 200PX;
  padding-bottom: 200PX; }

.card-services {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.cont-card-services h6 {
  font-weight: bold;
  color: #131313; }

.cont-card-services a {
  color: #1d1d1d; }

.cont-card-services a:hover {
  color: #575757;
  text-decoration: none; }

.img-card-services {
  width: 200px;
  height: 200px;
  background-color: #d1d1d1;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  margin: auto;
  margin-bottom: 20PX; }

.bg-contact {
  width: 100%;
  height: auto;
  padding: 100px 0px 100px 0px;
  background-color: #1d1d1d;
  text-align: center;
  color: white; }

.cont-info-contact p {
  margin-bottom: 0px;
  font-size: 15PX; }

.cont-info-contact a {
  color: white; }

.cont-info-contact a:hover {
  text-decoration: none; }

footer {
  width: 100%;
  height: auto;
  padding: 20px 0px 20px 0px;
  background-color: black;
  text-align: center;
  color: #949494; }

.cont-footer p {
  font-size: 14px;
  margin-bottom: 0px; }
