
html {
   width:  100%;
   height:  100%;
   margin-left: 0px;
   display: flex;
   justify-content: center;
}

body {
   font-family: Arial, sans-serif;
   padding: 0px;
   width: 320px;
   margin: 0px;
   height: 516px;
}

.containerg {
    max-width: 320px;
    margin: 3px;
    text-align: center;
    width: 310px;
    height: 500px;
    border: 3px solid #3F51B5;
    padding: 0px;
    border-radius: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-container {
    overflow: hidden;
    background-color:   #82c999; ;
    position: relative;
    height: 18px;
    margin-block-end: 3px;
    margin-block-start: 6px;
}

.banner {
    white-space: nowrap;
    display: inline-block;
    animation: scroll 10s linear infinite;
    font-size: 0.8em;
    color: white;
    padding-left: 100%;
}

.ad-top {
    background-color: #82c999;
    padding: 0px;
    text-align: center;
    height: 66px;
    display: flex;
    flex-direction: row;
    margin: 0px 0;
    border-radius: 30px;
}

.container {
    display: flex;
    height: 335px;
    width: 309px;
    flex-direction: row-reverse;
}

.ad-bottom {
    background-color: #82c999;
    padding: 1px;
    text-align: center;
    margin:  0px 0;
    height: 68px;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 30px;
}

.ad-left, .ad-right {
    background-color: #f1c40f;
    padding: 2px;
    text-align: center;
    height: 333px;
    width: 116px;
    font-size: 0.8em;
    font-family: fantasy;
}

.content {
    margin: 0px 0px;
    width: 188px;
    height: 335px;
}

.chat-container {
    border: 2px solid #ccc;
    display: flex;
    flex-direction: column;
    height: 380px;
}

.chat-header {
    background-color: #3498db;
    color: white;
    padding: 0px;
    text-align: center;
}

.chat-messages {
    border: 1px solid #ccc;
    height: 311px;
    overflow-y: auto;
    padding: 1px;
    margin-bottom: 1px;
}

#chatInput {
    flex: 1;
    padding: 4px;
}

p {
  font-size: 0.6em;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

.pcontainer {
   font-size: 0.7em;
   margin-block-start: 3px;
}

button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 0px 0px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    padding: 1px;
}

button:hover {
    background-color: red;
    transform: translateY(-2px);
}

button:active {
    transform: translateY(1px);
}

#botton2 {
    margin: 5px 0px;
    width: 80%;
    font-size: 1em;
}

#botton3 {
    margin: 0px 0px;
    width: 80%;
    font-size: 1em;
    margin-left: 10px;
}

#bottonSalir {
    margin: 0px 0px;
    width: 80%;
    font-size: 1em;
    margin-left: 10px;
}

@keyframes scroll {
   0% { transform: translateX(0);; }
   100% { transform: translateX(-100%);; }
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 179%;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.img-sup {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    border-radius: 30px;
}

.img-inf {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    border-radius: 30px;
}

#boton-login2 {
    position: absolute;
    width: 5.5%;
    height: 4%;
    padding: 0px;
    border: blue;
    box-shadow: 6px 4px 4px 1px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    text-align: center;
    margin-top: 3px;
    margin-left: -144px;
    border-radius: 50px;
    background-color: #007BFF;
    font-size: 0.7em;
    font-weight: 900;
}

#boton-login3 {
    position: absolute;
    width: 8%;
    height: 4%;
    padding: 0px;
    border: blue;
    box-shadow: 6px 4px 4px 1px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    text-align: center;
    margin-top: 3px;
    margin-left: -63px;
    border-radius: 50px;
    background-color: #007BFF;
    font-size: 0.7em;
    font-weight: 900;
}

#boton-login4 {
    position: absolute;
    width: 7%;
    height: 4%;
    padding: 0px;
    border: blue;
    box-shadow: 6px 4px 4px 1px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    text-align: center;
    margin-top: 3px;
    margin-left: 48px;
    border-radius: 50px;
    background-color: #007BFF;
    font-size: 0.7em;
    font-weight: 900;
}

.imginfo {
    max-width: 30%;
    height: auto;
}

.imginfof {
    max-width: 10%;
    height: auto;
}

#idli {
    font-size: 0.9em;
}