@charset "UTF-8";
/*
Theme Name:         Truth and Childhood
Description:        Truth and Childhood Theme by Universidad de Chile
Author:             Digital Media SISIB, University of Chile
Author URI:         https://uchile.cl/sisib
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.02

License:            GPLv2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:        truth-and-childhood
*/
@import url("https://use.typekit.net/erq3cpa.css");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "museo-sans", sans-serif;
  font-size: 1.25rem;
  color: #33689e;
}

p {
  font-weight: 300;
  line-height: 1.3;
  margin-top: 1.3rem;
}

b, strong {
  font-weight: 700;
}

/*------ font Museo sans ------*/
/* NAV */
.navigation {
  background-color: #ffffff;
}

.navbar-nav {
  text-transform: uppercase;
  font-size: 1rem;
}
@media (max-width: 1400px) {
  .navbar-nav {
    grid-template-columns: repeat(6, 1fr);
    align-items: start;
    justify-items: center;
    display: grid;
  }
}
@media (max-width: 991px) {
  .navbar-nav {
    grid-template-columns: repeat(1, 1fr);
  }
}

.navbar-collapse .nav-link {
  color: #33689e;
  border: 1px solid transparent;
  border-radius: 7px;
}

.navbar-collapse .nav-link:hover {
  color: #98e25a;
}

.current-menu-item .nav-link,
.current-page-ancestor .nav-link {
  border-color: #33689e;
}

header img {
  height: 60px;
}

.sticky-top {
  box-shadow: none;
  /* Sin sombra por defecto */
  transition: box-shadow 0.3s ease;
  /* Para suavizar el cambio de sombra */
}

/* ----------------------- FOOTER ----------------------- */
footer {
  margin-top: 100px;
  bottom: 0;
  width: 100%;
  line-height: 1.5rem;
  background-color: #173277;
  color: rgba(255, 255, 255, 0.5490196078);
  position: relative;
}
@media (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
}

footer .wp-block-image {
  margin: 0;
}

footer .wp-block-image img {
  width: 100%;
}

/*-------------Banner-------------------*/
.intro {
  color: #ffffff;
  background: #9fd179;
  background: linear-gradient(150deg, rgb(159, 209, 121) 10%, rgb(74, 134, 197) 37%, rgb(104, 160, 217) 69%, rgb(154, 199, 117) 100%);
  padding: 30px 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .intro {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .intro {
    padding: 30px;
  }
}

.intro h1 {
  font-size: 1.625rem;
  text-transform: uppercase;
  font-weight: 900;
}

.intro p {
  font-size: 1.25 rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .intro p {
    margin-top: 0;
  }
}

/*-------------/Banner-------------------*/
.parrafos {
  padding: 30px 50px;
}

.bg-integrantes {
  background: #98c6f5;
  background: linear-gradient(150deg, rgb(152, 198, 245) 8%, rgb(231, 243, 255) 23%, rgb(231, 243, 255) 86%, rgb(152, 198, 245) 100%);
}

.h2-integrantes {
  font-family: "museo-sans-rounded";
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 2.5rem;
}

.home .container-fluid .row > div {
  margin: 0;
}

@media (max-width: 768px) {
  .home .container-fluid div.imgs {
    margin-top: 20px;
  }
}

.home .container-fluid .imgs img {
  width: 100%;
}

.mod-noticias {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .mod-noticias {
    margin-bottom: 40px;
  }
}

.mod-noticias .mod__title {
  color: #33689e;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .mod-noticias .mod__title {
    font-size: 24px;
  }
}

.mod-noticias .row {
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.mod-noticias article {
  border-radius: 5px;
  overflow: hidden;
  width: calc(33.3333333333% - 20px);
  padding: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .mod-noticias article {
    width: 93%;
  }
}

.mod-noticias .mod_last-news__img {
  margin: 0;
}

.mod-noticias img {
  width: 100%;
  height: auto;
}

.mod-noticias .mod_last-news__item-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 768px) {
  .mod-noticias .mod_last-news__item-title {
    font-size: 16px;
  }
}

.mod-noticias .mod_last-news__item-title a {
  color: white;
  display: flex;
  padding: 15px;
  background-color: #3f79ba;
  text-decoration: none;
  transition: background-color 0.15s ease-in-out;
}
.mod-noticias .mod_last-news__item-title a:hover {
  background-color: #173277;
}

.mod-noticias .mod__more {
  text-align: right;
  margin-top: 20px;
}

.mod-noticias .mod__more a {
  color: #0056b3;
  font-size: 20px;
  font-weight: 400;
  padding: 5px;
}
@media (max-width: 768px) {
  .mod-noticias .mod__more a {
    font-size: 18px;
  }
}
.mod-noticias .mod__more a:hover {
  color: #007bff;
}

/*---------TABS---------*/
[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

.btns {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 768px) {
  .btns {
    font-size: 1.1rem;
  }
}

.btns:hover {
  font-weight: 700;
}

.btns.active {
  font-weight: 700;
}

.tabs-content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .tabs-content {
    padding: 20px;
  }
}

#tab1,
#tab2,
#tab3,
#tab4,
#tab5,
#tab6,
#tab7 {
  font-weight: 300;
  font-size: 1.2rem;
}

/*interior*/
.interior a {
  color: #0056b3;
}

.interior a:hover {
  color: #007bff;
}

.bluebox {
  background-color: #33689e;
  color: #ffffff;
  border-radius: 15px;
  padding: 15px;
}

.titles {
  justify-content: center;
  display: grid;
  grid-template-columns: 150px auto;
  align-items: center;
}

.titles img {
  width: 100px;
}

.title {
  text-transform: uppercase;
  font-weight: 900;
  color: #98e25a;
}

.enlace {
  color: #98e25a;
  text-transform: uppercase;
  font-weight: 800;
}

.page .interior h2 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 540px) {
  .page .interior h2 {
    font-size: 1.3rem;
  }
}

.actas {
  text-align: center;
  padding: 20px 30px;
  border: 2px solid #33689e;
  border-radius: 15px;
}

.actas a {
  color: inherit;
}

.descargas {
  background: #33689e;
  background: linear-gradient(180deg, rgb(67, 161, 255) 51%, rgb(152, 226, 90) 100%);
  border-radius: 20px;
  padding: 20px;
  color: #ffffff;
  height: 100%;
}

.descargas h3 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
}

.descargas p a {
  text-decoration: none;
  color: inherit;
}

.descargas p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .archivo-noticias .col-4 {
    width: 93%;
    margin: 0 auto;
  }
}

.card {
  margin-bottom: 30px;
}

.card .mod__date,
.card br {
  display: none;
}

.card img {
  height: auto;
  max-width: 100%;
}

.enlace-nota {
  text-decoration: none;
}

.card-bodyy {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: #ffffff;
  background-color: #33689e;
}

.d-publicas {
  background: #33689e;
  background: linear-gradient(245deg, rgba(67, 161, 255, 0.93) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 50%, rgba(67, 161, 255, 0.93) 100%);
}

.boton {
  display: block;
  text-align: center;
  background: #33689e;
  background: linear-gradient(208deg, rgba(67, 161, 255, 0.96) 0%, rgb(159, 209, 121) 50%, rgb(159, 209, 121) 50%, rgba(67, 161, 255, 0.96) 100%);
  padding: 40px 50px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.6rem;
}

.page-template-page-template-children .titles + img,
.page-template-page-template-children .titles img {
  display: none;
}

.page-template-page-template-children .titles + img {
  width: 0;
  height: 0;
}

.page-template-page-template-children .titles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .page-template-page-template-children .titles {
    flex-direction: column-reverse;
  }
}
.page-template-page-template-children .titles h1 {
  max-width: 200px;
}
@media (max-width: 768px) {
  .page-template-page-template-children .titles h1 {
    max-width: 150px;
  }
}

.page-template-page-template-children .titles:before {
  content: "";
  width: 300px;
  height: 210px;
  display: block;
  background-image: url("assets/img/nnya-titulo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .page-template-page-template-children .titles:before {
    width: 100%;
    height: 160px;
  }
}

.interior .cian {
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1024px) {
  .interior .cian {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .interior .cian {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
}

.azul,
.verde,
.celeste,
.tareas {
  color: #173277;
  border-radius: 20px;
  padding: 40px 30px;
}
@media (max-width: 768px) {
  .azul,
  .verde,
  .celeste,
  .tareas {
    padding: 30px 20px;
  }
}

.azul,
.verde {
  width: 50%;
}
@media (max-width: 768px) {
  .azul,
  .verde {
    width: 100%;
  }
}
.azul h2,
.verde h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .azul h2,
  .verde h2 {
    margin-bottom: 20px;
  }
}

.azul {
  color: white;
  background-color: #33689e;
}

.verde {
  background-color: #98e25a;
}

.celeste {
  background-color: #98c6f5;
  align-items: flex-start;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .celeste {
    margin: 30px 0;
  }
}

.interior .celeste h2 {
  max-width: 400px;
  text-align: left;
}
@media (max-width: 768px) {
  .interior .celeste h2 {
    max-width: 100%;
    text-align: center;
  }
}

.tareas {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .tareas {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .celeste,
  .tareas {
    flex-direction: column;
    gap: 0;
  }
}
.celeste > div,
.tareas > div {
  width: 50%;
}
@media (max-width: 768px) {
  .celeste > div,
  .tareas > div {
    width: 100%;
  }
}
.celeste h2,
.tareas h2 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .celeste h2,
  .tareas h2 {
    margin-bottom: 20px;
  }
}

.interior .tareas h2 {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tareas h2:after {
  content: "";
  width: 400px;
  height: 300px;
  display: block;
  background-image: url("assets/img/nnya-tareas.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
}
@media (max-width: 768px) {
  .tareas h2:after {
    width: 100%;
    height: 160px;
  }
}

.tareas ol li::marker {
  font-weight: 700;
}

.tareas ol li ~ li {
  margin-top: 10px;
}

.content__title-news .content__title {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .content__title-news .content__title {
    padding: 30px 0;
  }
}

.single-post .featured-image {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .single-post .featured-image {
    border-radius: 15px;
  }
}

.single-post .featured-image img {
  width: 100%;
  height: auto;
}

.content__main {
  position: relative;
  margin-top: 50px;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .content__main {
    margin-top: 30px;
    padding: 0;
  }
}

.content__main:before {
  content: "";
  width: 100%;
  height: 70px;
  display: block;
  background-image: url("assets/img/separador.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.content__main p {
  font-size: 18px;
  font-weight: normal;
}

.content__main figure {
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  max-width: 80%;
}
.content__main figure img {
  width: 100%;
  height: auto;
}

.arrow {
  background: url(assets/img/arrow.svg) no-repeat;
  width: 447px;
  height: 176px;
  color: white;
  padding-left: 150px;
  padding-top: 30px;
  padding-right: 100px;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .arrow {
    max-width: 100%;
    background-position: right;
  }
}
@media (max-width: 576px) {
  .arrow {
    padding: 30px 60px 0;
    padding-left: 150px;
  }
}
@media (max-width: 450px) {
  .arrow {
    padding-left: 120px;
  }
}
@media (max-width: 425px) {
  .arrow {
    padding-left: 100px;
  }
}
@media (max-width: 390px) {
  .arrow {
    padding-left: 60px;
  }
}
@media (max-width: 360px) {
  .arrow {
    padding-left: 30px;
  }
}

.btns-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .btns-group {
    align-items: center;
    gap: 6px;
  }
}

.btns {
  display: flex;
  border: 1px solid #33689e;
  padding: 3px 10px;
  border-radius: 7px;
  max-width: max-content;
}
@media (max-width: 768px) {
  .btns {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

.btns:hover {
  background-color: #98c6f5;
}

.btns.active {
  color: white;
  background-color: #33689e;
}

.participacion span {
  color: white;
  background-color: #33689e;
  clip-path: polygon(0 0, 90% 0, 100% 45%, 100% 55%, 90% 100%, 0 100%);
  padding: 12px;
  padding-right: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 5px;
  transition: 1s;
}
@media (max-width: 768px) {
  .participacion span {
    max-width: 100%;
    letter-spacing: 3px;
  }
}

.separado {
  margin: 150px auto 100px !important;
}
@media (max-width: 768px) {
  .separado {
    margin: 40px auto !important;
  }
}

/* Pie fecha */
.pie {
  float: right;
  border-top: 1px solid #33689e;
  color: #33689e;
  margin-top: 20px;
  padding-left: 20px;
  font-weight: 300;
}

/* Documentos */
.page-child .wp-block-list li {
  list-style: none;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.page-child .wp-block-list {
  padding-left: 0;
}

.page-child .interior a {
  text-decoration: none;
}

.page-child .wp-block-list li:before {
  content: "\f381";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  color: #0056b3;
  padding-right: 10px;
}

.page-child .wp-block-list li:hover:before {
  color: #007bff;
}

/* boton */
.wp-block-button a:hover {
  background: #98c6f5 !important;
  color: #173277 !important;
}

/* form*/
.formulario {
  padding: 40px;
  background-color: #33689e;
  color: #FFFFFF;
  border-radius: 5px;
  font-size: 1rem;
}

.page .interior .formulario h2 {
  font-weight: 500;
  text-transform: none;
  text-align: left;
}

.form-group label {
  font-weight: bold;
}

.form-control {
  border-radius: 3px;
}

.btn-primary {
  background-color: #007bff; /* Azul del botón Enviar */
  border-color: #007bff;
}

.btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.asterisk::after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-group {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 1rem;
}

.col-mds-6 {
  flex: 0 0 50%; /* Ocupa el 50% del ancho */
  max-width: 50%;
}

/* ----------------------- REDES SOCIALES ----------------------- */
.fa-instagram,
.fa-facebook-f,
.fa-linkedin,
.fa-linkedin,
.fa-spotify,
.fa-youtube,
.fa-tiktok {
  padding: 5px 8px;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-around;
  transition: all 0.3s ease-in-out;
}

.fa-whatsapp {
  font-size: 1.2rem;
}

.col-12,
.col-md-9,
.col-lg-9,
.col-4,
.col-md-4,
.col-md-3,
.col-lg-3,
.col {
  float: left;
}

ol li::marker {
  font-weight: bold;
}

.separador {
  color: #314f9c;
}

@media (max-width: 1199px) {
  .descargas h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  body .uwy.utb .uai {
    padding: -2px;
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    max-width: 38px;
    max-height: 38px;
  }
}
@media (max-width: 768px) {
  body .uwy.userway_p1 .uai {
    top: auto;
    right: auto;
    bottom: -2px;
    left: calc(100vw - 136px);
    transform: translate(-100%);
  }
  .separa-logo {
    display: grid;
    grid-template-rows: 45px 46px;
    row-gap: 20px;
  }
  .gob-txt {
    text-align: left;
  }
  .card {
    min-width: 100%;
  }
  .col-mds-6 {
    flex: 0 0 100%; /* Ocupa el 100% del ancho en móviles */
    max-width: 100%;
  }
}
@media (max-width: 540px) {
  nav#menu {
    padding-left: 0;
    padding-right: 0;
  }
  .intro {
    padding: 20px;
  }
  .intro h1 {
    font-size: 1.5rem;
  }
  .intro p {
    font-size: 1.3rem;
    font-weight: 300;
  }
  .imgs {
    margin-top: 5px;
  }
  .parrafos {
    padding: 20px;
    font-size: 1.3rem;
  }
  .h2-integrantes {
    font-size: 1.5rem;
  }
  .title {
    font-size: 1.4rem;
  }
  .titles {
    grid-template-columns: 70px auto;
  }
  .titles img {
    width: 60px;
  }
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

button.acordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 1s;
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 10px;
  background-color: #33689e;
  border: 1px solid #ffffff;
  text-align: center;
}

button.acordion.active {
  background-color: #98e25a;
}

button.acordion:after {
  font-family: FontAwesome;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #98e25a;
  background: url(assets/img/down.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 15px;
  margin: 5px;
}

button.acordion.active:after {
  font-family: FontAwesome;
  background: url(assets/img/up.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  font-weight: bold;
  transition: all 0.5s ease;
  color: #33689e;
}

h3.acordion-title {
  font-size: 1.4rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  padding-right: 40px;
  margin-bottom: 0;
}

div.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
  width: 100%;
}

.panel-child {
  padding: 2rem 3rem;
  border-radius: 10px;
  background-color: #e0f3ff;
  border: 0px solid #1a52b5;
  color: #33689e;
  font-weight: 1.6rem;
}

.panel-child > h3 {
  margin: 1.5rem 0 1.75rem 0;
}

@media (max-width: 760px) {
  h3.acordion-title {
    font-size: 1em;
    transition: all 2s ease-in-out;
    padding: 5px;
  }
  button.acordion {
    padding: 10px 45px 10px 10px;
  }
  button.acordion:after {
    font-size: 0.8rem;
    transition: all 2s ease-in-out;
  }
  .panel-child {
    padding: 1rem 1rem;
  }
  div.panel p {
    font-size: 1.2em;
  }
  div.panel li {
    font-size: 1.2em;
  }
}
@media (max-width: 540px) {
  h3.acordion-title {
    font-size: 1rem;
    transition: all 2s ease-in-out;
  }
  button.acordion:after {
    padding: 10px 15px;
    font-size: 1.2rem;
  }
  .panel-child > div {
    padding: 1rem;
  }
}/*# sourceMappingURL=style.css.map */