﻿/* Binarial.CSS 1.0 Febrero 2020 */
/* Definiendo elementos globales */
 @font-face{
    font-family: 'binarial';
    src: url('../fonts/binarial.woff2'), url('../fonts/binarial.woff');
     font-display: swap;
}
@font-face{
    font-family: 'lato';
     src: url('../fonts/Lato-Bold.woff2'), url('../fonts/Lato-Bold.woff');
     font-display: swap;
}
body{
    background-color: #fffdf6;
     font-family: 'lato' !important;
}
.full{
    max-width:100%;
}
.landscape{
    max-width:1600px
}
[class^="ico-"], [class*=" ico-"]{
    font-family: 'binarial' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1em;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
.ico-productivity .path1:before{
    content: "a";
     color: #c6eed6;
}
.ico-productivity .path2:before{
    content: "b";
     margin-left: -1em;
     color:#8ee0b8;
}
.ico-productivity .path3:before{
    content: "c";
     margin-left: -1em;
     color: #0cc7a8;
}
.ico-segurity .path1:before{
    content: "d";
     color: #c6eed6;
}
.ico-segurity .path2:before{
    content: "e";
     margin-left: -1em;
     color:#8ee0b8;
}
.ico-segurity .path3:before{
    content: "f";
     margin-left: -1em;
     color: #0cc7a8;
}
.ico-sustainability .path1:before{
    content: "g";
     color: #c6eed6;
}
.ico-sustainability .path2:before{
    content: "h";
     margin-left: -1em;
     color:#8ee0b8;
}
.ico-sustainability .path3:before{
    content: "i";
     margin-left: -1em;
     color: #0cc7a8;
}
.ico-control .path1:before{
    content: "j";
     color: #c6eed6;
}
.ico-control .path2:before{
    content: "k";
     margin-left: -1em;
     color:#8ee0b8;
}
.ico-control .path3:before{
    content: "l";
     margin-left: -1em;
     color: #0cc7a8;
}
.ico-fail .path1:before{
    content: "m";
     color: #c6eed6;
}
.ico-fail .path2:before{
    content: "n";
     margin-left: -1em;
     color:#8ee0b8;
}
.ico-fail .path3:before{
    content: "o";
     margin-left: -1em;
     color: #0cc7a8;
}
.ico-optimization .path1:before{
    content: "p";
     background: -webkit-linear-gradient(0deg,#c6eed6 0%,#f0faf4 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.ico-optimization .path2:before{
    content: "q";
     margin-left: -1em;
     background: -webkit-linear-gradient(0deg,#c6eed6 0%,#8ee0b8 100%);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.ico-optimization .path3:before{
    content: "r";
     margin-left: -1em;
     color: #0cc7a8;
}
.ico-phone .path1:before{
    content: "s";
     color: #8ee0b8;
}
.ico-phone .path2:before{
    content: "t";
     margin-left: -1em;
     color:#0cc7a8;
}
.ico-mail .path1:before{
    content: "u";
     color: #8ee0b8;
}
.ico-mail .path2:before{
    content: "v";
     margin-left: -1em;
     color:#0cc7a8;
}
.ico-linkedin:before{
    content: "w";
     color: #0cc7a8;
}
.ico-instagram:before{
    content: "x";
     color: #0cc7a8;
}
.ico-robot .path1:before{
    content: "y";
     color: #8ee0b8;
}
.ico-robot .path2:before{
    content: "z";
     margin-left: -1em;
     color:#0cc7a8;
}
.ico-binarial:before{
    content: "A";
    color:#ffffff;
}
/* Menu de navegación */
nav{
    height: 100px;
    background: transparent !important;
}
nav {
  transition: all 0.3s ease-in-out;
}
 .active-nav{
    height: 80px;
    background: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) !important;
}
.button{
    border: none;
     display: inline-block;
     padding: 8px 16px;
     vertical-align: middle;
     overflow: hidden;
     text-decoration: none;
     color: inherit;
     background-color: inherit;
     text-align: center;
     cursor: pointer;
     white-space: nowrap;
}
.button:hover{
    color: #0cc7a8;
     text-decoration-line: underline;
     text-underline-offset: 8px;
     text-decoration-thickness: 3px;
     fill: #0cc7a8;
}
.button.active{
     color: #0cc7a8;
     text-decoration-line: underline;
     text-underline-offset: 8px;
     text-decoration-thickness: 3px;
     fill: #0cc7a8;
}
.button.active:hover{
     color: #fff;
     text-decoration-line: underline;
     text-underline-offset: 8px;
     text-decoration-thickness: 3px;
     fill: #0cc7a8;
}
.button.contacto{
    margin-left: 32px;
    border-style: solid;
     border-width: 1px;
     border-color: white;
}
.button.contacto:hover{
     color: #0cc7a8;
     text-decoration: none;
     border-color: #0cc7a8 !important;
}
a.svg_menu{
    width: 200px;
     height: auto;
     fill: #fff;
     position: absolute;
     top: 50%;
     left:8.33%;
     transform: translateY(-50%);
}
@media screen and (max-width: 1600px){
    a.svg_menu{
        left:0px;
    }
}
.ref_menu{
    position: absolute;
     top: 50%;
     right:8.33%;
     transform: translateY(-50%);
}
@media screen and (max-width: 1600px){
    .ref_menu{
        right: 16px;
    }
}
@media screen and (max-width: 800px){
    .ref_menu{
        display: none!important;
    }
}
.dotMenu{
    width: 75px;
    height: 75px;
    background-color: #0cc7a8;
    border-style: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
    padding: 0;
    position: fixed !important;
    bottom: 2%;
    right: 2%;
    }

#mySidebar{
    background-color: #8ee0b8;
    z-index: 3!important;
    }
.sideMenu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.dotCenter{
    font-size:60px!important;
    position: relative !important;
    top: 4px !important;
    left: -37%;
}
/* Pie de pgina */
 .svg_footer{
    fill: #0cc7a8;
}
.svg_footer>svg{
    width: 100%;
     height: auto;
}
footer a, footer b{
    color:#0cc7a8 !important;
     text-decoration:underline !important;
}
footer span{
    color:#0cc7a8 !important;
}
footer hr{
    border-top:3px solid #0cc7a8;
}
/* Headers */
 .bg-portrait{
     background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) ,url("../images/image1.jpg");
     background-color: #8ee0b8;
     width: 100%;
     height: 800px;
     max-height: 1080px!important;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
.bg-section{
     background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) ,var(--bg-section);
     background-color: #8ee0b8;
     width: 100%;
     height: 400px;
     max-height: 400px!important;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
.bg-display{
    width: 520px;
}
@media screen and (max-width:520px){
    .bg-display{
        width: 100%;
    }
}
.bg-action{
    margin-top:2.25em;
}
.bg-action>a{
    background: #0cc7a8;
     text-decoration:none;
     padding:1em
}
.bg-action>a:hover{
    background: #8ee0b8;
}
/* Otras secciones */
 .about-name{
    margin-top:-0.75em;
     line-height: 1em;
}
.about-name b{
    color:#0cc7a8;
}
.whatdo{
    position: relative !important;
     background-color: #0cc7a8;
     max-width: 100%;
     max-height: 100%;
     width: 100%;
     height: 750px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
.whatdo>.view{
    height: 600px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-image: var(--whatdo-view);
}
.whatdo.first{
    padding-left: 2.5em;
     padding-right: 2.5em;
}
.whatdo>.title{
    position: absolute;
     top: 0%;
     width:75%;
     transform: translateY(8.33%);
     line-height: 1em;
}
.whatdo>.subtitle{
    position: absolute;
     top: 100%;
     width:90%;
     transform: translateY(-100%);
     line-height: 1.5em;
}
.whatdo>.action{
    position: absolute;
     top: 100%;
     width:100%;
     transform: translateY(-100%);
     line-height: 2em;
}
.whatdo>.logo-action{
    position: absolute;
     top: 50%;
     width:100%;
     transform: translateY(-50%);
     fill:#fff;
}
@media screen and (max-width:600px){
.whatdo{
    position: relative !important;
     background-color: #0cc7a8;
     max-width: 100%;
     max-height: 100%;
     width: 100%;
     height: 475px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}
.whatdo>.view{
    height: 300px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-image: var(--whatdo-view);
}
}
.bg{
    padding: 0px 50px;
     background: -webkit-linear-gradient(-33deg,#031a2a 0%, #042c45 66%,#001624 100%);
}
.bg-about{
    width: 100%;
    padding: 1rem 2rem;
    background: -webkit-linear-gradient(-33deg,#031a2a 0%, #042c45 66%,#001624 100%);
}
.bg-dot{
    background-image: radial-gradient(#0a3349 0%, #0d334a 30%, transparent 57%);
    background-size: 2rem 2rem;
    color: #fff;
}
.bg-about .bg-dot{
    min-height:1080px;
    position:relative;
}
.bg-title{
   display: inline-block;
   padding: 8px 16px;
   color: #0cc7a8;
   border-style: solid;
   border-width: 3px;
   border-color: #0cc7a8;
   border-radius: 10px;
   margin-left: 0.75em;
   font-weight:700;
}
.mi-grafico object{
    max-width: 100%;
     max-height: 100%;
     width: 100%;
     height: auto;
}
.logo{
    min-width:100px;
}
.about h2>b{
  color:#0cc7a8;
}
.about span{
  font-weight:700;
  color:#0cc7a8;
}

.dot-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dot {
  position: relative;
  background-image: radial-gradient(#fff 0%, #fff 30%, transparent 70%);
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  transition: all 0.3s ease;
}
.dot-container:hover .dot {
  background-image: radial-gradient(#0cc7a8 0%, #0cc7a8 30%, transparent 80%);
}
.dot.active {
  background-image: radial-gradient(#0cc7a8 0%, #0cc7a8 30%, transparent 80%);
}
.dot::before, .dot::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
}
.dot.active::before, .dot.active::after {
  border-color: #0cc7a8;
}
.dot::before {
  height: 180%;
  width: 180%;
  top: -40%;
  left: -40%;
}

.dot::after {
  height: 140%;
  width: 140%;
  top: -20%;
  left: -20%;
}

.dot-container:hover .dot::before, .dot-container:hover .dot::after {
  border-color: #0cc7a8;
}
.dot-value .title {
  position: relative;
  width:25rem;
  right: -2rem;
  font-size: 1em;
  line-height : 1em;
  margin: 0;
}
.dot-value .subtitle {
  position: relative;
  width:25rem;
  top:0.25em;
  left:4em;
  font-size: 1em;
  opacity: 0;
  transition: opacity 1s;
}
.subtitle.show {
  display: block;
  opacity: 1;
}
.subtitle.fade-out{
  opacity: 0;
}
.dot-container:hover .title {
  color: #0cc7a8;
}

.title.active {
  color: #0cc7a8;
}
.dot-value{
  position: absolute;
}


.dot-value.v1{
  top:11%;
  right:8%;
}
.dot-value.v2{
  top:22%;
  left:24%;
}
.dot-value.v3{
  top:36%;
  left:50%;
}
.dot-value.v4{
  top:53%;
  left:12%;
  right:0;
}
.dot-value.v5{
  top:83%;
  right:50%;
}
.dot-value.v6{
  top:69%;
  right:2%;
}


@media screen and (max-width:860px){
.dot-value{
  position: relative;
  animation-direction: reverse;
  padding: 1.25rem 4rem;
  transition: all 0.3s ease;
}
.dot-value.v1{
  top:0;
  left:0;
  right:0;
}
.dot-value.v2{
  top:0;
  left:0;
  right:0;
}
.dot-value.v3{
  top:0;
  left:0;
  right:0;
}
.dot-value.v4{
  top:0;
  left:0;
  right:0;
}
.dot-value.v5{
  top:0;
  left:0;
  right:0;
}
.dot-value.v6{
  top:0;
  left:0;
  right:0;
}
.dot-value .title {
  width:12.5rem;
}
.dot-value .subtitle {
  width:12.5rem;
}
}

.card-container {
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 1000px;
}
.card{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.27),rgba(0, 0, 0, 0.25)), var(--bg-card);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)), var(--bg-card);
    cursor: pointer;
}

.card > .title{
    position: absolute;
    top: 50%;
    width:100%;
    transform: translateY(-50%);
    cursor: pointer;
}

.back-card{
    position: relative !important;
    background-color:  #fffdf6;
    border: 2px solid #000;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 600px;
}

.back-card > .title{
    position: absolute;
    text-align: left;
    color: #0cc7a8;
    top: 5%;
    left: 10%;
    width:50%;
}

.back-card > .close{
    position: absolute;
    text-align: right;
    top: 2.5%;
    right: 7.5%;
    width:33%;
    cursor: pointer;
}

.back-card > .subtitle{
    position: absolute;
    text-align: left;
    line-height: 1.25em;
    top: 50%;
    left: 10%;
    width:80%;
    transform: translateY(-50%);
}

.card-container .card,
.card-container .back-card {
  transition: transform 1.5s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-container .card {
  z-index: 2;
}

.card-container .back-card {
  transform: rotateY(180deg);
  z-index: 1;
}

.card-container.flipped .card {
  transform: rotateY(-180deg);
  z-index: 1;
}

.card-container.flipped .back-card {
  transform: rotateY(0deg);
  z-index: 2;
}
.button.contact{
    border: 2px solid #0cc7a8 !important;
    background-color: #0cc7a8 !important;
    color: white !important;
}
.button.contact:hover{
    background-color: #8ee0b8 !important;
    text-decoration: none !important;
}

.join h4{
    color: #0cc7a8;
}
.join span{
    font-weight: 700;
    color: #0cc7a8;
}

.input {
    background-color: #fffdf6 !important;
    border-color: #0cc7a8 !important;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    outline: none;
}
.input:focus {
    background-color: #fff !important;
    border: 2px solid #0cc7a8 !important;
}

.contact h2{
    color: #0cc7a8;
}

.info-container {
    background-color: #c6eed6;
    text-align: left;
    line-height:1.25em;
    min-height: 240px;
}
.info-container h3{
    color: #0cc7a8;
    line-height:1.5em;
}


.button.contacto.active{
     text-decoration-line: none;
     color: white;
     background-color: #0cc7a8 !important;
     border-color: #0cc7a8 !important;
}

.button.contacto.active:hover{
     color: #fff;
     background-color: #8ee0b8 !important;
     text-decoration-line: none;
}