/*========== FONTS */

/*========== Font > Fontawesome */

@import url('fontawesome.min.css');
@import url('brands.min.css');
@import url('regular.min.css');
@import url('solid.min.css');
@import url('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 */

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
:root {
  --ace-color-principal: #00495f;
  --ace-color-secondary: #e9492e;
  --ace-text: #58585b;
}
body {
  font-family: 'gobCL_Regular';
  font-size: 1rem;
  font-weight: normal;
  color: #000;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.standard-list li {
  margin-bottom: 5px;
}
.standard-list a {
  text-decoration: none;
  color: #58585B;
}
.standard-list li i {
  margin-right: 5px;
}
.standard-list a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, strong {
  font-family: 'gobCL_Bold';
  font-weight: normal;
}
.logo-simce {
  width: 250px;
}
.illustration-md {
  width: 70%;
}
.title {
  color: var(--ace-color-principal);
}
.content-title {
  font-size: 1.7rem;
  color: var(--ace-color-secondary);
}

.content-titlesub {
  font-size: 1.4rem;
  color: var(--ace-color-principal);
}
.info-user-role li {
  font-size: .85rem;
  line-height: 1.15;
}
.text-justify {
  text-align: justify;
}
.h-90 {
  height: 90px;
}
.card-2,
.card-2 .card-header,
.card-2 .card-body {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}
a.p-link {
  text-decoration: none;
  color: var(--ace-color-principal);
}
a.p-link:hover {
  text-decoration: underline;
}
a.top {
  background: #B6C5E5;
  width: 40px;
  height: 40px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 50px;
  bottom: 100px;
  z-index: 999;
  color: #fff;
}
a.top:hover {
  background: #7087b8;
  color: #fff;
}
.title-chart {
  margin-bottom: 20px;
  font-size: 1.4rem;
  color: var(--ace-color-secondary);
}
.title-chart-2 {
  font-size: 1.25rem;
  color: var(--ace-color-principal);
}
.gsm {
  background: var(--ace-color-secondary);
  padding: .2rem .8rem;
  display: inline-block;
  font-family: 'gobCL_Bold';
  font-size: 1.2rem;
  color: #fff;
}

/*========== HEADER */

header {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 5px solid var(--ace-color-secondary);
}
.logo img {
  max-width: 120px;
  margin-top: 0px;
}


/*========== 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;
}


/*========== FOOTER */

footer * {
  color: #fff;
}
footer {
  background: #343437;
}
.footer-main {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer-menu .menu-contact {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #fff;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.logo-footer img {
  max-width: 50%;
}
footer .text-address {
  margin-top: 50px;
}
footer .footer-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;
}
.copyright-text {
  padding-bottom: 40px;
  font-size: .9rem;
}


/* 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);
}


/*========== 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;
}

/* SECTION */

section {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* SECTION > BANNER */

.section-banner {
  background: #d0e8f2;
  padding-top: 40px;
  background-image: url("../img/fondo_nube.png");
  background-size: cover;
}
.section-banner-2 h4,
.section-banner-2 p {
  color: #000;
}

/* SECTION > MENU */

.access-menu,
.access-menu a {
  display: flex;
  justify-content: center;
}
.access-menu {
  flex-wrap: wrap;
}
.access-menu li {
  margin: 10px;
}
.access-menu a,
.access-menu img {
  display: block;
}
.access-menu a {
  width: 120px;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
}
.access-menu a:hover {
  transform: scale(1.1); 
}
.access-menu img {
  width: 100%;
  margin-bottom: 15px;
}
.access-menu span {
  line-height: 1;
  display: block;
  font-family: 'gobCL_Bold';
  color: var(--ace-color-principal);
}

/* SECTION > RESULTADOS */

.nivel-menu {
  background: #fff;
  width: 47%;
  margin: -105px auto 0;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0;

}
.nivel-menu ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nivel-menu ul li {
  margin: 5px 10px;
  font-size: 1.1rem;
}
.nivel-menu .btn {
  background: var(--ace-color-principal);
  border-color: var(--ace-color-principal);
  padding: .6rem 2rem;
  font-family: 'gobCL_Bold';
  font-size: 1.1rem;
  color: #fff;
  opacity: .4;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.nivel-menu .btn.active,
.nivel-menu .btn:hover {
  opacity: 1;
}
.title-bar {
  background: #00495f;
  padding: .35rem 1rem;
  font-family: 'gobCL_Bold';
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
}
.title-bar2 {
   padding: .35rem 1rem;
  font-family: 'gobCL_Bold';
  font-size: 1.2rem;
  line-height: 1.3;
  color: #00495f;
}
.menu-option {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--ace-color-principal);
}
.menu-option li {
  margin-right: 10px;
}
.menu-option .btn {
  background: var(--ace-color-principal);
  padding: .3rem 2rem;
  border-radius: 0;
  border-color: var(--ace-color-principal);
  font-family: 'gobCL_Bold';
  color: #fff;
  opacity: .4;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.menu-option .btn:hover,
.menu-option .btn.active {
  opacity: 1;
}
.level-title {
  color: var(--ace-color-principal);
}
.level-title span {
  font-family: 'gobCL_Regular';
}
.card {
  border-radius: 0!important;
}
.card-header {
  background: transparent;
  margin-bottom: 20px;
  padding: 1rem;
  border-radius: 0!important;
}
.card-header h5 {
  margin-bottom: 0;
  line-height: 1;
}
.card-header-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.icon {
  width: 55px;
  margin-right: 10px;
}
.card-header-title h5 {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: normal;
}
.card-header-title h5.title-lg {
  font-size: 1.4rem;
  color: var(--ace-color-principal);
}


.btn-ejemplo {
  background: var(--ace-color-secondary);
  padding: .3rem 1rem !important;
  border-radius: 8px;
  font-family: 'gobCL_Bold';
  font-size: .85rem;
  color: #fff;
  line-height: normal;
}



.btn-ejemplo:hover {
  background: #b11726;
  color: #fff;
}


.btn-recome {
  background: #e19928;
  padding: .4rem 4rem !important;
  border-radius: 8px;
  font-family: 'gobCL_Bold';
  font-size: 20px;
  color: #fff;
  line-height: normal;
}

.btn-recome:hover {
  background: #ca870b;
  color: #fff;
}
.btn-see-more {
  padding: .05rem .7rem;
  display: inline-flex;
  align-items: center;
}
.btn-see-more i {
  margin-left: 5px;
  font-size: .8rem;
  margin-top: -1px;
}
.module-symbol {
  padding: 2rem 1rem;
}
.module-symbol .symbols {
  display: flex; 
  flex-direction: column;
}
.module-symbol .symbols li i {
  margin-right: 5px;
  color: var(--ace-color-principal);
}
.module-symbol-center {
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem;
  border-radius: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .module-symbol-center {
    margin-bottom: 0;
  }
}
.module-symbol-center .symbols {
  margin-bottom: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.module-symbol-center .symbols li {
  margin-right: 40px;
}
.module-symbol-center .symbols li:last-child {
  margin-right: 0;
}
.download-container > div .btn {
  width: 49% !important;
}
.btn-download {
  background: var(--ace-color-secondary);
  padding: .15rem 2rem;
  border-radius: 8px;
  font-family: 'gobCL_Bold';
  color: #fff;
}

.btn-modalini {
  background: #00495f;
  border-radius: 8px;
  font-family: 'gobCL_Bold';
  width: 300px;
  height: 60px;
  color: #fff;
  margin: 20px;
}
.btn-informes {
  background: #00495f;
  display: block;
  text-align: center;
}
.btn-download-xl {
  padding: .4rem 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.btn-download:hover {
  background: #b11726;
  color: #fff;
}

.btn-modalini:hover {
  background: #026485;
  color: #fff;
}
.btn-informes:hover {
  background: #026485;
}
.symbols-2 p {
  margin-bottom: 15px;
}
.symbols-2 .ranking {
  display: flex;
  align-items: center;
  color: var(--ace-color-principal);
  margin-bottom: 30px;
}
.symbols-2 .ranking i {
  margin-right: 10px;
  font-size: 2.2rem;
}
.symbols-2 .ranking span {
  line-height: 1.1;
}
.symbols-2 .ranking span.num {
  margin-right: 10px;
  font-family: 'gobCL_Bold';
  font-size: 2.8rem;
  line-height: normal;
}
.row-border {
  border: 1px solid rgba(0,0,0,0.1);
}
table th,
table td {
  text-align: center;
}
table thead th {
  background: var(--ace-color-principal)!important;
  color: #fff!important;
  vertical-align: middle;
}

/* TBODY TABLE */
.sg-tbody td {
  background: #B6C5E5 !important;
  vertical-align: middle;
}

.text-table {
  background: #B6C5E5;
  padding: 1rem;
}
.btn-back {
  background: var(--ace-color-secondary);
  padding: .5rem 2rem;
  font-family: 'gobCL_Bold';
  color: #fff;
}
.btn-back:hover {
  background: #b11726;
  color: #fff;
}
.btn-back i {
  margin-right: 5px;
}
.info-xl {
  font-family: 'gobCL_Bold';
  color: #B6C5E5;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.1;
}

/* SUBDIMENSIÓN */

.title-chart-b {
  font-size: 1.3rem;
  color: var(--ace-color-principal);
}
.wrap-chart {
 /*  border: 1px solid rgba(218, 218, 218, 1); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px !important;
    height: 300px;
 
}
.wrap-chart-pun {
  /*border: 1px solid rgba(218, 218, 218, 1);*/
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  width: 562px !important;
  height: 300px;
 
}
.wrap-chart-gse {
display: block;
border: 1px solid rgba(218, 218, 218, 1);
width: 380px;
height: 281px;
}

/* Modificación para resultados */

.wrap-chart-2{
  border: 1px solid rgba(218, 218, 218, 1);
}
.btn-example {
  width: 200px;
  display: inline-block;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
@media (min-width: 1024px) {
  .btn-example {
    margin-top: 10px;
    margin-left: 150px;
  }
}
.btn-example:hover {
  transform: scale(1.05);
}
.btn-example img {
  width: 100%;
  display: block;
}
.details ul {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.details ul li {
  color: var(--ace-color-principal);
}
.table-results a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.table-results a:hover {
  text-decoration: underline;
}
.table-results a i {
  margin-right: 10px;
}


/* PREGUNTAS */

.sort {
  margin-top: -6px;
  margin-bottom: 15px;
}
.sort h5 {
  margin-right: 20px;
  margin-bottom: 0;  
  color: var(--ace-color-principal);
}
.sort select {
  width: 200px;
}
.box-info {
  background: rgba(4, 59, 162, 0.15);
  padding: 1.5rem;
  border-radius: 12px;
}

.container1, .container1-fluid, .container1-lg, .container1-md, .container1-sm, .container1-xl, .container1-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-right: auto;
  margin-left: auto;
} 

/* MODAL DESCARGA ARCHIVOS */


.downloadFiles .modal-content {
  position: relative;
  padding: 0;
  margin: 0;
   background-color: #FEDFCC;
  width: 70%;
  margin-left: 250px;

  border: 0;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0 100%
  );
}
.downloadFiles .modal-content::before {
  content: "";
  position: absolute;
  bottom: 0;
 
  right: 0;
  border-width: 40px 40px 0 0;
  border-style: solid;
  border-color: #FEDFCC transparent transparent transparent;
  box-shadow: -1px -1px 3px rgba(0,0,0,0.3);
}
.downloadFiles .modal-header {
  position: relative;
  justify-content: end;
  border: 0;
}
.downloadFiles .row {
  position: relative;
}
.downloadFiles .iconPin {
  width: 60px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.downloadFiles .btnClose {
  background-color: #4D4D4F;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.downloadFiles .btnClose:hover {
  background-color: #2a2a2a;
}
.downloadFiles .modal-title {
  color: var(--ace-color-secondary);
}
.downloadFiles .modal-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: 0;
  justify-content: center;
}
.downloadFiles .box-download {
  background-color: #ffffff;
  border-radius: 12px;
}
.downloadFiles .modal-footer .btn-download {
  padding: .85rem 1.5rem;
}
.downloadFiles .box-download a {
  text-decoration: none;
  color: #00495f;
}
.downloadFiles .box-download a.link-download {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downloadFiles .box-download.box-list {
  padding: 1rem;
}
.downloadFiles .box-download p {
  margin-bottom: 0;
}
.downloadFiles .box-download a .btnDownload {
  background-color: rgba(249, 200, 207, 1);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ace-color-secondary);
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
}
.downloadFiles .box-download a .btnDownload:hover {
  background-color: rgba(242, 170, 180, 1);
}
.downloadFiles .box-download.box-list a {
  text-decoration: underline;
}
.downloadFiles .imgStat {
  width: 85%;
  margin: 0 auto;
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px;
}
.downloadFiles .btn-results {
  width: 85%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadFiles .btn-results i {
  margin-right: 8px;
}
.downloadFiles .line-row-1,
.downloadFiles .line-row-2,
.downloadFiles .line-row-3,
.downloadFiles .line-row-4 {
  background: rgba(4, 59, 162, 1);
  height: 1px; 
  position: absolute;
  z-index: -1;
}
.downloadFiles .line-row-1 {
  width: 90%; 
  transform: translateX(-50%);
  left: 50%;
  top: 40px; 
}
.downloadFiles .line-row-2 {
  width: 50%;
  left: 5%;
  top: 70px;
}
.downloadFiles .line-row-3 {
  width: 50%;
  left: 5%;
  top: 30px;
}
.downloadFiles .line-row-4 {
  width: 1px;
  height: 100px;
  left: 50%;
  top: auto;
  bottom: 100px;
  transform: translateY(-50%);
}

  

/* RESPONSIVE */

@media (min-width: 1400px) {
  
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl {
      max-width: 1200px;
  }
  
}

@media (min-width: 1400px) {
  
  .container1, 
  .container1-lg, 
  .container1-md, 
  .container1-sm, 
  .container1-xl, 
  .container1-xxl {
      max-width: 1400px;
  }
  
}

@media (min-width: 1200px) {
  
  .text-table {
    padding: 3rem 5rem;
    font-size: 1.1rem;
  }
  
}

@media (min-width: 992px) {
  
  .illustration-md {
    width: 450px;
  }
  .access-menu li {
    margin: 10px 40px;
  }
  .downloadFiles .modal-dialog {
    max-width: 80%;
  }
  .downloadFiles .modal-dialog {
    max-width: 80%;
  }
  
}

@media (max-width: 992px) {
.downloadFiles .modal-content {
  position: relative;
  padding: 0;

  margin: 0;
   background-color: #FEDFCC;
  width: 70%;
  margin-left: 30px;
  border: 0;
  border-radius: 0;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    0 100%
  );
}
}
@media (max-width: 992px) {
  nav .row .col-md-6:first-child {
    order: 2;
  }
  nav .row .col-md-6:last-child {
    order: 1;
  }
  .logo.text-end {
    margin-bottom: 35px;
    text-align: left!important;
  }
  .nivel-menu {
    width: 96%;
    margin-top: -120px;
  }
  .nivel-menu li strong {
    display: block;
    line-height: 1;
  }
  .menu-option {
    flex-direction: column;
  }
  .menu-option li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .menu-option .btn {
    display: block;
  }
  footer .menu-contact.menu-horizontal {
    flex-direction: column;
    align-items: start;
  }
  footer .menu-contact.menu-horizontal li {
    padding-left: 0;
    padding-right: 0;
  }
  .copyright-text {
    text-align: left!important;
  }
}

@media (max-width: 767px) {
  .g-5, .gx-5 {
      --bs-gutter-x: 0;
  }
}

.badge {
  background: #0f69c4;
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #ffffff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.box-info-2 {
  background: #e6e6e6;
  padding: 1.5rem;
  border-radius: 12px;
}

.box-info-3 {
  background: #dde6f6;
  padding: 1.5rem;
  border-radius: 12px;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  grid-column: 2;
  grid-row: 2;
  place-self: center center;
  background: #ecfcff;
}

.tooltip-inner {
  max-width: 600px; /* Cambia el ancho máximo del tooltip */
  width: auto; /* Asegúrate de que pueda ajustarse al contenido */
  text-align: left; /* Justificar el texto a la izquierda */
  word-wrap: break-word; /* Permite que el texto se ajuste en caso de líneas largas */
}

.tooltip-icon {
  cursor: pointer;
  color: #043aa2;

  position: relative;
  
}

.tooltip-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%; /* Ajusta según tu diseño */
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.85em;
  white-space: nowrap;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease-in-out;
}

.tooltip-icon::after {
  content: '';
  visibility: hidden;
  opacity: 0;
}




.tooltip-text:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 150%; /* Ajusta según el diseño */
  left: 50%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  color: white;
  padding: 5px;
  border-radius: 4px;
  font-size: 0.85em;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
}

.tooltip-text::after {
  content: '';
  visibility: hidden;
  opacity: 0;
}

.objetiv{

  color: #2058c5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
  text-align: left;
}

.modal {
  --bs-modal-margin: 5.75rem;
  --bs-modal-box-shadow: var(--bs-box-shadow);

  
}

.modal1 {
  display: flex;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 20px; /* Evita que el modal toque los bordes */
}

.modal-content1 {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%; /* Permite que se ajuste en pantallas pequeñas */
  max-width: 900px; /* Mantiene el límite en pantallas grandes */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}



.modal-content1 img {
  width: 100%;  /* Se ajusta al contenedor */
  max-width: 880px; /* No supera su tamaño original */
  height: auto; /* Mantiene la proporción */
  border-radius: 8px; /* Opcional: suaviza los bordes */
}

.modal-content2 {
  background: white;
  padding: 0px;
  border-radius: 10px;
  text-align: center;
  width: 600px; /* Permite que se ajuste en pantallas pequeñas */
  max-width: 900px; /* Mantiene el límite en pantallas grandes */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* Botón de cerrar */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.close-btn:hover {
  color: #dd2032;
}

#closeModal {
  background: var(--ace-color-secondary);
  padding: .5rem 2rem;
  font-family: 'gobCL_Bold';
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  margin-top: 20px;
  width: 250px;
}

#closeModal:hover {
  background: darkred;
}

/* Ocultar el modal inicialmente */
.hidden {
  visibility: hidden;
  pointer-events: none;
}
 .tooltip-help {
 cursor: help;
 text-decoration: underline;
 color: #0056b3;
 }
        
 .modal-dialog1{

  max-width: 90%; /* Ajusta según necesites */
  width: 90%;
 }

 .orientae2 {
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  font-family: 'gobCL_Regular';
 }

 .modal3 {
  display: flex;
  position: fixed;
 
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 20px; /* Evita que el modal toque los bordes */
}

.modal-content3 {
  background: white;
  padding: 20px;

  border-radius: 10px;
  text-align: center;
  width: 70%; /* Permite que se ajuste en pantallas pequeñas */
  max-width: 900px; /* Mantiene el límite en pantallas grandes */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}



.modal-content3 img {
  width: 100%;  /* Se ajusta al contenedor */
  max-width: 880px; /* No supera su tamaño original */
  height: auto; /* Mantiene la proporción */
  border-radius: 8px; /* Opcional: suaviza los bordes */
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 680px; /* Ancho máximo */
}

.video-container video {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Opcional: bordes redondeados */
  margin: 80px;
}

.title-subdi{  
    margin-bottom: 0 !important;
    font-size: 1.4rem !important;
    line-height: normal !important;

}
<style>
    .simce-label, .simce-button {
        color: #00495f;
    }

    .simce-button {
        background-color: #00495f;
        border-color: #00495f;
        color: #ffffff;
    }

    .simce-button:hover {
        background-color: #003b4c;
        border-color: #003b4c;
        color: #ffffff;
    }


    .chart-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      height: 230px; /* Altura para escritorio */
      margin-bottom: 1rem;
  }
  
  @media (max-width: 768px) {
      .chart-container {
          height: 200px; /* Altura más baja en móviles */
      }
  }

  .custom-grid {
    max-width: 600px;
    margin: 20px auto;
}
.grid-row {
    display: flex;
    margin-bottom: 8px; /* Espacio entre filas */
}
.grid-header, .grid-cell {
    background-color: #e5e5e5;
    border: 1px solid #d1d1d1;
    border-radius: 10px; /* Bordes redondeados en cada celda */
    padding: 6px;
    text-align: center;
    flex: 1;
    margin: 0 4px; /* Espacio entre celdas */
}
.grid-header {
    background-color: #00495f;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}
