/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.03202023.2330 Updated: 2023-03-19 22:03

*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-v4-grid-only@1.0.0/dist/bootstrap-grid.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-alpha1/css/bootstrap-utilities.min.css");

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 500!important;
}

.site-branding {
    margin-right: 100px;
}

.main-header {
    margin: 0;
}

.site .primary-menu-container a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background-color: #fff!important;
}

.elementor-kit-8 {
    --e-global-color-primary: #0397D6;
}

.main-header .site-title {
    color: #20354F!important;
    font-family: "Montserrat", Sans-serif!important;
    font-size: 18px!important;
    text-transform: none!important;
    text-align: center;
    padding: 15px 0!important;
}

.main-header .site-title a {
    text-decoration: none;
}

.primary-navigation {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 3px 0px 4px 0px;
}

.primary-navigation > div > .menu-wrapper {
    justify-content: center;
}

.primary-navigation .menu-item a {
    font-family: "Open Sans", Sans-serif;
    color: #19486A!important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none!important;
    position: relative;
    padding-left: 0!important;
    padding-right: 0!important;
    margin: 0 10px;
}

.primary-navigation .menu-item a:hover:after,
.primary-navigation .menu-item.current-menu-item a:after {
    content: '';
    bottom: 0;
    display: block;
    position: absolute;
    text-decoration: none;
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #6cb33e;
    z-index: 2;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.site-main > * {
    margin: 0!important;
}

.search-container {
    margin-top: 1.5rem;
    margin-bottom: 3.5rem;
}

.search-form {
    max-width: 100%;
}

.search-field,
.search-submit {
    margin: 0!important;
    height: 50px!important;
}

.search-field {
    border-color: #19486a!important;
}

.search-submit {
    border: var(--button--border-width) solid #19486a!important;
    border-radius: var(--button--border-radius)!important;
    cursor: pointer;
    font-weight: var(--button--font-weight);
    font-family: var(--button--font-family);
    font-size: var(--button--font-size);
    line-height: var(--button--line-height);
    text-decoration: none;
    background-color: #19486a!important;
    padding: 0 40px!important;
}

.search-submit:hover {
    background-color: #0397D6!important;
    color: #fff;
}

.filter_sidebar .filter-reset:focus{
    background-color: transparent!important;
    color: #000!important;
} 

.filter_sidebar > ul{
    padding-left: 0;
}

.filter_sidebar a,
.filter_sidebar strong,
.filter_sidebar p{
    font-size: 1rem!important;
}

.filter_sidebar strong {
    line-height: 40px;
}

.filter_sidebar a {
    line-height: 110%;
    display: inline-block;
    text-decoration: none;
}

.filter_sidebar a:hover {
    text-decoration: underline;
}

.filter_sidebar .complementary_trigger {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.filter_sidebar .complementary_trigger:after {
    position: absolute;
    background: transparent url('./assets/chevron-dark.svg') center no-repeat; 
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
}

.filter_sidebar .complementary_trigger.show:after {
    transform: rotate(180deg);
}

.filter_box,
.filter_box ul {
    list-style: none;
}

.filter_box ul {
    padding-left: 20px;
}

.filter_sidebar li {
    margin-bottom: 5px;
    line-height: 140%;
    padding-right: 35px;
    position: relative;
}

.filter_sidebar li span.item_count {
    position: absolute;
    right: -40px;
    top: 1px;
    color: #808080;
    font-size: 1rem;
    line-height: 120%;
}

.filter_sidebar li label {
    padding-left:0;
    margin-bottom: 0;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
    line-height: 120%;
    display: inline-block;
    width: 100%;
}

.filter_sidebar li label:after {
    position: absolute;
    background: transparent url('./assets/checkbox-empty.png') center no-repeat; 
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    top: 2px;
}

.filter_sidebar li input[type="checkbox"]:checked + label:after {
    position: absolute;
    background: transparent url('./assets/checkbox-selected.png') center no-repeat; 
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    top: 10%;
}

.filter_box {
    border: 1px solid #0397D6;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.filter_head {
    background-color: #0397D6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
    height: 40px;
    margin-top: 30px;
}

.filter_head:first-of-type {
    margin-top: 0;
}

.filter_header_title {
    display: block;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}

.filter_header_title:after {
    position: absolute;
    background: transparent url('./assets/chevron.svg') center no-repeat; 
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    right: 0;
    top: 12px;
    transform: rotate(180deg);
}

.filter_head.closed {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.filter_head.closed .filter_header_title:after {
    transform: rotate(0deg);
}

.filter_head.closed + ul.filter_box{
    display: none;
}

.filter_sidebar .filter-reset {
    font-family: "Quicksand", Sans-serif!important;
    text-align: center!important;
    background-color: #19486A!important;
    color: #fff!important;
    width: 100%!important;
    padding: 15px 30px 15px 30px!important;
    line-height: 1.6!important;
    border: 2px solid #fff !important;
    border-radius: 6px;
    font-size: 14px!important;
    text-decoration: none!important;
}

.btn-submit-filter {
    background-color: #6cb33e!important;
    color: #fff!important;
    margin-top: 30px;
    width: 100%!important;
    padding: 15px 30px 15px 30px!important;
    font-size: 14px!important;
    text-transform: capitalize!important;
}

.btn-submit-filter:hover {
    background-color: #0397D6!important;
    color: #fff!important;
    border-color: #0397D6!important;
}

.no-resuls-heading {
    color: rgb(125, 130, 137)!important;
}

.card {
    overflow: hidden;
    border-bottom: 1px solid #71b33e;
}

.blibliocard-date,
.biblioteca-author,
.content-box,
.card p {
    font-size: 1rem;
    line-height: 130%;
}

.biblioteca-author {
    display: block;
}

.card:last-child {
    border: none;
}

.bibliocard-title {
    font-size: 1.2rem!important;
}

.bibliocard-title a {
    color: #0397D6;
    text-decoration: none;
}

.bibliocard-thumbnail img {
    max-width: 80px!important;
    height: auto!important;
}

.bibliocard-single-title {
    font-size: 1.8rem!important;
}

.bibliocard-single-subtitle {
    font-size: 1.3rem!important;
    color: rgb(125, 130, 137)!important;
}

.bibliocard-single-thumbnail {
    width: 80px;
    float: left;
}

.bibliocard-single-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* wp page navi */
.wp-pagenavi .pages {
    border: none;
    font-size: 14px;
}

.wp-pagenavi span,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .page,
.wp-pagenavi .previouspostslink {
    font-size: 14px;
}

.wp-pagenavi .current {
    border: none;
    background-color: #19486a;
    color: #fff;
}

#main.site-main {
    padding-top: 0!important;
}

/* Search Results */
.search-results-title {
    font-size: 2rem;
}


/* Footer */
#footer {
    background-image: url("./assets/footer-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    padding: 10px;
}

#footer a {
    text-decoration: none;
}

/**********/
/*  Maps  */


.has_content:hover,
.has_content.selected,
.has_content:hover path {
    fill: #6cb33e;
    cursor: pointer;
}

.no_content:hover,
.no_content.selected {
    /* fill: #8FAFBF; */
    fill: #476A84;
    cursor: pointer;
}

.coutry-name {
    cursor: pointer;
    stroke: transparent;
    stroke-width: 2;
}

.map-container {
    width: 100%;
    height: 500px;
    position: relative;
}

.map-container .panzoom {
    width: 100%;
    height: 500px;
    text-align: left;
    position: absolute;
}

.map-container .panzoom svg {
  width: 100%;
  height: 100%;
  /* position: absolute;*/
  top: 0;
  left: 0;
}

.map-container .controls {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 300px;
    width: 40px;
}

.map-container .controls #bt-zoom-in,
.map-container .controls #bt-reset,
.map-container .controls #bt-zoom-out {
    background-color: #19486a;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    position: relative;
    display: block;
}

.map-container .controls button {
    border-color: #19486a;
}

.map-container .controls button:hover {
    background-color: #fff!important;
}

.map-container .controls #bt-reset {
    font-size: 12px;
}

/* Mapa Iframe */
#mapabody, #mapahtml {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0!important;
  }

#mapahtml #wpadminbar {
    display: none;
}

iframe#map-iframe {
    height: 1100px;
}

/* Green section below map */
.map_green_section {
    background-color: #6cb33e;
    color: #ffffff;   
}

.map_green_section .page-content p{
    color: #fff!important;
}

.map_green_section_button {
    border: 1px solid #fff;
    background-color: #19486a;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 16px;
}



/* Accessibility */
.sr-only {
    position:absolute!important;
    left:-10000px;
    top:auto;
    width:1px!important;
    height:1px!important;
    overflow:hidden;
    }

/* Country popup */
.modal {
    display: none;
    position: absolute;
    width: 20rem;
    height: 17.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-right: calc(100% - (300px + 20rem));
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    border-radius: 6px;
}

.modal_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 25px!important;
    border: 2px solid #0397D6;
    z-index: 101;
    border-radius: 6px;
    -webkit-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 2px 9px 0px rgba(0,0,0,0.75);
}

.modal_body p {
    font-size: 0.9rem;
    line-height: 135%;
}

.modal_body .btn-read-more {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    font-size: 0.9rem;
    color: #fff;
}

.modal_flag {
    display: inline-block;
}

.modal_flag img {
    height: 22px;
    width: auto;
    margin-bottom: 4px;
}

.overflow {
    overflow: hidden;
}

button.close_window {
    border: none;
    background: url('./assets/close-icon.svg') center no-repeat;
    background-color: #fff!important;
    background-size: auto;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
}

/** Country list **/
.list_country_wrapper {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}

.list_country_header {
    min-height: 50px;
}

.list_country_header_title img {
    width: 50px;
    height: auto;
    float: left;
}

.list_country_item {
    font-size: 0.85rem;
}

.btn-read-more-icon {
    display: inline-flex;
    width: 20px;
    height: 20px;
    background:transparent url('./assets/plus-icon.svg') no-repeat center;
    background-size: auto;
}

.btn-country-card-icon {
    display: inline-flex;
    width: 20px;
    height: 25px;
    background:transparent url('./assets/document-icon.svg') no-repeat center;
    background-size: 20px;
    top: 1px;
    position: relative;
}

.btn-read-more {
    display: inline-block;
    background-color: #6cb33e;
    padding: 2px 10px;
    text-decoration: none;
}

.btn-read-more:hover {
    text-decoration: underline;
}

.btn-country-card {
    display: inline-block;
    background-color: #0397D6;
    padding: 2px 10px;
    text-decoration: none;
}

.btn-country-card:hover {
    text-decoration: underline;
}

/* Custom Templates Styles */
.page-main-header {
    background-color: #20354F;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 0px 30px 0px;
}

.page-main-header-title {
    font-family: "Montserrat", Sans-serif;
    font-size: 20px !important;
    font-weight: 800;
    text-transform: none;
    font-style: normal;
    color: #fff;
}

.page-content {
    font-size: 16px;
    font-weight: 500;
}

.page-content p {
    font-family: "Montserrat", sans-serif;
    line-height: 27.2px;
    color: rgb(125, 130, 137);
}

/*Reset button native*/
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    text-decoration: none!important;
    background-color: #6cb33e!important;
}

/* Herramientas */

.page-template-page-herramientas .page-content {
    font-size: 15px;
}

.page-template-page-herramientas .page-content p {
    line-height: 140%;
}

.herramientas-category-heading {
    background-color: #0397D6;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.herramientas-menu {
    border-top: 1px solid #7d8289;
}

.herramientas-filter-all {
    background-color: #1e3b5b;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 6px;
    font-weight: bold;
}

.herramientas-image {
    max-width: 90px;
}

.herramientas-row {
    border-bottom: 1px solid #0397D6;
}

.herramientas-top-row {
    background-color: #0397D6;
}

.herramientas-top-row p {
    color: #fff!important;
}

.menu-herramientas-top {
    list-style: none;
    padding: 20px 35px 0 35px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.menu-herramientas-middle {
    padding: 20px;
    border: 3px solid #d0d0d0;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 20px;
}

.menu-herramientas-middle .w100 {
    width: 100%;
    margin-bottom: 10px;
}

.menu-herramientas-bottom {
    text-align: center;
    padding: 0 35px;
}

.blue_box {
    font-size: 14px;
    background-color: #0397D6;
    color: #fff;
    text-decoration: none;
    text-decoration-style: solid;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 6px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    max-width: 500px;
    position: relative;
}

.blue_box::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 20px;
    background-color: #d0d0d0;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.fix_height {
    margin-bottom: 20px;
}

.fix_height span {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: block;
}

.menu-herramientas-bottom .blue_box::after {
    bottom: unset;
    top: -20px;
}

.menu-herramientas-middle-bottom_last-item.blue_box::after {
    content: none!important;
}

.herramientas_filtros,
.herramientas_filtros_list {
    position: relative;
}

.herramientas_filtros label {
    padding-left: 25px!important;
}

.herramientas_filtros label:before {
    position: absolute;
    background: transparent url('./assets/checkbox-empty.png') center no-repeat; 
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}

.herramientas_filtros input[type="checkbox"]:checked + label:before {
    position: absolute;
    background: transparent url('./assets/checkbox-selected.png') center no-repeat; 
    background-size: contain;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}

.herramientas_fields{
    position: absolute;
    background-color: #fff;
    width: calc(100% - 30px);
    z-index: 1;
    list-style: none;
    padding: 10px;
    margin: 0;
    border-radius: 0 0 6px 6px;
    border: 1px solid #20354F;
    display: none;
}

.herramientas_filtros_list {
    font-size: 15px;
}

.herramientas-subcategories {
    background-color: #9fcd81;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    height: 100%;
}

.herramientas-subcategories label {
    cursor: pointer;
}

.herramientas-subcategories label:before {
    position: absolute;
    background: #fff url('./assets/checked-empty-no-border.svg') center no-repeat; 
    background-size: contain;
    content: '';
    width: 30px;
    height: 30px;
    right: 0;
    top: -5px;
}

.herramientas-subcategories input[type="checkbox"]:checked + label:before {
    position: absolute;
    background: #fff url('./assets/checked-selected-no-border.svg') center no-repeat; 
    background-size: contain;
    content: '';
    width: 30px;
    height: 30px;
    right: 5px;
    top: 0;
}

.trigger-button {
    width: 100%;
    background-color: #fff!important;
    border-color: #20354F;
    color: #20354F!important;
    border-radius: 6px;
    font-size: 15px;
    padding: 20px 5px;
}

.trigger-button-filter {
    padding: 0;
    width: 100%;
    font-size: 15px;
    border-radius: 6px;
    background-color: #6cb33e!important;
    font-weight: bold;
    margin-bottom: 5px;
    height: 100%;
}

.reset-button-filter {
    display: block;
    color: #fff;
    padding: 0;
    width: 100%;
    font-size: 15px;
    border-radius: 6px;
    background-color: #20354F!important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    height: 100%;
    line-height: 40px;
}

.herramientas-permalink {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.herramientas-container {
    max-width: 1600px;
}

/*Sub Sub Categories styles*/
.subsubcategories_box {
    display: block;
    position: relative;
    height: 410px;
    width: 320px;
    margin: 0 auto;
}

.subsubcategories_box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent url(./assets/diagram_arrow_bg_mobile.png) no-repeat 14px 35px;
    background-size: 95%;
  }

.subsubcategories_category {
    position: relative;
    color:#fff;
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #6cb33e;
}

.subsubcategories_trigger {
    font-size: 13px;
    background-color: transparent!important;
    border: none!important;
    color: #fff!important;
    width: 100%!important;
    height: 100%!important;
    padding: 0!important;
}

.subsubcategories_trigger span {
    line-height: 130%;
}

.subsubcategories_trigger:after {
    position: absolute;
    background: #fff url('./assets/checked-empty-no-border.svg') center no-repeat; 
    background-size: 100%;
    content: '';
    width: 30px;
    height: 30px;
    right: 0;
    top: -5px;
}

.subsubcategories_trigger.selected:after {
    background: #fff url('./assets/checked-selected-no-border.svg') center no-repeat; 
    background-size: 100%;
}

.subsubcategories_trigger:hover {
    background-color: transparent;
    border: none;
}

.subsubcategories_category.planeacion {
    position: absolute;
    top: 15px;
    left: 52%;
    transform: translateX(-50%);
}

.subsubcategories_category.formulacion {
    position: absolute;
    right: 0;
    top: 100px;
}

.subsubcategories_category.aprobacion {
    position: absolute;
    right: 0;
    top: 310px;
}

.subsubcategories_category.ejecucion {
    position: absolute;
    left: 0;
    top: 310px;
}

.subsubcategories_category.evaluacion-y-controla,
.subsubcategories_category.evaluacion-y-control {
    position: absolute;
    left: 0;
    top: 100px;
}

.subsubcategories_category.sistemas-de-informacion-y-gestion-de-las-finanzas-publicas {
    position: absolute;
    top: 175px;
    left: 52%;
    transform: translateX(-50%);
    border-radius: 12px;
    width: 120px;
    height: 140px;
}

.subsubcategory_modal {
    display: none;
    position: absolute;
    top: -20px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.subsubcategory_modal_box {
    background-color: #fff;
    border: 1px solid #000;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    left: 0;
    width: 300px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 8px;
}

.subsubcategory_modal_box .herramientas-subcategories {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
}

.subsubcategory_modal_box .herramientas-subcategories label {
    padding-left: 0;
}

.subsubcategory_modal_box .herramientas-subcategories label::before,
.subsubcategory_modal_box .herramientas-subcategories input[type="checkbox"]:checked + label::before {
    right: -10px;
    top: -20px;   
}

.subsubcategory_close {
    border: none;
    background: url('./assets/close-icon-white.svg') center no-repeat;
    background-color: transparent!important;
    background-size: 100%;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: -20px;
    padding: 0;
}

.subsubcategory_modal_box .subcategory_title {
    font-size: 14px;
    color: #6cb33e;
    line-height: 120%;
    display: block;
    margin-bottom: 20px;
}

/***Table scroll***/

.container-overflow {
    overflow-x: auto;
}

.scrollbar {
    background-color: #808080;
    display: block;
    width: 1140px;
    height: 16px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 2px;
}

.scrollbar::after {
    content: "";
    background-color: #d0d0d0;
    position: absolute;
    display: block;
    width: 280px;
    height: 14px;
    left: 1px;
    top: 1px;
    border-radius: 30px;
}

.herramientas-row,
.herramientas-top-row {
    width: 1140px;
}

body::-webkit-scrollbar {
    width: 1em;
    position: left;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
} 

.page-template-page-compartir .wpcf7-form,
.page-template-page-compartir .wpcf7-form input.wpcf7-form-control.wpcf7-text,
.page-template-page-compartir .wpcf7-form textarea,
.page-template-page-compartir .wpcf7-form select {
    width: 100%;    
    border-color: #0397D6;
}

.page-template-page-compartir .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    background-color: #0397D6!important;
    color: #fff!important;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
}

.page-template-page-compartir .wpcf7-form .wpcf7-checkbox {
    margin-left: 0;
}

.page-template-page-compartir .wpcf7-form .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}

.page-template-page-compartir .wpcf7-form .wpcf7-form-control-wrap {
    margin-top: 5px;
}

.page-template-page-compartir .wpcf7-form-control.wpcf7-textarea {
    height: 150px;
}

.page-template-page-compartir .wpcf7-form h4 {
    background-color: #6CB33E;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.page-template-page-compartir .wpcf7-form p {
    margin-bottom: 20px;
}

.page-template-page-compartir span.label {
    font-size: var(--form--font-size);
    font-weight: var(--form--label-weight);
    margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

::-webkit-input-placeholder {
    color:#d6d6d5;
}

::-moz-placeholder {
    color:#d6d6d5;
}

::-ms-placeholder {
    color:#d6d6d5;
}

::placeholder {
    color:#d6d6d5;
}

.map_language_disclaimer-bg {
    background-color: #E7F2DF;
}

.map_language_disclaimer-description {
    color: #000000;
    text-align: center;
    font-size: 1.1rem;
}

.site-branding {
    margin-top: 0 !important;
}

.site-title {
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}

.site-title a {
    font-weight: 500;
    line-height: 26px;
    font-size: 26px;
}

.primary-navigation,
.menu-button-container {
    position: relative;

}




/* ELEMENTOR STYLES */
.elementor-nav-menu--main .elementor-item-active::after {
    background-color: #6cb33e !important;
}

.elementor-1691 .elementor-element.elementor-element-3b7d0a6b .elementor-nav-menu--dropdown a {
    color: #fff !important;
}

.elementor-1691 .elementor-element.elementor-element-3b7d0a6b .elementor-nav-menu--dropdown a:hover,
.elementor-892 .elementor-element.elementor-element-795bed1 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-892 .elementor-element.elementor-element-795bed1 .elementor-nav-menu--dropdown a:hover,
.elementor-892 .elementor-element.elementor-element-795bed1 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-892 .elementor-element.elementor-element-795bed1 .elementor-nav-menu--dropdown a.highlighted,
.e--pointer-underline .elementor-item::after,
.elementor-938 .elementor-element.elementor-element-6d1cf12 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-938 .elementor-element.elementor-element-6d1cf12 .elementor-nav-menu--dropdown a:hover {
    background-color: #6cb33e !important;
}

@media only screen and (max-width: 482px) {
    .menu-button-container {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    .menu-button-container #primary-mobile-menu {
        margin: 0 auto;
        color: #fff !important;
    }

    .menu-button-container #primary-mobile-menu .svg-icon {
        background-color: #20354F !important;
        border-radius: 3px;
        padding: 0.15em;
        width: 32px;
        height: 32px;
    }

    .primary-navigation-open .primary-navigation {
        position: relative !important;
        padding: 0;
    }

    .primary-navigation-open .menu-button-container {
        background-color: #fff;
    }

    .primary-navigation>.primary-menu-container {
        height: auto !important;
        background-color: #0397D6;
        overflow: unset !important;
        bottom: unset !important;
        padding-left: 0;
        padding-right: 0;
    }

    .primary-navigation>div>.menu-wrapper {
        padding-bottom: 0;
    }

    .primary-navigation .menu-item a {
        margin: 0;
        color: #fff !important;
        text-align: left;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .primary-navigation .menu-item.current-menu-item a,
    .primary-navigation .menu-item a:hover,
    .primary-navigation .menu-item a:active,
    .primary-navigation .menu-item a:visited,
    .primary-navigation .menu-item a:focus,
    .site .primary-menu-container a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
        background-color: #6CB33E !important;
    }

    .primary-navigation .menu-item.current-menu-item a::after,
    .primary-navigation .menu-item a:hover::after {
        content: unset !important;
    }
}

@media only screen and (max-width: 443px) {
    .search-submit {
        width: 100%;
    }
}

@media only screen and (min-width: 444px) {
    .search-field {
        border-right: 0!important;
    }


}

@media only screen and (min-width: 768px) {
    .site-branding {
        margin-right: 0;
    }
    .map-container {
        height: 700px;
        margin: 0 auto;
    }
    .map-container .panzoom {
        height: 700px;
    }
    .map-container .controls {
        width: 50px;
    } 

    .map-container .controls #bt-zoom-in,
    .map-container .controls #bt-reset,
    .map-container .controls #bt-zoom-out {
        width: 50px;
        height: 50px;
    }

    /* Custom Templates Styles */
    .page-main-header-title {
        font-size: 26px !important;
    }

    .page-template-page-herramientas .page-content {
        font-size: 16px;
    }
    
    .page-template-page-herramientas .page-content p {
        line-height: revert;
    }
}

@media only screen and (max-width: 767px) {
    .map-container .controls {
        right: 1rem;    
    }

    .map-container {
        height: 500px;
    }

    .list_country_wrapper {
        position: relative;
        width: 100%;
    }

    .modal {
        margin-right: auto;
    }

}

@media only screen and (min-width: 992px) { 
    .scrollbar {
        display: none;
    }
    
    .herramientas-row,
    .herramientas-top-row {
        width: auto;
    }
    .main-header .site-title {
        font-size: 26px!important;
    }

    .main-menu-herramientas .left {
        margin-left: -25%;
        margin-bottom: 30px
    }

    .main-menu-herramientas .left.last {
        margin-bottom: 64px;
    }
    
    .main-menu-herramientas .right{
        margin-left: 52%;
        margin-bottom: 30px;
    }

    .menu-herramientas-top{
        position: relative;
        width: 450px;
        text-align: unset;
    }

    .menu-herramientas-top .left,
    .menu-herramientas-top .right {
        text-align: center;
    }

    .menu-herramientas-top:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent url('./assets/menu-herramientas-top-bg-small.png') no-repeat center top;
        top: 89px;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .menu-herramientas-middle {
        margin-bottom: 30px;
    }

    .blue_box {
        width: 280px;
        margin-bottom: 10px;
    }

    .blue_box::after {
        content: none;
    }

    .menu-herramientas-bottom .blue_box::after {
        content: "";
        height: 30px;
        top: -30px;
    }

    .fix_height {
        margin-bottom: 0;
    }

    .trigger-button-filter,
    .reset-button-filter {
        height: 30px;
    }

    .reset-button-filter {
        line-height: 30px;
    }

    .subsubcategories_box {
        margin-top: 50px;
        height: 520px;
        width: 550px;
        margin: 0 auto;
    }

    .subsubcategories_category {
        width: 150px;
        height: 150px;
    }

    .subsubcategories_trigger {
        font-size: 14px;
    }

    .subsubcategories_category.aprobacion {
        position: absolute;
        right: 75px;
        top: 325px;
    }

    .subsubcategories_category.ejecucion {
        position: absolute;
        left: 75px;
        top: 325px;
    }

    .subsubcategories_category.planeacion {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .subsubcategories_category.sistemas-de-informacion-y-gestion-de-las-finanzas-publicas {
        position: absolute;
        top: 175px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%;
        width: 150px;
        height: 150px;
    }

    .subsubcategories_box:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: transparent url('./assets/diagram_arrow_bg.png') no-repeat 60px 35px;
        transform: rotate(-3deg);
        background-size: 80%;
      }

    iframe#map-iframe {
        height: 700px;
    }
}
