@charset "UTF-8";
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 26, 2018 */
@font-face {
  font-family: "chivobold";
  src: url("fonts/chivo-bold-webfont.eot");
  src: url("fonts/chivo-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chivo-bold-webfont.woff2") format("woff2"), url("fonts/chivo-bold-webfont.woff") format("woff"), url("fonts/chivo-bold-webfont.ttf") format("truetype"), url("fonts/chivo-bold-webfont.svg#chivobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chivoitalic";
  src: url("fonts/chivo-italic-webfont.eot");
  src: url("fonts/chivo-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chivo-italic-webfont.woff2") format("woff2"), url("fonts/chivo-italic-webfont.woff") format("woff"), url("fonts/chivo-italic-webfont.ttf") format("truetype"), url("fonts/chivo-italic-webfont.svg#chivoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chivolight";
  src: url("fonts/chivo-light-webfont.eot");
  src: url("fonts/chivo-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chivo-light-webfont.woff2") format("woff2"), url("fonts/chivo-light-webfont.woff") format("woff"), url("fonts/chivo-light-webfont.ttf") format("truetype"), url("fonts/chivo-light-webfont.svg#chivolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chivoregular";
  src: url("fonts/chivo-regular-webfont.eot");
  src: url("fonts/chivo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/chivo-regular-webfont.woff2") format("woff2"), url("fonts/chivo-regular-webfont.woff") format("woff"), url("fonts/chivo-regular-webfont.ttf") format("truetype"), url("fonts/chivo-regular-webfont.svg#chivoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "varela_roundregular";
  src: url("fonts/varelaround-regular-webfont.eot");
  src: url("fonts/varelaround-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/varelaround-regular-webfont.woff2") format("woff2"), url("fonts/varelaround-regular-webfont.woff") format("woff"), url("fonts/varelaround-regular-webfont.ttf") format("truetype"), url("fonts/varelaround-regular-webfont.svg#varela_roundregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "poppinsbold";
  src: url("fonts/Poppins-Bold.otf");
}
@font-face {
  font-family: "poppinsregular";
  src: url("fonts/Poppins-Regular.otf");
}
/* UI Consistency */
#page {
  /* Separate rule for Firefox. Cannot stack with WebKit's. */
  /* Tweaks for Safari + Chrome. */
  /* IE6 */
}
#page ::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#page input[type=search]::-webkit-search-decoration {
  display: none;
}
#page input,
#page button,
#page select,
#page textarea {
  margin: 0;
  vertical-align: middle;
}
#page button,
#page input[type=reset],
#page input[type=submit],
#page input[type=button] {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  width: auto;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 0px; /* IE7 */
}
#page button {
  *padding-top: 1px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
}
#page textarea,
#page select,
#page input[type=date],
#page input[type=datetime],
#page input[type=datetime-local],
#page input[type=email],
#page input[type=month],
#page input[type=number],
#page input[type=password],
#page input[type=search],
#page input[type=tel],
#page input[type=text],
#page input[type=time],
#page input[type=url],
#page input[type=week] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
  *height: auto; /* IE7 */
}
#page input.placeholder_text,
#page textarea.placeholder_text,
#page input:-moz-placeholder,
#page textarea:-moz-placeholder {
  color: #888;
}
#page ::-webkit-input-placeholder {
  color: #888;
}
#page button:focus,
#page button:active,
#page input:focus,
#page input:active,
#page select:focus,
#page select:active,
#page textarea:focus,
#page textarea:active {
  z-index: 1; /* For Opera */
}
#page input[type=file]:focus,
#page input[type=file]:active,
#page input[type=radio]:focus,
#page input[type=radio]:active,
#page input[type=checkbox]:focus,
#page input[type=checkbox]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page select[disabled],
#page textarea[disabled],
#page input[type=date][disabled],
#page input[type=datetime][disabled],
#page input[type=datetime-local][disabled],
#page input[type=email][disabled],
#page input[type=month][disabled],
#page input[type=number][disabled],
#page input[type=password][disabled],
#page input[type=search][disabled],
#page input[type=tel][disabled],
#page input[type=text][disabled],
#page input[type=time][disabled],
#page input[type=url][disabled],
#page input[type=week][disabled] {
  background-color: #eee;
}
#page button[disabled],
#page input[disabled],
#page select[disabled],
#page select[disabled] option,
#page select[disabled] optgroup,
#page textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}
#page textarea,
#page select[size],
#page select[multiple] {
  height: auto;
}
@media (-webkit-min-device-pixel-ratio: 0) {
  #page select {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  #page select[size],
  #page select[multiple] {
    background-image: none;
    padding: 0;
  }
}
#page textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
#page optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}
#page .ie6-button,
#page * html button {
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}
#page * html button {
  padding-top: 1px;
  padding-bottom: 1px;
}
#page .ie6-input,
#page * html textarea,
#page * html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}
#page * html select {
  margin-top: 1px;
}
#page .placeholder_text,
#page .ie6-input-disabled,
#page .ie6-button-disabled {
  color: #888;
}
#page .ie6-input-disabled {
  background: #eee;
}

#page {
  padding-top: 50px;
}
@media (min-width: 768px) {
  #page {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  #page {
    padding-top: 0;
  }
}
#page.homepage {
  padding-top: 0;
}
@media (min-width: 768px) {
  #page.homepage {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  #page.homepage {
    padding-top: 0;
  }
}
#page * {
  color: #333;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "chivoregular", sans-serif;
  font-weight: normal;
}
#page .region-sidebar-first {
  padding: 0;
}
#page .cvc-uppercase {
  text-transform: uppercase;
}
#page a, #page p, #page ul, #page ol, #page li, #page img, #page span, #page strong, #page em, #page a:focus {
  border: 0 none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
#page a:link, #page a:visited, #page a:focus {
  color: #43c7f4;
  border: none;
  text-decoration: none;
}
#page a:focus, #page span:focus {
  outline: thin dotted white;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#page strong, #page b {
  font-weight: bold;
}
#page .opacity {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
}

/*
body{
  display: none;
  &.path-frontpage{
    #page{
      .column-left {
        .views-element-container {
          display: none;
        }
      }
    }
  }
  &.not-frontpage{
    #v-cvc-section-header {
      position: unset;
    }
  }
}
*/
#page {
  padding-top: 30px;
}
@media (min-width: 768px) {
  #page {
    padding-top: 0px;
  }
}
#page .v-cvc-menu-movile {
  background-color: white;
  height: 50px;
  padding-right: 20px !important;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile {
    border-bottom: 1px solid #808080;
    height: 70px;
  }
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile {
    display: none;
  }
}
#page .v-cvc-menu-movile .region-header-movil {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#page .v-cvc-menu-movile #block-custom-theme-marcadelsitiomovil {
  width: 69%;
}
#page .v-cvc-menu-movile #block-custom-theme-marcadelsitiomovil .logo-hidro .images-logo {
  display: none;
}
#page .v-cvc-menu-movile #block-custom-theme-marcadelsitiomovil .logo-hidro .content-logo h2 a {
  font-size: 16px;
  color: #86de6b;
  margin-bottom: 0px;
  line-height: 1.1em;
  font-family: "chivobold";
  text-align: left;
  padding: 10px 0px;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile {
  display: flex;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile div {
  cursor: pointer;
  height: 49px;
  width: 50px;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile div {
    height: 69px;
    width: 136px;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile div span {
  color: #008875;
  font-family: "chivoregular";
  font-size: 14px;
  text-transform: uppercase;
  display: none;
  padding: 24px 0px 24px 68px;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile div span {
    display: block;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu {
  background-color: white;
  position: relative;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu {
    background-color: #F1F1F1;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu::before {
  border-right: 1px solid #CACACA;
  bottom: 0;
  content: "";
  height: 12px;
  margin: auto;
  position: absolute;
  right: -1px;
  top: 0;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu::before {
    display: none;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu .v-cvc-open {
  background-image: url("../images/menu-hamburguesa.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu .v-cvc-open {
    background-image: url("../images/menuhd.svg");
    background-size: 23px 16px;
    background-position: 25px center;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu .v-cvc-closed {
  display: none;
  background-image: url("../images/closed-menu.png");
  background-repeat: no-repeat;
  background-position: center center;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu.active {
  background-color: #008875;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu.active .v-cvc-open {
  display: none;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu.active .v-cvc-open {
    background-image: url("../images/menuhda.png") !important;
    display: block;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu.active .v-cvc-closed {
  display: block;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu.active .v-cvc-closed {
    display: none;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile .v-cvc-menu.active span {
  color: #fff;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.homepage .v-cvc-menu {
  background-color: transparent;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.homepage .v-cvc-menu .v-cvc-open {
  background-image: url("../images/ico-menuha-initial-home.png");
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.homepage .v-cvc-menu .v-cvc-open {
    background-image: url("../images/menuhd.svg");
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.activeMovil .v-cvc-menu {
  background-color: white;
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.activeMovil .v-cvc-menu .v-cvc-open {
  background-image: url("../images/menu-hamburguesa.png");
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.activeMovil .v-cvc-menu .v-cvc-open {
    background-image: url("../images/menuhd.svg");
  }
}
#page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.activeMovil .v-cvc-menu.active .v-cvc-open {
  display: none;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-headermobile .v-cvc-menu-mobile.activeMovil .v-cvc-menu.active .v-cvc-open {
    background-image: url("../images/menuhda.png");
    display: block;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 {
  background-color: #F1F1F1;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  display: none;
  left: 0;
  position: absolute;
  top: 50px;
  height: calc(100vh - 50px);
  overflow-x: scroll;
  width: 100%;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 {
    height: auto;
    overflow-x: visible;
    top: 70px;
    width: auto;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul {
  border-color: #888888;
  border-style: solid;
  border-width: 1px;
  display: block !important;
  list-style: none;
  list-style-type: none;
  width: 100%;
}
@media (min-width: 768px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul {
    width: 320px;
  }
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul {
    padding: 26px 0;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li {
  border-bottom: 1px solid #888888;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  list-style: none;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li {
    border: none;
    padding: 0 24px;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li .dropdown {
  border-left: 1px solid #888888;
  cursor: pointer;
  position: relative;
  width: 50px;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li .dropdown {
    border-bottom: 1px solid #888888;
    border-left: none;
    width: 30px;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li .dropdown::before {
  border-right: 2px solid #008875;
  border-top: 2px solid #008875;
  bottom: 0;
  content: " ";
  height: 12px;
  margin: auto;
  position: absolute;
  right: 16px;
  top: -8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 12px;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li .dropdown::before {
    height: 18px;
    right: 4px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li .dropdown::before {
  border-bottom: none;
  border-left: none;
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li .dropdown.active::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li > a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li > span {
  color: #000;
  font-family: "chivoregular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 13px;
  padding: 14px 0px 14px 14px;
  position: relative;
  width: calc(100% - 50px);
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li > a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li > span {
    border-bottom: 1px solid #888888;
    padding: 20px 0px;
    width: 100%;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul {
  background-color: #f9f9f9;
  order: 2;
  display: none;
  width: 100%;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul {
    background-color: #f8f8f8;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    padding: 26px 0;
    position: absolute;
    right: -300px;
    width: 300px;
    top: 0;
    bottom: 0;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li {
  border-top: 1px solid #888888;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li {
    border: none;
    padding: 0 24px;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li span {
  color: #000;
  font-family: "chivoregular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 13px;
  padding: 14px 0px 14px 28px;
  position: relative;
  width: calc(100% - 50px);
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li span {
    border-bottom: 1px solid #888888;
    padding: 20px 0px;
    width: 100%;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li.menu-item--expanded a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li.menu-item--expanded span {
  width: calc(100% - 50px);
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li.menu-item--expanded a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li.menu-item--expanded span {
    width: calc(100% - 30px);
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li ul {
  order: 2;
  display: none !important;
  width: 100%;
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li ul li a {
  display: block;
  padding-left: 42px;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li ul li a {
    padding-left: 0;
    width: 100% !important;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li.dropdown-active ul {
  display: block !important;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li ul li:hover ul {
    display: block !important;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li.dropdown-active > ul {
  display: block;
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li.menu-item--expanded > a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li.menu-item--expanded > span {
  width: calc(100% - 50px);
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li.menu-item--expanded > a, #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li.menu-item--expanded > span {
    width: calc(100% - 30px);
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li:last-child {
  border-bottom: none;
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li:last-child a {
  border-bottom: none;
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li:hover {
    background-color: #008875;
  }
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li:hover > a {
    color: white;
  }
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li:hover > .dropdown::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}
@media (min-width: 1200px) {
  #page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2 > ul > li:hover ul {
    display: block;
  }
}
#page .v-cvc-menu-movile #block-custom-theme-navegacionprincipal-2.active {
  display: block;
}
#page #v-cvc-section-header {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #page #v-cvc-section-header {
    display: block;
    padding-top: 20px;
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .v-cvc-container {
    width: 1300px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .region-header-first {
    width: 1300px;
  }
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .region-header-first #block-custom-theme-logo {
    float: left;
    width: 270px;
    margin-right: 20px;
    margin-top: 0px;
    padding: 0px 0px;
  }
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-logo .logo-hidro a .images-logo {
  justify-content: center;
  align-items: center;
  display: block;
  margin-top: 5px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-logo .logo-hidro a .images-logo-color {
  display: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal {
  display: none;
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal {
    padding-top: 8px;
    display: block;
    text-align: center;
  }
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul {
  padding: 0px 0;
  display: block !important;
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul {
    width: 800px;
    margin: auto;
  }
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li {
  float: left;
  margin-right: 6px;
  text-decoration: none;
  list-style: none;
  position: relative;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li a,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li span {
  display: block;
  color: #6F6F78;
  font-family: "poppinsregular";
  position: relative;
  font-size: 16px;
  padding: 6px 14px;
  font-weight: 400;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li a:hover,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li span:hover {
  color: #ddd;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li .itemn-dropdow {
  background-image: url(../images/drowdow-icon.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 18px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li:last-child:before {
  content: "";
  display: none;
  height: 0px;
  width: 0px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  background-color: white;
  display: none;
  position: absolute;
  left: -13px;
  top: 37px;
  padding: 14px 0;
  width: 225px;
  flex-wrap: wrap;
  list-style: none;
  border-radius: 0px 0px 10px 10px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul .v-cvc-vertical-line-bot-menu {
  display: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul > li {
  padding: 0 14px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul > li a,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul > li span {
  display: block;
  color: #333;
  line-height: 1.2;
  padding: 14px 20px 14px 0;
  position: relative;
  font-size: 15px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul > li a:hover,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul > li span:hover {
  text-decoration: underline;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul > li span:hover {
  text-decoration: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > ul .itemn-dropdow {
  background: transparent;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > a,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li > span {
  text-decoration: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li:hover > ul,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul > li:hover #block-views-block-menu-header-block-1 {
  display: block;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .contact {
  display: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first {
  position: initial;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0px;
  top: 60px;
  padding: 14px 0;
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  padding-bottom: 40px;
  border-top: 1px solid #dfe5ec;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul .v-cvc-vertical-line-bot-menu {
  display: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li {
  padding: 0 14px;
  list-style: none;
  float: left;
  width: 14%;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li a,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li span {
  display: block;
  color: #1d3116;
  font-family: "poppinsbold";
  line-height: 1.2;
  padding: 14px 20px 8px 0;
  position: relative;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li a:hover,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li span:hover {
  text-decoration: underline;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li span:hover {
  text-decoration: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li ul {
  padding: 14px 0px;
  width: 185px;
  flex-wrap: wrap;
  display: block;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li ul li {
  list-style: none;
  margin-right: 0px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li ul li a {
  display: block;
  color: #677489;
  font-family: "poppinsregular";
  line-height: 1.2;
  padding: 14px 20px 14px 0;
  position: relative;
  font-size: 14px;
  text-transform: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li ul li:last-child {
  border-bottom: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li:last-child:before {
  content: "";
  display: none;
  height: 0px;
  width: 0px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li:last-child a,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul > li:last-child span {
  border-bottom: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 {
  background-color: #fff;
  padding: 14px 0;
  width: 100%;
  list-style: none;
  padding-bottom: 40px;
  position: relative;
  float: left;
  text-align: left;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .content-itemns {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 40px 14px;
  gap: 10px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 20px;
  gap: 10px;
  width: 19%;
  height: 100px;
  background: rgba(82, 183, 99, 0.2);
  border-radius: 5px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row a {
  padding: 0px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row .column {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 18px;
  width: 19%;
  height: 70px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row .column .images {
  flex: none;
  order: 0;
  flex-grow: 0;
  width: 70px;
  height: 70px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row .column .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px;
  gap: 4px;
  width: 177px;
  height: 57px;
  flex: none;
  order: 1;
  flex-grow: 0;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row .column .content h3 {
  color: #111b29;
  font-size: 15px;
  font-family: "poppinsregular";
  line-height: 1.3em;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > ul #block-views-block-menu-header-block-1 .views-row .column .content p {
  color: #37803b;
  font-family: "poppinsregular";
  background-image: url(../images/arrow-narrow-right.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 30px;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > a,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first > span {
  text-decoration: none;
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first:hover > ul,
#page #v-cvc-section-header .region-header-first #block-custom-theme-navegacionprincipal > ul .menu-item--expanded-first:hover #block-views-block-menu-header-block-1 {
  display: block;
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .region-header-first #block-custom-theme-enlacescontactanos {
    width: 360px;
    float: right;
  }
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-enlacescontactanos .contact-headers a {
  display: inline-block;
  padding: 8px 16px;
  color: #1E6B4E;
  font-family: "poppinsbold";
  text-align: center;
  border: 1px solid #1E6B4E;
  border-radius: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page #v-cvc-section-header .region-header-first #block-custom-theme-enlacescontactanos .contact-headers a {
    width: 172px;
    margin-right: 10px;
    height: 40px;
  }
}
#page #v-cvc-section-header .region-header-first #block-custom-theme-enlacescontactanos .contact-headers a:last-child {
  border: 0px;
  background-color: #00619E;
  border-radius: 10px;
  margin-right: 0px;
  color: #fff;
}
#page #block-custom-theme-views-block-banners-block-1 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 {
    margin-bottom: 120px;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first {
  position: relative;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .v-cvc-format-img-slick,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .v-cvc-format-img-slick {
  display: flex;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .v-cvc-format-img-slick,
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .v-cvc-format-img-slick {
    height: 80vh;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots {
  bottom: 20px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 300px;
  z-index: 2;
  right: 0px;
  margin: auto;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li {
  border: 0px !important;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin-right: 6px !important;
  position: relative;
  width: 16px;
  background-color: #fff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li,
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li {
    border: 0px solid #fff !important;
    height: 16px;
    margin-right: 10px !important;
    width: 16px;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li button,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li button {
  display: none;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li.slick-active,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li.slick-active {
  background-color: #1E6B4E;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li.slick-active::before,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li.slick-active::before {
  background-color: #1E6B4E;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  opacity: none;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li:last-child,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li:last-child {
  margin-right: 0;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container .slick-dots li:hover,
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-slick-container-banner-first .slick-dots li:hover {
  background-color: #1E6B4E;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner {
  position: relative;
  width: 100%;
  font-family: "poppinsregular";
  text-align: center;
  align-self: flex-end;
  z-index: 1;
  height: 60vh;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner {
    width: 1300px;
    margin: auto;
    height: 80vh;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info {
  height: calc(100vh - 126px);
  color: white;
  margin: 0 20px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info {
    height: calc(100vh - 0px);
    margin: 0px;
    max-width: 1300px;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info h1 {
  color: white;
  font-family: "poppinsbold";
  font-size: 30px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info h1 {
    font-size: 70px;
    text-align: left;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article {
  margin-bottom: 10px;
  display: none;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article p {
  color: white;
  font-family: "poppinsregular";
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article p {
    text-align: left;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info .links {
  text-align: center;
  width: auto;
  background-color: #00619E;
  border-radius: 728px;
  padding: 5px 20px 5px 10px;
  margin: auto;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info .links {
    width: auto;
    text-align: left;
    margin: 0px;
  }
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info .links a {
  width: auto;
  height: 30px;
  font-family: "poppinsbold";
  font-weight: 500;
  font-size: 14px;
  border: none;
  text-align: center;
  background-image: url("../images/mingcute_arrow-right-fill.png");
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  padding: 5px 30px 5px 10px;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-header-info-section-banner .v-cvc-article-banner-info .links:hover {
  background-color: #008f52;
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-degraded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 236px);
}
#page #block-custom-theme-views-block-banners-block-1 .v-cvc-degraded .v-cvc-degraded-layer-vertical {
  background: url("../images/effect-banner.png");
  height: 185vh;
  position: absolute;
  width: 100%;
  border-radius: 40px 40px 40px 40px;
  opacity: 64%;
}
@media (min-width: 1200px) {
  #page #block-custom-theme-views-block-banners-block-1 .v-cvc-degraded .v-cvc-degraded-layer-vertical {
    display: block;
    height: 80vh;
  }
}
@media (min-width: 768px) {
  #page #block-custom-theme-bienvenido {
    width: 1300px;
    margin: auto auto 120px auto;
  }
}
#page #block-custom-theme-bienvenido .welcome-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#page #block-custom-theme-bienvenido .welcome-block .welcome-content {
  border-left: 2px solid #ccc;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  #page #block-custom-theme-bienvenido .welcome-block .welcome-content {
    max-width: 1300px;
  }
}
#page #block-custom-theme-bienvenido .welcome-block .welcome-subtitle {
  display: block;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 0.5rem;
}
#page #block-custom-theme-bienvenido .welcome-block .welcome-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #225727;
  margin: 0 0 0.5rem 0;
}
#page #block-custom-theme-bienvenido .welcome-block .welcome-title #highlight-blue {
  color: #0d47a1;
  font-weight: 700;
}
#page #block-custom-theme-bienvenido .welcome-block .welcome-description {
  font-size: 1.2rem;
  color: #666;
  margin-top: 0.5rem;
}
#page #block-custom-theme-views-block-acerca-de-block-1 {
  margin: 0px auto 40px auto;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-acerca-de-block-1 {
    margin: 0px auto 60px auto;
    width: 1300px;
  }
}
#page #block-custom-theme-views-block-acerca-de-block-1 .col-lg-6 {
  padding: 0px;
}
#page #block-custom-theme-views-block-acerca-de-block-1 .images-caso {
  padding: 10px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-acerca-de-block-1 .images-caso {
    padding: 0px;
  }
}
#page #block-custom-theme-views-block-acerca-de-block-1 .images-caso img {
  border-radius: 0px 20px 20px 0px;
  max-width: 100%;
  height: 100%;
  width: 100%;
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info {
  text-align: center;
  padding: 20px;
  background-color: rgb(30, 107, 78);
  border-radius: 20px 0px 0px 20px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-acerca-de-block-1 .content-info {
    padding: 50px 70px;
    text-align: left;
  }
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .titulo {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .titulo h2 {
  color: #fff;
  font-family: "chivobold";
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-acerca-de-block-1 .content-info .titulo h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .descripcion {
  margin-bottom: 20px;
  padding: 10px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-acerca-de-block-1 .content-info .descripcion {
    padding: 0px;
    margin-bottom: 0px;
  }
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .descripcion p {
  font-family: "chivoregular";
  font-size: 16px;
  color: #fff;
  margin-bottom: 21px;
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .enlace {
  text-align: center;
  background-color: #00619E;
  border-radius: 10px;
  padding: 5px 20px 5px 10px;
  box-shadow: rgba(17, 27, 41, 0.1) 0px 4px 4px 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-acerca-de-block-1 .content-info .enlace {
    text-align: left;
    margin-bottom: 56px;
    width: 280px;
  }
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .enlace a {
  width: auto;
  height: 30px;
  font-family: "poppinsbold";
  font-weight: 500;
  font-size: 14px;
  border: none;
  text-align: center;
  background-image: url("../images/mingcute_arrow-right-fill.png");
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  padding: 5px 30px 5px 10px;
  display: block;
}
#page #block-custom-theme-views-block-acerca-de-block-1 .content-info .enlace:hover {
  background-color: #008f52;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 {
  margin-bottom: 60px;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop {
  position: relative;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado {
  text-align: center;
  position: relative;
  padding: 15px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado {
    padding: 150px 0px;
    margin: 0px auto;
    width: 768px;
  }
}
@media (min-width: 1200px) {
  #page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado {
    width: 1170px;
  }
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-title {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-title h2 {
  color: #fff;
  font-family: "chivobold";
  font-size: 30px;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-title h2 {
    font-size: 48px;
  }
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-title h2::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  width: 50px;
  margin: auto;
  right: 0px;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-description {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-description p {
  font-family: "chivoregular";
  font-size: 17px;
  color: #fff;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-enlace {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-c-content-destacado .v-c-enlace a {
  background-color: #fff;
  color: #86de6b;
  display: inline-block;
  font-family: "chivobold";
  font-size: 19px;
  line-height: 1;
  padding: 18px 40px;
  border-radius: 10px;
}
#page #block-custom-theme-views-block-estadisticas-generales-home-block-1 .v-c-image-desktop .v-cvc-degraded {
  background: linear-gradient(to right, rgb(30, 30, 30) 0%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  position: absolute;
  width: 100%;
}
#page #block-custom-theme-views-block-categorias-block-1 {
  padding: 10px 0px;
  background-color: rgb(214, 234, 246);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 {
    padding: 80px 0px 0px 0px;
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .view-categorias {
    width: 1300px;
    margin: auto auto 40px auto;
  }
}
#page #block-custom-theme-views-block-categorias-block-1 .view-header {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .view-header {
    width: 680px;
    margin: auto auto 80px auto;
  }
}
#page #block-custom-theme-views-block-categorias-block-1 .view-header h2 {
  font-size: 40px;
  line-height: 1.2em;
  color: rgb(21, 21, 23);
  margin-bottom: 30px;
  font-family: "poppinsbold";
}
#page #block-custom-theme-views-block-categorias-block-1 .view-header p {
  font-size: 18px;
  color: rgb(111, 111, 120);
  line-height: 27px;
  letter-spacing: 0px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list {
  position: relative;
  padding: 0px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .home-slider {
  padding: 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .item-list .home-slider {
    height: 721px;
  }
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item {
  margin: 0 15px;
  transition: all 0.3s ease-in-out;
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item {
    width: 400px;
    height: 603px;
  }
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item {
  padding-top: 40px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box {
  padding: 0px;
  gap: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box .content-type p {
  font-family: "poppinsbold";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgb(21, 21, 23);
  text-align: left;
  padding-top: 10px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box .images {
  width: 400px;
  height: 349px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  background-position: center;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box .images .title {
  display: none;
  padding: 0px 15px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box .images .bg-images {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  background-image: url(../images/bg-container-categoria.png);
  background-repeat: repeat;
  border-radius: 10px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box .images h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-family: "poppinsbold";
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slider-item .item .content-first .pro-box .images p {
  color: #FFFFFF;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current {
    width: 520px !important;
  }
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item {
  padding-top: 0px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item .content-first .pro-box .content-type {
  display: none;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item .content-first .pro-box .images {
    width: 520px;
    height: 603px;
  }
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item .content-first .pro-box .images .title {
  display: block;
  border-radius: 10px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 400px;
  text-align: left;
  background-image: url(../images/bg-container-categoria-des.png);
  background-repeat: repeat;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item .content-first .pro-box .images .title h3 {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 10px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item .content-first .pro-box .images .title p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.2em;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-current .item .content-first .pro-box .images .bg-images {
  display: none;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-arrow {
  right: 80px;
  left: auto;
  top: -62px;
  cursor: pointer;
  border: none;
  position: absolute;
  width: 58px;
  height: 58px;
  margin-top: 0px;
  padding: 0;
  line-height: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  text-align: center;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-prev {
  padding-left: 0px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-prev:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
  background-image: url(../images/navegador-2-r.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 78px;
  height: 78px;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-prev:hover:before {
  background-image: url(../images/navegador-1.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-next {
  right: 10px;
  left: auto;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-next:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  line-height: 40px;
  opacity: 1;
  font-weight: 900;
  background-image: url(../images/navegador-2-r.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 78px;
  height: 78px;
  transform: scaleX(-1);
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-next:hover:before {
  background-image: url(../images/navegador-1.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: none;
}
#page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-list .slick-track .slick-slide {
  padding-right: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-block-1 .item-list .slick-list .slick-track .slick-slide {
    display: block;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 {
  background-color: rgb(240, 243, 243);
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros {
  margin: 0px auto 40px auto;
  padding: 20px 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros {
    margin: 0px auto 60px auto;
    width: 1300px;
    padding: 100px 0px;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-header {
    margin-bottom: 30px;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-header h3 {
  font-size: 20px;
  line-height: 1.2em;
  color: rgb(21, 21, 23);
  margin-bottom: 10px;
  font-family: "poppinsbold";
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-header h3 {
    font-size: 40px;
    width: 430px;
  }
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content {
    width: 1030px;
    float: left;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul {
  list-style: none;
  padding: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul li {
    width: 320px;
    float: left;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 {
  list-style: none;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 {
    width: 655px;
    background-color: #fff;
    border-radius: 20px;
    padding: 70px;
    margin-right: 30px;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .title {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .title h3 {
  color: rgb(0, 97, 158);
  letter-spacing: 0px;
  font-size: 45px;
  font-family: "poppinsbold";
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .descripcion {
  margin-bottom: 40px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .descripcion p {
  color: rgb(111, 111, 120);
  font-size: 15px;
  line-height: 1.2em;
  margin-bottom: 36px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .enlace {
  text-align: center;
  background-color: #00619E;
  border-radius: 10px;
  padding: 5px 20px 5px 10px;
  box-shadow: rgba(17, 27, 41, 0.1) 0px 4px 4px 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .enlace {
    text-align: left;
    width: 280px;
  }
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .enlace a {
  width: auto;
  height: 30px;
  font-family: "poppinsbold";
  font-weight: 500;
  font-size: 14px;
  border: none;
  text-align: center;
  background-image: url("../images/mingcute_arrow-right-fill.png");
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  padding: 5px 30px 5px 10px;
  display: block;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-1 .column .enlace:hover {
  background-color: #008f52;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-2 {
  margin-bottom: 32px;
  padding: 20px 20px 30px 20px;
  background-color: rgb(214, 234, 246);
  border-radius: 20px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-2 .column .title {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-2 .column .title h3 {
  font-size: 20px;
  color: rgb(0, 97, 158);
  font-family: "poppinsbold";
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-2 .column .descripcion p {
  font-size: 15px;
  color: rgb(111, 111, 120);
  line-height: 1.5em;
  font-weight: 300;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-3 {
  margin-bottom: 0px;
  padding: 20px 20px 30px 20px;
  background-color: rgb(210, 237, 227);
  border-radius: 20px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-3 .column .title {
  margin-bottom: 20px;
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-3 .column .title h3 {
  font-size: 20px;
  color: rgb(30, 107, 78);
  font-family: "poppinsbold";
}
#page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-content .item-list ul .views-row-3 .column .descripcion p {
  font-size: 15px;
  color: rgb(111, 111, 120);
  line-height: 1.5em;
  font-weight: 300;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-cifras-que-hablan-por-nosotros-block-1 .view-cifras-que-hablan-por-nosotros .view-footer {
    float: left;
  }
}
#page #block-custom-theme-enlacesdeinteres .field--name-body {
  margin: 0px auto 40px auto;
  padding: 20px 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-enlacesdeinteres .field--name-body {
    margin: 0px auto 60px auto;
    width: 1300px;
    padding: 80px 0px;
  }
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes {
  padding: 3rem 0;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .container {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .content {
  flex: 1 1 30%;
}
@media (min-width: 768px) {
  #page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .content {
    padding-top: 120px;
  }
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .content h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #151517;
  font-family: "poppinsbold";
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .content p {
  color: #5E6467;
  font-size: 1rem;
  line-height: 1.6;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid {
  flex: 1 1 65%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 40px 40px 30px 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card:hover {
  background: #f9f9f9;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card a {
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url(../images/enlaces-interes.png);
  padding-top: 18px;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card span {
  color: #151517;
  font-size: 16px;
  font-family: "poppinsbold";
  display: block;
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card:hover {
  border: 1px solid rgb(0, 97, 158);
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card:hover a {
  background-image: url(../images/enlaces-interes-hover.png);
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .card:hover span {
  color: rgb(30, 107, 78);
}
#page #block-custom-theme-enlacesdeinteres .field--name-body .enlaces-interes .grid .full {
  grid-column: span 2;
}
@media (min-width: 768px) {
  #page .region-copy-right {
    padding: 40px 0px;
    width: 1300px;
    margin: auto;
  }
}
#page .region-copy-right #block-custom-theme-copyright .copy-right p {
  color: #00619E;
  font-size: 18px;
  letter-spacing: 0.5%;
  line-height: 145%;
}
@media (min-width: 768px) {
  #page #v-cvc-footer {
    padding: 100px 0px 50px 0px;
    border-top: 1px solid #DADADA;
    width: 1300px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #page #v-cvc-footer #v-cvc-first-footer-section {
    width: 660px !important;
    margin-right: 80px;
  }
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-footer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-footer {
    margin-bottom: 50px;
  }
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-footer #block-portal-footer h2 {
  margin-bottom: 20px;
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-footer #block-portal-footer p {
  color: #6F6F78;
  font-size: 16px;
  letter-spacing: 0.5%;
  line-height: 145%;
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales {
    margin-bottom: 90px;
    width: 300px;
  }
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul {
  list-style: none;
  display: inline-block;
}
@media (min-width: 768px) {
  #page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul {
    display: block;
  }
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li {
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  #page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li {
    margin-right: 15px;
    float: left;
    margin-bottom: 10px;
  }
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li a {
  justify-content: center;
  text-align: center;
  cursor: pointer;
  display: inline-flex;
  text-indent: -9999px;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  #page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li a {
    margin-right: 30px;
  }
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li a .icon {
  color: #429c9b;
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li a .icon-linkeding {
  background-image: url(../images/redes-link.png);
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li a .icon-twitter {
  background-size: auto;
  background-image: url(../images/redes-twit.png);
}
#page #v-cvc-footer #v-cvc-first-footer-section #block-custom-theme-redessociales ul li a .icon-instagram {
  background-size: auto;
  background-image: url(../images/redes-ins.png);
}
@media (min-width: 768px) {
  #page #v-cvc-footer .v-cvc-second-content {
    width: 540px !important;
    display: block !important;
  }
}
@media (min-width: 768px) {
  #page #v-cvc-footer .v-cvc-second-content #block-custom-theme-piedepagina {
    width: 150px;
    margin-right: 30px;
    float: left;
  }
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-piedepagina h5 {
  color: #151517;
  font-size: 16px;
  letter-spacing: 0.5%;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "poppinsbold";
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-piedepagina ul.navbar-nav li {
  list-style: none;
  margin-bottom: 10px;
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-piedepagina ul.navbar-nav li a {
  color: #6F6F78;
  font-size: 16px;
  letter-spacing: 0.5%;
  line-height: 1;
}
@media (min-width: 768px) {
  #page #v-cvc-footer .v-cvc-second-content #block-custom-theme-contactenos .row {
    width: 360px;
  }
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-contactenos .contet-footer .logo-footer h2 {
  color: #151517;
  font-size: 16px;
  letter-spacing: 0.5%;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "poppinsbold";
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-contactenos .contet-footer ul.elementor-icon-list-items {
  list-style: none;
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-contactenos .contet-footer ul.elementor-icon-list-items li {
  margin-bottom: 10px;
}
#page #v-cvc-footer .v-cvc-second-content #block-custom-theme-contactenos .contet-footer ul.elementor-icon-list-items li span {
  color: #6F6F78;
  font-size: 16px;
  letter-spacing: 0.5%;
  line-height: 1;
  display: block;
}

.homepage #block-vani-content {
  display: none;
}
@media (min-width: 768px) {
  .homepage #page #v-cvc-section-header .v-cvc-container {
    width: 1230px;
    margin: auto;
  }
}
.homepage #page #v-cvc-section-banner {
  padding: 30px 30px 0px 30px;
}
@media (min-width: 768px) {
  .homepage #page #v-cvc-section-banner {
    padding: 30px 30px 0px 30px;
  }
}
.homepage .page-principal-front {
  position: relative;
  display: none;
}

.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-folders {
  margin: 30px 0 40px 0;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-folders .v-cvc-card-folder {
  box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.5);
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-folders .v-cvc-card-folder {
    width: 262px;
    height: 205px;
    margin: 5px;
  }
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-folders .v-cvc-card-folder picture {
  width: 100%;
  height: 135px;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-folders .v-cvc-card-folder picture img {
  width: 55px;
  height: 41px;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-folders .v-cvc-card-folder h4 {
  font-size: 14px;
}
.page-type-sentencia #page .v-cvc-prev-pdf {
  margin: 20px 30px;
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf {
    margin: 40px 130px;
  }
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-information h1 {
  font-size: 30px;
  color: #333;
  font-family: "chivobold";
  margin-bottom: 30px;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-information p {
  font-family: "chivolight";
  font-size: 16px;
  color: #333;
}
.page-type-sentencia #page .v-cvc-prev-pdf h1 {
  font-size: 24px;
  color: var(--v-cvc-green);
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf h1 {
    text-align: left;
  }
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation {
  width: 100%;
  min-height: 235px;
  font-family: "Chivo", sans-serif;
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation {
    width: 357px;
    margin: 7.5px 13px !important;
  }
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .itemns {
    float: left;
    width: 114px;
    margin-right: 20px;
  }
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .itemns-2 {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .itemns-2 {
    width: 219px;
  }
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .v-cvc-permissions {
  background-color: var(--v-cvc-lime);
  font-size: 36px;
  color: black;
  width: 100%;
  height: calc(100% - 33px);
  text-align: center;
  font-weight: 700;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .v-cvc-action-permissions {
  background: white;
  color: black;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation picture {
  width: 261px;
  height: 133px;
  display: grid;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation h3 {
  font-size: 16px;
  padding: 0 7px !important;
  margin-bottom: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #151517;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation h3 a {
  font-size: 14px;
  color: #333 !important;
  cursor: text;
  background-color: transparent;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation a {
  width: 100%;
  height: 33px;
  font-size: 14px;
  text-align: center;
  color: white;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation a picture {
  width: 22px;
  height: 22px;
  display: grid;
  margin-right: 10px !important;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation a picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .image {
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .image img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .image img {
    width: 100%;
    height: auto;
  }
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .image .ext {
  background-color: black;
  border: 2px solid white;
  border-radius: 50%;
  bottom: 0;
  color: white;
  font-family: "chivobold";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
  opacity: 0.7;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .verenlinea {
  display: flex;
  width: 100%;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .verenlinea .url {
  background: url("../images/icon-button-v.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  text-align: center;
  padding: 11px 0px;
  width: 60px;
  height: 67px;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-container-cards-documentation .v-cvc-card-documentation .verenlinea .url-dowload a {
  background: url("../images/icon-button-d.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  text-align: center;
  padding: 10px 0px;
  width: 60px;
  height: 67px;
  display: block;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-header-name-pdf small {
  font-size: 12px;
  font-weight: 100;
}
.page-type-sentencia #page .v-cvc-prev-pdf .v-cvc-header-name-pdf h1 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 {
    margin: 0px auto 40px auto;
    width: 1300px;
    padding-top: 60px;
  }
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .title {
  margin-bottom: 30px;
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .title h1 {
  color: #151517;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 700;
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia {
  border: 1px solid #DADADA;
  border-radius: 20px;
  overflow: hidden;
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns {
  padding: 20px;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns {
    float: left;
    width: 50%;
    padding: 60px 40px;
  }
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns span {
  font-size: 15px;
  color: #1E6B4E;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 2px;
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns p {
  font-size: 18px;
  color: #151517;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  margin-bottom: 20px;
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns-1 {
  background-color: #D2EDE3;
}
.page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns-1 .radicado {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-custom-theme-views-block-banners-sentencia-block-1 .view-content .columns-sentencia .columns-1 .radicado {
    margin-bottom: 180px;
  }
}
.page-type-sentencia #page #block-vani-content {
  padding: 10px;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-vani-content {
    margin: 0px auto 40px auto;
    width: 768px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  .page-type-sentencia #page #block-vani-content {
    width: 1170px;
  }
}
.page-type-sentencia #page #block-vani-content article p {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.page-type-sentencia #page #block-vani-content article .field--name-field-resumen p {
  font-family: "chivobold";
  font-size: 17px;
}
.page-type-sentencia #page #block-custom-theme-visualizadordearchivos {
  display: none;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-custom-theme-visualizadordearchivos .v-cvc-content-limit-width {
    max-width: 1170px;
    width: 100%;
  }
}
.page-type-sentencia #page #block-custom-theme-visualizadordearchivos .title-visualizador {
  background-color: #ffffff;
  border-color: #c8c8c5;
  border-style: solid;
  border-width: 1px 1px 2px;
  height: 70px;
  margin-bottom: 0px;
  padding: 24px 10px 0;
  position: relative;
  width: 100%;
}
.page-type-sentencia #page #block-custom-theme-visualizadordearchivos .title-visualizador h2 {
  color: #414042;
  font-family: "ralewaybold";
  font-size: 20px;
}
.page-type-sentencia #page #block-custom-theme-visualizadordearchivos .title-visualizador .closed {
  border-left: 1px solid #c8c8c5;
  cursor: pointer;
  height: 68px;
  position: absolute;
  right: 0;
  top: 0;
  width: 69px;
  text-align: center;
  margin: auto;
  font-size: 54px;
  color: #ccc;
  font-weight: bold;
}
.page-type-sentencia #page #block-custom-theme-visualizadordearchivos .visualizador {
  display: none;
  height: 700px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.page-type-sentencia #page #block-custom-theme-visualizadordearchivos .visualizador iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 {
  margin: 0px auto 40px auto;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 {
    max-width: 1300px;
    text-align: left;
  }
}
.page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 h2 {
  font-size: 24px;
  color: #151517;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 h2 {
    text-align: left;
  }
}
.page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 .v-cvc-prev-pdf {
  margin: 0px;
}
.page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 .firts-itemns {
  margin-left: 0px !important;
}
.page-type-sentencia #page #block-custom-theme-views-block-documentos-adjuntos-block-1 .url {
  justify-content: center !important;
}

.page-type-page #page #block-custom-theme-content .field--name-title {
  display: none;
}
@media (min-width: 1200px) {
  .page-type-page #page #v-cvc-section-banner {
    padding: 30px 30px 0px 30px;
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 {
  margin-bottom: 40px;
  position: relative;
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-format-img-slick {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  height: 65vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  .page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-format-img-slick {
    height: 80vh;
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-degraded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(70vh - 30px);
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-degraded .v-cvc-degraded-layer-vertical {
  background: linear-gradient(to right, rgba(19, 19, 19, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
  height: 80vh;
  position: absolute;
  width: 100%;
  border-radius: 40px 40px 40px 40px;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-degraded .v-cvc-degraded-layer-vertical {
    display: block;
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner {
  position: relative;
  width: 100%;
  height: calc(75vh - 100px);
  text-align: center;
  align-self: flex-end;
  z-index: 1;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner {
    height: calc(70vh - 100px);
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info {
  height: calc(63vh - 126px);
  color: white;
  margin: 0 20px;
  display: block !important;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info {
    height: calc(70vh - 200px);
    margin: auto;
    width: 1300px;
    text-align: center;
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info h1 {
  color: #fff;
  font-family: "chivobold";
  font-size: 58px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida {
  margin-bottom: 8px;
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 150%;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida p {
    padding: 0px 90px;
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-family: "poppinsbold";
  text-align: center;
  background-color: #00619E;
  border-radius: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida a {
    width: 172px;
    margin-right: 10px;
    height: 40px;
  }
}
.page-type-page #page #block-custom-theme-views-block-banners-sentencia-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida a:last-child {
  border: 0px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 0px;
  color: #00619E;
}
@media (min-width: 768px) {
  .page-type-page #page #block-vani-content {
    margin: 0px auto 40px auto;
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .page-type-page #page #block-vani-content {
    width: 1170px;
  }
}
.page-type-page #page #block-vani-content article h2 {
  display: none;
}
.page-type-page #page #block-vani-content article p {
  color: #333;
  font-size: 16px;
  margin-bottom: 20px;
}
.page-type-page #page #block-vani-content article .field--name-body h2 {
  display: block;
  color: #333;
  font-family: "chivobold";
  font-size: 24px;
}
.page-type-page #page #block-vani-content article .field--name-field-resumen p {
  font-family: "chivobold";
  font-size: 17px;
}
.page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-4, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-12 {
  padding-left: 15px;
  padding-right: 15px;
}
.page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-4 label, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-12 label {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  border: 0;
  margin-bottom: 0.5rem;
  font-family: "chivobold";
}
.page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-4 input, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-12 input {
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  border-color: #eee;
  color: #222;
  box-shadow: none;
  -webkit-apperance: none;
  background: #eee;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  margin-bottom: 0.9rem;
}
.page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-4 select, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-4 textarea, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-12 select, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-12 textarea {
  border-radius: 4px;
  height: 48px;
  font-size: 14px;
  border-color: #eee;
  color: #222;
  box-shadow: none;
  -webkit-apperance: none;
  background: #eee;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  margin-bottom: 0.9rem;
}
.page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-4 .btn, .page-type-page #page #block-vani-content #forcandidate .col-md-12 .col-md-12 .btn {
  border-radius: 4px;
  font-weight: 700;
  min-width: 170px;
  font-size: 20px;
  box-shadow: none;
  text-transform: uppercase;
  display: block;
  max-width: 300px;
  margin: auto;
  cursor: pointer;
  font-family: "chivobold";
  border: 1px solid #fff;
  font-size: 20px;
  color: #fff;
  position: relative;
  padding: 11px 55px 10px;
  background: #86de6b;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 {
    margin: 0px auto 40px auto;
    width: 1300px;
  }
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul {
  list-style: none;
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li {
  list-style: none;
  border: 1px solid #DADADA;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li {
    padding: 40px;
    float: left;
    width: 380px;
    margin-right: 30px;
    min-height: 480px;
  }
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term {
  background: url("../images/titulo-categoria.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term {
    padding-top: 70px;
  }
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term .title {
  margin-bottom: 50px;
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term .title h2 {
  font-size: 24px;
  color: #151517;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term .descripcion {
  margin-bottom: 50px;
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term .descripcion p {
  font-size: 16px;
  color: #6F6F78;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 400;
}
.page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term .enlace a {
  font-family: "poppinsbold";
  font-size: 16px;
  border: none;
  text-align: center;
  background-image: url(../images/mingcute_arrow-right-fill-ategoria.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #00619E;
  padding: 3px 30px 3px 10px;
  display: block;
}
@media (min-width: 768px) {
  .page-type-page #page #block-custom-theme-views-block-categorias-principales-block-1 .item-list ul li .item .content-term .enlace a {
    width: 128px;
    height: 30px;
    position: absolute;
    bottom: 30px;
  }
}

article[about="/about-us"] .field--name-title,
#about-us-page .field--name-title {
  display: none;
}
article[about="/about-us"] .text-white,
#about-us-page .text-white {
  color: #fff !important;
}
article[about="/about-us"] .text-white h2,
#about-us-page .text-white h2 {
  color: #fff !important;
  font-size: 3.5rem;
}
article[about="/about-us"] .text-white p,
#about-us-page .text-white p {
  color: #fff !important;
}
article[about="/about-us"] .img-fluid,
#about-us-page .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article[about="/about-us"] .text-dark,
#about-us-page .text-dark {
  color: #1d6141 !important;
}
article[about="/about-us"] .text-dark h2,
#about-us-page .text-dark h2 {
  color: #1d6141 !important;
}
article[about="/about-us"] .text-dark p,
#about-us-page .text-dark p {
  color: #1d6141 !important;
}
article[about="/about-us"] .hemeroteca-card,
#about-us-page .hemeroteca-card {
  background-color: #1d6141;
  /* Verde institucional */
  color: #ffffff;
}
article[about="/about-us"] .hemeroteca-text p,
#about-us-page .hemeroteca-text p {
  color: #e0e0e0;
  font-size: 0.95rem;
  line-height: 1.5;
}
article[about="/about-us"] .hemeroteca-image img,
#about-us-page .hemeroteca-image img {
  max-width: 220px;
  height: auto;
  object-fit: cover;
}
article[about="/about-us"] .stat-icon,
#about-us-page .stat-icon {
  background-color: #1d6141;
  border-radius: 20px;
  padding: 5px;
  width: 40px;
}
article[about="/about-us"] .stat-box,
#about-us-page .stat-box {
  width: 220px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  article[about="/about-us"] .hemeroteca-card,
  #about-us-page .hemeroteca-card {
    text-align: center;
  }
  article[about="/about-us"] .hemeroteca-image img,
  #about-us-page .hemeroteca-image img {
    max-width: 200px;
  }
  article[about="/about-us"] .stat-box,
  #about-us-page .stat-box {
    margin: 0 auto;
  }
}
article[about="/about-us"] #expertos,
#about-us-page #expertos {
  margin: 120px auto !important;
}
article[about="/about-us"] #expertos .row,
#about-us-page #expertos .row {
  border-radius: 20px;
}
article[about="/about-us"] #expertos .object-fit-cover,
#about-us-page #expertos .object-fit-cover {
  object-fit: cover;
  height: 100%;
}
article[about="/about-us"] #expertos h2,
#about-us-page #expertos h2 {
  color: #000 !important;
  font-size: 3.5rem;
}
article[about="/about-us"] #expertos .p7,
#about-us-page #expertos .p7 {
  padding: 7% !important;
}
article[about="/about-us"] #expertos p,
#about-us-page #expertos p {
  color: #757474 !important;
}
@media (max-width: 767.98px) {
  article[about="/about-us"] #expertos .row.align-items-center,
  #about-us-page #expertos .row.align-items-center {
    flex-direction: column;
  }
  article[about="/about-us"] #expertos img.img-fluid,
  #about-us-page #expertos img.img-fluid {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
article[about="/about-us"] #hemeroteca,
#about-us-page #hemeroteca {
  background-color: #d9f2e1;
  /* Imagen */
  /* Tipografía y márgenes */
}
article[about="/about-us"] #hemeroteca .container,
#about-us-page #hemeroteca .container {
  margin: 120px auto !important;
}
article[about="/about-us"] #hemeroteca img,
#about-us-page #hemeroteca img {
  max-height: 320px;
  object-fit: cover;
}
article[about="/about-us"] #hemeroteca h2,
#about-us-page #hemeroteca h2 {
  color: #1a1a1a;
}
article[about="/about-us"] #hemeroteca p,
#about-us-page #hemeroteca p {
  color: #333;
  line-height: 1.6;
  font-size: 1rem;
}
article[about="/about-us"] #hemeroteca p strong,
#about-us-page #hemeroteca p strong {
  color: #1d6141;
}
article[about="/about-us"] #esencia,
#about-us-page #esencia {
  padding: 4rem 0;
}
article[about="/about-us"] #esencia .titulo-seccion,
#about-us-page #esencia .titulo-seccion {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.5rem;
}
article[about="/about-us"] #esencia .tabs-botones,
#about-us-page #esencia .tabs-botones {
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
}
article[about="/about-us"] #esencia .tabs-botones .tab,
#about-us-page #esencia .tabs-botones .tab {
  background: #e5e9e6;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
article[about="/about-us"] #esencia .tabs-botones .tab.active,
#about-us-page #esencia .tabs-botones .tab.active {
  background: #1e7a3b;
  color: #fff;
}
article[about="/about-us"] #esencia .slider-esencia .slide,
#about-us-page #esencia .slider-esencia .slide {
  outline: none;
}
article[about="/about-us"] #esencia .contenido-slide,
#about-us-page #esencia .contenido-slide {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
}
article[about="/about-us"] #esencia .contenido-slide .imagen img,
#about-us-page #esencia .contenido-slide .imagen img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}
article[about="/about-us"] #esencia .contenido-slide .texto,
#about-us-page #esencia .contenido-slide .texto {
  flex: 1;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  article[about="/about-us"] #esencia .contenido-slide,
  #about-us-page #esencia .contenido-slide {
    flex-direction: column;
  }
}
article[about="/about-us"] #conocimiento,
#about-us-page #conocimiento {
  background-color: #dff0fa;
  border-radius: 12px;
  padding: 4.5rem 3rem;
  margin: 2rem auto;
  max-width: 1100px;
}
article[about="/about-us"] #conocimiento .contenido,
#about-us-page #conocimiento .contenido {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
article[about="/about-us"] #conocimiento h2,
#about-us-page #conocimiento h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0c1a24;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
article[about="/about-us"] #conocimiento p,
#about-us-page #conocimiento p {
  color: #3b4b56;
  max-width: 650px;
  font-size: 0.95rem;
  line-height: 1.6;
}
article[about="/about-us"] #conocimiento .btn-primario,
#about-us-page #conocimiento .btn-primario {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #004a8d;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 0.7rem 1.4rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}
article[about="/about-us"] #conocimiento .btn-primario:hover,
#about-us-page #conocimiento .btn-primario:hover {
  background-color: #00396b;
}
article[about="/about-us"] #conocimiento .btn-primario .flecha,
#about-us-page #conocimiento .btn-primario .flecha {
  color: white;
  font-size: 1.2rem;
  margin-left: 8px;
  transition: transform 0.2s ease;
}
article[about="/about-us"] #conocimiento .btn-primario:hover .flecha,
#about-us-page #conocimiento .btn-primario:hover .flecha {
  transform: translateX(4px);
}
@media (max-width: 768px) {
  article[about="/about-us"] #conocimiento .contenido,
  #about-us-page #conocimiento .contenido {
    flex-direction: column;
    align-items: flex-start;
  }
  article[about="/about-us"] #conocimiento .accion,
  #about-us-page #conocimiento .accion {
    align-self: flex-start;
  }
}
article[about="/about-us"] #equipo,
#about-us-page #equipo {
  background-color: #fff;
}
article[about="/about-us"] #equipo h2,
#about-us-page #equipo h2 {
  font-size: 1.8rem;
  color: #0b1a24;
  line-height: 1.3;
}
article[about="/about-us"] #equipo p,
#about-us-page #equipo p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}
article[about="/about-us"] #equipo img,
#about-us-page #equipo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
article[about="/about-us"] #equipo img:hover,
#about-us-page #equipo img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  article[about="/about-us"] #equipo h2,
  #about-us-page #equipo h2 {
    font-size: 1.5rem;
  }
  article[about="/about-us"] #equipo p,
  #about-us-page #equipo p {
    font-size: 0.9rem;
  }
  article[about="/about-us"] #equipo img,
  #about-us-page #equipo img {
    border-radius: 10px;
  }
}

article[about="/contact"],
#contacto {
  /* Columna izquierda con fondo verde e imagen */
  /* Imagen de fondo ocupando 50% ancho / alto y alineada abajo a la derecha */
  /* Superposición verde para legibilidad del texto */
  /* Redes sociales */
  /* Inputs y formulario */
  /* Botón */
  /* Adaptabilidad */
}
article[about="/contact"] #block-info,
#contacto #block-info {
  margin-bottom: 20px;
}
article[about="/contact"] #block-info *,
#contacto #block-info * {
  color: #fff !important;
}
article[about="/contact"] #block-info h5,
#contacto #block-info h5 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
article[about="/contact"] #block-info p,
#contacto #block-info p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
article[about="/contact"] #block-info a,
#contacto #block-info a {
  color: #dff0fa;
  text-decoration: none;
  transition: color 0.3s ease;
}
article[about="/contact"] #block-info a:hover,
#contacto #block-info a:hover {
  color: #ffffff;
  text-decoration: underline;
}
article[about="/contact"] .contacto-info,
#contacto .contacto-info {
  background-color: #1f6045;
  position: relative;
  overflow: hidden;
}
article[about="/contact"] .contacto-info::after,
#contacto .contacto-info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-image: url("/themes/custom/custom_theme/images/justicia.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.95;
  z-index: 1;
}
article[about="/contact"] .p-4,
#contacto .p-4 {
  padding: 2.5rem !important;
}
article[about="/contact"] .contacto-info::before,
#contacto .contacto-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(31, 96, 69, 0.85);
  z-index: 0;
}
article[about="/contact"] .contacto-info > *,
#contacto .contacto-info > * {
  position: relative;
  z-index: 2;
}
article[about="/contact"] .social-link,
#contacto .social-link {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}
article[about="/contact"] .social-link:hover,
#contacto .social-link:hover {
  color: #dff0fa;
}
article[about="/contact"] input[type=text], article[about="/contact"] input[type=email],
#contacto input[type=text],
#contacto input[type=email] {
  height: 3em !important;
}
article[about="/contact"] .form-control,
#contacto .form-control {
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.95rem !important;
}
article[about="/contact"] .form-control:focus,
#contacto .form-control:focus {
  border-color: #004a8d;
  box-shadow: 0 0 0 0.2rem rgba(0, 74, 141, 0.15);
}
article[about="/contact"] .btn-primary,
#contacto .btn-primary {
  background: #004a8d;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  height: 3em !important;
}
article[about="/contact"] .btn-primary span,
#contacto .btn-primary span {
  color: white !important;
}
article[about="/contact"] .btn-primary:hover,
#contacto .btn-primary:hover {
  background-color: #00396b;
}
@media (max-width: 767.98px) {
  article[about="/contact"] .contacto-info,
  #contacto .contacto-info {
    text-align: center;
    background-position: top;
  }
  article[about="/contact"] .contacto-info::after,
  #contacto .contacto-info::after {
    width: 70%;
    height: 40%;
    right: 15%;
    bottom: 0;
  }
}

#page .categori-page {
  margin-bottom: 50px;
  position: relative;
}
#page .categori-page .content-info-categori {
  overflow: hidden;
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori {
    margin: 0px auto 50px auto;
    width: 768px;
    padding: 0px;
  }
}
@media (min-width: 1200px) {
  #page .categori-page .content-info-categori {
    width: 1170px;
  }
}
#page .categori-page .content-info-categori .content-categori {
  overflow: hidden;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori .content-categori {
    float: left;
    margin-right: 50px;
    width: 60%;
  }
}
#page .categori-page .content-info-categori .content-categori .descripcion p {
  margin-bottom: 30px;
  font-size: 17px;
}
#page .categori-page .content-info-categori .content-categori .aprobado, #page .categori-page .content-info-categori .content-categori .denegado {
  background: #86de6b;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  text-align: center;
  padding: 0px 13px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0px auto 30px auto;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori .content-categori .aprobado, #page .categori-page .content-info-categori .content-categori .denegado {
    float: left;
    height: 250px;
    width: 250px;
    margin: 0px;
    margin-right: 50px;
    margin-left: 40px;
  }
}
#page .categori-page .content-info-categori .content-categori .aprobado .numero-pro, #page .categori-page .content-info-categori .content-categori .denegado .numero-pro {
  margin-bottom: 10px;
}
#page .categori-page .content-info-categori .content-categori .aprobado .numero-pro p, #page .categori-page .content-info-categori .content-categori .denegado .numero-pro p {
  color: #fff;
  font-size: 55px;
  font-family: "chivobold";
  line-height: 0.9em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori .content-categori .aprobado .numero-pro p, #page .categori-page .content-info-categori .content-categori .denegado .numero-pro p {
    font-size: 65px;
  }
}
#page .categori-page .content-info-categori .content-categori .aprobado .numero-pro span, #page .categori-page .content-info-categori .content-categori .denegado .numero-pro span {
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori .content-categori .denegado {
    margin-right: 0px;
  }
}
#page .categori-page .content-info-categori .content-porcentaje {
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori .content-porcentaje {
    float: left;
    width: 30%;
  }
}
#page .categori-page .content-info-categori .content-porcentaje .promedio {
  background: #030142;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 260px;
  width: 260px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0px 18px;
  margin: auto;
}
@media (min-width: 768px) {
  #page .categori-page .content-info-categori .content-porcentaje .promedio {
    margin: 0px;
  }
}
#page .categori-page .content-info-categori .content-porcentaje .promedio .numero-pro {
  padding-top: 20px;
  margin-bottom: 10px;
}
#page .categori-page .content-info-categori .content-porcentaje .promedio .numero-pro p {
  color: #fff;
  font-size: 70px;
  font-family: "chivobold";
  line-height: 0.9em;
  margin-bottom: 10px;
}
#page .categori-page .content-info-categori .content-porcentaje .promedio .numero-pro span p {
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  font-family: "chivoregular", sans-serif;
}
@media (min-width: 1200px) {
  #page #v-cvc-section-banner {
    padding: 30px 30px 0px 30px;
  }
}
#page #block-views-block-categorias-sentencias-block-1 {
  background: #f5f5f5;
  padding: 50px 0px;
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page {
    margin: 0px auto;
    width: 768px;
  }
}
@media (min-width: 1200px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page {
    width: 1170px;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page header {
  margin-bottom: 30px;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page header h2 {
  color: #333;
  font-size: 42px;
  font-family: "chivobold";
  text-align: center;
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page header h2 {
    text-align: left;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form {
  margin-bottom: 40px;
  overflow: hidden;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form .js-form-item-title {
  float: left;
  width: 37%;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form .js-form-item-title label {
  color: #333;
  font-size: 16px;
  padding-top: 6px;
  font-family: "chivobold";
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form .js-form-item-title label {
    float: left;
    margin-right: 20px;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form .js-form-item-title input {
  border-radius: 10px;
  padding: 8px;
  height: 34px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form .js-form-item-title input {
    float: left;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .views-exposed-form .form-actions input {
  background: #86de6b;
  color: #fff;
  border-radius: 10px;
  padding: 7px 14px;
  border: 1px solid #fff;
  font-family: "chivobold";
  font-size: 16px;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul {
  list-style: none;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li {
  overflow: hidden;
  list-style: none;
  margin-bottom: 30px;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-title {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-title {
    text-align: left;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-title a {
  color: #333;
  font-size: 22px;
  font-family: "chivobold";
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandado, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandante, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-radicado {
    float: left;
    width: 31%;
    margin-right: 20px;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandado .views-label, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandante .views-label, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-radicado .views-label {
  color: #fff;
  font-size: 22px;
  font-family: "chivobold";
  background: #939098;
  padding: 18px 25px;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandado .views-label, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandante .views-label, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-radicado .views-label {
    margin-bottom: 20px;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandado .field-content, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandante .field-content, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-radicado .field-content {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandado .field-content, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandante .field-content, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-radicado .field-content {
    margin-bottom: 0px;
  }
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandado .field-content a, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-demandante .field-content a, #page #block-views-block-categorias-sentencias-block-1 .sentencia-page ul li .views-field-field-radicado .field-content a {
  color: #333;
  font-size: 16px;
  background: #86de6b;
  padding: 30px 25px;
  min-height: 107px;
  text-align: center;
  display: block;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .pager .pager__item {
  text-align: center;
}
#page #block-views-block-categorias-sentencias-block-1 .sentencia-page .pager .pager__item a {
  background-color: #fff;
  border: 1px solid #86de6b;
  color: #86de6b;
  display: inline-block;
  font-family: "chivobold";
  font-size: 19px;
  line-height: 1;
  padding: 18px 40px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #page #block-views-block-estadisticas-generales-block-1 {
    margin: 0px auto 40px auto;
    width: 768px;
  }
}
@media (min-width: 1200px) {
  #page #block-views-block-estadisticas-generales-block-1 {
    width: 1170px;
  }
}
#page #block-views-block-estadisticas-generales-block-1 header p {
  color: #fff;
  font-size: 22px;
  font-family: "chivobold";
  background: #939098;
  margin-bottom: 20px;
  padding: 18px 25px;
  display: block;
  text-align: center;
  border-right: 1px solid #fff;
}
#page #block-views-block-estadisticas-generales-block-1 ul li {
  border-bottom: 1px solid #939098;
  background: #86de6b;
}
#page #block-views-block-estadisticas-generales-block-1 ul li .titulo a {
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  display: block;
}
#page #block-views-block-estadisticas-generales-block-1 ul li .total-aprobado p {
  color: #fff;
  padding: 10px 0px;
  font-size: 18px;
  text-align: center;
}
#page #block-views-block-estadisticas-generales-block-1 ul li .total-denegado p {
  color: #fff;
  padding: 10px 0px;
  font-size: 18px;
  text-align: center;
}
#page #block-views-block-estadisticas-generales-block-1 ul li:nth-child(even) {
  background: #fff;
}
#page #block-views-block-estadisticas-generales-block-1 ul li:nth-child(even) a {
  color: #333;
}
#page #block-views-block-estadisticas-generales-block-1 ul li:nth-child(even) p {
  color: #333;
}
#page #block-custom-theme-views-block-categorias-principales-block-2 {
  margin-bottom: 40px;
  position: relative;
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-format-img-slick {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  height: 65vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 40px;
}
@media (min-width: 1200px) {
  #page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-format-img-slick {
    height: 80vh;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-degraded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(70vh - 30px);
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-degraded .v-cvc-degraded-layer-vertical {
  background: linear-gradient(to right, rgba(19, 19, 19, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  display: none;
  height: 80vh;
  position: absolute;
  width: 100%;
  border-radius: 40px 40px 40px 40px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-degraded .v-cvc-degraded-layer-vertical {
    display: block;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner {
  position: relative;
  width: 100%;
  height: calc(75vh - 100px);
  text-align: center;
  align-self: flex-end;
  z-index: 1;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner {
    height: calc(70vh - 100px);
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info {
  height: calc(63vh - 126px);
  color: white;
  margin: 0 20px;
  display: block !important;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info {
    height: calc(70vh - 200px);
    margin: auto;
    width: 1300px;
    text-align: center;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info h1 {
  color: #fff;
  font-family: "chivobold";
  font-size: 58px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida {
  margin-bottom: 8px;
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 150%;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida p {
    padding: 0px 90px;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida a {
  display: inline-block;
  padding: 8px 16px;
  color: #fff;
  font-family: "poppinsbold";
  text-align: center;
  background-color: #00619E;
  border-radius: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida a {
    width: 172px;
    margin-right: 10px;
    height: 40px;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-2 .v-cvc-header-info-section-banner .v-cvc-article-banner-info article .nulida a:last-child {
  border: 0px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 0px;
  color: #00619E;
}
@media (min-width: 768px) {
  #page #block-custom-theme-content .view-categorias-principales {
    margin: 0px auto 40px auto;
    width: 1300px;
    overflow: hidden;
  }
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul {
  list-style: none;
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li {
  list-style: none;
  border: 1px solid #DADADA;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  #page #block-custom-theme-content .view-categorias-principales .item-list ul li {
    padding: 40px;
    float: left;
    width: 365px;
    margin-right: 30px;
    min-height: 314px;
  }
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term {
  background: url("../images/titulo-categoria-interna.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term {
    padding-top: 70px;
  }
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term .title {
  margin-bottom: 50px;
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term .title h2 {
  font-size: 24px;
  color: #151517;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term .descripcion {
  margin-bottom: 50px;
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term .descripcion p {
  font-size: 16px;
  color: #6F6F78;
  line-height: 150%;
  letter-spacing: 0px;
  font-weight: 400;
}
#page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term .enlace a {
  font-family: "poppinsbold";
  font-size: 16px;
  border: none;
  text-align: center;
  background-image: url(../images/mingcute_arrow-right-fill-ategoria.png);
  background-repeat: no-repeat;
  background-position: right;
  color: #00619E;
  padding: 3px 30px 3px 10px;
  display: block;
}
@media (min-width: 768px) {
  #page #block-custom-theme-content .view-categorias-principales .item-list ul li .item .content-term .enlace a {
    width: 192px;
    height: 30px;
    position: absolute;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 {
    margin: 0px auto 40px auto;
    width: 1300px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-header {
    float: left;
    width: 130px;
    margin-right: 20px;
    padding-top: 5px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-header h2 {
  background-image: url(../images/filter-title.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 18px;
  color: #6F6F78;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0px;
  padding-left: 30px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters {
    float: left;
    width: 900px;
    margin-right: 0px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 {
  flex-direction: row;
  align-items: flex-start;
  padding: 0px 10px;
  gap: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 {
    display: flex;
    padding: 0px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item {
    margin-bottom: 0px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item label {
  display: none;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item input, #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item select {
  background-color: #D2EDE3;
  border: 0px;
  border-radius: 5px;
  color: #1E6B4E;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  width: 100%;
  padding: 16px 0px 17px 30px;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-field-demandante-value {
    width: 160px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-field-demandante-value input {
  background-image: url(../images/icono-filter-1.png);
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-field-radicado-value {
    width: 152px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-field-radicado-value input {
  background-image: url(../images/icono-filter-2.png);
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-created {
    width: 180px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-created input {
  background-image: url(../images/icono-filter-3.png);
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item-sort-order {
    width: 170px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .js-form-item-sort-order select {
  background-image: url(../images/icono-filter-4.png);
  background-color: #D6EAF6;
  background-size: auto;
  height: auto;
  padding: 6px 0px 6px 30px;
  color: #00619E;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-filters #views-exposed-form-categorias-sentencias--block-1 .form-item-sort-by {
  display: none;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .view-content {
    float: left;
    width: 1300px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul {
  list-style: none;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li {
  list-style: none;
  border: 1px solid #DADADA;
  border-radius: 16px;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li {
    float: left;
    width: 365px;
    margin-right: 30px;
    min-height: 470px;
  }
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-title {
  margin-bottom: 40px;
  background: #F0F3F3;
  padding: 50px 30px 50px 30px;
  border-radius: 16px 16px 0px 0px;
  border-bottom: 1px solid #DADADA;
  min-height: 170px;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-title a {
  font-size: 24px;
  color: #00619E;
  line-height: 100%;
  letter-spacing: 0px;
  font-weight: 700;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-demandante {
  padding: 0px 30px;
  margin-bottom: 30px;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-demandante .views-label-field-demandante {
  font-size: 14px;
  color: #6F6F78;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 300;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-demandante .field-content a {
  font-size: 16px;
  color: #151517;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 500;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-demandado {
  padding: 0px 30px;
  margin-bottom: 30px;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-demandado .views-label-field-demandado {
  font-size: 14px;
  color: #6F6F78;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 300;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-demandado .field-content a {
  font-size: 16px;
  color: #151517;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 500;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-radicado {
  padding: 0px 30px;
  margin-bottom: 30px;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-radicado .views-label-field-radicado {
  font-size: 14px;
  color: #6F6F78;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 300;
}
#page #block-custom-theme-views-block-categorias-sentencias-block-1 .item-list ul li .views-field-field-radicado .field-content a {
  font-size: 16px;
  color: #151517;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: 500;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-3 {
    margin: 0px auto 50px auto;
    width: 1300px;
    overflow: hidden;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #1E6B4E;
  background-image: url(../images/images-porcentaje.png);
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 10px;
  padding: 50px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc {
    padding: 70px;
  }
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__contenedor {
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 1;
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__porcentaje {
  font-size: 64px;
  font-weight: 900;
  color: #D2EDE3;
  line-height: 49px;
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__texto {
  font-size: 18px;
  margin-top: 0.5rem;
  font-weight: 400;
  color: #fff;
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__divider {
  width: 1px;
  height: 102px;
  background-color: #DADADA;
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__imagen {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
#page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__imagen img {
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}
@media (max-width: 768px) {
  #page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
  }
  #page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__contenedor {
    flex-direction: column;
    gap: 1.5rem;
  }
  #page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__divider {
    display: none;
  }
  #page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__imagen {
    position: relative;
    margin-top: 1rem;
  }
  #page #block-custom-theme-views-block-categorias-principales-block-3 .procesos-cvc__imagen img {
    width: 120px;
    height: auto;
    opacity: 0.8;
  }
}

.view-display-id-page_1 {
  padding: 0px 3% !important;
  max-width: 1300px;
  margin: auto;
}
.view-display-id-page_1 .views-view-responsive-grid__item-inner {
  height: 100%;
}
.view-display-id-page_1 .views-view-responsive-grid__item-inner .views-field-nothing {
  height: 100%;
}
.view-display-id-page_1 .card {
  height: 100%;
  border: 1px solid #E7E7E7 !important;
}
.view-display-id-page_1 .card-header {
  padding: 0.5rem 1rem;
  background-color: #f0f3f3;
  height: 100px;
}
.view-display-id-page_1 .card-header a {
  color: #1a71a7 !important;
}
.view-display-id-page_1 .card-header h5 {
  font-weight: 600;
}
.view-display-id-page_1 .mb-3,
.view-display-id-page_1 time {
  font-weight: 500 !important;
}
.view-display-id-page_1 .card-body p {
  font-size: 0.95rem;
}
.view-display-id-page_1 .text-muted {
  color: rgba(158, 160, 162, 0.75) !important;
}
.view-display-id-page_1 .pagination {
  padding-top: 25px !important;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.view-display-id-page_1 .pagination .pager__item--first {
  display: none;
}
.view-display-id-page_1 .pagination .pager__item--last {
  display: none;
}
.view-display-id-page_1 .pagination .disabled {
  display: none;
}
.view-display-id-page_1 .pagination .pager__item--next,
.view-display-id-page_1 .pagination .pager__item--previous {
  height: 25px;
  border-radius: 10px;
  width: 25px;
}
.view-display-id-page_1 .pagination .pager__item--next a,
.view-display-id-page_1 .pagination .pager__item--previous a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #00619E !important;
  color: white !important;
  align-content: center;
  text-align: center;
}
.view-display-id-page_1 .pagination .pager__item--next a span,
.view-display-id-page_1 .pagination .pager__item--previous a span {
  color: white !important;
}

.block-views-exposed-filter-blockbusqueda-page-1 {
  background-color: #d6eaf6;
}
.block-views-exposed-filter-blockbusqueda-page-1 .contenedor {
  padding: 5% 4% !important;
  max-width: 1300px;
  margin: auto;
}
.block-views-exposed-filter-blockbusqueda-page-1 h2 {
  font-size: 50px;
  font-weight: 600 !important;
  max-width: 860px;
}
.block-views-exposed-filter-blockbusqueda-page-1 .form--inline {
  display: flex;
  align-items: center;
}
.block-views-exposed-filter-blockbusqueda-page-1 .form--inline .form-item {
  position: relative;
}
.block-views-exposed-filter-blockbusqueda-page-1 .form--inline .form-item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23888" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/></svg>') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.block-views-exposed-filter-blockbusqueda-page-1 .form--inline input[type=text] {
  border: 1px solid #E7E7E7 !important;
  border-radius: 10px !important;
  padding: 16px 16px 16px 35px !important;
}
.block-views-exposed-filter-blockbusqueda-page-1 .form--inline input[type=text]::placeholder {
  color: #E7E7E7;
}
.block-views-exposed-filter-blockbusqueda-page-1 .form--inline .form-submit {
  color: white !important;
  background: transparent !important;
  background-color: #00619e !important;
  border-radius: 8px !important;
  height: 1.8rem;
  border: none !important;
  padding: 7px 17px !important;
}

#block-custom-theme-fecha,
#block-custom-theme-filtrosearch {
  padding: 2% 4% !important;
  max-width: 1300px;
  margin: auto;
}
#block-custom-theme-fecha .facets-widget-dropdown,
#block-custom-theme-filtrosearch .facets-widget-dropdown {
  position: relative;
}
#block-custom-theme-fecha .facets-widget-dropdown::before,
#block-custom-theme-filtrosearch .facets-widget-dropdown::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2345876e" viewBox="0 0 16 16"><path d="M3 0a1 1 0 0 0-1 1v1H1.5A1.5 1.5 0 0 0 0 3.5v11A1.5 1.5 0 0 0 1.5 16h13a1.5 1.5 0 0 0 1.5-1.5v-11A1.5 1.5 0 0 0 14.5 2H14V1a1 1 0 0 0-2 0v1H4V1a1 1 0 0 0-1-1zM1 5h14v9.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V5zm3-2h2v1H4V3zm6 0h2v1h-2V3z"/></svg>') no-repeat center;
  transform: translateY(-50%);
  pointer-events: none;
}
#block-custom-theme-fecha .facets-widget-dropdown::after,
#block-custom-theme-filtrosearch .facets-widget-dropdown::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 55%;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none" stroke="%2345876e" stroke-width="2"><polyline points="4,6 8,10 12,6"/></svg>') no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
}
#block-custom-theme-fecha select,
#block-custom-theme-filtrosearch select {
  border: none;
  background-color: #d2ede3;
  color: #45876e;
  border-radius: 10px;
  padding: 3px 30px 3px 35px;
  font-weight: 600;
}
#block-custom-theme-fecha h3,
#block-custom-theme-filtrosearch h3 {
  display: none;
}

#main-navbar {
  margin: 15px 0;
}
#main-navbar .container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  display: contents;
}
#main-navbar .dropdown-menu {
  padding: 0;
}
#main-navbar .navbar-brand {
  margin-right: 20px;
}
#main-navbar .navbar-brand span {
  color: #007a4d;
  line-height: 1;
  border-right: 1px solid rgb(202, 201, 201);
  padding: 0 10px;
  margin-right: 10px;
}
#main-navbar .hemeroteca {
  color: #9a9c9c !important;
}
#main-navbar .buscar {
  border: 1px solid #007a4d;
  border-radius: 10px;
  padding: 10px 30px;
}
#main-navbar .buscar a {
  color: #007a4d !important;
}
@media (max-width: 768px) {
  #main-navbar .buscar {
    display: none;
  }
}
#main-navbar .btn-primary {
  background-color: #00619e !important;
  color: white !important;
  padding: 10px 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #main-navbar .btn-primary {
    display: none;
  }
}
#main-navbar h6 {
  color: #007a4d;
  border-bottom: 1px solid #c3c5c4;
  padding-bottom: 12px;
}
#main-navbar h6 a {
  color: #007a4d !important;
}
#main-navbar .dropdown-item {
  color: #9a9c9c !important;
  padding: 12px 0;
  font-weight: 100;
}
#main-navbar .dropdown-item.active, #main-navbar .dropdown-item:hover {
  padding: 12px 0;
}
#main-navbar .dropdown-item:focus, #main-navbar .dropdown-item:active {
  padding: 12px 0;
  background-color: #eaeceb !important;
}
#main-navbar .bg-gray {
  background-color: #F0F3F3;
}
#main-navbar .foter-links {
  background-color: #D6EAF6;
  padding: 15px 5%;
}
#main-navbar .foter-links a {
  color: black;
}
#main-navbar .foter-links .primero {
  border-right: 1px solid rgb(3, 3, 3);
  padding-right: 10px;
  margin-right: 10px;
}
#main-navbar .mt-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  margin-top: 0 !important;
}
#main-navbar .first {
  padding-left: 5%;
  background-color: white;
}
#main-navbar .last {
  padding-right: 5%;
}
#main-navbar .dropdown-menu {
  --bs-dropdown-zindex: 40;
}
@media (max-width: 768px) {
  #main-navbar .navbar-nav {
    padding: 5%;
  }
}
/*# sourceMappingURL=style.css.map */
