148 lines
3.6 KiB
CSS
148 lines
3.6 KiB
CSS
/* Colores corporativos */
|
|
.rezolaOrangeBackground { background-color:rgba(255,153,51,255); }
|
|
.rezolaOrangeColor {color:rgba(255,153,51,255); }
|
|
|
|
|
|
/* Tipografias */
|
|
body {font-family:'Montserrat',sans-serif;}
|
|
h1 {font-family: 'Roboto',sans-serif;}
|
|
div.post-header h1 { font-size:6em;font-size:15vmin;font-weight:800;}
|
|
h1,h2,h3,a {color:rgba(255,153,51,255);max-width:80%;}
|
|
div.content {margin-bottom:3em;}
|
|
div.content h2 {margin-top:3em; }
|
|
div.content h3 {margin-top:3em; font-weight:bold; color:#000;}
|
|
div.row {margin-right:0 !important; margin-left:0 !important;}
|
|
|
|
/* Grid */
|
|
.main {padding:0;}
|
|
.square {
|
|
float:left;
|
|
position:relative;
|
|
width:20%;
|
|
padding-bottom:20%;
|
|
margin:0;
|
|
background-position:center center;
|
|
background-repeat: no-repeat;
|
|
background-size:cover;
|
|
background-color:rgba(255,153,51,255);
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.square {
|
|
max-width:100%;
|
|
width:100% !important;
|
|
padding-bottom:50% !important;
|
|
}
|
|
}
|
|
|
|
.square:hover {
|
|
opacity:0.5;
|
|
cursor:pointer;
|
|
}
|
|
|
|
/* slider */
|
|
.slider {background-color:#231f20;}
|
|
.step {
|
|
float:left;
|
|
position:relative;
|
|
width:100%;
|
|
margin:0;
|
|
padding-bottom:40%;
|
|
background-size:cover;
|
|
background-repeat: no-repeat;
|
|
background-position:center center;
|
|
background-image:url('/assets/anorga3.jpg');
|
|
/*-webkit-filter: blur(5px);
|
|
-moz-filter: blur(5px);
|
|
-o-filter: blur(5px);
|
|
-ms-filter: blur(5px);
|
|
filter: blur(5px); */
|
|
}
|
|
|
|
.step .content {
|
|
position:absolute;
|
|
height:90%;
|
|
width:90%;
|
|
padding:5%;
|
|
}
|
|
|
|
.step .content .table {
|
|
display:table;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.step .content .table .table-cell {
|
|
display:table-cell;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
.step .content .table .table-cell h2 { font-size:5em;}
|
|
.step .content .table .table-cell p { font-size:3em; color:#fff;}
|
|
|
|
/* Redefinir Bootstrap */
|
|
.an-navbar {
|
|
padding:5px 0;
|
|
margin-bottom:0;
|
|
border-bottom:1px solid rgba(255,153,51,255);
|
|
}
|
|
.progress { margin-bottom:0; border-radius:0 !important;}
|
|
.an-progress-bar {background-color:rgba(255,153,51.255); background-color:#ff9933; }
|
|
|
|
footer { background:#231f20;padding:30px 0;}
|
|
h2 {font-weight:bold; color: rgba(255,153,51.255);}
|
|
.navbar-brand { font-size:32px; margin:5px; color:rgba(255,153,51.255);}
|
|
.anorgatarrak { font-family: 'Nothing You Could Do', cursive; color:rgba(255,153,51.255) !important; color:#ff9933 !important;}
|
|
|
|
.ficha-header { background-color:#231f20;}
|
|
.ficha {padding:10px;margin-bottom:10px;}
|
|
|
|
.breadcrumb { display:none; }
|
|
|
|
/* slideshow */
|
|
|
|
.slideshow {
|
|
background:#ff9933;
|
|
}
|
|
|
|
.slideshow li {
|
|
width:100%;
|
|
}
|
|
|
|
.slideshow img {
|
|
width:100%;
|
|
}
|
|
|
|
.slideshow img::before {display:none;}
|
|
|
|
.navbar-header .navbar-collapse ul li.lang-item { float:left;}
|
|
.navbar-header .navbar-collapse ul { list-decoration:none;padding:0;}
|
|
.navbar-header .navbar-collapse ul li a { padding:10px 15px; }
|
|
|
|
/* static slider */
|
|
|
|
.slideshow-static { padding:0; }
|
|
.slideshow-static li { list-style:none;}
|
|
|
|
#loading-bar .bar {
|
|
background: #ff9933 !important;
|
|
}
|
|
|
|
div.post-header div.row { background:rgba(0,0,0,0.8);}
|
|
|
|
li.anor-list-items { width:100%;float:right;margin-top:1em;margin-bottom:1em;}
|
|
li.anor-list-items ul {list-style:none;}
|
|
li.anor-list-items ul li {float:left;margin:2px;}
|
|
|
|
.lan_link { cursor:pointer; text-align:center; font-weight:bold; color:#000 !important;}
|
|
.navbar-language > li .lan_link:hover { background:none;}
|
|
.navbar-language > li:hover {background:#fff;}
|
|
.menu-item a:hover {background:transparent !important;color:#fff !important; font-weight:bold;}
|
|
|
|
div.clear { clear:both; height:2em;}
|
|
|
|
img.alignleft { float:left; margin:0.5em 1em 0.5em 0;}
|
|
/*img.alignleft::before { clear:both; height:2em; content : "Nothing";}*/
|
|
|
|
.homepage-content-item:hover {opacity:0.8;}
|