/* Sass Document */
*::-moz-selection {
  background: #f1f1f2;
  color: #0B2142; }
*::selection {
  background: #f1f1f2;
  color: #0B2142; }

body {
  font-size: 16px;
  line-height: 23px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  color: #666666; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000; }
  a:hover {
    text-decoration: none;
    color: #000; }

ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

/*------------------------------------base------------------------------------- */
.bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal; }

.f12 {
  font-size: 12px; }

.f10 {
  font-size: 10px; }

.grande {
  font-size: 40px; }

.redondo {
  border-radius: 8px; }

.blanco {
  color: #ffffff; }

.negro {
  color: #000; }

.bg-negro {
  background: #000; }

.azul {
  color: #0397b0; }

.bg-azul {
  background: #0397b0; }

.azulf {
  color: #274191; }

.bg-azulf {
  background: #274191; }

.gris {
  color: #666666; }

.bg-gris {
  background: #666666; }

.bg-blanco {
  background: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  color: #000; }

/*------------------------------------fin base------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding-top: 0;
  font-size: 16px;
  background: rgba(255, 255, 255, 0);
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .navbar.bg-blanco {
    background: #fff; }
    .navbar.bg-blanco:hover {
      color: #000; }
    .navbar.bg-blanco.active {
      color: #000; }
  .navbar.blanco {
    background: #fff; }
  .navbar .nav-link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #909090;
    font-weight: 500;
    font-style: normal; }
    .navbar .nav-link:hover {
      color: #ffffff; }
    .navbar .nav-link.active {
      color: #ffffff; }
      .navbar .nav-link.active.negro {
        color: #000; }
    .navbar .nav-link.btns {
      color: #ffffff; }
  .navbar .navbar-brand {
    width: 200px; }
  .navbar.blanco .nav-link {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #909090;
    font-weight: 500;
    font-style: normal; }
    .navbar.blanco .nav-link:hover {
      color: #000; }
    .navbar.blanco .nav-link.active {
      color: #000; }
    .navbar.blanco .nav-link.btns {
      color: #ffffff; }
  .navbar.fijo {
    background: white; }
    .navbar.fijo .nav-link {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #909090;
      font-weight: 500;
      font-style: normal; }
      .navbar.fijo .nav-link:hover {
        color: #000; }
      .navbar.fijo .nav-link.active {
        color: #000; }
      .navbar.fijo .nav-link.btns {
        color: #ffffff; }

.carousel-control-next, .carousel-control-prev {
  background: transparent;
  border: 0; }

.carousel-indicators {
  bottom: 20px; }
  .carousel-indicators button {
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
    background: none;
    border: 1px solid #ffffff; }
    .carousel-indicators button.active {
      background: #ffffff; }

.btns {
  background: #0397b0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  display: block;
  padding: 10px 40px;
  width: 180px; }

.w__projects {
  position: relative; }
  .w__projects .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background: #0397b0;
    color: #ffffff;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .w__projects .overlay .overlay--info {
      margin-top: 20px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .w__projects:hover .overlay {
    opacity: 1; }
    .w__projects:hover .overlay .overlay--info {
      margin-top: 0px; }

.raya {
  border-bottom: 1px solid #ffffff; }

.custom-cursor {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: -10px;
  margin-top: -10px;
  pointer-events: none;
  z-index: 10000;
  -webkit-transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, rotate, translate, -webkit-transform, -webkit-clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, rotate, translate, -webkit-transform, -webkit-clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path;
  transition-property: width, height, background, border, margin-left, margin-top, border-radius, background-size, transform, rotate, translate, clip-path, -webkit-transform, -webkit-clip-path;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border: 0px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.custom-cursor .ball {
  position: absolute;
  width: 0px;
  height: 0px;
  background: black;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.activeproject {
  height: 100px;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 160px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: #ffffff; }

.activeproject::before {
  content: "VIEW"; }

.activevideo {
  height: 100px;
  width: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 160px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-color: #ffffff; }

.activevideo::before {
  content: "PLAY"; }

.custom-cursor.activemenu {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  background: rgba(255, 255, 255, 0.15); }

.estamos {
  height: auto; }
  .estamos.estamos--project {
    height: auto; }
  .estamos img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }

.input {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #000; }

textarea {
  width: 100%;
  border: 1px solid #000; }

input[type="submit"] {
  background: transparent;
  color: #000; }

.modal-dialog {
  max-width: 730px; }

.toop {
  position: fixed;
  z-index: 80;
  width: 30px;
  height: 30px;
  background: #ffffff;
  right: 20px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; }

@media (min-width: 1024px) {
  .estamos {
    height: 500px; }
    .estamos.estamos--project {
      height: 800px; }
    .estamos img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

  .navbar .navbar-brand {
    width: 300px; } }

/*# sourceMappingURL=estilos.css.map */