html, body{
margin:0;
padding:0;
width:100%;
height:100%;
}
body{
font-family: Arial, Helvetica, sans-serif;
background:#ffffff;
color:#173b30;
}
.itsat-maintenance{
min-height:100vh;
display:flex;
flex-direction:column;
background:#ffffff;
}
/* HEADER */
.itsat-header{
min-height:92px;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 6vw;
border-bottom:1px solid #ececec;
background:#ffffff;
}
.itsat-brand{
display:flex;
align-items:center;
gap:16px;
}
.itsat-logo{
width:58px;
height:58px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
background:#0b4938;
color:white;
font-size:.82rem;
font-weight:800;
letter-spacing:.03em;
}
.itsat-brand-text{
line-height:1.2;
}
.itsat-brand-text strong{
display:block;
font-size:1rem;
font-weight:700;
color:#173b30;
}
.itsat-brand-text span{
display:block;
margin-top:4px;
font-size:.76rem;
color:#7a817e;
}
.itsat-header-label{
font-size:.82rem;
color:#777;
}
/* MAIN */
.itsat-main{
flex:1;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:60px 24px;
}
.itsat-content{
max-width:780px;
}
.itsat-eyebrow{
margin-bottom:24px;
font-size:.78rem;
font-weight:700;
letter-spacing:.16em;
text-transform:uppercase;
color:#d8672d;
}
.itsat-content h1{
margin:0;
font-size:clamp(3rem,7vw,6.7rem);
line-height:.92;
letter-spacing:-.055em;
font-weight:700;
color:#173b30;
}
.itsat-line{
width:58px;
height:4px;
margin:34px auto;
border-radius:999px;
background:#d8672d;
}
.itsat-content p{
max-width:520px;
margin:0 auto;
font-size:1rem;
line-height:1.7;
color:#707672;
}
/* FOOTER */
.itsat-footer{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
padding:23px 6vw;
border-top:1px solid #ececec;
font-size:.74rem;
color:#8a8f8c;
}
.itsat-footer strong{
color:#173b30;
font-weight:600;
}
@media(max-width:700px){
.itsat-header{
min-height:78px;
padding:0 22px;
}
.itsat-logo{
width:48px;
height:48px;
font-size:.7rem;
}
.itsat-brand-text span{
display:none;
}
.itsat-header-label{
display:none;
}
.itsat-main{
padding:50px 24px;
}
.itsat-content h1{
font-size:3.4rem;
}
.itsat-footer{
padding:20px 22px;
flex-direction:column;
text-align:center;
}
}
Instituto Tecnológico Superior de Álamo Temapache
SITIO EN
MANTENIMIENTO
Estamos trabajando para mejorar nuestra experiencia digital.
Nuestro sitio estará disponible nuevamente muy pronto.