/*--------------eita--------------------*/
html, body {
    margin: 0;
    padding: 0;
    font-family: 'manrope', sans-serif;
}
@font-face {
    font-family: 'manrope';
    src: url('../font/Manrope-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manropemedium';
    src: url('../font/Manrope-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'manropebold';
    src: url('../font/Manrope-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.cond {
    margin-top: 10px;
    min-width: fit-content;
    opacity: 1;
    font-size: 22px !important;
    color: #000;
    margin-bottom: 0;
}
.page{
    page-break-before: always;
    page-break-inside: avoid; 
position: relative;
overflow: hidden;
height: 8.26in;
width: 100%;
font-family: arial, sans serif;
}

@page{
size:A4 landscape;
margin: 0;
}

#cover .coverimage{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
}

#cover .coverimage img{
width: 100%;
height: 100%;
object-fit: cover;
}

#cover p.webaddress{
color: white;
font-size: 14px;
position: absolute;
bottom: 0.1in;
right: 0.2in;
}

#cover p.extrainfo{
transform:rotate(-90deg);
color: white;
font-size: 12px;
position: absolute;
top: 1.1in;
left: -1in;
}

#cover .logo{
position: absolute;
right: 0.3in;
top: 0.15in;
}

#cover .title{
position: absolute;
bottom: 0.05in;
left: 0.15in;
}

#cover .title img{
width: 85%;
}
.valores h1{
    font-family: manropebold;
    margin-bottom: 0;
}
.topo-pg{
    align-items: center;
    display: flex;
}
.valor .valores {
    margin-bottom: 2rem;
    position: absolute;
}
.valor span{
    font-size: 15px;
}
.valor{
    display: flex;
    justify-content: center;
    align-items:center;
    position: relative;
    flex-direction: column;
}
.logo{
    width: 240px;
margin-top: 0.5in;
margin-bottom: 0.5in;
margin-left: 0.5in;
}

.banner1 {
    margin-top: 3rem;
    padding: 0 .55in;
    display: flex
}
.info-page{
    gap: 0.2in;
}
    .info-page ul {
        max-width: 10.8in;
    }
li p{
    opacity: .6;
}
ul li{
    list-style: none;
}
.banner2 img, .banner3 img, .banner4 img{
    height: 100%;
    object-fit: cover;
width: 100%;
}

.banner1 img {
    max-height: 50%;
    object-fit: cover;
    width: 100%;
}
.banner2{
    margin-left: 0.5in;
    width: 10.7in;
    height: 6.5in;
overflow: hidden;
}

.banner3{
    margin-left: 0.5in;
    width: 5.1in;
    height: 6.5in;
overflow: hidden;
}
.banner4{
    margin-left: 0.5in;
    width: 5.1in;
    height: 3in;
overflow: hidden;
}
.mb5{
    margin-bottom: 0.5in;
}
.fts1{
    display: flex;
}
.info{
    display: flex;
    align-items: center;
    gap: 10px;
}
.txt-info{
    max-height: 470px;
    overflow: hidden;
}
.infos{
    flex-wrap: wrap;
    font-size: 20px;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#backcover .backcoverimage img{
width: 100%;
height: 100%;
object-fit: cover;
}

.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 25;
    text-overflow: inherit;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    width: 80%;
    max-width: 600px;
}
