@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirLTStd-Book.otf')  format('opentype'),
         url('fonts/AvenirLTStd-Book.woff') format('woff'), url('fonts/AvenirLTStd-Book.ttf')  format('truetype'), url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirLTStd-Black.otf')  format('opentype'),
         url('fonts/AvenirLTStd-Black.woff') format('woff'), url('fonts/AvenirLTStd-Black.ttf')  format('truetype'), url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Prism';
  src: url('fonts/Prism.eot?#iefix') format('embedded-opentype'),  url('fonts/Prism.woff') format('woff'), url('Prism.ttf')  format('truetype'), url('fonts/Prism.svg#Prism') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirLTStd-Light.otf')  format('opentype'),
         url('fonts/AvenirLTStd-Light.woff') format('woff'), url('fonts/AvenirLTStd-Light.ttf')  format('truetype'), url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),  url('fonts/AvenirLTStd-Heavy.otf')  format('opentype'),
         url('fonts/AvenirLTStd-Heavy.woff') format('woff'), url('fonts/AvenirLTStd-Heavy.ttf')  format('truetype'), url('fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}




/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.wrapper,html,body{
    width: 100%;
    height: 100%;
    color: #333;
    font-family: 'AvenirLTStd-Book';
}
a{
    color: inherit;
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
.book{
  font-family: 'AvenirLTStd-Book';
}
.black{
  font-family: 'AvenirLTStd-Black';
}
.light{
    font-family: 'AvenirLTStd-Light';
}
.heavy{
  font-family: 'AvenirLTStd-Heavy';
}
.weight-1{
    font-weight: 100;
}
.white-font{
    color: #fff;
}
.black-font{
    color: #000;
}
.blue-font{
    color: #1e345a
}
.prism{
    font-family: 'Prism';
}
.content{
    max-width: 1130px;
    margin:0 auto;
    padding:0 15px;
}
ul{
    padding: 0;
    margin:0;
}
/*---- MENU ----*/
.barra{
    background:#e7f0ff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 999;
}
.logo{
    float: left;
}
.logo img,.texto-logo{
display: inline-block;
}
.texto-logo{
    margin-left: 10px;
}
.menu{
    float: right;
    padding-top: 15px;
}
.menu div{
    display: inline-block;
}
.lang {
    font-size: 10px;
    padding: 5px 10px;
    position: relative;
    border-right: 1px solid #ccc;
}
.lang:hover .es-en{
    display: block
}
.menu div.es-en {
    position: absolute;
    display: none;
    font-size: 10px;
    padding: 3px 1px;
    top: 20px;
    text-align: center;
    min-width: 22px;
    background: #c4d8f9;
    left: 5px;
}
.login{
    margin-right: 10px;
    margin-left: 10px;
}
.menu-btn{
    cursor: pointer;
    margin-left: 15px;
}
.menu-push .logo {
    padding-top: 50px;
    width: 205px;
    margin: 0 auto 30px;
    display: block;
    float: none!important;
}
.cerrar-menu {
    position: absolute!important;
    right: 15px;
    cursor: pointer;
    top: 15px;
    left: auto!important;
}
section{
    width: 100%;
    position: relative;
}
#home{
    height: 100%;
}
.home,.contact{
    background: #547fc1;
}
.intro-m,.testimonials{
    background: #64b1bb;
}
.mia{
    background: #1d3359;
}
.miv{
    background: #69c6d2
}
.founders{
    background: #25498a
}
.advisors{
    background: #83b25d
}
.press{
    background: #305eaf
}
.links li {
    padding: 10px 18px;
    font-size: 13px;
    color: #fff;
    position: relative;
}
.sub-menu {
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #2a5093;
    padding-left: 40px;
    margin-left: -18px;
    margin-right: -18px;
    /*margin-top: 10px;
    padding: 7px 0px 7px 40px;
    margin-bottom: -10px;*/
    transition: all 0.5s;
}
.mia:hover ul{
    height: auto;
    opacity: 1;
    margin-top: 10px;
    padding: 7px 0px 7px 40px;
    margin-bottom: -10px;
    border-left:0;
}
.mia:hover:before{
    content: '';
    width: 3px;
    background: #cdec51;
    height: 40px;
    top: 0;
    position: absolute;left: 0;
}
.miv:hover ul{
    height: auto;
    opacity: 1;
    margin-top: 10px;
    padding: 7px 0px 7px 40px;
    margin-bottom: -10px;
}
.miv:hover:before{
    content: '';
    width: 3px;
    background: #cdec51;
    height: 40px;
    top: 0;
    position: absolute;left: 0;
}
.sub-menu li{
    position: relative;
}
.mia-m:before {
    content: '';
    width: 15px;
    height: 17px;
    background: url(../img/mia-m.png);
    position: absolute;
    left: -11px;
}
.clients-m:before {
    content: '';
    width: 18px;
    height: 16px;
    background: url(../img/clients-m.png);
    position: absolute;
    left: -13px;
}
.miv-m:before {
    content: '';
    width: 21px;
    height: 20px;
    background: url(../img/miv-m.png);
    position: absolute;
    left: -16px;
}
.ventures-m:before {
    content: '';
    width: 13px;
    height: 18px;
    background: url(../img/ventures-m.png);
    position: absolute;
    left: -12px;
}
/*---- S1 ----*/
.slider{
    width: 100%;
    height: 100%;
    /*background-image: url(../img/slider.jpg);*/
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}
.overlay{
    position: absolute;
    z-index: 0;
    background:rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.intro{
    position: absolute;
    width: 40%;
    z-index: 1;
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}
.intro h1{
    font-size: 50px;
    margin-bottom: 0px;
}
.botones{
    margin-top: 20px;
}
.play{
    padding:7px 20px 5px 35px;
    font-size: 13px;
    border:1px solid #fff;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
}
.play:before{
    width: 11px;
    height: 14px;
    content: '';
    background: url(../img/play.png);
    position: absolute;
    left: 15px;
}
.btn{
    padding:8px 20px 6px;
    font-size: 13px;
    display: inline-block;
    position: relative;
    background: #cdec51;
    border-radius: 5px;
}
.banner{
    background: #44aeaa;
    padding: 25px 0;
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}
.banner .content{
    position: relative;
}
.banner h1{
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.slick-slide:focus {
    outline: none;
}
.banner .cycle-slide {
    width: 100%;
    box-sizing: border-box;
    top: 50%!important;
    transform: translateY(-50%);
    padding: 0 15px;
}
#inicio .cycle-slide{
    width: 100%;
}
.controles-banner #prev{
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 999;
    opacity: 0.8;
    cursor: pointer;
    transform: translateY(-50%);
}
.controles-banner #next{
    position: absolute;
    right: 15px;
    z-index: 999;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}
/*----INTRO----*/

#intro{
    padding: 100px 0;
    text-align: center;
    background-attachment: fixed;
    width: 100%;
    box-sizing: border-box;
    background-size: cover;
    background-image: url(../img/intro.jpg);
    background-position: bottom;
}
#intro .content {
    max-width: 960px;
}
.btn.blue-btn{
    background: #1d3359;
    color: #fff;
    display: inline-block;
    clear: both;
    margin-top: 20px;
}
.intro-info{
    max-width: 860px;
    margin:0 auto ;
}
.mia-av,.miv-av{
    width: 49%;
    padding: 50px 50px;
    font-size: 15px;
    box-sizing: border-box;
    display: inline-block;
}

/*----mia----*/
#mia{
    padding: 100px 0;
    text-align: center;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../img/mia-bg.jpg);
    background-position: bottom;
}
.local, .strategy, .business {
    padding: 50px;
    box-sizing: border-box;
    width: 32%;
    min-height: 430px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 50px 0;
    border-radius: 10px;
}
.local img, .strategy img, .business img {
    height: 50px;
    transition: all 0.3s;
}
.local span, .strategy span, .business span {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: -2px;
    font-size: 25px;
}
.local{
    background: #b3d895;
    font-size: 14px;
    transition: all 0.3s;
}
.local .hexagon{
    color: #b3d895;
}


.strategy{
    background: #5373a4;
    font-size: 14px;
    transition: all 0.3s;
}
.strategy .hexagon{
    color: #5373a4;
}
.business{
    background: #64b1bb;
    font-size: 14px;
    transition: all 0.5s;
}
.business .hexagon{
    color: #64b1bb
}
.hexagon {
  position: absolute;
  bottom: -28px;
  left: 50%;
  cursor: pointer;
  transform: translateX(-50%);
  width: 50px; 
  height: 28.87px;
  background-color: #ffffff;
  margin: 14.43px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 35.36px;
  left: 0;
  height: 35.36px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 7.3223px;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.3);*/
}
.linea{
    width: 0;
    height: 1px;
    transition: all 0.2s;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
     background: #64b1bb;
}

iframe, object, embed {
    max-width: 100%;
}
@media screen and (min-width: 961px){
.button-group button:hover .linea {
    width: 80%;
}
}
.hexagon:before {
  top: -17.6777px;
}

.hexagon:after {
  bottom: -17.6777px;
}

h1{
    font-size: 30px;
}
.mia-title:before{
    content: '';
    width: 46px;
    height: 52px;
    background-attachment: fixed;
    background: url(../img/mia-title.png);
    position: absolute;
    left: -60px;
    top: -8px;
}
.mia-title{
    position: relative;
    display: inline-block;
}
.mia-info{
    font-size: 14px;
}
.mia-info h3{
    position: relative;
    padding-bottom: 20px;
}
.mia-info h3:before{
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.mia-info img{
    margin:15px 0 30px;
}
.big{
    font-size: 18px;
}
.bigger{
    font-size: 25px;
}
#mia-info{
    padding-top: 100px;
    margin-top: -100px;
}
.more-mia-info{
    display: none;
}
#more-mia-info,#more-mia-info-1,#more-mia-info-2,#more-mia-info-local,#more-mia-info-strategy,#more-mia-info-business{
    padding: 200px 0 0 0;
    margin-top: -200px;
}
@media screen and (min-width: 961px){
    #strategy-cel,#business-cel{
        display: none;
    }
}
@media screen and (max-width: 960px){
    #strategy-cel,#business-cel{
        padding: 200px 0 0 0;
    margin-top: -200px;
    }
    #more-mia-info,#more-mia-info-1{
        display: none!important
    }
}
#more-mia-info-cel{
    display: none;
}
.sig{
    position: absolute;bottom: -55px;
    left: 0;
    right: 0;
    text-align: center;
    margin:0 auto;
}
@media screen and (min-width: 961px){
    .mov{
        display: none;
    }
   .strategy:hover {
    width: 34%;
    height: 449px;
    position: relative;
    margin-top: 41px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    font-size: 15px;
    z-index: 9;
    margin-right: -5px;
    margin-left: -5px;
}
.strategy:hover img{
    height: 70px;
} 
.local:hover {
    width: 34%;
    height: 449px;
    position: relative;
    margin-top: 41px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    font-size: 15px;
    z-index: 9;
    margin-right: -10px;
}
.local:hover img{
    height: 70px;
}
.business:hover {
    width: 34%;
    height: 449px;
    position: relative;
    margin-top: 41px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.55);
    font-size: 15px;
    z-index: 9;
    margin-left: -10px;
}
.business:hover img{
    height: 70px;
}
}
/*___ CLIENTS AND PARTNERS ___*/
#clients{
    padding: 100px 0;
    text-align: center;
}
#clients .desaturate{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
}
.view-more-div {
    height: 500px!important;
    margin-bottom: 50px;
    overflow: hidden;
}
.view-more {
    background: #fff;
    color: #000;
    position: absolute;
    padding: 15px 30px;
    box-shadow: 1px 1px 11px 2px rgba(0,0,0,0.3);
    /*top: 50%;*/
    bottom: 40px;
    left: 0;
/*    transform: translateY(-50%);*/
    right: 0;
    margin: 0 auto;
    width: 120px;
    display: inline-block;
}
.view-more:before {
    content: '';
    width: 14px;
    height: 20px;
    background: url(../img/flecha-view-more.png);
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clientes{
    position: relative;
    margin: 0 auto;
    padding: 0px 0 0;
}
.clientes li{
    display: inline-block;
    /*width: 20%;
    padding:0 25px;
    margin-bottom: -10px;*/
    position: relative;
    box-sizing: border-box;
}
.clientes li img,.portfolio li img,img.test {
    /*filter: hue-rotate(339deg);*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.1s ease-in;
    opacity: 0.2;
    width: 100%
}
.persona img {
    opacity: 1;
}

.clientes li img:hover,.portfolio li img:hover,img.test:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.all img{
    visibility:hidden;
}
.all .circle:before {
    content: '';
    width: 20px;
    position: absolute;
    top: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #4e7bca;
    transition: all 0.3s;
    left: 50%;
    transform: translateX(-50%);
}
.filter-button-group .all .circle:hover:before, .filter-button-group .button-group button:hover .circle:before{
    border-color:#64b1bb;
}

.center{
    text-align: center;
    /*display: inline-block;*/
}
.more-div {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    height: 200px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.none{
    display: none;
}
.more-div {
    transition: all 0.3s;
    /*margin-top: -579px;*/
    cursor: pointer;
}
.button-group button {
    vertical-align: bottom;
    width: 14.8%;
    position: relative;
    display: inline-block;
    background: none;
    border: 0;
    font-size: 10px;
    transition: all 0.3s;
}
.button-group button:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    bottom: 0.1%;
    right: 0;
    background: #ccc;
}
.button-group button.all:before {
    bottom: 0;
}
.fitler-button-group-2 .all .circle:before{
    top: 50px;
}
.button-group.filter-button-group-2 button.all {
    /* vertical-align: bottom; */
    /*margin-bottom: -32px;*/
    color: #222
}
.filter-button-group-2 .all img{
    opacity: 0!important;
    width: 63px;
    height: 50px;
    display: block;
}
.filter-button-group-2 .all .circle:before {
    border: 1px solid #222;
    top: 50px;
}
.filter-button-group-2 button.all:hover {
    color: #64b1bb;
}
.filter-button-group-2 button.all:hover img {
    opacity: 0;
}
.filter-button-group-2 button.all .circle:hover:before {
    border: 1px solid #222;
}
.grid{
        min-height: 250px;
        margin: 0 auto;
        transition: all 0.3s;

}
.grid-item{
/*float: left;
padding: 0 15px;
  width: 176px;
  height: 176px;*/
}
.grid-sizer,
.grid-item { /*margin-bottom: -10px;*/ }
.button-group button:hover{
    color: #64b1bb;
}
.button-group button:hover img {
    -webkit-filter: hue-rotate(339deg);
    filter: hue-rotate(339deg);
    opacity: 0.5;
}
.button-group.filter-button-group-2 button:hover img {
    -webkit-filter: hue-rotate(339deg);
    filter: hue-rotate(339deg);
    opacity: 1;
}
.button-group{
    /*margin-bottom: 60px;*/
}
button:active,button:focus{
    outline: 0;
    color: #64b1bb;
/*    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(339deg);*/
    /*opacity: 0.5;*/
}
button:active img,button:focus img{
    opacity: 0.5;-webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(339deg);
}
.button-group img{
    transition: all 0.1s;
    padding: 15px;
}
/*---- MIV ----*/
#miv{
    padding: 100px 0;
    background: url(../img/miv-bg.jpg);
    background-size: contain;
    background-attachment: fixed;
}
#miv .big.heavy {
    margin-top: 50px;
}
#miv .content{
    text-align: center;
}
.miv-title{
    position: relative;
    display: inline-block;
}
.miv-title:before {
    width: 52px;
    height: 52px;
    content: '';
    background: url(../img/miv-title-icon.png);
    position: absolute;
    left: -64px;
    top: 11px;
}
.miv-columns img{
    padding: 45px 0 25px;
}
.miv-columns .three-c{
    width: 30%;
    display: inline-block;
    font-size: 14px;
    margin:10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    padding: 35px 25px 15px;
    position: relative;
}
.primeras .three-c{
    vertical-align: middle;
    min-height: 230px;
    border-radius: 0 0 0 25px;
}
.segundos .three-c{
    vertical-align: top;
    border-radius: 0 0 25px 0;
    min-height: 530px;
}
.segundos .three-c span{
    padding: 15px 0 10px 40px;
    display: block;
    position: relative;
    text-align: left;
}
.segundos .three-c span:before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 22px;
    left: 10px;
    background: #fff;
    border-radius: 100px;
}
.green-bg{
    background: #b3d895;
}
.blue-bg{
    background: #5373a4;
}
.aqua-bg{
    background: #64b1bb;
}
.titulo-c.heavy {
    font-size: 17px;
}
.early-stage,.range-of-industries,.scalable-markets{
    position: relative;
    display: inline-block;
}
.early-stage:before {
    content: '';
    width: 32px;
    height: 29px;
    background: url(../img/early-stages.png);
    position: absolute;
    left: -40px;
    top: -3px;
}
.range-of-industries:before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img/range.png);
    position: absolute;
    left: -36px;
    top: -3px;
}
.scalable-markets:before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(../img/scalable-markets.png);
    position: absolute;
    left: -30px;
    top: -1px;
}
.triangle{
    width: 18px;
height: 18px;
/*border-style: solid;*/
position: absolute;
bottom: 1px;
}
.primeras .triangle {
    left: 1px;
    /*border-width: 0px 16px 21px 0;
    border-color: transparent #ffffff transparent transparent;*/
	background-image: url(../img/esquina.png);
    background-size: cover;
}
.segundos .triangle{
    right: 1px;
	/*border-color: #ffffff transparent transparent transparent;
    border-width: 21px 16px 0 0;*/
	background-image: url(../img/esquina2.png);
    background-size: cover;
}
/*____ OUR VENTURES _____*/
#our-ventures{
    padding: 100px 0;
}
.hex{
    width: 31%;
    display: inline-block;
    margin: 20px 5px;
    padding: 25px;
    box-sizing: border-box;
    min-height: 300px;
    position: relative;
    vertical-align: top;
    box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.hex.uno{
    background-color: #64b1bb;
    background-image: url(../img/hex-1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.hex.dos{
    background-image: url(../img/hex-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#5373a4;
}
.hex.tres{
    background-image: url(../img/hex-3.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color:#b3d895;
}
.portfolio li {
    display: inline-block;
    /*width: 33%;
    margin-bottom: -10px;*/
    text-align: center;
    /*padding: 0 15px;*/
    list-style-type: none;
}
.item,.grid-item{
/*    max-width: 26%;
    width: 26%
    float: left;
padding: 0 15px;*/
  width: 176px;
  height: 176px;
}
.wrap-portfolio{
    max-width: 600px;
    margin: 0 auto;
}
.portfolio{
    /*max-width: 600px;*/
    margin: 0 auto;
}
.item img{
    /*width: 100%;*/
}
/*---OUR FOUNDERS---*/
#our-founders{
    padding: 100px 0;
    background-image: url(../img/founders.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.button-group.filter-button-group-2 button {
    vertical-align: top;
}
.f-1, .f-2 {
    width: 48%;
    display: inline-block;
    padding: 3%;
    position: relative;
    font-size: 14px;
    vertical-align: top;
    box-sizing: border-box;
}
.founders-2 {
    padding: 20px 0;
}
.f-1 .hexagon2 .bg:before{
    width: 246px;
    height: 281px;
    z-index: 997;
    content: '';
    left: -3px;
    position: absolute;
    top: -72px;
    background-image: url(../img/iker.png);
}
.f-2 .hexagon2 .bg:before {
    background-image: url(../img/yago.png);
    width: 246px;
    height: 281px;
    z-index: 997;
    content: '';
    left: -3px;
    position: absolute;
    top: -72px;
}
.hexagon2 {
  position: relative;
  width: 240px; 
  height: 138.56px;
  background-color: #64C7CC;
  margin: 100px auto;
/*  box-shadow: 0 0 20px rgba(0,0,0,0.6);*/
transition: all 0.3s;
}
.hexagon.iker-more.heavy,.hexagon.yago-more{
    width:50px!important;
}

.hexagon2:hover,.hexagon2:hover::before,.hexagon2:hover::after{
      box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.hexagon2:before,
.hexagon2:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 169.71px;
  height: 169.71px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
transition: all 0.3s;
  left: 35.1472px;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.6);*/
}

.hexagon2:before {
  top: -84.8528px;
}

.hexagon2:after {
  bottom: -84.8528px;
}

/*cover up extra shadows*/
.hexagon2 span {
  display: block;
  position: absolute;
  top:0px;
  left: 0;
  width:240px;
  height:138.5641px;
  z-index: 2;
  background: inherit;
}

.social li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    margin: 20px 0;
    line-height: 2.7em;
}
.fb{
background: #5373a4;
}
.tw{
background-color: #64b1bb;
}
.in{
background-color: #1d3359;
}
.yago-more span,.iker-more span {
    color: #1d3359;
    position: relative;
    z-index: 9;
    font-size: 20px;
}
.iker,.yago {
    /*height: 410px;*/
    overflow: hidden;
    transition: height 0.5s;
}

/*---- TESTIMONIALS ----*/
#testimonials{
    padding: 100px 0;
    background-image: url(../img/testimonials.jpg);
    background-attachment: fixed;
    background-size: cover; 
}
.bubble {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    font-size: 13px;
    padding: 30px;
    background: #fff;
    /*border: 1px solid #666;*/
    text-align: left;
    /* background: #FFFFFF; */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s;
}
button{
    background: transparent;
    border:none;
}
.burbuja:hover  .bubble{
    background: #fff;
    border-color: #fff;    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}
/*img.test:hover {
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
}*/
.burbuja:hover img.test{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.bubble:hover:after{
    border-color: #fff transparent;
}

.bubble:after {
    transition: all 0.2s;
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -11px;
    bottom: -9px;
    left: 21%;
}
.burbuja{
    width: 30%;
    display: inline-block;
}
.persona {
    text-align: left;
    max-width: 334px;
    padding: 26px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 12px;
}
.burbuja {
    width: 30%;
    display: inline-block;
}
.foto {
    float: left;
}
.puesto h3 {
    margin: 0;
    font-size: 16px;
}
.puesto {
    margin-top: 25px;
float: left;
width: 60%;
padding-left: 10px;
}
.burbujas.clearfix {
    padding: 50px 0;
}

/*-----ADVISORS-----*/
#advisors{
    padding: 100px 0;
}
.slide-2 .cycle-slide{
    width: auto;
    height: auto
}
.green-font{
  transition: all 0.3s;
    /*color: #85af62;*/
}
.text-advisor {
    max-width: 200px;
    color: #444543;
  transition: all 0.3s;
    opacity: 0.3;
    font-size: 13px;
    margin: 15px auto 0;
    text-align: center;
    white-space: normal;
}
.text-advisor {
    max-width: 200px;
  transition: all 0.3s;
    color: #444543;
    font-size: 13px;
    margin: 15px auto 0;
    text-align: center;
    white-space: normal;
}
.foto-advisor {
    text-align: center;
  transition: all 0.3s;

  position: relative;
  width: 144px; 
  height: 83.14px;
  /*background-color: #64C7CC;*/
  transition: all 0.3s;
  margin: 80px auto 80px;
}

.foto-advisor:hover {
  /*box-shadow: 0 0 20px rgba(0,0,0,0.6);*/
}
.foto-advisor:before,
.foto-advisor:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 101.82px;
  height: 101.82px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  transition: all 0.3s;
  left: 21.0883px;
}
.foto-advisor:hover:before,
.foto-advisor:hover:after{
  /*box-shadow: 0 0 20px rgba(0,0,0,0.6);*/
}

.foto-advisor:before {
  top: -50.9117px;
}

.foto-advisor:after {
  bottom: -50.9117px;
}

/*cover up extra shadows*/
.foto-advisor span {
  display: block;
  position: absolute;
  top:0px;
  left: 0;
  width:144px;
  height:83.1384px;
  z-index: 2;
  background: inherit;
}
.foto-advisor img {
    position: absolute;
    transition: all 0.3s;
    top: -42px;
    left: -11px;
    z-index: 9;
    /*filter: hue-rotate(339deg);*/
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
.foto-advisor img:hover,.foto-advisor:hover img,.hover-active:hover .foto-advisor img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}
/*.slick-active .foto-advisor img{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}*/
/*.slick-active .foto-advisor,
.slick-active .foto-advisor:before,
.slick-active .foto-advisor:after,*/.foto-advisor:hover,.foto-advisor:hover:before,.foto-advisor:hover:after,.hover-active:hover .foto-advisor,.hover-active:hover .foto-advisor:before,.hover-active:hover .foto-advisor:after{
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
/*.slick-active .green-font{
    color: #85af62;
}
.slick-active .text-advisor{
    opacity: 1;
}*/
.foto-advisor:hover .green-font,.text-advisor:hover .green-font,.hover-active:hover .green-font{
    color: #85af62;
}
.slick-disabled {
    opacity: 0.3;
}
.foto-advisor:hover .text-advisor, .text-advisor:hover,.foto-advisor img:hover .text-advisor,.hover-active:hover .text-advisor{
    opacity: 1;  
}
#next-2,.slick-next{
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 62%;
}
#prev-2,.slick-prev{
    position: absolute;
    left: 15px;
    top: 62%;
    z-index: 9;
}
/*------PRESS-------*/
#press{
    padding: 100px 0;
    background: #e1eef5;
}
.press-cycle{
    margin: 50px 0 0 0;
}
.press-cycle img{
        padding: 0 40px;
    box-sizing: border-box;
    max-width: 100%;
    opacity: 0.6;
    /*transition: all 0.3s;*/
}
.press-cycle img:hover{
    opacity: 1;
}
#press .slick-prev{
    left: -30px;
}
#press .slick-next{
    right: -30px;
}
#next-3{
    position: absolute;
    right: 15px;
    top: 60%;z-index: 99;
}
#prev-3{
    position: absolute;
    left:15px;
    top: 60%;z-index: 99;
}
/*------CONTACTO------*/
#contact{
    /*height: 450px;*/
    /*padding: 100px 0;*/
    box-sizing: border-box;
    position: relative;font-size: 13px;
}
#contacto{
    margin-top: -90px;
    padding-top: 90px;
}
.check {
    background: #67bdba;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
}
.check span{
    display: inline-block;
    width: 30px;
    text-align: center;
}
.check span img{
    max-width: 100%;
}
.check div{
    margin-bottom: 5px;
}
#contact .content{
    max-width: 1160px;
    /*position: absolute;*/
    margin: 0 auto;
    z-index: 99;
}
@media screen and (min-width: 961px){
    .contacto{
        max-width: 650px;
    }
}
.contacto {
    /*width: 50%;*/
        /*max-width: 650px;*/
    position: absolute;
    top: 50%;
    box-shadow: 0px 1px 18px rgba(0,0,0,0.3);
    z-index: 99;
    transform: translateY(-50%);
}
.form {
    display: table-cell;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    content: #bab9b9;
    vertical-align: middle;
}
.form input[type="text"], .form textarea, .form input[type="email"] {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #bab9b9;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}
textarea{
    margin-bottom: 20px!important;
    min-height: 80px;
    resize: none;
}
input[type="submit"] {
    padding: 10px;
    background: #67bdba;
    color: #fff;
    padding: 10px 15px;
    font-size: 13px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
}
#bodyContent {
    text-align: center;
}
.name,.title,.company,.email,.message{
    position: relative;
}
.name:before {
    content: '';
    width: 12px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../img/name.png);
    transform: translateY(-50%);
}
.title:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../img/title.png);
    transform: translateY(-50%);
}
.company:before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../img/company.png);
    transform: translateY(-50%);
}
.email:before {
    content: '';
    width: 16px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url(../img/email.png);
    transform: translateY(-50%);
}
.message:before {
    content: '';
    width: 20px;
    height: 19px;
    position: absolute;
    right: 9px;
    top: 9px;
    background: url(../img/message.png);
}
.message input::-webkit-input-placeholder {
   color: white;
}

.message input:-moz-placeholder { /* Firefox 18- */
   color: white;  
}

.message input::-moz-placeholder {  /* Firefox 19+ */
   color: white;  
}

.message input:-ms-input-placeholder {  
   color: white;  
}

/*----FOOTER----*/
.footer{
    background: #406099;
    font-size: 13px;
    padding: 50px 0 0;
}
.footer .book{
    margin-bottom: 15px;
    font-weight: bold;
}
.footer a{
    line-height: 0.7em;
    display: block;
}
.footer .logo{
        font-size: 15px;
    margin: 0 0 25px 0;
}
.col-20{
    width: 20%;
    vertical-align: top;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.col-15{
     padding: 10px;
    box-sizing: border-box;
    width: 15%;
    vertical-align: top;
    float: left;
}
.col-25{    padding: 10px;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
    float: left;
    width: 25%;
}
.terms-footer{
    margin-top: 20px;
    padding: 20px 0;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.7) 
}
.col-25 .message input{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 4px;
}
.footer-social{
    padding-left: 30px;
}
.footer-social li{
    list-style-type: none;
}
.footer-social a{
    line-height: 2.3em;
    display: block;
}
.footer-social li{
    position: relative;
}
.footer-social li img {
    position: absolute;
    left: -33px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android 
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    transition: 0.2s ease-in;
    opacity: 0.3;
}

.footer-social li:hover img{
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.check img {
    /*margin: 0 7px 0 10px;*/
}
/*------MOVIL-------*/
@media screen and (max-width: 961px){
    .texto-logo {
    margin-left: 10px;
    font-size: 13px;
}
}
@media screen and (max-width: 960px){
    .desk{
        display: none;
    }
.intro {
    width: 100%;
    left: 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.sub-menu {
    height: auto;
    overflow: hidden;
    opacity: 1;
    margin-top: 11px;
    margin-bottom: -10px;
}
    #press{
        overflow: hidden;
    }
    #contact .content{
        padding: 0;
    }
    .iker, .yago {
    /*height: auto!important;*/
}
.yago .hexagon,.iker .hexagon{
    display: none;
}

    .persona {
    max-width: 320px;
    margin: 0 auto 80px;
}
.hex{
    margin: 20px 0;
}
.puesto {
    margin-top: 31px;
    font-size: 12px;
    float: left;
    padding-left: 10px;
}
.footer .clearfix {
    width: 100%;
}
.bubble{
    margin: 0 auto
}
.burbuja {
    width: 100%;
    text-align: center;
    display: inline-block;
}
.col-20,.col-15,.col-25,.hex{
    width: 100%;
}
.hex{
min-height: inherit;}
    .miv-av,.mia-av{
        width: 100%;
        padding: 20px 0;
    }
    .banner h1{
        font-size: 16px;
    }
    .local, .strategy, .business {
        width: 100%;
        min-height: initial;
    }
    .button-group button{
        width: 49%;
    }
    #miv{
        background-size: cover;
    }
    .miv-columns .three-c {
    width: 100%;
    min-height: inherit;
    margin: 10px 0;
}
}
@media screen and (max-width: 768px){
    .contacto {
    width: 100%;
     position: relative; 
    /* top: 50%; */
     box-shadow: none; 
    z-index: 99;
     transform: translateY(0); 
}
.cycle-carousel-wrap {
    padding: 0 50px!important;
}
#press .center{
    padding: 0;
    overflow: hidden;
}
.press-cycle{
    width: 100%!important;
        /*padding: 0 50px;*/
}
#map{
height: 400px!important;
}
.check,.form{
    display: block;
    width: 100%;
}
/*.foto-advisor {
    margin: 80px 1.8em;
}*/
.press-cycle img{
    padding: 0 50px;
    }
    .wrap-advisors{
        /*padding: 0 50px;*/
    }
    .slider {
    background-size: initial;
}
}
@media screen and (max-width: 600px){
    .f-1, .f-2{
        width: 100%;
    }
    .clientes li{
        /*width: 50%;*/
    }
    .intro {
    width: 100%;
    left: 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.mia-title:before {
    left: 0;
    top: -80px;
    right: 0;
    margin: 0 auto;
}
.miv-title:before {
    left: 0;
    top: -50px;
    right: 0;
    margin: 0 auto;
}
.portfolio li{
    /*width: 23%;*/
}
}
@media screen and (max-width: 320px){
    .lang {
    font-size: 8px;
    padding-right: 5px;
    border-right: 1px solid #ccc;
}
.login {
    margin-right: 0px;
    margin-left: 5px;
}
.login img{
    width: 10px;
}
.texto-logo {
    margin-left: 5px;
    font-size: 12px;
}
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
#info-portfolio,#info-clients {
    max-width: 400px;
    font-size: 12px;
    padding: 15px 50px;
    box-sizing: border-box;
}
#info-portfolio .logo, #info-clients .logo{
    width: 100%;
    text-align: center;
}
#info-portfolio .logo img, #info-clients .logo img{
    max-width: 100%;
}
.info{
    width: 100%;
	text-align:center;
}
input[type=checkbox].css-checkbox {
                            position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
                        }

                        input[type=checkbox].css-checkbox + label.css-label {
                            padding-left:24px;
                            height:19px; 
                            display:inline-block;
                            line-height:19px;
                            background-repeat:no-repeat;
                            background-position: 0 0;
                            font-size:19px;
                            vertical-align:middle;
                            cursor:pointer;

                        }

                        input[type=checkbox].css-checkbox:checked + label.css-label {
                            background-position: 0 -19px;
                        }
                        label.css-label {
                background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_cc483c9d8cd8f37fc10726a14959a7d0.png);
                -webkit-touch-callout: none;
                -webkit-user-select: none;
                -khtml-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }
