/*
 * CMS code goes here.
 * 
 */

.h1.page-title {
    font-size: 2rem !important;
    font-weight: 600;
}
h2 {
    font-size: 1.25rem !important;
    margin-bottom: 0;
}
h3 {
    font-size: 1.125rem !important;
}
h2:not(:first-child) {
    padding-top: 1rem;
}


h4.tits-descripcion-productos, 
h3.tits-descripcion-productos, 
h2.tits-descripcion-productos {
    background-color: #f1f1f1;
    display: block;
    border: solid 2px #f1f1f1;
    border-radius: 10px 10px 0 0 !important;
    padding: 10px 20px;
    margin-bottom: -4px;
    width: 100% !important;
}
.bloque-ficha-campo {
    border-radius: 10px !important;
    padding: 30px 20px;
    border: 1px solid #ebebeb;
    background: #fdfdfd;
}
.title_text_destacado {
    font-size: 2.2em;
    color: #76bc34;
}
.title_text_block_home {
    font-size: 1.8em;
}

.countries-container {
    grid-auto-flow: column dense;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    max-width: 750px;
}
.countries-container a img {
    border: 1px solid #d3d3d3;
}

