/*(c) Haxter Corporation Globa. All rights reserved. */

.mini-banner {
background-color: blue; /* Fondo azul 002060*/
height: 70px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.mini-banner p {
color: #fff; /* Letra blanca */
font-size: 2.4rem;
font-weight: bold;
text-align: center;
margin: 0;
padding: 0;
}


.spc_asa{
height:120px;
padding-bottom:4rem;

}


.stockprice{
color:#099bca;

}
.stockprice {
text-align:center;

}
.stockprice h4{
font-size:3.8rem;
font-size:-apple-system;
}

.info-container {
width: 300px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;

font-size:1.4rem;
}

.info-item {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}

.info-item span:first-child {
font-weight: bold;
}

.info-item span:last-child {
color: #666;
}

.hxcp_info{
border: solid 1px gray;
}
.hxcpi{
padding:2.0rem;
}
.hxcp_info h4{
font-family:'Montserrat';
padding:1rem;
}

.annual-report a{
text-decoration:underline;
color:gray;

}

.anrep{
padding:2rem;
}
.anrep h4{
font-family:'Montserrat';
}

.supldata{
color:black;
font-size:1rem;
}
.supldata a{
color:black;
font-size:1rem;
}


.announce, .common{
font-family:'Montserrat','Segoe UI', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.announce h1{
font-size: 4rem;
}

.noted span{
font-size:1.5rem;
}
.noted h3{
font-size:2.2rem;
}




html, body {
height: auto;
overflow: auto;
}

#h25_banner{
background-color: white;
/*
url('https://www.marketbeat.com/logos/articles/med_20240213114704_what-are-earnings-reports.jpg');
*/

background-repeat: no-repeat;
background-size: cover; 
background-position: center center;
width: 100%;

height: 70vh;

/*Added: */

align-items: center;     /* Centra verticalmente */
justify-content: center; /* Centra horizontalmente si quieres */
position: inline-block;

}


#intro {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-top: 80px; 

text-align: left;
}
#intro a{
font-size: 4rem;
font-family: Arial Black;

}
#intro h1{

color: black;
font-family: Arial Black, sans-serif;
font-size: 4rem;
margin: 0;
}
#intro p{
font-size: 2rem;
font-family: 'Montserrat',Arial;
}

.banner p{
position: absolute;
padding-top:1.0rem;
font-family:'Montserrat';
color:black;
padding:3rem;

height:30vh;
}

main{
padding-top:1rem;

margin-top: 18rem;

height: 2000px;
}
