@font-face {
 /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;

  src: url("./Tangerine.ttf");
}

.titulo-encabezado {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 35px;
    color:#D1D134;
}

.text-dark {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 40px;
    color:black;

}
.titulo-3 {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 30px;
}
/*catalogos*/
.titulo-4 {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
   font-size: 35px;
    color:white;
}
/*formulario de contacto, formulario tarjetas y efectivo*/
.titulo-5 {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 30px;
    color:black;
}
.titulo-6 {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 25px;
    color:#D1D134;
}
/*descripcion de producto*/
.titulo-7 {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 30px;
    color:black;
}

/*ver catalogo*/
.titulo-8{
    font-size: 30px;
    color:black;
}
/*tabla de compras*/
.titulo-9 {
  /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 20px;
    color:black;

}
/*formularios de tarjeta*/
.titulo-10{
 /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 30px;
    color:black;

}
/*Provincias y localidades*/
.titulo-11{
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 25px;
    color:black;
}
.titulo-12{
     /*font-family: 'Tangerine';*/
     font-family: 'Alegreya Sans',sans-serif;
    font-size: 30px;
    color:black;
}

.titulo-13{
     /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 40px;
    color:black;

}
.titulo-14{
     /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    color:black;

}


.btn-personalizado
{
min-width:20px;
}

.borde-personalizado
{
border-style:solid;
}

/*estilos para el catalogo de productos*/
/*
.card1 {
  box-shadow: 0 14px 18px 0 rgba(98, 114, 10, 1);
  max-width: 300px;
  margin: auto;
  text-align: center;
  font-family: arial;
    opacity: 0.5;

}
*/
.card1 {
  /*width: 250px;*/
  box-shadow: 0 4px 8px 0 rgba(250, 250, 250, 0.8), 0 6px 20px 0 rgb(255, 255, 255);
  text-align: center;
}



.price1 {
  color: grey;
  font-size: 22px;
}

.card1 button1 {
  border: none;
  outline: 0;
  padding: 12px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card1 button1:hover {
  opacity: 0.7;
}

.bordesDiv
{

padding-bottom:15px;
}
/*BOTONES*/


.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonPersonalizado {
  width: 100px;
  height: 30px;
 /* font-family: 'Roboto', sans-serif;*/
 font-family: 'Tangerine', sans-serif;
  font-size: 25px;
  /*text-transform: uppercase;
  letter-spacing: 2.5px;*/
  font-weight: 500;
  color: #000;
  /*background-color: #fff;*/
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.buttonPersonalizado:hover {
  /*background-color: #2EE59D;*/
  box-shadow: 0px 15px 20px rgba(165, 165, 165, 0.09);
  color: #fff;
  transform: translateY(-7px);
}

.buttonPersonalizadoMenu {
  width: 150px;
  height: 30px;
 /* font-family: 'Roboto', sans-serif;*/
 font-family: 'Tangerine', sans-serif;
  font-size: 25px;
  /*text-transform: uppercase;
  letter-spacing: 2.5px;*/
  font-weight: 500;
  color: #000;
  /*background-color: #fff;*/
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  }

.buttonPersonalizadoMenu:hover {
  /*background-color: #2EE59D;*/
  box-shadow: 0px 15px 20px rgba(165, 165, 165, 0.09);
  color: #fff;
  transform: translateY(-7px);
}
.margenImagen
{
    padding-top: 15px;
}
.colorDetalle
{
color:black;
}
/*Estilos para el contenido de la tarjeta de productos*/
.infoProducto {
  padding: 25px 10px 10px 20px;
}
.margenesEmpresa{
padding: 45px 10px 10px 50px;
}





.titulo-Principal-Administracion {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 35px;
    color:black;

}

.titulo-Secundario-Administracion {
    /*font-family: 'Tangerine';*/ font-family: 'Alegreya Sans',sans-serif;
    font-size: 25px;
    color:black;

}

.tamañoCheck {
    width: 40px;
    height: 40px;

}

.tamañoContenidoTabla {
      font-family: 'Alegreya Sans',sans-serif;
    font-size: 25px;
    color:black;

}

.tamañoBotonAdmin {

  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
/*.tamañoBotonAdminTabla {

  border: none;
  color: white;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
}
*/


.titulo-Tabla-Administracion {
       font-family: 'Alegreya Sans',sans-serif;
    font-size: 10px;
    color:black;

}

