html {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Raleway', sans-serif;
    color: #404040;
}

ol, ul, dl {
    padding-left: 1.6rem;
}

a {
    color: #00a500;
    text-decoration: underline;
    transition: color .2s ease;
}

a:hover, .card-header h2 a:hover {
    color: #15a14a;
    text-decoration: none;
    text-decoration: none;
    transition: color .2s ease;
}

.iconos a {
    text-decoration: none;
    color: #000;
}

.iconos a:hover {
    text-decoration: none;
    color: #32822c;
}

.card-header h2 a {
    color: #000;
    text-decoration: none;
}

nav.barrasDeNavegacionBarraPrincipal {
    background-color: #fff !important;
    max-width: 1400px;
    padding-right: 72px;
    padding-left: 72px;
    margin: auto;
}

@media (max-width: 991px) {
    nav.barrasDeNavegacionBarraPrincipal {
        padding-left: 14px;
        padding-right: 14px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

nav.barrasDeNavegacionBarraPrincipal .nav-link {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .04rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
}

nav.barrasDeNavegacionBarraPrincipal .nav-link:hover,
nav.barrasDeNavegacionBarraPrincipal .nav-link:focus
{
    color: #15a14a;
}

nav.barrasDeNavegacionBarraPrincipal .navbar-toggler {
    border: none;
    padding: 0;
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 42px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.bg-img {
    width: 100%;
    position: relative;
    display: block;
    margin: 0 0 4rem 0;
    overflow: hidden;
    height: 500px;
    min-height: 280px;
    min-width: 300px;
}

.bg-img img {
    object-fit: cover;
    height: 118vh;
    width: 100%;
}

.overlay a {
    color: #bbffb5;
}

.overlay, .titulo.relacionado-principal h1 {
    width: 70%;
    position: absolute;
    color: #FFF;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-family: 'Arvo', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
}

.overlay, .bg-img, header h1 {
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media (max-width: 768px) {
    .bg-img {
        height: 280px !important;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        margin-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .overlay {
        font-size: 1rem;
        width: 90%;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.item img {
    margin-bottom: 1rem;
    min-height: 160px;
}

.item {
    margin: 1.5rem 0;
    font-family: 'Arvo', sans-serif;
    font-size: 1.3rem;
}

.container.footer {
    max-width: 1400px;
    padding-right: 72px;
    padding-left: 72px;
    font-size: 0.85rem;
}

.redes i {
    font-size: 1rem;
    margin-right: 0.8rem;
}

.footer a:hover {
    color: #15a14a;
}

@media (max-width: 991px) {
    .container.footer {
        padding: 0 30px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 768px) {
    .container.footer {
        font-size: 0.8rem;
        text-align: center;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 768px) {
    .redes {
        margin-top: 1rem;
    }
}

.fondo-pie {
    background-color: #111e18;
    padding: 2.5rem 0;
    margin-top: 6rem;
}

@media (max-width: 768px) {
    .fondo-pie {
        margin-top: 4rem;
    }
}

.footer, .footer a {
    color: #FFF;
    font-weight: 600;
    line-height: 1.5rem;
    text-decoration: none;
}

.footer .titulo {
    color: #15a14a;
    letter-spacing: .04rem;
    margin-bottom: .4rem;
}

.footer .titulo a {
    color: #15a14a;
}

.footer .titulo a:hover {
    color: #FFF;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.titulo.relacionado-principal {
    width: 100vw;
    height: 335px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .titulo.relacionado-principal {
        height: 160px !important;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.titulo.relacionado-principal h1 {
    font-size: 2.3rem;
}

header h2 {
    font-family: 'Arvo', sans-serif;
    font-size: 1.6rem;
    margin: 2.5rem 0 2rem;
}

@media (max-width: 768px) {
    header h2 {
        font-size: 1.2rem;
        margin: 1.5rem 0 1rem;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

header img {
    width: 100%;
}

@media (max-width: 768px) {
    .titulo.relacionado-principal h1 {
        font-size: 1.5rem !important;
        width: 90%;
        margin: 0;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.accordion > .card:first-of-type {
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: #15a14a;
    background-color: inherit;
}

.card {
    border-right: none;
    border-color: #d8d7d7;
    border-left: none;
}

.card-header {
    padding: 1.5rem 0;
    background: none;
}

.card-header h2 {
    margin-top: 0 !important;
}

.card-body {
    background-color: #f8f5f6;
    padding: 1.5rem 2rem;
    line-height: 1.7rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .card-body {
        padding: .8rem 1.1rem;
        line-height: 1.4rem;
        font-size: .9rem;
    }
}

.card-body .btn {
    border-radius: 3px;
    background-color: #def3dd;
    border: 1px solid #a7d6a7;
    color: #00a500;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 700;
    padding: 0.6rem 0.8rem;
}

.card-body:hover .btn {
    background-color: #7ac15c;
    color: #FFF;
    border: 1px solid #7ac15c;
}

.panelesColapsables {
    margin: 3rem auto;
}

@media (max-width: 768px) {
    .card-header {
        padding: 1rem 0;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 768px) {
    .panelesColapsables h2, .panelesColapsables h3, .proyectos .card-title h2 {
        font-size: 1rem !important;
        line-height: 1.5rem;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 768px) {
    .panelesColapsables {
        margin: 1.5rem auto;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.iconos {
    font-family: 'Arvo', sans-serif;
    font-size: 1.3rem;
    align-items: baseline;
    display: flex;
}

.iconos img {
    padding-bottom: 1rem;
    width: 150px;
}

.iconos .text-center {
    margin: 3rem 0;
}

@media (max-width: 766px) {
    .iconos .text-center {
        margin: 2rem 0;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 766px) {
    .iconos img{
        width: 100px;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 766px) {
    .iconos {
        font-size: 1.2rem;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

a[aria-expanded=false]:before {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    opacity: .8;
}

a[aria-expanded=true]:before {
    position: absolute;
    right: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    opacity: .8;
}

.pagination a:before {
    display: none;
}

table.table {
    text-align: left;
    border: 1px solid #ccc6c8;
    background: #FFF;
}

table td, table tr {
    border: 1px solid #ccc6c8;
    padding: 5px 6px;
    line-height: normal;
}

.table th, .table td {
    border: 1px solid #ccc6c8;
    padding: 0.6rem;
    font-size: .9rem;
    font-family: 'Open Sans',sans-serif;
    vertical-align: middle;
}

table tbody td {
    font-size: .96rem;
}

@media (max-width: 768px) {
    .table tbody td {
        font-size: .9rem;
    }
}

table p {
    padding: 0;
    margin: 0;
}

table tr:nth-child(even) {
    background: #edffea;
}

.panelesColapsables h3, .panelesColapsables h2 {
    font-family: 'Arvo', sans-serif;
    font-size: 1.2rem;
    letter-spacing: -.025rem;
}

li p, li, ol {
    margin-bottom: .3rem;
}

.contacto {
    font-family: 'Arvo', sans-serif;
    color: #15a14a;
    width: 80%;
    margin: 3rem auto;
}

@media (max-width: 992px) {
    .contacto {
        width: 90%;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.form-control {
    border-radius: 0;
    border-color: #c3c3c3;
    box-shadow: inset 7px 7px 5px -9px rgba(0,0,0,0.5);
    height: 2.6rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.form-group {
    margin-bottom: 1.8rem;
}

.form-group button {
    background-color: #52a24c;
    border-radius: 3px;
    border: 1px solid #52a24c;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    padding: .8rem 2rem;
}

.form-group button:hover {
    background-color: #448a3f;
    border-color: #448a3f;
}

@media (max-width: 992px) {
    .form-group button {
        width: 100%;
        display: flex;
        justify-content: center;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

.rc-anchor {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.proyectos {
    margin: 3rem auto;
}

@media (max-width: 768px) {
    .proyectos {
        margin-top: 1rem;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 768px) {
    .proyectos .card-body {
        padding: 1.5rem 1.5rem 0.5rem 1.5rem !important;
    }
}

.proyectos .card-subtitle {
    color: #15a14a;
}

.proyectos .principal {
    font-family: 'Arvo', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .proyectos .principal, .proyectos .card-subtitle h3 {
        font-size: 0.75rem !important;
    }
}

.proyectos .card-title h2 {
    font-family: 'Arvo', sans-serif;
    font-size: 1.3rem;
    letter-spacing: -0.3px;
    color: #000;
    font-size: 1.3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #51d798;
}

.proyectos .card-subtitle h3 {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 2.5rem;
}

.proyectos h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.proyectos .card-body {
    background-color: #e4fee2;
    padding: 2rem 2.5rem;
}

.proyectos .card {
    border-top: 4px solid #52a24c;
    border-bottom: none;
    border-radius: 0;
}

.proyectos .card-title h2 a {
    color: #000;
    text-decoration: none;
}

.proyectos .card-title h2 a:hover {
    color: #15a14a;
}

.nodo_85c84db5fffc5 .proyectos .card-subtitle {
    color: #15a14a;
    font-family: 'Arvo', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.nodo_85c84db5fffc5 .proyectos .card-title h2 {
    font-family: 'Arvo', sans-serif;
    font-size: 1.3rem;
    letter-spacing: -0.3px;
    padding-bottom: 0;
    color: #000;
    margin-bottom: 1rem;
    border-bottom: none;
}

.nodo_85c84db5fffc5 .proyectos .card-body {
    background-color: #f8f5f6;
}

.nodo_85c84db5fffc5 .proyectos .card {
    border: none;
}

.nodo {
    width: 74%;
    margin: auto;
}

.nodo header {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .nodo {
        width: 100% !important;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

aside img {
    width: 30%;
}

aside h2 {
    font-size: 1.2rem;
    font-family: 'Arvo', sans-serif;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
    margin-top: 3rem;
    letter-spacing: -0.02rem;
    color: #15a14a;
}

.articulo header {
    height: auto !important;
}

.articulo header h1, .articulo .fecha {
    margin: auto;
    position: relative;
    text-align: left;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
    font-weight: 400;
    color: #000;
}

.articulo header h1 {
    font-size: 1.8rem !important;
    font-family: 'Arvo', sans-serif;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    margin-top: 3rem;
    width: auto;
}

.articulo .fecha {
    font-size: 1rem !important;
    margin-bottom: 1rem;
    color: #555;
}

.articulo header p {
    margin: 2rem auto 1rem;
    font-size: 1rem;
    line-height: 1.7rem;
}

.articulo p {
    line-height: 1.7rem;
}


@media (max-width: 768px) {
    .articulo header h1 {
        font-size: 1.3rem !important;
        line-height: 1.5rem;
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 576px) {
    .articulo header p, .articulo header h1, .articulo .fecha {
        margin: 0.8rem 0;
        line-height: 1.4rem !important;
        font-size: 100% !important;
    }
}

@media (max-width: 576px) {
    .articulo p {
        margin: 0.8rem 0;
        line-height: 1.4rem !important;
    }
}

@media (max-width: 576px) {
    .articulo header h1 {
        margin: 0.8rem 0;
        line-height: 1.4rem !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 576px) {
    .articulo {
        font-size: 90%
    }
}

.breadcrumb {
    background-color: transparent;
    border-top: 1px solid #ccc;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    font-size: 0.7rem;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    line-height: 2.5rem;
    padding-left: 6%;
    height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 576px) {
    .breadcrumb {
        font-size: 0.65rem;
    }
}

@media (max-width: 991px) {
    .breadcrumb {
        padding-left: auto !important;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (max-width: 991px) {
    .breadcrumb {
        padding-left: 17px;
    }
}

.breadcrumb-item {
    margin: 0;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #000;
}

a.perma, a.detalle {
    display: none;
}

.media {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
    display: flex;
}

.media-body .fecha {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #149545;
    margin-bottom: 6px;
}

.media-body h3 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}

.media-body a {
    text-decoration: none;
    color: #000;
}

.media-body a:hover {
    color: #149545;
}

.media-body {
    margin-left: 26px;
}

@media (max-width: 768px) {
    .media {
        display: block;
    }
    
    .media-body {
        margin-left: 0;
        margin-top: 20px;
    }
    
    .media-body img {
        width: 100% !important;
    }
}

.bg {
    background-color: #3c7b3c;
}

.titular h1 {
    font-size: 26px;
    padding-bottom: 10px;
}

.titular h1 a {
    color: #FFF;
    text-decoration: none;
}

.titular {
    color: #CDE6CD;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.caja-titulo {
    align-self: center;
}

.bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.interior h1 {
    font-size: 26px;
    margin-bottom: 32px;
}

h2 {
    font-size: 1.5rem;
    margin-top: 20px;
}

ul h2 {
    font-size: 18px;
    font-weight: normal;
}

ul .nodo {
    margin: 0;
}

aside {
    transition: .4s ease;
    background-color:#fff;
    position: relative;
    border: 1px solid #dde4ec;
    border-top: 2px solid #00a500;
    border-radius: 0;
    padding: 16px 20px 8px;
    margin: 2.5rem 15px 0 0;
}

aside, aside a {
    text-align: left;
    text-decoration: none;
    color: #000;
}

aside:hover {
    transition: .3s;
    border: 1px solid #63b363;
    border-top: 2px solid #00a500;
}

aside h2 {
    font-weight:400;
    margin-right:-20px;
    margin-left:-20px;
    line-height:normal;
    padding:0 20px 16px;
    border-bottom:1px solid #c8cfd8;
    font-size:19px;
    margin-bottom:20px;
    margin-top: 0;
}

aside h2 a {
    color:#00a500;
}

aside h2 a:hover {
    color:#0f840f;
    text-decoration: none;
}

aside ul {
    list-style: none;
    padding: 0 0 0 15px;
    line-height: normal!important;
    padding-left: 15px;
}

aside ul li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

aside ul li a:before {
    content: "";
    position: absolute;
    border-right: 1px solid #4e576b;
    border-bottom: 1px solid #4e576b;
    width: 7px;
    height: 7px;
    top: 10px;
    left: -17px;
    transform:translateY(-50%) rotate(-45deg);
    transition:.3s ease
}

aside ul li a:hover:before {
    left: -14px;
    transition: .1s ease;
}

aside ul .active a:before, aside ul li a:hover:before {
    border-color:#00a500;
}

aside ul ul {
    margin-top: .7rem;
}

aside ul ul li a:before {
    content:none;
}

aside ul li.active:before {
    transform:translateY(-70%) rotate(45deg);
}

aside .active a, aside ul ul .active a {
    color:#00a500;
    font-weight: 500;
}

aside .active ul a {
    color:#576873;
}

.small.retornar {
    margin:16px -26px -17px;
    border-top:1px solid #d4d4d4;
    border-bottom:1px solid #d4d4d4;
    line-height:normal;
    font-size:15px;
    border-left:1px solid transparent;
    transition:.5s;
}

section.listado > ul > li:hover, section.personalizado > ul > li:hover {
    border: 1px solid #7eb0dc;
}

section.listado > ul > li.documento::before, section.personalizado > ul > li.documento::before {
    content: "\F56D";
}

section.listado > ul > li::before, section.personalizado > ul > li::before {
    content: "\F111";
    font-family: Font Awesome 5 Free;
    font-weight: 600;
    position: absolute;
    font-size: 7px;
    color: #768894;
    font-size: 16px;
    margin-left: 0;
    margin-top: -2px;
}

.listadoConIconos ul {
    padding: 0;
    list-style: none;
}

.listadoConIconos h3 {
    padding: 0;
    font-size: 1.2rem;
}

.listadoConIconos .documento h3 {
    margin: 0 0 0 24px;
    padding: 0;
    line-height: normal;
    font-weight: normal;
    font-size: 1.1rem;
}

section.listadoConIconos > ul > .documento::before {
    content: '\F56D';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    font-size: 7px;
    color: #00a500;
    font-size: 16px;
    margin-left: 0;
    margin-top: -2px;
}

section.listadoConIconos > ul > li {
    padding: 16px 20px;
    background-color: #f7f2ef;
    border-radius: 3px;
    margin-bottom: 16px;
    border: 1px solid #f7f2ef;
}

.listadoConIconos a {
    color: #111e18;
    text-decoration: none;
}

.listadoConIconos a:hover {
    color: #00a500;
}

section.listadoConIconos > ul > li:hover {
    border: 1px solid #9bcf9b;
}

.grupos {
    a {
        text-decoration: none;
    }
    .page-link.dropdown.active {
        background-color: #FFF;
        border: 1px solid #dee2e6;
    }
}

.accordion-body {
    background-color: #f8f5f6;
}

.listadoConImagenesRelacionadas .media img {
    max-width: 200px;
}
