390 lines
5.9 KiB
CSS
390 lines
5.9 KiB
CSS
body {
|
|
overflow-x:hidden!important;
|
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
font-size: 14px;
|
|
line-height: 1.42857143;
|
|
color: #333;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: "Helvetica", times, sans-serif;
|
|
font-weight: 500;
|
|
line-height: 1.1;
|
|
}
|
|
|
|
#cabecera{
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
#cabecera-botonera-admin {
|
|
background-color: #777677;
|
|
}
|
|
|
|
|
|
.btn-botonera-admin {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
border-left: 1px solid white;
|
|
}
|
|
|
|
|
|
#botonera-admin,
|
|
#botonera-admin>a {
|
|
color: white !important;
|
|
}
|
|
|
|
.btn-botonera-admin:hover {
|
|
background-color: black;
|
|
}
|
|
|
|
.btn.btn-botonera-admin:hover {
|
|
color: white !important;
|
|
}
|
|
|
|
.intro-social-buttons {
|
|
padding-top: 10px !important;
|
|
}
|
|
|
|
#botonera_landing {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.boton_land {
|
|
margin-left: 3px !important;
|
|
}
|
|
|
|
.cabecera {
|
|
padding-bottom: 30px;
|
|
padding-left: 80px !important;
|
|
}
|
|
|
|
#logo_cabecera {
|
|
max-width: 80% !important;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#encabezado_proyecto {
|
|
padding-top: 30px;
|
|
}
|
|
|
|
|
|
/*PROYECTOS*/
|
|
|
|
/* @media (max-width: 767px){
|
|
.container-fluid.box{
|
|
padding-left: 15px !important;
|
|
}
|
|
} */
|
|
|
|
#proyectos {
|
|
background-color: #d4d4d4;
|
|
}
|
|
|
|
|
|
.div_proyecto{
|
|
display: inline-block;
|
|
position: relative;
|
|
margin: 10px;
|
|
float: left;
|
|
background-color: grey;
|
|
height: 200px;
|
|
width: 200px;
|
|
}
|
|
|
|
.img-gris{
|
|
-webkit-filter: grayscale(100%) blur(3px) ;
|
|
height: 200px;
|
|
width: 200px;
|
|
z-index:10;
|
|
transition:filter 0.2s;
|
|
-webkit-transition:-webkit-filter 1s;
|
|
}
|
|
.img-gris:hover{
|
|
filter: grayscale(0);
|
|
z-index: 500;
|
|
-webkit-filter: grayscale(0);
|
|
}
|
|
|
|
.proyecto_titulo{
|
|
position: absolute;
|
|
top:100px;
|
|
color:#fff;
|
|
background-color:#000;
|
|
padding:2px ;
|
|
opacity:0.5;
|
|
font-weight:bold; width:190px; z-index:20; word-wrap: break-word;
|
|
}
|
|
|
|
/*fin proyectos*/
|
|
|
|
|
|
|
|
.thumbnail {
|
|
height: 100% !important;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 0px 0px 70px 0px;;
|
|
border:none;
|
|
}
|
|
|
|
.box-secciones {
|
|
/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
|
|
transition: all 0.3s cubic-bezier(.25, .8, .25, 1);*/
|
|
border-radius: 0px !important;
|
|
padding: 50px;
|
|
border-bottom: 1px solid lightgrey;
|
|
}
|
|
|
|
.box-secciones:hover {
|
|
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
|
|
}
|
|
|
|
.img-secciones {
|
|
max-height: 250px;
|
|
}
|
|
|
|
#buscador_centro {
|
|
display: inline-flex;
|
|
}
|
|
|
|
#buscador_blog {
|
|
display: inline-flex !important;
|
|
}
|
|
|
|
#fh5co-footer{
|
|
display: inline-block;
|
|
}
|
|
|
|
|
|
|
|
|
|
/* nube de etiquetas */
|
|
|
|
div.etiquetas {
|
|
/* font-family: verdana,arial,helvetica;
|
|
font-size:8pt;
|
|
*/
|
|
padding: 5px;
|
|
}
|
|
|
|
div.etiquetas span {
|
|
float: left;
|
|
margin: 0 3px 0 3px;
|
|
height: 20pt;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
span.etiquetatam1 {
|
|
font-size: 110%;
|
|
}
|
|
|
|
span.etiquetatam2 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
span.etiquetatam3 {
|
|
font-size: 130%;
|
|
}
|
|
|
|
span.etiquetatam4 {
|
|
font-size: 140%;
|
|
}
|
|
|
|
span.etiquetatam5 {
|
|
font-size: 150%;
|
|
}
|
|
|
|
span.etiquetatam6 {
|
|
font-size: 160%;
|
|
}
|
|
|
|
span.etiquetatam7 {
|
|
font-size: 170%;
|
|
}
|
|
|
|
span.etiquetatam8 {
|
|
font-size: 180%;
|
|
}
|
|
|
|
span.etiquetatam9 {
|
|
font-size: 250%;
|
|
}
|
|
|
|
span.etiquetatam10 {
|
|
font-size: 300%;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* nube de etiquetas */
|
|
|
|
.drop-up {
|
|
top: auto;
|
|
bottom: 100% !important;
|
|
|
|
overflow: visible;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
min-width: 300px;
|
|
padding: 3px;
|
|
z-index: 99999;
|
|
}
|
|
|
|
.navbar .navbar-nav {
|
|
display: inline-block;
|
|
float: none;
|
|
}
|
|
|
|
.navbar .navbar-collapse .navbar-principal {
|
|
text-align: center;
|
|
height: 30px;
|
|
margin-top: -13px;
|
|
}
|
|
|
|
.navbar-principal>li>a,
|
|
{
|
|
padding-top: 0px !important;
|
|
padding-bottom: 0 !important;
|
|
height: 30px;
|
|
margin-top: -13px;
|
|
}
|
|
|
|
.navbar-principal {
|
|
min-height: 30px !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
.topnav {
|
|
width: 100px !important;
|
|
display: inline;
|
|
height: 30px;
|
|
padding-top: -10px !important;
|
|
padding-bottom: 0 !important;
|
|
height: 30px;
|
|
background: none;
|
|
border: 0px;
|
|
-webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*width:80px; background: none; border:0px; -webkit-box-shadow: none;
|
|
-moz-box-shadow: none;
|
|
box-shadow: none;
|
|
*/
|
|
|
|
@media all {
|
|
div.saltopagina {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
div.saltopagina {
|
|
display: block;
|
|
page-break-before: always;
|
|
}
|
|
div.noprint {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
<!-- ESTILOS PRIORITARIOS -->
|
|
.modal-dialog {
|
|
width: 95% !important;
|
|
height: auto;
|
|
padding: 0;
|
|
}
|
|
|
|
.modal-lg {
|
|
width: 98% !important;
|
|
height: auto;
|
|
|
|
padding: 0;
|
|
}
|
|
|
|
.modal-xs {
|
|
width: 40% !important;
|
|
height: auto;
|
|
|
|
padding: 0;
|
|
}
|
|
|
|
.modal-content {
|
|
height: auto;
|
|
}
|
|
|
|
.modal-body {
|
|
max-height: calc(100vh - 300px);
|
|
min-height: calc(100vh - 300px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
fieldset.fieldset-borde {
|
|
border: 2px solid #EDEDED !important;
|
|
border-radius: 3px;
|
|
padding: 0 1.4em 1.4em 1.4em !important;
|
|
margin: 0 0 1.5em 0 !important;
|
|
-webkit-box-shadow: 0px 0px 0px 0px #000;
|
|
box-shadow: 0px 0px 0px 0px #000;
|
|
}
|
|
|
|
legend.legend-area {
|
|
font-size: 1.2em !important;
|
|
font-weight: bold !important;
|
|
text-align: left !important;
|
|
width: auto;
|
|
padding: 0 10px;
|
|
border-bottom: none;
|
|
}
|
|
|
|
.fh5co-post-entry article h2 {
|
|
font-size: 28px;
|
|
!important;
|
|
}
|
|
|
|
#fh5co-offcanvas .fh5co-bio img {
|
|
border-radius: 10px !important;
|
|
}
|
|
|
|
fieldset.fieldset-borde {
|
|
border: 2px solid #EDEDED !important;
|
|
border-radius: 3px;
|
|
padding: 0 1.4em 1.4em 1.4em !important;
|
|
margin: 0 0 1.5em 0 !important;
|
|
-webkit-box-shadow: 0px 0px 0px 0px #000;
|
|
box-shadow: 0px 0px 0px 0px #000;
|
|
}
|
|
|
|
legend.legend-area {
|
|
font-size: 1.2em !important;
|
|
font-weight: bold !important;
|
|
text-align: left !important;
|
|
width: auto;
|
|
padding: 0 10px;
|
|
border-bottom: none;
|
|
}
|
|
/*
|
|
RESPONSIVE */
|
|
|
|
@media (max-width: 767px){
|
|
.box {
|
|
display: table !important;
|
|
}
|
|
}
|