
/*
 VERDE: #037D39
 ROJO:  #CF1614
 AZUL: #315DA2;
 */

.color-precio {
  color: #F99535 !important;

}


.color-rubro {
  color: white !important;
  font-size: 16px;
}

.descripcion-rubro {
  color: #e69d87;
}

.descripcion-articulo {
   
  font-size:18px;
  color:  white;
}

.descripcionlarga-articulo {
  font-family:'Open Sans'; 
  font-size:14px;
  color:  white;
}



.texto-informacion {
  color: black;
  font-weight: bold;
}

.boton-continuar {
  background-color:white !important;
  font-size: 30px;
  width: 100%;
  color: black;

}
.boton-continuar :hover {

background-color:#315DA2 !important;
  font-size: 30px;
  color: black;

}

.lineahverde {
  background-color: white;
 }

.lineahrojo {
  position: relative;
  border-top: 10px solid transparent;
  width: 100%;
  padding: 0;
  margin: 20px auto 20px auto;
  background-color: white;
}



#nav-logo {
	background-color: transparent;
 }

.vista_articulo {
  color: black;
  margin-left: 30px;
  font-size: large;

}

.vista_precio {
  color: black;
}


.botoneditar {

float: right;
position: fixed;
bottom: 0;
right: 0px;
width: 50%;
height: 32px;
padding-bottom: 16px;
z-index: 2000;

    }



    #footer{

    position: fixed;

    bottom: 0;

    width: 50%;

    height: 32px;

    padding-bottom: 16px;

    
    z-index:2000;

    }

    .botonadelante {
      width: 95%;
      position: relative;
      float: left;
      left: 10%;
    }

    .botonatras {
      width: 100%;
      position: relative;
      float: left;
    }


.celular {
	color: white;
}

.accordion-item_propio {
  border: 0 !important;
}

.btn-link {
   color: black !important;
}

.botonpie {  
   background-color:white !important; 
  color:black !important; font-size:16px !important;
   }

  .botonpedido {  
   background-color:red !important; 
  color:white !important; font-size:16px !important;
   }

   /* CSS for CodePen */
.accordion-container {
 
  margin: 1.875em auto;
  color: black;
}

  

   .accordion-button_propio {
      background: transparent !important;
      color:black !important;
      font-size: 16px !important;
   }

   .opcionmenu {
     
      text-decoration: none;
      font-size: 16px;
   }

  .center{

  position:relative; float:right; width: 115px; color:black; font-size:14px;
  
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1rem 1rem 1.25rem 1.25rem;
  font-weight: bold;
  color: white;
 
  cursor: pointer;
}

.pedirarticulocantidad {
  
  padding-bottom: 50px;
 }

#inputQty {
  border-style: none;
  background-color: white;
  font-weight: bold;
  font-size: 50px;
  text-align: center;
}

.mitadizquierda {
  position: relative;
  float: left;
}

.mitadderecha {
  position: relative;
  float: right;
}

.button-qty {
  background-color: none; 
  color:white;
}

//css para las aplicaciones

.color-texto-app {
  color: white !important;
}
