:root {
  --naranja: #ff7514;
  --blanco: #ffffff;
  --blancoclarito: rgba(255,255,255,0.8);
  --negro: #000000;
  --sapote: #ff7514;
  --fondo_verde: #005029;
  --gris: #4D4D4D;
  --negro: #000000;
  --azul: #1993DD;
  --azuloscuro: #2E3191;
  --amarillo: #EBDA46;
  --fondo_rojo: #ffe5e5;
  --fondo_rojo_oscuro: #c9302c;
  --rojo_peludines2: #ff1032;
  --letra_negra: #777777;
  --color_primario:#005029;/*verde del banner superior*/
  --color2:#56b148;/*verdeclaritoo del carrito*/
}
html,body{font:  normal bold 12px / 16px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;}
#divsecciones{  
width:100%; margin-top:20px;}
.cintamodificadores{
    display:block;float:left;width:100%
}
@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}} 
#porubaimagen{
    -webkit-animation: 5s rotate linear infinite;
    animation: 5s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.titulomodificador{
    background: var(--fondo_verde);
    width: 100%;
    text-align: center;
    padding: 6px;
    color: white;
    font-size: 1.4em;
}
.fichamodificador{
    min-width: 134px;
    width: 134px;
    max-width: 134px;
    min-height: 134px;
    max-height: 134px;
    color: white;
    height: 134px;
    cursor: pointer;
    margin: 8px;
    text-align: center;
    float: left;
    border: white;
    border-style: double;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1;
    padding-top:30px;
    display: block;
    background: var(--naranja);
    box-shadow: inset 0px 0px 0px 2px white;
    border-radius: 9px;
     
}

        .linea{
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #ccc;
            margin-top: 6px;
            margin-bottom: 6px;
            padding-left: 3px;
            padding-right: 3px;
            width: 100%;
        }
        
        .naranja{
        color: #ffffff;
    background: #FF5800;
    font-weight: bold;  
        }
        .amarillo{
        color: black;
    background: var(--amarillo);
        }
    
        .verde{
        color: white;
    background: green;
        }
        .rosado{
        color: #333;
        background: var(--fondo_rojo); 
        font-weight: bold;  
        display: inline-block;
        width: 100%;
        }
        .rojo{          
            background: var(--fondo_rojo_oscuro);
            color: white;
        }
        .dato{
        width: 100%;
        text-align: center;
}
.textodelboton{
    font-size: 1.3em;
    margin-left: 6px;
    
}
.imagendelarticulo{
    max-width:100%;  
    max-height: 200px;
}

.redes-flotantes {
position: fixed;
right: 8px;
top: 85%;
z-index: 20;
}
.redes-flotantes img {
float: right; clear: right;
 margin: 5px;
-moz-transform: scale(.8) ;
-webkit-transform: scale(.8) ;
-o-transform: scale(.8) ;
-ms-transform: scale(.8) ;
transform: scale(.8) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.redes-flotantes img:hover {
-moz-transform: scale(1.1) rotate(6deg);
-webkit-transform: scale(1.1) rotate(6deg);
-o-transform: scale(1.1) rotate(6deg);
-ms-transform: scale(1.1) rotate(6deg);
transform: scale(1.1) rotate(6deg);
}

        
        .seleccionado{
           background: #72cf7a;
    color: white;
    border-radius: 14px;
        }

    
    
       
    .nombre_seccion{
      border-radius: 15px;
    color: white;
    text-shadow: 1px 2px 0px black;
    font-size: 1.5em;
    font-weight: bold;
    background: var(--sapote);
    padding: 6px;
    margin-top: 21px;
    top: 9px;
    }
    .fichaseccion{
      border-radius: 15px;
    text-shadow: 1px 2px 0px black;
    font-size: 3em;
    font-weight: bold;
    padding: 6px;
    margin-top: 21px;
    top: 9px;
    height: 7em;
    padding-top: 2em;
    overflow-wrap: break-word;
    }
    #cajacarrito{ 
        position: absolute;
        right: 0;
        cursor: pointer;
        width: 184px;
        background: var(--color2);
        padding: 10px;color:white;
        border-radius: 20px;
         
    }
                    
                       
.descuento{font-size: 2rem;  
    font-weight: bold;
    color: red;
    background: white;
    border-style: solid;
    border-width: 1px;
    padding: 12px;
    border-radius: 12px;
    position: absolute;left: -19px;
    top: -19px;
    position: absolute;}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .alinearalcentro{width:90%}
    #modalmodificadores{min-width: 100%};
    #labelselecciona{
        margin-top:-70px;
    }
    
    #barrasupsegcundaria{width: 100%; 
    position: fixed;
    height: 65px;line-height: 20px;
    background: #1d1814;
    float: left;padding-left: 6px;
    display: block;padding-top: 10px;
    top:0;
    color:black;text-align: left;font-size: 1.2rem; 
    z-index: 2;
    }
    
}
@media only screen and (min-device-width : 480px){
    #padre_tabla_carrito{
                min-height: 400px;padding-top: 20px;

    }
#barrasupsegcundaria{display:none;}
     #labelselecciona{
        margin-top:80px;
    }
    
    
}
 @media screen and (max-width: 422px) { 
    #padre_tabla_carrito{
        width: calc(100% + 62px);
        left: -33px;    padding-top: 20px;
        min-height: 400px;
    }
         
        .volver{width:100%;}
        
        
        
        .carritovisible{left:0;width:100%;}
        .carritooculto{left:100%;width:0;}
        
        
        
      
    }
     
h4{color:white}
.titulo2{color:var(--gris);}
.obligatorio{color:#b33}
.ficha h4 {
        color: black;
        font-size: 1.5rem;
        line-height: 1;
    }
    .ficha {
        background: white;
        box-shadow: 3px 3px 3px 0px #000000;
        padding: 9px;
        border-radius: 5px;
        border-width: 1px;
        margin-bottom: 10px;
    }
   
  
.menuitem.rojo{
    color: #ef0c2d;border-style:none;

}

.rojo:hover{
    background: white;
}

 
#section-top-bar{
    width: 100%;
    height: 130px;
    position:sticky;top:0
}
.articuloshover{ float:left;box-shadow: 0px 0px 4px 1px var(--color_primario);margin-bottom: 16px} 
.descripcioncorta{
    text-align: center;color:black; color:var(--gris);
    font-size:1.5rem;font-weight:bold;
    display: block;text-align:center;
}
.elpedeladescipcion{
                            height: 12px;
                            color: #424242b5;
                        }
    
      
    .hacerpedido{
        cursor:pointer;
        font-size: 1.6rem;
        color:var(--azuloscuro);
    line-height: 45px;
    background: var(--blanco);
    width: 90%; 
    margin-left: 5%;
    margin-bottom: 10px;
    margin-top: 12px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 1px 3px 0px #616b3c;
    }
    .hacerpedido:hover{
        
    background: white;    
    color:var(--azul);
    box-shadow: 0px 0px 1px 1px var(--negro);
    }
    .volver{
      
    cursor: pointer;
    text-align: center;
    border: #bfb4b4;
    border-style: double;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    width: 25%;    
    float: left;    
    font-size: 2rem;

color: #b33;
    text-shadow: 1px 1px 1px black;
    }
    .volver:hover{
      background: white;
    color: white;
    text-shadow: 1px 1px 1px black;
    

    }
    
    .valordeventa{
            display: block;
    width: 100%;
    text-align: center;
    padding-top: 9px;
         color:var(--color_primario);
         font-size: 2rem;
    }
 #contenedorcarrito{
        padding-left: 10px;        
        position: fixed;
        top: 59px;
        box-shadow: 0px 0px 5px 2px black;
        background: var(--gris);
        color: #eee;
        z-index: 2;overflow-y: scroll;
    height: 500px;
    }
       
    
    .sinfondo{background: none;}
    .incremento{
            float: left;
    width: 100%;
    display: block;
    
    }
    .tipomodificador{
        margin-left: 20px;
    }
    .form-control.bordeverde{
        background: green;
        color:white;
    }
    .myButton {
	box-shadow: inset 1px -2px 25px -3px #1e3750;
    background: linear-gradient(to bottom, #1e3750 5%, #6c7c7c 100%);
    background-color: #768d87;
    border-radius: 17px;
    border: 2px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 21px;
    font-weight: bold;
    padding: 21px 32px;
    text-decoration: none;
    text-shadow: 1px 3px 0px #2b665e;
    margin: 5px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
	background-color:#6c7c7c;
        color:white;
}
.myButton:active {
	position:relative;
	top:1px;
        color:white;
}








.botonfinal {
	box-shadow:inset 4px 38px 43px 12px #ffffff;
	background:linear-gradient(to bottom, #2dabf9 5%, #0688fa 100%);
	background-color:#2dabf9;
	border-radius:9px;
	border:1px solid #0b0e07;
	display:inline-block;
	cursor:pointer;
	color:#7a007a;
	font-family:Arial;
	font-size:18px;
	padding:13px 33px;
	text-decoration:none;
	text-shadow:0px 3px 10px #263666;
}
.botonfinal:hover {
	background:linear-gradient(to bottom, #0688fa 5%, #2dabf9 100%);
	background-color:#0688fa;
}
.botonfinal:active {
	position:relative;
	top:1px;
}

        






        .carritovisible{left:calc(100% - 320px);width:320px;}
        .carritooculto{left:100%;width:0;}
   
    .textoabajo{
      font-weight: bold;
      text-align: center;
        position: inherit;
        width: 100%;
       height: 38px;display: NONE;
       
    }
span.titulodelarticulo {
    color:white;
}
        #total{color: wheat;
         font-size: 2rem; 
         float: left;}

        .articulo:hover {
         background: #337ab7b3;
        }
        .listaarculos{
         
         float:left;
         overflow-y:scroll;
         background: #8080804d;
            
        }
        .eliminarlinea{
         color:red;
         font-size: 3rem;
         text-align: center;
         cursor:pointer;
         border-radius: 26px;
         padding: 3px;
        }
        .oculto,.cintamodificadoresoculto{
         display: none;
        }
        .eliminarlinea:hover{
         box-shadow: 1px 2px 4px 1px #9c27b0;
        }
        .botonespedido:hover{
         box-shadow: 1px 2px 4px 1px #7a34ff;
        }
        .botonespedido{
         text-align: center;
         width: 50%;
         font-size: 5em;
         display: block;
         float: left;
         position: relative;
         cursor: pointer;
         color: #1c85c6;
        }
        .botonespedido span{
         font-size: 15px;
         float: left;
         margin-top: -20px;
         color: black;
        }
    .titulo{width: 100%;
    color: #a3a3a3;
    text-align: left;
    padding-top: 4px;
    font-weight: 100;
        }
    .gracias{
        line-height: 1;
        width: 100%;
        color: var(--color_primario);
        font-weight: bold;
        text-align: center;
        font-size: 2em;
        font-style: initial;
        padding: 4px;
        }
    .centro{
         float: left;
        }
    #herramientas{
         width: 209px;
         height: 263px;
         padding:12px; 
         background: #8787ff;
         font-size: 10px;
         float: left;
        }
        
        .seccion img {
    border-radius: 16px;
}
        .seccion{
            cursor: pointer;
            /*max-height: 320px;*/
            text-align: center;      
            padding: 30px;
        }
         
        .articulo{        
        
        min-height: 134px;
        cursor:pointer;
        text-align:center;
        border:#bfb4b4;
        border-style: double;    
        justify-content: center;
        align-items: center;
        font-weight: bold;    
        }
        .siguiente{        
            background: #006d8c;
            color:white;
        min-width: 134px;
        width: 134px;
        max-width: 134px;        
        min-height: 134px;
        max-height: 134px;
        height: 134px;
        cursor:pointer;
        margin: 8px;
        text-align:center;
        float: left;
        border:#bfb4b4;
        border-style: double;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;    
        }
        .textopequeñoentabla{
        font-size: 15px;
        }
         .enlaceblanco{color:white}
        .enlaceblanco:hover{text-decoration: underline}
    
    td{
        color:  var(--blanco);
    }
    
    .form-control{
        font-weight: 100;
    }
    
    a.menuitem {
    color: var(--azuloscuro);
    background: var(--blanco);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    margin-left: 12px;
}
a.menuitem:hover {
    background: var(--azuloscuro);
    color: white;
}
h2.fichaseccion {
    font-size: 1.8rem;
}
#botonhora0{
    color: var(--letra_negra);
    font-size: 2rem;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.tdnegro{
    color: var(--negro);
}
    /*.alinearalcentro{padding: 50px;}*/

    
*{box-sizing:border-box;}
.container-slider{margin: auto;overflow: hidden;position: relative;}
.slider-section img{width: 88%;object-fit: cover;}
.slider{height: 300px;width: 90%;display: flex;margin: auto}
.botonslider{display: none;border-radius: 50px;position: absolute;width: 40px;height: 40px;background: var(--blancoclarito);top: 50%;transform: translateY(-50%);font-family: monospace;font-size: 30px;text-align: center} 	 
.botonslider:hover{background: var(--blanco);} 	 
#botonsiguiente{right: 10px;}
#botonatras{left: 10px;}
.flexcenter{display: flex;justify-content: center;}
.descuentoespecial{
    position: absolute;
    z-index: 3; 
    left: -49px;
    top: -41px;
    font-size: 2rem;
    font-weight: bold;
    color: white}

    .seccion :hover{animation:seccion .9s linear both}@keyframes seccion{0%{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}100%{transform:scale3d(1,1,1)}}
        .seleccionado{
           background: #72cf7a;
    color: white;
    border-radius: 14px;
        }
        
    .descripcionlarga{
      color: #767575;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: 'Roboto Condensed', sans-serif;
    }
    .precio,.subtotal{
        font-size: 1.5rem;
    }    
        
           .contenedor {
            display: flex;
            flex-direction: column;
        }
        .item {
            height: 50px;
        } 
        .btn-primary{
            --bs-btn-bg: #63bf63 !important;
        }
        #iconocarrito{
            font-size: 1.5rem;
            font-weight: bold;
            border-radius: 50%;
            color: white;
            background: var(--color_primario);
            padding: 11px 9px;
        }
        @keyframes heartbeat {0% {transform: scale(1);}50% {transform: scale(1.2);}100% {transform: scale(1);}}
        #botonnumerodearticulos{
            animation: heartbeat 1s infinite;
            position: relative;display: none;
            top: -11px;font-size: 1rem;background: var(--amarillo);
            left: 3px;font-weight: bold;
            padding: 3px 7px;
            border-radius: 50%;
    }
 
    #liparaelnombre{
        position: absolute;
        top: 14px;
        right: 16px;
        font-size: 1.5rem;
        color:#eee;
        height:60px;
    }
   .divparadatosdelcliente{flex-direction: column;}    
   #divsumar{      
   } 
   footer{ 
       background-color: var(--bs-gray-100);
   }