body {
  margin: 0;
  font-family: "Livvic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #5c5c61;
}
.form-control {
  border: none;
  border-radius: 0;
  min-height: 1em;
}
.btn {
  background-color: #00404e;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
}
.btn:hover {
  color: #fff;
}
.text-intro {
  font-size: 18px;
}
/*
.hero {
    
    width: 100vw;
    height: 100vh;
    
    display: flex;
    justify-content: center;
    align-items: center;

    
    background-image: url('../img/hero_image.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */
.navbar-brand {
  color: #fff;
}
.navbar-nav .nav-item .nav-link {
  font-family: "Livvic", sans-serif;
  padding: 1.1em 1em !important;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.navbar-dark .navbar-toggler {
  border: none;
}
.navbar-nav .nav-item .nav-link.active {
  color: #3ea333;
}
/*nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
	}*/
.shrink {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #212529;
}
.banner {
  background-image: url("../img/hero_image.jpg");
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-content {
  margin-top: 100px;
}
.banner-opacity {
  background-color: rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}
.banner-opacity p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Livvic", sans-serif;
  font-weight: 700;
}
h1,
h2 {
  font-size: 2.625rem;
}
h5 {
  font-size: 1.375rem;
}
h3 {
  font-size: 2.5rem;
  font-weight: 500;
}
h4 {
  font-size: 1.5rem;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.banner-form * {
  font-size: 14px;
}
.banner-text p {
  font-size: 18px;
}
.bg-about {
  background-color: #008eae;
  color: #fff;
  position: relative;
  height: 472px;
}
.about-content {
  width: 80%;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.btnContactanos {
  background-color: #585858;
  color: #ffffff;
  width: auto;
}
#services {
  background-color: #f5f1ec;
}
.service {
  background-color: #fff;
  padding: 20px 10px 20px 10px;
  width: 300px;
}
.service img {
  margin-bottom: 15px;
}
#contact {
  background-image: url("../img/bg-services.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 287px;
  position: relative;
}
#contact .btnContact {
  color: #fff;
  background-color: #008eae;
  border-color: #008eae;
  font-weight: bold;
  font-size: 18px;
  box-shadow: none;
  width: auto;
}
#contact .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contact * {
  color: #fff;
}
.contactInfo {
  background-color: #008eae;
  color: #fff;
  font-size: 14px;
}
.contactInfo a {
  color: #fff;
}
.copyright {
  font-family: "Livvic", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 992px) {
  .banner {
    height: 100vh;
  }
  .banner-content {
    margin-top: 0;
  }
  .banner-text {
    padding-right: 0;
    transform: translateY(30%);
  }
  .banner-form {
    padding-left: 0;
  }
  .brain {
    background-image: url("../img/brain.png");
    background-repeat: no-repeat;
    background-position: 10px bottom left;
    background-size: 50%;
  }
  .service {
    width: 250px;
  }
}
/* mobile view */
@media (max-width: 500px) {
  .navbar-nav {
    background-color: #000;
    color: #fff;
    z-index: 1;
    margin-top: 5px;
  }
  .navbar-nav .nav-item .nav-link {
    padding: 0.7em 1em !important;
    font-size: 100%;
    font-weight: 500;
  }
  .bg-about {
    height: 550px;
  }
}
/***
 * 
 * rev 2
 * 
 * 
 * */
.video {
  margin-bottom: 50px;
}
@media only screen and (max-width: 529px) {
  .video {
    margin-top: 25px;
  }
}
.video-titulo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.video-mp4 {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  max-height: 480px;
}
@media only screen and (max-width: 529px) {
  .video-mp4 {
    height: auto;
  }
}
.youtube {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  max-height: 480px;
}
