/**
 * Theme Name: Expeditor Child Theme
 * Template: expeditor
*/

/*------------------------------------------------------------------
Ultima modificacion 171018 asepulve*/
/*

Fonts

*/

.infolist-title {
  background-color: #1a7bb8;
  color: #fff;
  width: 35% !important;
  font-size: 16px !important;
  padding-top: 1%;
  padding-bottom: 1%;
}

@font-face {
  font-family: 'gobCL';
  src: url('fonts/gobcl_regular-webfont.eot');
  src: url('fonts/gobcl_regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gobcl_regular-webfont.woff') format('woff'),
    url('fonts/gobcl_regular-webfont.ttf') format('truetype'),
    url('fonts/gobcl_regular-webfont.svg#gobCLRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gobCLBold';
  src: url('fonts/gobcl_bold-webfont.eot');
  src: url('fonts/gobcl_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/gobcl_bold-webfont.woff') format('woff'),
    url('fonts/gobcl_bold-webfont.ttf') format('truetype'),
    url('fonts/gobcl_bold-webfont.svg#gobCLBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*

Custom  CSS

*/

legend,
h3,
h2,
h1,
p {
  font-family: 'Assistant', sans-serif !important;
}

h4 {
  font-size: 18px;
  margin-top: 5%;
}

.caja_publicaciones {
  -webkit-box-shadow: 8px 12px 13px 3px rgba(219, 219, 219, 1);
  -moz-box-shadow: 8px 12px 13px 3px rgba(219, 219, 219, 1);
  box-shadow: 8px 12px 13px 3px rgba(219, 219, 219, 1);
}

#newsletter-publicaciones {
  text-align: center;
}

/*

Headerº

*/
#header.style-2 .top-bar,
#header.style-2[class*='header-'] .top-bar {
  border-bottom: 1px solid #f1494c;
}
#header.header-5 .top-bar {
  /*border-bottom-color: #f1494c;*/
  border-bottom: 1px solid #f1494c;
}
#header.header-6 .top-bar {
  /*border-bottom-color: #f1494c;*/
  border-bottom: 1px solid #f1494c;
}

/*

Breadcrumb

*/

#main-navigation ul.sub-menu li {
  border: 0px;
  border-top: 1px solid #ffffff;
  background-color: #1a7bb8;
  background-color: #ffff00;
  color: #ffffff;
}

#main-navigation ul.sub-menu li a:hover,
#main-navigation ul.sub-menu li a:active {
  background-color: #e9414a;
}

.breadcrumbs-wrap .container {
  border-radius: 13px;
}

h1.page-navegacion {
  text-shadow: 0px 0px 3px #000000;
  color: #ffffff;
  width: 113% !important;
  /*font-size: 280% !important */
  font-size: 59px;
}

.breadcrumbs a {
  text-shadow: 0px 0px 4px #000000;
  color: #ffffff;
  opacity: 1 !important;
}

.breadcrumbs span {
  text-shadow: 0px 0px 8px #000000;
}

.data-grad-bg {
  background: rgba(147, 206, 222, 1);
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(147, 206, 222, 1) 0%,
    rgba(117, 189, 209, 1) 41%,
    rgba(73, 165, 191, 1) 100%
  );
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(147, 206, 222, 1)),
    color-stop(41%, rgba(117, 189, 209, 1)),
    color-stop(100%, rgba(73, 165, 191, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(147, 206, 222, 1) 0%,
    rgba(117, 189, 209, 1) 41%,
    rgba(73, 165, 191, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(147, 206, 222, 1) 0%,
    rgba(117, 189, 209, 1) 41%,
    rgba(73, 165, 191, 1) 100%
  );
  background: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(147, 206, 222, 1) 0%,
    rgba(117, 189, 209, 1) 41%,
    rgba(73, 165, 191, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(147, 206, 222, 1) 0%,
    rgba(117, 189, 209, 1) 41%,
    rgba(73, 165, 191, 1) 100%
  );
}

/*

Barra de Rubros

*/

.brend-box a img {
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

/*

Banners centrales

*/
.banners-wrap > .banner-item i {
  color: rgba(101, 110, 111, 0.13);
}

/*

Redes sociales Odepa

*/
.social-twitter-odepa {
  background-image: url('/wp-content/themes/expeditor-child/img/twitter.png');
  background-repeat: no-repeat;
  width: 20px; /*or your image's width*/
  height: 20px; /*or your image's height*/
  margin: 0;
  padding: 0;
}
.social-facebook-odepa {
  background-image: url('/wp-content/themes/expeditor-child/img/facebook.png');
  background-repeat: no-repeat;
  width: 20px; /*or your image's width*/
  height: 20px; /*or your image's height*/
  margin: 0;
  padding: 0;
}
.social-icons.style-2 > li {
  padding: 0 0px;
  margin: 0;
  list-style-type: none;
}

/*

sticky menu

*/

#header.style-2 button.search-button {
  color: #2a2c32;
  opacity: 0.7;
}
#header.style-2 #main-navigation > ul > li > a {
  color: #585555;
}
@media only screen and (min-width: 100px) {
  /*#header.sticky.style-2 .top-header {
    background: #fff;*/
}

/*

footer

*/
.info-links > li {
  line-height: 16px;
}

@media (min-width: 100px) {
  .copyright .info-links {
    text-align: center;
  }
}

.footer-3 .top-footer {
  padding: 20px 0;
  border-bottom: 1px solid #f1494c;
}

/*

botones formularios

*/
.wpcf7-submit {
  min-width: 130px;
  line-height: 24px;
  /*width: auto;*/
  padding: 9px 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 3px;
  background: #038ed3;
  display: inline-block;
  color: #fff;
  border: none;
  font-weight: normal;
}

/*

Precios mercados

*/
#precios-home {
  background: none repeat scroll 0 0 #fff;
  float: initial;
  overflow: hidden;
  font-family: gobCLBold;
  border-radius: 15px;
}

#precios-home .marcadores {
  position: absolute;
  z-index: 100;
  font-size: 14px;
  line-height: 26px;
  text-indent: 10px;
}

#precios-home .marcadores .producto {
  background: url(/wp-content/themes/expeditor-child/img/marcador.png) no-repeat;
  color: #fff;
  /*width: 88px;
	height: 28px;*/
  font-size: 18px;
}

#precios-home .marcadores .valor {
  color: #3c6cac;
  /*width: 88px;
	height: 28px;*/
}

#precios-home h1,
#precios-home h2 {
  color: #3c6cac;
  font-family: gobCLBold;
  font-weight: normal;
}
#precios-home h1 {
  text-transform: capitalize;
  font-size: 20px;
  /*margin-bottom: 10px;*/
}
#precios-home h2 {
  font-size: 14px;
  /*margin-bottom: 5px;*/
}

ul.precios-productos {
  /*margin-left: 70px!important;*/
  border-left: 1px dotted #ccc;
}

ul.precios-productos li {
  list-style: none;
  /*padding-left: 0px!important;
	margin-top:15px!important;
	margin-bottom: 30px!important;*/
  margin-left: 72px;
  width: 202px;
}

ul.precios-productos li h2 {
  font-size: 16px;
  /*margin-bottom: 5px;
	max-width: 150px;*/
  font-family: gobCL;
}

ul.precios-productos .precioMinimo {
  border-right: 1px solid #e95368;
  /*padding-right: 10px;*/
}

ul.precios-productos li span {
  font-size: 13px;
  display: block;
}

ul.precios-productos .precioMinimo,
ul.precios-productos .precioMaximo {
  float: left;
  color: #e95368;
  font-size: 20px;
  font-family: gobCLBold;
  /*height: 30px;
	margin-bottom: 5px;*/
}

ul.precios-productos .caja {
  font-size: 12px;
  clear: both;
  /* padding-top: 10px;*/
}

.precios-productos div {
  min-width: 100px;
}

#precios-home .caja-hora {
  background: #038ed3;
  color: #fff;
  font-family: gobCLBold;
  overflow: hidden;
  font-size: 13px;
  /* width: 330px;
  margin-left: 0px;
   margin-bottom: -12px;*/
  border-radius: 5px;
}

#precios-home .caja-hora p {
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}

#precios-home .caja-hora .hora {
  float: right;
  /*height: 30px;*/
  border-left: 3px solid #fff;
  /*padding-left: 10px;*/
  font-size: 28px;
}

#precios-home .caja-hora .hora .am {
  font-size: 14px;
  margin-left: 5px;
}
#precios-home .caja-hora .hora .blink {
  text-decoration: blink;
  display: inline;
}

#precios-home ul.info {
  font-size: 16px;
  color: #666;
  font-family: gobCLBold;
  /*margin-top: 10px;*/
}

#precios-home ul.info li {
  /*padding-left: 15px;*/
  background: url(img/bullet-precios.png) no-repeat left 4px;
  /*margin-bottom: 10px;*/
}

#precios-home ul.info li a {
  color: #e8485e;
}

.caja-precios {
  margin-bottom: 10px;
}
#cont-carrusel-precios .bg-pager {
  /*bottom: -3px;*/
  /*left: 86px;*/
  /*width: 100px;*/
  z-index: 100;
}
#carrusel-precios {
  background: none repeat scroll 0 0 #878787;
  color: #ffffff;
  font-family: gobCLBold;
  text-transform: capitalize;
}

#carrusel-precios p.nombre-precio {
  font-size: 20px;
  /*margin-top: 5px;*/
}
#carrusel-precios p.valor-precio {
  font-size: 40px;
}
#carrusel-precios li {
  float: left;
}

h3 p {
  font-size: 18px;
  text-align: justify;
  /*line-height:230%;*/
}

tbody tr td ul li {
  list-style-type: none;
}

a.ver-ojo {
  background: url('/wp-content/themes/expeditor-child/img/ver.png') no-repeat
    right !important;
  color: #fff !important;
  font-size: 11px !important;
  padding: 30px 25px 5px 15px !important;
  margin-top: 10px !important;
  float: right;
}

.last-home img {
  /*     float: left; */
  /*     margin: 0 15px 20px 0; */
  width: 320px;
  height: 180px;
  border-radius: 8px;
}
.last-home .fecha {
  float: left;
  width: 70%;
  color: #bbb;
  font-style: italic;
  font-size: 11px;
}
.last-home h2 {
  clear: none;
  float: left;
  margin: 5px 0 8px;
  width: 80%;
  font-size: 16px;
}

.last-home-notfound h2 {
  clear: none;
  float: left;
  margin: 5px 0 8px;
  width: 100%;
  font-size: 16px;
}

.last-home p {
  float: left;
  width: 70%;
  font-size: 12px;
}

a.ver-mas {
  background: url(img/flecha-ver-mas.png) no-repeat right center #0b68ae !important;
  color: #fff !important;
  font-size: 11px !important;
  padding: 5px 25px 5px 15px !important;
  margin-top: 10px !important;
}
.last-home .ver-mas {
  float: left;
}

.box-notice {
  float: right;
  width: 72%;
}

.box-notice-notfound {
  float: right;
  width: 100%;
}

/*

Menu lateral
publicaciones

*/

.menu-lateral a {
  clear: both;
  color: #ffffff;
  background: #0174df;
  float: left;
  font-size: 110%;
  font-weight: bold;
  width: 264px;
  height: 60px;
}

.menu-lateral a:link {
  background: #0174df;
}

.menu-lateral a:visited {
  background: #0174df;
}

.menu-lateral a:hover {
  width: 100%;
  background-color: #58acfa;
  color: #ffffff;
}

.menu-lateral li.current_page_item a {
  background: #2e9afe;
}

.menu-lateral ul,
menu,
dir {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}

/*

 FORMULARIO DE BUSQUEDA PUBLICACIONES

 */

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
  background-color: #f1494c;
  color: #777777;
  border-color: #777777;
}

.btn {
  border-radius: 4px;
}

.page-listado {
  border-left: 1px solid #cccccc;
  /* float: left; */
  /* padding: 0 0 0 10px;*/
  /* margin-top: 118px; */
  /*margin-left: 31px; */
}
.page-listado h1 {
  font-size: 30px;
}

.search-form {
  /*margin-top:55px;*/
  font: normal 18px sans-serif;
  /*max-width: 640px;*/
  /*margin-left:33px;*/
}

.search-form div.input-group-addon {
  background: #fff;
  color: #80a3bd;
  border: 0px solid #b6c3cd;
  border-right: 1px;
}

.search-form .input-group input {
  /*background-color:#ffffff;*/
  box-shadow: none;
  /*color:#4E565C;*/
  /*outline:none;*/
  border: 1px solid #fff; /*#b6c3cd;*/
  border-right: 1;
  border-left: 1;
  border-bottom: 1;
  border-top: 1;
}

.search-form div.input-group-btn button {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  /*box-shadow:1px 2px 4px 0 rgba(0, 0, 0, 0.08);*/
  color: #ffffff;
  border-color: #6caee0;
  /*outline:none;*/
  opacity: 0.9;
}

.search-form div.input-group-btn button:hover {
  opacity: 1;
}

.search-form div.input-group-btn button:focus:active {
  background-color: #6caee0;
  color: #ffffff;
  outline: none;
}

.tipo_contenido {
  color: #4682b4;
  font-weight: bold;
}

.publicacion-input-text {
  margin-top: 10px;
  height: 37px;
  width: 100%;
  font: normal 15px Arial;
  color: #484444;
  background: #fff;
}

.search-form input {
  margin-top: 10px;
  height: 37px;
  width: 75%;
  font: normal 15px Arial;
  background: #fff;
  border-radius: 3px;
  /*height: 42px;*/
  padding: 10px 20px;
  border: 1px solid #bbb8b8;
  background-color: transparent;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.35s ease, border-color 0.35s ease;
  transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.publicacion-select-search {
  margin-top: 10px;
  height: 37px;
  width: 200px;
  font: normal 15px Arial;
  color: #757575;
  background: #fff;
  /*border: 1px solid #bbb8b8;*/
}

.publicacion-button-search {
  background: url(/wp-content/themes/expeditor-child/img/buscar-publicacion.png)
    no-repeat;
  margin-left: 467px;
  margin-top: -20px;

  width: 70px;
  height: 32px;
  display: inline-block;
  border: 0;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  color: #fff;
}

/*Sección publicaciones, listado */

.articulos-lista {
  border-bottom: 1px solid #cccccc;
  display: block;
  float: left;
  margin-bottom: 15px;
  padding-bottom: 15px;
  width: 100%;
}
.articulos-lista img {
  float: left;
  height: 90px;
  margin: 0 15px 20px 0;
  width: 150px;
}
.articulos-lista .fecha {
  float: left;
  font-size: 11px;
  margin-top: 16px;
}

.articulos-lista h2 {
  clear: none;
  float: left;
  margin: 5px 0 8px;
  color: #000;
  font-size: 120%;
}
.articulos-lista p {
  float: left;
  width: 76%;
}
.articulos-lista .ver-ojo {
  float: right;
}

/* ===== Select Box ===== */
.sel {
  font-size: 1rem;
  display: inline-block;
  /*margin: 3em 2em;*/
  width: 200px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.sel::before {
  position: absolute;
  /*content: '\f063';*/
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #000;
  right: 20px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-family: 'Quicksand';
  font-size: 2.3em;
  color: #838e95;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #fff;
  width: calc(100% + 8px);
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-family: 'Quicksand';
  font-size: 1.5em;
  color: #838e95;
  padding: 0.5em 1em;
  user-select: none;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
  z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
  /*   display: none; */
  z-index: 2;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.infolist-title {
  background-color: #1a7bb8;
  color: #fff;
  width: 35% !important;
  font-size: 16px !important;
  padding-top: 1%;
  /*padding-left: 1% !important;*/
  padding-bottom: 1%;
}

h4 {
  font-size: 18px;
  margin-top: 5%;
  color: blue;
}

.caja_publicaciones {
  -webkit-box-shadow: 8px 12px 13px 3px rgba(219, 219, 219, 1);
  -moz-box-shadow: 8px 12px 13px 3px rgba(219, 219, 219, 1);
  box-shadow: 8px 12px 13px 3px rgba(219, 219, 219, 1);
  background-color: #ffffff;
  padding: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.caja_publicaciones .titulo {
  font-size: 130%;
}

.caja_publicaciones p {
  font-size: 80%;
}

.caja_publicaciones .contenido_publicacion {
  padding-top: 2%;
}

.contenido_publicacion .fecha {
  font-size: 80%;
  font-style: italic;
}

/* Menu principal */

#main-navigation ul.sub-menu li a:visited {
  background: #e9414a;
}
#main-navigation ul.sub-menu li {
  border: 0px;
  border-top: 1px solid #ffffff;
  background-color: #1a7bb8;
  color: #ffffff;
}

#main-navigation ul.sub-menu li a:hover {
  background-color: #e9414a;
}

#main-navigation ul.sub-menu li a {
  color: #ffffff;
  /*text-transform:capitalize; */
}

#main-navigation .submenu {
  background: none !important;
  border: 3px solid red;
}

.sub-menu-wrap {
  background: none !important;
}

.sub-menu-wrap ul li.current > a {
  background-color: #e9414a !important;
  color: white !important;
}

#main-navigation .menu-item ul li:hover > a {
  background-color: #e9414a !important;
}

/*Modificación del titulo para las preguntas frecuentes */
.wonderplugintabs-header-title {
  display: inline-block;
  margin: 4px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #007bba !important;
}

.social-facebook-odepa img,
.social-twitter-odepa img {
  border: 0px !important;
}

.borde-coloreado {
  border: 1px solid green;
}

.titulo_principal {
  font-size: 200%;
  /*margin-top:6%; */
  margin-top: 0%;
  padding: 1.5%;
  background-color: #105ea8;
  color: #ffffff;
  text-align: left;
  opacity: 0.3 !important;
  /*filter: alpha(opacity=30); /* Para internet explorer*/
  border-radius: 12px;
}

.seccion-alianzas .owl-item,
.seccion-alianzas .owl-item .cloned,
.owl-item .active {
  width: 220px !important;
  height: 58px !important;
}

.rrss {
  color: #105ea8;
}

.telefono {
  color: #105ea8;
  float: left;
}

h3.telefono {
  margin-top: -5%;
  font-size: 265%;
}

.texto_llamanos_siguenos {
  color: #105ea8;
  font-size: 120%;
}

html {
  overflow-x: hidden;
  background: none;
  font-family: 'Assistant', sans-serif !important;
}

/* definiciones de estilos para las página internas ^/
 */

.wpb_wrapper h3 {
  font-family: 'Assistant', sans-serif;
  color: #4682b4;
  font-size: 30px;
  /*margin-left: -5%;*/
  text-align: center;
  font-style: initial;
}

.wpb_wrapper h4 {
  padding: 3%;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  font-style: initial;
}

.wpb_wrapper h5 {
  font-family: 'Assistant', sans-serif;
  color: #4682b4;
  font-size: 24px;
  /*margin-left: -5%;*/
  text-align: center;
}

.widget-title {
  font-style: initial;
}

.wpb_wrapper p {
  font-family: 'Assistant', sans-serif;
  font-size: 15px !important;
  text-align: justify;
  font-weight: normal;
}

.btn {
  width: 100%;
}

.banner-inner {
  height: auto;
  min-height: 375px;
}

.banner-inner p {
  height: auto;
  min-height: 185px;
}

.banner-inner h5 {
  text-transform: capitalize;
}

/*
 * Información para la caja de precios
 */

#precios-home .caja-precios h2 {
  text-align: left;
}

#precios-home .caja-precios .precios-productos .contenedor div {
  margin-right: 10px;
  min-width: 90px;
}

/*

Icono precios de mercado

*/

.fa-icono-precio {
  z-index: 1;
  color: rgba(126, 126, 180, 0.21);
  font-size: 177px !important;
  position: absolute;
  margin-top: 245px;
  margin-left: 56%;
}

/*
 * Menú publicaciones
 */

.nav-menu ul li a {
  font-size: 150%;
}

/*parrafo*/
.page-section p {
  font-size: 130%;
  /*color:#484848; */
  color: #000000;
}

a.archivo_pdf {
  border-radius: 12px;
  padding: 0%;
  display: block;
  text-align: left;
  font-size: 95%;
}

a.archivo_pdf:before {
  content: '\f1c1';
  font-family: FontAwesome;
  color: #ff462d;
  font-size: 100% !important;
  margin-right: 3%;
}

a.archivo_pdf:hover {
  background: none;
  color: #b80f0a !important;
}

a.archivo_xls:before {
  content: '\f1c1';
  font-family: FontAwesome;
  color: #2e8857;
  font-size: 100% !important;
  margin-right: 3%;
}
a.archivo_xls {
  border-radius: 12px;
  padding: 0%;
  display: block;
  text-align: left;
  font-size: 95%;
}

a.archivo_xls:hover {
  background: none;
  color: #2e8857 !important;
}

a.archivo_enlace {
  padding: 0%;
  display: block;
  text-align: left;
  font-size: 95%;
}

a.archivo_enlace:before {
  content: '\f08e';
  font-family: FontAwesome;
  color: #028dbe;
  font-size: 100% !important;
  margin-right: 1%;
}

a.archivo_enlace:hover {
  color: #028dbe !important;
  background: none;
}

a.archivo_zip {
  /*background-color:#028dbe;
	color:#FFFFFF !important;
	border-radius:12px; */
  padding: 0%;
  /*mqrgin-top:10%; */
  display: block;
  text-align: left;
  font-size: 95%;
}

a.archivo_zip:before {
  content: '\f1c6';
  font-family: FontAwesome;
  /*color:#FFFFFF; */
  color: #b44010;
  margin-right: 3%;
  font-size: 100% !important;
}

a.archivo_zip:hover {
  color: #b44010 !important;
  background: none;
}

a.archivo_bi {
  /*background-color:#028dbe;
	color:#FFFFFF !important;
	border-radius:12px; */
  padding: 0%;
  /*mqrgin-top:10%; */
  display: block;
  text-align: left;
  font-size: 95%;
}

a.archivo_bi:before {
  content: '\f080';
  font-family: FontAwesome;
  /*color:#FFFFFF; */
  color: #f1c911;
  margin-right: 3%;
  font-size: 100% !important;
}

a.archivo_bi:hover {
  color: #f1c911 !important;
  background: none;
}
/**
 * se agrega opción de enlace para sistema 13032018, @asepulve**/

a.archivo_sistema {
  padding: 0%;
  display: block;
  text-align: left;
  font-size: 95%;
  font-weight: bold !important;
}

a.archivo_sistema:before {
  content: '\f247';
  font-family: FontAwesome;
  color: #0b6138;
  margin-right: 3%;
  font-size: 100% !important;
}

a.archivo_sistema:hover {
  color: #0b6138 !important;
  background: none;
}

/**
 * 	Actualización 09032018, @rmoya
 * Se agrega una clase para los enlaces en Doc
 */

a.archivo_doc {
  /*background-color:#028dbe;
	color:#FFFFFF !important;
	border-radius:12px; */
  padding: 0%;
  /*mqrgin-top:10%; */
  display: block;
  text-align: left;
  font-size: 95%;
}

a.archivo_doc:before {
  content: '\f15c';
  font-family: FontAwesome;
  /*color:#FFFFFF; */
  color: #028dbe;
  margin-right: 3%;
  font-size: 100% !important;
}

a.archivo_doc:hover {
  color: #028dbe !important;
  background: none;
}

.page-section a.archivo_xls:before {
  content: '\f1c3';
  font-family: FontAwesome;
  color: #2e8857;
  font-size: 100% !important;
  margin-right: 3%;
}

/* Migas de pan */
.breadcrumbs-wrap {
  font-family: 'Assistant', sans-serif;
  font-size: 150%;
}

/* Estilos comisiones */

.comisiones {
  /*padding-top:5%; */
  text-align: justify;
  font-size: 130%;
  font-family: 'Assistant', sans-serif;
  width: 75% !important;
}

.titulo_tabla_comisiones {
  font-family: 'Assistant', sans-serif;
  /*font-weight:100%; */
  text-align: center;
  /*background-color:#F2F2F2; */
  color: #4682b4;
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.titulo_tabla_comisiones hr {
  color: #4682b4;
}

.tabla_comisiones {
  font-family: 'Assistant', sans-serif;
  font-size: 130%;
  font-weight: normal;
}

.tabla_comisiones thead tr th {
  text-align: center;
  /*font-size:130%; */
  /*font-size:normal;*/
}

.tabla_comisiones li {
  border: 0px !important;
  background: none;
}

.tabla_comisiones li:hover {
  background: none;
}

.tabla_comisiones .list-group-item:hover {
  background: none !important;
}

.tabla_comisiones .list-group {
  margin-bottom: 0px !important;
}
.tabla_comisiones li.list-group-item {
  padding: 0px !important;
}

.tabla_comisiones .list-group .list-group-item p {
  margin-top: 4%;
  font-size: 86%;
  font-style: italic;
}

/* Intrasectores */
.col-sm-8 {
  margin-top: 2%;
}

/* Acordeón */

.vc_tta-panel .vc_tta-panel-title a {
  padding-top: 0;
  padding-bottom: 0;
  color: #2a2c32;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 48px;
  font-weight: 600;
  text-align: left;
  background-color: #4682b4;
}

/* Publicación individual */

.post_img_single {
  margin-bottom: 5%;
}
.entry-byline,
.entry-date {
  font-size: 130%;
}

.col-md-8 {
  font-family: 'Assistant', sans-serif;
  font-size: 13px;
  color: #000000;
}

.col-md-8 p {
  text-align: justify;
  text-indent: 15px;
  color: #424242;
}

.col-md-8 li {
  margin-left: 3%;
}

.noticias-portada a {
  /*font-weight:90;*/
  color: #3b649c;
}

.noticias-portada a:hover {
  /* text-decoration: underline; */
  opacity: 0.5;
  color: #23527c !important;
}

/* Wonderplugin tabs */
.wonderplugintabs,
.wonderplugintabs-header-title,
.wondeerplugintabs-header-caption,
.wonderplugintabs-panel,
.wonderplugintabs-panel-inner {
  font-family: 'Assistant', sans-serif !important;
  font-size: 14px;
  text-align: justify;
}

.wonderplugintabs-header-li {
  background: #1766a9 !important;
}

.wonderplugintabs-header-caption .wonderplugintabs-header-title {
  color: #ffffff !important;
}

.wonderplugintabs-panel {
  background: #ffffff;
}
.wonderplugintabs-panel-inner {
  background: #ffffff;
  color: #1766a9;
}

/* Wondertabs home */
a.ver-mas-todos {
  color: #ffffff;
}

/* Boton enviar en el home */
.wpcf7-form-control {
  width: 100%;
}

/* Acordeon */
.acordeon {
  font-family: 'Assistant', sans-serif;
  font-size: 130%;
}
.acordeon .vc_tta-panel-heading {
  background: #1766a9 !important;
}

.acordeon .vc_tta-panel-heading a,
.acordeon .vc_tta-controls-icon::before,
.acordeon .vc_tta-controls-icon::after {
  color: #ffffff !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .vc_tta-controls-icon::after {
  border-color: #ffffff;
}

.vc_tta-color-white.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic
  .vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after {
  border-color: #ffffff;
}

.acordeon h4 {
  text-indent: 0px !important;
  text-align: justify;
}

.acordeon h5 {
  text-align: left;
  font-size: 130%;
  margin-left: 0%;
}

.acordeon ul li {
  font-size: 15px !important;
  text-align: justify;
  font-family: 'Assistant', sans-serif;
  line-height: 24px;
}

.indentado p {
  text-indent: 5px;
}

/* Rubros */
.col-sm-8 h3 {
  font-size: 250%;
  color: #4682b4;
  text-align: left;
}

.col-sm-8 {
  text-align: justify;
}

.agregadurias-agricolas.wpb_column div {
  height: 100%;
  min-height: 155px !important;
}

/* Slider ultimas noticias home */

#noticias {
  height: auto;
  width: 100%;
  margin-left: 0px;
  max-height: 350px;
}

#noticias p.titulo {
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  font-size: 120%;
  color: #4682b4;
  padding-right: 10%;
}

#noticias p.fecha {
  font-family: 'Assistant', sans-serif;
  font-size: 100%;
  text-align: left;
  font-style: italic;
  color: #db162d;
}

#noticias .bajada p {
  padding: 0% 6% 0% 7%;
}

#noticias a.btn-info {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.archivo_enlace_destacado {
  margin-top: 3%;
  font-size: 130% !important;
  font-family: 'Assistant', sans-serif;
}

.botones-breadcumb {
  padding: 10% !important;
  display: block !important;
  margin-bottom: 7% !important;
  text-align: center !important;
  padding-left: 0px !important;
}

.botones-breadcumb p {
  width: 150px;
  height: auto;
  text-align: center;
  margin-left: 5%;
}
.texto-cajas p {
  text-align: justify;
  font-size: 100% !important;
  color: #000000;
}

.texto_enlace_movil a {
  font-family: 'Montserrat', arial;
  color: #ffffff !important;
  text-align: center;
  padding: 2%;
  margin: 2%;
  font-size: 90% !important;
}

.sinprecios i {
  color: #f60026;
  text-align: center;
}

.sinprecios p {
  text-align: justify;
  font-size: 119% !important;
  float: right;
  /*width: 80%;*/
}

footer a {
  font-weight: normal;
}

.vineta_rubros {
  list-style: none;
  text-align: left;
}

.vineta_rubros li a {
  text-align: left !important;
}

.vineta_rubros::before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background-image: url('img/lista_circulo.png');
  background-repeat: no-repeat;
  background-size: 10px;
}

/* modificación panel bootstrap */
.panel-footer {
  background-color: #f5f5f5;
  /* border-top: 1px solid #ddd; */
  /* border-bottom-right-radius: 3px; */
  /* border-bottom-left-radius: 3px; */
  padding-bottom: 0px;
  padding: 0px !important;
  min-height: 40px;
}

/*
.close {
    float: right;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    color: #FFFFFF;
    alpha:100;
    opacity:100%;
    
   }
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	/* filter: alpha(opacity=20); */
/*	opacity: 100;
	color: #FFFFFF;
}*/

h5.modal-title {
  background: #337ab7 !important;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0px !important;
}

/* .close {
  background: #1b94c8 !important;
  opacity: 1 !important;
  color: #ffffff !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
} */

/* De esta forma se tapa una "X" que aparece en el modal */
/* .close span {
  display: none;
} */

/* Textos home */
h2.wpb_heading.wpb_gallery_heading {
  font-size: 162%;
  text-align: center;
  color: #4682b4;
}

.footer a {
  color: #ffffff;
}

.caja_publicaciones {
  height: 380px !important;
}

/* Alteración al boton info de bootstrap para que se vea bien dentro de visual composer */
.wpb_wrapper .btn.btn-info {
  color: #ffffff;
  white-space: normal;
}

/* Iconos ICET */
.catastro_fruticola {
  background: url('/wp-content/uploads/2018/01/catastro-fruticola.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.censo_agropecuario {
  background: url('/wp-content/uploads/2018/01/Censo-agropecuario.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.encuestas_continuas {
  background: url('/wp-content/uploads/2018/01/Encuestas-continuas.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.catalogo_mapas {
  background: url('/wp-content/uploads/2018/01/Catalogo-mapas.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.otra_info {
  background: url('/wp-content/uploads/2018/01/Otra-informacion.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
/* Iconos estadísticas productivas */
.ep_agricolas {
  background: url('/wp-content/uploads/2018/03/estadisticas-agricolas.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.ep_pecuarias {
  background: url('/wp-content/uploads/2018/03/estadisticas-pecuarias.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.ep_forestales {
  background: url('/wp-content/uploads/2018/03/estadisticas-forestales.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
/* Iconos estadísticas economicas */
.ee_costoimportacion {
  background: url('/wp-content/uploads/2018/02/Ind_costo_importacion.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.ee_cifraseconomicas {
  background: url('/wp-content/uploads/2018/02/Cifras-economicas.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.ee_empleo {
  background: url('/wp-content/uploads/2018/02/Empleo.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.ee_PIB {
  background: url('/wp-content/uploads/2018/02/PIB.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
/* Iconos precios*/
.acceso_sistema {
  background: url('/wp-content/uploads/2018/03/sistema-consulta.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.acceso_discontinuas {
  background: url('/wp-content/uploads/2018/04/acceso-discontinuas.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.acceso_boletines {
  background: url('/wp-content/uploads/2018/03/acceso-boletin.png');
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}

/* Iconos temas transversales */
.tt_sipam {
  background: url('/wp-content/uploads/2018/02/hoja7.png');
  /*background-repeat:no-repeat;
	width: 100px;
	height: 100px;  
    background-size: contain;
	margin-right:auto;
    margin-left:auto;
    text-align:center !important; */
}
/* Iconos para comercio exterior */
/* 06032018, asepulve. Se agregan iconos para la sección de comercio exterior */
.balanza_comercial {
  background: url('/wp-content/uploads/2018/03/balanza-comercial.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.comercio_productos {
  background: url('/wp-content/uploads/2018/03/barcoproductos.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.comercio_basedatos {
  background: url('/wp-content/uploads/2018/03/barcobasedatos.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.comercio_regional {
  background: url('/wp-content/uploads/2018/03/barcoregional.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
/* Iconos catastro fruticola*/
.catastro_vino {
  background: url('/wp-content/uploads/2018/06/grafico-estadisticas.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.catastro_superficie {
  background: url('/wp-content/uploads/2018/06/catastro_superficie-1.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.catastro_fruta {
  background: url('/wp-content/uploads/2018/06/catastro_fruta.png');
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.titulo_seccion {
  text-align: left;
  float: left;
  left: 73px;
  position: relative;
  color: #0d67b2;
}
/*
.col-lg-5 img {
    border-radius: 8px;
}
.col-md-4 img {
    border-radius: 8px;
}
.col img {
    border-radius: 8px;
}
*/
/**
* Estilo especifico para la página 
* http://odepa.local/asuntos-internacionales/informacion-para-el-exportador-2
*/
.bandera {
  height: 160px;
  width: 320px;
  border-radius: 8px;
}

/* Estilos para el glosario */
ul.list-group.letras li {
  height: 60px !important;
  background: #4682b4;
  color: #ffffff;
  display: block;
  margin-right: 2px;
  margin-top: 3px;
  width: 60px !important;
  /*padding-top: 2%;
    padding-left: 3%;*/
}

ul.list-group.letras li:hover {
  opacity: 0.3;
}

ul.list-group.letras li a {
  color: #ffffff;
  font-weight: bold;
}
.list-group.letras {
  height: 120px;
}

/* Modificación al 14022018, rmoya, para que los titulos no tomen mayusculas automaticamente */
.banner-title {
  text-transform: none !important;
}

/* Modificación al 22-01-2018, rmoya
 * Por alguna razón, se desinstaló un plugin y la letra quedá cursiva. Se agrega
 * esta regla para poder restaurarla a su valor anterior. 
 */

.banners-wrap:not(.style-2) > .banner-item > .banner-inner {
  font-style: initial;
}

/* modificacion al 22-01-2018, rmoya
 * Se agregan estilos para la sección del formulario de suscripciones
 */

.info::before {
  content: '\f06a\ ';
  font-family: 'fontawesome';
  font-size: 140%;
}

.info {
  /* background: #dae4f1; */
  color: #0648a2;
  border: 1px solid #0648a2;
  padding: 1%;
}

.danger::before {
  content: '\f057\ ';
  font-family: 'fontawesome';
  font-size: 140%;
}

.danger {
  color: #f1494c;
  border: 1px solid #f1494c;
  padding: 1%;
}

.success::before {
  content: '\f058\ ';
  font-family: 'fontawesome';
  font-size: 140%;
}

.success {
  background: #ffffff;
  border: 1px solid #0648a2;
  padding: 1%;
  color: #0648a2;
}

.success a {
  color: #f1494c;
}

body {
  font-style: initial;
}

/* Modificacion 23012018, rmoya 
 * Se agregan estilos para el horario de atención */
.horario {
  margin-bottom: 10px;
}
.horario li {
  margin-bottom: -5px;
  text-align: left;
  color: #0648a2;
  margin-left: -5px;
}

.horario li.titulo {
  font-weight: bolder;
}

.horario li.titulo::before {
  font-family: 'fontawesome';
  content: '\f274\ ';
}

#footer .info-links > li > a {
  color: #fff;
  font-style: initial;
  text-transform: none;
}

/**
 * 	Modificación 01032018, rmoya
 * Se agrega un estilo para mostrar los textos indentados en los temas transversales
 */
.texto_caja_transversales ul li,
.texto_caja_transversales ol li {
  margin-left: 3%;
  margin-bottom: 2%;
  font-size: 110%;
  font-family: 'Assistant', sans-serif;
  line-height: 130%;
  word-spacing: 2px;
}

/**
 * 	Modificación 01032018, rmoya
 * Se agregan dos clases, que se usarán en la presentación de los rubros para forzar a las cajas
 * a que se muestren o se oculten.
 */

.ocultarCaja {
  display: none !important;
}

.mostrarCaja {
  display: block !important;
}

#logo img {
  border-radius: 0px !important;
}
/**
 * 	Modificación 16032018, asepulve
 * Se agrega clase, que se usará en la presentación de los párrafos de descripciones de sección de precios
 */

/*se crean estilos para secciones de precios*/
p.parrafo_descripcion {
  text-align: justify !important;
  font-family: 'Assistant', sans-serif;
  font-size: 95% !important;
  color: #000000 !important;
}
h5.titulo_subseccion {
  font-family: 'Assistant', sans-serif;
  font-size: 120% !important;
  color: #4682b4 !important;
  margin-left: 0%;
  margin-top: 0%;
  font-weight: bold;
  text-align: left !important;
}

.version-movil {
  display: none;
}

@media only screen and (max-width: 100px) {
  #header,
  #n2-ss-3-align,
  .top-header,
  .mid-header,
  .bloque-superior-home,
  .bloque-rubros,
  .bloque-cpp,
  .bloque-ultimo-publicado,
  .bloque-institucional,
  .bloque-alianzas,
  .wpb_text_column wpb_content_element,
  .menu-publicaciones-container,
  #n2-code,
  .n2-code,
  #n2-ss-5-align,
  #n2-ss-5-placeholder,
  #footer {
    display: none;
  }

  .version-movil {
    display: block !important;
  }

  .footer-responsivo-home {
    background: #0c539e;
    color: #ffffff;
    text-align: center;
    padding: 3%;
  }

  .footer-responsivo-publicaciones-home {
    background: #0c539e;
    color: #ffffff;
    text-align: left;
    padding: 3%;
    margin-left: 1%;
  }

  .footer-responsivo-home ul li a {
    color: #ffffff;
    text-decoration: none;
  }

  .page-header {
    /*width: 100%;*/
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 246, 246, 1) 47%,
      rgba(245, 245, 245, 1) 100%
    );
    background: -webkit-gradient(
      left top,
      left bottom,
      color-stop(0%, rgba(255, 255, 255, 1)),
      color-stop(47%, rgba(246, 246, 246, 1)),
      color-stop(100%, rgba(245, 245, 245, 1))
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 246, 246, 1) 47%,
      rgba(245, 245, 245, 1) 100%
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 246, 246, 1) 47%,
      rgba(245, 245, 245, 1) 100%
    );
    background: -ms-linear-gradient(
      top,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 246, 246, 1) 47%,
      rgba(245, 245, 245, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(246, 246, 246, 1) 47%,
      rgba(245, 245, 245, 1) 100%
    );
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0 );*/
    /*height: auto;
	min-height: 110px;*/
  }

  .page-header h1 {
    font-size: 170%;
  }

  .izquierda-responsiva {
    float: left;
    height: 110px;
  }

  .derecha-responsiva {
    width: 60%;
    margin-left: 100%;
  }

  .version-movil h5 {
    font-family: 'Assistant', sans-serif;
    color: #ffffff;
    font-size: 18px;
    margin-left: -5%;
    text-align: center;
    background: #4682b4;
    padding: 2%;
    font-weight: bold;
  }

  .caja-consulta-precio-responsivo {
    background: #1766a9;
    color: #ffffff !important;
    font-weight: bold;
    padding-left: 0px !important;
    padding-top: 1.2%;
    padding-bottom: 1.2%;
    width: 78%;
    margin-left: 11%;
  }

  .caja-consulta-precio-responsivo a {
    font-weight: bold;
    color: #ffffff !important;
    padding-left: 4%;
  }

  .titulo-consulta-precio-responsivo {
    background: #d8d8d8;

    text-align: center !important;
    color: #000000 !important;
    width: 100%;
    font-size: 150%;
  }

  .wpb_raw_code.wpb_content_element.wpb_raw_html.menu-precios-responsivo {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 100px) {
  .page-header h1 {
    font-size: 120%;
    margin-left: 52%;
    width: 100%;
  }

  .caja-consulta-precio-responsivo {
    background: #1766a9;
    color: #ffffff !important;
    font-weight: bold;
    padding-left: 0px !important;

    width: 100%;
    margin-left: 0%;
    height: 70px;
  }

  .fa-calculator,
  .fa-book,
  .fa-phone {
    font-size: 150%;
    border: 1px solid #ffffff;
    background: #063e6c;
    color: #ffffff;
    padding: 3%;
    border-radius: 50%;
  }

  .caja-consulta-precio-responsivo a {
    font-weight: bolder;
    font-size: 13px;
    padding-left: 7%;
  }

  .caja-consulta-precio-responsivo p {
    margin-left: 85px;
    margin-top: -35px;
    width: 70%;
    color: #ffffff !important;
    font-weight: bold !important;
  }

  .col-md-12 {
    margin-top: 40%;
  }

  #wonderplugintabs-21
    > .wonderplugintabs-header-wrap
    .wonderplugintabs-header-caption {
    cursor: pointer;
    padding: 4px;
    border: none;
    /*margin: 3.5%;*/
    /* padding-left: -3% !important; */
  }

  ul.listado li {
    border-bottom: 1px solid #080808;
    list-style: none;
    padding-left: 0%;
    margin-left: -1%;
    font-size: 102%;
  }
}

.titulo-consulta-precio-responsivo p {
  color: #ffffff !important;
}

.lista-sistema-responsivo li {
  list-style-type: none;
}

.lista-sistema-responsivo li a {
  font-size: 110%;
  /*font-weight:bolder;*/
}

#wonderplugintabs-21
  > .wonderplugintabs-header-wrap
  .wonderplugintabs-header-li
  .wonderplugintabs-header-caption::after {
  position: absolute;
  color: #ffffff;
  top: 23px !important;
  right: 8px;
  content: '\f067';
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: 400;
}

/* Busqueda */
.caja_input_busqueda {
  width: 670px !important;
}

.col-lg-3 .fa-5x {
  text-align: center !important;
  margin-left: 35%;
}

.icono-excel-busqueda {
  color: #2e8857;
}

.icono-pdf-busqueda {
  color: #ff462d;
}

.archivo_pdf.enlace_descarga a {
  float: right;
  margin-right: 150px;
  font-size: 15px;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
}
.titulo-separador {
  color: #084b8a !important;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  font-size: 15px;
}

.sin_resultados .svg-inline--fa {
  overflow: visible;
  color: red;
}
.sin_resultados span {
  font-size: 18px;
  margin-left: 2em;
  text-indent: 4em;
}

.institucional-imagen {
  margin-left: 20%;
}
.alianzas-imagen {
  margin-left: 20%;
}
.texto-titulo-noticia {
  text-align: justify !important;
}
.caja-destacados {
  font-family: 'Open Sans', Arial, sans-serif;
  border-bottom: 1px solid #080808;
  background-color: #e0ecf8;
  color: #000099 !important;
  text-align: justify;
  border: 1px solid #003300;
  border-radius: 15px;
}
.hola {
  font-family: 'Open Sans', Arial, sans-serif;
  border-bottom: 1px solid #080808;
  background-color: #e0ecf8;
  color: #000099 !important;
  text-align: justify;
  border: 1px solid #003300;
  border-radius: 15px;
}
.caja-destacados-principal {
  border-bottom: 1px solid #e0f2f7;
  border-top: 1px solid #e0f2f7;
  border-radius: 10px;
  background-color: #e0f2f7;
  margin: 1px;
}

.letra {
  color: #084b8a !important;
  font-weight: bold;
  font-family: 'Assistant', sans-serif;
  font-size: 30px;
}

.titulo-caja-destacados h4 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold !important;
  font-size: 15px;
  color: #0b3861 !important;
}

.parrafo-caja-destacados p {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  color: #0b173b !important;
}

.boton-personalizado {
  border-radius: 50px;
}

.titulos-portada h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 24px;
  color: #336699 !important;
  font-weight: bold !important;
  text-align: left;
  border: 0px;
  margin: 0px;
  /*padding-bottom: 2%;
    padding-top: 2%;*/
}
.barra-titulo {
  font-family: 'Open Sans', Arial, sans-serif;
  background: #00b955 !important;
  border-top: #3b783c solid 3px;
  padding: 7px 11px 4px 11px;
  background-repeat: no-repeat;
  background-position: 96% bottom;
  font-size: 40px;
  font-weight: 300;
  color: #00b955;
}
.caja-barra-titulo {
  background: #00b955 !important;
  border-top: 3px solid #3b783c;
  background-color: #e0f2f7;
  padding: 7px 11px 4px 11px;
  background-repeat: no-repeat;
  background-position: 96% bottom;
}
.caja-destacados-barra {
  background-color: #00b955 !important;
  border-top: 3px solid #3b783c;
}
.barra-titulo {
  color: #00b955;
  margin: 0;
  font-size: 40px;
  font-weight: 300;
}

.imagen-destacado {
  width: 20px; /*or your image's width*/
  height: 20px; /*or your image's height*/
  /*margin: 30%;*/
  /*padding:30%;*/
}

li {
  font-family: 'Assistant', sans-serif !important;
}

.titulo-suscripciones {
  margin-top: 15px;
}

a.vc_general {
  color: #ffffff !important;
  font-weight: 400;
}

.fontawesome-text {
  display: none;
}

/**
* Modificación 03072018, @author Rodrigo Moya
* Se agrega una clase para que se modifiquen los colores de los botones 
* del formulario de suscripciones. 
*/

.btn.btn-small {
  background: #005f90 !important;
  /*	background: #1066b0 !important; */
}

/**
* Modificación 03082018, @author Rodrigo Moya
* Se modifica la clase de búsqueda para que no muestre la lupa del menú. 
*/

.search-holder {
  display: none;
}

@media (max-width: 768px) {
  #nav_menu-4,
  #nav_menu-6,
  #nav_menu-5 {
    display: none !important;
  }
  .bellows {
    display: none !important;
  }
}

/**
	Se agregan nuevos estilos para el XML de precios, ahora con bootstrap
*/

.caja-hora {
  padding: 5px 10px;
  background: #038ed3;
  color: #fff;
  font-family: gobCLBold;
  overflow: hidden;
  font-size: 16px;
  margin-left: 0px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
}

.contenedor-precios {
  border: 1px solid #ccc;
  padding-left: 40px !important;
}
.contenedor-precios h2 {
  color: #3c6cac;
  font-family: gobCLBold;
  font-weight: normal;
  font-size: 13px;
}
.contenedor-precios h1 {
  color: #3c6cac;
  font-family: gobCLBold;
  font-weight: normal;
  font-size: 22px;
}

.contenedor-precios .marcadores .valor {
  color: #3c6cac;
  width: 88px;
  height: 28px;
  font-weight: bold;
}

.contenedor_precios .informacion_actualizada {
  font-size: 15px;
  font-family: 'Assistant', sans-serif;
  text-align: justify;
  font-weight: normal;
}

.contenedor-precios .producto {
  background: #3460a9;
  padding-left: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #ffffff;
  font-weight: bolder;
  font-size: 15px;
  font-family: 'Assistant', sans-serif;
}

.contenedor-precios .producto_variedad {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: gobCL;
  max-width: 150px;
  color: #3c6cac;
  margin-left: 22px !important;
}

.contenedor-precios .precio_mercado {
  color: #e02738;
  font-size: 24px;
  font-family: 'Assistant', sans-serif;
  font-weight: bold;
  margin-left: 22px !important;
}

.contenedor-precios .unidad {
  margin-left: 22px !important;
  min-height: 20px;
}

.contenedor-precios .caroufredsel_wrapper {
  margin-bottom: 5px !important;
  margin-left: 100px !important;
  height: 154px !important;
  margin-top: -43px !important;
}

.contenedor-precios:before {
  content: '\f0d1' !important;
  font-family: FontAwesome;
  color: #ff462d;
  font-size: 1000% !important;
  position: absolute;
  top: 58%;
  left: 76%;
  opacity: 0.1;
}

/* 
	Se agrega clase para ocultar las noticias en home
*/
.noticias_item {
  display: none !important;
}

.last-home {
  height: 110px;
}

#tePuedeInteresar {
  margin-bottom: 30px;
}

/*
	@author rmoya, 26-10-2018
	Cambios a la plantilla publicaciones para el uso responsivo
*/

/*
	@author rmoya, 26-10-2018
	Cambios a la plantilla publicaciones para el uso responsivo
*/

@media (max-width: 1200px) {
  .menu-lateral {
    display: none !important;
  }
}

@media (max-width: 610px) {
  .btn-boletin {
    margin-left: -15px;
    height: 55px;
    white-space: normal !important;
  }
}

/**
* Alinea el top-bar y el bottom-bar de men del encabezado y pie de pagina
*/
.client-info {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/**
* Alineacion de menu principal
*/
.nav-item {
  text-align: center;
}

/*
* Espaciado entre rows
*/
.wpb_content_element {
  margin-bottom: 10px;
}

/* 
* Columnado 7 para galerias de enlaces en seccion Rubros y Coordinacion Publica Privada
*/

.div-img {
  padding: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .div-img {
    height: 220px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .div-img {
    height: 350px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .div-img {
    height: 260px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* 14% = 100% (full-width row) dividido por 7 */
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.2857142857%;
    /* width: 14.2857142857%; */
  }

  .seven-cols .col-md-2,
  .seven-cols .col-sm-2,
  .seven-cols .col-lg-2 {
    width: 28.5714285714%;
    /* width: 28.5714285714%; */
  }

  /* 7% = 100% (half-width row)*/
  .half-col .col-md-1,
  .half-col .col-sm-1,
  .half-col .col-lg-1 {
    width: 7.14285714286%;
    /* width: 7.14285714286%; */
  }

  .div-img {
    height: 160px;
  }
}

.seven-cols img {
  max-width: 75%;
  margin: 5px !important;
}

/* 
* Columnado 5 para galerias de enlaces en seccion Alianzas e Institucional
*/

.div-img-five-cols {
  padding: 0px;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 100%;
    margin-bottom: 10px !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .div-img-five-cols {
    height: unset !important;
    width: unset !important;
    margin-bottom: 10px;
  }
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 100%;
    margin-bottom: 10px !important;
  }
  .div-img-five-cols img {
    width: 100%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .div-img-five-cols {
    height: unset !important;
    width: unset !important;
    margin-bottom: 10px;
  }
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 50%;
    margin-bottom: 10px !important;
  }
  .div-img-five-cols img {
    width: 100%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .div-img-five-cols {
    height: 70px !important;
    width: 280px !important;
    margin-bottom: 10px;
  }
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 33.333333333%;
    margin-bottom: 10px !important;
  }
  .div-img-five-cols img {
    width: 100%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .div-img-five-cols {
    height: 50px !important;
    width: 200px !important;
    margin-bottom: 10px;
  }

  /* 14% = 100% (full-width row) dividido por 7 */
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 20%;
    margin-bottom: 10px !important;
  }

  .five-cols .col-md-2,
  .five-cols .col-sm-2,
  .five-cols .col-lg-2 {
    width: 40%;
    margin-bottom: 10px !important;
  }

  .half-five-col .col-md-1,
  .half-five-col .col-sm-1,
  .half-five-col .col-lg-1 {
    width: 10%;
    margin-bottom: 10px !important;
  }
}

.breadcrumbs-wrap {
  padding: 2.7% 20px;
}

.vertical > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (max-width: 992px) {
  .mobile-advanced > ul > li.current > a,
  .mobile-advanced > ul > li:hover > a,
  .mobile-advanced > ul > li > a {
    background-color: #1a7bb8;
  }
  #advanced-menu-hide {
    color: #1a7bb8;
  }
}

/* Tabs */

.vc_tta.vc_general .vc_tta-tab > a {
  padding: 7px 15px;
}

span.vc_tta-title-text {
  font-size: 12px;
}

/* Accordion */

.wpb_wrapper h4 {
  padding: 0.5%;
}

.vc_tta-container {
  max-width: 800px;
  margin: 0px auto;
}

/* Accordion Aprenda sobre política comercial*/

.panel-group {
  max-width: 800px;
  margin: 0px auto;
}
.panel-group .panel-default {
  border-bottom-color: black !important;
}

.panel-group .panel-heading:hover {
  background-color: lightgray;
  cursor: pointer;
}

.panel-group .panel-title {
  text-align: left !important;
  color: grey !important;
}

/* Estilo de header */

#header.header-6 .top-bar {
  background: #007bba;
}

#header.header-6 .mid-header {
  padding: 10px !important;
}

#header .top-bar {
  padding: 5px 3px;
  font-size: 11px;
}

.client-info > li {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 11px;
}

.client-info {
  margin-left: 0px;
  margin-right: 0px;
}

.nav-item {
  content: 'Menú principal';
}

#main-navigation > ul > li {
  margin: 0 10px;
  font-size: 16px;
}

#main-navigation > ul > li > a {
  text-transform: unset;
  font-weight: normal;
  padding: 10px 0;
}

#main-navigation > ul > li > a > i {
  vertical-align: middle;
}

#menu-menu-principal {
  margin-bottom: 0px;
}

/* Estilo de seccion suscripcion en Home  */

.suscripcionsimple {
  padding-bottom: 10px !important;
  background-color: #e8f8ff !important;
  border-radius: 20px !important;
}

/* Estilo de footer */

.copyright {
  padding: 10px 0;
  font-size: 12px;
}

/* Navegacion Movil */
.responsive-nav-button {
  color: #1a7bb8;
  font-size: 33px;
}

@media only screen and (max-width: 767px) {
  /* Home sección - DESTACADOS */
  .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 40% !important;
  }

  /* Home sección - RUBROS y COORDINACIÓN PÚBLICO-PRIVADA */
  .custom-col {
    margin-bottom: 1% !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 600px) {
  /* Home sección - DESTACADOS */
  .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 75% !important;
  }

  /* Home sección - RUBROS y COORDINACIÓN PÚBLICO-PRIVADA */
  .custom-col {
    margin-bottom: 6% !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media only screen and (max-width: 450px) {
  /* Home sección - DESTACADOS */
  .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 150% !important;
  }

  /* Home sección - RUBROS y COORDINACIÓN PÚBLICO-PRIVADA */
  .custom-col {
    margin-bottom: 1% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  /* H1 custom para títulos que colapsan en dispositivos pequeños */
  h1 {
    font-size: 41px !important;
  }
}

ul.listado li {
  padding-top: 10px !important;
}
