.nav-tabs {
    border-bottom: 1px solid #ff99cc;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ff99cc #ff99cc #fff;
}

.form-control {
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
}
.btn {
    font-family: arial, sans-serif;
}

.signo-background{
  background-color: #ff99cc;
}

.signos-title{
  line-height: 2;
  color:#000;
  font-weight: 600;
}

hr.hr-13 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

hr.style{
  border-top: 1px solid #8c8b8b;
}

.intro-text div#myimgdiv {
  margin-top: -40px;
  text-align: center;
}

.intro-text img {
  border-radius: 50%;
  background-size: 50px 50px;
  width: 50px;
}

div#step1 img:hover {
  border-radius: 50%;
  background-color: #fff;
}

/*video*/
.splash {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100vw;
  height: 90vh;
  min-height: 500px;
  -webkit-box-shadow: 0px 4px 23px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 4px 23px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 4px 23px -1px rgba(0,0,0,0.75);
}
.splash > video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(-90%);
}

@media only screen and (min-width: 1040px) {
  .splash > video {
    width: 100%;
    height: auto;
  }
}
@media (min-aspect-ratio: 16/9) {
  #videoBG {
    width:100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #videoBG {
    width:auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #videoBG {
    display: none;
  }
  div.splash {
    background: url('/template/home/images/view_phone.jpeg');
    background-size: cover;
  }
}

#navbarmain .nav-link {
  padding: 10px 30px 10px 30px;
}

.profile  p{
  font-family: 'Nixie One', cursive;
  color:#000;
}

.button {
  position: relative;
  padding: 1em 1.5em;
  border: none;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  margin: 1em 0.8em;
}
.button.type1 {
  color: #566473;
}
.button.type1.type1::after, .button.type1.type1::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 70%;
  border: 1px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.button.type1.type1::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #566473;
  border-right-color: #566473;
}
.button.type1.type1::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #566473;
  border-left-color: #566473;
}
.button.type1.type1:hover:after, .button.type1.type1:hover:before {
  width: 100%;
  height: 100%;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}
