/*
Theme Name: Quillota Digital 1.0
Theme URI: https://www.quillota.cl/
Description: Plantilla para Sistema Municipal de Gestión "Quillota Digital" Municipalidad de Quillota (Incluye material design, "bootstrap" y "responsive adaptation")
Version: 1.0 (beta versión)
Author: Tomas Donoso Pérez
Author URL: www.tbox.cl
*/

/*--- Necesario para alinear imagenes de un post ---*/
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
body {
    background-color: #fff !important;
    background-size: contain;
    overflow-x: hidden;
    margin: 0;
    color: #000;
}

h1 {
    font-family: Stockolm-Bold;
    color: #125475 !important;
}
h2 {
    font-family: Stockolm-Bold;
}
h3 {
    font-family: Stockolm-Bold;
    color: #125475 !important;
}
h4 {
    font-family: Stockolm-Regular;
}

/*--- ENCABEZADO ---*/
.menu-tope {
    font-family: Stockolm-Regular;
    font-size: 0.7em;
    line-height: 2em;
    background-color: rgba(18, 84, 117, 0.8);
    color: #fff !important;
    height: 36px;
}
.leyes_transparencia {
    list-style:none;
    position:absolute;
    right:70px;
    overflow:hidden;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    top:80px
}
.leyes_transparencia li a span {
    font-size:30px;
    line-height:normal
}
li.leytrans {
    padding: 0 3px;
}
li.leytransi {
    padding: 5px 0 0 7px;
}
li.leytrans a {
    color: #fff;
    text-decoration: none;
}
li.leytransi a {
    color: #fff !important;
    text-decoration: none;
}
.pu {
    margin-top: 0;
    margin-bottom: -10px;
}
.rayaley {
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
    height: 70%;
}
.logo {
    width: 200px;
    padding: 25px 0 25px 0;
}
.encabezado {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.navbar {
    font-family: Stockolm-Regular;
    text-shadow: 1px 1px 2px #121212;
    font-size: 0.9em;
    background-color: transparent;
    color: #fff !important;
    text-transform: uppercase;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #125475 !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.navbar a {
    color: #fff !important;
}
.fondo-index {
    position: relative;
    z-index: -999;
    margin-top: -164px;
}
.rrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px !important;
    margin-left: -30px !important;
}
/*--- FUENTES ----*/
@font-face {
 font-family: Stockolm-Bold;
 src: url("http://simge.quillota.cl/assets/fonts/StockholmType-Bold.eot") format("eot"),
  url("http://simge.quillota.cl/assets/fonts/StockholmType-Bold.ttf") format("truetype");
}
@font-face {
 font-family: Stockolm-Regular;
 src: url("http://simge.quillota.cl/assets/fonts/StockholmType-Regular.eot") format("eot"),
  url("http://simge.quillota.cl/assets/fonts/StockholmType-Regular.ttf") format("truetype");

/*--- BUSCADOR ---*/
.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: #353b48;
    border-radius: 30px;
    padding: 0;
    }
    .search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
    }
    .searchbar:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:red;
    transition: width 0.4s linear;
    }
    .searchbar:hover > .search_icon{
    background: white;
    color: #e74c3c;
    }
    .search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;
    text-decoration:none;
    }
/*--- CUERPO ----*/


/*--- PIE DE PAGINA ----*/

/*--- ENCABEZADO CUADRO ---*/
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 4px;
}

.table-primary, .table-primary>td, .table-primary>th {
    background-color: #125475;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #c3c2c1;
}
.encab {
    color: #fff !important;
    font-family: 'Kulim Park', sans-serif;
    font-weight: 700;
}
.contenido-libro {
    font-family: 'Kulim Park', sans-serif;
    font-weight: 400;
}
.fecha-tit {
    font-family: 'Kulim Park', sans-serif;
    font-weight: 400;
}
.footer {
    color: #fff !important;
    font-family: 'Kulim Park', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    background: #125475;
    position:fixed;
   left:0px;
   bottom:0px;
   height:30px;
   width:100%;
}
.bg-primary {
background: #125475 !important;
box-shadow: 0 3px 5px 0 #050505 !important;
}