/*
Azul: #2b3a64;
*/

.logo img, .sticky-menu .header .logo img, .header-area:hover .logo img, .header-2 .logo img, .header-6 .logo img {
    filter: none;
    max-width: 100%;
}

.main-menu ul li > a {
    color: #2b3a64;
    padding: 10px 0;
    font-weight: 300;
}

.sticky-menu .header a, .header-area:hover a, .header.header-2 a, .header.header-6 a {
    color: #2b3a64;
}

.search-bar {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    border-radius: 20px;
    margin-top: 10px;
    padding: 0 10px;
}

input.search-input {
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
    padding: 5px;
    border: 0;
}

:focus {
    outline: 0;
}

body {
    padding-top: 100px;
}

.search-header .search-container {
    position: absolute;
    width: 47%;
    background: #ffffff;
    margin-top: 5px;
    padding: 5px;
    z-index: 100;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.search-container-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.search-container-content-products {
    padding: 0 10px;
    max-height: 400px;
    overflow: auto;
}

.search-item {
    line-height: 1.2;
    padding: 4px;
}

.search-item:hover {
    background: #f1f1f1;
}

.main-menu ul li > a:hover::before, .main-menu ul li > a:hover a.active::before {
    background: #2b3a64;
}

.main-menu ul li > a::before {
    bottom: 5px;
}

.main-menu ul li:hover > a {
    color: #2b3a64;
}

.blue {
  color: #2b3a64 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.slider-4 .slider-content {
    left: 0;
}

.slick-dots li {
    width: 11px;
    height: 11px;
    background: #ffffff;
    opacity: 1;
    border: 1px solid #b1b1b1;
}

.slick-dots li.slick-active {
  background-color: #b1b1b1;
}

.slider-4 .slick-dots {
  bottom: -30px;
}

.slick-dots li.slick-active::before {
  display: none;
}

.footer-area {
  background-color: #595857;
  color: #ffffff;
}

.top-footer {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.footer-widget:not(.footer-widget-end) {
    border-right: 1px solid #ffffff;
    height: 100%;
}

.footer-widget {
  padding-top: 20px;
}

.widget-area li, .widget-area li a, .widget-area p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 300;
}

.footer-widget h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ffffff;
}

.icon-side {
  position: fixed;
  right: 15px;
  bottom: 5%;
  z-index: 1000;
}

.icon-side a img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: all .5s;
}

.icon-side a img:hover {
  width: 55px;
  height: 55px;
}

.mean-container .mean-nav {
    background: #fff;
}

.mean-container .mean-nav ul li a {
    color: #2b3a64;
}

.header a.mobile-menubar {
    font-size: 20px;
    color: #2b3a64;
    position: absolute;
    top: 0;
}

.title {
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
    color: #2b3a64;
    padding-bottom: 10px;
    line-height: 1;
    padding-left: 5px;
    font-weight: 600;
}

.title span {
  font-weight: 300;
}

h2.title {
    font-size: 30px;
}

h4.title {
    font-size: 24px;
    margin-bottom: 10px;
}

.categories-list li a {
  font-weight: 300;
  color: #2b3a64;
  transition: all .3s;
  font-size: 15px;
    line-height: 1.1;
    padding-bottom: 5px;
}

.categories-list li a:hover {
  color: #de0f14;
  font-weight: 600;
}

.btn-float-quote {
  position: fixed;
  right: 75px;
  bottom: 5%;
  z-index: 1001;
}

.btn-float-quote  a img {
  height: 50px;
  width: auto;
  transition: all .5s;
}

.btn-float-quote  a img:hover {
  height: 55px;
}

.products .single-product-img img {
    padding: 10px 15px;
    height: 150px;
    max-height: 150px;
    object-fit: contain;
    object-position: top;
}

.products h5.product-name {
    text-align: center;
    font-weight: 400;
    color: #2b3a64;
    font-size: 16px;
    margin: 0;
}

.products h5.product-name span.id {
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 5px;
}

.products .product-price span {
    text-align: center;
    width: 100%;
    font-weight: 600;
    color: #2b3a64;
    display: block;
}

.title .dropdown {
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #b1b1b1;
}

.title .dropdown button {
    border: 0;
    background: transparent;
    font-size: 26px;
    font-weight: 600;
    color: #b1b1b1;
}

.title .dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: initial;
    content: "\f078";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 15px;
}

.title .dropdown a.dropdown-item:hover {
    color: #2b3a64;
}

.product-view-info h3 {
    color: #2b3a64;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
}

.product-left-img-info .price span {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    color: #b1b1b1;
    line-height: 1;
}

.border-r {
  border-right: 1px solid #c5c5c5;
  height: 100%;
}

.product-description ul {
  color: #b1b1b1;
  font-weight: 400;
  margin-bottom: 20px;
}

.product-description h5 {
  color: #2b3a64;
  margin-bottom: 0;
  font-weight: 600;
}

.modal-title {
  color: #2b3a64;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal-title h2 {
    font-size: 25px;
    line-height: 1;
    margin-left: 10px;
    border-left: 1px solid #2b3a64;
    padding-left: 10px;
    font-style: italic;
    color: #2b3a64;
    height: 100%;
    margin-bottom: 0;
}

.modal-content {
    border-radius: 20px;
    border: 0;
}

.modal-form {
    padding: 0 30px;
}

.modal-form .form-control {
    padding: 5px 10px;
    color: #2b3a64;
    font-weight: 600;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
    margin-bottom: 15px;
}

.modal-form .form-control::placeholder {
    color: #2b3a64;
    font-weight: 400;
}

.btn.btn-primary {
    color: #ffffff;
    background: #2b3a64;
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
    border: 2px solid #2b3a64;
}

.btn.btn-primary:hover {
  padding: 10px 20px;
  color: #2b3a64;
  background: #ffffff;
}

.btn.btn-primary-outline {
    color: #2b3a64;
    background: #ffffff;
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    transition: all .3s;
    border: 2px solid #2b3a64;
}

.btn.btn-primary-outline:hover {
  padding: 10px 20px;
  color: #ffffff;
  background: #2b3a64;
}

.product-description p {
    color: #222222;
    line-height: 1.4;
    text-align: justify;
}

.modal {
    z-index: 9999;
}
.single-brand{
    padding-bottom: 0px;
}


@media screen and (max-width: 767px) {
  .search-bar {
    width: auto;
  }
  .footer-widget {
    border-right: 0 !important;
    padding: 15px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .modal-content {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
  }
  .modal-form {
    padding: 0;
  }
  .border-r.border-r-sm-0 {
    border-right: 0;
  }
  
  .search-header .search-container {
    width: 95%!important;
}
.logo-mobil{
    display: block!important;
}
.ul-menu-pisa{
    display: block!important;
}
.meanmenu-reveal{
    display: none!important;
}
.brand-logo-area{
    display:none;
}
.slider-area{
    display:none;
}
.footer-widget{
    text-align: center;
}
.btn-float-quote{
    display: none;
}
.displayNoneMovil{
    display: none;
}
.marginTopMovil{
    margin-top: 10px;
    border: none!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
}
.displayMOVIL{
    display: block!important;
}
.displayPC{
    display: none!important;
}
}
