@import url("https://fonts.googleapis.com/css2?family=Calistoga&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap");
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  background-color: #282e3b;
  font-family: "Calistoga";
}

a.site-title {
  font-size: 0;
  display: none;
}

h1 {
  font-family: "Calistoga";
  font-size: 1.6rem;
  font-weight: 400;
}

h2 {
  font-family: "Calistoga";
  font-size: 1.5rem;
  font-weight: 300;
}

h3 {
  font-family: "Calistoga";
  font-size: 1.4rem;
  font-weight: 300;
}

h4 {
  font-family: "Calistoga";
  font-size: 1.3rem;
  font-weight: 300;
}

h5 {
  font-family: "Calistoga";
  font-size: 1.2rem;
  font-weight: 200;
}

h6 {
  font-family: "Calistoga";
  font-size: 1.1rem;
  font-weight: lighter;
}

.region-nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-left: 1rem;
}

.menu--account .navbar-nav {
  background-color: #0080ff;
  border-radius: 10px 0 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}
.menu--account .navbar-nav a {
  color: #ffffff;
}

.menu--navefac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid #89c33f 5px;
  padding-bottom: 8px;
}
.menu--navefac .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 20px;
  width: 100%;
}
.menu--navefac .navbar-nav li {
  border-radius: 5px;
  background-color: #3a4b65;
  padding: 0px 10px;
}
.menu--navefac .navbar-nav a {
  color: #ffffff;
}

.region-slider {
  width: 100%;
  position: relative;
  border: solid 10px #ffffff;
}
.region-slider .views-row .views-field-field-imagen-slider {
  padding: auto;
}
.region-slider .views-row .views-field-field-imagen-slider .field-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.region-slider .views-row .views-field-field-imagen-slider .field-content img {
  width: 100%;
  -webkit-filter: opacity(50%);
          filter: opacity(50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.region-slider .views-row .views-field-title {
  padding-left: 10px;
  width: 100%;
}
.region-slider .views-row .views-field-title h1 {
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2rem;
}
.region-slider .views-row .views-field-title h1 a {
  color: #ffffff;
  text-decoration: none;
}
.region-slider .views-row .views-field-view-node {
  background-color: #0080ff;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 10px;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.region-slider .views-row .views-field-view-node span {
  font-family: "Mulish";
  font-weight: 700;
}
.region-slider .views-row .views-field-view-node span a {
  color: #ffffff;
  text-decoration: none;
}
.region-slider .views-slideshow-controls-bottom {
  padding: 10px;
  width: 100%;
  z-index: 20;
}
.region-slider .views-slideshow-controls-bottom .views_slideshow_controls_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  gap: 1.5rem;
}
.region-slider .views-slideshow-controls-bottom a {
  text-decoration: none;
  color: #ffffff;
}

.views_slideshow_slide {
  width: 100%;
}

@media (min-width: 768px) {
  .region-slider {
    border: solid 10px #ffffff;
    width: 100%;
  }
  .region-slider img {
    width: 100%;
    -webkit-filter: opacity(50%);
            filter: opacity(50%);
  }
  .region-slider .views-row {
    position: relative;
  }
  .region-slider .views-row .views-field-field-imagen-slider {
    position: relative;
  }
  .region-slider .views-row .views-field-title {
    position: absolute;
    top: 25%;
    padding-left: 10px;
    width: 100%;
  }
  .region-slider .views-row .views-field-title h1 {
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: 700;
    line-height: 3rem;
  }
  .region-slider .views-row .views-field-title h1 a {
    color: #ffffff;
    text-decoration: none;
  }
  .region-slider .views-row .views-field-view-node {
    position: absolute;
    background-color: #0080ff;
    top: 60%;
    margin-left: 1%;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .region-slider .views-row .views-field-view-node span {
    font-family: "Mulish";
    font-weight: 700;
  }
  .region-slider .views-row .views-field-view-node span a {
    color: #ffffff;
    text-decoration: none;
  }
  .views-slideshow-controls-bottom {
    position: absolute;
    bottom: 0%;
    padding: 10px;
    width: 100%;
  }
  .views-slideshow-controls-bottom .views_slideshow_controls_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: flex;
    gap: 1.5rem;
  }
  .views-slideshow-controls-bottom a {
    text-decoration: none;
    color: #ffffff;
  }
}
.paragraph--type--botoneras {
  margin: 10px 0px;
}
.paragraph--type--botoneras .field--name-field-boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.paragraph--type--botoneras .field--name-field-boton .field__item {
  margin: 0 5px;
}
.paragraph--type--botoneras .field--name-field-boton .field__item .field--name-field-link-boton {
  padding: 0px 0px;
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  font-size: 1.3rem;
}
.paragraph--type--botoneras .field--name-field-boton .field__item .field--name-field-link-boton a {
  text-decoration: none;
  color: #000000;
}
.paragraph--type--botoneras .field--name-field-boton .field__item .field--name-field-link-boton a ::first-letter {
  color: #89c33f;
}

.paragraph--type--boton {
  background-color: #ffffff;
  font-family: "Calistoga";
  color: #000000;
  font-size: 1.2rem;
  padding: 20px 0px;
  -webkit-box-shadow: -7px 14px 38px -18px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 14px 38px -18px rgba(0, 0, 0, 0.75);
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
.paragraph--type--boton .field--name-field-icono-del-boton {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--boton .field--name-field-icono-del-boton img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .paragraph--type--botoneras {
    width: 100%;
  }
  .paragraph--type--botoneras .field--name-field-boton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .paragraph--type--botoneras .field--name-field-boton .field__item .field--name-field-link-boton {
    font-size: 1.3rem;
    padding: 0px 0px;
    line-height: 1.7rem;
  }
  .paragraph--type--botoneras .field--name-field-boton .field__item .field--name-field-link-boton a {
    text-decoration: none;
    color: #000000;
  }
}
.principal-titles, .historia-hero .teacher-lastname, .historia-hero .teacher-name, .field--name-field-contenidos-educativos h2 {
  color: #89c33f;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 2px 1px black;
}

.title-page {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a4b65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.title-page:before {
  content: "";
  background-image: url(../img/ico-bt-1.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  padding: 10px;
  background-size: cover;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .title-page {
    font-size: 2.5rem;
    font-weight: 700;
    color: #3a4b65;
  }
}
.field--name-field-tip-maestros {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

/*Estilo vistas*/
.tips-maestros {
  margin: 20px 0px;
  background: #eceefb;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.tips-maestros .view-header {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Calistoga";
}
.tips-maestros .view-content {
  padding: 5px;
}
.tips-maestros .view-content .views-row {
  display: block;
}

.tip-container {
  width: 100%;
}
.tip-container .contenedor-datos {
  width: 100%;
}

.tip-maestro .field--name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tip-maestro .field--name-field-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tip-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin-top: 10px;
  font-family: "Calistoga";
  color: #89c33f;
}
.tip-title a {
  text-decoration: none;
}

.tip-resumen {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
  padding: 5px;
  font-family: "Mulish";
}

@media (min-width: 768px) {
  .tips-maestros {
    margin: 20px 0px;
    background: #eceefb;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 300px;
    width: 100%;
  }
  .tips-maestros .view-header {
    font-family: "Calistoga";
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-right: 30px;
    position: relative;
  }
  .tips-maestros .view-content .views-row {
    display: block;
  }
  .tip-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tip-container .contenedor-datos {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin-left: 110px;
  }
  .tip-maestro {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  .tip-maestro .field--name-field-image {
    position: absolute;
    height: 370px;
    width: 383px;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tip-maestro .field--name-field-image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 50%;
  }
  .tip-title {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Calistoga";
    color: #89c33f;
  }
  .tip-title a {
    text-decoration: none;
  }
  .tip-resumen {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.1rem;
    padding: 5px;
    font-family: "Mulish";
  }
}
.block-views-blockcursos-virtuales-block-1 {
  margin-top: 10px;
  padding-top: 30px;
}
.block-views-blockcursos-virtuales-block-1 > h2 {
  font-family: "Calistoga";
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 30px;
  text-align: center;
  color: #282e3b;
}

.view-cursos-virtuales .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.view-cursos-virtuales .view-content .views-row {
  background-color: #282e3b;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 5px;
}
.view-cursos-virtuales .view-content .views-row .views-field-title {
  color: #0080ff;
  font-family: "Calistoga";
  font-size: 1.6rem;
  width: 50%;
  line-height: 1.8rem;
  margin-top: 10px;
}
.view-cursos-virtuales .view-content .views-row .views-field-title a {
  color: #0080ff;
  text-decoration: none;
}
.view-cursos-virtuales .view-content .views-row .views-field-body {
  font-weight: 700;
  color: #ffffff;
  font-family: "Mulish";
}

@media (min-width: 768px) {
  .view-cursos-virtuales .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .view-cursos-virtuales .view-content .views-row {
    background-color: #282e3b;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 5px;
  }
  .view-cursos-virtuales .view-content .views-row .views-field-title {
    color: #0080ff;
    font-family: "Calistoga";
    font-size: 1.6rem;
    width: 50%;
    line-height: 1.8rem;
    margin-top: 10px;
  }
  .view-cursos-virtuales .view-content .views-row .views-field-title a {
    color: #0080ff;
    text-decoration: none;
  }
  .view-cursos-virtuales .view-content .views-row .views-field-body {
    font-weight: 700;
    font-family: "Mulish";
    color: #ffffff;
  }
  .view-cursos-virtuales .view-content .views-row .views-field-body .field-content {
    font-family: "Mulish";
  }
  .block-views-blockcursos-virtuales-block-1 {
    margin-top: 10px;
    padding-top: 30px;
  }
  .block-views-blockcursos-virtuales-block-1 > h2 {
    font-family: "Calistoga";
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 30px;
    text-align: center;
    color: #282e3b;
  }
}
.field--name-field-contenidos-educativos {
  margin-top: 100px;
}
.field--name-field-contenidos-educativos h2 {
  color: #0080ff;
}

.contenido-container {
  position: relative;
  padding: 10px;
  background: #eceefb;
  border-radius: 10px;
}
.contenido-container .fondo-imagen-contenido {
  position: relative;
  height: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: black;
}
.contenido-container .fondo-imagen-contenido .field--name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 25%;
  width: 100%;
}
.contenido-container .fondo-imagen-contenido .field--name-field-image img {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 80%;
  width: 100%;
}
.contenido-container .contenedor-datos {
  position: absolute;
  top: 0%;
  margin-right: 10px;
  width: 98%;
  height: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 6px;
}

.contendido-title {
  font-weight: 700;
  text-shadow: 1px 1px 1px black;
  font-size: 1rem;
  padding: 5px;
}
.contendido-title a {
  color: #89c33f;
}

@media (min-width: 768px) {
  .contendido-title {
    font-size: 2.5rem;
    padding: 5px;
  }
  .contendido-title a {
    color: #89c33f;
  }
}
.more-link {
  background-color: #282e3b;
  color: #0080ff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-right: 10px;
  padding: 10px 10px 10px 15px;
  border-radius: 10px 0px 0px 10px;
  margin-top: 10px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}
.more-link:before {
  content: "";
  background-color: #89c33f;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.more-link a {
  text-decoration: none;
}

.link-historias {
  border-radius: 0px 10px 10px 0px;
  background-color: #0080ff;
  padding: 10px 20px 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #282e3b;
  font-size: 1rem;
  float: left;
  width: 100%;
}
.link-historias a {
  color: #282e3b;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-historias {
    border-radius: 0px 10px 10px 0px;
    background-color: #0080ff;
    padding: 10px 20px 10px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: 5%;
    left: 8px;
    color: #282e3b;
    font-size: 1rem;
  }
  .link-historias a {
    color: #282e3b;
    font-weight: 700;
    text-decoration: none;
  }
}
.historias-maestros {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.historias-maestros .view-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.historias-maestros .view-content .views-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.historia-hero {
  position: relative;
}
.historia-hero .historia-image {
  position: relative;
  background-color: #ffffff;
  padding: 10px;
}
.historia-hero .historia-image .field--name-field-foto {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.historia-hero .historia-image .field--name-field-foto img {
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.historia-hero .teacher-name {
  text-align: left;
  position: absolute;
  font-size: 1.5rem;
  text-shadow: 2px 3px 3px black;
  top: 5%;
  left: 10%;
}
.historia-hero .teacher-lastname {
  font-size: 1.5rem;
  position: absolute;
  top: 30%;
  left: 10%;
  text-align: left;
  text-shadow: 2px 3px 3px black;
}
.historia-hero .teacher-lastname h2 {
  color: #ffffff;
}

.historia-node {
  background-image: url(../img/bg-stars.svg);
  background-color: #282e3b;
}

.historia-full {
  width: 100%;
  height: 300px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.historia-full .image-portrait {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #282e3b;
}
.historia-full .image-portrait .field {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.historia-full .image-portrait .field img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 50%;
}
.historia-full .historia-header {
  position: absolute;
  padding: 5%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.historia-full .teacher-name-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.historia-full .teacher-name-full span {
  color: #ffffff;
  font-family: "Calistoga";
}
.historia-full .teacher-name-full .principal-title-full {
  color: #ffffff;
}
.historia-full .teacher-profile {
  width: 100%;
}
.historia-full .teacher-profile .prefesion {
  font-size: 2rem;
  border-radius: 10px 0px 0px 10px;
  padding: 2px 10px;
  font-weight: 700;
  color: #282e3b;
  background-color: #0080ff;
}
.historia-full .teacher-profile .teacher-ied {
  font-size: 2rem;
  color: #ffffff;
  font-family: "Calistoga";
}
.historia-full .titulo-historia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Calistoga";
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  line-height: 5rem;
}

.historia-complemento {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.46);
  color: #ffffff;
  font-family: "Mulish";
}

.complemento-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fotos-complementarias {
  padding: 20px;
}
.fotos-complementarias .field--name-field-imagenes-complementarias .field__item {
  width: 100%;
}
.fotos-complementarias .field--name-field-imagenes-complementarias .field__item:first-of-type {
  margin-left: -20px;
}
.fotos-complementarias .field--name-field-imagenes-complementarias .field__item:last-of-type {
  margin-left: -20px;
}
.fotos-complementarias .field--name-field-imagenes-complementarias .field__item img {
  width: 100%;
  padding: 10px;
}

.proyectos {
  padding: 20px;
}
.proyectos .field__label {
  font-size: 1.5rem;
  font-family: "Calistoga";
  text-align: center;
}

@media (min-width: 780px) {
  .historias-maestros {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .historias-maestros .view-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .historias-maestros .view-content .views-row {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
  }
  .historia-hero {
    position: relative;
  }
  .historia-hero .historia-image {
    position: relative;
    background-color: #ffffff;
    padding: 10px;
  }
  .historia-hero .historia-image .field--name-field-foto {
    height: 590px;
    background-color: #000000;
  }
  .historia-hero .historia-image .field--name-field-foto img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    opacity: 50%;
  }
  .historia-hero .teacher-name {
    position: absolute;
    top: 60%;
    padding: 10px;
    margin-left: 50px;
    text-shadow: 2px 3px 3px black;
  }
  .historia-hero .teacher-lastname {
    position: absolute;
    top: 70%;
    padding: 10px;
    margin-left: 70px;
    text-shadow: 2px 3px 3px black;
  }
  .historia-hero .teacher-lastname h2 {
    color: #ffffff;
  }
  .teacher-profile {
    width: 100%;
  }
  .teacher-profile .prefesion {
    font-size: 2rem;
    border-radius: 10px 0px 0px 10px;
    padding: 2px 10px;
    font-weight: 700;
    color: #282e3b;
    background-color: #0080ff;
  }
  .teacher-profile .teacher-ied {
    font-size: 4rem;
    color: #ffffff;
    font-family: "Calistoga";
  }
  .teacher-name-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teacher-name-full span {
    font-size: 4rem;
    color: #ffffff;
    font-family: "Calistoga";
  }
  .teacher-name-full .principal-title-full {
    font-size: 6rem;
    color: #ffffff;
  }
  .historia-cuerpo {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: "Mulish";
  }
  .complemento-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .proyectos {
    padding: 20px;
  }
  .proyectos .field__label {
    font-size: 3rem;
    font-family: "Calistoga";
    text-align: center;
  }
  .historia-full {
    height: 800px;
  }
  .historia-full .historia-header {
    position: absolute;
    padding: 5%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .historia-full .titulo-historia {
    font-size: 6rem;
  }
}
.navbar-brand {
  text-align: center;
  padding-right: 0;
  margin-right: 0;
}

.site-logo {
  padding: 10px;
  text-align: center;
}
.site-logo img {
  width: 100%;
}

.navbar-toggler-icon {
  content: url(../img/ico-menu.png);
}

@media (min-width: 768px) {
  .navbar-brand {
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    background-image: url(../img/circulo-logo.svg);
    height: 115px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 230px;
  }
  .site-logo {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .site-logo img {
    width: auto;
    height: 100px;
  }
}
.barra-superior-govco {
  background-color: #3366cc;
  width: 100%;
  height: 3rem;
  padding-left: 4.375rem;
}

.barra-superior-govco a {
  content: url(https://cdn.www.gov.co/assets/images/logo.svg);
  height: 1.875rem;
  width: 8.5rem;
}

.barra-superior-govco a:focus-visible {
  outline: max(0.125rem, 0.15em) solid #FFFFFF;
  border-radius: 0.313rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.313rem;
  background-color: #FFFFFF;
  cursor: pointer;
  padding: 0;
  border: 0.125rem solid #FFFFFF;
  font-size: 10px;
  position: absolute;
  right: 5.375rem;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover {
  background-color: #004884;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:focus {
  outline: max(0.125rem, 0.15em) solid #FFFFFF;
  outline-offset: max(0.188rem, 0.15em);
}

.barra-superior-govco .idioma-icon-barra-superior-govco::before {
  font-family: "govco-font";
  content: "\ec56";
  color: #3366CC;
  font-size: 14px;
}

.barra-superior-govco .idioma-icon-barra-superior-govco:hover::before {
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .barra-superior-govco {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .barra-superior-govco .idioma-icon-barra-superior-govco {
    right: 1rem;
  }
}
/*Accesibilidad*/
/***
* Gov.co (https://www.gov.co) - Gobierno de Colombia
*  - Componente: barra accesibilidad
*  - Version: 4.0.0
*/
/* Fuente iconografica */
@font-face {
  font-family: "govco-font";
  src: url("../fonts/govco-font-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.content-example-barra {
  margin-left: auto;
  margin-right: auto;
}

.barra-accesibilidad-letra {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.barra-accesibilidad-letra .titulo-barra-accesibilidad {
  color: #000;
  font-size: 20px;
  margin: 0px;
}

.barra-accesibilidad-letra .descripcion-barra-accesibilidad {
  color: #4B4B4B;
  font-size: 16px;
  margin: 0px;
}

.barra-accesibilidad-govco {
  height: 143px;
  width: 48px;
  position: fixed;
  right: 0;
  top: 35%;
  background-color: #004884 !important;
  border-radius: 10px 0px 0px 10px;
  opacity: 1;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 12px;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.barra-accesibilidad-govco button {
  line-height: inherit;
}

.barra-accesibilidad-govco .icon-contraste {
  background: #004884;
  width: 48px;
  height: 40px;
  border: none;
  outline: none;
  text-decoration: none;
}

.barra-accesibilidad-govco .icon-contraste::after {
  background: #fff;
  content: "\e803";
  font-family: "govco-font";
  height: 24px;
  width: 24px;
  color: #004884;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.barra-accesibilidad-govco #titlecontraste {
  text-align: left;
  position: absolute;
  background: #3366CC;
  color: #fff;
  line-height: normal !important;
  font-size: 14px;
  margin-top: -8px;
  opacity: 0;
  width: 172px;
  height: 40px;
  border-radius: 10px 0px 0px 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.barra-accesibilidad-govco button:hover #titlecontraste {
  opacity: 1;
  visibility: visible;
  margin-left: -135px;
}

.icon-contraste:hover::after {
  background: #fff;
  content: "\e803";
  font-family: "govco-font";
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.icon-contraste:focus #titlecontraste {
  opacity: 1;
  line-height: normal !important;
  visibility: visible;
  margin-left: -136px;
  outline: 2px solid #000;
  outline-offset: 2px;
}

.icon-contraste:focus::after {
  background: #fff;
  content: "\e803";
  font-family: "govco-font";
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.barra-accesibilidad-govco .icon-reducir {
  background: #004884;
  text-align: center;
  width: 48px;
  height: 40px;
  border: none;
  outline: none;
  text-decoration: none;
}

.barra-accesibilidad-govco .icon-reducir::after {
  background: #fff;
  content: "\ec2a";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #004884;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.barra-accesibilidad-govco #titledisminuir {
  text-align: left;
  position: absolute;
  background: #3366CC;
  color: #fff;
  line-height: normal !important;
  font-size: 14px;
  margin-top: -8px;
  opacity: 0;
  width: 172px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.barra-accesibilidad-govco button:hover #titledisminuir {
  opacity: 1;
  visibility: visible;
  margin-left: -135px;
}

.icon-reducir:hover::after {
  background: #fff;
  content: "\ec2a";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.icon-reducir:focus #titledisminuir {
  opacity: 1;
  line-height: normal !important;
  visibility: visible;
  margin-left: -136px;
  outline: 2px solid #000;
  outline-offset: 2px;
}

.icon-reducir:focus::after {
  background: #fff;
  content: "\ec2a";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.barra-accesibilidad-govco .icon-aumentar {
  background: #004884;
  text-align: center;
  width: 48px;
  height: 40px;
  border: none;
  outline: none;
  text-decoration: none;
}

.barra-accesibilidad-govco .icon-aumentar::after {
  background: #fff;
  content: "\ec29";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #004884;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.barra-accesibilidad-govco #titleaumentar {
  text-align: left;
  position: absolute;
  background: #3366CC;
  color: #fff;
  line-height: normal !important;
  font-size: 14px;
  margin-top: -8px;
  opacity: 0;
  width: 172px;
  height: 40px;
  border-radius: 10px 0 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
}

.barra-accesibilidad-govco button:hover #titleaumentar {
  opacity: 1;
  visibility: visible;
  margin-left: -135px;
}

.icon-aumentar:hover::after {
  background: #fff;
  content: "\ec29";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.icon-aumentar:focus #titleaumentar {
  opacity: 1;
  line-height: normal !important;
  visibility: visible;
  margin-left: -136px;
  outline: 2px solid #000;
  outline-offset: 2px;
}

.icon-aumentar:focus::after {
  background: #fff;
  content: "\ec29";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.active-barra-accesibilidad-govco {
  background-color: #3366CC !important;
}

.active-barra-accesibilidad-govco.icon-aumentar::after {
  background: #fff;
  content: "\ec29";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.active-barra-accesibilidad-govco.icon-reducir::after {
  background: #fff;
  content: "\ec2a";
  font-family: "govco-font";
  line-height: 0;
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.active-barra-accesibilidad-govco.icon-contraste::after {
  background: #fff;
  content: "\e803";
  font-family: "govco-font";
  height: 24px;
  width: 24px;
  color: #3366CC;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 5px;
  opacity: 1;
  position: relative;
}

.modo_oscuro-govco {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.modo_oscuro-govco .titulo-barra-accesibilidad {
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  margin: 0px;
}

.modo_oscuro-govco .descripcion-barra-accesibilidad {
  font-size: 16px;
  margin: 0px;
}

.modo_claro-govco {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
}

.modo_claro-govco .titulo-barra-accesibilidad {
  color: #000;
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  margin: 0px;
}

.modo_claro-govco .descripcion-barra-accesibilidad {
  color: #4B4B4B;
  font-size: 16px;
  margin: 0px;
}

/*FOOTER*/
.govco-co {
  height: 48px;
  margin-top: 24px;
  display: inline-block;
  content: url(https://cdn.www.gov.co/v4/assets/images/logo-colombia.svg);
}

.govco-separator {
  border-left: 1px solid #e5eefb;
  opacity: 1px;
  height: 44px;
  margin-left: 10px;
  margin-right: 5px;
  display: inline-block;
}

.govco-logo {
  height: 30px;
  display: inline-block;
  content: url(https://cdn.www.gov.co/v4/assets/images/logo.svg);
  vertical-align: super;
}

.govco-footer-logo {
  height: 96px;
  background-color: #3366cc;
  width: 100%;
}

.govco-data-front {
  width: calc(100% - 40px);
  margin-left: 20px !important;
  -webkit-box-shadow: 50px 30px 0px -30px #e6effd, -50px 30px 0px -30px #e6effd, 0px 20px 0px 0px #e6effd, 50px 50px 0px -30px #e6effd, -50px 50px 0px -30px #e6effd;
  box-shadow: 50px 30px 0px -30px #e6effd, -50px 30px 0px -30px #e6effd, 0px 20px 0px 0px #e6effd, 50px 50px 0px -30px #e6effd, -50px 50px 0px -30px #e6effd;
  top: 0;
  border: 2px solid #e5eefb;
  border-radius: 10px;
  opacity: 1;
}

.govco-text-header-1 {
  color: #3366cc;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
}

.govco-text-header-2 {
  color: #3366cc;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.govco-text-header-3 {
  color: #3366cc;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0 !important;
}

.govco-logo-container {
  margin-left: 80px !important;
}

.govco-link-modal {
  color: #3366cc;
  margin-right: 30px !important;
  text-decoration: underline;
}

.icon::before {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
  margin-right: 10px !important;
  margin-left: 5px !important;
  vertical-align: text-top !important;
  color: #3366cc;
}

.govco-iconContainer {
  display: inline-block !important;
  width: auto !important;
}

.govco-links-container {
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.govco-footer-text {
  margin-top: 50px !important;
  margin-left: 80px !important;
}

.govco-texto-sedes,
.govco-network {
  padding: unset !important;
}

.govco-network,
.govco-listado-sedes {
  margin-top: 30px !important;
}

.govco-sedes {
  margin-top: 20px !important;
}

.govco-logo-div-a {
  text-align: center !important;
}

.govco-links-directorio {
  margin-top: 20px !important;
}

.govco-link-container {
  display: inline-block;
  width: auto !important;
}

.govco-mostrar {
  display: none !important;
}

.govco-nombre-entidad {
  margin-bottom: 0px !important;
}

@media (max-width: 991px) {
  .govco-sedes {
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 5px !important;
  }
  .govco-sede-info {
    margin-left: 0 !important;
  }
  .govco-text-header-1 {
    margin-left: 15px !important;
  }
  .govco-logo-entidad {
    height: 65px;
  }
  .govco-footer-text {
    margin: 0 !important;
    margin-top: 50px !important;
  }
  .govco-nombre-entidad {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .govco-logo-div-a {
    margin-left: 0 !important;
  }
  .govco-texto-sedes,
  .govco-links-directorio,
  .govco-listado-sedes,
  .govco-links-container {
    margin-left: 15px !important;
    margin-top: 20px !important;
  }
  .govco-texto-sedes,
  .govco-network {
    padding: unset !important;
  }
  .govco-iconContainer {
    margin-top: 20px !important;
    display: block !important;
    width: 100% !important;
  }
  .govco-network {
    margin-left: 15px !important;
    margin-top: 10px !important;
  }
  .govco-text-header-3 {
    margin-top: 20px !important;
  }
  .govco-link-container {
    display: block !important;
    width: 100% !important;
  }
  .govco-mostrar {
    display: unset !important;
  }
  .govco-logo-container {
    text-align: center !important;
    margin-left: unset !important;
  }
  .govco-texto-sedes {
    padding-right: 20px !important;
  }
}
footer {
  background-color: #3a4b65;
  background-image: url(../img/bg-stars.svg);
}

.footer-em {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.footer-em .textos-footer {
  font-size: 0.9rem;
  color: #ffffff;
  padding: 10px;
}
.footer-em .textos-footer a {
  text-decoration: none;
  color: #ffffff;
}

.p_footer-p {
  font-size: 0.9rem;
  margin: 0px;
}

main {
  background-image: url(../img/bg-stars.svg);
  background-color: #ffffff;
}

.capa-up {
  background-image: url(../img/bg-stars.svg);
}

.region-content {
  padding: 10px;
}

.node__meta {
  font-size: 0.8rem;
  font-family: "Mulish";
}

.node--type-tip-maestro, .node--type-curso-virtual {
  border-right: solid #e4e4e4 0.01rem;
  border-left: solid #e4e4e4 0.01rem;
  padding: 10px;
  -webkit-box-shadow: 3px 0px 10px 0px #e4e4e4;
          box-shadow: 3px 0px 10px 0px #e4e4e4;
}
.node--type-tip-maestro .field, .node--type-curso-virtual .field {
  margin: 2px;
  padding: 5px;
  background-color: #ffffff;
}
.node--type-tip-maestro .field--name-field-image, .node--type-curso-virtual .field--name-field-image {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.node--type-tip-maestro .field--name-field-image img, .node--type-curso-virtual .field--name-field-image img {
  border: solid 5px #89c33f;
}
.node--type-tip-maestro .field--name-body, .node--type-curso-virtual .field--name-body {
  font-family: "Mulish";
  background-color: #ffffff;
}
.node--type-tip-maestro .field--name-body p, .node--type-curso-virtual .field--name-body p {
  font-size: 1.2rem;
  padding: 2px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.node--type-tip-maestro .field--name-body ul, .node--type-curso-virtual .field--name-body ul {
  font-size: 1.2rem;
  margin-left: 20px;
}
.node--type-tip-maestro .field--name-body iframe, .node--type-curso-virtual .field--name-body iframe {
  width: 100%;
}
.node--type-tip-maestro .field--name-field-audio, .node--type-curso-virtual .field--name-field-audio {
  text-align: center;
}
.node--type-tip-maestro .field--name-field-video, .node--type-curso-virtual .field--name-field-video {
  width: 100%;
}
.node--type-tip-maestro .field--name-field-video iframe, .node--type-curso-virtual .field--name-field-video iframe {
  width: 100%;
  height: 200px;
}

.resaltado-1 {
  background-color: rgba(137, 195, 63, 0.2705882353);
  width: 100%;
  border-radius: 10px;
  padding: 30px;
  margin: auto;
  color: #282e3b;
}

.contendos-recuadros-page {
  display: block;
}

.encabezado-node {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  color: #3a4b65;
  background: #ffffff;
}

.node-content-home .node__content p {
  background: rgb(255, 255, 255);
  padding: 5px;
}

@media (min-width: 768px) {
  .node--type-tip-maestro .field--name-field-image {
    width: 100%;
    margin: 10px auto;
    text-align: center;
    padding: 20px;
  }
  .node--type-tip-maestro .field--name-field-image img {
    border: solid 5px #89c33f;
  }
  .node--type-tip-maestro .field--name-field-video {
    width: 50%;
    margin: 10px auto;
  }
  .node--type-tip-maestro .field--name-field-video iframe {
    width: 100%;
    height: 420px;
  }
  .node--type-tip-maestro .field--name-body {
    font-family: "Mulish";
    background-color: #ffffff;
  }
  .node--type-tip-maestro .field--name-body p {
    font-size: 1.2rem;
    padding: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .node--type-tip-maestro .field--name-body iframe {
    width: 80%;
    height: 420px;
    margin: auto;
  }
  .contendos-recuadros-page {
    width: 100%;
  }
  .contendos-recuadros-page .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contendos-recuadros-page .view-content .views-row {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin: 7px;
  }
  .contendos-recuadros-page .view-content .views-row .contendido-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    background-color: #3a4b65;
    color: #89c33f;
    padding: 5px;
  }
  .contendos-recuadros-page .view-content .views-row .contendido-title a {
    text-decoration: none;
    color: #89c33f;
  }
  .contendos-recuadros-page .view-content .views-row .contenido-container .contenedor-datos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
  }
}/*# sourceMappingURL=theme.css.map */