/* @override
	http://www.idac.gob.do/transparencia/wp-content/themes/Transparencia/assets/css/app.css?
	http://www.idac.gob.do/transparencia/wp-content/themes/Transparencia/assets/css/app.css?*
	https://www.idac.gob.do/transparencia/wp-content/themes/Transparencia/assets/css/app.css?**/

:root {
  --main-color-soft: #919fe3;
  --main-color: #324ac3;
  --main-color-hover: #283b9a;
  --main-color-dark: #18245d;
  --main-red: #af2a3e;
}
/* padding */
.padding-1 {
  padding: 1rem;
}
.padding-2 {
  padding: 2rem;
}
.padding-y-1 {
  padding: 1rem 0;
}
.padding-y-2 {
  padding: 2rem 0;
}
/* end padding */
/* border radius */
.border-radius-6 {
  border-radius: 6px;
}
.border-radius-4 {
  border-radius: 4px;
}
/* end border radius */
/* @group header */

.menu-mobile {
  display: none;
  background-color: var(--main-color-dark);
}

.menu-mobile .menu a {
  color: rgba(255, 255, 255, 0.85);
}

.menu-mobile .menu a:hover {
  color: white;
}

.menu-mobile .accordion-menu .active > a {
  border-left: none;
  color: white;
}
.menu-mobile .vertical.menu.submenu.is-accordion-submenu.is-active {
  background-color: var(--main-color-hover);
}

.barra-busqueda {
  margin: 0;
}

.barra-busqueda img.escudo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

form.search-form {
  padding: 0.5rem 0;
}

.barra-busqueda form.search-form div.input-group {
  margin: 0;
}

.barra-busqueda form.search-form div.input-group input {
  max-width: 100%;
  margin-right: 0;
}

.top-bar li:not(.has-form) a:not(.button) {
  background-color: #326ec3;
  color: white;
}

.top-bar li:not(.has-form) a:not(.button):hover,
.top-bar li.active > a {
  background-color: #224679 !important;
  color: white;
}

.menu-tecnico .menu.align-center li a {
  display: inline-block;
  padding: 0.7rem 0.5rem;
}

.top-bar,
.top-bar,
.top-bar ul {
  background-color: #326ec3;
  padding: 0;
}

.top-bar ul li a {
  color: white;
  text-transform: capitalize;
}

.top-bar .is-dropdown-submenu {
  border: none;
}

.top-bar
  .dropdown.menu.medium-horizontal
  > li.is-dropdown-submenu-parent
  > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "\f107";
  font-family: "FontAwesome";
  border: none;
  right: 1rem;
  top: 1.3rem;
  font-weight: normal;
  font-style: normal;
}

.top-bar
  .is-dropdown-submenu
  .is-dropdown-submenu-parent.opens-right
  > a:after {
  display: block;
  width: 0;
  height: 0;
  content: "\f105";
  border: none;
  font-family: "FontAwesome";
}

.top-bar .menu > li > a {
  display: block;
  padding: 1rem 1rem;
  /*line-height: 1.5*/
}

div.menu-tecnico .active a {
  background: transparent !important;
  color: #2ba6cb;
}

div.menu-tecnico .active a {
  padding: 0.7rem 0.5rem;
}

/* @group Breadcrumbs */

.home #breadcrumb {
  display: none;
}

#breadcrumb {
  background-color: #f7f8fd;
  border-top: 1px solid #e3e6f8;
  border-bottom: 1px solid #e3e6f8;
}

nav.breadcrumbs {
  margin: 0;
  padding: 0.5rem 1rem;
  border: none;
  background-color: transparent;
}

nav.breadcrumbs a {
  text-decoration: none !important;
  color: #324ac3;
}

nav.breadcrumbs a::after {
  content: "\f105";
  font-family: "FontAwesome";
  padding: 0 0.5rem;
}

nav.breadcrumbs a:last-child:after {
  content: none;
}

/* @end */

/* @group banners */

section#banner {
  padding: 0.5rem 0;
}

section#banner .orbit-next,
section#banner .orbit-previous {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(000, 000, 000, 0.2);
  cursor: pointer;
}

section#banner .orbit-previous,
section#banner .orbit-previous:hover {
  -webkit-border-radius: 50%;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 50%;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 50%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

section#banner .orbit-next,
section#banner .orbit-next:hover {
  -webkit-border-radius: 0px;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius: 0px;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-radius: 0px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

#banner div.certificacione-iso a {
  padding: 0.2rem;
}

#banner div.certificacione-iso img {
  margin-bottom: 0;
  width: 50px;
  margin-right: 0;
}

section#banner figure.orbit-figure {
  background-color: silver;
}

/* @end */
/* certificaciones */
.stamp-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
}

.stamp-box {
  width: 100px;
  height: 112px;
  position: relative;
}

.stamp {
  width: 100%;
  height: 100%;
  position: absolute;
}

.stack-top {
  z-index: 9;
}

.stamp-movil {
  display: none;
}

@media (max-width: 1000px) {
  .stamp-container {
    display: none;
  }

  .stamp-movil {
    display: flex;
    justify-content: center;
  }
}
/* end certificaciones */
/* @group feacturing */

.flexslider .post_thumbnail {
  margin: 0;
  min-height: 450px;
  height: 450px;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: cover;
  width: 100%;
  background-position: center top;
}

.flexslider .flex-direction-nav a {
  height: 60px;
}

/* @end */

/* @end */

/* @group general */

body,
html {
  color: #5f5f5f !important;
}

.button {
  background-color: #324ac3;
}

button,
.button:hover,
button:hover,
.button:active,
button:active,
.button:focus,
button:focus {
  background-color: #283b9a;
}
.button.primary {
  background-color: #056beb;
  color: var(--wp--preset--color--white);
}
.button.primary:hover,
.button.primary:active,
.button.primary:focus {
  background-color: #0454b9;
  color: var(--wp--preset--color--white);
}
.button.yellow {
  background-color: #a07503;
  color: var(--wp--preset--color--white);
}
.button.yellow:hover,
.button.yellow:active,
.button.yellow:focus {
  background-color: #876203;
  color: var(--wp--preset--color--white);
}
.button.alert {
  background-color: #bc550b;
  color: var(--wp--preset--color--white);
}
.button.alert:hover,
.button.alert:active,
.button.alert:focus {
  background-color: #8c3f08;
  color: var(--wp--preset--color--white);
}
.button.success {
  background-color: #379341;
  color: var(--wp--preset--color--white);
}
.button.success:hover,
.button.success:active,
.button.success:focus {
  background-color: #296e31;
  color: var(--wp--preset--color--white);
}
.button.warning {
  background-color: #a05b03;
  color: var(--wp--preset--color--white);
}
.button.warning:hover,
.button.warning:active,
.button.warning:focus {
  background-color: #874d03;
  color: var(--wp--preset--color--white);
}
.button.purple {
  background-color: #8505eb;
  color: var(--wp--preset--color--white);
}
.button.purple:hover,
.button.purple:active,
.button.purple:focus {
  background-color: #6904b9;
  color: var(--wp--preset--color--white);
}
a {
  color: #324ac3;
}

a:hover,
a:focus,
a:active {
  color: #283b9a;
}

#content {
  color: inherit;
  background-color: white;
  padding: 1rem 0;
}

div#sidebar-footer {
  padding: 4rem 0 2rem;
}

div#sidebar-footer p {
  margin-bottom: 0;
}

div#sidebar-footer article.sidebar {
  margin-bottom: 1rem;
}

.fa-gradient {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#5393ee),
    to(#5c4ce2)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

article.callout.cover {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: none;
  background-position: center center;
}

article.callout.cover::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  background-size: cover;
}

article.callout.cover.no_thumb_id:after {
  content: "\f03e";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.25);
  left: 55%;
  margin-left: -25%;
  z-index: 1;
}

article.callout.cover .article-header {
  padding: 0 1rem;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
}

article.callout.cover .article-header a {
  color: white;
}

article.callout.cover .article-footer {
  background-color: white;
  color: gray;
  font-size: 12px;
  position: absolute;
  z-index: 5;
  bottom: -1px;
  left: 0;
  right: 0;
  padding: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

article.callout.cover .article-footer ul {
  list-style: none;
  margin: 0;
}

article.callout.cover .article-footer ul li {
  display: inline-block;
}

article.callout .edit_post_link a {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.25rem;
  z-index: 4;
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.75);
}

.box-shadow {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.portrait {
  height: 150px;
  width: 150px;
  margin: 0 auto 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 0.8em solid #e8e8e8;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.portrait:hover {
  border: 0.1em solid #e8e8e8;
}

.accordion-menu .is-accordion-submenu-parent {
  /*border: 1px solid #333!important;*/
}

.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  display: block;
  content: "\f107";
  font-family: "FontAwesome";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1.5rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  -ms-transform-origin: -50% -50% !important;
  transform-origin: -50% -50% !important;
  content: "\f106" !important;
}

.vertical.menu.submenu.is-accordion-submenu.is-active {
  /* padding-left: 1rem; */
  background-color: #f8f9fa;
}

.vertical.menu.submenu.is-accordion-submenu.is-active .menu .active > a {
  color: #1976d2;
}

ul.sitemap {
  margin-left: 0;
  list-style: none;
}

div.fb-post {
  margin-bottom: 2rem;
}

/*Menu accordion*/

/* .accordion-menu a {
	color: #607d8b;
}
.accordion-menu a:hover {
	color: #1976d2;
}
*/

.vertical.menu.submenu.is-accordion-submenu.is-active .menu .active > a,
.accordion-menu .active > a {
  background-color: #324ac3;
  color: #ffffff;
}

/*.accordion-menu .active>a::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #1976d2;
	display: inline-block;
	left: 0;
	border-radius: 50%;
}*/

#menu-sub-portal-de-transparencia a[target="_blank"]::before {
  content: "\f08e";
  font-family: "FontAwesome";
  margin-right: 4px;
  font-size: 0.7rem;
}

/*Menu accordion*/

/*Monitor download*/

.download_box {
  margin-bottom: 2rem;
}

.download_box table.table {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #b1c3d0;
  border-top-style: none;
}

.download_box header {
  padding: 1rem;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #b1c3d0;
}

.download_box table tbody {
  background-color: #ffffff;
  border: none;
}

.download_box table tbody tr:nth-child(even) {
  background-color: transparent !important;
}

.download_box p {
  margin-bottom: 1rem !important;
}

.download_box table tbody p {
  margin: 0px !important;
}

ul.dlm-downloads {
  margin: 0;
  list-style: none;
}

ul.vertical.folder-open.menu li a {
  padding-left: 2rem;
}

ul.vertical.folder-open.menu li a::before {
  content: "\f07b";
  font-family: "FontAwesome";
  font-weight: 300;
  position: absolute;
  left: 0;
}

ul.vertical.folder-open.menu li a:hover::before {
  content: "\f07c";
  font-family: "FontAwesome";
  font-weight: 300;
}

/*Monitor download*/

/* @end */

/* @group menu entry content */

.entry-content ul.menu {
  margin-bottom: 2rem;
}

.entry-content ul.menu a {
  color: #607d8b;
}

.entry-content ul.menu .active a,
.entry-content ul.menu a:hover,
.entry-content ul.menu a:focus {
  color: #1976d2;
  background-color: transparent;
}

.entry-content ul.menu .folder a::before {
  content: "\f07b";
  font-family: "FontAwesome";
  font-weight: 300;
  margin-right: 1rem;
}

.entry-content ul.menu .externalLink a::before {
  content: "\f360";
  font-family: "FontAwesome";
  font-weight: 300;
  margin-right: 1rem;
}

.entry-content ul.menu .folder.active a::before {
  content: "\f07c";
}

.entry-content ul.menu li {
  width: 50%;
}

/* @end */

/* main menu */

ul.vertical.menu.accordion-menu li a[target="_blank"] {
  position: relative;
}

ul.vertical.menu.accordion-menu li a[target="_blank"]::after {
  content: "\f360";
  display: block;
  font-family: "FontAwesome";
  border: none;
  font-weight: 300;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 1.5rem;
  width: 0;
  height: 0;
}

/* end main menu */

/* @group acf maps */

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */

.acf-map img {
  max-width: inherit !important;
}

/* @end */

/* @group footer */

footer.footer {
  color: inherit;
  background-color: #ffffff;
  margin-top: 0;
}

div#inner-footer {
  background-color: #ffffff;
  color: inherit;
  padding: 2rem 0;
}

footer.footer #logotype-footer img {
  height: 60px;
  margin-bottom: 1rem;
}

footer.footer .sitemap .title {
  text-transform: uppercase;
  font-weight: bold;
}

#sitemap {
  background-color: #ffffff;
  color: inherit;
  padding: 2rem 0;
}

.inner-footer .menu {
  position: fixed !important;
}

footer.footer .sitemap li a {
  padding-right: 0;
  padding-left: 0;
  /* color: rgba(255, 255, 255, 0.75); */
}
footer.footer ul.nortic {
  margin-bottom: 2rem;
}

footer.footer .logo {
  margin-bottom: 2rem;
}

footer.footer .logo li {
  padding: 1rem;
}

footer.footer .logo img.escudo {
  width: 70px;
  height: 70px;
}

footer.footer .logo img.logo-idac {
  width: 130px;
  height: 70px;
}

section.consultas {
  background-color: var(--main-red);
  color: white;
  padding: 2rem 0;
}

section.social {
  background-color: var(--main-color-dark);
  padding: 2rem 0;
  color: white;
}

section.social .button {
  margin-bottom: 0;
}

section.social .button.instagram {
  background-color: white;
  color: #0a0a0a;
}

section.social .button.instagram:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

section.social .button.facebook {
  background-color: #326ec3;
}

section.social form.search-form {
  padding: 0;
  margin-bottom: 1rem;
}

section.social form.search-form .input-group {
  margin: 0;
}

section.social .large-4.cell {
  padding: 0 0.3rem;
}

section.social .medium-2.cell {
  width: 20% !important;
  padding: 0 0.3rem;
}

.flexslider-carousel .thumbnail {
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
}

section#sidebar-flexslider {
  padding: 2rem 0;
}

section#sidebar-flexslider .callout a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#sidebar-flexslider .controlsContainerCarousel {
  position: relative;
}

#sidebar-flexslider .controlsContainerCarousel .flex-control-nav {
  bottom: -30px;
}

#sidebar-flexslider .controlsContainerCarousel ul.flex-direction-nav li a {
  opacity: 0.5 !important;
  border-radius: 50%;
  top: -100px;
}

#sidebar-flexslider .controlsContainerCarousel .flex-direction-nav .flex-next,
#sidebar-flexslider .controlsContainerCarousel .flex-direction-nav .flex-prev {
  text-align: center !important;
}

#sidebar-flexslider .controlsContainerCarousel .flex-direction-nav a:before {
  font-size: 26px !important;
  text-align: left !important;
}

.footer-credits p,
.footer-credits a {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
}

footer.footer ul.nortic {
  margin-bottom: 2rem;
}

footer.footer ul.nortic a {
  padding: 0.2rem;
}

ul#menu-footer li a {
  padding: 0.4rem;
}

/* @end */

/* Small only */

@media screen and (max-width: 39.9375em) {
  div.escudo_repdom {
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  div.logo-idac {
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 240px auto;
  }
  div.logo-idac a {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .barra-busqueda {
    background-color: #ffffff;
    padding: 0.5rem;
    border: 1px solid var(--main-color-soft);
  }
  .barra-busqueda .search-form {
    padding: 14px 10px 10px;
    height: 70px;
  }
  .barra-busqueda .button.expanded.menu-off-canvas {
    margin: 0;
    height: 70px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
  }
  section.consultas img.consulta {
    width: 50% !important;
    position: relative;
    left: 50%;
    margin-left: -25%;
  }
  .entry-content ul.menu li {
    width: 100%;
  }
}

/* Medium and up */

@media screen and (min-width: 40em) {
}

/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  div.escudo_repdom {
    height: 60px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  div.logo-idac {
    height: 100px;
    background-position: 1rem center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 240px auto;
  }
  div.logo-idac a {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .barra-busqueda {
    background-color: #ffffff;
    padding: 0.5rem;
    border: 1px solid var(--main-color-soft);
  }
  .barra-busqueda .search-form {
    padding: 14px 10px 10px;
    height: 70px;
  }
  .barra-busqueda .button.expanded.menu-off-canvas {
    margin: 0;
    height: 70px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
  }
}

/* Large and up */

@media screen and (min-width: 64em) {
  header.header {
    /*padding-top: 1rem;*/
  }
}

/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* orgchart */
article.callout .area-icon > i {
  color: var(--wp--preset--color--cyan-bluish-gray);
}

.wpdevart_org_chart_container {
  overflow: scroll;
}

.wpdevart_org_chart_container.wpda_mobile {
  min-width: 100%;
}

.wpdevart_org_chart_container
  li
  .wpda_tree_item_container
  > div[data-uw-styling-context="true"] {
  padding: 0.5rem;
  max-width: 200px;
  min-width: 200px !important;
}

.wpdevart_org_chart_container .wpda_tree_item_container .wpda_tree_item_img,
.wpdevart_org_chart_container .wpda_tree_item_img_cont > img {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
}

#wpdaOrgChartPopupWindow {
  max-width: 600px !important;
}

.wpda_popup_innerhtml {
  padding: 1rem !important;
}

.wpda_popup_innerhtml .download_box {
  margin-top: 2rem;
}
/* datos abiertos */
.open-date {
  padding: 1rem;
  border: 1px solid #b1c3d0;
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.open-date .wp-block-buttons {
  padding: 0.5rem 0;
}
.open-date .wp-block-buttons .wp-block-button__link {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer!important;
  background-color: #283b9a;
}
.open-date .wp-block-separator{
  border-bottom: none;
  border-color: #b1c3d0;
}
.open-date .wp-block-buttons .wp-block-button__link:hover,
.open-date .wp-block-buttons .wp-block-button__link:focus,
.open-date .wp-block-buttons .wp-block-button__link:visited {
  color: #ffffff;
}
/* end datos abiertos */
/* WCAG 2.0 style */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
/* end WCAG 2.0 slyle */