@font-face {
  font-family: futura;
  src: url(fonts/FuturaStd-Bold.otf);
  font-weight: bold;
  font-style: normal
}
@font-face {
    font-family: futura;
    src: url(fonts/FuturaStd-Book.otf);
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: futura;
    src: url(fonts/FuturaStd-BookOblique.otf);
    font-weight: normal;
    font-style: oblique;
}
@font-face {
    font-family: futura;
    src: url(fonts/FuturaStd-CondensedExtraBd.otf);
    font-weight: bold;
    font-stretch: extra-condensed;
}
*{
    font-family: futura;
}
*:focus, *:visited {
    border:0px!important;
}
.bdy {
    position: relative;
    min-height: 100vh;
}
.f-condensed {
    font-stretch: extra-condensed;
}
/* GENERIC CLASSES HYPNON */
.c-hypnon-blue {
    color: rgba(89,193,214,1);
}
.c-hypnon-lightblue {
    color: rgba(187,225,235,1);
}
.c-hypnon-gray {
    color: rgba(129,129,128,1);
}
.c-hypnon-black {
    color: rgba(28,28,27,1);
}
.bg-hypnon-blue {
    background: rgba(89,193,214,1);
}
.bg-hypnon-lightblue {
    background: rgba(187,225,235,1);
}
.bg-hypnon-gray {
    background: rgba(129,129,128,1);
}
.bg-hypnon-black {
    background: rgba(28,28,27,1);
}
.unlist {
    list-style: none;
}
/* NAVBAR HYPNON */
.nav-white {
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 57%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(57%, rgba(255,255,255,1)), color-stop(72%, rgba(255,255,255,0.65)), color-stop(100%, rgba(255,255,255,0))) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 57%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,1) 57%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 57%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 57%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ) !important;

}
.nav-hypnon {
    width: 100%;
    background: -moz-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(-5%, rgba(89,193,214,.75)), color-stop(92%, rgba(255,255,255,0.08)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
}
.nav-hypnon .navbar-brand img {
    max-height: 25px;
}
.nav-hypnon .navbar-collapse ul {
    margin: auto;
}
.nav-hypnon .navbar-collapse ul li a {
    color: rgba(28,28,27,1) !important;
}
.nav-hypnon .navbar-collapse ul li.nav-item.active a{
    font-weight: 700 !important;
    color: rgba(28,28,27,1) !important;
}
.navbar-toggler {
    border: 0px !important;
}
.navbar-toggler:hover {
    color: rgba(0,0,0,1);
}
/* HOME HYPNON */
.hypnon-brand {
    margin-bottom: 50px;
}
.scrollspy {
    position:relative;
}
/*BUTTONS*/
.btn-link, .btn-link:visited {
    text-decoration: none;
    color: rgba(129,129,128,1);
}
.btn-link:hover {
    text-decoration: none;
    color: rgba(28,28,27,1);
}
.btn-link:focus {
    text-decoration: none;
    color: rgba(89,193,214,1);
    border: 0px;
}

/*INPUTS AND SELECTS*/
#hypnon-lang {
    border-radius: 0;
    border:0;
    background-color: transparent;
    /* border-bottom: 1px solid  rgba(187,225,235,1); */
}
#hypnon-lang:visited {
    color: rgba(28,28,27,1);
}
#hypnon-lang:hover, #hypnon-lang:active {
    color: rgba(129,129,128,1);
}
.init-bdy {
    margin-top: 100px;
}
.hypnon-dropdown-item:hover {
    background: rgba(187,225,235,1);
}

.hypnon-lines {
    z-index: -1;
    width: 100%;
    position:relative;
    margin: -12% auto 0;
}
.hypnon-hand {
    position: absolute;
    z-index: -2;
    top: 140%;
    max-width: 40%;
    right: 0px;
}
.vertical-text {
    transform: rotate(90deg);
    white-space: nowrap;
}

/* hypnon works */
.hypnon-works {
    height: 700px;
    margin-top: 70px;
}
.bg-works, .bg-works .row {
    height:600px;
    width: 100%;
}
.bg-works .work {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition:all 250ms;
}
.bg-works .work:first-child {
    filter: grayscale(50%);
    opacity: .5;
}
.bg-works .work:first-child:after {
    content:'';
    background: #fff;
    width: 10px;
    height: 100%;
    position:absolute;
    right:0;
}
.bg-works .work:last-child {
    filter: grayscale(50%);
    opacity: .5;
}
.bg-works .work:last-child:after {
    content:'';
    background: #fff;
    width: 10px;
    height: 100%;
    position:absolute;
    left:0;
}
.work-pass {
    font-size: 26pt;
}
.z-up{
    z-index: 9999;
}
.work-line {
    position: absolute;
    background: url('../img/pictures/work-line.png');
    width: 100%;
    height: 200px;
    top: 50px;
    left: 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-proyecto {
    color: rgba(89,193,214,1)!important;
    transition:all 250ms;
    letter-spacing: normal;
}
.btn-proyecto:hover {
    color: rgba(28,28,27,1) !important;
    cursor: pointer;
}
.btn-arrow {
    color: rgba(28,28,27,1);
    transition: all 250ms;
}
.btn-arrow:hover {
    color: rgba(89,193,214,1)!important;
    cursor: pointer;
}
.btn-arrow:disabled, .btn-arrow:disabled:hover,
.btn-arrow.disabled, .btn-arrow.disabled:hover  {
    color: rgba(28,28,27,.4)!important;
    transition: all 250ms;
}
/* hypnon AI */
.hypnon-ai {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: url(../img/pictures/ai.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}
.gradient-orange {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:100%;
    background: -moz-linear-gradient(left, rgba(255,64,0,0) 0%, rgba(255,64,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,64,0,0)), color-stop(100%, rgba(255,64,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,64,0,0) 0%, rgba(255,64,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,64,0,0) 0%, rgba(255,64,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,64,0,0) 0%, rgba(255,64,0,1) 100%);
    background: linear-gradient(to right, rgba(255,64,0,0) 0%, rgba(255,64,0,1) 100%);
}

/* Contact */
.hypnon-contact {
    margin-top:80px
}
.hypnon-contact iframe {
    width: 100%;
    height: 100%;
}
.custom-file-input {
    width: 1px;
    height: 1px;
}
.custom-file {
    display: contents;
}
.upload-file:after {
    content: '';
    display:none;
}
.upload-file {
    position:inherit;
}
.hypnon-contact-input:focus, .hypnon-contact-input:active {
    border: 1px solid rgba(89,193,214,1) !important;
}
.link-privacity {
    transition: all 250ms;
    color: rgba(129,129,128,1);
}
.link-privacity:after {
    content: '';
    width: 0px;
    height: 1px;
    position: absolute;
    background: rgba(89,193,214,1);
    margin: 30px 0 0 -165px;
    transition: all 250ms;
}
.link-privacity:hover {
    color: rgba(89,193,214,1) !important;
    cursor:pointer;
}
.link-privacity:hover:after {
    width:182px;
}
.btn-hypnon {
    border: 1px solid rgba(89,193,214,1);
    color: rgba(89,193,214,1);
    transition: all 250ms;
}
.btn-hypnon-submit {
    background-color: rgba(89,193,214,1);
    color: #fff;
}
.btn-hypnon:hover {
    background-color: rgba(89,193,214,1);
    color: #fff;
}
.btn-hypnon-submit:hover {
    background-color: rgba(89,193,214,.1);
    color:  rgba(89,193,214,1);
}
.btn-hypnon-submit.disabled:hover {
    background-color: rgba(89,193,214,1);
    color: #fff;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.margin-auto {
    margin:auto;
}

/*footer*/
footer {
    margin-top: 100px;
    background-color: rgba(28,28,27,1);
    clear:both;
    width: 100%;
    bottom:0;
}
.btn-footer {
    transition: all 250ms;
    background-color: rgba(89,193,214,1);
    color: rgba(28,28,27,1);
    padding: 0px 11px;
    font-size: 30px;
    border-radius: 2px;
}
.btn-footer:hover {
    cursor:pointer;
    background: #fff;
    color: rgba(28,28,27,1);
}

.link-footer {
    transition: all 250ms;
    color:rgba(89,193,214,1);
    display:block;
}
.link-footer:hover {
    color: #fff;
    cursor:pointer;
    text-decoration: none;
}

.img-work-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    border-left: 2px solid white;
    border-right: 2px solid white;
}
/* WORKS */
.accordion-work .card {
    border: 0;
}
.accordion-work .card .card-header {
    background:transparent !important;
    border: 0;
}
.accordion-work .card .card-header .btn-work {
    background:transparent;
}

.btn-work:focus, .btn-work:active, .btn-work:visited, .btn-work:link {
    border: 0;
    text-decoration: none;
}

.btn-work h2 {
    color:rgba(89,193,214,.5);
    font-size: 1.5rem;
    transition:all 250ms;
}
.btn-work h4 {
    color: rgba(28,28,27,.5);
    font-size: 1rem;
    transition: all 250ms;
}
.btn-work:not(.active-work) h4:after {
    content: '';
    position: absolute;
    bottom: 10px;
    width: 0;
    height: 2px;
    background: rgba(89,193,214,.5);
    transition: all 250ms;
    left: 19px;
}
.btn-work:not(.active-work):hover h4:after {
    width: 95%;
}
.btn-work:hover  {
    cursor:pointer;
}
.btn-work:hover h2 {
    color:rgba(89,193,214,1);
    font-size: 1.5rem;
}
.btn-work:hover h4 {
    color: rgba(28,28,27,1);
    font-size: 1rem;
}

.btn-work.active-work h2 {
    color:rgba(89,193,214,1);
    font-size: 2rem;
}
.btn-work.active-work h4 {
    color: rgba(28,28,27,1);
    font-size: 1.5rem;
}
 .dropdown-work-filter {
     position:fixed;
     left:50px;

 }
.btn-work-filter {
    padding: 5px 12px;
    border: 1px solid rgba(89,193,214,1);
    color: #fff;
    border-radius: 50%;
    background: rgba(89,193,214,1);
    z-index: 9999;
}
.btn-work-filter:hover {
    border: 1px solid rgba(89,193,214,1);
    background: #fff;
    color: rgba(89,193,214,1);
}
#nav-float-work-filter {
    padding: 30px;
    position: absolute;
    left: 3.5%;
    top: 30px;
    z-index: 9999;
    border: 1px solid rgba(0,0,0,.05);
    -webkit-box-shadow: 0px 5px 10px -2px rgba(163,163,163,.1);
    -moz-box-shadow: 0px 5px 10px -2px rgba(163,163,163,.1);
    box-shadow: 0px 5px 10px -2px rgba(163,163,163,.1);
}
#nav-float-work-filter ul {
    list-style: none;
    padding:0;
}
.disabled {
    cursor:no-drop;
}
.p-b-300 {
    padding-bottom:300px;
}
.hidden-md, .hidden-md.d-inline-block {
    display: none !important;
}
#ia {
    /*margin-top: 100px;*/
}
.bg-parallax {
	background-image: url('../img/pictures/bg_mindtech.png');
    height: auto;
    padding: 70px 50px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-parallax a {
	color: white;
  	text-decoration: none;
  	font-weight: 600;
  	transition: all 250ms;
}
.bg-parallax a:hover {
  	color: rgba(89,193,214,1);
}
.bg-parallax img {
	display: inline-block;
  	margin: auto;
  	width:80%;
  	margin-top: 50px;
}
.w-100 {
	width: 100%;
}
.m-l-100 {
	margin-left:100px;
}
.f-40 {
	font-size: 40px;
}
.f-36 {
	font-size: 36px;
}
.f-100 {
	font-size: 100px;
}
.spacing-10 {
	letter-spacing: 10px;
}
/* MEDIA QUERY */
@media only screen and (max-device-width: 1366px) {
  .bg-parallax {
   	background-attachment: scroll;
    margin-top: 30px;
  }
  .bg-parallax .m-l-100 {
  	margin-left: 0px;
    text-align: center;
  }
  .bg-parallax .f-100 {
  	font-size:110%
  }
  
}

@media (max-width: 768px) {  
    .nav-hypnon {
        padding-top: 15px !important;
        padding-bottom: 30px !important;
    }
    .nav-white {
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
        background: -webkit-gradient(left top, left bottom, color-stop(75%, rgba(255,255,255,1)), color-stop(72%, rgba(255,255,255,0.65)), color-stop(100%, rgba(255,255,255,0))) !important;
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
        background: -o-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 75%, rgba(255,255,255,0.65) 72%, rgba(255,255,255,0) 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ) !important;

    }
    .nav-hypnon {
        width: 100%;
        background: -moz-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(-5%, rgba(89,193,214,.75)), color-stop(92%, rgba(255,255,255,0.08)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(89,193,214,.75) -5%, rgba(255,255,255,0.08) 92%, rgba(255,255,255,0) 100%);
    }
    body {
        overflow-x: hidden;
    }
    .hidden-xs {
        display: none;
    }
    .hidden-md {
        display: block !important;
    }
    .text-left-xs {
        text-align: left !important;
    }
    .unlist {
        padding-left: 0px;
        margin-bottom: 50px;
    }
    .hypnon-hand-xs {
        position: absolute;
        opacity: .5;
        z-index: -2;
    }
    /* .btn-proyecto {
        max-width: 300px;
    } */
    .p-t-30-xs {
        padding-top: 30px;
    }
    .links-footer-xs {
        text-align: center !important;
    }
    .links-footer-xs a {
        display: inline-block;
        margin-left: 10px;
        margin-right: 10px;
    }
    .work-line {
        position: absolute;
        background: url(../img/pictures/work-line.png);
        width: 100%;
        height: 200px;
        top: 100px;
        left: 0px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    html {
        overflow-x: hidden !important;
    }
    .hypnon-orange {
        max-width: 75%;
    }
    .col-md-4.work {
        padding:0;
    }
    .bg-parallax{
    	margin-top:30px;
  	}
    .bg-parallax img {
        display: inline-block;
        width: 100%;
        margin: auto;
      	margin-top: 40px;
    }
   .bg-parallax .m-l-100 {
      margin-left: 0px;
    }
  	.bg-parallax .text-right, .bg-parallax .w-100 {
      text-align: center;
    }    
    .bg-parallax .f-100 {
      font-size:110%
    }
  .bg-parallax .text-center-sm {
  	text-align:center;
  }
}
