* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
@font-face {
    font-family: 'descrip';
    src: url('../font/Quicksand_Book.otf') format('opentype');
}
@font-face {
    font-family: 'negrita';
    src: url('../font/Quicksand_Bold.otf') format('opentype');
}
.menuPrincipal {
    background-color: #ffffff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    margin: auto;
}

.logoEmpresa {
    width: 80%;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: auto;
}

.contenidoMenu {
    position: absolute;
    /* background-color: rgb(43, 92, 142); */
    width: 70%;
    height: 85%;
    display: flex;
    flex-direction: column;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;

}

a {
    font-family: 'descrip', Arial, sans-serif;
    color: #261059;
    text-decoration: none;
    outline: none;
    user-select: none;
    
 
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
    /* pointer-events: none; */
}
.center{
    display: flex;
    justify-content: center;
}

.listLinks{
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 60%; */
    flex-direction: column;
}
.links {
    padding: 10px 0;
    font-family: 'descrip', Arial, sans-serif;
    font-size: 22px;
    
    
    
}
.compartir a{
    /* padding-top: 50px; */
    font-size: 16px;
    ;
}
hr {

    border-top: 1px dotted rgba(181, 181, 181, 0.14);
    width: 70%;
    opacity: 0.3;
  }

  .imagenPlato {
    width: 100vw;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    object-fit: cover;

}

.IconoAddi {
    position: relative;
    max-width: 100%;
    width: auto;
    /* max-height: 50px; */
    height: auto;
    /* margin: 0 auto; */
    display: flex;
    /* background-color: red; */
    object-fit: contain;
}

.ContainerCredito{
    display: flex;
    
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'descrip', Arial, sans-serif;
    font-size: 16px;
     width: 100%;
     /* background-color: aqua; */
     
}
.compartir{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.ContainerCredito p{
    font-family: 'descrip', Arial, sans-serif;
    margin-bottom: 10px;
    color: #261059;
   /* display: block; */
   /* width: 100%; */
}
.sistemasCredito{
    width: 100%;
    background-color: blue;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    /* position: relative; */
    /* height: 50px; */
    overflow: hidden;
}
.underline a{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
#purpura{
    color:#2d64fa;
    background-color: #f5f9ff;
    border-radius: 30px;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
font-family: 'negrita', Arial, sans-serif;
    font-size: 16px;
    border: solid 1px #b2e4ff;
    margin-top: 40px;
    margin-bottom: 20px;
}