
/*--------------------------------------------------------------
# Solutions Section
--------------------------------------------------------------*/
#solutions {
  width: 100%;
  height: 75vh;
  background: url("../images/background4.png") top left;
  background-size: cover;
  position: relative;
}

#solutions:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
 
#solutions .container {
  position: relative;
}

#solutions h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffff;
  font-family: "Poppins", sans-serif;
}

#solutions h1 span {
  color: #ffff;
}

#solutions h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#solutions .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#solutions .btn-get-started:hover {
  background: #247cf0;
}



@media (min-width: 1024px) {
  #solutions {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #solutions {
    height: 75vh;
  }

  #solutions h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #solutions h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #solutions .btn-get-started,
  #solutions .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #solutions {
    height: 120vh;
  }
}





/*--------------------------------------------------------------
# Hero Section Agronegocios
--------------------------------------------------------------*/
#agronegocios {
  width: 100%;
  height: 75vh;
  background: url("../images/agronegocios.png") top left;
  background-size: cover;
  position: relative;
}

#agronegocios:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#agronegocios .container {
  position: relative;
}

#agronegocios h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#agronegocios h1 span {
  color: #54CEDB;
}

#agronegocios h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#agronegocios .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#agronegocios .btn-get-started:hover {
  background: #247cf0;
}
.agronegocios-content{
  padding: 60px 0;
}

.agronegocios-content {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.agronegocios-title {
  text-align: left;
  padding-bottom: 30px;
}

.agronegocios-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.agronegocios-title h3 span {
  color: #106eea;
}

.agronegocios-title p {
  padding-top:25px;
  text-align: left;
}
.agronegocios-content1



@media (min-width: 1024px) {
  .agronegocios-title p {
    width: 50%;
  }
}


 

@media (min-width: 1024px) {
  #agronegocios {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #agronegocios {
    height: 75vh;
  }

  #agronegicos h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #agronegocios h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #agronegocios {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Hoteleria y turismo
--------------------------------------------------------------*/
#turismo {
  width: 100%;
  height: 75vh;
  background: url("../images/turismo-2.png") top left;
  background-size: cover;
  position: relative;
}

#turismo:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#turismo .container {
  position: relative;
}

#turismo h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#turismo h1 span {
  color: #54CEDB;
}

#turismo h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#turismo .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#turismo .btn-get-started:hover {
  background: #247cf0;
}

 

@media (min-width: 1024px) {
  #turismo {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #turismo {
    height: 75vh;
  }

  #turismo h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #turismo h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #turismo {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Logistica Section
--------------------------------------------------------------*/
#logistica {
  width: 100%;
  height: 75vh;
  background: url("../images/logistica.png") top left;
  background-size: cover;
  position: relative;
}

#logistica:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#logistica .container {
  position: relative;
}

#logistica h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#logistica h1 span {
  color: #54CEDB;
}

#logistica h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#logistica .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#logistica .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #logistica {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #logistica {
    height: 75vh;
  }

  #logistica h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #logistica h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #logistica {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# Emprendedores
--------------------------------------------------------------*/
#emprendedores {
  width: 100%;
  height: 75vh;
  background: url("../images/turismo-2.png") top left;
  background-size: cover;
  position: relative;
}

#emprendedores:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#emprendedores .container {
  position: relative;
}

#emprendedores h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#emprendedores h1 span {
  color: #54CEDB;
}

#emprendedores h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#emprendedores .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#emprendedores .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #emprendedores {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #emprendedores {
    height: 75vh;
  }

  #emprendedores h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #emprendedores h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #emprendedores {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# Industrias y Servicios Section
--------------------------------------------------------------*/
 
#industria {
  width: 100%;
  height: 75vh;
  background: url("../images/turismo-2.png") top left;
  background-size: cover;
  position: relative;
}

#industria:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#industria .container {
  position: relative;
}

#industria h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#industria h1 span {
  color: #54CEDB;
}

#turismo h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#industria .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#industria .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #industria {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #turismo {
    height: 75vh;
  }

  #turismo h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #turismo h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #turismo {
    height: 120vh;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#energias-renovables {
  width: 100%;
  height: 75vh;
  background: url("../images/energias-renovables.png") top left;
  background-size: cover;
  position: relative;
}

#energias-renovables:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#energias-renovables .container {
  position: relative;
}

#energias-renovables h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#energias-renovables h1 span {
  color: #54CEDB;
}

#energias-renovables h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#energias-renovables .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#energias-renovables .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #energias-renovables {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #energias-renovables {
    height: 75vh;
  }

  #energias-renovables h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #energias-renovables h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 500px) {
  #energias-renovables {
    height: 120vh;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../images/portada-baires.png") top left;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: "Poppins", sans-serif;
}

#hero h1 span {
  color: #54CEDB;
}

#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 75vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
/*--------------------------------------------------------------
# principal section
--------------------------------------------------------------*/
.principal-section {
  margin-top:15px;
}
.principal-content{
  background: #86916A;
  margin-top:25px;
  margin-bottom:25px;
  margin-left:0;
  margin-right:0;

  padding:50px;
}
.pc-1 h2{
  color:#fff;
  padding-left:70px;
  padding-bottom: 25px;
  padding-top:25px;
}
.card-group{
  margin-left:0;
  margin-right:0;
}
.card-header{
  background: #00B5B5;
}
.card1{
  width: 350px;
  height: 125px;
  
  border-color:#C6C4B8;
  border-width: 1px, solid;
}

.card2{
  width: 350px;
  height: 125px;
  
  border-color:#C6C4B8;
  border-width: 1px, solid;
}
.card3{
  width: 350px;
  height: 125px;
  
  border-width: 1px, solid;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #5CCCD7;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box:hover::before {
  background: #5CCCD7;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon {
  margin-bottom: 15px;
}

.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}

.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.featured-services .title a {
  color: #111;
}

.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
  color: #fff;
}

.featured-services .icon-box:hover .icon i {
  color: #fff;
}
/*-----------------------------------------------------------
# Estrategia
------------------------------------------------------------*/
.estrategia  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.estrategia, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.estrategia .title a {
  color: #111;
}
.estrategia  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.estrategia  p{
padding-left:70px;}


/*-----------------------------------------------------------
# operaciones
------------------------------------------------------------*/
.operaciones  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.operaciones, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.operaciones .title a {
  color: #111;
}
.operaciones  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.operaciones  p{
padding-left:70px;}


.operaciones, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.operaciones .title a {
  color: #111;
}
.operaciones  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.operaciones  p{
padding-left:70px;}


/*-----------------------------------------------------------
# industria4.0
------------------------------------------------------------*/
.industria-4  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.industria-4, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.industria-4 .title a {
  color: #111;
}
.industria-4  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.industria-4  p{
padding-left:70px;
}

.industria-4, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.industria-4 .title a {
  color: #111;
}
.industria-4  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.industria-4  p{
padding-left:70px;}

/*------------------------------------------------------------
# Organizational dev
-------------------------------------------------------------*/

.organizational-dev{
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.organizational-dev .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.organizational-dev  .title a {
  color: #111;
}

.organizational-dev .description {
  color: #fff;
}
.box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.box{
   margin: 0 auto;
  width: 280px;
  height: 280px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.box{
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.box h4 {
   font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.box {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.box:hover h4 a, .box:hover{
  color: #106eea;
}
.box:hover {
  border-color: #106eea;
}

 
/*--------------------------------------------------------------
estrategia organizacional
---------------------------------------------------------------*/
.estrategia-organizational  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.estrategia-organizational, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.estrategia-organizational .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.estrategia-organizational .title a {
  color: #111;
}
.estrategia-organizational h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.estrategia-organizational p{
padding-left:70px;}
/*--------------------------------------------------------------
# capacitaciones
--------------------------------------------------------------*/
.capacitaciones  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.capacitaciones, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.capacitaciones .title a {
  color: #111;
}
.capacitaciones  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.capacitaciones  p{
padding-left:70px;}

/*--------------------------------------------------------------
# Desarrollo del talento
--------------------------------------------------------------*/
.desarrollo-talento  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.desarrollo-talento, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.desarrollo-talento .title a {
  color: #111;
}
.desarrollo-talento  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.desarrollo-talento  p{
padding-left:70px;}
/*--------------------------------------------------------------
# Gestion del cambio
--------------------------------------------------------------*/
.gestion-cambio  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.gestion-cambio, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.gestion-cambio .title a {
  color: #111;
}
.gestion-cambio  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.gestion-cambio  p{
padding-left:70px;}
/*--------------------------------------------------------------
# auditoria-marketing
--------------------------------------------------------------*/
.auditoria-marketing  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.auditoria-marketing, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.auditoria-marketing .title a {
  color: #111;
}
.auditoria-marketing  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.auditoria-marketing  p{
padding-left:70px;}




/*--------------------------------------------------------------
# recursos humanos
--------------------------------------------------------------*/

.recursos-humanos  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.recursos-humanos, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.recursos-humanos .title a {
  color: #111;
}
.recursos-humanos  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.recursos-humanos p{
padding-left:70px;}
/*--------------------------------------------------------------
# Marketing-ventas
--------------------------------------------------------------*/
.marketing-ventas{
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.marketing-ventas .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.marketing-ventas  .title a {
  color: #111;
}

.marketing-ventas .description {
  color: #fff;
}
.box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.box{
   margin: 0 auto;
  width: 280px;
  height: 280px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.box{
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.box h4 {
   font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.box {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.box:hover h4 a, .box:hover{
  color: #106eea;
}
.box:hover {
  border-color: #106eea;
}
/*--------------------------------------------------------------
# marketing estrategico
--------------------------------------------------------------*/
.marketing-estrategico{
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.marketing-estrategico .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.marketing-estrategico  .title a {
  color: #111;
}

.marketing-estrategico .description {
  color: #fff;
}
.box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.box{
   margin: 0 auto;
  width: 280px;
  height: 280px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.box{
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.box h4 {
   font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.box {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.box:hover h4 a, .box:hover{
  color: #106eea;
}
.box:hover {
  border-color: #106eea;
}
/*--------------------------------------------------------------
# Plan de marketing
--------------------------------------------------------------*/
.plan-marketing  {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.plan-marketing, .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.plan-marketing .title a {
  color: #111;
}
.plan-marketing  h3 {
  padding:25px;
  paddign:25px;
  padding-left:70px;
}
.plan-marketing  p{
padding-left:70px;}
/*--------------------------------------------------------------
# comercializacion inteligente
--------------------------------------------------------------*/
.comercializacion-inteligente{
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.comercializacion-inteligente .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.comercializacion-inteligente  .title a {
  color: #111;
}

.comercializacion-inteligente .description {
  color: #fff;
}
.box {
  text-align: center;
  border: 1px solid #e2eefd;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.box{
   margin: 0 auto;
  width: 280px;
  height: 280px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.box{
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.box h4 {
   font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.box {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.box:hover h4 a, .box:hover{
  color: #106eea;
}
.box:hover {
  border-color: #106eea;

}

