@import url("https://use.typekit.net/vli8kpd.css");

*::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important
}
*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
}
*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .08);
}
body *::selection {
    color: #fff;
    background: #2eace2;
}
html{
    margin: 0;
    height: 100%;
    width: 100%;   
}
body{
    font-family: "articulat-cf";
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body:before{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 127px;
    content: '';
    top: 0;
    left: 0;
}
.container{
    background: #fff;
    padding-right: 0;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 5px 0 rgba(0,0,0,.2);
    margin-top: 2em;
    height: 93%;
}
.smaller {
    height: 100%;
}
.info{
    background: #f4f6f7;
    padding-right: 0;
    padding-left: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
}
#users, .listado {
    height: 97%;
}
.proyect {
    overflow-y: auto;
    height: 100%;
    margin-top: 1em;  
}
.item-parroquia{
    cursor: pointer;
    min-height: 72px;
}
.item-parroquia:hover{
    background: #F4F5F5;
}
.active{
    background: #E9EBEB;
}
.active:hover{
    background: #E9EBEB;
}
.iglesia{
    width: 130px;
    height: 129px;
    object-fit: cover; 
    margin-left: 1em;
    border-radius: 50%;
}
.iglesia-small{
    width: 50px;
    height: 49px;
    object-fit: cover;
    border-radius: 50%;
}
#nombre{
    font-family: "articulat-cf";
    color: #ffffff;
}
.municipio{
    color: #666;
}
#cargar{
    height: 100%;
}
.head{
    background: url('../images/bg_head.jpg');
    background-size: cover;
    padding: 2em 0;
    margin-left: 0;
    margin-right: -1px;
    min-height: 174px;
}
.content-info{
    height: 100%;
    box-shadow: 1px 9px 12px #00000024;
    overflow: hidden;
}
#clear{
    padding: 3px 12px;
    border-radius: 0 4px 4px 0;
}
.buscador{
    display: inline-block;
}
#vicaria{
    margin-top: 0;
    color: #015379;
}
.vcenter{
    display: flex;
    align-items: center;
}
.smargin-top{
    margin-top: 0 !important;
}
.title-info{
    color: #008fe1;
    font-weight: 100 !important;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 6px;
}
.smaller {
    height: 100%;
}
#telefono:before{
    content: "(4) ";
}
.datos{
    font-family: "articulat-cf";
    font-size: 1.2em;
}
.cont-datos-parroquia {
    padding: 1em 1.5em;
}
.cont-info{
    overflow-y: auto !important; 
}
.datos-parroquia{
    margin-bottom: 2.5em;
}
ul.vicarios{
    padding-left: 1.2em; 
}
.img-parroquia{
    width: 92%;
    height: 120px;
    object-fit: cover;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.img-parroquia:hover{
    opacity: .6;
}
.wrapper{
    width: 100%;
    height: 100%;
}
.cont-imgs{
    background: #fff;
    border-radius: 15px;
    padding: 2em 0em;
    margin: 1em;
    border: 1px solid rgba(217, 217, 217, 0.48);
}
@media only screen and (max-width: 30rem) {
    .proyect {     
        height: 85%;
    }
    .container {
        box-shadow: none !important;
    }
    .smaller {
        height: 25em;
    }
    .content-info {
        overflow: auto;
    }
    body, .info{
        overflow: auto !important;
    }
    .iglesia {
        width: 90px;
        height: 90px;
    }
}
@media only screen and (min-width: 30.01rem) and (max-width: 48rem) {
    .container {
        margin-left: 0em;
    }
    .content-info {
        width: 125%;
    }
    .iglesia {
        width: 100px;
        height: 100px;
    }    
}
@media only screen and (min-width: 48.01rem) and (max-width: 60rem) {
    .iglesia {
        width: 100px;
        height: 100px;
        margin-left: 0em;
    }
}
