﻿
body {
    /*    visibility: visible !important;
*/ overflow-x: hidden !important;
    font-family: "Inter", "Poppins", "Segoe UI", sans-serif;

}
body::-webkit-scrollbar {
    height: 5px;
    width: 7px;
}
body::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px #243949;
}
body::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #243949;
}
.nav-menu::-webkit-scrollbar {
    height: 5px;
    width: 2px;
}
.nav-menu::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px #243949;
}
.nav-menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #243949;
}
/*Header principal*/
header {
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  background-color: #0F172A;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 200;
  color: #fff;
/*  text-shadow: 0px 0px 2.5px rgba(0, 0, 0, 0.5);
*/}
ul, ol {
  margin-bottom: 0px;
}
/*Espacio en responsivo*/
.row {
     margin-right: 0px !important; 
    margin-left: -15px;
}
/*******/
/*Header buscador*/
.nav-header {
    display: flex;
    align-items: center;
    background: #F4F1EC;
    width: 100%;
    position: relative;
    justify-content: space-between;
    text-align: center;
    padding: 15px 30px;
}
/*.icon-header {
    width: 10%;
    height: 10%;
}*/
.nav-header .icon-header .img_header{
 filter: drop-shadow(0 0 10px rgb(253, 254, 254));
    width: 150px;
   /* height: 100%;*/
    object-fit: contain;
    cursor: pointer;
}
.nav-header .shopping-heart {
    display: flex;
    list-style: none;
    width: 20%;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
    margin: auto 0;
}
.nav-header .cart-heart a {
  color: #c00000;
  font-size: 20px;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 15px;
}
.nav-header .cart-heart:hover i {
  color:#c00000;
}
.nav-header .cart-shopping i{
   transition: all ease-in-out 0.5s;
    color: #c00000;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 5px 10px;
}
.nav-header .cart-shopping:hover i{   
   transition: all ease-in-out 0.5s;
    color: #c00000;
}
/*.nav-header .search_box {
    display: flex;
    margin: auto 0;
    height: 35px;
    line-height: 35px;
}
.nav-header .search_box > input {
     border: none;
     outline: none;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
     color: white;
     background: transparent;
     height: 100%;
     padding: 0 10px;
     font-size: 20px;
     width: 350px;
     border-radius: 15px 0 0 15px;
     border: 1.5px solid #ccc;
}
.nav-header .search_box > input:focus {
     border: 2px solid #fff;
}
.nav-header .search_box > span {
     transition: all ease-in-out 0.5s;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
     color: black;
     font-size: 20px;
     background: transparent;
     height: 100%;
     width: 35px;
     padding: 2px 2px 4px 0;
     position: relative;
     cursor: pointer;
     z-index: 1;
     align-items: center;
     justify-content: center;
     display: flex;
     text-align: center;
     border-radius: 0 15px 15px 0;
     border: 1.5px solid #ccc;
     color: #fff;
}
.nav-header .search_box > span:hover {
    transition: all ease-in-out 0.5s;
    background: #c00000;
    color: #fff;
}
.nav-header .search_box > span:hover::after{
  width: 100%;
}*/
/*Buscador lupa*/
.modern-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 6px 10px;
/*  max-width: 900px;
*/  width: 80% !important;
  height: 10%;
  margin-left: 18% !important;
  transition: all 0.3s ease;
}

.modern-search:focus-within {
  border-color: #c00000;
  box-shadow: 0 0 6px rgba(192, 0, 0, 0.3);
}

.modern-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 15px;
  color: #333;
  background: transparent;
  padding: 8px 10px;
}

.modern-input::placeholder {
  color: #aaa;
}

.modern-btn {
  border: none;
  outline: none;
  background: #c00000;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.modern-btn:hover {
  background: #a30000;
  transform: scale(1.05);
}

.modern-btn i {
  font-size: 16px;
}

/* 📱 Responsive */
@media (max-width: 600px) {
  .modern-search {
    max-width: 100%;
    padding: 5px 8px;
  }

  .modern-input {
    font-size: 14px;
    padding: 6px 8px;
  }

  .modern-btn {
    width: 32px;
    height: 32px;
  }

  .modern-btn i {
    font-size: 14px;
  }
}

/*Provincia select*/
#bodegaSelect {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
    outline: none;
    border-radius: 5px;
}
/*Responsive*/
@media screen and (max-width:800px){
.nav-header{
  display: block;
  padding: 0; 
}
.nav-header .icon-header {
  display: inline-block;
  padding: 30px 20px;
  float:left;
}
.nav-header .search_box{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  margin-bottom:15px;    
}
.nav-header .search_box > input{
  width: 90%
}
.shopping-heart {
  display: block;
  position: absolute !important;
  top: 28px;
  right: 0px;
  cursor: pointer;   
}
 }
@media screen and (max-width:494px) {
    #bodegaSelect {
        width: 79px;
        font-size: 11px;
    }
}
/*Header buscador*/
.Header2 {
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-color: rgb(2, 23, 43);
  text-decoration: none;
  padding: 20px 0;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 200;
  color: #fff;
  text-shadow: 0px 0px 2.5px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.wrapper {
  position: absolute;
}
.wrapper ul li {
  list-style: none;
}
.wrapper ul li {
  width: 30px;
  height: 30px;
  line-height: inherit;
  margin: 0 8px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #E2E8F0;
  float: left;
  transition: all 0.5s ease;
}
.wrapper ul li .fa {
  color: #dBe2dc;
  margin: 0;
  width: 17.5px;
  height: 17.5px;
  margin-top: 3px;
  transition: all 0.5s ease;
  font-size: 14px;
  align-items: center;
}
.wrapper ul li:hover.facebook {
  border: 5px solid #3b5998;
  box-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-facebook {
  color: #3b5998;
  text-shadow: 0 0 15px #3b5998;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.instagram {
  border: 5px solid #bc2a8d;
  box-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-instagram {
  color: #bc2a8d;
  text-shadow: 0 0 15px #bc2a8d;
  transition: all 0.5s ease;
}
.wrapper ul li:hover.whatsapp {
  border: 5px solid #4dc247;
  box-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
.wrapper ul li:hover .fa-whatsapp {
  color: #4dc247;
  text-shadow: 0 0 15px #4dc247;
  transition: all 0.5s ease;
}
@media screen and (max-width:1000px){
.col-md-3 {
   display: none;
 }
}
@media(max-width: 912px) {
    .icon-header {
        width: 40% !important;
        height: 58% !important;
    }
    .nav-header .search_box > span {
        margin-top: 12px;
    }
    .nav-header .search_box > input {
        margin-top: 12px;
    }
    .nav-header {
        height: 100px;
    }
    .nav-header .search_box > input {
        width: 60%;
    }
    .nav-header .shopping-heart {
        padding: 8px;
    }
    header {
        font-size: 8px;
    }
}
@media screen and (max-width:500px) {
    .nav-header {
        height: 220px;
    }
    .modern-search {
        height: 22%;
        margin-left: 10% !important;
    }
}
 /*Empieza usuario*/
.bienvenido a {
    cursor: pointer;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
}
.bienvenido :hover {
    color: #c00000;
    transition: all ease-in-out 0.5s;
}
.bienvenido2{
    margin-left: 10px;
    margin-right: 10px;
}
.bienvenido2 a:hover {
    color: #ccc;
    text-decoration: none;
}
/*Registro e inicio*/
.registro-cierre {
    float: right;
}
.registro-cierre i {
    font-size: 20px;
    position: relative;
    cursor: pointer;
    z-index: 15;
    transition: 0.3s;
}
.registro-cierre i:hover {
    transform: rotate(90deg);
    color: #c00000;
}
#registro {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 5;
    display: none;
}
#registro2 {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 1;
    display: none;
}
.registro-h1 {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 7px;
    color: #000;
    margin-left: 40%;
}
.registro-h1::after {
    content: "";
    position: absolute;
    height: 3px;
    border-radius: 3px;
    background-color: #c00000;
    width: 50px;
    left: 0;
    bottom: 0;
}
.registro-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 6px;
    margin-bottom: 15px;
  /* margin-left: 14%;*/
    border: 1px solid #ccc;
    outline: none;
    border-radius: 1px;
}
.registro-input:focus {
    border-color: #c00000;
    border-bottom-width: 2px;
}
.acuerdo {
    text-align: center;
    margin-bottom: 15px;
    font-size: 10px;
    color: #000;
}
.acuerdo a {
    text-decoration: none;
    cursor: pointer;
}
.registro-registrarse {
    display: block;
    margin: auto;
    width: 90%;
    height: 40px;
    background: #d74c4c;
    background: -webkit-linear-gradient(to right,#c00000, #813e3e);
    background: linear-gradient(to right,#c00000, #813e3e);
    border: none;
    cursor: pointer;
    border-radius: 20px;
    color: #fff;
}
.registro-registrarse:hover {
    background: -webkit-linear-gradient(to right, #813e3e, #c00000);
    background: linear-gradient(to right,#813e3e,#c00000);
}
.registro-acceso {
    text-align: center;
    color: #000;
}
.registro-redes {
    text-align: center;
}
.registro-redes a {
    margin: 5%;
    font-size: 25px;
}
.acceso-facebook {
    color: #657786;
}
.acceso-facebook:hover {
    color: #3b5998;
}
.acceso-google {
    color: #657786;
}
.acceso-google:hover {
    color: #db4a39;
}
.acceso-twitter {
    color: #657786;
}
.acceso-twitter:hover {
    color: #1DA1F2;
}
.acceso-apple {
    color: #657786;
}
.acceso-apple:hover {
    color: #14171A;
}
/*InicioSesion*/
#inicioSesion {
    position: absolute;
    min-width: 280px;
    max-width: 30%;
    width: 30%;
    top: 34.5%;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 15px;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.3);
    background-color: rgba(255,255,255,1);
    backdrop-filter: blur(1rem);
    border-radius: 5px;
    color: #919191;
    z-index: 1000 !important;
    display: none;
}
.registro-olvido {
    text-align: center;
}
.registro-olvido a {
    text-decoration: none;
    font-weight: bolder;
}
.select-btn {
    display: inline-block;
    font-size: 20px;
    margin-left: 20px;
}
.select-btn:hover {
    color: #c00000;
}
   /* mail y phone*/
.select-container {
    display: inline-block;
    float: right;
    margin: 0 15px;
    padding: 5px 0;
}
.mail-header,
.phone-header {
    display: inline-block;
}
.mail-header{
    margin-right: 20px;
}
.mail-header > i{
    font-size: 15px;
}
.mail-header .mail-contact{
    font-size: 11px;
}
.mail-header .mail-contact:hover {
    color: #c00000;
}
.phone-header > i{
    font-size: 15px;
}
.phone-header label{
    font-size: 11px;
}
.select-container .select-box {
    border-radius: 15%;
    background: black;
    border: transparent;
    color: #fff;
    padding: 5px 0;
} 
/*Menu*/
.container__main {
    width: 100%;
    left: 0;
    z-index: 99;
}
body.hidden-scrolling{
    overflow-y:hidden;
}
.menu{
    list-style:none;
    margin:0;
    padding:0;
}
.menu_item a{
    text-decoration:none;
}
.container_main_logo {
    background: linear-gradient(to bottom, #c00000, #8b0000);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.logo_menu {
    padding: 0 15px;
}
.logo_menu > a {
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
}
.container_main_logo > .nav_menu {
    padding: 0 30px;
}
.nav_menu > .menu > .menu_item {
    display: inline-block;
    margin-left: 40px;
    position:relative;
}
.nav_menu > .menu > .menu_item > a {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    transition: all 0.3s ease;
}
.nav_menu > .menu > .menu_item > a .plus{
    display:inline-block;
    height:12px;
    width: 12px;
    position:relative;
    margin-left:5px;
    pointer-events:none;
} 
.nav_menu > .menu > .menu_item > a .plus:before,
.nav_menu > .menu > .menu_item > a .plus:after{
    content:'';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    background-color: #fff;
    height: 2px;
    width: 100%; 
    transform: translate(-50%, -50%);
    transition:all 0.3s ease;
}
.nav_menu > .menu > .menu_item:hover > a .plus:before,
.nav_menu > .menu > .menu_item:hover > a .plus:after {
    background-color:#000;
}
.nav_menu > .menu > .menu_item > a .plus:after{
    transform: translate(-50%, -50%) rotate(-90deg);
}
.nav_menu > .menu > .menu_item > .sub-menu > .menu_item > a:hover{
    color: #c00000;
}
.nav_menu > .menu > .menu_item:hover > a {
    color: #000;
}
.nav_menu > .menu > .menu_item > .sub-menu{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    width: 121px;
    position:absolute;
    left:0;
    top:100%;
    background-color: #ffff;
    z-index:1;
    padding: 10px 0;
    border-top: 3px solid #c00000;
    transform: translateY(10px);
    transition: all 0.3s ease;
    opacity:0;
    visibility:hidden;
}
@media(min-width: 992px){
.nav_menu > .menu > .menu-item-has-children:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.nav_menu > .menu > .menu-item-has-children:hover a .plus:after {
    transform: translate(-50%, -50%) rotate(-0deg);
 }
}
.nav_menu > .menu > .menu_item > .sub-menu > .menu_item {
    display: block;
}
.nav_menu > .menu > .menu_item > .sub-menu > .menu_item > a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
    text-transform: capitalize;
}
.open-nav-menu{
    height:34px;
    width:40px;
    margin-right:15px;  
    display:none;
    align-items: center;
    justify-content:center;
    cursor:pointer;
}
.open-nav-menu > span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #fff;
    position: relative;
}
.open-nav-menu > span:before,
.open-nav-menu > span:after{
    content: '';
    position: absolute;
    left:0;
    width:100%;
    height:100%;
    background-color: #fff;
    box-sizing:border-box;
}
.open-nav-menu > span:before{
    top:-7px;
}
.open-nav-menu > span:after{
    top: 7px;
}
.close-nav-menu{
    height:40px;
    width:40px;   
    margin: 0 0 15px 0px;
    cursor:pointer;
    display:none;
    align-items:center;
    justify-content:center;
} 
.close-nav-menu .close_menu{
    font-size:20px;
    color:#fff;
}
.close-nav-menu .close_menu:hover{
    color:#c00000;
}
.menu-overlay {
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity:0;
    transition: all 0.3s ease;
}
.menu-overlay.active{
    visibility:visible;
    opacity:1;
}
  /*Responsive*/
@media(max-width: 1115px) {
.nav_menu > .menu > .menu_item {
    display: inline-block;
    margin-left: 25px;
    position: relative;
 }
}
@media(max-width: 1100px) {
 .nav_menu > .menu > .menu_item {
    display: inline-block;
    margin-left: 23px;
    position: relative;
 }
}
@media(max-width: 1078px) {
.nav_menu > .menu > .menu_item {
    display: inline-block;
    margin-left: 20px;
    position: relative;
 }
}
@media(max-width: 1054px) {
.nav_menu > .menu > .menu_item {
    display: inline-block;
    margin-left: 18px;
    position: relative;
 }
}
@media(max-width: 1039px) {
.nav_menu {
    position:fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0px;
    overflow-y: scroll;
    background-color: #222222;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;  
}
.nav_menu.open {
    visibility: visible;
    right: 0;  
}
.nav_menu > .menu > .menu_item{
    display:block;
    margin:0;
}
.nav_menu > .menu > .menu-item-has-children > a{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.nav_menu > .menu > .menu_item > .sub-menu{
    width:100%;
    position:relative;
    opacity:1;
    visibility:visible;
    border:none;
    background-color: transparent;
    box-shadow:none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: auto;
    max-height: 0;
    overflow:hidden;
}
.nav_menu > .menu > .menu_item > a{
    color:#fff;
    padding: 12px 15px;
    border-bottom: 1px solid #333333;
}
.nav_menu > .menu > .menu_item:first-child > a{
    border-top: 1px solid #333333;
}
.container_main_logo > .nav_menu{
    padding: 0; 
}
.close-nav-menu,
.open-nav-menu{
    display:flex;
}
.nav_menu > .menu > .menu_item > .sub-menu > .menu_item > a{
    padding: 12px 45px;
    color: #fff;
    border-bottom: 1px solid #333333;
}
.nav_menu > .menu > .menu_item > a .plus:before,
.nav_menu > .menu > .menu_item > a .plus:after {
    background-color: #fff;
} 
.nav_menu > .menu > .menu-item-has-children.active > a .plus:after{
    transform: translate(-50%, -50%) rotate(0deg);
}
.open-nav-menu {
    display: flex;
}
.nav_menu::-webkit-scrollbar {
     height: 5px;
     width: 2px;
}
.nav_menu::-webkit-scrollbar-track {
    background: #000;
    box-shadow: inset 0 0 6px #243949;
}
.nav_menu::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px #243949;
}
}
/* Estilos para el botón volver arriba */
.scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: linear-gradient(37deg, #2874a6 30%, #2c3e50 70%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0; /* Inicialmente invisible */
    visibility: hidden; /* Oculto hasta que se necesite */
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}
.scroll-to-top:hover {
    background: linear-gradient(37deg, #2c3e50 30%, #2874a6 70%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}
/*/*Botón flotante whatsapp*/
.whatsapp-container {
    position: fixed;
    bottom: 42px; /* Ajusta la distancia desde el fondo */
    left: 20px; /* Ajusta la distancia desde la izquierda */
    z-index: 1000; /* Asegúrate de que los elementos estén por encima de otros elementos */
}
/* Estilo de la nube de texto */
.whatsapp-cloud {
    display: none; /* Ocultar inicialmente */
    position: absolute;
    bottom: 80px; /* Distancia desde el botón */
    left: 0;
    background-color: #25D366; /* Color de fondo de la nube */
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
}
/* Estilo del enlace dentro del contenedor */
.whatsapp-button a {
    display: block;
    width: 60px; /* Ajusta el tamaño del botón */
    height: 60px; /* Ajusta el tamaño del botón */
    background-color: #25D366; /* Color de fondo de WhatsApp */
    border-radius: 50%; /* Hace que el botón sea circular */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Color del icono */
    font-size: 30px; /* Tamaño del icono */
    text-decoration: none !important; /* Elimina el subrayado del enlace */
}
.whatsapp-button a:hover{
    color: #fff;
}
@media (max-width: 600px) {
    .whatsapp-button {
        width: 50px; /* Ajusta el tamaño del botón en dispositivos móviles */
        height: 50px; /* Ajusta el tamaño del botón en dispositivos móviles */
    }
    .whatsapp-button a {
        font-size: 25px; /* Tamaño del icono en dispositivos móviles */
    }
    .whatsapp-container {
        position: fixed;
        bottom: 94px;
        left: 20px;
        z-index: 1000;
    }
 }
/*Nav Select*/
#bodegaSelect {
    display: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 5px;
    outline: none;
    border-radius: 5px;
}
   /*Footer*/
footer {
  width: 100%;
  background: #000;
  color: white;
}
.container-footer-all {
   width: 100%;
   max-width: 1200px;
   margin: auto;
   padding: 40px;
}
.container-body {
  display: flex;
  justify-content: space-between;
}
.colum1 {
  max-width: 400px;
}
.colum1 h1 {
  font-size: 22px;
}
.colum1 .infomas a {
  display: flex;
  margin-top: 20px;
  text-decoration: none;
  color: white;
}
.infomas a:hover {
  color: #a4a0a0;
}
.colum1 p {
  font-size: 14px;
  color: #c7c7c7;
  margin-top: 20px;
}
.colum2 {
  max-width: 400px;
}
.colum2 h1 {
  font-size: 22px;
}
.colum2 .row {
  margin-top: 20px;
  display: flex;
}
.row .face {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .face:hover {
  background: #2b97fa;
}
.row .insta {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .insta:hover {
  background: #f82d97;
}
.row .twit {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .twit:hover {
  background: #ff0050;
}
.row .linke {
  background: transparent;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row .linke:hover {
  background: #0e76a8;
}
.row label {
  margin-top: 5px;
  margin-left: 10px;
}
.row label:hover a {
  color: antiquewhite;
}
.row label a {
  color: white;
  text-decoration: none;
}
.colum3 {
  max-width: 400px;
}
.colum3 h1 {
  font-size: 22px;
}
.row2 {
  margin-top: 20px;
  display: flex;
}
.row2 i {
  font-size: 30px;
}
.row2 label {
  margin-top: 2px;
  margin-left: 10px;
  max-width: 140px;
}
.row2 label:hover a {
  color: antiquewhite;
}
.row2 a {
  color: white;
  text-decoration: none;
}
.row .insta:hover {
  background: #f82d97;
}
.row2 .hous {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .hous:hover {
  background: #bc2a8d;
}
.row2 .phone {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .phone:hover {
  background: #0e76a8;
}
.row2 .whats {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .whats:hover {
  background: #25D366;
}
.row2 .mail {
  background: #c00000;
  font-size: 30px;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
  transition: all 50ms ease;
}
.row2 .mail:hover {
  background: #f39f18;
}
    /*Footer*/
.footer {
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    min-height: 5px;
    background: #18253c;
    padding: 5px 0px 5px 0px;
    text-align: center;
    height: 30px;
    margin-top: 40%;
    bottom: 0px;
    position: fixed;
    right: 0;
    line-height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 1000;
}
.footer p {
    font-size: 10px;
    color: #CCC;
    padding-bottom: 0px;
    margin-bottom: 8px;
    text-align: center;
    height: auto;
    width: 100%;
}
.footer a {
    color: #F0F621;
}
@media (max-width: 870px) {
    .footer {
       height: auto;
    }
    .footer a {
       line-height: 16px;
    }
}
   /*Responsive*/
    /*Footer*/
@media screen and (max-width: 1100px) {
.container-body {
  flex-wrap: wrap;
}
.colum1 {
  margin-top: 40px;
}
 .colum2 {
  margin-top: 40px;
}
.colum3 {
  margin-top: 40px;
}
   /*Menu*/
@media screen and (max-width: 990px) {
.form-search {
  display: none;
}
.Header2 {
  /*padding: 10px;*/
}
.main-logo {
  width: 150px;
   }
 }
}
@media screen and (max-width: 800px) {
.container-menu {
  display: none;
}
 }
/****Nuevo menu****/
