/*Custom top header*/


.newsletter input, .newsletter textarea, .newsletter select{
  background-color: #e8e8e8;
  box-shadow: none;
  border: none;
}
#header .header-top .header-row {
  display: block;
  float: right;
}
.align-bullets{
    margin-left: 20px;
    margin-top: 20px;
   

}
.align-bullets li{
  line-height: normal;
  color: var(--Negro, #171819);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 5px;
}
.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important;
}

.justify-content-start {
  justify-content: flex-start!important;
}
.justify-content-end {
  justify-content: flex-end!important;
}
#newsletter button.close {
  position: relative;
  top: -140px;
  left: 20px;
}

#consulting button.close{
  position: relative;
  top: -130px;
  left: -320px;
}

#report button.close,
#efficiency button.close
 {
  position: relative;
  top: -92px;
  left: -330px;
}

#comunications button.close ,
#public-relations button.close,
#system button.close{
  position: relative;
  top: -92px;
  left: -360px;
}

#meeting button.close{
  position: relative;
  top: -122px;
  left: -360px;

}

section#content {
  width: 100%;
}

#header #header-wrap {
  z-index: 199; 
  position: relative; 
  
}
#header #header-wrap .container {
  padding: 30px 0;
}

#header .header-social-icons {
  margin-left: 16px;
  margin-left: 1rem;
}

#header .row{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topmargin-sm {
  margin-top: 10px !important;
}

#header .header-top .social-icon {
  color: white;
}

/*End custom top header*/



#one-section{
  max-width: 1092px;
  margin: 0 auto;
  text-align: center;
  padding-top: 80px;
  
}

#one-section h1{
  color: #000;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 51px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 80px;
}

#one-section img{
  width: 100%;
}
.sl-menu {
  padding: 0px 130px!important;
}
#header.sticky-header .container.sl-menu {
  margin-top: 0px!important;
}
#header.sticky-header .container.sl-menu #logo img {
  padding: 7px;
}
#primary-menu ul li a {
  padding: 8px 20px;
  color: var(--Negro, #171819);
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 16px !important;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#primary-menu ul li:last-child{
  border-radius: 100px;
  background: var(--CTA-Color, #D8F69E);
  transition: 0.3s ease all;
}
#primary-menu ul li:last-child:hover{
  background: var(--Violeta, #8E84EF);
  
}
#primary-menu ul li:last-child:hover a{
  color: #000;
}
.section {
  background-color: #f1f1f1;
}

#header.sticky-header  .row {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.content-wrap {
  position: relative;
  padding: 50px 0;
  border-top: 7px solid #e2e2e2;
}
.page-section {
  padding: 40px 0;
}
.page-section-bottom{
  padding: 70px 0 0 0;
}
.circle{
  border-radius:50%
}
.border{
  border:7px solid #fafafa;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
  background-color: #ac7cb6;
}
.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #807ffe;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.quick-contact-widget form, #template-contactform {
  display: inline-block;
}

.hide-effect,
.success-message{
  display: none;
}

.scroll-version{
  display: none!important;
}

.sticky-header .scroll-version{
  display: block!important;
}

.sticky-header #header-wrap {
  height: 90px!important;
}

.sticky-header  #header-wrap .container {
  padding: 0px 0 !important;
}

.circle-sl-style-logo{
  max-width: 150px;
  display: block;
  margin: 0 auto;
  box-shadow: #bbb 2px 1px 5px;
  border-radius: 50%;
}
.sl-title h2 {
  color: var(--Negro, #171819);
  font-family: "Hedvig Letters Serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  /* color: #221b44; */
}
.sl-title h3 {
  color: var(--Negro, #171819);
  font-family: "Hedvig Letters Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.semi-white{
  color: #ededed;
}
.lead {
  font-size: 17px;
  line-height: 1.7em !important;
  letter-spacing: -0.5px;
}
.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background-color: #3e3c60;
  color: #FFF;
  font-family: 'AirbnbCerealExtraBold';
}
.bg-gray {
  background-color: #F9F9F9;
}
.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px;
}
.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
  font-size: 65px;
}
.feature-box.fbox-plain.fbox-small h3 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #444;
}

.bg-purple{
  background-color: #8E84EF;
}
#section-about{
  padding: 200px 100px 80px 100px;
  margin-top: -100px;
}
#section-about h2{
  color: var(--Negro, #171819);
  font-family: "Hedvig Letters Serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
#section-about  p{
  color: var(--Negro, #171819);
  text-align: justify;
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.nuestro-proposito{
  padding: 120px 0;
}

.nuestro-proposito h2{
  color: var(--Negro, #171819);
  font-family: "Hedvig Letters Serif" !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  padding-bottom: 0px;
}

.nuestro-proposito img{
  padding: 20px;
}

.feature-box .col-md-4{
  padding: 0 50px;
}

#section-services{
  position: relative;
}

#section-services::before{
  content: "";
  background-position:left bottom ;
  background-repeat: no-repeat;
  background-image: url('../images/servicios/bg-bottom.svg') !important;
  width: 50%;
  height: 140px;
  position: absolute;
  bottom: 60px;
}
#section-services .side-right {
  padding-bottom: 180px;
  padding-top: 30px;
 
}
#section-services .side-right h2{
  color: var(--Negro, #171819);
  font-family: "Hedvig Letters Serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
#section-services .side-right h3{
  color: var(--Negro, #171819);
  text-align: justify;
  font-family: "Plus Jakarta Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: normal;
}
#section-services .side-right p,#section-services .side-right ul {
  color: var(--Negro, #171819);
  font-family: "Hedvig Letters Serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
 
}
#section-services .side-right ul {
  margin:20px 0 0 30px;

}

#section-services .card{
 
  
  border: 1px solid var(--Negro, #171819);
 
  gap: 15px;
  margin: 0 20px;

}
#section-services .card a{
  padding: 0 0  20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 453px;
  width: 100%;
}

.modal-team .close { 
  padding-top: 7px !important;
  padding-right: 17px;
}


#section-services .card h3{
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
}
#section-services .card .image{
  margin: 0px;
  width: 100%;
}
#section-services .card img{
  width: 100%;
}

#section-services .card p{
  color: #171819 !important; 
  display: flex;
}

#section-services .card-dark p{
  color: #171819 !important; 
}

.modal-team-container{
  align-items: center;
}

.modal-team .modal-body{
  padding: 0 !important;
}

.modal-team  .pd-box{
  padding: 0 40px;
}

.modal-team-container .col-md-12 {
  padding: 0;
}

.slider-two .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; 
}


img.arrow-icon {
  width: 9px !important;
  margin-left: 13px;
}

#section-services .card .text{
  padding: 10px 20px;
  width: 100%;
}

.btn-green{
  margin-top: 20px;
  border-radius: 100px;
  background: var(--CTA-Color, #D8F69E);
  display: inline-block;
  padding: 10px 20px;
  color: #171819;
  font-weight: 700;
  border: 1px solid var(--CTA-Color, #D8F69E);
  transition: 0.3s ease all;
}

.btn-green:hover{
  background-color: transparent;
}

#section-services .card-dark h3{
  color: var(--Negro, #171819);
 }
 
#section-services .card-dark p{
  color: var(--Negro, #171819);
}
#section-services .card-dark{
  background: #ffffff;
  border-color:  #ffffff;
}

#section-services  .btn{
  color: var(--Negro, #171819);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 0;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.2px;
}

.slider-two{
  padding-top: 100px;
  margin-top: 30px;
}

.slick-prev, .slick-next {
  border-radius: 37px;
  background: var(--Blanco, #FFF) !important;
  background-image: url('../images/icn-arrow-right.svg') !important;
  background-position: 57% 50% !important;
  background-repeat: no-repeat !important;
  padding: 20px !important;
  transition: .3s all ease-out;
  border: 1px solid #fff;
  &::before{
    content: none;
  }
}
.slick-prev:hover, .slick-next:hover{
  background-color: transparent !important;
 
  background-image: url('../images/icon-arrow-next.svg') !important;
}
.slick-prev{ 
  top: 42px;
  left: 40% !important;
  transform: translate(0, -50%) rotate(180deg) !important;
}
.slick-next{
  top: 0;
  right: 40% !important;
  transform: translate(0, 50%) !important;
}


.feature-box h3{
  color: var(--Negro, #171819);
  text-align: center;
  font-family: "Hedvig Letters Serif" !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
  letter-spacing: 0.1px;
  padding-bottom:30px ;
}
.bg-sl {
  background-color: rgb(245, 245, 245) !important;
  padding: 45px 0;
}
.feature-box.fbox-center.fbox-small p {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5em!important;
  color: #444;
  font-weight: 300;
}


#section-projects{
padding: 150px 0;
}

#section-projects h3{
  margin: 0px 0 20px;
  text-align: left;
  padding: 0;
}

.slick-dots li{
  margin: 0;
}

.slick-dots li button:before{
  font-size: 45px;
}

.slick-dots li.slick-active button:before, .slick-dots li button:hover:before, .slick-dots li button:focus:before{
  color:#8088ff;
}


#section-projects .feature-box-container{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

#section-projects  .feature-box{
  border: 1px solid var(--Gris-Oscuro, #B1B2B7);
  padding: 0px;
  flex: 1;
  background-color: white;
  margin: 10px;
  display: flex;
  flex-direction: column; 
  justify-content: space-between; 
}

#section-projects .feature-box .fbox-media img{
  height: 240px !important;

}

#section-projects  .feature-box .fbox-content{
  text-align: left;
  padding: 25px 20px 35px;
}


.slick-slide {
  display: flex !important;
  align-items: stretch; /* Asegura que los slides tengan la misma altura */
}

/* Asegurando que el slider también mantenga una altura uniforme */
.slick-track {
  display: flex;
}
.btn-purple{
  color: #8088ff;
  display: flex;
}

#section-projects{
  position: relative;
}

#section-projects::before{
  content: "";
  background-position:right bottom ;
  background-repeat: no-repeat;
  background-image: url('../images/bg-proyectos.svg') !important;
  width: 50%;
  height: 350px;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 0;
}

.button.button-circle {
  border-radius: 25px;
  color:#ddddde !important;
  background:#8088ff;
  font-family: 'AirbnbCerealExtraBold';
  font-size: 14px;
  transition: 0.3s ease all;
}

.button.button-circle:hover {
  background:var(--CTA-Color, #D8F69E);
  color: var(--Negro, #171819) !important;
  transition: 0.3s ease all;
}
.portfolio-desc span {
  display: block;
  margin-top: -1px;
  color: #444;
}
.portfolio-desc {
  z-index: 3;
  padding: 0;
}



.slider-team .slick-prev,.slider-team .slick-next {
  border-radius: 37px;
  background: var(--Violeta, #8E84EF)!important;
  background-image: url('../images/icon-arrow-next.svg') !important;
  background-position: 57% 50% !important;
  background-repeat: no-repeat !important;
  padding: 15px !important;
  transition: .3s all ease-out;
  border: 1px solid #8E84EF;
  &::before{
    content: none;
  }
}

.slider-team .slick-prev:hover, .slider-team .slick-next:hover{
  background-color: transparent !important;
  background-image: url('../images/icn-arrow-right.svg') !important;
  
}
.slider-team {
  padding-top: 50px;
 
}
.slider-team .slick-prev{ 
  top: 0;
  right: 70px !important;
  transform: rotate(180deg) !important;
  position: absolute;
  left: auto !important;
  z-index: 99;
}
.slider-team .slick-next{
  top: 0;
  right: 15px !important;
  transform: translate(0, 0) !important;
}

.align-items-center{
  align-items: center;
}

#section-team .Agencia-title{
  margin-bottom: -50px;
  padding-left: 15px;
}
.flex-card{
  display: flex;
  margin-bottom: 90px;
  flex-flow: column;
}
.flex-card.siete .learn-more{
  display: none !important;
}
.flex-card .card-body{
  padding: 30px;
}

.flex-card h4{
  color: var(--second-text-color, #737373);
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.flex-card .learn-more{
 
  color: var(--Violeta, #8E84EF);
}

.contact-top{
  padding: 60px 0 50px;
}
.contact-top h2{
  margin-bottom: 20px;
}


.team.team-list .team-image {
  float: none;
  width: 100%;
  margin-right: 0;
}
.team.team-list .team-image {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.team-title h4 {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -1px;
  text-transform: initial;
  font-weight: 900;
}
.team-title span {
  font-style: normal;
  color: #444;
  text-transform: initial;
  letter-spacing: 0px;
  margin-top: -1px;
  font-weight: 300;
  font-size: 14px;
}
.social-icons {
  margin-top: 5px;
}
.social-icons a {
  margin-right: 7px;
  font-size: 14px;
}
.social-icons a:hover {
  color:#444;
}
.m-t-65{
  margin-top: 65px;
}
.col-p20{
  width: 25%;
  float: left;
}
.m-t-50{
  margin-top: 50px;
}
.p-t-b-80{
  padding: 80px 0;
}
.p-r-30 {
  padding-right: 30px;
}
.bg-connect-left {
  background-image: url('../images/grey-vectors.jpg');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  /* background: #ededed; */
}
.bg-white-left {
  background-image: url('../images/white-greyvectors.jpg');
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  background-color:#f6f6f6;
}
.bg-purple-left {
  background-image: url('../images/purple-soft.jpg');
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  /* background: #ededed; */
}
.pink-bg-strong{
  background-image: url('../images/pink-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-connect-right {
  background-image: url('../images/grey-vectors.jpg');
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  /* background: #ededed; */
}
.bg-connect-2{
  background-image: url(../images/bg-connect.jpg);
  background-size: contain;
  background-position: center right;
  background-repeat: repeat-x;

}
.bg-connect-trabajo{
  background-image: url(../images/bg-connect2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  background: #3E3C60;

}
.pink-soft h1, .pink-soft{
  color: #FFABB4 !important;
}
.pink-light h2, .pink-light{
  color: #F9DEE3 !important;
  display: inline-block;
}
.social{
  display: inline-block;
  /* float: right; */
}
.before-heading {
  display: block;
  margin: 0 0 0px;
  font-size: 12px;
  font-family: 'Roboto', serif;
  font-style: italic;
  font-weight: 300;
  color: #444;
}
.ipost .entry-title h3, .ipost .entry-title h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Roboto', serif;
  margin-top: 2px;
  line-height: 1.2em;
}
.ipost .entry-content {
  margin-top: 10px;
}
.ipost .entry-content p {
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 1.4em!important;
  margin-bottom: 15px;
  margin-top: 5px;
}
.more-link {
  display: inline-block;
  border-bottom: 1px solid #38939b;
  padding: 0 2px;
  font-family: 'Roboto', serif;
  letter-spacing: -0.5px;
  font-size: 15px;
}
.widget p {
  margin-bottom: 15px;
}

.sub-footer{
  border-top: 1px solid #fff;
  padding: 35px 0;
  margin: 40px 0 0;
}
#copyrights a {
  color: #8E84EF;
}
#copyrights {
  font-size: 12px;
  font-weight: 400;
}
#footer .widget .form-control {
  /* text-align: center; */
  font-weight: 300;
  font-size: 14px;
}
#header.full-header #logo {
  padding-right: 0px;
}
.dark .widget h5 {
  color: #DDD;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 15px;
}
.portfolio-desc ul {
  text-transform: none;
  color: #fff;
  line-height: 1.5em;
  padding: 20px 20px;
}
.p80{
  padding: 80px 60px!important;
}
.center.social-icons a i {
  color: #444;
  margin-top: 10px;
}
div#section-blog {
  padding: 50px 0;
    /* margin-bottom: 65px; */
}
.opacity0 {
    opacity: 0;
}
.toggle .togglec {
  display: block;
  position: relative;
  padding: 0;
  margin-top: 15px;
  text-align: center!important;
}
.team-data {
  min-height: 68px;
}
.portfolio-1 .portfolio-item {
  float: none;
  width: 100%;
  margin: 0px 0 40px 0;
  padding-right: 0;
  border-top: 1px solid #EEE;
  padding-top: 40px;
}
.flex-control-nav {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 40px;
  right: 10px;
  margin: 0;
}
.toggle .togglet, .toggle .toggleta {
  color: #8080ff !important;
  background: #8088ff00;
  font-family: 'AirbnbCerealExtraBold';
  font-size: 14px;
  display: inline-block;
  position: relative;
  line-height: 50px;
  padding: 0 0px;
  cursor: pointer;  
}
.portfolio-item span {
  font-size: 14px;
  /* margin-top: 50px; */
}
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 50%;
  color: #d4d4d4;
}
.portfolio-overlay.img-hover {
    padding: 10%;
}
.flex-viewport {
    height: 650px!important;
}
.pd-bottom{
  padding-bottom: 70px;
}
h2.pruebasubtitle.center {
    letter-spacing: -0.7px;
    font-size: 21px;
    font-family: 'Roboto';
    font-weight: 400;
}

.custom-boss{
  width: 100%;
}

.team-image{
  width: 262.5px!important;
  margin: 0 auto!important;
  height: auto;
}

.no-margin{
  margin: 0;
  font-family: 'Roboto';
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #38939b;
}

.adjust-top-bottom{
  margin-top: 15px;
  margin-bottom: 15px;
}

.bg-services {
  background-image: url(../images/header/header3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services-block {
  padding: 70px 40px 40px 80px;
  min-height: 450px;
}
.pb-30 {
  padding-bottom: 30px !important;
}

.sl-title.valores h3{
  font-weight: 900;
  margin-top:0;
}

.lead.first{
  margin-top: -5px;
  font-size: 16px;
  letter-spacing: -0.04em;
  font-weight: 300;
  margin-top: 0px;
  line-height: 24px;
  color: #7b7979;
  text-transform: none;
  clear: both;
}

.no-center{
  text-align: left!important;
}
.calltoaction{
  background-color: #D4DAF9;
  padding: 60px 0;
}
[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
  font-family: Flaticon;
  font-size: 75px;
  font-style: normal;
  margin-left: 0px;
  color: #8187ff;
}

.fix-text p{
 text-align: justify;
}

.widget.clearfix{
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  }

  .widget.clearfix p{
    letter-spacing: -0.5px!important;
    font-size: 17px;
    line-height: 1.7em !important;
    }


  img.fix-size {
    padding: 50px 20px 52px;
    width: 85%;
  }

/* Media Queries */
@media (max-width: 1350px){
  .portfolio-desc ul {
    font-size: 14px;
}

}
@media (max-width: 1280px){
  #primary-menu ul li a {
    padding: 12px 8px;
    font-size: 12px;
  }
  .portfolio-desc ul {
      font-size: 13px;
  }

}

@media screen and (max-width: 1199px) {
  img.fix-size {
    padding: 42px 20px 44px;
    width: 85%;
  }
}
@media (max-width: 1165px){
  #primary-menu ul li a {
    padding: 12px 8px;
    font-size: 12px;
    letter-spacing: 1px
  }

}
@media (max-width: 1040px){

  .tp-caption.rev-btn {
    font-size: 12px!important;
    padding: 0px 10px 0px 15px!important;
    line-height: 40px!important;
  }
  #primary-menu ul li a {
    padding: 24px 6px;
    font-size: 11px;
    letter-spacing: 1px;
}
}
@media (max-width: 991px){
  .flex-viewport {
    height: 700px!important;
  }

  .col-p20 {
    width: 33%;
  }
  .portfolio-desc ul {
      font-size: 16px;
  }
  .bg-connect {
    background-size: inherit;
  }

  .tp-caption.rev-btn {
    font-size: 12px!important;
    padding: 0px 10px 0px 15px!important;
    line-height: 40px!important;
  }
  #logo {

    height: 100px;
    float: left;

  }

  #primary-menu-trigger {
    top: 25px;
    right: 30px;
    left:inherit;
  }
  section#content {
    margin-top: -50px;
  }
  #header.transparent-header:not(.hidden) + #slider, #header.transparent-header:not(.hidden) + #page-title.page-title-parallax, #header.transparent-header:not(.hidden) + #google-map, #slider + #header.transparent-header:not(.hidden) {
    top: -50px;
    margin-bottom: 0;
  }
  .col-md-6.bck-fitcol.bg-cover {
    display: none;
  }
.content-form-sec {
    background-image: url(/assets/images/servicios/newsletter.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
    background-color: #ffffffd4;
}
  .pd-box-irregular {
    padding: 10% 15px;
  }
  img.fix-size {
    padding: 42px 20px 55px;
    width: 42%;
  }

}
address{
  margin-bottom: 5px;
}
.widget .social-icon{
  margin: 0 5px;
}

@media (min-width: 778px){
  .space-hidden-text{
    width: 700px;
  }
}
@media (max-width: 768px){
  .xs-no-padding {
      padding: 0!important;
      margin-top: 15px!important;
  }

  #consulting button.close{
    position: relative;
    top: -200px!important;
    left: 10px;
  }


  #section-about{
    padding: 150px 20px 80px 20px;
  }
  
  #report button.close,
  #efficiency button.close,
  #comunications button.close ,
  #public-relations button.close{
    top: -120px!important;
    left: 0px;
  }

  #meeting button.close {
    top: -190px!important;
    left: 0px;
  }

  #system button.close{
    top: -160px!important;
    left: 10px;
  }



  .col-p20 {
    width: 50%;
  }
  .flex-viewport {
    height: 550px!important;
}
.slide.portfolio.grid-container.portfolio-1.clearfix {
    height: 550px!important;
}

  img.fix-size {
    padding: 42px 20px 55px;
    width: 275px;
  }

}
@media (max-width: 650px){


  .portfolio-desc ul {
      font-size: 13px;
  }
}
@media (max-width: 480px){
  .col-p20 {
    width: 100%;
  }
  .flex-viewport {
    height: 500px!important;
}
.slide.portfolio.grid-container.portfolio-1.clearfix {
    height: 500px!important;
}

  img.fix-size {
    padding: 42px 20px 55px;
    width: 85%;
  }

}
