@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('../fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TrajanPro-Regular.otf')  format('opentype'),
       url('../fonts/TrajanPro-Regular.woff') format('woff'), 
       url('../fonts/TrajanPro-Regular.ttf')  format('truetype'), 
       url('../fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.wrapper {
    display: flex;
    align-items: stretch;
    width:100%;
    margin-right: 0;
}
.bg-light{
    background-color: #396a08 !important;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/*boton destacado*/
.bases-btn {
    font-family: 'TrajanPro-Regular';
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #e09711;
    color: #fff;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    z-index: 10;
    -webkit-border-radius: 30px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
/*efecto hover al boton destacado*/
.bases-btn:hover {
    background-color: #fff;
    color: #e09711;
    border: 1px solid #e09711;
}
/*que en version mobil el boton se vea igual que em web centrado y en el centro en relacion a la altura*/
@media (max-width: 768px) {
    .bases-btn {
        margin-top: 50%;
    }
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    background: #396a08;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 60px;
    max-width: 60px;
    text-align: center;
}

#sidebar.active .sidebar-header h3{
	display: none;
}
#sidebar.active ul li a.redes{
	padding: 0;
}
#sidebar ul li a.redes:hover{
	background: transparent;
}
ul.CTAs{
	position: absolute;
    bottom: 0;
    width: 100%;
}
#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #396a08;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #c2ff85;
    background: transparent;
}
.svg-inline--fa.fa-w-14{
    width: 100%;
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: transparent;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3{
        display: none;
    }
    #sidebar .CTAs {
        display: block;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}




.bgimage {
  width:100%;

}
.bgimage h1 {
  color: #fff;
  font-family: 'TrajanPro-Regular';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  font-size: 1.5rem;
    margin: 1rem 0;
}
.footer{
    background-color: #1b2212;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    font-size: .8rem;
}

.jugos {
  width:100%;
  background: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
.jugosm {
  width:100%;
  background: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
}
#pills-tab{
    position: relative;
}
#pills-tab::after{
    content: '';
    height: 2px;
    background: #e3b68b;
    position: absolute;
    bottom: 0;
    width: 90%;
    left: -50%;
    right: -50%;
    margin-left: auto;
    margin-right: auto;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #101a0a;
    background-color: #e3b68b;
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
    font-size: .8rem;
    border-radius: 35px;
    padding: 0;
}
.nav-pills .nav-link img{
	width: 70px;
}
.nav-pills .nav-link{
    color: #e3b68b;
    background-color: transparent;
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
    font-size: .8rem;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
.tab-pane .prod{
    max-height: 450px;
}
.tab-pane h2{
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
    color: #e3b68b;
    font-size: 2rem;
    padding-top: 2rem;
}
.tab-pane h3{
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
    color: #e3b68b;
    padding-top: 0.5;
    font-size: 1.5rem;
    line-height: 1;
}
.tab-pane h3 span{
    font-size: 1rem;

}
.tab-pane h1{
    font-family: 'TrajanPro-Regular';
    text-transform: uppercase;
    color: #fff;
    font-size: 2rem;
    padding-top: 2rem;
}
.tab-pane p{
    color: #fff;
    padding-top: 0;
    font-family: 'TrajanPro-Regular';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #fff;
}


.item-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  
  background: rgba(57,106,8,0.8);
  color: #fff;
  overflow: hidden;
  text-align: center;
  padding: 30px;
  /* fix text transition issue for .left and .right but need to overwrite left and right properties in .right */
  width: 100%; 
  
  -moz-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
/*
…but this hide it
*/
.item-overlay.top {
  top: 100%;
}
.svg-inline--fa{
    background: #396a08;
    position: absolute;
    top: -17px;
    padding: 0 6px;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 60%;
    line-height: 1;
    width: 30px !important;
    height: 30px;
    left: -50%;
    right: -50%;
    margin-left: auto;
    margin-right: auto;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .pt-md-6, .py-md-6 {
        padding-top: 6rem!important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bgimage h1 {
        font-size: 2.5rem;
    }
    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }
    .wrapper {
        display: flex;
        align-items: stretch;
        width: calc(100% - 80px);
        margin-right: 80px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
       color: #101a0a;
        background-color: #e3b68b;
        border: 2px solid #e3b68b;
        font-family: 'TrajanPro-Regular';
        text-transform: uppercase;
        font-size: 1.5rem;
        border-radius: 35px;
        padding: 0;
    }
    .nav-pills .nav-link{
        color: #e3b68b;
        background-color: transparent;
        font-family: 'TrajanPro-Regular';
        text-transform: uppercase;
        font-size: 1.5rem;
    }
    .tab-pane .prod{
        max-height: 850px;
    }
    .tab-pane h1 {
        font-family: 'TrajanPro-Regular';
        text-transform: uppercase;
        color: #fff;
        font-size: 3rem;
        padding-top: 2rem;
    }
    .tab-pane p{
        color: #fff;
        padding-top: 1.5rem;
        font-size: .9rem;
    }
    #pills-tab::after{
        content: '';
        height: 2px;
        background: #e3b68b;
        position: absolute;
        bottom: 0;
        width: 60%;
        left: -50%;
        right: -50%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}