/*
Theme Name: csWPRespNaturalBranding
Theme URI: http://code.codesyntax.com
Version: 0.1
Author: Nagore Ruiz de Escudero
Tags: csWPNaturalBranding, customizr, wordpress
Template: customizr
 */

/*Inherit the default theme styles */
/*@import url(../customizr/style.css);*/

/*No shadow in texts*/
* {
    text-shadow: none !important;
    box-shadow: none !important;
  }


/* Make Header 'Sticky' */
@media (min-width: 768px){
.tc-header {
position:           fixed;
top:                0px;
background-color:   #fff;
background: none;
z-index:            100;
width:              100%;
max-height:         200px;
}


}

/* Make Header 'Sticky' */
@media (max-width: 768px){
.tc-header {
background-color:   #fff;
background-image: none !important;
}


}



body {
padding-top:        200px;
background: #fff;
}
/*Navbar*/
/* Remove Navbar box           */
.navbar .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
background:         none;
-webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
}

#tc-reset-margin-top{
    display: none !important;
}

/* START OF Change Featured Pages Zoom Effect to Square */
.round-div {
  border-radius: 0;
}
/* END OF Change Featured Pages Zoom Effect to Square */



.clearfix::after, .clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix::after {
    clear: both;
}
.hide-text {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.input-block-level {
    box-sizing: border-box;
    display: block;
    min-height: 30px;
    width: 100%;
}
a:focus {
    outline:0;
    outline-offset: 0;
}
a {
    color: #97c000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #768d44;
    text-decoration: underline;
}

blockquote {
    border-left: 5px solid #97c000;
}

.btn-link {
    border-color: transparent;
    border-radius: 0;
    color: #97c000;
    cursor: pointer;
}

.btn-link:focus, .btn-link:hover {
    background-color: transparent;
    color: #768d44;
    text-decoration: underline;
}

.btn-primary {
    background-color: #8da65a;
    background-image: linear-gradient(to bottom, #97c000, #768d44);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-primary.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled] {
    background-color: #768d44;
    color: #fff;
}
.btn-info {
    background-color: #bccd98;
    background-image: linear-gradient(to bottom, #cad7ad, #a8be79);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:focus, .btn-info:hover, .btn-info[disabled] {
    background-color: #a8be79;
    color: #fff;
}
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #768d44;
}
.btn-group.open .btn-info.dropdown-toggle {
    background-color: #a8be79;
}

.entry-header .btn, .archive-header .btn{
    background: #97c000;
    color: #fff;
    box-shadow: none;
    border: 0;
    font-weight: bold;
}

.entry-header .btn:hover, .archive-header .btn:hover{
    background: #666;

}

article.tc-grid .entry-header .btn{display:none;}

.carousel-control:focus, .carousel-control:hover {
    color: #97c000;
    opacity: 0.9;
    text-decoration: none;
}

.carousel-caption a.btn {
    position: relative;
    z-index: 99999999;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #99b361;
    background-image: linear-gradient(to bottom, #97c000, #92ae57);
    background-repeat: repeat-x;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}
.uneditable-input, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.uneditable-input:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus {
    border-color: #becf9c;
    box-shadow: 0 0 8px #becf9c;
    outline: 0 none;
}
input[type="checkbox"]:focus, input[type="file"]:focus, input[type="radio"]:focus, select:focus {
    outline: 5px auto #becf9c;
    outline-offset: -2px;
}
.navbar-link {
    color: #777;
}
.navbar-link:focus, .navbar-link:hover {
    color: #97c000;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #97c000;
    text-decoration: none;
}

aside{
    margin-bottom: 2em;
}

.navbar div > ul.nav > .menu-item:last-child > a {
    color: #000;
    line-height: 30px;
    padding-right: 20px;
    padding-left: 50px;
    background: #97c000 url(./images/carritob.png) no-repeat 15px 7px ;
    background-size: 26px auto;
}

.navbar div > ul.nav > .menu-item:last-child > :hover {
    background: #666;
    color: #fff;
    background: #666 url(./images/carrito.png) no-repeat 15px 7px;
    background-size: 26px auto;
}

.navbar .btn-navbar {
    background-color: #819a4c;
    background-image: linear-gradient(to bottom, #92ae57, #677c3c);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    color: #fff;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled] {
    color: #fff;
}
.navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown > a:hover .caret {
    border-bottom-color: #97c000;
    border-top-color: #97c000;
}
.navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #97c000;
}
.nav-list > .active > a, .nav-list > .active > a:focus, .nav-list > .active > a:hover {
    background-color: #97c000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-pills > .active > a, .nav-pills > .active > a:focus, .nav-pills > .active > a:hover {
    background-color: #97c000;
    color: #fff;
}
.nav .dropdown-toggle .caret {
    border-bottom-color: #97c000;
    border-top-color: #97c000;
    margin-top: 6px;
}
.nav .dropdown-toggle:focus .caret, .nav .dropdown-toggle:hover .caret {
    border-bottom-color: #768d44;
    border-top-color: #768d44;
}
a.thumbnail:focus, a.thumbnail:hover {
    border-color: #97c000;
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.tc-header {
    border-top: 5px solid #97c000;
}
.navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar:active, .navbar .btn-navbar:focus, .navbar .btn-navbar:hover, .navbar .btn-navbar[disabled] {
    background-color: #768d44;
    background-position: 0 -30px;
}
.navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li.current-menu-item > a, .navbar-wrapper .navbar h2, h2.site-description {
    color: #97c000;
}
.navbar .nav li.current-menu-ancestor > a .caret, .navbar .nav li.dropdown.current-menu-ancestor > a .caret, .navbar .nav li.dropdown.current-menu-item > a .caret, .navbar .nav li.dropdown.open.current-menu-ancestor > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav > li.current-menu-item > a .caret {
    border-bottom-color: #97c000;
    border-top-color: #97c000;
}
.dropdown-menu > li.current-menu-ancestor > a, .dropdown-menu > li.current-menu-item > a, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-submenu:focus > a, .dropdown-submenu:hover > a {
    color: #97c000;
}
.dropdown-menu > li.current-menu-ancestor > a::after, .dropdown-menu > li.current-menu-item > a::after, .dropdown-submenu:hover > a::after {
    border-left-color: #97c000;
}
a + span.tc-external::after {
    color: #97c000;
}

.sticky-enabled .navbar .navbar-inner {
    margin: 8px 5px 0;
    min-height: 35px;
}


table {
    border-bottom: 5px solid rgba(157, 182, 104, 0.5);
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}
th {
    border-bottom: 1px solid rgba(157, 182, 104, 0.5);
    font-weight: 700;
}
td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}
.widget h3::before {
    color: #97c000;
}
.archive .archive-header .format-icon::before, .search .search-header .format-icon::before {
    color: #97c000;
    line-height: 0.2em;
    opacity: 1;
}
.comments-link .tc-comment-bubble, .page-links button.btn, .social-block a:hover, .tc-carousel-control:focus, .tc-carousel-control:hover, .widget.widget_archive li::before, .widget.widget_calendar li::before, .widget.widget_categories li::before, .widget.widget_links li::before, .widget.widget_meta li::before, .widget.widget_nav_menu li::before, .widget.widget_pages li::before, .widget.widget_recent_comments li::before, .widget.widget_recent_entries li::before, .widget.widget_rss li::before {
    color: #97c000;
}

.tc-carousel-control {
    color: #fff;
    }
.comments-link .default-bubble::before {
    border: 2px solid #97c000;
}
.comments-link .tc-comment-bubble {
    border: 2px solid #97c000;
    color: #97c000;
}
.comments-link .custom-bubble-one::before {
    border-color: #97c000 transparent;
}
h3.assistive-text {
    color: #becf9c;
}
#footer #calendar_wrap table a {
    color: #97c000;
}
#wp-calendar th {
    background-color: #768d44;
    color: #fff;
}
footer#footer .colophon a.back-to-top {
    color: #97c000;
}
.tc-grid-border .tc-grid {
    border-bottom: 3px solid #97c000;
}

.tc-grid-icon::before {
    color: #97c000;
}

footer#footer {
    border-top: 2px solid #97c000;
}

.carousel-inner{
     border-bottom: 1px solid #97c000;
}

.carousel-caption {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    display: inline-block;
    line-height: 14px;
    margin-left: 0;
    max-width: 60%;
    padding: 1%;
    position: relative;
    vertical-align: middle;
    bottom: 0;
    text-align: left;
}

.carousel .item {
   line-height: 150px;
}

.carousel-caption h1, .carousel-caption p.lead {
color: #5a5a5a;
}

.navbar-wrapper .navbar .site-description {
    float: none;
    padding-right: 0;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.05em;
    font-size: 21px;
}

.menu-navigation-menu-container{
    text-align: center;
}

.tc-header {
    border-bottom: 2px solid #e9eaee;
   text-align: center;
}

.navbar .nav {
    display: inline;
    float: none;
    left: auto;
    margin: 0 auto;
    position: relative;
    font-size: 1.2em;
}

.navbar .nav > li {
    float: inline-block;
}

.navbar .nav > li {
    float: none;
    display: inline-block;
}

.navbar .nav > li a {
    font-size: 18px;
}

/*#google_language_translator, #language {
    clear:all;
    float: right;
    text-align: right;
   margin-right: 1em;
   position: absolute;
   right: 1em;
   top: 1em;
   z-index: 1000;
}
*/
.widget_polylang{
    clear:all;
    float: right;
    text-align: right;
    margin-right: 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1000;
}

.widget_polylang select{
   width: auto;
}

.tc-header .brand a.goog-logo-link {
    display: inline-block;
}

.sticky-enabled img.sticky{
    width: 160px;
    height: auto;
}

.sticky-enabled .navbar-wrapper .navbar .site-description{
    font-size: 18px;
    margin-right: 33%;
}


.sticky-enabled .menu-navigation-menu-container {
    margin-right: 33%;

}

.simple-section-nav ul{
    margin-left:0;
    margin-right: 2em;
}

.simple-section-nav ul ul{
    margin-left:1em;
    margin-right: 0;
}

.simple-section-nav ul ul li{
    border-bottom: 0;
}

#main-wrapper .widget li {
    line-height: 110%;
}

#main-wrapper .widget li a {
    padding: 7px 0 7px;
    display: block;
    font-size: 16px;
}

#main-wrapper .three .widget li a {
    font-size: 20px;
}

#main-wrapper .widget li a:hover {
    text-decoration:none;
}

#main-wrapper .widget li {
    border-bottom: 1px solid #eee;
    line-height: 25px;
    position: relative;
}

.featurette-divider {
    clear: both;
    margin: 35px 0;
}

#main-wrapper .widget li li{
    border-bottom: 0;
    line-height: 25px;
    position: relative;
}

p, .entry-content ul li, .entry-content ol li{
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 20px;
}

.simple-section-nav ul li{
    font-weight: bold;
}

.simple-section-nav ul li li{
    font-weight: normal;
}

/***********home***********/
/*.tc-solid-color-on-scroll.sticky-enabled .navbar-inner, */.tc-solid-color-on-scroll.sticky-enabled .tc-header {
    background: url(images/headertel.png) no-repeat right 5px #fff;
}

.tc-header{
    background: url(images/headertel.png) no-repeat right 20px #fff;
    border-bottom: 2px solid #97c000;
}



.sticky-enabled .tc-header {
    border-bottom: 2px solid #97c000;
}

.sticky-enabled .nav-collapse{
    float: left;
}




#main-wrapper .homepage-content{
    padding: 2em 0;
    display: block;
    text-align: center;
}

#main-wrapper .homepage-content h2{
    color: #97c000;
}


#main-wrapper .one{
   text-align: center;
   padding-bottom: 0;
}

#main-wrapper h2{
   background: url(./images/title.png) no-repeat bottom center;
   margin-bottom:0 !important;
   padding-bottom: 1em;
}

#main-wrapper .entry-content h2{
   background: none!important;
   margin-bottom:0 !important;
   padding-bottom: 1em;
}
.four p{
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    text-align: center;
    background: #666;
    color: #fff;
    font-size: 1.3em;
}

.four {
   border-bottom: 1px solid #97c000;
}

.servicio{
    background: url(./images/featured02.png) no-repeat top center;
    padding-top: 175px;
}

.diseño{
    background: url(./images/featured01.png) no-repeat top center;
    padding-top: 175px;
}

.ideas{
    background: url(./images/featured03.png) no-repeat top center;
    padding-top: 175px;
}
.logistica{
    background: url(./images/featured04.png) no-repeat top center;
    padding-top: 175px;
}

#main-wrapper .one h3{
   text-transform: uppercase;
   font-family: "Raleway";
   color: #97c000;
   font-weight: bold;
   font-size: 20px;
    /*background: #97c000;*/
    color: #fff;
    display: inline-block;
    padding: 5px 40px;
}

#main-wrapper .one h2{
  margin: 0 0 35px;
}

#main-wrapper .one .action p{
  font-size: 1.2em;
  padding: 5px 20px;
  background: #666;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  margin-top: 2em;
}


#main-wrapper .one .action strong{
  font-size: 140%;
  font-weight: bold;
}

#main-wrapper .two{
   padding: 3em 0 4em;
}

#main-wrapper .three{
    background: #fafafa;
    border-top: 1px solid #97c000;
}

.widget_recent_entries{
    width: 60%;
    margin: 0 auto;
}

#main-wrapper .widget_recent_entries .widget li a {
    display: block;
    padding: 15px;
}

.widget_recent_entries li a{
    font-size: 20px;
}


.tree h2{
    color: #97c000;
    margin: 1em 0 0.5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
}

#custom_post_widget-7{
    margin-left: 15px;
}
