107 lines
1.5 KiB
CSS
Executable File
107 lines
1.5 KiB
CSS
Executable File
section.item{
|
|
background-size:cover;
|
|
background-attachment: fixed;
|
|
background-image:url("grulla_10.jpg");
|
|
background-position:center;
|
|
display:block;
|
|
padding:50px 0px 0px 0px;
|
|
|
|
}
|
|
section.transp{
|
|
background-color:rgba(255,255,255,0.8);
|
|
max-width: 1000px;
|
|
margin: auto;
|
|
padding: 20px 0px;
|
|
}
|
|
|
|
article.iimage{
|
|
flex:5 1;
|
|
margin:auto;
|
|
display:inline;
|
|
padding:0px 5px;
|
|
|
|
}
|
|
img.small{
|
|
border-radius:20px;
|
|
display:block;
|
|
width:auto;
|
|
height:100%;
|
|
min-height:60vh;
|
|
margin:auto;
|
|
padding:15px;
|
|
}
|
|
article.iinfo{
|
|
flex:4 1;
|
|
margin:auto;
|
|
padding: 5px 15px;
|
|
}
|
|
p.txt{
|
|
background-color:white;
|
|
font-size:1.2em;
|
|
padding: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
section.ibottom{
|
|
background: #C22A39;
|
|
padding:40px;
|
|
|
|
}
|
|
|
|
section.description{
|
|
background-color:white;
|
|
justify-content: center;
|
|
-webkit-justify-content: center;
|
|
}
|
|
|
|
p.promo{
|
|
color: #c22a39;
|
|
font-size: 1.4em;
|
|
text-align:right;
|
|
margin-right:10%;
|
|
font-weight:bold;
|
|
}
|
|
|
|
|
|
p.elow{
|
|
color: black;
|
|
font-size: 1.4em;
|
|
text-align:right;
|
|
margin-right:10%;
|
|
}
|
|
|
|
p.eldep{
|
|
color: #c22a39;
|
|
font-size: 1.4em;
|
|
text-align:right;
|
|
text-transform: uppercase;
|
|
margin-right:10%;
|
|
font-weight:bold;
|
|
}
|
|
|
|
div.ppl{
|
|
background-color: rgba(0,0,0,0.8);
|
|
border-radius: 25px;
|
|
padding:20px;
|
|
text-align: center;
|
|
}
|
|
p.nombre{
|
|
font-size: 2.2em;
|
|
color: white;
|
|
text-align: left;
|
|
margin: auto;
|
|
text-decoration: underline;
|
|
max-width:850px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
p.tit{
|
|
font-size: 1.8em;
|
|
color: white;
|
|
text-align: center;
|
|
margin: 30px auto;
|
|
font-style: italic;
|
|
}
|
|
|
|
|