/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

 @import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Roboto:wght@100;500&display=swap');

 body *{
    font-family: 'Roboto', sans-serif;

 }
 h1, h2, h3,h4,h5{
    font-family: 'Fjalla One', sans-serif;
 }

.region-search .form-search{
    border: 1;
    z-index: 2;
    height: 44px;
    line-height: 24px;
    position: relative;
    padding: 10px 54px 10px 20px;
}
.region-search .form-submit{
    border-left: 0px;
    
    z-index: 2;
    height: 44px;
    line-height: 24px;
    background-color:#fff;
    color:#ccc;
    border-color:#ccc;
}
.path-node .region-header h1{
    font-size:1.8em;
}
.mainmenu{
    background-color:#77b748;
    border-bottom: 2px solid #5f923a;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.mainmenu .nav > li > a:hover{

    background-color: transparent;
}
.mainmenu a{ 
    color:#fff;
    
}
.block-title{
    border-bottom: 1px solid darkgray;
    margin-bottom:20px;
    padding-bottom:20px;
}
.block-views-blockrecuento-de-tipos-block-1 .view-content .views-row,
.block-views-blockrecuento-categorias-block-1 .view-content .views-row{
    display:inline-block;
    width:19%;
    text-align:center;
}

.block-views-blockrecuento-de-tipos-block-1 .views-row .views-field-nid,
.block-views-blockrecuento-de-tipos-block-1 .views-row .views-field-name a,
.view-recuento-categorias .views-row .views-field-nid,
.view-recuento-categorias .views-row .views-field-name a{
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-weight:bold;

}
.block-views-blockrecuento-de-tipos-block-1 .views-row .views-field-name a,
.view-recuento-categorias .views-row .views-field-name a{
    font-size:1.2em;
}
.block-views-blockrecuento-de-tipos-block-1 .views-row .views-field-nid,
.view-recuento-categorias .views-row .views-field-nid{
    font-size:1.4em;
}