/*---------------Fuentes------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@font-face {
    font-family: 'aauxpro_bold';
    src: url('../fonts/aauxprootbold-webfont.eot');
    src: url('../fonts/aauxprootbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aauxprootbold-webfont.woff2') format('woff2'),
         url('../fonts/aauxprootbold-webfont.woff') format('woff'),
         url('../fonts/aauxprootbold-webfont.ttf') format('truetype'),
         url('../fonts/aauxprootbold-webfont.svg#aauxpro_ot_boldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aauxpro_italic';
    src: url('../fonts/aauxprootmediumitalicosf-webfont.eot');
    src: url('../fonts/aauxprootmediumitalicosf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aauxprootmediumitalicosf-webfont.woff2') format('woff2'),
         url('../fonts/aauxprootmediumitalicosf-webfont.woff') format('woff'),
         url('../fonts/aauxprootmediumitalicosf-webfont.ttf') format('truetype'),
         url('../fonts/aauxprootmediumitalicosf-webfont.svg#aauxpro_ot_mediumitaliMdItosf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aauxpro_medium';
    src: url('../fonts/aauxprootmediumosf-webfont.eot');
    src: url('../fonts/aauxprootmediumosf-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aauxprootmediumosf-webfont.woff2') format('woff2'),
         url('../fonts/aauxprootmediumosf-webfont.woff') format('woff'),
         url('../fonts/aauxprootmediumosf-webfont.ttf') format('truetype'),
         url('../fonts/aauxprootmediumosf-webfont.svg#aauxpro_ot_mediumosfmediumosf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aauxpro_regular';
    src: url('../fonts/aauxprootregular-webfont.eot');
    src: url('../fonts/aauxprootregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aauxprootregular-webfont.woff2') format('woff2'),
         url('../fonts/aauxprootregular-webfont.woff') format('woff'),
         url('../fonts/aauxprootregular-webfont.ttf') format('truetype'),
         url('../fonts/aauxprootregular-webfont.svg#aauxpro_ot_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aauxpro_thin';
    src: url('../fonts/aauxprootthin-webfont.eot');
    src: url('../fonts/aauxprootthin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aauxprootthin-webfont.woff2') format('woff2'),
         url('../fonts/aauxprootthin-webfont.woff') format('woff'),
         url('../fonts/aauxprootthin-webfont.ttf') format('truetype'),
         url('../fonts/aauxprootthin-webfont.svg#aauxpro_ot_thinthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*---------------Estilos Generales------------------*/
body {
  font-family: 'Lato', sans-serif;
  color: #696158;
  font-size: 16px;
}

.contenido_grayling p{
  font-size: 1.05em;
}

.ui-accordion-header {
  cursor: pointer;
}

.ui-accordion-header:before {
  content: '';
  position: absolute;
  right: 0em;
  /*right: .5em;
  top: 1em;*/
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .3em .3em 0 .3em;
  border-color: #696158 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}

.container-fluid {
  padding: 0;
  max-width: 1920px;
}

.wrapper {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/*--Tipografía--*/
h1, h2, h3, h4 {
  font-family: 'aauxpro_regular';
}

h1 {font-size: 3em; margin-bottom: .75em;}
h2 {font-size: 2em; margin-bottom: .75em;}
h3 {font-size: 1.5em; margin-bottom: .75em;}

p {font-size: 1.25em; line-height: 1.4;font-family: 'aauxpro_regular';}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

a {
  color: #696158;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.sostenibilidad a:hover,
.sostenibilidad a:focus,
.sostenibilidad .btn--link:hover,
.sostenibilidad .btn--link:focus {
  color: #bfb800;
}

.este_es_arauco a:hover,
.este_es_arauco a:focus,
.este_es_arauco .btn--link:hover,
.este_es_arauco .btn--link:focus {
  color: #e0cfa2;
}

.productos-marca a:hover,
.productos-marca a:focus,
.productos-marca .btn--link:hover,
.productos-marca .btn--link:focus {
  color: #ea7600;
}

a:hover, a:focus {
  text-decoration: none;
  color: #948677;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
select,
select:hover,
select:focus {
  outline: none;
}

iframe {
    border: none;
    max-width: 100%;
}

.js-slider__item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.certificado_fsc {
  width: 10%;
  /*display: none;*/
  padding: 10px;
  /*margin: auto;*/
}

.certificado_fsc img {
  width: 100%;
}

.certificado_fsc2 {
  width: 10%;
  /*display: none;*/
  padding: 10px;
  /*margin: auto;*/
}

.certificado_fsc2 img {
  width: 100%;
}

.certificado_fsc3 {
  width: 10%;
  padding: 10px;
}

.certificado_fsc3 img {
  width: 100%;
}

.underline {
  text-decoration: underline;
}

/*--Helpers--*/
.margin-tb-small {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.margin-tb-medium {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-t-medium {
  margin-top: 3em;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.container-overlay {
  position: relative;
  padding-top: 2vh;
  margin-top: -.15em;
}

.overlay::before {
  content:"";
  background: rgba(56, 50, 43, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.newsThumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.newsThumb img {
    width: 100%;
    height: auto;
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
  min-height: 1px;
  position: relative;

}

.relative {
  position: relative;
}

/*--Breadcrumb--*/
.breadcrumb {
  padding: 1em 0;
  margin-bottom: 0;
  background: transparent;
}
.breadcrumb>li+li:before {
    content: ">";
}

.breadcrumb a {
  color: #696158;
}

/*--Botones--*/
button {
  background: none;
  border: none;
}

.btn,
.nav-tabs>li>a,
.form .custom-file-upload {
  color: #FFF;
  background: #696158;
  border-radius: 1px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  padding: 1em 2em 1em 3em;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn {
  padding: 1em 3.5em 1em 2em;
  position: relative;
}

.btn:hover {
  padding: 1em 4em 1em 1.25em;
}

.btn:hover, .btn:focus {
  color: #FFF;
}

.btn::after {
  content: "\e901";
  font-family: 'icomoon' !important;
  margin-left: 1.5em;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  right: 2em;
}

.btn:hover::after {
  right: 1.25em;
}

.btn, .btn:hover, .btn:focus {
  text-decoration: none;
  outline: none;
}

.btn--orange,
.btn--orange:hover,
.btn--orange:focus,
.productos-marca .nav-tabs>li.active>a,
.productos-marca .nav-tabs>li.active>a:focus,
.productos-marca .nav-tabs>li.active>a:hover,
.productos-marca .nav>li>a:focus,
.productos-marca .nav>li>a:hover,
.slider .owl-carousel.owl-slider-v2 .item.slider--productos .btn,
.slider .owl-carousel.owl-slider-v2 .item.slider--productos .btn:hover,
.slider .owl-carousel.owl-slider-v2 .item.slider--productos .btn:focus {
  background-color: #ea7600;
  color: #fff !important;
}

.productos-marca .nav-tabs>li>a:focus,
.productos-marca .nav-tabs>li>a:hover, {
  background-color: #ffa951;
}

.btn--white,
.btn--white:hover, .btn--white:focus {
  background-color: #FFF;
  color: #696158 !important;
}

.btn--beige,
.btn--beige:hover,
.btn--beige:focus,
.este_es_arauco .nav-tabs>li.active>a,
.este_es_arauco .nav-tabs>li.active>a:focus,
.este_es_arauco .nav-tabs>li.active>a:hover,
.este_es_arauco .nav>li>a:focus,
.este_es_arauco .nav>li>a:hover,
.slider .owl-carousel.owl-slider-v2 .item.slider--este_es_arauco .btn,
.slider .owl-carousel.owl-slider-v2 .item.slider--este_es_arauco .btn:hover,
.slider .owl-carousel.owl-slider-v2 .item.slider--este_es_arauco .btn:focus {
  background-color: #e0cfa2;
  color: #696158 !important;
}

.btn--green,
.btn--green:hover,
.btn--green:focus,
.sostenibilidad .nav-tabs>li.active>a,
.sostenibilidad .nav-tabs>li.active>a:focus,
.sostenibilidad .nav-tabs>li.active>a:hover,
.sostenibilidad .nav>li>a:focus,
.sostenibilidad .nav>li>a:hover,
.slider .owl-carousel.owl-slider-v2 .item.slider--sostenibilidad .btn,
.slider .owl-carousel.owl-slider-v2 .item.slider--sostenibilidad .btn:hover,
.slider .owl-carousel.owl-slider-v2 .item.slider--sostenibilidad .btn:focus {
  background-color: #bfb800;
  color: #696158 !important;
}

.sostenibilidad .nav-tabs .tab-menu>li.item-avc>a,
.sostenibilidad .nav-tabs .tab-menu>li.item-avc>a:focus,
.sostenibilidad .nav-tabs .tab-menu>li.item-avc>a:hover,
.sostenibilidad .tab-menu>li.active>a,
.sostenibilidad .tab-menu>li.active>a:focus,
.sostenibilidad .tab-menu>li.active>a:hover,
.sostenibilidad .tabs-info>li>a:focus,
.sostenibilidad .tabs-info>li>a:hover,
.sostenibilidad .tab-menu>li.item-avc>a:focus, .sostenibilidad .tab-menu>li.item-avc>a:hover {
  color: #ed720a !important;
  background-color: transparent;
}

.sostenibilidad .tabs-info>li>a:focus,
.sostenibilidad .tabs-info>li>a:hover, .sostenibilidad .tabs-info>li.active>a,
.sostenibilidad .tabs-info>li.active>a:focus, .sostenibilidad .tabs-info>li.active>a:hover {
  color: #fff !important;
  background-color: #ed720a;
}

.tab-menu .sub_nivel_avc>li.active>a, 
.tab-menu .sub_nivel_avc>li.active>a:focus, 
.tab-menu .sub_nivel_avc>li.active>a:hover {
  color: #ed720a;
  background-color: transparent;
}

.sostenibilidad .sub_nivel_avc>li>a:focus, 
.sostenibilidad .sub_nivel_avc>li>a:hover {
  color: #ed720a !important;
  background-color: transparent;
}

.este_es_arauco .nav-tabs>li.active>.focus_naranja,
.este_es_arauco .nav-tabs>li.active>a.focus_naranja:focus,
.este_es_arauco .nav-tabs>li.active>.focus_naranja:hover,
.este_es_arauco .nav>li>a.focus_naranja:focus,
.este_es_arauco .nav>li.active>a.focus_naranja:focus,
.este_es_arauco .nav>li.active>.focus_naranja:hover,
.nav-tabs-2>li>a.focus_naranja:focus,
.nav-tabs-2>li>.focus_naranja:hover {
  background-color: #ea7600;
  color: #fff !important;
}

.este_es_arauco .nav-tabs>li.active>.focus_beige,
.este_es_arauco .nav-tabs>li.active>a.focus_beige:focus,
.este_es_arauco .nav-tabs>li.active>.focus_beige:hover,
.este_es_arauco .nav>li>a.focus_beige:focus,
.este_es_arauco .nav>li.active>a.focus_beige:focus,
.este_es_arauco .nav>li.active>.focus_beige:hover,
.nav-tabs-2>li>a.focus_beige:focus,
.nav-tabs-2>li>.focus_beige:hover {
  background-color: #e0cfa2;
  color: #fff !important;
}

.btn--xs {
  font-size: .75em;
  padding: .3em 2em .3em 1em;
}

.btn--xs:hover {
  padding: .3em 2em .3em 1em;
}

.btn--xs::after,
.btn--xs:hover::after  {
  right: 1em;
}

.btn--center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.btn--link,
.btn--link:hover, .btn--link:focus {
  background: transparent;
  color: #696158;
  padding-left: 0;
  font-size: 90%;
  z-index: 1;
}

.btn--link:hover, .btn--link:focus {
  color: #948677;
}

.btn--link::after {
  margin-left: .75em;
  transition: none;
}

.link {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  font-weight: 400;
}

.link--icon::before {
  content:"";
}

/*--Popover--*/

.popover,
.popover-title {
  background: #e0cfa2;
  border-radius: 0;
  box-shadow: none;
}

.popover {
  border-color: #696158;
}

.popover-title {
  border: none;
}

.popover.top>.arrow{
  border-top-color: #696158;
}

.popover.top>.arrow:after{
  border-top-color: #e0cfa2;
}

.popover-content {
  background: rgb(255, 249, 232);
}

/*--Tags--*/
.tags {
  list-style: none;
  padding: 0;
  margin-top: .5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tags::before {
  content: "\f02c";
  margin-right: .25em;
}

.tags li {
  margin-right: .25em;
}

.tags li::after {
  content:",";
  margin: 0 .25em;
}

.tags li:last-child::after {
  content: none;
}

.tags li a {
  text-transform: uppercase;
  font-size: .75em;
  font-family: 'Lato', sans-serif;
}

/*--Pestañas de navegación--*/
.nav-tabs {
  border: none;
}

.nav-tabs>li{
  margin: 0 .5em;
}
.nav-tabs-2>li{
  margin: 0;
}

.nav-tabs>li>a {
    margin-right: 0;
    line-height: auto;
    border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    cursor: pointer;
    border: none;
}

/*--Nav tabs 2 --*/
.nav-tabs-2>li {
  border: 1px solid;
}

.nav-tabs-2>li>a,
.nav-tabs-2>li.active>a,
.nav-tabs-2>li.active>a:hover,
.nav-tabs-2>li.active>a:focus {
  color: #696158;
  background: transparent;
  padding: 1em .75em;
}

.nav-tabs-2>li>a>span {
  border: 1px solid;
  padding: .5em;
  font-size: 80%;
}

.nav-tabs-3>li>a {
  text-align: center;
  padding: 0;
  color: #696158;
  text-transform: inherit;
}
.nav-tabs-3>li>a,
.nav-tabs-3>li>a:hover {
  background: transparent;
}

.nav-tabs-3>li>a img {
  display: block;
  margin: 0 auto 10px auto;
}

.nav-vertical {
  flex-direction: column;
  border-right: 1px solid #696158;
}
.nav-vertical>li {
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
}
.nav-vertical>li>a {
  padding: 10px 15px;
  color: #696158;
  background-color: #FFF;
}

.nav-vertical>li>a:hover,
.nav-vertical>li.active>a,
.nav-vertical>li.active>a:focus,
.nav-vertical>li.active>a:hover {
  background-color: #FAEBD1;
}

.productos-marca .nav-vertical>li>a:hover {
  background-color: #ffa951;
}


.tabs-vertical .tab-pane {
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
}


/*--Formulario--*/
.form input.form-control,
.form select.form-control {
  height: 3em;
}

.form input, .form label, .form h4 {
  font-family: 'aauxpro_regular';
}

.form h4 {
  font-size: 1.5em;
}

.form-group,
.form-control {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-control {
  background: #f3f3f3;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #696158;
  font-size: 1em;
}

.form input[placeholder] {color: #696158;}
.form input::-webkit-input-placeholder {color: #696158;}
.form input::-moz-placeholder {color: #696158;}
.form input::-ms-input-placeholder {color: #696158;}

.select {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.select:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .3em .3em 0 .3em;
  border-color: #696158 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}

.select:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: #f3f3f3;
  pointer-events: none;
}

.search-v2--filter .select::after {
  background: transparent;
}

select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form .select select.form-control,
.form .select select.form-control:focus {
  background: #f3f3f3;
}

.select select,
.select select:focus {
  width: 120%;
  border: none;
  box-shadow: none;
  background-image: none;
  appearance: none;
  background: transparent;
  outline: none;
  padding-right: 30px;
}

.form .custom-file-upload input[type=file] {
  display: none;
}

.form .custom-file-upload {
  cursor: pointer;
}

.form .mensaje {
  font-size: 90%;
  font-style: italic;
  color: #c5452d;
}

.form .mensaje_final {
  padding: 1rem 1.5rem;
  border-radius: 1px;
  margin: 2rem 0;
}

.form .mensaje_final .fa {
  margin-right: .5em;
}

.form .mensaje_final.exito {
  color: #177517;
  background: #ddf1dd;
}

.form .mensaje_final.error {
  color: #c5452d;
  background: #ddf1dd;
}

.form .form-group #mensaje.enviado {
  font-size: 90%;
  font-style: italic;
  /*color: #c5452d;*/
}

/*-Filtros-*/
.filter-item,
.dropdown,
.item-border {
 border: 1px solid #696158;
 padding: 1em;
 margin: 0 1em;
}

.filter-item .select,
.dropdown-toggle,
.item-border .box {
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #696158;
  text-transform: uppercase;
  font-size: .75em;
  padding: 0.5em;
  display: block;
  text-align: center;
}

.filter-item .select {
  text-align: left;
}

.dropdown-toggle {
  padding-right: 2em;
}

.filter-item .select:before,
.dropdown-toggle:before {
  content: '';
  position: absolute;
  right: .5em;
  top: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .3em .3em 0 .3em;
  border-color: #696158 transparent transparent transparent;
  z-index: 5;
  pointer-events: none;
}

.filter-item .select::after,
.dropdown-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.5em;
  background: #FFF;
}

.filter-item .select select {
  width: 120%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  text-align: left;
  appearance: none;
  height: 100%;
  text-transform: uppercase;
  outline: none;
}

.selectdown {
  background: #fff url('../img/selectdown.gif') no-repeat 90%;
}

.filter-certifications .filter-item::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-bottom: .25em;
  text-align: center;
  font-family: 'icomoon' !important;
  font-size: 3em;
}

.filter-certifications .filter-item:first-of-type::before{
  content: "\e917";
}

.filter-certifications .filter-item:nth-of-type(2)::before{
  content: "\e918";
}

.filter-certifications .filter-item:nth-of-type(3)::before{
  content: "\e903";
}

.filter-certifications .filter-item:last-of-type::before{
  content: "\e914";
}

/*--Buscadores--*/
.search .form-control,
.search .input-group-addon {
  border: 1px solid rgba(105, 97, 88, .6);
  border-radius: .5em;
}

.search .form-control,
.search input.form-control {
  border-right: none;
  height: 30px;
  background: #FFF;
}

.search .input-group-addon {
  border-left: none;
  background: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 .75em 0 0;
}

.search .icon-buscar {
  line-height: 1.25;
}

.form .search .input-group-addon {
  background: #F3F3F3;
}

.search-v2 {
  width: 25%;
  padding: .75em;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform:    translate(0, -50%);
  -ms-transform:     translate(0, -50%);
  -o-transform:      translate(0, -50%);
  transform:         translate(0, -50%);
}

.search-v2 .form-control {
  border-radius: 2em;
  text-transform: uppercase;
}

.search-v2 .input-group-addon {
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  border: none;
}

.search-v2--filter form {
  background: rgba(0,0,0,.3);
  padding: 0 .5em;
  border-radius: 1em;
}

.search-v2--filter .form-control {
  color: #FFF;
  padding: 0;
  font-size: 1.5rem;
}

.search-v2--filter .select:before {
    right: 0;
    top: .6em;
    border-width: .3em .3em 0 .3em;
    border-color: #FFF transparent transparent transparent;
}

.search-v2--filter select.form-control option {
  color: #696158;
}

/*--Tablas--*/
.container-table {
  width: 100%;
  position: relative;
  display: block;
  float: left;
}

.table {
  table-layout: fixed;
  height: auto;
}

.thead {
  height: auto;
}

.table caption,
.container-table>.title {
  background: #696158;
  color: #FFF;
  padding: .5em;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  position: relative;
  line-height: normal;
}

.container-table .title h2 {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: normal;
}

.table>thead>tr {
  padding-right: 1em;
}

.table>thead>tr,
.table>tbody>tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}

.table>thead>tr>th {
  font-size: 1em;
  font-weight: 400;
  border-bottom: 1px solid #696158;
  padding: 1em;
}

.table>tbody>tr>td {
  font-size: .75em;
  border: none;
  padding: 1em 1.5em;
}

.table>thead>tr>th,
.table>tbody>tr>td {
  text-transform: uppercase;
  width: 100%;
  vertical-align: middle;
  display: block;
  text-align: left;
}

.table>tbody {
  display: block;
  max-height: 20em;
  overflow-y: auto;
}

.table>thead>tr,
.table-striped>tbody>tr:nth-of-type(odd) {
  background: #f0efee;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background: #dbd56c;
}

.table-striped-2>tbody>tr:nth-of-type(even) {
  background: #f3edd7;
}

.table-striped-3>tbody>tr:nth-of-type(even) {
  background: #f5ba7d;
}

.container-table .content {
  border: 1px solid #f0efee;
  padding: 2em;
  max-height: 45em;
  overflow-y: auto;
}

.container-table .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container-table .content ul li {
  margin-bottom: 2em;
}

.container-table .content h3 {
  font-size: 1.25em;
  text-align: center;
}

.container-table .content .img {
  height: 18em;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}

.container-table .content .img img {
  max-height: 100%;
  padding: 4em;
}

/*--Collapse--*/
.panel-title {
  font-size: 1.25em;
}

/*--Iframes--*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
  border: none;
  max-width: 100%;
}

/*--Menú principal / Top Menú / Footer Menú--*/
.main-menu-desktop,
.top-menu {
  float: right;
}

.main-menu-desktop ul {
  padding: 0;
}

.main-menu-desktop  li,
.top-menu li {
  display: inline-block;
}

.main-menu-desktop>ul>li a,
.top-menu>ul>li a {
  color: #696158;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: block;
}

.main-menu-desktop  li a {
  font-size: 0.95em;
}

.main-menu-desktop>ul>li>a:hover,
.top-menu>ul>li a:hover{
  color: #948677;
}

.top-menu li a {
  font-size: 0.750em;
  margin-right: .5em;
}

.top-menu>ul>li>a::before {
  font-family: 'icomoon' !important;
  margin-right: .5em;
}

.top-menu>ul>li:first-child>a::before {
  content: "\e908";
}

.top-menu>ul>li:nth-child(2)>a::before {
  content: "\e90d";
}

.top-menu>ul>li:nth-child(3)>a::before {
  content: "\e916";
}

.top-menu>ul>li:last-child>a::before {
  content: "\e911";
}

.top-menu .sub-menu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 99999999;
  background: #FFF;
  border-top: 1px solid;
  padding-top: 2em;
  padding-bottom: 2em;
}

.otros-paises .sub-menu {
  transition:1s all ease-in-out;
  text-align: center;
}

.top-menu .sub-menu ul {
  width: 60%;
  margin: 0 auto;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding: 0;
}

.top-menu .sub-menu ul li {
  display: block;
  padding: .25em 0px;
}

.top-menu .sub-menu ul li a {
  font-size: .85em;
}

/*--Menú principal / Top Menú / Footer Menú--*/
.main-menu-desktop,
.top-menu {
  float: right;
}

.main-menu-desktop ul {
  padding: 0;
}

.main-menu-desktop  li,
.top-menu li {
  display: inline-block;
}

.main-menu-desktop>ul>li a,
.top-menu>ul>li a {
  color: #696158;
  padding: 0.5em 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: block;
}

.main-menu-desktop  li a {
  font-size: 0.95em;
}

.main-menu-desktop>ul>li>a:hover,
.top-menu>ul>li a:hover{
  color: #948677;
}

.top-menu li a {
  font-size: 0.750em;
  margin-right: .5em;
}

.top-menu>ul>li>a::before {
  font-family: 'icomoon' !important;
  margin-right: .5em;
}

.top-menu>ul>li:first-child>a::before {
  content: "\e908";
}

.top-menu>ul>li:nth-child(2)>a::before {
  content: "\e90d";
}

.top-menu>ul>li:nth-child(3)>a::before {
  content: "\e916";
}

.top-menu>ul>li:last-child>a::before {
  content: "\e911";
}

.top-menu .sub-menu {
  display: none;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  z-index: 99999999;
  background: #FFF;
  border-top: 1px solid;
  padding-top: 2em;
  padding-bottom: 2em;
}

.otros-paises .sub-menu {
  transition:1s all ease-in-out;
  text-align: center;
}

.top-menu .sub-menu ul {
  width: 60%;
  margin: 0 auto;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding: 0;
}

.top-menu .sub-menu ul li {
  display: block;
  padding: .25em 0px;
}

.top-menu .sub-menu ul li a {
  font-size: .85em;
}


/*--Menú principal desktop--*/
.main-menu-desktop .has-mega-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 99999999;
  left: auto;
  top: auto;
  background: #FFF;
  right: 0;
  left: 0;
  padding: 0;
  font-size: 85%;
  justify-content: center;
  align-items: center;
}

.main-menu-desktop .has-mega-menu .sub-menu .col-img,
.main-menu-desktop .has-mega-menu .sub-menu .col-menu,
.main-menu-desktop .has-mega-menu .sub-menu .col-menu ul {
  padding: 0;
}

.main-menu-desktop .has-mega-menu .sub-menu .col-menu li {
  display: block;
}

.main-menu-desktop .has-mega-menu .sub-menu .col-menu li a {
  padding: 10px 15px;
  display: block;
}

.main-menu-desktop .has-mega-menu .sub-menu .col-menu ul>li>a:hover {
  background:  #696158;
  color: #FFF;
}

.main-menu-desktop  .a-productos .sub-menu .col-menu ul>li>a:hover {
  background:  #ea7600;
  color: #FFF;
}

.main-menu-desktop .a-productos .sub-menu {
  border-top: 1px solid  #ea7600;
}

.main-menu-desktop .a-sostenibilidad .sub-menu .col-menu ul>li>a:hover {
  background:  #bfb800;
  color: #696158;
}

.main-menu-desktop .a-sostenibilidad .sub-menu {
  border-top: 1px solid  #bfb800;
}

.main-menu-desktop .a-este-es-arauco .sub-menu .col-menu ul>li>a:hover {
  background:  #e0cfa2;
  color: #696158;
}

.main-menu-desktop .a-este-es-arauco .sub-menu {
  border-top: 1px solid #e0cfa2;
}

/*--Submenu productos--*/
.sub-menu-productos .menu-item h3 {
  font-size: 2rem;
  line-height: normal;
  padding: 10px 15px;
  margin: 0;
  display: block;
  font-weight: bolder;
}

.sub-menu-productos .menu-item-1 h3 {
  background: #ea7600;
  color: #FFF;
}


.sub-menu-productos .menu-item-1>h3 {
  margin-left: 33.3%;
  width: 33.3%;
}

.sub-menu-productos .menu-item-1 .main-category h3 {
  position: absolute;
  top: -45px;
  margin-left: 33.3%;
  width: 33.3%;
  border-left: 1px solid rgba(255,255,255,.1);
  display: none;
}

.sub-menu-productos .menu-item-1 .main-category.is-hover h3 {
  display: block;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item {
  float: left;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-1 {
  width: 100%;
  height: 349px;
  overflow: hidden;
  background: url('../img/imagen-general-menu-pctos.jpg') #696158;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 33.3%;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .item-flex {
  width: 100%; /*esto debe ir en 75% cuando se agreguen los otros dos items*/
}
.main-menu-desktop .has-mega-menu .sub-menu-productos .item-flex.menu-item-2 {
  width: 25%;
  background: #e0dad4;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-3 {
  width: 100%;
  background: #e8e5e1;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories{
  position: relative;
  height: 100%;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .first-column {
  margin-left: 33.3%;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category::before {
  content: none;
  background-color: #FFF;
}
.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category.is-hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: -45px;
  bottom: 45px;
  width: 33.3%;
  background-position: center;
  background-size: cover;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-1 .main-category:hover>a {
  background:  #ea7600;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-2 .main-category:hover>a {
  background:  #ea7600;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item .main-category:hover a {
  color: #FFF;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category.is-hover>a {
  position: relative;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category:hover>a::after {
  content: "";
  font-family: 'icomoon' !important;
  content: "\e901";
  color: #FFF;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category .second-column {
  display: none;
  position: absolute;
  left: 66.6%;
  top: 0;
  width: 100%;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category,
.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category .second-column {
  float: none;
  width: 33.3%;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category.is-hover .second-column {
  display: block;
  border-left: 1px solid rgba(255,255,255,.1);
  height: 100%;
  background: #696158;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .second-column .child-category{
  background: #696158;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category:hover > .second-column > .child-category{
  background: #46403a;
}
.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .main-category:hover > .second-column > .child-category:hover {
  background: #ea7600;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .second-column .child-category:last-child{
  border-bottom: none;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .second-column .child-category a {
  color: #FFF;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .main-categories .second-column .child-category:hover>a,
.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-1 a {
  color: #FFF;
}


.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-3 .flex-container {
  margin-bottom: 30px;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-3 .main-category a {
  border: 1px solid #696158;
  margin-right: 15px;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-3 .main-category a:first-child {
  margin-left: 15px;
}

.main-menu-desktop .has-mega-menu .sub-menu-productos .menu-item-3 .main-category a:hover {
  border-color: #ea7600;
  background: #ea7600;
  color: #FFF;
}

/*--Menú principal mobile--*/
.main-menu-mobile {
  position: relative;
  z-index: 99999;
}

.main-menu-mobile:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.main-menu-mobile .col-menu {
  padding: 0;
}

.main-menu-nav {
  clear: both;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #696158;
}

.main-menu-nav,
.main-menu-nav > .has-mega-menu {
  position: static !important;
}

.main-menu-nav .fa {
  font-size: .9em;
  width: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
}

.main-menu-nav:before {
  content: '';
  display: block;
  height: 15px;
  font: 1px/1px sans-serif;
  overflow: hidden;
  background: #FFF;
}

/* Mobile menu toggle button */
.main-menu-btn {
  float: right;
  position: relative;
  display: inline-block;
  width: 1.75em;
  height: 1.25em;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #444;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-menu-btn .main-menu-btn-icon:before,
.main-menu-btn .main-menu-btn-icon:after {
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ .main-menu-nav {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#main-menu-state:checked ~ .main-menu-nav {
  opacity: 1;
}

.main-menu-nav {
  position:relative;
  z-index:9999;
  transition: opacity .1s ease-in-out;
  -moz-transition: opacity .1s ease-in-out;
  -webkit-transition: opacity .1s ease-in-out;
}
.main-menu-nav,
.main-menu-nav ul,
.main-menu-nav li {
  display:block;
  list-style:none;
  margin:0;
  padding:0;
  line-height:normal;
  direction:ltr;
  text-align:left;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.main-menu-nav .sub-menu-level-1,
.main-menu-nav .sub-menu-level-2,
.main-menu-nav .sub-menu-level-3 {
  display:none;
}
.main-menu-nav>li,
.main-menu-nav .sub-menu-level-1 h3,
.main-menu-nav .sub-menu-level-1 li,
.main-menu-nav .sub-menu-level-2 li,
.main-menu-nav .sub-menu-level-3 li {
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.main-menu-nav ul li {
  border-bottom-color: rgba(255,255,255,.2);
}
.main-menu-nav .sub-menu-productos .menu-item-1 h3 {
  border-top: 1px solid rgba(255,255,255,.5);
}

.main-menu-nav li:last-child,
.main-menu-nav .sub-menu-productos .menu-item-2 h3{
  border-bottom: none;
}

.main-menu-nav li,
.main-menu-nav a{
  position:relative;
}
.main-menu-nav a{
  display:block;
}
.main-menu-nav a.disabled{
  cursor:not-allowed;
}
.main-menu-nav:after{
  content:"\00a0";
  display:block;
  height:0;
  font:0px/0 serif;
  clear:both;
  visibility:hidden;
  overflow:hidden;
}
.main-menu-nav,
.main-menu-nav *,
.main-menu-nav *:before,
.main-menu-nav *:after{
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.main-menu-nav a,
.main-menu-nav a:hover,
.main-menu-nav a:focus,
.main-menu-nav a:active {
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  z-index: 99;
}
.main-menu-nav ul li {
  border-bottom-color: rgba(255,255,255,.2);
}
.main-menu-nav ul li:first-child {
  border-top: 1px solid rgba(255,255,255,.5);
}

/*--Carruseles--*/
.slider picture::after,
.section-box--center::after,
.cover picture::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  /*background: rgb(214, 211, 207);*/
  background: linear-gradient(to right, rgb(214, 211, 207) 0%,rgba(105,97,88,0) 100%);
  mix-blend-mode: multiply;
}

.slider .owl-carousel,
.featured-posts .owl-carousel{
  list-style: none;
  padding: 0
}

.slider .owl-carousel {
  margin: 0;
  border: none;
  position: relative;
}

.slider .owl-carousel li {
  position: relative;
}

.slider .owl-carousel .text {
  width: 50%;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 4em;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform:    translate(0, -50%);
  -ms-transform:     translate(0, -50%);
  -o-transform:      translate(0, -50%);
  transform:         translate(0, -50%);
}

.slider .owl-carousel .text h1 {
  font-size: 3em;
  margin: 0;
}

.slider .owl-slider-v3 .text h2 {
  font-size: 2.75em;
}

.slider .owl-carousel .text h1 span {
  display: block;
  font-size: .5em;
  line-height: normal;
  margin-top: .5em;
}

.slider .owl-carousel .text p {
  font-size: 1.25em;
}

.slider .owl-carousel .owl-dots,
.owl-carousel .owl-dots  {
  position: absolute;
  bottom: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}

.owl-carousel .owl-dots {
  bottom: -50px;
}

.slider .owl-carousel .owl-dot,
.owl-carousel .owl-dot {
  background: #FFF;
  width: .75em;
  height: .75em;
  border-radius: 50%;
  margin: .25em;
}

.owl-carousel .owl-dot {
  background: #696158;
}

.slider .owl-carousel .owl-dot.active,
.owl-carousel .owl-dot.active  {
  background: #948677;
}
.slider-sostenibilidad .owl-carousel .owl-dot.active {
  background: #bfb800;
}
.slider-este-es-arauco .owl-carousel .owl-dot.active {
  background: #e0cfa2;
}
.slider-productos .owl-carousel .owl-dot.active {
  background: #ea7600;
}


/*--Slider v2--*/
.slider .owl-carousel.owl-slider-v2 h2 {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: .5em;
}

.productos-slider.slider .owl-carousel.owl-slider-v2 .btn {
  margin-top: 1em;
}

/*--Slider v3--*/
.slider .owl-slider-v3 .owl-nav {
  position: absolute;
  bottom: 2em;
  right: 2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 5.5em;
  justify-content: space-between;
}
.slider .owl-slider-v3 .owl-nav.disabled {
  display: none;
}

.slider .owl-slider-v3 .owl-nav .owl-prev,
.slider .owl-slider-v3 .owl-nav .owl-next {
  background: #fff;
  text-align: center;
  width: 2em;
  height: 2em;
  padding: 0.4em;
}

.slider .owl-slider-v3 .owl-nav .owl-prev,
.owl-nav .owl-prev {
  transform: rotate(180deg);
}

/*.slider .owl-slider-v3 .owl-nav .owl-prev::before,
.owl-nav .owl-prev:before {
  content: "\e901";
  font-family: 'icomoon' !important;
}

.slider .owl-slider-v3 .owl-nav .owl-next:before,
.owl-nav .owl-next::before {
  content: "\e901";
  font-family: 'icomoon' !important;
}

.slider .owl-carousel.owl-slider-v2 .item.slider--este_es_arauco h2 {
  color: #e0cfa2;
}

.slider .owl-carousel.owl-slider-v2 .item.slider--sostenibilidad h2 {
  color: #bfb800;
}

.slider .owl-carousel.owl-slider-v2 .item.slider--productos h2 {
  color: #ea7600;
}*/

/*--Imagen Portada--*/
.cover {
  position: relative;
  margin: .5em 0;
}

.cover figcaption {
  color: #FFF;
  width: 35%;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translate(0, -50%);
  -moz-transform:    translate(0, -50%);
  -ms-transform:     translate(0, -50%);
  -o-transform:      translate(0, -50%);
  transform:         translate(0, -50%);
}

.cover h1 {
  margin: 0;
}

/*--Boxes con modal--*/
.boxes-modal {
  display: block;
  overflow: auto;
}

/*.boxes-modal .box {
  width: 32.65%;
  height: 18em;
  padding: 2em;
  background: url(http://placehold.it/415x390);
  background-size: cover;
  background-position: 50% 50%;
  margin: .25em;
}*/

.boxes-modal .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float: left;
  height: 20em;
  margin: .25em;
}

.boxes-modal .item--horizontal {
  width: 66.1%;
  flex-direction: row;
}

.boxes-modal .item--horizontal img {
  margin-right: .5em;
}

.boxes-modal .item:nth-child(3) {
  flex-direction: row-reverse;
}

.boxes-modal .item:nth-child(3) img {
  margin-left: .5em;
  margin-right: 0;
}

.boxes-modal .item--vertical {
  width: 32.5%;
  flex-direction: column;
  height: 40.6em;
  float: right;
}

.boxes-modal .item img,
.boxes-modal .item .box{
  width: 49.5%
}

.boxes-modal .item .box{
  padding: 2em;
}

.boxes-modal .item--vertical img,
.boxes-modal .item--vertical .box{
  width: 100%;
  height: 49.25%;
}

.boxes-modal .item--vertical img {
  margin-bottom: .5em;
}

.boxes-modal p {
  font-size: 1em;
}

.boxes-modal .box--grey {
  background: #696158;
  color: #FFF;
}

.boxes-modal .box--green {
  background: #bfb800;
}

.boxes-modal .box--beige {
  background: #e0cfa2;
}

.boxes-modal .box h3 {
  margin-top: 0;
}

.boxes-modal .box .btn {
  margin-top: 2em;
}

/*--Overlay boxes--*/
.overlay-boxes{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.overlay-boxes .box {
  position: relative;
  /*background: url('http://placehold.it/300x600');*/
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 .25em;
}

.overlay-boxes .box:last-child {
  margin-right: 0;
}

.overlay-boxes .box h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform:    translate(0, -50%);
  -ms-transform:     translate(0, -50%);
  -o-transform:      translate(0, -50%);
  transform:         translate(0, -50%);
  background: rgba(56, 50, 43, 0.75);
  color: #fff;
  font-size: 1.5em;
  padding: 1em;
  margin: 0;
  border-top: .3em solid #FFF;
  border-bottom: .3em solid #FFF;
  width: 100%;
  min-height: 100px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  height: 5em;
}


.overlay-boxes .box:hover h3 {
    z-index: 999;
    background: rgba(56, 50, 43, 0.75);
}

.overlay-boxes .box:hover img, .overlay-boxes .box.active img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.overlay-boxes .box img, .box h3{
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  z-index: 999999999999999999999999;
}

.overlay-boxes .box{
  overflow: hidden;
}

/*--Lista de links--*/
.links-list {
  justify-content: center;
}

.links-list li {
  padding: 0 1em;
}

.links-list--border li {
  border-right: 1px solid;
}

.links-list--border li:last-child {
  border: none;
}

.links-list li a {
  text-transform: uppercase;
}

.links-list li img {
  display: block;
  margin: 0 auto;
}

.links-list .icon-descargables {
  display: block;
  font-size: 2.5em;
  margin-top: .25em;
}

.links-list-2 {
  background: #696158;
  padding: 15px;
}

.links-list-2 ul{
  justify-content: space-around;
  margin: 0;
}

.links-list-2 a {
  color: #FFF;
}

.links-list-2 .icon-descargables {
  display: inline-block;
  font-size: 1em;
  margin-top: 0;
  margin-right: 5px;
  font-weight: bold;
}

/*--Lista de descargas--*/
.downloads-list {
  position: relative;
}

.downloads-list .item {
  margin-bottom: 2em;
}

.downloads-list .item a {
  position: relative;
  /*display: inline-block;*/
}

.downloads-list .img {
  height: 15em;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.downloads-list img {
  /*padding: 0 5em;*/
  padding: .6em 2em;
  height: 100%;
}

.downloads-list .text {
  position: relative;
}

.downloads-list h3 {
  font-size: 1.25em;
}

.downloads-list i {
  font-size: 1.5em;
}


/*--Lista de imagenes--*/
.img-list {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0;
}

.img-list li {
  margin-right: .5em;
  width: 25%;
}

.img-list li:last-child {
  margin-right: 0;
}

/*--Lista de logos--*/
.logo-list img {
  margin: 1em auto;
}

/*--Lista de articulos v1 y v2--*/
.article-list,
.article-list-v2 {
  position: relative;
}

.article-list .item {
  float: left;
  width: 100%;
}

.article-list-v2 .item {
  margin-bottom: 30px;
}

.article-list .item h3,
.article-list-v2 h3 {
  font-size: 1.25em;
  margin-bottom: 0;
}

.article-list .item h3 {
  margin-top: 0;
}

.article-list .item span {
  text-transform: uppercase;
}

.article-list .item img {
  margin: 1em 0;
  height: 100%;
}

.article-list-v2 h2,
.downloads-list h2 {
  margin-bottom: 1em;
}

.article-list-v2 .owl-nav {
  position: absolute;
  top: -3.75em;
  right: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 3em;
  height: 1.25em;
}

.article-list-v3 .item {
  background: #FCF2DC;
  margin-top: 5em;
  padding: 1.25em;
}

.article-list-v3 .item img {
  margin-top: -5em;
}

.article-list-v3 .item .btn {
  color: #bfb800;
  margin-top: 1em;
}

.article-list-v2 .search-v2,
.downloads-list .search-v2 {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 30px;
}

/*--Result List --*/
.results-list .item {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #EEE;
}

.results-list .item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.results-list .item h3 {
  margin-top: 0;
}

/*--Galería--*/
.gallery .flexslider {
  margin: 0;
  border: .15em solid #FFF;
}

.flex-direction-nav a {
  opacity: 1;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-prev:before {
  content: "\e901" !important;
  font-family: 'icomoon' !important;
  font-size: 1.5em;
  color: #FFF;
  text-shadow: none;
}

.flex-direction-nav a:hover:before,
.flex-direction-nav a.flex-prev:hover:before {
  color: #bfb800;
}


.flex-direction-nav a.flex-prev:before {
  transform: rotate(180deg);
}

.flex-direction-nav .flex-prev {
  left:1em;
}

.flex-direction-nav .flex-next {
  right:1em;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  text-align: center;
  background: rgba(56, 50, 43, 0.9);
  padding: 0.2em 0;
}

.gallery .flexslider#sliderGallery .slides li {
  height: 30em;
  background: #F2F2F2;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.gallery .flexslider#sliderGallery .slides li img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.gallery .flexslider#carouselGallery .slides li {
  max-height: 8em;
}

/*--Header--*/
header {
  height: 6em;
  padding: 1em 0;
}

header .logo {
  margin-top: 2em;
  display: block;
}

header .col-lg-10.col-md-9,
header .col-lg-10.col-md-9 .col-sm-12,
header .static,
.static {
  position: static;
}

header .search {
  margin-top: .4em;
}

/*--Footer--*/
footer {
  background: #696158;
  color: #FFF;
  margin-top: 2em;
  padding-top: 3em;
  padding-bottom: 3em;
  float: left;
  width: 100%;
}

.footer-menu {
  min-height: 9em;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 1em;
  /*-estilos nuevos*/
  width: 30%;
  float: left;
  margin-right: 1em;
  line-height: normal;
  min-height: 2.5em;
}

.footer-menu li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
}

footer a:hover {color: #948677 !important;}

footer .logo {
  width: 10em;
}

footer .logo,
footer .rrss {
  margin-top: 4em;
}

footer .picto-footer {
  max-width: 15em;
  float: right;
}

.rrss ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rrss li {
  display: inline;
  margin-right: 1em;
}

.rrss a {
  color: #FFF;
  font-size: 1.25em;
}


/*---------------Home------------------*/
/*--Featured Posts--*/
.featured-posts {
  display: block;
  overflow: auto;
  height: auto;
}

.featured-posts .box {
  float: left;
  width: 24.4%;
  height: 20em;
  padding: 2em;
  margin: 0.20em;
  background-position: right bottom !important;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
}

.featured-posts .box:hover {
  background-position: 90% 90% !important;
}

.featured-posts .box .text {
  height: 100%;
  position: relative;
  z-index: 1;
}

.featured-posts .box .text .category {
  text-transform: uppercase;
  font-size: 80%;
}

.featured-posts .box .text .go {
  float: right;
  font-size: 1.5em;
}

.featured-posts .box:first-child {
  height: 40.4em;
}

.featured-posts .box:nth-child(5) {
  width: 49.4%;
}

.featured-posts .box--productos {
  background: url('../img/picto-productos-1-white.png') no-repeat #ea7600;
  color: #FFF;
}

.featured-posts .box--sostenibilidad {
  background: url('../img/picto-sostenibilidad-1-white.png') no-repeat #bfb800;
}

.featured-posts .box--este_es_arauco {
  background: url('../img/picto-arauco-2.png') no-repeat #e0cfa2;
}

.featured-posts .box:nth-child(4) {
  background-image: none;
}

.featured-posts .box--img .text .go,
.featured-posts .box--productos .text .go {
  color: #FFF;
}

.featured-posts .box--img {
  color: #FFF;
  background: url('https://placehold.it/768x500') center center rgba(56, 50, 43, 0.8);
  background-size: cover;
  background-position: center;
  position: relative;
}

.featured-posts .box--img::before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right, rgba(105,97,88,1) 0%,rgba(105,97,88,0) 100%);
  mix-blend-mode: multiply;
}

.featured-posts .box--img .text h3 {
  bottom: 0;
  position: absolute;
}

.featured-posts .box h3 a,
.featured-posts .box h3 a:hover,
.featured-posts .box h3 a:focus {
  color: #696158;
}

.featured-posts .box--img h3 a,
.featured-posts .box--img h3 a:hover,
.featured-posts .box--img h3 a:focus,
.featured-posts .box--productos h3 a,
.featured-posts .box--productos h3 a:hover,
.featured-posts .box--productos h3 a:focus {
  color: #FFF;
}

.featured-posts .box.item:last-child,
.featured-posts .owl-item:last-child .box {
  /*background: url('../img/picto-home-2.png') no-repeat bottom right;*/
  background-color: transparent;
}

.featured-posts .box--productos.item:last-child {
  background-image: url('../img/picto-productos-2.png');
}

.featured-posts .box--sostenibilidad.item:last-child {
  background-image: url('../img/picto-sostenibilidad-2.png');
}

.featured-posts .box--este_es_arauco.item:last-child {
  background-image: url('../img/picto-arauco-3.png');
}

.featured-posts .box--productos.item:last-child h3 a,
.featured-posts .box--productos.item:last-child h3 a:hover,
.featured-posts .box--productos.item:last-child h3 a:focus,
.featured-posts .box--productos.item:last-child,
.featured-posts .owl-item:last-child .box--productos h3 a,
.featured-posts .owl-item:last-child .box--productos h3 a:hover,
.featured-posts .owl-item:last-child .box--productos h3 a:focus,
.featured-posts .owl-item:last-child  .box--productos {
  color: #696158;
}


/*---------------Sostenibilidad------------------*/

/*--Submenú--*/
.submenu-sostenibilidad ul{
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 0;
}

.submenu-sostenibilidad li {
  border-right: 1px solid #696158;
}

.submenu-sostenibilidad li:last-child {
  border: none;
}

.submenu-sostenibilidad a{
  color: #696158;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}

.submenu-sostenibilidad a:before{
  content: "";
  display: block;
  margin: 0 auto;
  font-size: 3.5em;
  text-align: center;
  font-family: 'icomoon' !important;
}

.submenu-sostenibilidad li:first-child a:before{
  content: "\e905";
}

.submenu-sostenibilidad li:nth-child(2) a:before{
  content: "\e904";
}

.submenu-sostenibilidad li:nth-child(3) a:before{
  content: "\e91c";
}

.submenu-sostenibilidad li:last-child a:before{
content: "\e919";
}

/*--Secciones--*/
.section-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.section-box img.effect {
  margin-top: -1em;
}

.section-box--reverse {
  flex-direction: row-reverse;
}

.section-box .box {
  width: 40%;
  height: 45em;
  padding: 4em;
  z-index: 0;
  background-repeat: no-repeat;
}

.section-box .box,
.section-box img{
  position: relative;
}

.section-box.section-sostenibilidad:first-child .box {
  background-image: url('../img/picto-sostenibilidad-1-green.png');
}

.section-box.section-sostenibilidad:nth-child(2) .box {
  background-image: url('../img/picto-sostenibilidad-2-white.png');
}

.section-box.section-sostenibilidad:nth-child(4) .box {
  background-image: url('../img/picto-sostenibilidad-3-green.png');
}

.section-box.section-sostenibilidad:last-child .box {
  background-image: url('../img/picto-sostenibilidad-4-white.png');
}

.section-box.section-este-es-arauco:first-child .box {
  background-image: url('../img/picto-arauco-2-beige.png');
}

.section-box.section-este-es-arauco:nth-child(2) .box {
  background-image: url('../img//picto-arauco-3.png');
}

.section-box.section-este-es-arauco:nth-child(3) .box {
  background-image: url('../img//picto-arauco-1-beige.png');
}

.section-box.section-este-es-arauco:last-child .box {
  background-image: url('../img//picto-arauco-2.png');
}

.section-box:first-child .box,
.section-box.section-este-es-arauco:nth-child(3) .box,
.section-box:nth-child(4) .box {
  background-position: bottom right;
}

.section-box:nth-child(2) .box,
.section-box.section-este-es-arauco:nth-child(4) .box,
.section-box:last-child .box {
  background-position: bottom left;
}

.section-box .box--green {
    background-color: #bfb800;
    color: #696158;
}

.sostenibilidad-v1 .section-box .box--green {
    color: #FFF;
}

.sostenibilidad-v2 .section-box .box--green {
    color: #1D1D1D;
}

.section-box .box--grey {
    background-color: #696158;
    color: #FFF;
}

.section-box .box--beige {
    background-color: #e0cfa2;
    color: #696158;
}


.section-box .box .text{
  width: 85%;
}

.section-box .box .text h2{
  margin-bottom: .75em;
}

.section-box .box .text .btn{
  margin-top: .75em;
}

.section-box img{
  width: 65%;
  margin-left: -3em;
  z-index: 1;
}

.section-box--reverse img{
  margin-left: 0;
  margin-right: -3em;
  z-index: 1;
}

.section-box--reverse .box{
  text-align: right;
}

.section-box--reverse .box .text{
  float: right;
}

.section-box--center {
  flex-direction: column;
  justify-content: center;
  height: 45em;
  background-image: url('http://www.placehold.it/1920x900');
  background-size: cover;
  background-position: 50% 50%;
  margin: 2em 0;
  position: relative;
}

.section-box--center .text{
  width: 40%;
  text-align: center;
  color: #FFF;
  z-index: 1;
  position: relative;
}

/*--Filtro nuestras certificaciones--*/
.filter-certifications .flex-container{
  justify-content: center;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: auto;
}

.filter-certifications .filter-item {
  width: 10em;
  text-align: center;
}

.filter-certifications .filtro-certificaciones {
  margin: 0 1em;
}

/*--Tabla de certificaciones--*/
.certifications-table {
  position: relative;
}

.certifications {
  width: 70%;
  text-align: center;
  margin: 2em auto;
}

.certifications ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.certifications ul li a {
  padding: 1em;
  color: #696158;
}

table .icon-descargables {
  font-size: 1.75em;
}

/*--Proyectos--*/
.projects{
  text-align: center;
}

.projects .overlay-boxes .box {
  width: 20%;
  /*height: 20em;*/
  text-align: left;
}

/*--Nuestros pilares--*/
.our-pillars .overlay-boxes .box {
  width: 33.3%;
  text-align: center;
}

/*--Tab Areas--*/
.tab-areas .tab-pane .content-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em;
}

.tab-areas .tab-pane .content-tab .text {
  width: 45%;
}

.tab-areas .tab-pane .content-tab .text h2 {
  margin-bottom: 1em;
}

/*--Links Auditorías y registro histórico--*/
.historical-records .links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}

.historical-records .links li {
  margin: 1em;
  display: inherit;
}

.historical-records .links li a {
  text-align: center;
  font-size: 3em;
}


/*---------------Este es Arauco------------------*/
.corporate-governance-sections .overlay-boxes .box {
  width: 25%;
}

.characteristics .flex-container,
.picto-innovation .flex-container {
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.characteristics .flex-container .item,
.picto-innovation .flex-container .item {
  width: 30%;
  margin: 1em 0;
}

.characteristics .flex-container .item:first-child {
  text-align: right;
}

.characteristics .flex-container .item:last-child {
  text-align: center;
}

.innovation-characteristics .flex-container .item:last-child {
  text-align: left;
}

.characteristics .flex-container .item img {
  padding: 0 4em;
}

.characteristics .item h3,
.picto-innovation .item h3 {
  text-transform: uppercase;
}

.characteristics .flex-container .item:nth-child(3) h3,
.picto-innovation .flex-container .item:last-child h3 {
  color: #bfb800;
}

.characteristics .item:last-child h3 {
  color: #ea7600;
}

/*--Info corporativa--*/
.tab-info-corporativa .nav-tabs-2>li a::before {
  display: block;
  text-align: center;
  font-size: 3em;
  font-family: 'icomoon' !important;
}

.tab-info-corporativa .nav-tabs-2>li:first-child a::before,
.tab-info-corporativa .nav-tabs-2>li.etica-empresarial a::before {
  content: "\e90f";
}
/*
.tab-info-corporativa .nav-tabs-2>li:nth-child a::before,
.tab-info-corporativa .nav-tabs-2>li.junta-accionistas a::before {
  content: "\e921";
}

.tab-info-corporativa .nav-tabs-2>li:nth-child(2) a::before,
.tab-info-corporativa .nav-tabs-2>li.documentos-corporativos a::before  {
  content: "\e912";
}

.tab-info-corporativa .nav-tabs-2>li:nth-child(3) a::before,
.tab-info-corporativa .nav-tabs-2>li.documentos-corporativos a::before  {
  content: "\e90b";
}
*/

.tab-info-corporativa .nav-tabs-2>li:nth-child(2) a::before,
.tab-info-corporativa .nav-tabs-2>li.junta-accionistas a::before {
  content: "\e921";
}

.tab-info-corporativa .nav-tabs-2>li:nth-child(3) a::before,
.tab-info-corporativa .nav-tabs-2>li.documentos-corporativos a::before  {
  content: "\e912";
}

.tab-info-corporativa .nav-tabs-2>li:nth-child(4) a::before,
.tab-info-corporativa .nav-tabs-2>li.documentos-corporativos a::before  {
  content: "\e90b";
}

.tab-info-corporativa .nav-tabs-2>li:last-child a::before,
.tab-info-corporativa .nav-tabs-2>li.hechos-escenciales a::before {
  content: "\e910";
}

.tab-info-corporativa-1 .nav-tabs li {
  width: 50%;
}

.tab-info-corporativa-1 .nav-tabs li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 2px 0px #3c352d;
}

.tab-info-corporativa-1 .nav-tabs li a.active {
  box-shadow: none;
  margin-top: 2px;
}

/*--Inversionistas--*/
.conference-call::before,
.tab-inversionistas .nav-tabs-2>li a::before,
.tabs-usos .nav-tabs>li a::before {
  display: block;
  text-align: center;
  font-size: 3em;
  font-family: 'icomoon' !important;
  margin-bottom: .25em;
}

.conference-call::before {
  content: "\e907";
}

.tab-inversionistas .nav-tabs-2>li:first-child a::before,
.tab-inversionistas .nav-tabs-2>li.pres-corporativas a::before{
  content: "\e91b";
}

.tab-inversionistas .nav-tabs-2>li:nth-child(2) a::before,
.tab-inversionistas .nav-tabs-2>li.rep-financieros a::before {
  content: "\e91d";
}

.tab-inversionistas .nav-tabs-2>li:last-child a::before,
.tab-inversionistas .nav-tabs-2>li.sec-fillings a::before  {
  content: "\e91e";
}


/*--Modales--*/
.modal-dialog {
  width: 95%;
}

.modal-body {
  padding: 0;
}

.modal-xs .modal-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.modal-content {
  border-radius: 0;
}

.modal-video .modal-dialog {
    width: 90%;
    max-width: 960px;
    min-height: 90vh;
    height: 90vh;
}

.modal-video .modal-dialog .modal-content {
    height: 100%;
}

.modal-video .close {
  position: absolute;
  background: rgba(105,97,88,.9);
  padding: .75em;
  opacity: 1;
  color: white;
  text-shadow: none;
}


/*--Contacto--*/
.nav-contacto {
  justify-content: center;
}

.nav-contacto .dropdown::before,
.nav-contacto .item-border::before {
  display: block;
  text-align: center;
  font-family: 'icomoon' !important;
  font-size: 3em;
}

.nav-contacto .envianos-email::before {
  content: "\e90e";
}

.nav-contacto .donde-comprar::before {
  content: "\e90c";
}

.nav-contacto .solicitar-muestrario::before {
  content: "\e91f";
}

.nav-contacto .contactos-oficinas::before {
  content: "\e909";
}

#contact h2 {
  margin-bottom: 1em;
}

#contact h3 {
  margin-bottom: .5em;
}

.contact-list {
  border-bottom: 1px solid;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.contact-list h3,
.office-list h3 {
  margin: 0;
}

.contact-list ul,
.office-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-list .item,
.office-list .item {
  min-height: 14em;
}

.news-list h3,
.downloads-list .item h3,
.article-list-v2 .item h3 {
  position: relative;
  padding-right: 1.5em;
  font-size: 1.25em;
  text-align: left;
}

.downloads-list .item h3,
.article-list-v2 .item h3 {
  min-height: 4em;
}

.news-list .item .share,
.downloads-list .item .download,
.article-list-v2 .item .share,
.news-list .icon-descargables,
.article-list-v2 .item .icon-descargables {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}

/*--Noticias--*/
.featured-news .item {
  position: relative;
  height: 16.5em;
  background-size: cover;
  background-position: center;
  margin-bottom: 2em;
}

.featured-news .item--first {
  height: 35em;
}

.featured-news .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(56, 50, 43, 0) 0%, rgba(56, 50, 43, 0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(56, 50, 43, 0) 0%,rgba(56, 50, 43, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(56, 50, 43, 0) 0%,rgba(56, 50, 43, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.featured-news .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  margin: 0;
  color: #FFF;
}

.news .filters,
.downloads-list .filters {
  float: right;
}

.downloads-list .filters {
  width: 100%;
  margin-top: 30px;
}

.news .filters .search {
  width: 15em;
  margin-right: .5em;
}

.news .filters .select,
.downloads-list .filters .select {
  padding-right: .75em;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid rgba(105, 97, 88, .6);
}

.news .filters select,
.downloads-list .filters select {
  padding: 0;
  height: auto;
}

.news .filters .select::before,
.downloads-list .filters .select::before {
  top: .5em;
  right: .5em;
}

.news .filters .search {
    width: 100%;
    margin-right: .5em;
}

.news-list .item {
  margin-bottom: 2em;
}

.news-list .item .title {
  position: relative;
}

.news-list h3 {
  min-height: 3.35em;
  margin-top: .5em;
  margin-bottom: 0;
  padding: 0;
}

.news-list .date {
  font-family: 'aauxpro_regular';
}

.single-noticias h1 {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 2.5em;
}

.single-noticias .date-single {
  width: 100%;
  float: left;
  margin-bottom: 2em;
  border-bottom: 1px solid #DDD;
  padding-bottom: .75em;
  padding-top: .75em;
  font-weight: 400;
  font-size: 90%;
  border-top: 1px solid #DDD;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-noticias .content h3,
.single-noticias .content p {
  float: left;
  width: 100%;
}

.single-noticias .content p {
  margin-bottom: 1em;
}

.single-noticias .content h3 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-family: 'aauxpro_medium';
}

/*--Etiquetas de filtrado--*/
.filter-tags li {
  margin-right: 0;
}

.filter-tags li a {
  border: 1px solid;
  padding: .5em;
  border-bottom-width: 2px;
  font-family: 'aauxpro_regular';
  font-size: 1em;
  display: block;
}

/*.filter-tags li:first-child a {
  border-bottom-color: #ef7536;
}

.filter-tags li:nth-child(2) a {
  border-bottom-color: #ef7536;
}

.filter-tags li:nth-child(3) a {
  border-bottom-color: #d3c328;
}

.filter-tags li:nth-child(4) a {
  border-bottom-color: #fae6b1;
}*/

.filter-tags li a:hover {
  border-color: transparent;
  background: #696158;
  color: #FFF;
}

/*--Nuestra administracion--*/
.tab-administration .item,
.tab-administration .featured-item {
  position: relative;
  overflow: hidden;
}

.tab-administration .item {
  margin-bottom: 1.5em;
}

.tab-administration .item .caption,
.tab-administration .featured-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #FFF;
  transition: all .3s ease-in;
}

.tab-administration .item .caption {
  height: 100%;
  transform: translateY(101%);
  background: rgba(0,0,0,.5);
  display: flex;
  flex-direction: column;
  padding: 1em;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tab-administration .featured-item .caption {
  padding: 10em 2em 2em 2em;
  height: 100%;
  overflow: hidden;
  background: rgba(56, 50, 43, 0.75);
}

.tab-administration .item:hover .caption,
.tab-administration .featured-item .caption.open {
  transform: translateY(0);
  background: rgba(56, 50, 43, 0.75);
}

.tab-administration .featured-item .caption.open {
  padding-top: 2em;
}

.tab-administration .featured-item .arrow {
  margin-bottom: 1.5em;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  color: transparent;
  background: url('../img/arrow-right-white.png') no-repeat center center;
}

.tab-administration .featured-item .caption .flex-container {
  justify-content: space-between;
  margin-bottom: 5em;
}

.tab-administration .featured-item .caption h3,
.tab-administration .featured-item .caption h4 {
  margin: 0;
}

.tab-administration .featured-item .caption h4 {
  text-align: right;
}

.tab-administration .item .caption .name {
  font-size: 1.25em;
  margin-top: 0;
  margin-bottom: .15em;
}

.tab-administration .item .caption p {
  font-size: 0.9em;
}

.selected-description {
  font-size: 1.15em;
}


/*--Buscar tienda--*/
.directions-list .item {
  margin-bottom: 50px;
}
.directions-list-map .item {
  margin: 0 0 5px 0;
  padding: 15px;
  border: 1px solid #eee;
}
.directions-list .item.active {
  background: #eee;
}

.directions-list-map .item:hover {
  background: #f5f5f5;
}


.directions-list .item .verMapa {
  display: block;
  cursor: pointer;
  padding: 10px;
  margin-top: 8px;
  background: #eeeeee;
}

.directions-list .item.active .verMapa {
  color: #ef7536;
  background: #ffffff;
}

.directions-list .item a:focus {
  color: #696158;
}

.directions-list .item a:hover {
  color: #FFF;
  background: #ef7536;
}

.directions-list .item h3 {
  margin-top: 0;
  font-size: 1.1em;
  font-weight: bolder;
  margin-bottom: 5px;
}


.directions-list .item p {
  font-size: 1em;
  margin-bottom:0;
}

.directions-list .item span {
  font-weight: 600;
}

.map {
  display: block;
  height: 30em;
  width: 100%;
}



/*--Modal--*/
.modal-box .modal-content {
  height: 90vh;
  background: #696158;
  border-radius: 0;
  color: #FFF;
}

.modal-box .modal-header {
  float: left;
  width: 50%;
  height: 100%;
  border: none;
  background-image: url('https://placehold.it/800x800');
  background-size: cover;
  background-position: center;
}

.modal-box .modal-body {
  padding: 4em 2em 2em 2em;
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}

.modal-box button.close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
}

.modal-box .modal-title {
  line-height: normal;
  margin-bottom: 1em;
}

.modal-box button.close {
  opacity: 1;
  color: #FFF;
}

.titleContainerFlex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.titleContainerFlex__title {
  width: 75%;
}
.titleContainerFlex__title,
.article-list-v2 h2.titleContainerFlex__title,
.titleContainerFlex__search.search-v2,
.downloads-list h2.titleContainerFlex__title,
.downloads-list .titleContainerFlex__search.filters {
  margin: 0;
}

.titleContainerFlex__search,
.titleContainerFlex__search.search-v2,
.titleContainerFlex__search.filter-v2 {
  width: 25%;
  top: 0;
  transform: none;
}

.store-links__item {
  margin-bottom: 15px;
  display: block;
}
  .store-links__item img{
    margin: 0 auto;
  }

/*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/
.timeline-item {
  padding-left: 2.5em;
  position: relative;
}
.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE MARKER -----*/
.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}
.timeline-marker:before {
  background: #e0cfa2;
  border: 3px solid #FFF;
  border-radius: 100%;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  top: .25em;
  left: 0;
  width: 1em;
  transition: 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
  content: "";
  width: .25em;
  background: #ece5de;
  display: block;
  position: absolute;
  top: 1.5em;
  bottom: 0;
  left: .35em;
}
.timeline-item:last-child .timeline-marker:after {
  content: none;
}

/*----- TIMELINE CONTENT -----*/
.timeline-content {
  padding-bottom: 2.5em;
}

.timeline-content img {
  margin-bottom: 1em;
}
.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----------------------------------------------
    MOD: TIMELINE CENTERED
----------------------------------------------*/
@media (min-width: 768px) {
  .timeline-centered,
  .timeline-centered .timeline-item,
  .timeline-centered .timeline-info,
  .timeline-centered .timeline-marker,
  .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 2.5em;
    /*overflow: hidden;*/
    margin-top: -8em;
    width: 50%;
    clear: both;
  }
  .timeline-centered .timeline-item:first-child {
    margin-top: 0;
  }
  .timeline-centered > .timeline-item:nth-child(even) {
    float: right;
  }
  .timeline-centered > .timeline-item:nth-child(odd) {
    float: left;
  }
  .timeline-centered .timeline-item:nth-child(even) .timeline-marker {
    position: absolute;
    /*left: 50%;*/
    right: auto;
    left: 0;
    margin-left: -0.45em;
  }
  .timeline-centered .timeline-item:nth-child(odd) .timeline-marker {
    position: absolute;
    /*left: 50%;*/
    right: 0;
    left: auto;
    margin-right: -0.5em;
  }
  /*.timeline-centered .timeline-info,
  .timeline-centered .timeline-content {
    width: 50%;
  }*/
  .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 2em;
  }
  .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 2em;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 2em;
  }
  .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 2em;
  }

}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .animated {
  animation-duration: 2.5s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

/***AGREGADO POR JOSE***/
.single .gallery{
  /*height: 720px !important;*/
  overflow: hidden;
}

.single .flex-viewport {
  max-height: 700px !important;
}

#sliderGallery .caption-gallery {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  width: 100%;
  left: 0;
  background: rgba(56, 50, 43, 0.7);
}

#sliderGallery .caption-gallery .title-gallery {
  margin: 0;
  padding: .5em;
  color: #FFF;
  text-align: left;
  font-size: 2.25em;
}

span.imgDesarrollo {
    height: 300px;
    max-height: 300px;
    min-height: 300px;
    display: flex;
    overflow: hidden;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 1em;
    margin-top: 1em;
}

.pin_info{
  display: none;
}

#pin_1, #pin_2, #pin_3{
  cursor: pointer;
}

.historical-records i{
  font-size: 2em;
}

.caption-bar{
  background: #696158;
  color: #FFF;
  padding: .5em;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  position: relative;
  line-height: normal;
}

.tab-administration .row>.col-md-6:last-child{
  height: 40em;
  overflow-y: scroll;
}

.tab-info-corporativa .content-tab .h3 {
  margin-bottom: 1em;
}

.loader {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  transform: rotate(165deg);
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 0.1em;
  transform: translate(-50%, -50%);
}
.loader:before {
  animation: before 2s infinite;
}
.loader:after {
  animation: after 2s infinite;
}

#road .proyectos-investigacion .box:hover h3, #road .proyectos-investigacion .box.active h3 {
    z-index: 1;
}

#road .overlay-boxes .box img, #road .box h3 {
    z-index: 1;
}

#road .overlay-boxes .box:hover h3 {
    z-index: 1;
}


.tab-biodiversidad {
  margin: 20px 0px 20px 0px;
}

.tab-biodiversidad .nav-tabs-2 li a::before {
  display: block;
  text-align: center;
  font-size: 3em;
  font-family: 'icomoon' !important;
  margin-bottom: .25em;
}


.tab-biodiversidad .nav-tabs-2>li:first-child a::before {
  content: "";
  background-image: url(https://www.arauco.cl/chile/wp-content/uploads/sites/14/2019/02/biologicos.png);
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-biodiversidad .nav-tabs-2>li:nth-child(2) a::before {
  content: "";
  background-image: url(https://www.arauco.cl/chile/wp-content/uploads/sites/14/2019/02/culturales.png);
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-biodiversidad .nav-tabs-2>li:last-child a::before {
  content: "";
  background-image: url(https://www.arauco.cl/chile/wp-content/uploads/sites/14/2019/02/socioambientales.png);
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.selectBiodiversidad {
    border-radius: 20px;
    width: 40%;
    padding: 10px 10px;
    background: #fff;
    float: right;
    margin: 20px 20px;
    padding-left: 20px;
}

.lista {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tab-biodiversidad .lista:before {
    right: 37px;
    top: 2.5em;
    border-width: .3em .3em 0 .3em;
    border-color: #696158 transparent transparent transparent;
}

.lista:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .3em .3em 0 .3em;
    border-color: #696158 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
}

.tab-biodiversidad .lista::after {
    background: transparent;
}

.lista:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #f3f3f3;
    pointer-events: none;
}

.tab-biodiversidad .news-ver-mas {
    display: block;
    background-color: #bfb800;
    color: #696158 !important;
    width: 150px;

}

.noColor {
  background: none !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset !important; 
}

.title-cajas-bio {
    border: none !important; 
    font-size: 120% !important;
}

.visibleBio {
    display: flex;
    flex-wrap: wrap;
}

.ocultoBio {
  display: none;
}

#interest_tabs .active {
  background: #ddd;
}

.selectSCH {
    border-radius: 20px;
    width: 40%;
    padding: 10px 10px;
    background: #fff;
    float: right;
    margin: 20px 20px;
    padding-left: 20px;
}

.article-list-v2 .lista:before {
    right: 37px;
    top: 2.5em;
    border-width: .3em .3em 0 .3em;
    border-color: #696158 transparent transparent transparent;
}

.lista:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .3em .3em 0 .3em;
    border-color: #696158 transparent transparent transparent;
    z-index: 5;
    pointer-events: none;
}

.article-list-v2 .lista::after {
    background: transparent;
}

.lista:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #f3f3f3;
    pointer-events: none;
}

@keyframes before {
  0% {
    width: 0.2em;
    box-shadow: 1.15em -0.95em #bfb800, -1.15em 0.95em #696158;
  }
  35% {
    width: 2.5em;
    box-shadow: 0 -0.95em #bfb800, 0 0.95em #696158;
  }
  70% {
    width: 0.2em;
    box-shadow: -1.15em -0.95em #bfb800, 1.15em 0.95em #696158;
  }
  100% {
    box-shadow: 1.15em -0.95em #bfb800, -1.15em 0.95em #696158;
  }
}
@keyframes after {
  0% {
    height: 0.2em;
    box-shadow: 0.95em 1.15em #ea7701, -0.95em -1.15em #e0cfa2;
  }
  35% {
    height: 2.5em;
    box-shadow: 0.95em 0 #ea7701, -0.95em 0 #e0cfa2;
  }
  70% {
    height: 0.2em;
    box-shadow: 0.95em -1.15em #ea7701, -0.95em 1.15em #e0cfa2;
  }
  100% {
    box-shadow: 0.95em 1.15em #ea7701, -0.95em -1.15em #e0cfa2;
  }
}
/**
 * Attempt to center the whole thing!
 */
html,
body {
  height: 100%;
}

.loader {
  position: absolute;
  top: calc(50% - 1.25em);
  left: calc(50% - 1.25em);
}

.tabs-vertical .nav-vertical {
  height: 100%;
  justify-content: flex-start;
}

.boxForm {
  padding: 25px;
  background: url(../img/picto-arauco-3-white.png) no-repeat 100% 65% #696158;
  color: #fff;
  position: relative;
  margin-right: -25px;
  margin-left: -25px;
}
.productos-marca .boxForm {
  background-color: #ea7600;
}
  .form .boxForm__title {
    margin-top: 0;
    font-size: 1.25em;
    font-family: 'aauxpro_bold';
  }
  .boxForm .form-group {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
    position: relative;
  }
  .boxForm .form-group:hover {
    transform: translateY(-2px);
  }

  .boxForm .form-group:last-of-type {
    margin-right: 0;
  }
  .boxForm .form-group.button {
    width: 50%;
  }
    .boxForm .form-group .flex-container{
      align-items: center;
    }
    .boxForm .form-group .clear {
      position: absolute;
      top: 0;
      right: 5px;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: .4;
      width: 20px;
      background: #F3F3F3;
    }
    .boxForm .form-group.select .clear {
      right: 25px;
    }
      .boxForm.form .form-control {
        font-family: 'aauxpro_regular';
        height: 34px;
        font-size: 16px;
      }
      .boxForm__btn {
        background: #B1A705;
        color: #FFF;
        padding: 6px 12px;
        font-family: 'aauxpro_bold';
        font-size: 16px;
        margin-right: 10px;
        width: 100%;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
      }
      .boxForm__btn::after {
        content: none;
      }
      .productos-marca .boxForm__btn {
        background: #696158;
        color: #FFF;
        text-align: center;
        box-shadow: inset 0 -2px 0px #403b35;

      }
      .boxForm__btnBack {
        color: #FFF;
      }

.article-list-v2 .item--featured {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  margin: 0;
}
  .article-list-v2 .item--featured .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
  }
  .article-list-v2 .item--featured::after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: -moz-linear-gradient(bottom, rgba(105,97,88,1) 0%, rgba(105,97,88,0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(105,97,88,1) 0%,rgba(105,97,88,0) 100%);
    background: linear-gradient(to top, rgba(105,97,88,1) 0%,rgba(105,97,88,0) 100%);
    mix-blend-mode: multiply;
    z-index: 0;
  }
    .article-list-v2 .item--featured .title h3 {
      min-height: auto;
      margin: 0;
      z-index: 1;
      font-size: 2em;
      margin-bottom: 20px;
      padding: 0;
    }
    .article-list-v2 .item--featured .title .btn {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 10px;
      color: #B1A705;
    }
    .productos-marca .article-list-v2 .item--featured .title .btn {
      color: #ea7600;
    }
    .article-list-v2 .item .tag {
      position: absolute;
      top: 0;
      right: 0;
      background: #B1A705;
      padding: 6px 12px;
      color: white;
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'aauxpro_bold';
    }
    .productos-marca .article-list-v2 .item .tag {
      background: #ea7600;
    }

  .tag {
    background: #bab100;
    padding: 6px 12px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'aauxpro_bold';
    margin: 0 0 15px 0;
    display: inline-block;
    z-index: 1;
  }
  .productos-marca .tag {
    background: #ea7600;
  }
  .sidebar .tag {
    position: absolute;
    top: 0;
    right: 0;
  }
  .gallery-single {
    margin-bottom: 30px;
    float: left;
    width: 100%;
  }

  .sidebar.news-list h3 {
    min-height: auto;
  }

  #dondeComprar .form .form-group .select option{
    text-transform: uppercase;
  }

 .arrowinstagram .owl-nav {
    display: none;
  }


@media only screen and (min-width: 991px) {

  .arrowinstagram .owl-nav {
      display: unset;
  }
  
  .arrowinstagram .owl-prev {
   
    position: absolute;
    left: -8%;
    top: 37%;

  }

  .arrowinstagram .owl-prev img {
    transform: scaleX(-1);
  }

  .arrowinstagram .owl-next {
   
    position: absolute;
    right: -8%;
    top: 37%;
  }

}



/*.main-menu-desktop ul li .sub-menu {
    display: none;
    padding: 0;
    font-size: 85%;
    justify-content: center;
    align-items: center
}

.main-menu-desktop ul li .sub-menu .col-img,
.main-menu-desktop ul li .sub-menu .col-menu,
.main-menu-desktop ul li .sub-menu .col-menu ul {
    padding: 0
}

.main-menu-desktop ul li .sub-menu .col-menu li {
    display: block
}

.main-menu-desktop ul li .sub-menu .col-menu li a {
    padding: .75em 1.5em;
    display: block
}

.main-menu-desktop ul li .sub-menu .col-menu li a:hover {
    background: #696158;
    color: #FFF
}

.main-menu-desktop ul li:first-child .sub-menu .col-menu li a:hover {
    background: #ea7600;
    color: #FFF
}

.main-menu-desktop ul li:first-child .sub-menu {
    border-top: 1px solid #ea7600
}

.main-menu-desktop ul li:nth-child(2) .sub-menu .col-menu li a:hover {
    background: #bfb800;
    color: #696158
}

.main-menu-desktop ul li:nth-child(2) .sub-menu {
    border-top: 1px solid #bfb800
}

.main-menu-desktop ul li:last-child .sub-menu .col-menu li a:hover {
    background: #e0cfa2;
    color: #696158
}

.main-menu-desktop ul li:last-child .sub-menu {
    border-top: 1px solid #e0cfa2
}

.main-menu-desktop ul li.has-mega-menu:first-child .sub-menu ul li {
    width: 33.3%;
    float: left
}

.main-menu-mobile {
    position: relative;
    z-index: 99999
}

.main-menu-mobile:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    overflow: hidden
}

.main-menu-btn-icon:after,
.main-menu-btn-icon:before,
.main-menu-nav:before {
    content: ''
}

.main-menu-mobile .col-menu {
    padding: 0
}

.main-menu-nav {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #696158
}

.main-menu-nav,
.main-menu-nav>.has-mega-menu {
    position: static!important
}

.main-menu-nav .fa {
    font-size: .9em;
    width: 3em;
    line-height: 3em;
    text-align: center;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.main-menu-nav:before {
    display: block;
    height: 15px;
    font: 1px/1px sans-serif;
    overflow: hidden;
    background: #FFF
}

.main-menu-btn {
    float: right;
    position: relative;
    display: inline-block;
    width: 1.75em;
    height: 1.25em;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.main-menu-btn-icon,
.main-menu-btn-icon:after,
.main-menu-btn-icon:before {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #444;
    -webkit-transition: all .25s;
    transition: all .25s
}

.main-menu-btn-icon:before {
    top: -7px;
    left: 0
}

.main-menu-btn-icon:after {
    top: 7px;
    left: 0
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: 0 0
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cover figcaption,
.slider .owl-carousel .text {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%)
}

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px)
}

#main-menu-state:not(:checked)~.main-menu-nav {
    display: none
}

#main-menu-state:checked~.main-menu-nav {
    display: block
}

.main-menu-nav {
    z-index: 9999
}

.main-menu-nav,
.main-menu-nav li,
.main-menu-nav ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
    -webkit-tap-highlight-color: transparent
}

.main-menu-nav ul {
    display: none
}

.main-menu-nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .5)
}

.main-menu-nav li:last-child {
    border-bottom: none
}

.main-menu-nav a,
.main-menu-nav li {
    position: relative
}

.main-menu-nav a {
    display: block
}

.main-menu-nav a.disabled {
    cursor: not-allowed
}

.main-menu-nav:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.main-menu-nav,
.main-menu-nav *,
.main-menu-nav:after,
.main-menu-nav:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-menu-nav a,
.main-menu-nav a:active,
.main-menu-nav a:focus,
.main-menu-nav a:hover {
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    z-index: 99
}

.main-menu-nav ul li {
    border-bottom-color: rgba(255, 255, 255, .2)
}

.main-menu-nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .5)
}
*/

.valoresBr{
  display: none;
}

.valoresBr em{
  font-size: .7em;
}

.valoresBr span.valor{
  font-weight: bolder;
}

.hiddenNotiArt {
  display: none;
}


.qtranxs-available-languages-message{
  display: none;
}



/* SIDEBAR ADDED */
.submenu-solutions {
  display: block;
  min-height: 300px;
  background: #ff781d;
  padding: 30px;
  color: #FFF;
  margin-right: 10px;
}
.submenu-solutions:nth-child(2) {
  background: #62554d;
}
.submenu-solutions:nth-child(3) {
  background: #e4c99b;
}
.submenu-solutions:last-child {
  margin-right: 0px;
}
.submenu-solutions:nth-child(1) .btn {
  background: #ffffff;
  color: #565656;
}
.submenu-solutions:nth-child(2) .btn {
  background: #ff781d;
}
.submenu-solutions:nth-child(3) .btn {
  background: #ff781d;
}
.submenu-solutions:nth-child(2) .btn:hover {
  color: #FFF;
}
.submenu-solutions:nth-child(3) .btn:hover {
  color: #FFF;
}
.slider.margin-tb-medium {
    margin-top: 10px;
    margin-bottom: 10px;
}
#grand-categories h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 22px;
}
#grand-categories p {
  font-size: 15px;
  margin-bottom: 50px;
}
#last-articles {
  margin: 50px 0px;
}


#sidebar-ayuda h2 {
    font-size: 1em;
    font-weight: bold;
}
#sidebar-ayuda .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
    position: relative;
}
#sidebar-ayuda .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;    
}
#sidebar-ayuda .panel-title {
    font-size: .95em;
    font-weight: bold;
    color: #333;
    margin: 10px 0px;
    position: relative;
}
#sidebar-ayuda .panel-title .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
}
#sidebar-ayuda .panel-body {
    padding: 0px;
    padding: 0px 0px 15px 0px;
}
#sidebar-ayuda ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#sidebar-ayuda ul li {
    font-size: .9em;
    margin-top: 10px;
}
#sidebar-ayuda .fa, #sidebar-ayuda .fas {
    font-weight: 100;
    font-style: normal;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-bottom: 1px solid #ddd;
}
#sidebar-ayuda .panel-default {
    border-color: transparent;
}
#sidebar-ayuda .news-link {
  font-weight: bold;
  font-size: .9em;
  color: #333;
  position: relative;
  top: -10px;
}

.flexwrap {
  display: flex;
  flex-wrap: wrap;
}


@media screen and (min-width: 1301px) {
  .col-sm-4.submenu-solutions {
      width: 32.6%;
  }
}
@media screen and (max-width: 1300px) {
  .col-sm-4.submenu-solutions {
      width: 32.5%;
  }
  #grand-categories h2 {
    min-height: 50px;
  }
}
@media screen and (max-width: 1190px) {
  .col-sm-4.submenu-solutions {
      width: 32.3%;
  }
}
@media screen and (max-width: 900px) {
  .col-sm-4.submenu-solutions {
      width: 32.1%;
  }
}
@media screen and (max-width: 769px) {
  .col-sm-4.submenu-solutions {
      width: 100%;
      margin-bottom: 10px;
  }
}






