/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Encode Sans", sans-serif;
  font-weight:400
}

a {
  color: #1c2a52;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #00b2c9;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 2px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #00b2c9;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 35px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 81px;
  padding: 10px 0;
}

#header .logo {
  padding: 0;
  margin:0;
  position:absolute;
  left:3%;
  top:10px;
  transition: all 0.5s;
}

#header .logo .ministerio {
  padding: 0;
  margin:0;
  max-height: 100px;
  transition: all 0.5s;
}
#header .logo .argentina {
  padding: 0;
  margin:0 0 0 15px;
  width:145px;
  transition: all 0.5s;
}
#header .menu-comex {
  position:absolute;
  right:3%;
  top:10px;
  text-align:right;
  transition: all 0.5s;
}
#header .menu-aux {
  font-size:14px;
  padding-right:15px;
  transition: all 0.5s;
}
/*Acá controlo la transición del menú*/

#header.header-scrolled .logo  {
  left:6%;
  top:5px;
}
#header.header-scrolled .logo .ministerio {
  max-height: 65px;
}
#header.header-scrolled .logo .argentina {
  width:100px;
}
#header.header-scrolled .menu-aux {
	opacity:0;
	margin-top:-43px
}
#header .menu-aux a {
	margin: 0 10px
}
.main-pages {
  margin-top: 60px;
}
.oculta-dk{
  display:none;
}
@media (max-width: 991px) {
  #header, #header.header-scrolled {
    height: 80px;
    padding: 10px 0;
  }
  #header .menu-aux {
  display:none
}
 #header .logo, #header.header-scrolled .logo  {
  left:3%;
  top:5px;
}
#header .logo .ministerio, #header.header-scrolled .logo .ministerio {
  max-height: 66px;
}
#header .logo .argentina, #header.header-scrolled .logo .argentina {
  width:85px;
  margin:0 0 0 7px;
}
.oculta-dk{
  display:block;
}
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height:510px;
  position: relative;
  margin-top:110px;
  background: url("../img/intro-bg.jpg") center -122px no-repeat #05305a;
  padding: 120px 0 120px 0;
  background-size: cover
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #00b2c9;
  margin-bottom: 40px;
  font-size: 39px;
  font-weight: 700;
  padding:0 0 0 12px;
  border-left: solid 5px #00b2c9
}

#intro .intro-info h3 {
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
}
#intro .intro-info2 {
  width: 50%;
  float: left;
}
#intro .intro-info2 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding-right:21%;
  padding-top:25px;
  padding-bottom:25px
}


#intro .intro-info2 .btn-get-started,
#intro .intro-info2 .btn-services {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info2 .btn-get-started {
  background: #00b2c9;
  border: 2px solid #00b2c9;
  color: #fff;
}

#intro .intro-info2 .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info2 .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info2 .btn-services:hover {
  background: #00b2c9;
  border-color: #00b2c9;
  color: #fff;
}

@media (max-width: 767px) {
#intro {
  margin-top:50px;
  height:730px
}
#intro .intro-info {
  width: 100%;
  float: none;
  padding-left:7%
}
#intro .intro-info h3{
  padding-bottom:0;
  margin-bottom:0
}
#intro .intro-info2 {
  width: 100%;
  float: none;
  padding-left:7%
}
#intro .intro-info2 p {
 padding-right:5%
}
#intro .intro-info2 .btn-get-started,
#intro .intro-info2 .btn-services {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 10px 20px 0;
  color: #fff;
}
}
@media (max-width: 360px) {
#intro .intro-info2 {
  padding-left:0;
  text-align:center
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #1c2a52;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #00b2c9;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #00b2c9;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
  text-align:left
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #1c2a52;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #FFF;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #00b2c9;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav .drop-down li a {
 font-weight:400
}

.mobile-nav-toggle {
  position: fixed;
  right: -10px;
  top: 4px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #1c2a52;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}

/* About Us Section
--------------------------------*/

#mapa {
  background: url(../img/fd_home_mapa.png) center bottom no-repeat #00b2c9;
  height:500px;
  padding:0 5%;
}
#mapa .datos{
  padding:35px;
}
#mapa .datos .ul-datos{
  list-style: none;
  padding:0;
  margin:0;
}
#mapa .datos .ul-datos li{
  padding:0;
  margin:0;
  width:25%;
  height:150px;
  color:#FFF;
  float:left
}
#mapa .datos .ul-datos li .tt-datos{
  background:url(../img/linea_datos_mapa-01.svg) bottom left no-repeat;
  display:block;
  padding-bottom:10px;
  font-size:25px;
  font-weight:700;
}
#mapa .datos .ul-datos li .tt-datos span{
  font-size:36px;
  font-weight:900;
  padding-right:3px
}
#mapa .datos .ul-datos li p{
  font-size:14px;
  color:#1c2a52;
  padding-top:8px;
  padding-right:7%
}
#mapa .datos .ul-datos .referencias{
  font-size:12px;
  padding-right:0;
  padding-top:30px;
  line-height:16px
}
#mapa .bajada{
  padding-top:50px;
  clear:both;
}
#mapa .bajada p{
  display:inline-block;
  width:40%;
  float:left;
  color: #1c2a52;
  font-size:18px;
  line-height:20px
}
.btn-pdf {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.3s;
  margin: 0 10px 20px 0;
  color: #1c2a52;
  border:solid 2px #1c2a52;
}
.btn-pdf:hover {
  color: #1c2a52;
  background:#FFF;
  border:solid 2px #1c2a52;
}
#mapa .content-mapa{
  position:relative;
  overflow:hidden
}
#mapa .content-mapa-mb{
  display:none
}
#mapa .cm-sudamerica{
  position:absolute;
  z-index:1;
  right:0;
  top:-130px
}
#mapa .cm-argentina{
  position:absolute;
  z-index:2;
  right:-1px;
  top:-130px;
}
#mapa .cm-buenosaires{
  position:absolute;
  z-index:3;
  right:0;
  top:-130px
}

@media (max-width: 768px) {
#mapa {
  background: url(../img/fd_home_mapa.png) center bottom no-repeat #00b2c9;
  height:auto;
  padding:0;
}
#mapa .content-mapa{
  display:none
}
#mapa .datos{
  padding:20px;
}
#mapa .datos .ul-datos li{
  padding:0;
  margin:0;
  width:50%;
  height:150px;
  color:#FFF;
  float:left
}
#mapa .bajada p{
  display:inline-block;
  width:45%;
  float:left;
  color: #1c2a52;
  font-size:15px;
  line-height:17px
}
#mapa .content-mapa-mb{
  width:100%;
  height:400px;
  clear:both;
  display:block;
  position:relative;
  overflow:hidden;
}

#mapa .content-mapa-mb .cm-sudamerica{
  position:absolute;
  z-index:1;
  top:-100px;
  width:90%
}
#mapa .content-mapa-mb .cm-argentina{
  position:absolute;
  z-index:2;
  top:-100px;
  width:90%
}
#mapa .content-mapa-mb .cm-buenosaires{
  position:absolute;
  z-index:3;
  top:-100px;
  width:90%
}
}

/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 60px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

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

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

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
  background: #004a99;
}

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
  background: #00458f;
  border-color: #00458f;
  border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: #003b7a;
  border-color: #003b7a;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #d8eafe;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#testimonials .section-header {
  margin-bottom: 10px;
}
#testimonials .section-header h2 {
  font-size:24px;
  font-weight:700;
  color:#1c2a52;
  margin:auto;
  text-align:center
}
#testimonials .section-header p {
  width:100%;
  padding-bottom:25px;
  text-align:center
}
#testimonials .testimonial-item {
 text-align:center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 155px;
  border-radius: 50%;
  margin:0 auto
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #00b2c9;
}

#testimonials .testimonials-carousel-mb{
  display:none
}

@media (max-width: 768px) {
#testimonials .testimonials-carousel{
  display:none
}
#testimonials .testimonials-carousel-mb{
  display:block
}
#testimonials .testimonials-carousel-mb .testimonial-item {
 text-align:center;
 padding:15px 5%
}
	
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
  background:#f2f2f2
}

#contact .section-header {
  padding-bottom: 10px;
}

#contact .section-header h2 {
  font-size:24px;
  font-weight:500;
  color:#1c2a52;
  margin:auto;
  text-align:center
}

#contact .section-header h2 strong {
  font-weight:700;
}

#contact .section-header p {
  width:100%;
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding: 30px 0;
  color: #556877;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #msgForm_error{
  color: red;
  /*display: none;*/
  text-align: right;
  padding: 15px;
  font-weight: 600;
}

#contact .form #msgForm_error.show{
  display: inline-block;
}

#contact .form #gracias{
  text-align: center;
  padding: 15px;
  font-weight: 600;
  color:#1c2a52;
  font-size:16px
}
#contact .form #gracias h3{
  font-size:24px
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form label {
  color:#1c2a52;
  padding:10px 0 1px 0;
  font-size: 14px;
  font-weight:700
}

#contact .form input,
#contact .form textarea {
  border-radius: 5px;
  border:none;
  box-shadow: none;
  font-size: 14px;
}
#contact .form textarea {
  resize:none;
}
#contact .form select {
  border-radius: 5px;
  border:none;
  box-shadow: none;
  font-size: 14px;
}

#contact .form .btn-lg {
  background: #1c2a52;
  border: 2px solid #1c2a52;
  color: #fff;
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
}

#contact .form .btn-lg:hover {
  background: none;
  border-color: #1c2a52;
  color: #1c2a52;
}

#intro .intro-info2 .btn-services {
  font-family: "Encode Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info2 .btn-get-started {
  background: #00b2c9;
  border: 2px solid #00b2c9;
  color: #fff;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #00b2c9;
  padding: 0 0 17px 0;
  color: #FFF;
  font-size: 14px;
}

#footer .footer-top {
  background: linear-gradient(to right, #E41F77, #00AEC2);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info .ministerio {
  display: inline-block;
  width:60%;
  margin-right:4%
}
#footer .footer-top .footer-info .argentina {
  display: inline-block;
  width:30%
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #007bff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top h4 a{
  color: #fff;
}

#footer .footer-top h4 a:hover{
	color:#00b2c9;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links h4{
  margin-bottom:0;
  padding-bottom:7px
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding:0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #FFF;
}

#footer .footer-top .footer-links ul a:hover {
  color:#00b2c9;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }


  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {


  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

#intro-inversion {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top:110px;
  background: url("../img/intro_inversiones.jpg") no-repeat center #004d79;
  padding: 120px 0 120px 0;
}

#intro-inversion .intro-img {
  width: 50%;
  float: right;
}

#intro-inversion .intro-info {
  width: 95%;
  float: left;
  border-left: solid 5px #00b2c9;
  margin-left: 3%;
  margin-top: -35px
}

#intro-inversion .intro-info h2 {
  color: #00b2c9;
  margin-bottom: 1px;
  font-size: 39px;
  font-weight: 700;
  padding:0 0 0 12px;
}
#intro-inversion .intro-info h2 a{
  color: #00b2c9;
}
#intro-inversion .intro-info h2 a:hover{
  color: #FFF;
}

#intro-inversion .intro-info2 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding: 23px 2px 0 12px;
}


#intro-recursos {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top:110px;
  background: url("../img/intro_recursos.jpg") no-repeat center #004d79;
  padding: 120px 0 120px 0;
}
#intro-recursos .intro-info {
  width: 90%;
  float: left;
  border-left: solid 5px #00b2c9;
  margin-left: 3%;
  margin-top: -35px
}
#intro-recursos .intro-info h2 {
  color: #00b2c9;
  margin-bottom: 1px;
  font-size: 39px;
  font-weight: 700;
  padding:0 0 0 12px;
}
#intro-recursos .intro-info h2 a{
  color: #00b2c9;
}
#intro-recursos .intro-info h2 a:hover{
  color: #FFF;
}
#intro-recursos .intro-info2 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding: 23px 2px 0 12px;
}

#intro-nosotros {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top:110px;
  background: url("../img/intro_nosotros.jpg") no-repeat center #004d79;
  padding: 120px 0 120px 0;
}
#intro-nosotros .intro-info {
  width: 95%;
  float: left;
  border-left: solid 5px #00b2c9;
  margin-left: 3%;
  margin-top: -35px
}
#intro-nosotros .intro-info h2 {
  color: #00b2c9;
  margin-bottom: 1px;
  font-size: 39px;
  font-weight: 700;
  padding:0 0 0 12px;
}
#intro-nosotros .intro-info h2 a{
  color: #00b2c9;
}
#intro-nosotros .intro-info h2 a:hover{
  color: #FFF;
}
#intro-nosotros .intro-info2 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding: 23px 2px 0 12px;
}

#intro-exportacion {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top:110px;
  background: url("../img/intro_exportaciones.jpg") no-repeat center #004d79;
  padding: 120px 0 120px 0;
}
#intro-exportacion .intro-info {
  width: 95%;
  float: left;
  border-left: solid 5px #00b2c9;
  margin-left: 3%;
  margin-top: -35px
}
#intro-exportacion .intro-info h2 {
  color: #00b2c9;
  margin-bottom: 1px;
  font-size: 39px;
  font-weight: 700;
  padding:0 0 0 12px;
}
#intro-exportacion .intro-info h2 a{
  color: #00b2c9;
}
#intro-exportacion .intro-info h2 a:hover{
  color: #FFF;
}
#intro-exportacion .intro-info2 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding: 23px 2px 0 12px;
}

@media (max-width: 767px) {
  #intro-inversion {
    background: url("../img/intro_inversiones_media.jpg");
    margin-top:50px;
    height: 400px;
  }
  #intro-inversion .intro-info {
    width: 98%;
	  margin-left:2%;
    float: none;
    padding-left:3%
  }
  #intro-inversion .intro-info2 {
    width: 100%;
    float: none;
  }
  #intro-inversion .intro-info2 p {
   padding-right:5%;
  }
  
#intro-recursos {
    background: url("../img/intro_recursos_media.jpg") right top;
    margin-top:50px;
    height: 400px;
  }
#intro-recursos .intro-info {
    width: 98%;
	margin-left:2%;
    float: none;
    padding-left:3%
  }
#intro-recursos .intro-info2 {
    width: 100%;
    float: none;
  }
#intro-recursos .intro-info2 p {
   padding-right:5%;
  }

#intro-nosotros {
    background: url("../img/intro_nosotros_media.jpg") right top;
    margin-top:50px;
    height: 540px;
  }
#intro-nosotros .intro-info {
    width: 98%;
	margin-left:2%;
    float: none;
    padding-left:3%
  }
#intro-nosotros .intro-info2 {
    width: 100%;
    float: none;
  }
#intro-nosotros .intro-info2 p {
   padding-right:5%;
  }

#intro-exportacion {
    background: url("../img/intro_exportaciones_media.jpg") center top;
    margin-top:50px;
    height: 670px;
  }
#intro-exportacion .intro-info {
    width: 98%;
	margin-left:2%;
    float: none;
    padding-left:3%
  }
#intro-exportacion .intro-info2 {
    width: 100%;
    float: none;
  }
#intro-exportacion .intro-info2 p {
   padding-right:5%;
  }

}

.inversiones-scroll{}
.inversiones-fijo{
 width:100%;
 background:#FFF;
 position:fixed;
 top:79px;
 z-index:100;
  box-shadow: 0px 0px 8px rgba(127, 137, 161, 0.2);
}

#inversion-menu .ul {
  list-style:none;
  padding: 0px; 
  margin: 20px;
  text-align: center;
  display: block;
}

#inversion-menu .li {
  display: inline-block;
  margin: 0 0px;
  font-size:14px;
  font-weight:700
}

#inversion-menu .dropdown {
  display: none;
}
#inversion-menu .dropdown .dropdown-menu{
  width:100%
}
#expor-menu .dropdown .dropdown-menu{
  width:100%
}

#inversion-menu .dropdown .dropdown-item {
  color: #003166;
}

#inversion-menu .btn-secondary{
  background-color: #FFF;
  color: #003166;
  border-color:#003166
}

@media (max-width: 767px) {
  #inversion-menu .dropdown {
    display: grid;
  }
  #inversion-menu .ul {
    display: none;
  }
  }

.separador {
  padding-right:11px;
  padding-left:11px
}

  #mapainversion {
    background: url(../img/fondo_dondeinvertir.png) center bottom no-repeat #00b2c9;
    height:530px;
    padding:0 5%;
  }

  #mapainversion .bajada{
    padding-top:50px;
    clear:both;
  }
  #mapainversion .bajada p{
    display:inline-block;
    width:40%;
    float:left;
    color: #1c2a52;
    font-size:18px;
    line-height:20px
  }

  #mapainversion .caja-dos{
    margin-top: 75px;
  }

  #mapainversion .caja-dos img{
    float: left;
    margin-left: -29px;
    margin-top: -13px;
  }

  #mapainversion .caja-dos h4 {
    color: #1c2a52;
  }

  #mapainversion .caja-dos h1 {
    color: #1c2a52;
    font-size: 83px;
    margin-top: -13px;
  }

  #mapainversion .caja-dos h2 {
    color: #ffffff;
    font-size: 43px;
    margin-top: -16px;
  }

  #mapainversion .caja-dos p {
    color: #1c2a52;
  }

  #mapainversion .btn-primary{
    background: none;
    color: #1c2a52;
    border: none;
    padding: 0 0 0 0;
    margin-top: 44px;
  }
  
  #mapainversion .btn-primary:hover{
    background: none;
    border: none;
    padding: 0 0 0 0;
  }

  #mapainversion .btn-primary:focus {
    box-shadow: none;
  }
  
#mapainversion .municipios-drop{
  width: 100%;
  }
#mapainversion .municipios-drop .btn-secondary{
  background:#1c2a52;
  border:solid 1px #1c2a52;
  margin:10px 0;
  }
  
  .mapa-provincia .modal-content{
  width: 720px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left: -90px;
  }

  .mapa-provincia .modal-header{
    background-color: #00b2c9;
    color: #fff;
    margin-top: 29px;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .mapa-provincia .caja-uno ul{
    list-style:none;
	border: solid 2px #C9C9C9;
	border-radius:5px;
	height:45px;
	padding:0;
	margin:0 0 20px
  }
    .mapa-provincia .caja-uno ul li{
    width:auto;
	display: -webkit-inline-box;
    padding: 7px 10px;
	border-right: solid 1px #D8D8D8
  }
.mapa-provincia .caja-uno ul .hab{
    width:50%;
  }
     .mapa-provincia .caja-uno ul li:last-child{
	border-right: none
  } 
  .mapa-provincia .caja-uno img{
    float: left;
    margin-right: 10px;
  }

 .mapa-provincia .caja-uno {
    margin:20px 0 0 0;
	padding:0
  }
  .mapa-provincia .caja-dos ul{
	padding:0;
	margin:0
  }
  .mapa-provincia hr{
	border-top: solid 2px #D8D8D8;
	border-left:none;
	border-right:none;
	border-bottom:none;
	width:100%
  }

  .mapa-provincia h6{
    color: #00b2c9;
    margin-bottom: 10px;
  }
  

  .mapa-provincia .btn-get-started {
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    background: #00B2C9;
    border: 2px solid #00B2C9;
    color: #ffffff;
    margin-top: 10px;
    margin-left:auto;
	margin-right:auto
  }

  .mapa-provincia .btn-get-started:hover {
    background: none;
    border: 2px solid #00B2C9;
    color: #00B2C9;
  }

  @media (max-width: 768px) {
  #mapainversion {
    background: url(../img/fd_home_mapa.png) center bottom no-repeat #00b2c9;
    height:auto;
    padding:0;
  }
 .mapa-provincia .caja-uno ul{
    list-style:none;
	border: solid 2px #C9C9C9;
	border-radius:5px;
	height:auto;
	margin:0 0 20px
  }
  .mapa-provincia .caja-uno ul .hab{
    width:100%;
  }
    .mapa-provincia .caja-uno ul li{
    width:100%;
	display: -webkit-inline-box;
    padding: 7px 10px;
	border-right:none;
	border-bottom: solid 1px #D8D8D8
  }
     .mapa-provincia .caja-uno ul li:last-child{
	border-right: none
  } 

  #mapainversion .bajada p{
    display:inline-block;
    width:45%;
    float:left;
    color: #1c2a52;
    font-size:15px;
    line-height:17px
  }
  .mapa-provincia .modal-content{
  width: 97%;
  margin-left: 8px;
  }
  #mapainversion select{
    margin-bottom: 38px;
  }
  }

#servicios .estilo {
  text-align: center;
  padding: 60px 0;}

#servicios .titulo {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

#servicios .caja img {
padding-bottom: 20px;
margin-top: 25px
}

#servicios .caja h6 {
    color: #1c2a52
}

#servicios .caja p {
  color: #808080;
  margin-top: -12px;
}

#servicios .btn-get-started {
  background: #1c2a52;
  border: 2px solid #1c2a52;
  font-family: "Encode Sans", sans-serif;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 50px 20px 20px 0;
  color: #fff;
}

#servicios .btn-get-started:hover {
  background: none;
  border: 2px solid #1c2a52;
  color: #1c2a52;
}

@media (max-width: 767px) {
  #servicios .btn-get-started {
    margin: 50px -1px 20px 0;}
  #servicios .caja p {
 padding: 0 15px 0 15px
    }
  }

#monitor {
  background-color: #f2f2f2;
  padding: 70px;
}

#monitor .titulo {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

#monitor .caja{
  text-align: center;
}


#monitor .caja .btn-get-started{
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
}

#monitor .caja .uno{
  background: #00b2c9;
  border: 2px solid #00b2c9;
  color: #1c2a52;
}

#monitor .caja .dos{
  background: #198394;
  border: 2px solid #198394;
  color: #fff;
}

#monitor .caja .tres{
  background: #0f427c;
  border: 2px solid #0f427c;
  color: #fff;
}

#monitor .caja .cuatro{
  background: #1f82ba;
  border: 2px solid #1f82ba;
  color: #fff;
}

#monitor .caja .btn-get-started:hover {
  background: none;
  border: 2px solid #00b2c9;
  color: #00b2c9;
}

#monitor .section-header p {
  width: 90%;
}

@media (max-width: 767px) {
  #monitor{
  /*margin-left: -6%;
  margin-right: -6%;*/
  padding:60px 5%
  }

  #monitor .caja{
    padding-bottom: 35px;
  }
}

#sectores {
  background-color: #f2f2f2;
  padding: 60px;
}
.btn-contacto {
  background: #1c2a52;
  border: 2px solid #1c2a52;
  font-family: "Encode Sans", sans-serif;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 50px 20px 20px 0;
  color: #fff;
}

.btn-contacto:hover {
  background: none;
  border: 2px solid #1c2a52;
  color: #1c2a52;
}

#sectores .section-header h2 {
  font-size:24px;
  font-weight:500;
  color:#1c2a52;
  margin:auto;
  text-align:center
}

#sectores .section-header h2 strong {
  font-weight:700;
}

#sectores .section-header p{
  padding-top: 8px;
  padding-bottom: 28px;
  font-weight: 400;
}

#sectores .caja {
  position: relative;
}

#sectores .caja img {
margin-top: 1px;
margin-bottom: 12px;
}

#sectores .caja h6{
    margin: 0 0 20px -1px;
}

#sectores .uno h6{
  color: #198394;
}

#sectores .dos h6{
  color: #1D5D80;
}

#sectores .tres h6{
  color: #1F82BA;
}

#sectores .cuatro h6{
  color: #00B2C9;
}

#sectores .cinco h6{
  color: #0F427C;
}

#sectores .caja p {
  color: #1c2a52;
  margin-top: -17px;
  font-size: 14px;
  line-height: 17px;
  margin-left: -3px;
  margin-right: -2px;
}

#sectores .caja .btn-get-started{
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0px 8px;
  border-radius: 50px;
  transition: 0.5s;
  color: #1d5d80;
  background-color: #ccc;
  margin-top: 10px;
}
#sectores .caja .btn-masinfo{
  font-family: "Encode Sans", sans-serif;
  font-size:14px;
  color: #FFF;
  position:absolute;
  bottom:7px;
  right:10px;
  display:block
}
#sectores .caja .btn-masinfo:hover{
  font-weight:700
}


#sectores .caja .mas-info-industria {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  bottom: 0px;
  min-height:215px;
  background-color: #198394;
  z-index: 10;
  border-radius: 12px;
  /*color: #1C2A52;*/
  color:#FFF;
  padding-top: 11px;
  padding-left: 11px;
}

#sectores .mas-info-industria p{
  font-size: 14px;
  line-height:16px;
  color:#FFF;
  margin:0 0 8px;
  padding:0;
}

#sectores .mas-info-industria h2{
  font-weight: 600;
  color:#FFF;
  font-size: 14px;
  margin:7px 0 0;
  padding:0;
}

#sectores .caja .mas-info-energia {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  bottom: 0px;
  min-height:215px;
  z-index: 10;
  border-radius: 12px;
  color: #FFF;
  padding-top: 11px;
  padding-left: 11px;
  background-color: #1D5D80;
}

#sectores .mas-info-energia p{
  font-size: 14px;
  color:#FFF;
  line-height:16px;
  margin:0 0 8px;
  padding:0;
}

#sectores .mas-info-energia h2{
  font-weight: 600;
  font-size: 14px;
  margin:7px 0 0;
  padding:0;
}

#sectores .caja .mas-info-turismo {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  bottom: 0px;
  min-height:215px;
  z-index: 10;
  border-radius: 12px;
  /*color: #1C2A52;*/
  color:#FFF;
  padding-top: 11px;
  padding-left: 11px;
  background-color: #1F82BA;
}

#sectores .mas-info-turismo p{
  font-size: 14px;
  line-height:16px;
  margin:0 0 8px;
  padding:0;
  color:#FFF;
}

#sectores .mas-info-turismo h2{
  font-weight: 600;
  font-size: 14px;
  margin:7px 0 0;
  padding:0;
}

#sectores .caja .mas-info-servicios {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  bottom: 0px;
  min-height:215px;
  z-index: 10;
  border-radius: 12px;
  color: #FFF;
  padding-top: 11px;
  padding-left: 11px;
  background-color: #00B2C9;
}

#sectores .mas-info-servicios p{
  font-size: 14px;
  line-height:16px;
  margin:0 0 8px;
  padding:0;
  color:#FFF;
}

#sectores .mas-info-servicios h2{
  font-weight: 600;
  font-size: 14px;
  margin:7px 0 0;
  padding:0;
}

#sectores .caja .mas-info-agro {
  position: absolute;
  top: 0px;
  left: 3px;
  right: 3px;
  bottom: 0px;
  min-height:215px;
  z-index: 10;
  border-radius: 12px;
  color: #fff;
  padding-top: 11px;
  padding-left: 11px;
  background-color: #1D5D80;
}

#sectores .mas-info-agro p{
  font-size: 14px;
  line-height:16px;
  color:#FFF;
  margin:0 0 8px;
  padding:0;
}

#sectores .mas-info-agro h2{
  font-weight: 600;
  font-size: 14px;
  margin:7px 0 0;
  padding:0;
}


@media (max-width: 767px) {
#sectores {
 /* margin-right: -7%;
  margin-left: -5%;*/
  padding: 60px 5%
}

  #sectores .caja img{
    margin-top: 30px;
    margin-bottom: 12px;
  }
  #sectores .section-header p{
    padding-bottom: 0px;
  }
  #sectores .caja .mas-info-industria{
    margin-top: 21px;
  }
  #sectores .caja .mas-info-energia{
    margin-top: 21px;
  }
  #sectores .caja .mas-info-turismo{
    margin-top: 21px;
  }
  #sectores .caja .mas-info-servicios{
    margin-top: 21px;
  }
  #sectores .caja .mas-info-agro{
    margin-top: 21px;
  }
}


#capacitaciones{
  padding: 60px 0;
}

#capacitaciones .caja-uno h4{
  color: #283d50;
  font-weight: 500;
  position: relative;
}

#capacitaciones .caja-uno p{
  color: #808080;
  padding-bottom: 16px;
  padding-left: 20px;
  border-left: solid 5px #00B2C9;
}

#capacitaciones .caja-uno .btn-get-started{
  font-family: "Encode Sans", sans-serif;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background: #00B2C9;
  border: 2px solid #00B2C9;
  color: #1C2A52;
  margin-top: 18px;
}

#capacitaciones .caja-uno .btn-get-started:hover {
  background: none;
  border: 2px solid #00B2C9;
  color: #00B2C9;
}

#capacitaciones .caja-dos{
  margin-left: 94px;
}

#capacitaciones .caja-dos h4{
  color: #283d50;
  font-weight: 500;
  position: relative;
}

#capacitaciones .caja-dos p{
  color: #808080;
  padding-bottom: 16px;
  padding-left: 20px;
  border-left: solid 5px #00B2C9;
}

#capacitaciones .caja-dos .btn-get-started{
  font-family: "Encode Sans", sans-serif;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  background: #1F82BA;
  border: 2px solid #1F82BA;
  color: #fff;
}

#capacitaciones .caja-dos .btn-get-started:hover {
  background: none;
  border: 2px solid #1F82BA;
  color: #1f82ba;
}

#capacitaciones img {
  width: 10%;
  float: left;
  margin-bottom: 120px;
  margin-right: 10px;
}

#capacitaciones .caja-tres {
  margin-left: 9px;
  margin-top: 17px;
  margin-right: -9px;
}

#capacitaciones .caja-cuatro {
  margin-top: 17px;
}

#capacitaciones h6 {
  color: #1c2a52;
}

@media (max-width: 767px) {
#capacitaciones {
  padding-bottom: 20px;
}

  #capacitaciones .caja-uno{
  margin-bottom: 45px;
  margin-left: 6%;
  margin-right: 6%;
  }

  #capacitaciones .caja-dos{
    margin-bottom: 45px;
    margin-left: 6%;
    margin-right: 6%;
    }

    #capacitaciones .caja-dos .btn-get-started{
    margin-bottom: 5%;
    }
}


#expor-menu .ul {
  list-style:none;
  padding: 0px; 
  margin: 20px;
  text-align: center;
  display: block;
}

#expor-menu .li {
  display: inline-block;
  margin: 0 0px;
  font-size:14px;
  font-weight:700
}

#expor-menu .dropdown {
  display: none;
}

#expor-menu .dropdown .dropdown-item {
  color: #003166;
}

#expor-menu .btn-secondary{
  background-color: #FFF;
  color: #003166;
  border-color:#003166
}

@media (max-width: 767px) {
  #expor-menu .dropdown {
    display: grid;
  }
  #expor-menu .ul {
    display: none;
  }
  }


#expor-capacitaciones{
  text-align: left;
  padding: 80px 0;
 }
  #expor-capacitaciones .cajas-capacitaciones{
	padding-left:5%
  }
 #expor-capacitaciones .cajas-capacitaciones .col-lg-3{
	flex:0 0 23%;
	margin-right:2%;
	margin-left:0;
	height:250px;
  }
 
#expor-capacitaciones .section-header h4 {
  font-size: 1.5rem;
  color: #1c2a52;
  text-align: center;
  font-weight: bolder;
  position: relative;
  }
  
#expor-capacitaciones .caja h6 {
    color: #1c2a52
}

#expor-capacitaciones .section-header p {
  color: #808080;
  width: 100%;
}

#expor-capacitaciones .caja-dos h6{
color: #1c2a52
}

#expor-capacitaciones .caja-tres h6{
  color: #1c2a52
  }

#expor-capacitaciones .caja-cuatro h6{
  color: #1c2a52
  }

#expor-capacitaciones .btn {
  background: #00b2c9;
  border: 2px solid #00b2c9;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: rgb(255, 255, 255);
}  
#expor-capacitaciones .btn:hover {
  background: none;
  border: 2px solid #00b2c9;
  color: #1c2a52;
}

#expor-capacitaciones .btn-get-started-uno {
  background: #00b2c9;
  border: 2px solid #00b2c9;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: rgb(28, 42, 82);
  position: absolute;
  bottom:25px
}

#expor-capacitaciones .btn-get-started-uno:hover {
  background: none;
  border: 2px solid #00b2c9;
  color: #1c2a52;
}
#expor-capacitaciones .anteriores{
  position: absolute;
  bottom:0;
  color:#00b2c9;
  padding-left:15%;
  font-size:14px;
}
#expor-capacitaciones .anteriores:hover{
  position: absolute;
  bottom:0;
  color: #1c2a52;
  padding-left:15%;
  font-size:14px;
}

#expor-capacitaciones .btn-get-started-dos {
  background: #198394;
  border: 2px solid #198394;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  position: absolute;
  bottom:25px}

#expor-capacitaciones .btn-get-started-dos:hover {
  background: none;
  border: 2px solid #198394;
  color: #1c2a52;
}

#expor-capacitaciones .btn-get-started-tres {
  background: #0f427c;
  border: 2px solid #0f427c;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  position: absolute;
  bottom:25px}

#expor-capacitaciones .btn-get-started-tres:hover {
  background: none;
  border: 2px solid #0f427c;
  color: #1c2a52;
}

#expor-capacitaciones .btn-get-started-cuatro {
  background: #1f82ba;
  border: 2px solid #1f82ba;
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  position: relative;
  bottom:25px}

#expor-capacitaciones .btn-get-started-cuatro:hover {
  background: none;
  border: 2px solid #1f82ba;
  color: #1c2a52;
}

@media (max-width: 767px) {
 #expor-capacitaciones .cajas-capacitaciones .col-lg-3{
	flex:0 0 100%;
	margin-right:0;
	margin-left:0;
	padding:0 5%;
	height:auto
  }
 
  #expor-capacitaciones .cajas-capacitaciones .col-lg-3 h6{
	padding:0 0 10px;
	margin:0
  }
    #expor-capacitaciones .cajas-capacitaciones .col-lg-3 p{
	padding:0 0 10px;
	margin:0
  }
 #expor-capacitaciones .cajas-capacitaciones{
	padding-left:0
  }
  #expor-capacitaciones .section-header p {
    padding-bottom:25px
  }  

  #expor-capacitaciones .btn-get-started-uno{
    margin-top:0;
    margin-bottom:10px;
	position:unset
  }
  #expor-capacitaciones .btn-get-started-dos {
    margin-top:0;
    margin-bottom: 35px;
	position:unset
  }
  #expor-capacitaciones .btn-get-started-tres {
    margin-top:0;
    margin-bottom: 35px;
	position:unset
  }
  #expor-capacitaciones .btn-get-started-cuatro {
    margin-top:0;
    margin-bottom: 35px;
	position:unset
}
#expor-capacitaciones .anteriores{
  position:unset;
  display:block;
  clear:both;
  padding-left:0;
  margin-bottom:35px
}

}

#expor-ofer .section-header h4 {
  font-size: 1.5rem;
  color: #1c2a52;
  text-align: center;
  font-weight: bolder;
  position: relative;
}

#expor-ofer .section-header p{
  padding-bottom: 21px;
}

#expor-ofer {
  text-align: center;
  padding: 60px 0;}

#expor-ofer .caja img {
padding-bottom: 20px;
margin-top: 25px
}

#expor-ofer .caja h6 {
    color: #1c2a52
}

#expor-ofer .caja p {
  color: #808080;
  margin-top: -12px;
}

#expor-ofer .parrafos p {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #808080;
}

#expor-ofer .btn-get-started {
  background: #0f427c;
  border: 2px solid #0f427c;
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 15px;
  color: #fff;
}

#expor-ofer .btn-get-started:hover {
  background: none;
  border: 2px solid #0f427c;
  color: #0f427c;
}


#expor-prom .section-header h4 {
  font-size: 1.5rem;
  color: #1c2a52;
  text-align: center;
  font-weight: bolder;
  position: relative;
}

#expor-prom {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

#expor-prom .section-header p{
  padding-bottom: 30px;
}

#expor-prom .caja {
  background-color: #fff;
  margin-right: 4px;
  margin-left: 17px;
  padding: 19px 11px 19px 19px;
  border-radius: 10px;
}

#expor-prom .btn-primary{
  background: none;
  color: #1c2a52;
  border: none;
  padding: 0 0 0 0;
}

#expor-prom .btn-primary:hover{
  background: none;
  color: #00b2c9;
  border: none;
  padding: 0 0 0 0;
}

#expor-prom .caja h6 {
  color:#1c2a52;
  text-align:center;
}
#expor-prom .caja h4 {
  color: #00b2c9;
  font-size:18px;
  margin-bottom:0
}
#expor-prom .caja p{
  color: #808080;
}

#expor-prom .caja hr {
  border-top: 1px solid rgb(185, 185, 185);
  margin-top: 12px;
}
#expor-prom .modal-title{
  font-size:21px;
  margin-bottom:0
}
#expor-prom .modal-body h4 {
  color: #00b2c9;
  font-size:21px;
  margin-bottom:12px
}

@media (max-width: 767px) {
.modal-content {
top: 100px;
}
#expor-prom .caja {
  width:90%
}
}

#expor-asist {
  background-color: #f2f2f2;
  padding-top: 1px;
}

#expor-asist .section-header h2 {
  font-size:24px;
  font-weight:700;
  color:#1c2a52;
  text-align:center;
  margin-top: 60px;
}

#expor-asist .section-header p {
  padding-bottom: 40px;
  }

#expor-asist .accordion {
  width: 100%;
  margin-bottom: 64px;
  }
  
#expor-asist .accordion .card-header {
    background-color: #fff;
    margin-bottom: -15px;
  }

  #expor-asist .accordion img {
    margin-top: 8px;
  }

  #expor-asist h6 {
    color:#1c2a52;
    margin-top: 10px;
  }

  #expor-asist .btn-get-started {
    background: #1c2a52;
    border: 2px solid #1c2a52;
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #fff;
  }

  #expor-asist .btn-get-started:hover {
    background: none;
    border: 2px solid #1c2a52;
    color: #1c2a52;
  }

  #expor-asist .caja p {
    margin-top: 15px;
  }


#expor-capacitacion{
  margin-bottom: 30px;
}


#expor-capacitacion h6{
  color:#1c2a52;
  margin-bottom: 14px;
}

#expor-capacitacion p{
  color: #808080;
}

#expor-capacitacion .section-header {
  border-bottom: 1px solid rgb(185, 185, 185);
}

#expor-capacitacion .caja-dos {
  margin-top: 20px;
}

#expor-capacitacion .caja-tres h6{
  margin-top: 31px;
  border-bottom: 1px solid rgb(185, 185, 185);
  padding-bottom: 10px;
}

#expor-capacitacion .caja-tres {
  margin-top: 48px;
}

#expor-capacitacion .caja-tres ul{
  color: #1c2a52;
  list-style: none;
  margin-left: -49px;
}

#expor-capacitacion .caja-tres li{
background: url(../img/arrow_right.png) left top no-repeat ;
padding-left: 31px;
}

@media (max-width: 767px) {
  #expor-capacitacion .caja-uno {
    margin-left: 20px;
  }
}


#herramientas {
  margin-bottom: 50px;
}

#herramientas .section-header h2 {
  font-size:24px;
  font-weight:500;
  color:#1c2a52;
  text-align:center;
  margin-top: 60px;
}

#herramientas .section-header p{
  padding-bottom: 28px;
  font-weight: 400;
  width: 71%;
}

#herramientas h6 {
  color:#1c2a52;
  margin-top: 10px;
}

#herramientas .accordion {
width: 100%;
margin-bottom: 30px;
}

#herramientas .accordion .mb-0 .btn-link{
	text-decoration:none;
	 color:#1c2a52;
	 font-weight:600
 }
#herramientas .accordion .card-header {
  background-color: #fff;
}
#herramientas img {
  width: 90%;

}
#herramientas .incentivos {
	padding-top:25px;
}
#herramientas .incentivos ul {
  color:#1c2a52;
  list-style:none;
  padding:0;
  margin:0
}

#herramientas .incentivos li {
	width:48%;
	margin-right:2%;
	margin-top:0;
	padding-top:5px;
	margin-bottom:0;
	float:left;
  padding-bottom: 5px;
  border:none;
  border-bottom: solid 1px #DDDDDD
}
#herramientas .incentivos li img{
	display:block;
	float:left;
	width:20px;
	border-radius:0;
	margin-right:7px
	}
#herramientas .incentivos li p{
	display:block;
	float:left;
	line-height:17px;
	padding-top:5px;
	width:92%;
	}
#herramientas .incentivos li .salto-li{
	clear:both;
	width:100%;
	height:1px
	}



@media (max-width: 767px) {
#herramientas img {
  width: 60%;
  margin:10px 0 10px 20%;
}  

#herramientas .section-header p {
  width: 100%;
}

#herramientas .incentivos img{
	width:16px;
	border-radius:0;
	margin-left:0;
	margin-top:2px;
	margin-right:7px
	}

#herramientas .incentivos li {
	width:100%;
	margin-right:0;
	float:none;
}
}

#inver-monitor .section-header h2 {
  font-size:24px;
  font-weight:500;
  color:#1c2a52;
  margin:auto;
  text-align:center;
  margin-top: 50px;
  margin-bottom: 12px;
}

#inver-monitor .section-header p{
  padding-bottom: 35px;
  font-weight: 400;
  width: 90%;
}

#inver-monitor img {
  width: 5%;
  margin-right: 10px;
}

#inver-monitor .btn-get-started-uno{
  font-family: "Encode Sans", sans-serif;
  background-color: #00b2c9 ;
  border: 2px solid #00b2c9;
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #fff;
}

#inver-monitor .btn-get-started-uno:hover {
  background: none;
  border: 2px solid #00b2c9;
  color: #00b2c9;
}

#inver-monitor .btn-get-started-dos{
  font-family: "Encode Sans", sans-serif;
  background-color: #198394 ;
  border: 2px solid #198394;
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #fff;
}

#inver-monitor .btn-get-started-dos:hover {
  background: none;
  border: 2px solid #198394;
  color: #198394;
}

#inver-monitor .btn-get-started-tres{
  font-family: "Encode Sans", sans-serif;
  background-color: #1f82ba ;
  border: 2px solid #1f82ba;
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #fff;
}

#inver-monitor .btn-get-started-tres:hover {
  background: none;
  border: 2px solid #1f82ba;
  color: #1f82ba;
}

#inver-monitor .btn-get-started-cuatro{
  font-family: "Encode Sans", sans-serif;
  background-color: #0f427c ;
  border: 2px solid #0f427c;
  display: inline-block;
  padding: 7px 22px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 10px;
  margin-left: 15px;
  color: #fff;
}

#inver-monitor .btn-get-started-cuatro:hover {
  background: none;
  border: 2px solid #0f427c;
  color: #0f427c;
}

#inver-monitor .caja h6 {
  color: #1c2a52
}

#inver-monitor .caja strong {
  color: #1c2a52
}

#inver-monitor ul {
  list-style: none;
  margin-left: -39px;
  }

#inver-monitor li {
  border-top: 1px solid #b3b3b3;
  padding: 10px 0;
}

  #inver-monitor .caja {
    margin-bottom: 30px;
  }

  #inver-monitor .caja .informe{
    width: 86%;
  }
  #inver-monitor .caja .ver-informe{
    width: 14%;
	float:right
  }
  #inver-monitor .caja .informe img{
    display: block;
	float:left;
	width:36px
  }
   #inver-monitor .caja .informe strong{
    display: inline-block;
	width:90%
  } 
 #inver-monitor .caja .ver-informe .ver{
    font-size:14px;
	font-weight:700;
	padding-right:10px;
	border-right: solid 1px #BCBCBC
  }

  #inver-monitor .caja .pdf {
    display: block;
    float: right;
    width: 27px;
    height: 32px;
    background: url("../img/icon_PDF_d_hover.svg") no-repeat top;
    margin-top: -2px;
	transition:none
  }

  #inver-monitor .caja .pdf:hover {
    display: block;
    float: right;
    width: 27px;
    height: 32px;
    background: url("../img/icon_PDF_d_hover.svg") no-repeat bottom;
  }
  
 #inver-monitor .caja .btn-mas-informes{
    display:block;
	background:url(../img/expand_more.svg) right top no-repeat;
	background-size:22px;
	font-size:14px;
	padding-right:22px;
	margin-bottom:8px;
	width:100%;
	text-align:right;
  }

  @media (max-width: 767px) {
  #inver-monitor .caja .informe{
    width: 83%;
  }
  #inver-monitor .caja .ver-informe{
    width: 17%;
	float:right
  }
	 #inver-monitor .caja .informe img{
    display: block;
	float:left;
	width:8%
  }
   #inver-monitor .caja .informe strong{
    display: inline-block;
	width:85%;
  } 
  }

#programas {
  background-color: #f2f2f2;
  padding-top: 1px;
}

#programas .section-header h2 {
  font-size:24px;
  font-weight:700;
  color:#1c2a52;
  text-align:center;
  margin-top: 60px;
}

#programas .section-header p {
  padding-bottom: 40px;
  }

#programas .accordion {
  width: 100%;
  margin-bottom: 64px;
  }
  
#programas .accordion .card-header {
    background-color: #fff;
    margin-bottom: -15px;
  }

  #programas h6 {
    color:#1c2a52;
    margin-top: 10px;
  }

  #programas .btn-get-started {
    background: #1c2a52;
    border: 2px solid #1c2a52;
    font-family: "Encode Sans", sans-serif;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #fff;
  }

  #programas .btn-get-started:hover {
    background: none;
    border: 2px solid #1c2a52;
    color: #1c2a52;
  }

  #programas .caja p {
    margin-top: 15px;
  }


  #inver-capacitacion .section-header h2 {
    font-size:24px;
    font-weight:500;
    color:#1c2a52;
    margin:auto;
    text-align:center;
    margin-top: 50px;
    margin-bottom: 12px;
  }
  
  #inver-capacitacion .section-header p{
    padding-bottom: 35px;
    font-weight: 400;
    width: 90%;
  }

  /*#inver-capacitacion img {
    width: 5%;
    margin-right: 10px;
    margin-bottom: 5px;
  }*/

  #inver-capacitacion .btn-get-started{
    font-family: "Encode Sans", sans-serif;
    font-weight: 700;
    background-color: #00b2c9;
    border: 2px solid #00b2c9;
    display: inline-block;
    padding: 7px 22px;
    border-radius: 50px;
    transition: 0.5s;
    margin-bottom: 10px;
    color: #fff;
  }

  #inver-capacitacion .btn-get-started:hover {
    background: none;
    border: 2px solid #b3b3b3;
    color: #1c2a52;
  }

  #inver-capacitacion .caja-uno{
    border: 1px solid #b3b3b3;
    padding: 34px 49px 14px 34px;
    margin-bottom: 40px;
    border-radius: 15px;
  }

  #inver-capacitacion .caja-dos ul {
    padding-left: 15px;
    padding-bottom:0;
    }

    #inver-capacitacion .caja-dos li {
      color: #808080; 
    }

  #inver-capacitacion .caja-dos .fechas {
    border-top: 1px solid #b3b3b3;
	margin-top:15px;
	padding-top:15px;
	list-style:none
  }
  #inver-capacitacion .caja-dos .fechas li {
   width:33%;
   float:left
    }
  #inver-capacitacion h6 {
    color:#1c2a52;
	padding-right:5%;
  }
  #inver-capacitacion .caja {
    border-top: 1px solid #b3b3b3;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  #inver-capacitacion .caja-dos h6 {
    margin-top: 25px;
  }
  #inver-capacitacion .caja-tres {
    padding-top: 25px;
  }
  #inver-capacitacion .caja-dos a{
    color:#00b2c9;
	float:right
  }
  
  #nosotros p{
    color: #556877;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #nosotros .izq{
    margin-top:20px;
    margin-bottom: 50px;
  }

  #nosotros .der{
    margin-top: 75px;
    margin-bottom: 50px;
  }

  #nosotros .caja-dos{
    margin-bottom: 50px;
  }

  #nosotros .caja-tres{
    margin-top: -10px;
  }

  @media (max-width: 767px) {
    #nosotros .der {
      margin-top: 0;
    }
    #nosotros .izq {
    margin-bottom: 17px;
  }
  }

  #descargas h5{
   color: #003166
  }

  #descargas  ul {
    list-style: none;
    margin-left: -39px;
    }
  
  #descargas li {
    color: #556877;
    border-bottom: 1px solid #b3b3b3;
    padding-top: 10px;
    padding-bottom: 10px;
  }
    #descargas li a{
    display:block
  }

  #descargas img {
  float: left;
  padding-bottom: 5px;
  margin-right: 10px;
  width: 5%;
  }
  
  #descargas .caja {
    margin-bottom: 30px;
  }

  #descargas .row{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  
    #descargas .caja-muni {
    height:500px;
	display:block;
	overflow-x:none;
	overflow-y:scroll;
	margin-bottom: 30px;
  }
    #descargas .row-sectores{
    margin-top: 0;
    margin-bottom: 0;
  }

  @media (max-width: 767px) {
  #descargas .row{
    margin-top: 10px;
    margin-bottom: 10px;
  }	  
    #descargas img {
      padding-bottom:0;
      width:5%;
	  margin-right:5px
      }
  #descargas li {
    width:100%;
	margin:0;
	padding:5px 0;
	clear:both
  }
    #descargas li a{
    display:block
  }	
  #descargas li a strong{
    display:inline-block;
	width:85%
  }	
    #descargas .caja-muni {
    padding-right:3%
  }  }
  
/*  .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 120px;
	left:-3%;
    z-index: 99999;
    width: 106%;
}*/

.owl-comex {
    width: 90%;
	position:relative;
	margin:0 auto
}
.owl-carousel .owl-nav button.owl-next{
    float:right;
	position:absolute;
	right:-30px;
	top:120px;
	font-size:2rem
}
.owl-carousel .owl-nav button.owl-prev {
    float:left;
	position:absolute;
	left:-20px;
	top:120px;	font-size:2rem
}
@media (max-width: 767px) {
.owl-comex {
    width: 90%;
}
  }


.text-green {
  color:#00b2c9;
}  