/*
Theme Name: ACE Theme Child
Theme URI: https://www.agenciaeducacion.cl/
Author: SAARGO SPA
Author URI: https://saargo.com
Description: ACE Theme Child
Template: ace
Version: 2.0
Text Domain: ace
*/

/*========== FONTS */

/*========== Font > Fontawesome */

@import url('assets/css/fontawesome.min.css');
@import url('assets/css/brands.min.css');
@import url('assets/css/regular.min.css');
@import url('assets/css/solid.min.css');
@import url('assets/css/light.min.css');

/*========== Font > GobCL */

@font-face {
  font-family: 'gobCL_Light';
  src: url('webfonts/gobcl/gobCL_Light.otf');
}
@font-face {
  font-family: 'gobCL_Regular';
  src: url('webfonts/gobcl/gobCL_Regular.otf');
}
@font-face {
  font-family: 'gobCL_Bold';
  src: url('webfonts/gobcl/gobCL_Bold.otf');
}
@font-face {
  font-family: 'gobCL_Heavy';
  src: url('webfonts/gobcl/gobCL_Heavy.otf');
}


/*========== GENERAL */


:root {
  --ace-bg-contraste: #212529;
  --ace-gradient1: linear-gradient(to bottom,  rgba(10,70,130,0) 0%,rgba(10,70,130,0.75) 100%);
  --ace-gradient2: linear-gradient(to bottom,  rgba(10,70,130,0) 30%,rgba(10,70,130,0.75) 100%);
  --ace-text: #58585b;
}
body {
  color: var(--ace-text);
}
.text-white *,
.text-white {
  color: #fff!important;
} 
.text-blue *,
.text-blue {
  color: var(--sp-primary)!important;
} 
.text-bold *,
.text-bold {
  font-family: 'gobCL_Bold'!important;
}
#content {
  background: #F2F5FB;
}
body:not(.home) #content {
  background: #fff;
}
#content > .av-py-default {
  margin-top: -30px;
  padding: 30px 0;
}
.av-container {
  max-width: 1200px;  
  padding-left: 20px;
  padding-right: 20px;
}
.vc_btn3.vc_btn3-color-primary, 
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
  background-color: var(--sp-primary);
}
.vc_btn3.vc_btn3-color-primary:hover, 
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover {
  background-color: #0b4e93;
}
.vc_btn3.vc_btn3-size-lg {
  padding-top: 14px;
  padding-bottom: 14px;
}
.w-60 figure img {
  width: 60%;
  margin: 0 auto;
}
.far {
  font-family: "Font Awesome 5 Pro"!important;
}


/*========== HEADER */

.header.header-five .nav-area {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .nav-area .av-column-10 {
  z-index: 99999;
}
.logo {
  margin-top: -20px;
}
.logo img {
  max-width: 120px;
}
.header.header-five .navbar-area {
  background-color: #00495f;
  border-bottom: 4px solid var(--sp-secondary);
}
.btn-plataformas a.wp-element-button {
  position: relative;
}
.btn-plataformas a.wp-element-button:before {
  padding-right: 5px;
  content: '\f009';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.navbar-area .menubar .menu-wrap > li:hover > a {
  background: transparent;
  -webkit-text-fill-color: rgba(255,255,255,0.7);
}
.header.header-five .widget-wrp .widget {
  margin-left: 15px;
  padding-left: 15px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  vertical-align: middle;
  min-height: 90px;
  color: var(--sp-secondary-dark);
  border-left: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-five .widget-wrp .widget:last-child {
  margin-right: 15px;
  padding-right: 15px;
}
.header.header-five .widget-wrp .widget:first-child {
  margin-left: 0;
}
.header.header-five .widget-wrp .widget p {
  margin-bottom: 0;
}
.header.header-five .widget-wrp .contact-icon {
  font-size: 32px;
  height: 32px;
}
.header.header-five .widget-wrp span.title {
  font-size: 14px;
}
.header.header-five .widget-wrp span.text {
  font-size: 17px;
  font-weight: 600;
}
.header.header-five .navbar-area .theme-menu {
  text-align: right;
  justify-content: space-between;
}
.header.header-five .navbar-area .header-wrap-right li {
  padding-left: 10px;
  border-left: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-five .navbar-area .header-wrap-right li:first-child {
  padding-left: 0;
  border-left: 0;
}
.header.header-six .menubar ul.menu-wrap,
.header.header-five .menubar ul.menu-wrap {
  text-align: left;
}
.wp-block-button a.wp-block-button__link {
  border-color: inherit;
}
.toggle-lines div {
  background-color: var(--sp-primary);
}
.mobile-menu .menu-right {
  padding: 0 15px;
  display: flex;
  align-items: center;
}


/*========== HEADER > menu bar */

.header.header-five > .av-container > .av-columns-area {
  position: relative;
}
.menubar {
  position: static;
}
.navbar-area .menubar .menu-wrap > li {
  border-right: 1px solid #fff;
}
.navbar-area .menubar .menu-wrap > li.menu-item-20,
.navbar-area .menubar .menu-wrap > li:last-child {
  border-right: 0;
}
.navbar-area .menubar .menu-wrap > li.astm-search-menu {
  position: absolute;
  right: 20px;
}
.menubar .menu-wrap > li > a {
  padding: 0px 20px;
  line-height: 30px;
  color: #fff;
}
.menubar ul.menu-wrap > li.dropdown > a {
  padding-right: 35px;
}
.menubar .menu-wrap > li.dropdown > a:before  {
  right: 15px;
}
.is-menu.default form {
  width: 300px;
  margin-top: -3px;
  text-align: right;
}
.is-form-style input.is-search-input {
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 40px;
}
.is-form-style button.is-search-submit {
  background: transparent!important;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.is-menu .is-search-form.is-form-id-39 .is-search-icon {
  background: transparent!important;
}
.is-form-style button.is-search-submit:hover .is-search-icon {
  background: rgba(0,0,0,0.1)!important;
}
.is-search-icon {
  border-radius: 50px;
  border: 0;
}
.theme-menu .menu-right {
  display: flex;
  align-items: center;
}
.theme-menu .menu-right #block-24 {
  margin-right: 20px;
  display: none;
}
.page-id-250 .theme-menu .menu-right #block-24,
.page-id-253 .theme-menu .menu-right #block-24 {
  display: block;
}
.mobile-menu .menu-right #block-24 {
  display: none;
}
.page-id-250 .mobile-menu .menu-right #block-24,
.page-id-253 .mobile-menu .menu-right #block-24 {
  display: block;
}
.menu-right #mega-menu-wrap-max_mega_menu_1 {
  background: transparent!important;
}
.menu-right #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
  background: var(--sp-primary);
  border-radius: 5px!important;
  font-size: 16px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 9999999999;
}

/*========== HEADER > accesibilidad */

.accesibilidad {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.accesibilidad li {
  margin: 0 10px 0 0!important;
}
.accesibilidad li:last-child {
  margin-right: 0!important;
}
.accesibilidad span {
  height: 35px;
  width: 35px;
  border: 1px solid #0C142B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: sans-serif, arial;
  font-size: 1.2rem;
  color: #0C142B;
  line-height: 1;
  font-weight: bold;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.accesibilidad span:hover {
  background-color: #0C142B;
  color: #fff;
}
.contraste .accesibilidad span {
  border-color: #fff;
  color: #fff;
}
#block-24 .wp-block-button a.wp-block-button__link {
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  line-height: normal!important;
}
#block-24 .btn-dia-ep a.wp-block-button__link {
  margin-right: 20px;
  background: #d7427d;
}

/*========== HEADER > menu fixed */

.menu-fixed {
  background: #fff!important;
  margin-bottom: 0!important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.element-is-sticky.menu-fixed  {
  width: 100%!important;
  left: 0!important;
  z-index: 9999999999999999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
ul[id^='menu-dia-'],
ul#menu-did {
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.element-is-sticky.menu-fixed ul[id^='menu-dia-'],
.element-is-sticky.menu-fixed ul#menu-did {
  width: 70%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.index-1 {
  z-index: 1;
}
.index-2 {
  z-index: 2;
}


/*========== FOOTER */

.footer-main {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-section.footer-two {
  background: #343437;
}
.title-banner-principal h2,
h2.title-banner-principal  {
  font-family: 'gobCL_Bold';
  font-size: 3.8rem;
  color: var(--sp-primary);
  line-height: 1;
}
h2.title-banner-principal  {
  font-size: 3.5rem;
}
.footer-main .widget:not(.widget_text):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a {
  margin: 0;
}
.footer-main .widget:not(.widget_text):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
  content: '';
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: inherit;
}
.logo-footer img {
  max-width: 60%;
}
.footer-section .widget p.text-address {
  margin-top: 50px;
  line-height: 1.4;
}
footer .widget h4.wp-block-heading {
  font-size: 1.3rem;
}
footer ul.menu-contact li {
  margin-bottom: 7px;
}
footer ul.menu-contact li i {
  width: 25px;
  text-align: center;
}
.menu-sociales {
  display: flex;
  align-items: center;
}
.menu-sociales li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.menu-sociales li:last-child {
  margin-right: 0;
}
.footer-menu .widget {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
}
footer .menu-contact.menu-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .menu-contact.menu-horizontal li {
  padding: 0 20px;
  font-size: .9rem;
}
.footer-two .footer-copyright .av-columns-area {
  border-top: 0;
}
.footer-copyright .copyright-text {
  padding-bottom: 40px;
  font-size: .9rem;
}


/* HOME > Banner Principal */

.owl-carousel .owl-stage-outer {
  border-radius: 10px;
  border-left: 8px solid var(--sp-secondary);
}
.psac-link-overlay {
  background: var(--ace-gradient1);
}
.psac-post-slider.psac-design-1 .psac-post-overlay {
  background: transparent;
  top: 60%;
  max-width: 90%;
  border: 0;
}
.psac-post-slider.psac-design-1 .psac-post-title,
.psac-post-slider.psac-design-1 .psac-post-short-content  {
  text-align: left;
  color: #fff;
}
.psac-post-slider.psac-design-1 .psac-post-short-content {
  line-height: 1.2;
}
.psac-post-slider.psac-design-1 .psac-post-title {
  font-size: 2rem;
  line-height: 1;
}
.psac-post-slider.psac-design-1 .psac-post-title a {
  color: #fff;
}
.psac-post-slider.psac-design-1 .psac-readmorebtn {
  float: right;
}
.psac-slider-and-carousel .owl-dots {
  background-color: var(--sp-primary);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  width: 60px;
  border-radius: 90px;
}
.psac-slider-and-carousel .owl-dots .owl-dot {
  background: rgba(255,255,255,0.5);
}
.psac-slider-and-carousel .owl-dots .owl-dot.active {
  background: #fff;
}
.psac-post-slider.psac-design-1 .psac-readmorebtn {
  border-color: transparent;
  font-size: 1rem;
  color: #fff;
  border-radius: 5px;
}
.psac-post-slider.psac-design-1 .psac-readmorebtn:hover {
  background: transparent;
  border-color: #fff;
}

/* HOME > Buscador */

.title-search h3 {
  font-family: 'gobCL_Bold';
  color: var(--sp-primary);
}
#image-search figure {
  width: 60%;
}
.search-wrap .is-form-style.is-form-style-3 input.is-search-input {
  height: 46px;
  border-right: solid 1px #ccc!important;
  font-size: 16px!important;
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.07);
}
.search-wrap .is-form-style button.is-search-submit {
    background: transparent!important;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    position: absolute;
    right: 36px;
    top: 0;
}
.search-wrap .is-search-icon {
  background: transparent;
  width: 46px;
  height: 46px;
  padding-top: 0!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
}
.search-wrap .is-form-style .is-search-submit path {
  fill: var(--sp-primary);
}
.menu-search {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu-search.menu-horizontal {
  display: flex;
  align-items: center;
}
.menu-search h5 {
  font-family: 'gobCL_Bold';
  color: var(--sp-primary);
}
.menu-search li {
  margin-right: 5px;
}
.menu-search li:first-child {
  margin-right: 30px;
}
.menu-search li a {
  padding: 5px 15px;
  border: 1px solid var(--sp-primary);
  border-radius: 5px;
  text-decoration: none;
}
.menu-search li a:hover {
  background-color: var(--sp-primary);
  color: #fff;
}


/* HOME > Agencia */

.title-agency > .vce-text-block-wrapper {
  text-align: center;
}
.title-agency h2 {
  font-family: 'gobCL_Bold';
  color: var(--sp-primary);
}
.row-agency .vce-col > .vce-col-inner > .vce-col-content,
.row-agency .vce-col > .vce-col-inner > .vce-col-content .vce-raw-html,
.row-agency .vce-col > .vce-col-inner > .vce-col-content .vce-raw-html .vce-raw-html-wrapper {
  height: 100%;
}
.box-ace {
  background: #fff;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  overflow: hidden;
}
.box-ace.box-type-2 {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ba-image-cover {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
}
.ba-image-cover.ba-featured {
  height: 120px;
  border-bottom: 4px solid var(--sp-secondary); 
}
.ba-image-cover.ba-featured > .vce-single-image-wrapper {
  margin-bottom: 0!important;
} 
.ba-image-cover.ba-featured figure .vce-single-image-inner {
  height: 120px;
  padding-bottom: 0!important;
}
.ba-image-cover.ba-featured figure img {
  position: absolute;
  left: 0;
  top: 50%!important;
  transform: translateY(-50%);
}
.ba-image-cover .ba-gradient {
  background: var(--ace-gradient2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ba-image-cover figcaption {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 2;
}
.ba-image-cover figcaption h4 {
  font-family: 'gobCL_Regular';
  font-weight: normal;
  line-height: 1.1;
  color: #fff;
}
.ba-info-wrap {
  height: calc(100% - 240px);
  padding: 30px;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box-type-2 .ba-title {
  margin-bottom: .25rem;
  font-size: 1.4rem;
  line-height: 1.1;
}
.box-type-2 .ba-title a {
  color: #fff;
  text-decoration: none;
}
.box-type-2 .ba-title a:hover {
  text-decoration: underline;
}
.box-type-2 p.ba-abstract {
  margin-bottom: 0;
  color: #fff;
}
.ba-link-list {
  margin-bottom: 30px;
}
.ba-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ba-list li {
  margin-bottom: 8px;
}
.ba-list li:last-child {
  margin-bottom: 0;
}
.ba-list li a {
  font-size: 1.1rem;
}
.ba-actions .wp-element-button {
  background-color: var(--sp-primary);
  padding: 8px 10px;
  border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

/* HOME > Información Comunidad > Tabs */

h2.sp-tab__section_title_151 {
  font-family: 'gobCL_Bold';
  font-size: 30px;
  color: var(--sp-primary)!important;
}
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul {
  justify-content: space-between;
  border: 0;
}
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:nth-child(1) { order: 6; }
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:nth-child(2) { order: 1; }
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:nth-child(3) { order: 2; }
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:nth-child(4) { order: 3; }
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:nth-child(6) { order: 4; }
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:nth-child(6) { order: 5; }
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item {
  background: transparent;
  width: 32.6%;
  margin: 0 0 15px 0;
}
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item:hover {
  background: transparent;
}
.sp-tab__nav-link {
  align-items: start;
}
#sp-wp-tabs-wrapper_151 > .sp-tab__nav-tabs .sp-tab__nav-link {
  background: #fff;
  padding: 25px;
  border: 1px solid #b7b7b9!important;
  border-radius: 16px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.13);
}
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title {
  padding-left: 25px;
  position: relative;
  font-family: 'gobCL_Bold';
  font-size: 1.2rem;
  line-height: 1;
  color: var(--sp-primary);
}
.sp-tab__nav-link .sp-tab__tab_title:after {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: var(--sp-primary);
  font-size: 1rem;
}
label[aria-controls="tab-1511"] .sp-tab__tab_title:after {
  content: '\f00a';
}
label[aria-controls="tab-1512"] .sp-tab__tab_title:after {
  content: '\f0c0';
}
label[aria-controls="tab-1513"] .sp-tab__tab_title:after {
  content: '\f303';
}
label[aria-controls="tab-1514"] .sp-tab__tab_title:after {
  content: '\f61f';
}
label[aria-controls="tab-1515"] .sp-tab__tab_title:after {
  content: '\f15c';
}
label[aria-controls="tab-1516"] .sp-tab__tab_title:after {
  content: '\f19c';
}
#sp-wp-tabs-wrapper_151 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active,
#sp-wp-tabs-wrapper_151 > .sp-tab__nav-tabs .sp-tab__nav-link:hover {
  background: var(--sp-primary); 
}
#sp-wp-tabs-wrapper_151 > .sp-tab__nav-tabs .sp-tab__nav-link.sp-tab__active .sp-tab__tab_title,
.sp-tab__nav-link.sp-tab__active .sp-tab__tab_title:after,
#sp-wp-tabs-wrapper_151 > .sp-tab__nav-tabs .sp-tab__nav-link:hover .sp-tab__tab_title,
#sp-wp-tabs-wrapper_151 > .sp-tab__nav-tabs .sp-tab__nav-link:hover .sp-tab__tab_title:after  {
  color: #fff!important;
}
.sp-tab__tab-content {
  margin-top: 20px;
}
#sp-wp-tabs-wrapper_151.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-top: 1px solid #ccc;
  font-family: 'gobCL_Regular';
  font-weight: normal;
  color: var(--ace-text);
}
.sp-tab__lay-default>.sp-tab__tab-content .sp-tab-content>ul.community-link-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.community-link-list li {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}
.community-link-list .community-title {
  width: 45%;
  padding-right: 20px;
}
.community-link-list .community-title h5 {
  font-size: 1.1rem;
  color: var(--sp-primary);
}
.community-link-list .community-title h5 i {
  margin-right: 10px;
  font-size: 1rem;
}
.community-link-list .community-description {
  width: 45%;
  padding-right: 20px;
}
.community-link-list .community-link {
  width: 10%;
  text-align: right;
}
.community-link-list .community-link a {
  color: var(--sp-primary)!important;
}
.align-right .vce-raw-html-wrapper {
  text-align: right;
}
a.link-all-news {
  text-decoration: none;
}
a.link-all-news:hover {
  text-decoration: underline;
} 

/* HOME > Información Comunidad > Buttons */

.btn-grid.vc_btn3-container.vc_btn3-inline {
  width: 100%;
}
.btn-grid .vc_btn3.vc_btn3-color-white {
  background: #fff;
  width: 100%;
  padding: 25px;
  border: 1px solid #b7b7b9;
  border-radius: 16px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.13);
  font-family: 'gobCL_Bold';
  font-size: 1.2rem;
  line-height: 1;
  color: var(--sp-primary);
}
.btn-grid .vc_btn3.vc_btn3-color-white i {
  height: 20px;
}
.btn-grid .vc_btn3.vc_btn3-color-white:hover {
  background: #00495f;
  color: #fff;
}


/* HOME > Servicios */


.ba-service {
  display: flex;
}
.ba-service-icon {
  width: 40px;
  text-align: center;
}
.ba-service-icon i {
  font-size: 1.3rem;
  color: var(--sp-primary);  
}
.ba-service-info h4 {
  font-family: 'gobCL_Bold';
  font-size: 1.45rem;
}
.ba-service-info h4 a {
  text-decoration: none;
}
.ba-service-info h4 a:hover {
  text-decoration: underline;
}


/* HOME > Noticias */

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content {
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  border: 1px solid #b7b7b9;
  overflow: hidden;
}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-post-image-bg {
  border-radius: 16px;
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  position: relative;
}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-post-image-bg:before {
  content: '';
  background: var(--sp-primary);
  width: 80px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-post-image-bg:after {
  content: '';
  background: var(--sp-secondary);
  width: calc(100% - 80px);
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.pgafu-image-fit .pgafu-post-image-bg img {
  object-position: center center;
}
.pgafu-post-grid-main h2 {
  padding-left: 25px!important;
  padding-right: 25px!important;
  text-align: left;
}
.pgafu-post-grid-main h2 a {
  color: var(--sp-primary)!important;
}
.pgafu-post-grid-main h2 a:hover {
  text-decoration: underline!important;
}
.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {
  display: none;
}
.pgafu-post-content {
  padding: 5px 25px 25px!important;
  text-align: left;
}
.custom-post .pgafu-post-grid-main {
  display: flex;
  align-items: stretch;
}


/* HOME > Destacados */

.wrap-radius {
  border-radius: 16px;
}
.wrap-shadow {
  box-shadow: 0 0 12px 0 rgba(85,85,85,.5);
}
.col-featured h4,
.col-featured p {
  padding-left: 30px;
  padding-right: 30px;
}
.col-featured h4 a:hover {
  text-decoration: underline;
  opacity: 1!important;
}

/* DIA */


#menu-dia-parvularios #menu-item-378 a,
#menu-dia-basica-media #menu-item-463 a {
  background: var(--sp-primary);
  padding: 3px 10px;
  border-radius: 5px;
  color: #fff;
}
.sec-ico figure img {
  width: 65%;
  margin: 0 auto;
}
.car-ico figure img {
  width: 90%;
  margin: 0 auto;
}
.txt-ico .wpb_wrapper {
  padding-right: 50px;
}
.step {
  display: flex;
}
.step .step-num {
  margin-right: 30px;
  font-family: 'gobCL_Heavy';
  font-size: 5rem;
  color: var(--sp-primary);
  line-height: normal;
}
.step .step-num sup {
  font-family: 'gobCL_Bold';
  font-size: 3rem;
}
.step .step-info h4 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: var(--sp-primary);
}
.step .step-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simple-link {
  margin-bottom: 5px;
}
.vc_tta-panel-body .simple-link a {
  background: transparent!important;
  padding: 5px 10px 5px 40px!important;
  font-size: 1rem;
}
.vc_tta-panel-body .simple-link a:hover {
  text-decoration: underline;
}
.vc_tta-panel-body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 10px;
}
#recursos .vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.vc_tta.vc_general {
  background: #fff;
  border: 1px solid #b7b7b9;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 16px;
}
.vc_tta-accordion.vc_tta.vc_general {
  box-shadow: none;
  border: 0;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tab {
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.vc_tta.vc_tta-spacing-10 .vc_tta-tabs-list {
  padding: 0 30px!important;
}
.vc_tta.vc_general .vc_tta-tab>a {
  padding-top: 30px!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
  background: transparent!important;
  border-radius: 0!important;
  border: 0!important;
  border-bottom: 10px solid transparent!important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a  {
  border-bottom-color: var(--sp-primary)!important;
  font-family: 'gobCL_Bold';
}
.vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels {
  background: transparent!important;
  border: 0!important;
  border-top: 1px solid #b7b7b9!important;
  border-radius: 0!important;
}
.periodo-col .vc_column-inner {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.periodo-col-actual .vc_column-inner {
  background: var(--sp-primary);
  position: relative;
}
.periodo-col-actual .vc_column-inner * {
  color: #fff!important;
}
.icon-actual {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%); 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.periodo-col-actual .vc_column-inner .icon-actual i,
.periodo-col-actual .vc_column-inner .icon-actual span {
  color: var(--sp-primary)!important;
}
.periodo-col-actual .vc_column-inner .icon-actual i {
  font-size: 2rem;
}
.periodo-col-actual .vc_column-inner .icon-actual span {
  font-family: 'gobCL_Bold';
}
.hide-desktop {
  display: none!important;
}
.row-box {
  background: #fff;
  border: 1px solid #b7b7b9;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 16px;
}
.row-box .wpb_single_image figure img {
  width: 60%;
  display: inline-block;
}
.pr-50 {
  padding-right: 50px;
}
.row-box p {
  margin-bottom: 30px;
}
.row-box strong {
  font-family: 'gobCL_Bold';
}
.row-box ul {
 padding-left: 10px!important;
}
.row-box ul li {
  padding-bottom: 15px;
}

/* SINGLE */

#post-section .av-columns-area {
  padding-top: 30px;
}
.post-items {
  border-radius: 0;
  box-shadow: none;
}
.post-content {
  padding-left: 0;
  padding-right: 0;
}
.post-footer p {
  text-align: justify;
}
.post-footer:after {
  height: 0;
}
.post-date {
  min-width: auto;
  display: flex;
  align-items: center;
  padding: 0;
  border-radius: 0;
  text-align: left;
  font-size: 1rem;
  color: #222;
  margin-bottom: 25px;
  background: transparent;
}
.post-content .post-title {
  font-size: 2rem;
}
.post-content h3 {
  font-size: 1.5rem;
}
.sidebar {
  background: #fff;
  padding: 20px 25px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border: 1px solid #b7b7b9;
}
.sidebar > .widget, 
.sidebar .wp-block-group__inner-container, 
.sidebar .wp-block-search__label {
    overflow: hidden;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}
.sidebar .widget_nav_menu .menu, .sidebar .widget_tag_cloud>*, .sidebar .widget:not(.widget_text) .widget_social_widget, .sidebar .widget .gallery, .sidebar > .widget:not(.widget_text) > ul, .sidebar .widget form, .sidebar .widget-content {
  padding: 0;
}
.sidebar .wp-block-heading {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  color: var(--sp-primary);
}
.sidebar .widget li a {
  color: var(--sp-primary);
}
.sidebar .widget li a:hover {
  text-decoration: underline;
}
.sidebar > .vc_column-inner {
  padding: 0!important;
}
.sidebar > .vc_column-inner > .wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0!important;
}
.page-banner:before {
    content: '';
    background: var(--sp-primary);
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page-banner:after {
  content: '';
  background: var(--sp-secondary);
  width: calc(100% - 80px);
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}


/* DESIGN SYSTEM */

/* video cover */

.video-cover figure img {
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.2);
}

/* accordion */

#ace-acordeon .vc_tta.vc_general .vc_tta-panels {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  border-radius: 16px;
}
#ace-acordeon .vc_tta.vc_general .vc_tta-panel {
  margin-top: -27px;
}
#ace-acordeon .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:first-child {
  margin-top: 0;
}
#ace-acordeon .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
#ace-acordeon .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #b7b7b9;
}
#ace-acordeon .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
  background-color: transparent;
}
#ace-acordeon .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}
#ace-acordeon .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  padding-bottom: 50px;
  border-radius: 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
#ace-acordeon .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:last-child.vc_active .vc_tta-panel-body {
  border-bottom-color: #b7b7b9;
  border-radius: 0 0 16px 16px;
}
#ace-acordeon .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 25px 40px 46px 30px;
  font-size: 1.3rem;
  color: var(--sp-primary);
  font-weight: normal;
}
#ace-acordeon .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-title > a {
  padding-bottom: 25px;
}
#ace-acordeon .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  top: 30px;
  transform: none;
}
#ace-acordeon .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
#ace-acordeon .vc_tta-color-grey.vc_tta-style-outline .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before,
#ace-acordeon .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::after, 
#ace-acordeon .vc_tta-color-grey.vc_tta-style-outline .vc_tta-controls-icon::before {
  border-color: var(--sp-primary);
}

/* table */

#rubricas .tablepress {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#rubricas .tablepress td {
  vertical-align: middle;
}
#rubricas .tablepress>*+tbody>*>*, 
#rubricas .tablepress>tbody>*~*>*, .tablepress>tfoot>*>* {
 border: 1px solid var(--border-color); 
}
#rubricas .tablepress>:where(thead,tfoot)>*>th {
  background-color: var(--sp-primary);
  color: #fff;
  text-align: center;
}
#rubricas .tablepress strong {
  font-family: 'gobCL_Bold';
}

/* modal */

.pum-theme-300, 
.pum-theme-tema-por-defecto {
  background-color: rgba(0,0,0,0.7)!important;
}
.pum-theme-300 .pum-container, 
.pum-theme-tema-por-defecto .pum-container {
  padding: 0!important;
  border: 0!important;
}
iframe {
  display: block;
}
.pum-theme-300 .pum-content + .pum-close, 
.pum-theme-tema-por-defecto .pum-content + .pum-close {
  background: transparent!important;
  top: -40px!important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px!important;
  box-shadow: none!important;
}
.pum-theme-300 .pum-content + .pum-close:hover, 
.pum-theme-tema-por-defecto .pum-content + .pum-close:hover {
  border: 0!important;
}

/*========== ACCESIBILIDAD */

body.contraste {
  color: #000;
}
body.contraste #content,
body.contraste .section-ace {
  background: var(--ace-bg-contraste)!important;
}
body.contraste .wrap-destacados {
  background: var(--ace-bg-contraste)!important;
  border: 1px solid #b7b7b9;
}
body.contraste .header.header-five .nav-area,
body.contraste .footer-section.footer-two,
body.contraste .section-menu-fixed,
body.contraste .section-menu-fixed .menu-fixed {
    background: #000!important;
}
body.contraste .header.header-five .navbar-area {
  background-color: var(--ace-bg-contraste);
}
body.contraste #block-24 .wp-block-button a.wp-block-button__link {
  border-color: transparent!important;
}
body.contraste .section-ace h3,
body.contraste .section-services .ba-service-info h4 a,
body.contraste .section-services .ba-service-info p,
body.contraste .section-services .ba-service-icon i,
body.contraste .section-news .pgafu-post-grid-main h2 a,
body.contraste .section-menu-fixed .widget li a,
body.contraste .section-que-es p,
body.contraste .section-caracteristicas p,
body.contraste .section-etapas p  {
  color: #fff!important;
}
body.contraste .section-services .vc_separator .vc_sep_holder .vc_sep_line {
  border-color: #b7b7b9!important;
}
body.contraste .section-news .pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content,
body.contraste .section-evalua.row-box,
body.contraste .section-rubricas table {
  background: transparent;
  color: #fff;
}
body.contraste .btn-grid .vc_btn3.vc_btn3-color-white {
  background: var(--sp-primary);
  color: #fff;
  border-color: transparent;
}
body.contraste #ace-acordeon .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
body.contraste #ace-acordeon .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading,
body.contraste .vc_tta.vc_general,
body.contraste .mobile-menu {
  background: var(--ace-bg-contraste);
  color: #fff;
}
body.contraste .mobile-menu {
  background: #000;
}
body.contraste .mobile-menu .menu-wrap > li a,
body.contraste .mobile-menu .dropdown > span > button,
body.contraste #ace-acordeon .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading h6 a,
body.contraste .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
body.contraste .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a,
body.contraste .vc_btn3.vc_btn3-color-grey, 
body.contraste .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
body.contraste .section-caracteristicas h4,
body.contraste .section-periodos h6,
body.contraste .section-periodos p,
body.contraste .section-pasos .step .step-num,
body.contraste .section-pasos .step .step-info h4,
body.contraste .section-pasos .step .step-info li,
body.contraste .section-pasos p,
body.contraste .section-rubricas p,
body.contraste .section-funciona p,
body.contraste .section-periodo p,
body.contraste .section-periodo li {
  color: #fff!important;
}
body.contraste .section-rubricas table th {
  border: 1px solid var(--border-color);
}
body.contraste .section-periodos .periodo-col .vc_column-inner {
  background: var(--ace-bg-contraste);
  border: 1px solid #b7b7b9;
}
body.contraste .section-periodos .periodo-col-actual .vc_column-inner {
  background:  var(--sp-primary);
  border-color: transparent;
}
body.contraste .periodo-col-actual .vc_column-inner .icon-actual i, 
body.contraste .periodo-col-actual .vc_column-inner .icon-actual span {
  color: #fff!important;
}
body.contraste .close-style:before, 
body.contraste .close-style:after {
  background: #fff;
}


.is-form-style.is-form-style-3 input.is-search-input {
  border: 1px solid #ccc!important;
}
.scroll-h .wpb_raw_html > .wpb_wrapper {
  overflow-y: scroll;
}


/* RESPONSIVE */



@media only screen and (min-width: 800px) {
  
  .sidebar.wpb_column {
    margin-top: 50px;
  }
  
}

@media only screen and (max-width: 767px) {
  
  body,
  .vc_btn3.vc_btn3-size-md,
  .section-featured .col-featured p,
  .section-services .ba-service-info p,
  .section-news .pgafu-post-content {
    font-size: 1.2rem;
  }
  .hide-mobile,
  .scrollup,
  .section-menu-fixed {
    display: none!important;
  }
  .hide-desktop {
    display: block!important;
  }
  
  
  .mobile-menu > ul > li.astm-search-menu {
    padding: 20px;
    border-bottom: 0;
  }
  .mobile-menu .is-menu.default form {
    width: 100%;
    margin-top: 0;
  }
  .mobile-menu .menu-right {
    margin-bottom: 30px;
  }
  .astm-search-menu .is-form-style.is-form-style-3 label {
    width: 100%!important;
  }
  .is-search-icon {
    height: 50px;
    padding-top: 0!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .is-search-icon svg {
    width: 30px;
  }
  .is-form-style input.is-search-input {
    height: 55px;
    font-size: 1.2rem!important;
  }
  .is-form-style button.is-search-submit {
    width: 45px;
    height: 50px;
  }
  .home .section-banner .vc_col-sm-5 {
    margin-bottom: 30px;
  }
  .home .section-banner p,
  .home .section-banner .vc_btn3.vc_btn3-size-lg,
  .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    font-size: 1.4rem!important;
  }
  .ba-image-cover.ba-featured {
    height: 200px;
  }
  .section-featured .col-featured h4,
  .section-services .ba-service-info h4,
  .btn-grid .vc_btn3.vc_btn3-color-white,
  .section-news .pgafu-post-grid-main h2.pgafu-post-title a {
    font-size: 1.6rem!important;
  }
  .section-featured .col-featured h4 br {
    display: none;
  }
  .section-news .first-news .wpb_raw_html {
    margin-bottom: 0!important;
  }
  .section-news .pgafu-post-grid {
    margin-bottom: 50px;
  }
  .section-news .custom-post .pgafu-post-grid-main {
    flex-direction: column;
    align-items: normal;
  }
  .pgafu-medium-4 {
    width: 100%;
  }
  .pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-post-image-bg,
  .pgafu-post-grid-main.pgafu-design-1.pgafu-image-fit .pgafu-medium-4 .pgafu-post-image-bg {
    height: 250px;
  }
  .section-banner-did .vc_btn3-container.vc_btn3-center {
    text-align: left;
  }
  .section-banner-did .vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-lg {
    display: inline;
  }
  .section-banner-did h2.title-banner-principal {
    margin-bottom: 40px!important;
  }
  .section-que-es > .wpb_column > .vc_column-inner > .wpb_wrapper .vc_row:first-child {
    margin-bottom: 20px!important;
  }
  .section-caracteristicas .vc_col-sm-6 {
    margin-bottom: 40px;
    border-bottom: 1px solid #b7b7b9;
  }
  .section-caracteristicas .last-col {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .txt-ico .wpb_wrapper {
    padding-right: 0;
  }
  .txt-ico .wpb_wrapper p {
    text-align: center!important;
  }
  .section-periodos .periodo-col.periodo-col-actual {
    margin-top: 65px;
  }
  .section-periodos .periodo-col.periodo-col-actual .text-align-left p,
  .section-periodos .periodo-col h3 {
    text-align: left!important;
  }
  .section-periodos .periodo-col h3 br {
    display: none;
  }
  .section-funciona .text-align-justify.txt-ico .wpb_wrapper p,
  .section-funciona .txt-ico .wpb_wrapper p  {
    text-align: justify!important;
  }
  .section-periodo .wpb_single_image.vc_align_center {
    margin-bottom: 15px;
    text-align: left;
  }
  .pr-50 {
    padding-right: 0;
  }
  .row-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-caracteristicas .vc_row.vc_row-o-content-middle {
    margin-bottom: 40px;
  }
  .section-caracteristicas .last-row.vc_row.vc_row-o-content-middle {
    margin-bottom: 0;
  }
  .section-caracteristicas .vc_row.vc_row-o-content-middle .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper {
    border-bottom: 1px solid #b7b7b9;
  }
  .section-caracteristicas .last-row.vc_row.vc_row-o-content-middle .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper {
    border-bottom: 0;
  }
  .section-caracteristicas .wpb_single_image.vc_align_center {
    text-align: left;
  }
  .section-caracteristicas .sec-ico figure img {
    margin: 0;
  }
  .section-caracteristicas .txt-ico .wpb_wrapper p {
    text-align: justify!important;
  }
  .section-pasos .wpb_single_image figure img {
    width: 40%;
  }
  .section-pasos .vc_col-sm-8 > .vc_column-inner {
    padding-left: 10px!important;
  }
  .section-rubricas .wpb_single_image figure img {
    width: 40%;
  }
  
  
  
  
  
  
  
  
  #ace-acordeon-mobile .vc_tta.vc_general {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 16px;
  }
  #ace-acordeon-mobile .vc_tta-controls-align-left.vc_tta-tabs.vc_tta-tabs-position-top:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill) .vc_tta-panels {
    border-top: 0!important;
    border-radius: 16px!important;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panels {
    background-color: #fff!important;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 16px!important;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panel {
    margin-top: -27px;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:first-child {
    margin-top: 0;
  }
  #ace-acordeon-mobile .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, 
  #ace-acordeon-mobile .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
    background-color: #fff;
    margin-bottom: 0!important;
    border-radius: 16px;
    border: 1px solid #b7b7b9;
  }
  #ace-acordeon-mobile .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading  {
    border-bottom-color: transparent;
    border-radius: 16px 16px 0 0;
  }
  #ace-acordeon-mobile .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body {
    background-color: transparent;
    padding: 14px 20px 50px!important;
    border-radius: 0!important;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:last-child.vc_active .vc_tta-panel-body  {
    border-bottom-color: #b7b7b9!important;
    border-radius: 0 0 16px 16px!important;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-heading {
    border-bottom-color: #b7b7b9!important;
    border-radius: 16px!important;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:last-child.vc_active .vc_tta-panel-heading {
    border-bottom-color: transparent!important;
    border-radius: 16px 16px 0 0!important;
  }
  #ace-acordeon-mobile .vc_tta.vc_tta-shape-rounded .vc_active .vc_tta-panel-heading  {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 25px 40px 46px 30px;
    font-size: 1.3rem;
    color: var(--sp-primary);
    font-weight: normal;
  }
  #ace-acordeon-mobile .vc_tta.vc_general .vc_tta-panels .vc_tta-panel:last-child .vc_tta-panel-title > a {
    padding-bottom: 25px;
  }
  #ace-acordeon-mobile .vc_tta-panel-body .simple-link a {
    font-size: 1.2rem;
  }
  footer *,
  .footer-copyright .copyright-text {
    font-size: 1.2rem;
  }
  .footer-copyright .av-container .copyright-text {
    padding-top: 30px;
    border-top: 1px solid #fff;
    text-align: left;
  }
  .logo-footer img {
    width: 200px;
  }
  footer .menu-contact.menu-horizontal {
    flex-direction: column;
  }
  footer .menu-contact.menu-horizontal li {
    width: 100%;
    padding: 0 0 15px 0;
  }
  footer ul.menu-contact li i {
    width: 45px;
  } 
  
}

@media only screen and (max-width: 600px) {
  
  .mobile-menu .menu-right {
    display: block;
  }
  .mobile-menu .menu-right .widget {
    width: 100%;
  }
  .w-100 {
    width: 100%!important;
    margin-right: 0!important;
  }
  .w-100.no-icon a.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    width: 100%!important;
    padding-right: 20px!important;
    text-align: center;
  }
  .no-icon a.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) i {
    display: none;
  }
  
}


.borde-derecho {
  height: autopx;
  border-right: 5px solid;
  border-image: linear-gradient(to bottom, #084caf 75%, #eb465f 25%);
  border-image-slice: 1;
}



.borde-izquierdo {
  height: autopx;
  border-left: 5px solid;
  border-image: linear-gradient(to bottom, #084caf 75%, #eb465f 25%);
  border-image-slice: 1;
}

.bfont {
  color: #183b69;
  font-weight: 900;
  font-size: 20px;
}

.inputRBD {
  border: 2px solid #fff !important;
  background: #e2edf8 !important;
  height: 58px !important;
  font-size: 22px !important;
  display: block !important;
  width: 90% !important;
  padding: 5px 10px !important;
  background: none !important;
  background-image: none !important;
  border: 1px solid !important;
  color: #fff !important;
  border-radius: 0 !important;
  transition: border-color .25s ease, box-shadow .25s ease !important;
}

.inputRBD::placeholder {
  font-weight:400;
  font-size: 18px;
  color: #fff !important;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
  width: 90% !important;
  background-color: #3886cc;
  border-bottom: 1px solid #fff;
}

.sidebar .widget .widget-title, .sidebar .widget_block h2:first-child, .sidebar .wp-block-search__label {
   margin-bottom: 10px !important; 
   padding: 0px !important; 
  /* overflow: hidden; */
  /* color: #ffffff; */
  background: #ffffff !important;
  color: #084caf !important;
  /* -webkit-animation: animatedBackground 2s linear infinite; */
  /* animation: animatedBackground 2s linear infinite; */
}

.sidebar .widget .widget-title span {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background: #ffffff !important;
  border-radius: 100px;
  z-index: -1;
}

.sidebar .widget .widget-title:before, .sidebar .widget .widget-title:after, .sidebar .widget_block h2:first-child:before, .sidebar .widget_block h2:first-child:after, .sidebar .wp-block-search__label:before, .sidebar .wp-block-search__label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 24px;
  margin: auto 0;
  background: none !important;
  transform: skewX(-12deg);
}

.sidebar .widget li a {
  color: var(--sp-primary);
  padding: 10px;
}

/* .barra{

  border-bottom: 4px solid;
 border-image: linear-gradient(to right, #084caf 10%, #eb465f 5%);
 border-image-slice: 1;
 
 }*/
 /*PERSONALIZADO*/.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {    color: #fff !important;	font-weight:100;    background: #0f69af;}.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {    color: #fff !important;	font-weight:100;    background: #0f69af;}.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {    border-color: #fff !important;}.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {    border-color: #fff !important;}.menu-wrap .dropdown-menu li a sup,.menu-wrap .dropdown-menu li a sub,.theme-mobile-menu div.mobile-menu a:hover,.navbar-area .menubar .menu-wrap .dropdown-menu > li.active > a,.navbar-area .menubar .menu-wrap > li.active > a,.navbar-area .menubar .menu-wrap > li.focus > a,.navbar-area .menubar .menu-wrap > li:hover > a {    background: var(--sp-gradient1);    -webkit-background-clip: text;    -webkit-text-fill-color: #7e9ebf;}.menu-wrap .dropdown-menu li a sup, .menu-wrap .dropdown-menu li a sub, .theme-mobile-menu div.mobile-menu a:hover, .navbar-area .menubar .menu-wrap .dropdown-menu > li.active > a, .navbar-area .menubar .menu-wrap > li.active > a, .navbar-area .menubar .menu-wrap > li.focus > a, .navbar-area .menubar .menu-wrap > li:hover > a {  color: #da0303 !important;}.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {    padding-left: 46px;    font-size: 16px !important;}.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {    padding-right: 42px;	font-size: 16px !important;}/*organigrama*/#powerTip {    cursor: default;    background-color: #333;    background-color: rgb(249 247 247 / 100%);    border-radius: 6px;    /*color: #575756 !important;*/    display: none;	  padding: 10px;    position: absolute;    white-space: nowrap;    z-index: 2147483647}#powerTip p{    color: #575756;    font-size: 15px;	 font-weight: 100;}/*propuesta home*/.custom-box{	padding: 5%;    color: #fff;    position: relative;    left: -375px;    box-sizing: border-box;    width: 1910px;    max-width: 1910px;}.op-box{    width: 100%;     height: 300px; 	color: #fff;    background: url('https://agce.rignat.cl/wp-content/uploads/2023/12/buscar.png') no-repeat center center;    background-size: cover;    position: relative;    text-align: center;    padding: 5%;    border-radius: 20px;    z-index: 1; 	background-color: rgba(3, 54, 103, 0.2); }.op-box::before {    content: '';    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(3, 54, 103, 0.2);     border-radius: 20px;    z-index: -1; }.wpb_single_image img {   /* max-width: 75%;*/}.title-banner-principal-pro{	color: #fff !important;	}.banner-pro {    position: relative;    background-size: cover;    height: 100%; 	padding: 80px;}.banner-pro::before {    content: '';    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(0, 0, 0, 0.3);     z-index: 1;}.banner-pro h2, .banner-pro h5, .banner-pro form {    position: relative;    z-index: 2;}.logo-banner{	position: relative;    z-index: 2;}.fix-icon{	margin-bottom: 0;}.btn-animado {	position: relative; 	top: 30px;    bottom: 20px;    left: 50%;    transform: translateX(-50%);    width: 60px;    height: 60px;    border-radius: 50%;    background-color: rgba(235, 70, 95, 0.6);    border: none;    color: white;    font-size: 24px;    cursor: pointer;    display: flex;    align-items: center;    justify-content: center;    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    animation: bounce 2s infinite;    z-index: 2;}@keyframes bounce {    0%, 100% {        transform: translate(-50%, 0);    }    50% {        transform: translate(-50%, -10px); /* Movimiento hacia arriba */    }}/*buscador propuesta dos*/.op-box-p2{    width: 100%;     height: 300px; 	color: #fff;    background: url('https://agce.rignat.cl/wp-content/uploads/2023/12/buscar.png') no-repeat center center;    background-size: cover;    position: relative;    text-align: center;    padding: 5%;    border-radius: 20px;    z-index: 1; 	background-color: rgba(3, 54, 103, 0.9); }.op-box-p2::before {    content: '';    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(3, 54, 103, 0.2);     border-radius: 20px;    z-index: -1; }/*frame Modelo de uso de datos para el mejoramiento escolar*/iframe {    max-width: 100%;    height: -webkit-fill-available;}/*Noticias*/.psac-link-overlay {    position: absolute;    height: 100%;    width: 0%;    top: 0px;    left: 0px;    z-index: 1;}.psac-slider-and-carousel *, .psac-columns *, .psac-widget-wrp * {    outline: none !important;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;}.psac-slider-and-carousel .owl-dots {    background-color: var(--sp-primary);  	 display:none;}.psac-post-slider.psac-design-2 .psac-post-left {    padding-right: 37px;    background-color: #f2f5fb;    background-position: 3px 3px !important;	background-image:none !important;    background-repeat: repeat !important;}.owl-carousel .owl-stage-outer {    position: relative;    border-radius: 10px;    border-left: 8px solid var(--sp-primary); /* Primer color */    overflow: hidden;}psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {    display: inline-block;    text-align: center !important;     color: #ffffff;	background-color:#033667;    border: 2px solid #033667;    line-height: normal !important;    font-size: 25px;    padding: 2px 15px 4px 15px !important;    border-radius: 0px;    box-shadow: none;    -moz-transition: all 0.5s ease-out 0s;    -ms-transition: all 0.5s ease-out 0s;    -o-transition: all 0.5s ease-out 0s;    transition: all 0.5s ease-out 0s;}.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {    display: inline-block;    text-align: center !important;    /* background: rgba(255, 255, 255, 0.4); */    color: #ffffff;    background-color: #0f69c4;    border: 2px solid #ffffff;    line-height: normal !important;    font-size: 25px;    padding: 2px 15px 4px 15px !important;    border-radius: 0px;    box-shadow: none;    -moz-transition: all 0.5s ease-out 0s;    -ms-transition: all 0.5s ease-out 0s;    -o-transition: all 0.5s ease-out 0s;    transition: all 0.5s ease-out 0s;}.psac-post-slider.psac-design-2 .psac-post-image-bg {    height: 400px !important;}.psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay {    background-color: #f5f6f8;    padding: 44px 105px 44px 95px;    height: 400px;    display: flex;    align-items: center;}.psac-readmorebtn {    -moz-transition: all 0.5s ease-out 0s;    -ms-transition: all 0.5s ease-out 0s;    -o-transition: all 0.5s ease-out 0s;    transition: all 0.5s ease-out 0s;    text-decoration: none !important;    color: #fff;    border: 2px solid #084caf;	  background-color:#084caf;    padding: 8px 15px;    font-size: 16px;    display: inline-block;    box-sizing: border-box;    line-height: normal !important;}.psac-readmorebtn:hover, .psac-readmorebtn:focus {    background: #053070;    color: #fff;}
 body.contraste .contras,
body.contraste .sidebar,
body.contraste a,
body.contraste .wpb_row,
body.contraste .vc_column_container,
body.contraste .vc_tta-panel-body,
body.contraste .dropdown-item
{
background:#212529 !important;
color:#fff !important;
text-decoration:none !important;	

}

.logo img {
  max-width: 150px;
  padding-top: 20px;
}


.vc_row.vc_column-gap-35>.vc_column_container {
  /*padding: 17.5px;*/
  padding: 1.5px;
}