:root { 
  --main-bg-color:  #4447eb; 
  --menu-background: #FC5E27; 
  --menu-background-hover: #fa8f6c; 
  --menu-background-overlay: white; 
  --main-footer-color: #FFCC2A; 
  --menu-background-hover: #013274;
  --naranja: #FC5E27;
  --azul: #013274;
}

body, html, a, p, card, div, li, span{
font-family: 'Montserrat', sans-serif;
font-weight: 600 !important; margin:0; padding:0; /*background-color: yellowgreen;*/
}
.bg-azul {
background-color: var(--azul) !important;
}
.titulo { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: bold; color: var(--azul) !important; padding: 5px;}

.texto { font-family: 'Montserrat', sans-serif; font-size: 1.2rem; color: var(--azul) !important; }
a {text-decoration: none; }

.text-bold {
font-weight:900 !important;
}

.Text-Uppercase {
text-transform: uppercase;
}

.centrar {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}

.header-main
{ 
margin-left: 0px; 
margin-right: 0px; 
width: 100vw !important;
}

.header
{ 
background: white; 
width: 100vw !important;
height: 70px !important; 
display: flex; 
justify-content: space-around; 
}

/* logo */


/* input search */


.search form {position: relative; height: 70px !important;}

.search input { height: 40px; background: #fcfcfc; border: 1px solid #aaa; border-radius: 5px; box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset; text-indent: 32px; display: flex; align-self: center !important; }

.search .fa-search {  position: absolute; top: 20px; left: 15px !important; cursor: pointer; border: 0px solid grey; }

.search button {  width: 30px; height: 30px; }

.search .fa-search {left: auto; right: 10px;}

.menu { height:45px; width:100vw; background-color: var(--menu-background); border: 1px solid #000; color: white; text-align:center; display: flex; align-items: center; box-shadow: 5px 5px 15px gray; z-index: 9999;}

/* Menu horizontal */


.botonera { display: flex !important; align-items: center !important; height: 50px !important; padding: 5px !important; border-radius: 15px !important; }

.centro { display: flex !important; align-items: center !important; height: 50px !important; padding: 5px !important; }

.botonera a { color: black; text-decoration: none; display: flex; align-items: center; }

.botonera img { width: 45px !important;}

.botonera:hover {  background-color: white; color: #D7C8B6; box-shadow: 5px 5px 15px gray; }

.footer{ margin-top: auto; padding-top: 15px; width: 100% !important; height: 85px !important; text-decoration: solid !important; font-weight: bold !important;/*display: none;*/ }

.footer-color{ background-color: var(--menu-background); color: white; }

.footer-img{ width: 40%!important; }

.footer-img2{ width: 80%!important; }

.wrapper{ height:auto; width:100%; padding-top:20px; margin-top: 100px;}
.fixed{position:fixed; top:0}
.menu-left{font-size:1.2rem; cursor:pointer; /*background-color: yellow; */width: 10%; color: white;}
.menu-center{/*background-color: blue;*/ width: 90%;}
.menu-right{/*background-color: red; */ width: 10%;}
.menu-responsive{/*background-color: blueviolet; */ width: 90%; display: none; 
}

/*sidebar*/
.overlay {height: 100%; max-width: 100vw !important; width: 0; position: fixed; z-index: 10; top: 45; left: 0; 
background-color: var(--menu-background-overlay);
overflow-x: hidden; transition: 0.5s; box-shadow: 5px 5px 15px gray; margin-bottom: 0px; overflow: auto;}
.overlay-header .currency-responsive {width: 15% !important; margin-left: 0 !important; display: none;}
.overlay-content {position: relative; top: 0; width: 100vw !important; text-align: justify; margin-top: 1px;}
.overlay a { padding: 8px; text-decoration: none; font-size: 1rem; color: #818181; display: block; transition: 0.3s;}
.overlay a:hover, .overlay a:focus { color: #000000; font-size: 1.2rem;}
.overlay .closebtn { position: absolute; top: 1px; right: 12px !important; font-size: 2rem; color: #000; z-index: 1;}
.overlay .closebtn:hover { font-size: 2.2rem; color: #000;}
.overlay .overlay-header {display: flex; justify-content: space-between; background-color: rgb(255, 255, 255); align-items: center; height: auto; padding-bottom: 10px;}
.overlay-header img { width: 65%;}
.overlay-header div { width: 20%; margin-right: 35px;}

.button-search img {width: 40px; cursor: pointer;}

.nav-overlay {margin-left: 15px; margin-top: 0;}

.marcas-productos img {
height: 100px;
}

.logo-responsive {
/* Arriba | Derecha | Abajo | Izquierda */
margin: 15px 2px 0 5px !important;
width: 150px !important;
}

.logo-movil {
/* Arriba | Derecha | Abajo | Izquierda */
margin: 2px 2px 0 5px !important;
width: 145px !important;
}

@media only screen and (max-width: 1070px) {  
.menu-left {color: var(--menu-background); font-size: 1.5rem; }
.overlay {margin-top: 50px !important; max-width: 100% !important;}
.overlay-content {max-width: 100% !important; overflow: auto;}
.overlay .overlay-header {display: flex; justify-content: start;  align-items: center; }
.overlay-header img { width: 45% !important;}
.overlay-header div { width: 20%; margin-right: 35px;}
.overlay-header .currency-responsive {display: block;}
.overlay a {font-size: 20px} 
.overlay .closebtn { font-size: 2rem; top: 1px !important; margin-top: 1px !important; right: 15px !important; color: #000; z-index: 1; padding: 0 !important; margin: 0 !important; top: 0 !important;}
.nav-overlay {margin-left: 2px; margin-top: 0; width: auto !important;}
.wordMenu {display: none;}
.w-full{display: none!important; }

body, html{ margin:0; padding:0; /*background-color: burlywood;*/}
.header{display: none; width: 100vw !important;}
.wrapper{ padding-top:0px; margin-top: 45px; }

.search-responsive img {
width: 25px;
}

.menu-responsive .icon {
width: 30px !important;
margin-top: 5px !important;
}

.logo-responsive {
/* Arriba | Derecha | Abajo | Izquierda */
margin: 2px 2px 0 5px !important;
width: 20% !important;

}
/* Elemento del menu responsive */
.logo-movil {
width: 85px !important;
height: 40px !important;
}
.icon-movil {
width: 35px !important;
margin-top: 5px !important;
}

.menu-responsive a {
text-decoration: none;
}
.menu {
background-color: white;  
display: flex !important; 
justify-content:space-between !important; /*background-color: black;*/ 
color: black; 
width: 100wv !important;
height: 90px;
}
.menu-responsive {
display: block!important;
margin: 0px !important;
padding: 0px !important;
height: 95px;
}
.menu-responsive-banner {
width: 100% !important;
height: 45px;
}
.menu-responsive-banner img{
margin-top: 5px !important;
width: 75% !important;
height: 40px;
}
.menu-responsive1 {
width: 90% !important;
height: 45px;
padding: 0px !important;
display: flex !important;
justify-content: space-between !important;
}

.div-search {position: absolute; top: 95px; right: 0px; z-index: 10;}


.menu-responsive button { display: flex; align-items: center; height: 40px;/* Arriba | Derecha | Abajo | Izquierda */ margin: 2px 2px 0 0; background-color: red; border: 0px; border-radius: 15px; color: white; padding: 10px;}

.div-search form input {
margin-left: 10px !important;
width: 90% !important;
height: 32px;
background: #fcfcfc;
border: 1px solid #aaa;
border-radius: 5px;
box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
text-indent: 42px;
}

.div-search .fa-search { 
position: absolute !important;
top: 3px !important;
right: 15px !important;
cursor: pointer !important;
border: 0px solid grey !important;
color: grey !important;
background-color: #fcfcfc;
}

.div-search button {
width: 30px;
height: 30px;
}

.div-search .fa-search {left: 5% !important; right: auto !important;}

.marcas-productos {
display: none!important;
}

.accordion-container{
max-width: 100% !important;
height: auto;
margin: 0px !important;
}
.set{
width: 100%;
}
.set > a{
display: block;
padding: 5px 0px !important;
}
.set > a i{
margin-top: 0px !important;
margin-right: 5px !important;
}

.logo-responsiveNM {
width: 100px !important;
}
.footer{  height: auto !important; }
.footer-img {
width: 45% !important;
}

.justify-content-start {
width: auto !important;
}

}


/* responsive */

/*   Whatsapp         */
#whatsapp {
position: fixed;
bottom: 20px;
right:20px;
z-index: 20;
}

svg {
width: 60px;
filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
color: white;
}


.btn-app{
padding: 0%;
background-color: var(--azul);
color: white !important;
min-width: 130px!important;
width: 140px!important;
height: 45px;
font-size: .8rem!important;
font-weight: bold;
border-radius: 15px;
}
.btn-app:hover {
background-color: #332c24!important;
font-size: .9rem!important;
color: #ffe07b;
}
.btn-app:active { 
/*transform: scale(0.98); */
/* Scaling button to 0.98 to its original size */ 
box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
/* Lowering the shadow */ 
padding: 0%;
color: white !important;
font-size: 1rem!important;
background-color: #3d362d!important;
}

.btn-sale{
background-color: var(--naranja) !important;
color: white !important;
min-width: 125px!important;
width: 125px !important;
height: 45px !important;
font-size: .8rem!important;
margin-top: 5px !important;
margin: 2px!important;
}
.btn-sale:hover {
background-color: var(--azul) !important;
color: white !important;
}
.btn-sale:active { 
transform: scale(0.98); 
/* Scaling button to 0.98 to its original size */ 
box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
/* Lowering the shadow */ 
color: #FFCC2A!important;
background-color: #3d362d!important;
}

.btn-view{
background-color:var(--azul);
color: white !important;
min-width: 130px!important;
width: 140px!important;
height: 45px !important;
font-size: .8rem!important;
margin-top: 5px !important;
margin-left: 0px!important;
display: flex;
align-items: center;
justify-content: space-around;
}
.btn-view:hover {
background-color: #722c2c !important;
color: #FFCC2A !important;
}
.btn-view:active { 
transform: scale(0.98); 
/* Scaling button to 0.98 to its original size */ 
box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
/* Lowering the shadow */ 
color: #FFCC2A!important;
background-color: #722c2c!important;
}

/*     Inicio de botones de incremento y decremento        */

.input-number-group {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
    justify-content: center;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
    appearance: none;
}

.input-number-group .input-group-button {
line-height: calc(80px/2 - 5px);
}

.input-number-group .input-number {
width: 80px;
padding: 0 12px;
vertical-align: top;
text-align: center;
outline: none;
display: block;
margin: 0;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
border: 1px solid #cacaca;
height: 40px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
    user-select: none;
border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
display: inline-block;
width: 40px;
background: #e6e6e6;
color: #0a0a0a;
text-align: center;
font-weight: bold;
cursor: pointer;
font-size: 2rem;
font-weight: 400;
}

.input-number-group .input-number-decrement {
margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
margin-left: 0.3rem;
}

.input-number-group{
min-width: 120px !important;
}
.input-number{
width: 55px !important;
}
.input-number-decrement {
width: 22px !important;
font-size: 16x !important;

border-top-left-radius: 50% !important;
border-bottom-left-radius: 50% !important;
}

.input-number-increment {
width: 22px !important;
font-size: 16x !important;
border-top-right-radius: 50% !important;
border-bottom-right-radius: 50% !important;
}

@media only screen and (max-width: 1070px) {
.input-number{
    width: 55px !important;
}
}

@media (max-width: 768px) {

}

@media (max-width: 990px) {

}
/*   Fin de botones de incremento y decremento */

/*** cart-drop ***/
.btn-cart-drop {
/*background-color: #04AA6D;*/
color: white;
padding: 16px;
font-size: 16px;
border: none;
}

.dropdown-cart-drop {
position: relative;
display: inline-block;
padding: 0 !important;
}

.dropdown-content-cart-drop {
display: none;
position: absolute;
background-color: #f1f1f1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 5;
margin-top: 0px;
left: -260px !important;
text-align: center;
padding: 0;
width: 350px;
}

.dropdown-content-cart-drop a {
color: black;
text-decoration: none;
display: block;
}
.dropdown-content-cart-drop ul {
width: auto !important;
height: auto !important;
padding: 0 !important;
}
.dropdown-content-cart-drop li {
width: 100%;
}

.dropdown-content-cart-drop a:hover {background-color: #ddd;}

.dropdown-cart-drop:hover .dropdown-content-cart-drop {display: block;}

/* .dropdown-cart-drop:hover .btn-cart-drop {background-color: #3e8e41;} */
/*** fin de cart-drop ***/

/* Social Media Buttons HTML */
.wrapperRedes{
background: #ddd;
padding: 15px;
text-align: center;
width: 200px !important;
}

.overlay-content .wrapperRedes {
width: auto !important;
}

.wrapperRedesNM{ /* Navigation Map */
padding: 15px;
text-align: center;
}

.wrapperRedes .icon{
position: relative;
background-color: #ffffff;
border-radius: 50%;
margin: 10px;
width: 35px;
height: 35px;
line-height: 50px;
font-size: 22px;
display: inline-block;
align-items: center;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
color: #333;
text-decoration: none;
}

.wrapperRedes .tooltip {
position: absolute;
top: 0;
line-height: 1.5;
font-size: 14px;
background-color: #ffffff;
color: #ffffff;
padding: 5px 8px;
border-radius: 5px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
opacity: 0;
pointer-events: none;
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperRedes .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background-color: #ffffff;
bottom: -3px;
left: 20%;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapperRedes .icon:hover .tooltip {
top: -45px;
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.wrapperRedes .icon:hover span,
.wrapperRedes .icon:hover .tooltip {
text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapperRedes .facebook:hover,
.wrapperRedes .facebook:hover .tooltip,
.wrapperRedes .facebook:hover .tooltip::before {
background-color: #3b5999;
color: #ffffff;
}

.wrapperRedes .twitter:hover,
.wrapperRedes .twitter:hover .tooltip,
.wrapperRedes .twitter:hover .tooltip::before {
background-color: #46c1f6;
color: #ffffff;
}

.wrapperRedes .instagram:hover,
.wrapperRedes .instagram:hover .tooltip,
.wrapperRedes .instagram:hover .tooltip::before {
background-color: #e1306c;
color: #ffffff;
}

.wrapperRedes .github:hover,
.wrapperRedes .github:hover .tooltip,
.wrapperRedes .github:hover .tooltip::before {
background-color: #333333;
color: #ffffff;
}

.wrapperRedes .youtube:hover,
.wrapperRedes .youtube:hover .tooltip,
.wrapperRedes .youtube:hover .tooltip::before {
background-color: #de463b;
color: #ffffff;
}
/* End Social Media Buttons HTML */


/** Menu desplegable acordeon  **/

.accordion-container{
max-width: 80%;
height: auto;
margin: 10px;
}
.set{
width: 100%;
height: auto;
}
.set > a{
display: block;
padding: 10px 15px;  
text-decoration: none;
color: var(--azul) !important;
font-weight: 600;
border-bottom: 0px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.set > a i{
float: left;
margin-top: 2px;
margin-right: 10px;
}
.set > a.active{
}
.content{
background-color: var(--naranja);
border-bottom: 0px solid #ddd;
display:none;
}
.content a {
color: white !important;
font-weight: 600;
}

.content a:hover {
color: var(--azul) !important;
}

/** Menu desplegable acordeon **/

/** Menu Central **/
/* Dropdown Button */
.dropbtnM {
/* background-color: #04AA6D; */
color: rgb(255, 255, 255);
font-size: 1.1rem;
border: none;
cursor:pointer;
padding: 10px;
height: 10px !important;
z-index: 5;
margin-right: 25px;
margin-top: 200px !important;
}

/* The container <div> - needed to position the dropdown content */
.dropdownM {
position: relative;
display: inline-block;
top: 8px !important;
}

/* Dropdown Content (Hidden by Default) */
.dropdownM-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
top: 30px;
overflow: auto;
max-height: 80vh;
}

/* Links inside the dropdown */
.dropdownM-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropbtnM:hover {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
color: white;
background-color: var(--menu-background-hover);
}
/* Change color of dropdown links on hover */
.dropdownM-content a:hover {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

/* Show the dropdown menu on hover */
.dropdownM:hover .dropdownM-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownM:hover .dropbtnM {/*background-color: #3e8e41;*/}

.main-sidebar-img{
display: flex;
margin: auto;
align-self: center;
align-items: center;
width: 80%!important;
}

.logo-login-register {
width: 80%;
border-radius: 5px;
}

