@font-face {
  font-family: "Montserrat-Bold";
  src: url(../fonts/Montserrat-Bold.eot) format("embedded-opentype"),
    url(../fonts/Montserrat-Bold.woff) format("woff"),
    url(../fonts/Montserrat-Bold.ttf) format("truetype"),
    url(../fonts/Montserrat-Bold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url(../fonts/Montserrat-Regular.eot) format("embedded-opentype"),
    url(../fonts/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat-Regular.ttf) format("truetype"),
    url(../fonts/Montserrat-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden !important;
}

/* CLASES GENERALES */
h1 {
  font-family: "Montserrat-Bold";
  font-size: 30pt;
}

h3 {
  font-family: "Montserrat-Bold";
  color: #b319ff;
  font-size: 15pt;
}

p {
  font-family: "Montserrat-Regular";
  font-size: 12pt;
}

.linea-proyecto {
  width: 70%;
  text-align: center;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #cbaa62 40%, #656973 60%)1;
}

.centrar-vertical {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.cta {
  position: relative;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  float: right;
  margin-top: 5px;
  text-decoration: none;
}

.cta:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #f464d5;
  width: 38px;
  height: 38px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta span {
  position: relative;
  font-family: "MoralityRegular";
  font-size: 11pt;
  letter-spacing: 2px;
  color: #fff;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #f464d5;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.btn-cerrar-pop {
  color: #c1a25e;
}

.modal-header .close {
  opacity: 1;
}

.linea-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.linea-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #cbaa62;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.linea-bottom:hover:before,
.linea-bottom:focus:before,
.linea-bottom:active:before {
  left: 0;
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #c1a25e;
  width: 30px;
  height: 30px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  transition: opacity .15s ease;
  width: 5%;
}

/* HEADER */
header {
  position: absolute;
  z-index: 1;
  margin: 0px 0px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 5px;
  background-color: #fff;
}

header nav img {
  width: 100px;
}

#header-osc {
  background-color: rgb(0, 0, 0, .5);
}

header ul {
  margin-left: auto;
}

header li {
  padding: 0px 20px 0px 20px;
}

header li a {
  color: #130140;
  font-family: "Montserrat-Bold";
  font-size: 11pt;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}

header li a:hover {
  color: #b319ff;
}

.whats {
  background-color: #25D366;
  position: fixed;
  width: 55px;
  height: 55px;
  border-radius: 90px;
  z-index: 1;
  bottom: 30px;
  left: 30px;
}

.whats svg {
  color: #fff;
  width: 30px;
  margin-left: 13px;
  margin-top: 12px;
}

/* FIRMA */
.firma {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 30px;
  text-align: center;
}

.firmae3 {
  font-size: 10pt;
}


#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgb(203, 170, 98);
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden !important;
}

#loading img {
  display: inline-block;
  position: relative;
  top: 30%;
}

.div-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 45%;
  left: 47%;
}

.div-loader div {
  display: inline-block;
  position: absolute;
  width: 16px;
  background: #fff;
  animation: div-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  -webkit-animation: div-loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.div-loader div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.div-loader div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.div-loader div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes div-loader {
  0% {
    top: 8px;
    height: 64px;
  }

  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}


/* BANNER */
.banner {
  background-image: url(../img/banner-home.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 128px;
  margin-right: -180px !important;
}

.banner img {
  min-width: 100%;
  padding-top: 30px;
}

.banner h1 {
  padding-top: 100px;
}

.banner p {
  color: #0b0b0a;
}

/* NOSOTROS */
.nosotros {
  background-image: url(../img/fondo-nosotros.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.nosotros h1 {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.nosotros p {
  text-align: center;
  color: #fff;
}

.nosotros img {
  max-width: 100%;
}

/* APLICACIONES */
.aplicaciones {
  background-image: url(../img/fondo-aplicaciones.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

#v-pills-tab {
  border: 1px solid #b319ff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #b319ff;
  background-color: transparent;
}

.img-aplicaciones {
  width: 120px;
  padding-top: 30px;
}

.nav-pills .nav-link {
  font-family: "Montserrat-Bold";
  font-size: 17px;
  color: #fff;
}

.aplicaciones .row .col-md-2 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#v-pills-tabContent .row .col-md-8 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.aplicaciones h1 {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}

.aplicaciones img {
  max-width: 100%;
}

.aplicaciones ul {
  padding-top: 20px;
}

.aplicaciones ul li {
  font-family: "Montserrat-Regular";
  font-size: 12pt;
  color: #fff;
}

/* SOLUCIONES */
.soluciones {
  background-image: url(../img/fondo-soluciones.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.soluciones h1 {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
}

.soluciones img {
  max-width: 100%;
}

.soluciones .row {
  padding-bottom: 60px;
}

.soluciones h3 {
  padding-top: 20px;
}

/* CONTACTO */
.contacto {
  background-image: url(../img/fondo-contacto.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px 0px;
}

.contacto h1 {
  color: #fff;
  text-align: center;
  padding: 20px;
}

.contacto p {
  color: #fff;
  text-align: center;
}

form input {
  width: 100%;
  margin: 15px 0px;
  background-color: #fff;
  color: #130140;
  font-family: "Montserrat-Regular";
  outline: none;
  border: none;
  padding: 15px 30px;
}

form textarea{
  width: 100%;
  margin: 15px 0px;
  background-color: #fff;
  color: #130140;
  font-family: "Montserrat-Regular";
  outline: none;
  border: none;
  padding: 15px 30px;
}

@media (max-width: 767.98px) {

  .banner h1 {
    padding-top: 100px;
    color: #fff;
    font-size: 30px;
  }

  .banner p {
    color: #fff;
  }

  .banner img{
    max-width: 100%;
  }
}