* {
  font-family: "Mulish", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 160%;
  color: #2e3438;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  scroll-behavior: smooth;
}
body{
  background-color: #fafafb;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1; 
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation { 
    0% { 
        opacity: 0; 
    } 
    100% { 
        opacity: 1; 
     } 
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 160%;
}
b{
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
b.medium{
  color:#606B71; 
}
h1{
  font-weight: 900;
}
h2 {
  font-weight: 900;
  margin-bottom: 25px;
}
h3 {
  font-weight: 900;
  font-size: 1.4em;
  margin-bottom: 20px;
}
h4{
  font-weight: 900;
  font-size: 1.2em;
  margin-bottom: 12px;
  margin-top: 4px;
}
h5 {
  font-size: 12px;
  margin-top: 10px;
  color: #a9a9a9;
}
h6 {
  font-weight: 900;
}
h3.h3-near{
  margin: 20px 0 10px 0;
}
u {
  text-decoration: none;
  border-bottom: 1px dotted #0000003d;
  font-weight: 400;
  color: #30373c;
}
i {
  font-style: normal;
  font-size: 15px;
  color: rgb(87 101 109);
}
figcaption {
    line-height: 18px;
    font-size: 14px;
    color: rgba(96,107,113,0.8);
    margin: 4px 0 32px 0;
}
img {
  max-width: 100%;
}
video {
  max-width: 100%;
  border-radius: 3px;
}
.tp-8{
  padding-top: 8px;  
}
.tp-10{
  padding-top: 10px;  
}
.tp-20{
  padding-top: 20px;  
}
.tp-40{
  padding-top: 40px;  
}
.tp-30{
  padding-top: 30px;  
}
.tp-50{
  padding-top: 50px; 
}
.tp-60{
  padding-top: 60px;  
}
.tp-80{
  padding-top: 80px;  
}
.tp-100{
  padding-top: 100px;  
}
.tp-120{
  padding-top: 120px;
}
.tp-160{
  padding-top: 160px;
}
.bp-8{
  padding-bottom: 8px;
}
.bp-20{
  padding-bottom: 20px;
}
.bp-32{
  padding-bottom: 32px;
}
.bp-40{
  padding-bottom: 40px;
}
.bp-60{
  padding-bottom: 60px;
}
.bp-80{
  padding-bottom: 80px;
}
.bp-100{
  padding-bottom: 100px;
}
.bp-120{
  padding-bottom: 120px;
}
.bp-140{
  padding-bottom: 140px;
}
.bp-160{
  padding-bottom: 160px;
}
ul {
    padding: 0 0 0 20px;
}
li {
    margin-bottom: 24px;
}

/*---------------------------------MENU*/

.gradient{
  width: 100%;
  height: 3px;
  background: rgb(156,39,176);
  background: -moz-linear-gradient(left, rgb(156,39,176) 0%, rgb(233,30,99) 75%, rgb(255,152,0)856%, rgb(253,216,53) 100%);
  background: -webkit-linear-gradient(left, rgb(156,39,176) 0%,rgb(233,30,99) 75%,rgb(255,152,0) 85%,rgb(253,216,53) 100%);
  background: linear-gradient(to right, rgb(156,39,176) 0%,rgb(233,30,99) 75%,rgb(255,152,0) 85%,rgb(253,216,53) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c27b0', endColorstr='#fdd835',GradientType=1 );
  top: 0;
}

.textPink{
  color: #e91e63 !important;
}
.textPurple{
  color: #9c27b0 !important;
}
.textOrange{
  color: #ff9800 !important;
}
.logoMenu{
  text-align: left;
  padding: 14px 0 0 48px;
  justify-content: flex-start;
  color: #5C5C5C;
  font-weight: 300;
  font-size: 1em;
  display: inline-block;
}
.logoMenu:hover{
  background-color: #FFF;
}
nav {
  height: 62px;
  background: #FFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
}

.menu {
  display: block;
}
.paula{
  font-weight: 400;
}
.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  text-decoration: none;
  padding: 18px 25px;
  display: block;
  transition: all 0.2s ease-in-out 0s;
  min-width: 150px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.menu li a:hover,.menu li:hover>a {
  background: #f3f4f7;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}

.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}

.menu ul li a {
    display: block;
    background: #fff;
    text-align: left;
}

.menu ul li a:hover,.menu ul li:hover>a {
    background: #6c1c7a;
    color: #fff;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.menu ul ul {
    left: 169px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #fff;
}

.responsive-menu:hover {
    text-decoration: none;
}

a.homer {
    background: #FF675C;
}
ul.menu {
    display: inline;
    float: right;
    margin: 0 35px 0 0;
}
.menu li{
  margin: 0;
}
.h1-menu{
  font-size: 18px;
  float: left;
  padding: 2px 0px 0 5px;
  font-family: 'Poppins', sans-serif;
}
a#resp-menu {
  float: left;
  max-width: 30px;
  margin-right: 16px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu li a {
        font-size: 12px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .logoMenu{
      display: none;
    }
    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    .menu {
        display: none;
    }

    .responsive-menu {
        display: block;
        position: fixed;
        z-index: 2000;
        box-shadow: 1px -1px 17px 1px #0000001c;
        width: 100%;;
    }
    .menu ul li a {
    background: #f3f4f7;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
	}

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu li a {
        background: #fff;
        color: #797979;
    }

    .menu li a:hover,.menu li:hover>a {
        background: #f3f4f7;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li>ul ul:hover {
        transform: initial;
    }
    ul.menu{
      display: none;
      padding: 0 !important;
      position: fixed;
      z-index: 2;
      width: 100%;
      top: 68px;
      box-shadow: 1px -1px 11px 1px #929292;
    }
    .responsive-menu img{
      margin: -2px 8px 0px 8px;
    }
}



/*---------------------------------HOME*/
h1.home{
  font-size: 2.5em;
  text-align: left;
  margin-bottom: 30px;
}
p.home{
  text-align: left;
  font-size: 1.3em;
  line-height: 40px;
}
p.home span{
  font-size: 1.2em;
  color: #E91E63;
}
section#about {
  margin-top: 170px;
  padding-top: 30px;
}

/*-------------------------PORTFOLIO GRID*/
.portfolio-cruisale, .portfolio-primavera, .portfolio-psigma, .portfolio-uneeq, .portfolio-xero{
  background-image: url("../img/display/display-cruisale.jpg");
  background-repeat: no-repeat;
  height: 400px;
  background-position: 50% 50%;
  background-size: 160%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.portfolio-cruisale:hover, .portfolio-primavera:hover, .portfolio-psigma:hover, .portfolio-uneeq:hover, .portfolio-xero:hover{
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-size: 170%;
  background-position: 50% 6  0%;
}
.portfolio-primavera{
  background-image: url("../img/grid/grid-primavera.jpg");
  background-size: 100%;
}
.portfolio-primavera:hover{
  background-size: 110%;
  background-position: 50% 60%;
}
.portfolio-psigma{
  background-image: url("../img/grid/grid-psigma.jpg");
  background-size: 100%;
  margin-top: 100px;
}
.portfolio-psigma:hover{
  background-size: 110%;
  background-position: 50% 60%;
}
.portfolio-uneeq{
  background-image: url("../img/grid/grid-uneeq.jpg");
  background-size: 105%;
}
.portfolio-uneeq:hover{
  background-position: 50% 58%;
  background-size: 115%;
}
.portfolio-xero{
  background-image: url("../img/grid/grid-xero.jpg");
  background-size: 105%;
}
.portfolio-xero:hover{
  background-position: 50% 58%;
  background-size: 115%;
}


/*---------------------------TESTIMONIALS*/
.testimonial-container{
  overflow: hidden;
  text-align: center;
}
.testimonial-container input {
  display: none;
}

.testimonial-container #slide_1:checked ~ .boo_inner { margin-left:0; }
.testimonial-container #slide_2:checked ~ .boo_inner { margin-left:-100%; }
.testimonial-container #slide_3:checked ~ .boo_inner { margin-left:-200%; }
.testimonial-container #slide_4:checked ~ .boo_inner { margin-left:-300%; }
.testimonial-container .boo_inner {
  width:400%;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

  -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
  -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.testimonial-container .slide_content{
  width:25%;
  float:left;
}
.testimonial-container #controls {
  text-align:center;
}
.testimonial-container #controls label{
  width:8px;
  height:8px;
  margin:0 2px;
  display:inline-block;
  background:#999; /* Change controls background color */
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
.testimonial-container #slide_1:checked ~ #controls label:nth-child(1), 
.testimonial-container #slide_2:checked ~ #controls label:nth-child(2), 
.testimonial-container #slide_3:checked ~ #controls label:nth-child(3), 
.testimonial-container #slide_4:checked ~ #controls label:nth-child(4){
  background: rgb(131,58,180);
  background: -webkit-linear-gradient(-40deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); /* Change controls background color when mouse click */
}
.content-testimonial {
  position: relative;
  margin-bottom: 10px;
}
.content-testimonial:before,
.content-testimonial:after {
  content: "";
  height: 15px;
  width: 19px;
  position: absolute;
}
.content-testimonial:before {
  background: url(icon_testimonial_before.png) 0 0 no-repeat;
  left: 0;
}
.content-testimonial:after {
  background: url(icon_testimonial_after.png) 0 0 no-repeat;
  margin: 5px 10px;
}
.testimonial p {
  display: inline;
}
.author h3 {
  color: #4F595F;
  font-size: 16px;
}
label {
    cursor: pointer;
}
.quotation {
    margin-top: -12px;
    width: 16px;
}

/*----------------------------------CONTACT*/
.social-container{
  margin: 0 auto;
}
.social{
  margin: 0 8px;
  float: left;
}
.social:hover{
    opacity: 0.9;
}
li.contact{
  list-style: none;
  margin: 0 0 3px 0;
}
ul.contact {
    text-align: center;
    margin: 20px auto;
    padding: 0;
}
/*------------------------------------BUTTON*/
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 42px;
  margin: 0 auto;
  text-align:center;
  --borderWidth: 3px;
  background: #f7f9fb;
  position: relative;
  border-radius: 1px;
  cursor: pointer;
  /*  border-radius: var(--borderWidth);*/
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.button:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(15deg, #673AB7, #9C27B0, #E91E63, #FF9800, #E91E63, #9C27B0);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  background-size: 200%;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.button:hover{
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #000;
  background-color: #fbfbfb;
}
.button:hover:after{
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  background-size: 1000%;
}

/*----------------------------------Internas*/
.text-white{
  color: #FFF;
}
.menu-internas{
  top: 0
}
.gradientInternas{
  top: 0;
}
.titlePortfolio{
  margin-top: 160px;
}
.titlePortfolio.psigma{
  color: #9966cc;
}
.description{
  padding: 10px 0;
  border-top: 1px solid #9966cc;
  border-bottom: 1px solid #9966cc;
  margin-top: 30px;
  width: fit-content;
}
.section-2-monolongo .fp-tableCell{
  vertical-align: initial !important;
}
h3.sectionPort {
    font-size: 21px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 8px;
    margin-bottom: 30px;
    width: fit-content;
    min-width: 170px;
}
h2.project{
  font-size: 1.5em;
  margin: 7px 0 3px 0;
  text-transform: uppercase;
}
h2.project.psigma{
  color: #9966cc;
}
h3.rol{
  font-size: 1em;
  font-weight: 100;
  font-style: italic;
}
h3.rol.psigma{
  color: #9966cc;
}
h3.sectionPo85{
  font-size: 1.3em;
  font-weight: 500;
  margin: 40px 0;
  padding: 8px 0;
  border-top: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
  width: 210px;
}
.conPortfolio{
  position: relative;
}
.contPsigma{
  background: url(../img/psigma/background-desktop.png) no-repeat;
  background-size: cover;
}
.videoSoluciones{
  max-width: 100%;
  margin-top: 8%;
}
footer{
  text-align: center;
  font-size: 0.8rem;
  color: #a5a5a5;
  width: 100%;
}
.logoFooter{
  width: 50px;
  margin: 70px auto 6px;
}
.brackground-gray{
  background-color: #ECECEC;
}
.conBranding{
  margin-top: -280px;
}
.imgBanner-branding{
  background: url(../img/branding/branding-2.png) no-repeat;
  background-position-y: 80%;
}
.h2portfolio{
  font-size: 1em;
  border-bottom: 1px solid #b5b5b5;
  width: fit-content;
  margin-bottom: 20px;
  margin-top: 50px;
  padding-bottom: 2px;
}
.breakpoints{
  height: 100px;
  margin-left: -25px;
}
.devices{
  float: left;
  width: 150px;
  text-align: center;
}
.containerSvg{
  height: 80px;
  width: 70px;
  margin: 0 auto;
}
.color{
  float: left;
  width: 62px;
  height: 62px;
  background-color: #CCC;
  margin-right: 5px;
}
.containerColors{
  margin-top: 72px;
}
.overview-psigma{
  padding-top: 0px
}
.monolongo-logo{
  max-width:300px 
}
.text-monolongo{
  color: #229DA2;
}
.container-monolongo{
  background-color: #229DA2;
  height: 50%;
  padding-top: 60px;
}
.description.monolongo{
  border-color: #229DA2;
}
.container-palette{
  width: 640px;
  margin: 0 auto;
}
.palette-monolongo{
  width: 160px;
  height: 120px;
  float: left;
  background-color: #229DA2;
}
.palette-monolongo-dark{
  float: left;
  width: 20px;
  height: 100%
}
.h2portfolio.monolongo{
  border-color: #FFF;
}
.h2noBorder{
  border: none;
}
.h2center{
  margin: 50px auto 20px;
}
.fonts-monolongo{
  padding-top: 80px;
  max-width: 290px;
  margin-left: 90px;
}
.border-white{
  border-color: #FFF;
}
.background-darkBlue{
  background-color: #153253;
}
.responsiveMonolongo{
  background: url(../img/monolongo/background-monolongo.png) no-repeat;
  background-size: cover;
}
h3.rol-videos{
  font-size: 16px;
  font-weight: lighter;
  margin: 60px auto;
  border-top: 1px solid #CCC;
  padding: 10px 25px;
  text-align: center;
  width: fit-content;
  font-style: italic;
}

/*-------------------------------SLIDER
.screen-slider, .A-screen-slider{
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 339px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 800px;
}
.A-screen-slider{
  max-width: 930px;
}
#slider, #slider-2 {
  position: relative;
  overflow: hidden;
  margin: -112px auto 0 auto;
  border-radius: 4px;
  width: 476px !important;
  height: 254px !important;
}

#slider ul, #slider-2 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li, #slider-2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 478px;
  height: 290px;
  background: #fff;
  text-align: center;
}
#slider-2 ul li {
  width: 593px;
  height: 350px;
}
.background-yellow{
  background-color: #F7BE0B;
}
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 0;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  left: 80px;
  margin-top: 72px;
  border-radius: 2px 0 0 2px;
}

a.control_next {
  right: 80px;
  margin-top: 72px;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
li.slider-primavera img {
  width: 100%;
  border: 1px solid #d6d6d6;
}*/

#slider{
  width: 100%;
  height: 580px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slide{
  max-width:583px;
  margin: 0 auto;
  display:none;
  animation-name:fade;
  animation-duration:1s;
  
}
img{
 width:100%; 
}
@keyframes fade{
  from{opacity:0.5;}
  to{opacity:1;}
}
.controls{
  position: absolute;
  top: 27%;
  z-index: 2; 
  cursor: pointer;
}

.controls:hover{
  transition:0.3s;
}

.controls:active{
  color:grey;
}

#left-arrow{
  left:0px;
}

#right-arrow{
  right:0px;
}
.slider-description {
  position: absolute;
  margin-top: 84px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

img.laptop-slider {
    position: absolute;
    /*z-index: 1;*/
    max-width: 85%;
    margin-top: -44px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

#dots-con{
  
  text-align:center;
}
.dot{
  display: inline-block;
  background: #d2d2d2;
  padding: 6px;
  border-radius: 50%;
  border: #b6b6b6 solid;
  margin: 10px 5px;
  cursor: pointer;
}

.active{
  background: #9fe9ff;
  border: #86d0e4 solid;
}

@media (max-width:576px){
  #slider{width:100%;
  
  }
  
  .controls{
    font-size:1em;
  }
  
  #dots-con{
    display:none;
  }
}



/*------------------------------PRIMAVERA*/
h1.primavera, .primavera{
  color:#1DE9B6;
}
.banner-primavera h3.h3-banner{
  font-size: 1.19em;
  margin-bottom: 10px;
}
.description.primavera{
  border-color: #1DE9B6;
}
section.primavera{
  background-color: #F8F8F8;
}
.border-right{
  border-right: 1px solid #C1C1C1;
}
.des-primavera{
  margin-bottom: 30px;
}
.logos-primavera{
  width: 160px;
  margin: 0 auto;
}
.primavera-color-bg{
  background-position: 0 100%;
  background-size: contain;
}
h3.sub-primavera {
    font-size: 1.3em;
    margin: 0 auto;
}
.container-logoProcess{
  margin: 0 auto;
}
.logo-process {
    margin: 0 auto;
    margin-bottom: 160px;
    max-width: 600px;
}
.bg-analytics{
  background: url(../img/primavera/analytics.jpg) no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-color: #e7e7e7;
}
.front-analytics{
  max-width: 100%;
}
.color-palette {
    width: 50px;
    height: 50px;
    background: #333;
    float: left;
    border-radius: 50px;
    margin-right: 3px;
}
.container-color {
    margin: 0 auto;
    margin-top: 40px;
}
/*
#slider.slider-primavera, #slider-2.slider-primavera{
  position: relative;
  overflow: hidden;
  margin: 0px auto 0px auto;
  width: 555px !important;
  height: 434px !important;
}
#slider-2.slider-primavera{
  width: 589px !important;
  top: 26px;
  left: 1px;
}
.slider-primavera.A-img-slider img{
  width: 591px;
}
#slider ul li.slider-primavera{
  height: 330px;
  width: 555px;
}
*/
.contacMe-container {
  width: 50%;
  float: right;
  padding-left: 48px !important;
}
.containerForm {
    padding: 50px 0 0 0;
}
.bg-gray{
  background-color: #EEF2F8;
}
.bg-darker-gray{
  background-color: #E3E9F2;
}
.bg-white{
  background-color: #FFFFFF;
}
.container-slider-cm{
  height: 590px;
}
.ipad-4{
  max-width: 870px;
  text-align: center;
}
.banner{
  height: 496px;
}
.banner-primavera{
  background: url(../img/primavera/banner-primavera.jpg) no-repeat;
  background-size: 140%;
  background-position: -200px 30px;
}
.about-primavera{
  min-height: 292px;
}
h3.h3-banner{
  font-size: 1rem;
  font-weight: 100;
  margin-bottom: 8px;

}
h4.portfolio{
  margin-bottom: 10px;
}
.white-text{
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
}
.container-dark{
  background: rgba(208,222,229,0.20);
}
ul.cd-tabs-content {
  padding: 0;
  margin: 0;
}
li.selected {
    padding: 0;
}
.list li{
  display: list-item !important;
  list-style: initial;
}
.nm{
  margin: 0;
}
img.sitemap {
    height: 550px;
}
.ipad-leaf{
  background: url(../img/primavera/ipad-leaf.png) no-repeat;
  height: 910px;
  background-size: 78%;
  background-position: 0 60px;
}
.cm-background{
  background: url(../img/primavera/macbook-1.png) no-repeat;
  height: 910px;
  background-size: 80%;
  background-position: 50%;
}
.icon-margin{
  margin:0 0 10px 0;
  width: 70%;
}
.icon-text{
  text-align: center;
  line-height: 20px;
}
.storyboard {
  padding: 25px;
  border: 1px solid #C2D1D9;
  border-radius: 5px;
}
.storyboard img {
    width: 100%;
}
.storyboard-line-1{
  margin-bottom: 20px;
}
.sb-caption{
  display: block;
  text-align: left;
  font-weight: 300;
  margin-top: 10px;
  line-height: 120%;
  font-size: 16px;
}
.persona-primavera {
  background-color: #F0F5F7;
  padding: 40px 40px 40px 38px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.persona-primavera h3 {
    margin-bottom: 5px;
}
.persona-primavera img {
  width: 120px;
}
.persona-primavera p {
    margin-bottom: 10px;
}
.persona-primavera b{
  color: #31373a;
  font-weight: 400;  
}
.CM-result-1{
  width: 100%;
}
.EHR-results-1{
  margin-top: 180px
}
.width-100{
  width: 100%;
}
.takeaways{
  background-color: #FFF;
}
h3.another-project{
  margin: 16px 0 0px;
}
h4.another-project{
  color: #717171;
  margin-top: 8px;
  font-weight: 300;
  font-size: 1em;
}
img.another-project{
  width: 100%;
  transition: all .3s ease-out;
}
div.another-project:hover {
  opacity: 0.7;
  transition: all .3s ease-in;
}
.another-project {
  text-align: left;
}
ol.ol-numbers{
  padding-left: 17px;
}
li.ol-numbers{
  display: list-item !important;
  margin-bottom: 10px !important;
}


/*-------------------------------NAVBAR PRIMAVERA*/
#header {
  margin: 0px; padding: 0px;
  position: relative;
}
#navbar {
  margin: 0px; padding: 0px;
  position: relative;
}
#navbar.fixedattop {
  position: fixed; top: 0px;
}


/*-----------------------------------TABS PRIMAVERA


.products.fixed {
  position: fixed;
  top: 0;
}

.products {
  position: absolute;
}

.products a.active {
  color: yellow;
}
.products {
  background-color: #eaecef;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.products a {
  line-height: 50px;
  padding: 0 20px;
  color: #3edca3;
  text-decoration: none;
  display: inline-block;
  width: 33.1%;
}
*/



.cd-tabs {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f2f4f5;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  position: sticky;
  top: 0;
}
.ul-tabs{
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    top: 0;
    left: 0;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
    position: sticky;
    top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    float: none;
    height: 60px;
    background: transparent;
    box-shadow: 0px 11px 10px #bfbfbf4d;
    position: sticky;
    top: 0;
  }
}

.cd-tabs-navigation {
    width: 100%;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs-navigation li {
  float: left;
  width:33.33%;
  list-style: none;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  text-align: center;
  font-size: 0.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #9a9ea0;
  padding-top: 17px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: #dfe6ec;
}
.cd-tabs-navigation a.selected {
  background-color: #EBEFF1;
  box-shadow: inset 0 2px 0 #4cd5e8 !important;
  color: #29324e;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
}
.cd-tabs-navigation a[data-content='EHR']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='Case-Management']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='Analytics']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='EHR'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='Case-Management'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='Analytics'].selected::before {
  background-position: -40px -20px;
}
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 2px 0 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: 100%;
    background-color: #f2f4f5;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
    padding: 0;
    margin: 0;
  }
  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    text-align: center;
  }
  .cd-tabs-navigation a.selected-ehr.selected {
    box-shadow: inset 0 3px 0 #3bdca3 !important;
  }
  .cd-tabs-navigation a.selected .selected-cm{
    box-shadow: inset 0 3px 0 #4CD5E8 !important;
  }
  .cd-tabs-navigation a.selected-a.selected{
    box-shadow: inset 0 3px 0 #AEEA00 !important;
  }
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #EBEFF1;
}
.cd-tabs-content li.tabs-li {
  display: none;
  padding: 0;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding: 0;
    margin: 0;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------CRUISALE*/

.banner-cruisale{
  background: url(../img/cruisale/banner-cruisale.jpg) no-repeat;
  background-size: 100%;
  background-position: 1px -11px;
  background-color: #e9fdfe;
}
.facts {
    border: 1px solid #D8D8D8;
    padding: 12px;
    text-align: center;
    border-radius: 3px;
  }
.facts-number {
    display: block;
    font-size: 40px;
    margin: 20px 0;
}
.result-cruisale {
    width: 50%;
    float: left;
    margin-right: -30px;
}
.ol-cruisale{
  padding: 15px;
}

/*---------------------------------------PSIGMA*/
.banner-psigma{
  background: url(../img/psigma/banner-psigma.jpg) no-repeat;
  background-position: 104% 17px;
  background-size: 100%;
  background-color: #e4e8f4;
}

/*---------------------------------------UNEEQ*/
.banner-uneeq{
  background: url(../img/uneeq/uneeq-banner@2x.jpg) no-repeat;
  background-position: 0px -10px;
  background-size: 100%;
  background-color: #e4e8f4;
}
h3.facts-uneeq{
  margin-bottom: 5px;
}
p.facts-uneeq{
  width: 90%
}
h2.uneeq{
  font-size: 1.6rem;
  margin-top: -6px;
}
img.uneeq.dark-shadow, img.uneeq.light-shadow{
  box-shadow: 1px 1px 20px rgb(77 70 109 / 28%);
  border-radius: 5px;
}
img.uneeq.light-shadow{
  box-shadow: 1px 1px 20px rgb(77 70 109 / 17%);
}

/*-------------------------------XERO*/
h4.xero{
  font-weight: 100;
  font-size: 0.8em;
  margin-bottom: 12px;
  color: #31373A;
}
h2.xero{
  font-family: "Coming Soon", "Mulish", sans-serif;
  line-height: 100%;
  padding-top: 20px;
}
.steps.first h2.xero, .steps.seventh h2.xero  {
  padding-top: 0px;
}

.banner-xero{
  background: url(../img/xero/banner-xero.jpg) no-repeat;
  background-size: 100%;
  background-position: 1px -11px;
  background-color: #e9fdfe;
}
.bg-xero{
  background-color: #F1F9FD;
}
.bg-process{
  background-color: #DFF2FC;
  text-align: center;
  color: #9FE8FF;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 7.2em;
  letter-spacing: 0.2em;
  padding-top: 20px;
  padding-bottom: 50px;
}
.xero-process-border{
  background-image: url(../img/xero/border-light-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  margin-top: -30px;
  background-position: bottom;
}

.bg-process span{

 
}
.xero-border{
  background-image: url(../img/xero/border.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  background-position: bottom;
}
.xero-border.top{
  margin-top: -30px;
}
.xero-border.top.white{
  background-image: url(../img/xero/border-white.svg);
}
.xero-border.bottom{
  transform: rotate(180deg);
  margin-bottom: -30px;
}
.steps{
  height: 80px;
  background-repeat: no-repeat;
  padding-left: 62px;
}

h4.impact {
    margin-bottom: 4px;
}
img.impact{
  width: 95%;
}

.steps.first{
  background-image: url(../img/xero/1.svg);
}
.steps.second{
  background-image: url(../img/xero/2.svg);
  margin-top: -24px;
}
.steps.third{
  background-image: url(../img/xero/3.svg);
  margin-bottom: 40px;
}
.steps.forth{
  background-image: url(../img/xero/4.svg);
  background-position: 136px;
  text-align: center;
}
.steps.fifth{
  background-image: url(../img/xero/5.svg);
}
.steps.sixth{
  background-image: url(../img/xero/6.svg);
}
.steps.seventh{
  background-image: url(../img/xero/7.svg);
}
.steps.eight{
  background-image: url(../img/xero/8.svg);
}
.steps.ninth{
  background-image: url(../img/xero/9.svg);
}
.steps.tenth{
  background-image: url(../img/xero/10.svg);
}

.thoughts {
  overflow: auto;
  padding: 40px 50px 24px 40px;
  background-color: #DFF2FC;
  border-radius: 40px;
  font-family: "Coming Soon", "Mulish", sans-serif;
}

.thoughts.white{
  background: #FFFFFF;
}

.thoughts-icon {
  float: left;
  width: 20%;
  max-width: 60px;
  font-size: 1.8em;
}

.p-thoughts {
  float: left;
  width: 80%;
  font-family: "Coming Soon", "Mulish", sans-serif;
  font-weight: 400;
  font-size: 1.1em;
}

/*--------------------------------ENCRYPTED*/
.staticrypt-hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.staticrypt-page {
  width: 360px;
  padding: 11% 0 0;
  margin: auto;
  box-sizing: border-box;
}

.staticrypt-form {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 24px 18px 18px;
  text-align: center;
}

.staticrypt-form input[type="password"],
input[type="text"] {
  background: inherit;
  border: 0;
  box-sizing: border-box; /* This ensures padding is included in the total width */
  font-size: 14px;
  outline: 0;
  padding: 15px 30px 15px 15px; /* Adjust the padding to ensure there is space for the icon */
  width: 100%;
}

.staticrypt-password-container {
  position: relative;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  box-sizing: border-box;
  border-radius: 8px;
}

.staticrypt-toggle-password-visibility {
  cursor: pointer;
  height: 20px;
  opacity: 60%;
  padding: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.staticrypt-form .staticrypt-decrypt-button {
  outline: 0;
  background: #5f417d;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 1em;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 8px;
}

.staticrypt-form .staticrypt-decrypt-button:hover,
.staticrypt-form .staticrypt-decrypt-button:active,
.staticrypt-form .staticrypt-decrypt-button:focus {
  background: #331f46;
}

.staticrypt-html {
  height: 100%;
}

.staticrypt-body {
  height: 100%;
  margin: 0;
}

.staticrypt-content {
  height: 100%;
  margin-bottom: 1em;
  font-family: "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.staticrypt-instructions {
  margin-top: -1em;
  margin-bottom: 1em;
}

.staticrypt-title {
  font-size: 1.5em;
}

label.staticrypt-remember {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  margin-left: 3px;
}
.staticrypt-remember input[type="checkbox"] {
  transform: scale(1.5);
  margin-right: 1em;
}

.hidden {
  display: none !important;
}

.staticrypt-spinner-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staticrypt-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid gray;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: spinner-border;
}
h1 {
  font-size: 2.0em;
  text-align: left;
}
.encrypted {
  text-align: left;
}
.encrypted-container{
  background: #FFF;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 0 50px 0 rgb(56 74 140 / 20%), 0 0px 0px 0 #cfd6f2;
}
.encrypted-project{
  width: 100%;
  background-image: url(../img/grid/grid-xero.jpg);
  background-size: 100%;
  background-color: #d3f4fe;
  background-repeat: no-repeat;
  text-align: center;
  padding: 340px 40px 0;
  background-position: 12px -11px;
  border-radius: 8px 0 0 8px;
}
.encrypted-uneeq{
  background-image: url(../img/grid/grid-uneeq.jpg);
  background-color: #e5edf6;
  background-position: 0px -11px;
}
h4.encrypted{
  text-align: center;
  margin-top: 0;
  font-family: "Mulish", sans-serif;
  font-size: 1em;
  font-weight: 100;
}
h1.encrypted{
  margin-bottom: 40px;
}
.col-md-6.encrypted-project.encrypted-uneeq {
    padding-bottom: 64px;
}
p.encrypted {
    margin: 20px 0 32px;
}
a.back {
  display: block;
  width: 100px;
  margin: 8px 0 0 12px;
  padding: 12px;
  border-radius: 8px;
}
a.back:hover{
  text-decoration: underline;
}
img.back{
  width: 20px;
}
input[type="checkbox"] { /* change "blue" browser chrome to yellow */
  filter: hue-rotate(47deg) brightness(1);
}
@keyframes spinner-border {
    100% {
        transform: rotate(360deg);
    }
}
@media (max-width:576px) {
    .staticrypt-page {
        padding: 20px 0 0;
    }
}


/*--------------------------------GENERAL MEDIA*/
@media (min-width: 2000px) {
  .banner-xero {
    background: url(../img/xero/banner-xero-2000.jpg) no-repeat;
    background-size: 92%;
    background-position: right -11px;
    background-color: #dff6fe;
  }
  .banner-uneeq {
    background: url(../img/uneeq/uneeq-banner@2x.jpg) no-repeat;
    background-position: 50% -10px;
    background-size: 58%;
    background-color: #cdd7f2;
  }
}

@media (max-width: 1024px) {
  .banner-psigma {
    background-position: 84% 50%;
    background-size: 139%;
    background-color: #e4e8f4;
  }
  .banner-primavera {
    background-size: 200%;
    background-position: 40% 0;
  }
  .list li {
    padding: 0px !important;
  }
  .icon-margin {
  width: 80%;
  }
  .cd-tabs-content li {
    padding: 0 2em 0 1em;
  }
  .ipad-leaf {
    background: url(../img/primavera/ipad-leaf.png) no-repeat;
    height: 910px;
    background-size: 100%;
    background-position: 0 0;
    padding-top: 440px;
  }
}
@media (max-width: 768px) {
  .banner-psigma {
    background-size: 200%;
  }
  .banner-uneeq {
    background: url(../img/uneeq/uneeq-banner@2x.jpg) no-repeat;
    background-position: 87% 100%;
    background-size: 244%;
    background-color: #e4e8f4;
    text-align: center;
    padding-top: 50px;
  }
  .banner-xero {
    background: url(../img/xero/banner-xero.jpg) no-repeat;
    background-size: 200%;
    background-position: 95% bottom;
    background-color: #d4f5ff;
    padding-top: 60px;
    text-align: center;
  }
  .menu li a {
    min-width: 100px;
  }
  .portfolio-psigma {
    margin-top: 20px;
  }
  .banner-cruisale {
    background-size: 170%;
    background-position: 50% 0;
  }
  .banner-primavera {
    background-size: 260%;
    background-position: 50% 0;
  }
  .bp-120 {
    padding-bottom: 80px;
  }
  .tp-120 {
    padding-top: 80px;
  }
  .gradient{
    position: fixed;
    z-index: 3000;
    width: 100%;
  }
  .bg-process{
    font-size: 1.8em;
    letter-spacing: 0.4em;
  }
  section.bg-process.tp-120.bp-120 {
    padding: 10px 0 20px;
  }
  img.laptop-slider {
    max-width: 300px;
    margin-top: 0;
  }
  .steps.forth {
    background-position: left;
  }
  .slide {
    max-width: 219px;
    margin-top: 16px;
  }
  .controls {
    top: 11%;
    width: 38px;
  }
  h2.xero {
    padding-top: 0;
    text-align: left;
  }
  .encrypted-project {
    padding: 230px 40px 30px;
    background-position: 12px -50px;
  }
  .encrypted-uneeq{
    background-position: 0px -40px;
  }
  .encrypted-container {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  h1{
    font-size: 2.1rem;
  }
  .bp-sm-40{
    margin-bottom: 40px;
  }
  .bp-sm-20{
    margin-bottom: 20px;
  }
  .bp-80 {
    padding-bottom: 40px;
  }
  .bp-120 {
    padding-bottom: 50px;
  }
  .tp-sm-20{
    margin-top: 20px;
  }
  .tp-120 {
    padding-top: 50px;
  }
  .tp-50 {
    padding-top: 20px;
  }
  .tp-80 {
    padding-top: 50px;
  }
  .tp-100 {
    padding-top: 60px;
  }
  .text-sm-center{
    text-align: center !important;
  }
  .text-sm-left{
    text-align: left !important;
  }
  h3.h3-banner {
    font-size: 1.15rem;
  }
  section#about {
    padding-top: 112px;
    margin: 0;
  }
  .portfolio-cruisale, .portfolio-primavera {
    height: 322px;
  }
  .banner-cruisale {
	background-position: 75% 126%;
    text-align: center;
    padding-top: 62px;
    background-size: 250%;
  }
  .titlePortfolio {
    margin-top: 33px;
  }
  .result-cruisale {
    width: 150%;
    float: none;
    margin-bottom: 40px;
  }
  .banner-primavera {
    background: url(../img/primavera/banner-primavera.jpg) no-repeat;
    background-size: 315%;
    background-position: 62% 192px;
    background-color: #e5f0f4;
    text-align: center;
  }
  .banner-psigma {
    background-position: 83% 100%;
    background-size: 261%;
    text-align: center;
  }
  img.sitemap {
    height: auto;
    width: 100%;
  }
  .ipad-leaf{
    background-size: 118%;
    padding-top: 120px;
    height: 590px;
  }
  .ipad-4 {
    max-width: 300px;
  }

/*
  .screen-slider, .A-screen-slider {
    max-width: 360px;
    top: 148px;
  }
  #slider ul li.slider-primavera {
    width: 387px;
  }
  #slider.slider-primavera, #slider-2.slider-primavera {
    width: 247px !important;
    height: 187px !important;
  }
  li.slider-primavera img {
    width: 64%;
    border: 1px solid #eaeaea;
    margin-left: -137px;
  }
  a.control_next {
    right: 100px;
    margin-top: 162px;
  }
  a.control_prev {
    left: 100px;
    margin-top: 162px;
  }*/
}
@media (max-width: 360px) {
	.h1-menu {
    	font-size: 15px;
	}
	.portfolio-psigma {
    	margin-top: -30px;
	}
}
