@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Marcellus+SC&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.goldengradient {
  background: rgb(245, 228, 174);
  background: linear-gradient(90deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
}

.v-goldengradient {
  background: rgb(245, 228, 174);
  background: linear-gradient(0deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
}

/*
.open-sans-normal {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.marcellus-regular {
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

.marcellus-sc-regular {
    font-family: "Marcellus SC", serif;
    font-weight: 400;
    font-style: normal;
  }
*/
nav.navbar {
  display: block;
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 99;
}
@media all and (max-width: 1399px) {
  nav.navbar {
    padding: 0 0;
  }
}
nav.navbar .goldengradient {
  width: 100%;
  padding: 0 0 4px 0;
}
nav.navbar .goldengradient .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 32px;
  width: 100%;
  min-height: 85px;
  background: rgb(255, 255, 255);
}
nav.navbar .goldengradient .inner a.logo {
  height: 85px;
  display: flex;
  align-items: center;
}
nav.navbar .goldengradient .inner a.logo.mobile {
  display: none;
}
nav.navbar .goldengradient .inner a.logo.desk {
  display: flex;
  align-items: center;
}
nav.navbar .goldengradient .inner a.logo.desk #logo {
  width: 280px;
}
@media all and (max-width: 450px) {
  nav.navbar .goldengradient .inner a.logo.desk #logo {
    width: 240px;
  }
}
@media all and (max-width: 4380px) {
  nav.navbar .goldengradient .inner a.logo.desk #logo {
    width: 100%;
  }
}
@media all and (max-width: 379px) {
  nav.navbar .goldengradient .inner a.logo.mobile {
    display: flex;
    align-items: center;
    height: 80px;
  }
  nav.navbar .goldengradient .inner a.logo.desk {
    display: none;
  }
}
nav.navbar .goldengradient .inner .navbar-collapse {
  flex-grow: revert;
}
nav.navbar .goldengradient .inner ul li {
  display: inline-block;
  margin-left: 8px;
}
nav.navbar .goldengradient .inner ul li:last-child {
  margin: 0;
}
@media all and (max-width: 1399px) {
  nav.navbar .goldengradient .inner ul li {
    margin-left: 0;
  }
}
nav.navbar .goldengradient .inner ul li a.nav-link, nav.navbar .goldengradient .inner ul li .nav-link.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #273A78;
  text-transform: uppercase;
  padding: 4px 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
nav.navbar .goldengradient .inner ul li a.nav-link:hover, nav.navbar .goldengradient .inner ul li .nav-link.nav-link:hover {
  background: rgba(0, 0, 0, 0.02);
}
@media all and (max-width: 1399px) {
  nav.navbar .goldengradient .inner ul li a.nav-link, nav.navbar .goldengradient .inner ul li .nav-link.nav-link {
    padding: 12px 8px;
  }
}
@media all and (max-width: 450px) {
  nav.navbar .goldengradient .inner {
    padding: 0 12px;
  }
}
nav.navbar .navbar-toggler {
  border: none;
  padding: 0;
}

#hero {
  height: 100vh;
  width: 100%;
  background: grey;
  position: relative;
  overflow: hidden;
}
#hero .title {
  position: relative;
  z-index: 3;
  color: white;
  top: 50%;
  width: 100%;
  text-align: left;
  margin-top: -50px;
  max-width: 600px;
  left: 200px;
}
#hero video {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 1;
}
#hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0.4;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  #hero .title {
    left: 64px;
    width: calc(100% - 128px);
    right: 64px;
  }
}
@media all and (max-width: 800px) {
  #hero .title {
    top: 300px;
  }
}

#highlights, #labor {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 12px;
  padding: 64px 0;
}
#highlights .h-2, #labor .h-2 {
  margin: 0;
  grid-column: span 3;
}
#highlights .col, #labor .col {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 64px 72px;
}
#highlights .col.bgprimary, #labor .col.bgprimary {
  background-color: #273A78;
}
#highlights .col.bgprimary .title, #labor .col.bgprimary .title {
  color: white;
}
#highlights .col.bgprimary p, #labor .col.bgprimary p {
  color: white;
}
#highlights .col.bg-third, #labor .col.bg-third {
  background-color: #E4D9B4;
}
#highlights .col div .title, #labor .col div .title {
  font-family: "Marcellus SC", serif;
  font-size: 2.5rem;
  line-height: 3rem;
}
#highlights .col div p, #labor .col div p {
  max-width: 500px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
#highlights .col.col1, #highlights .col.col3, #labor .col.col1, #labor .col.col3 {
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -ms-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
}
#highlights .col.col2, #highlights .col.col4, #labor .col.col2, #labor .col.col4 {
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -ms-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
}
#highlights .col.col1, #highlights .col.col4, #labor .col.col1, #labor .col.col4 {
  background-color: #efefef;
}
#highlights .col.col4, #labor .col.col4 {
  background: #efefef url(../img/ministro-tractor.jpg) no-repeat scroll 100% 0;
  background-size: auto 100%;
  position: relative;
}
#highlights .col.col4.work, #labor .col.col4.work {
  background: #efefef url(../img/labor-labibliaesclarecida.jpg) no-repeat scroll 100% 50%;
  background-size: 60%;
  position: relative;
}
#highlights .col.col4.work .gradient, #labor .col.col4.work .gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(239, 239, 239);
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 40%, rgba(239, 239, 239, 0) 90%);
  z-index: 1;
}
#highlights .col.col4 div, #labor .col.col4 div {
  z-index: 2;
}
#highlights .col.col4 div .title, #labor .col.col4 div .title {
  position: relative;
}
#highlights .col.col4 .gradient, #labor .col.col4 .gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(239, 239, 239);
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 50%, rgba(239, 239, 239, 0) 80%);
  z-index: 1;
}
#highlights .col.col1, #labor .col.col1 {
  background: #efefef url(../img/band2.jpg) no-repeat scroll 120% 50%;
  background-size: 80% auto;
  position: relative;
}
#highlights .col.col1 div, #labor .col.col1 div {
  z-index: 2;
}
#highlights .col.col1 div .title, #labor .col.col1 div .title {
  position: relative;
}
#highlights .col.col1 .gradient, #labor .col.col1 .gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(239, 239, 239);
  background: linear-gradient(90deg, rgb(239, 239, 239) 0%, rgb(239, 239, 239) 50%, rgba(239, 239, 239, 0) 80%);
  z-index: 1;
}
#highlights .col-big, #labor .col-big {
  grid-column: span 2;
}
@media all and (max-width: 1200px) {
  #highlights .col-big, #labor .col-big {
    grid-column: auto;
  }
}
#highlights .col-full, #labor .col-full {
  grid-column: span 3;
}
@media all and (max-width: 1200px) {
  #highlights .col-full, #labor .col-full {
    grid-column: auto;
  }
}
@media all and (max-width: 1200px) {
  #highlights, #labor {
    grid-template-columns: 1fr;
  }
  #highlights .col, #labor .col {
    min-height: auto;
  }
}
@media all and (max-width: 1000px) {
  #highlights .col.col1, #highlights .col.col4, #highlights .col.col4.work, #labor .col.col1, #labor .col.col4, #labor .col.col4.work {
    align-items: center;
    min-height: 440px;
    background-position: 50% 100%;
    background-size: cover;
    height: 500px;
    padding: 64px 72px;
  }
  #highlights .col.col1 .gradient, #highlights .col.col4 .gradient, #highlights .col.col4.work .gradient, #labor .col.col1 .gradient, #labor .col.col4 .gradient, #labor .col.col4.work .gradient {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(239, 239, 239, 0.8);
    z-index: 1;
  }
}
@media all and (max-width: 1000px) {
  #highlights .col div .title, #labor .col div .title {
    font-size: 2rem;
  }
}

#labor {
  grid-gap: 0;
}
#labor .btn-lbe.lbe-small {
  width: 135px;
  cursor: pointer;
}
#labor .col {
  min-height: 300px;
  padding: 64px 200px;
}

#homepage #news article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.news-list {
  max-width: 1360px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  width: 100%;
}
.news-list article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding: 0 48px;
}
.news-list article .top {
  width: 100%;
}
.news-list article .top figure {
  height: auto;
  max-height: 300px;
}
@media all and (max-width: 1200px) {
  .news-list article .top figure {
    max-height: inherit;
  }
}
.news-list article .top figure img {
  object-fit: cover;
  width: 100%;
  height: 250px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.news-list article .top .title {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 1.5rem;
}
.news-list article .top .resume {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.news-list article .btn-lbe {
  margin-bottom: 64px;
}
.news-list article::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background: rgb(245, 228, 174);
  background: linear-gradient(0deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
}
.news-list article:nth-child(3n)::after {
  background: none;
}
@media all and (max-width: 1200px) {
  .news-list {
    grid-template-columns: 1fr;
    max-width: 767px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .news-list article {
    padding-bottom: 2rem;
    padding: 64px 0;
  }
  .news-list article .top figure img {
    height: 100%;
  }
  .news-list article::after {
    top: inherit;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgb(245, 228, 174);
    background: linear-gradient(90deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
  }
}

.reflection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  padding-left: 64px;
  padding-right: 64px;
}
@media all and (max-width: 1400px) {
  .reflection-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media all and (max-width: 800px) {
  .reflection-grid {
    grid-template-columns: 1fr;
    padding-left: 32px;
    padding-right: 32px;
    gap: 32px;
  }
}
.reflection-grid .reflection-item {
  background: white;
  padding: 32px;
  border-radius: 8px;
}
.reflection-grid .reflection-item h2 {
  font-family: "Marcellus SC", serif;
  color: #273A78;
  font-size: 2rem;
  padding-bottom: 1rem;
}
.reflection-grid .reflection-item cite {
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  padding-left: 12px;
  display: block;
  border-left: 3px solid #cccccc;
}

.bookfont {
  font-weight: bold;
}

.inspiration-list {
  max-width: 800px;
}
.inspiration-list .inspiration-card {
  padding: 2.5rem 0;
  display: block;
  margin: 0;
  position: relative;
}
.inspiration-list .inspiration-card h2 {
  padding: 0 0 0.5rem 0;
  font-size: 1.1rem;
}
.inspiration-list .inspiration-card figure img {
  width: 100%;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.inspiration-list .inspiration-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  width: 100%;
  background: rgb(245, 228, 174);
  background: linear-gradient(90deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
}
.inspiration-list .inspiration-card:after:last-child {
  display: none;
}

.inspirationsbydate .monthdata {
  background-color: #E4D9B4;
}

.flowers {
  background: #f9f9f9 url(../img/deco-flowers.png) no-repeat scroll 100% 50%;
  background-size: auto 100%;
}
@media all and (max-width: 900px) {
  .flowers {
    background-position: 0% 50%;
  }
}

#mensaje {
  background: #f9f9f9 url(../img/top-mensaje-sky.jpg) no-repeat scroll 50% 0;
  background-size: cover;
}
#mensaje h1 {
  font-size: 3.5rem;
  padding: 2rem 0 1rem 0;
}
@media all and (max-width: 767px) {
  #mensaje h1 {
    font-size: 2.5rem;
  }
}
#mensaje .desc {
  font-weight: 600;
}
#mensaje .steps {
  padding-top: 3rem;
}
#mensaje .steps .step {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 56px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#mensaje .steps .step span {
  width: 48px;
  height: 48px;
  background-color: #273A78;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 2rem 0 0;
  position: relative;
}
#mensaje .steps .step span:before {
  content: "";
  width: 52px;
  height: 52px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: rgb(245, 228, 174);
  background: linear-gradient(90deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
}
#mensaje .steps .step .info {
  border-left: 3px solid #273A78;
  padding: 0 0 0 1rem;
  margin: 1rem 0 1rem 2rem;
  font-size: 1rem;
}

#new-content {
  display: block;
  background: #4b97c9;
}
#new-content .inn {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#new-content .inn .icon {
  width: 32px;
  height: 32px;
  display: block;
}
#new-content .inn p {
  font-family: "Marcellus", serif;
  font-size: 1.6rem;
  color: white;
  margin: 0;
  padding: 0 1rem;
}
#new-content .inn .btnnews {
  background: white;
  color: #4b97c9;
  padding: 0 16px;
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-transform: uppercase;
}
#new-content .inn .btnnews:hover {
  background: rgba(255, 255, 255, 0.9);
}
@media all and (max-width: 600px) {
  #new-content .inn p {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 600px) {
  #new-content .inn {
    flex-wrap: wrap;
  }
  #new-content .inn p {
    padding: 1rem;
  }
}

#newsletter {
  background: #273A78 url(../img/news.jpg) no-repeat scroll 100% 50%;
  background-size: 50%;
  margin-top: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
  min-height: 500px;
  position: relative;
}
#newsletter:after {
  content: "";
  position: absolute;
  background: rgba(39, 58, 120, 0.7);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#newsletter .inner {
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  padding: 0 32px;
}
#newsletter .inner h2.subtitle {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
}
#newsletter .inner p.title {
  font-family: "Marcellus SC", serif;
  font-size: 2rem;
  line-height: 2rem;
  color: white;
  max-width: 600px;
  padding-right: 32px;
  padding-bottom: 0;
}
#newsletter .inner p.title.second {
  font-family: "Marcellus", serif;
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  margin-top: 64px;
  line-height: 1.82rem;
}
#newsletter .inner p.description {
  font-size: 1rem;
  color: white;
}
#newsletter .inner p.description img {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#newsletter .inner p.description a {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  color: white;
}
#newsletter .inner p.description.second {
  padding-top: 8px;
}
#newsletter .inner p.description.second a {
  font-size: 1rem;
  padding-top: 8px;
}
#newsletter .inner p.thanks {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding-top: 1rem;
  font-size: 1rem;
  position: relative;
  z-index: 2;
}
#newsletter form {
  max-width: 440px;
  padding-top: 1rem;
}
#newsletter form .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-top: 16px;
}
#newsletter form .form-control::focus {
  background: none !important;
}
#newsletter form .btn-lbe {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  margin-top: 32px;
  letter-spacing: 0.05rem;
}
#newsletter form input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
}
#newsletter form .text-danger {
  color: #ff8a96 !important;
  font-size: 0.9rem;
  padding-top: 8px;
}
@media all and (max-width: 600px) {
  #newsletter {
    background-size: cover;
  }
  #newsletter:after {
    background: rgba(39, 58, 120, 0.9);
  }
}

.playlist {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 64px;
}
.playlist .track {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.5rem 0;
}
.playlist .track .tit {
  display: block;
  font-family: "Marcellus SC", serif;
  width: 100%;
  font-size: 1.5rem;
  padding-bottom: 12px;
  margin: 0;
}
.playlist .track .audio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.playlist .track .audio .info {
  border-left: 3px solid #273A78;
  padding: 0 0 0 1rem;
  margin: 1rem 0 1rem 2rem;
  font-size: 1rem;
}
@media all and (max-width: 980px) {
  .playlist .track .audio {
    flex-wrap: wrap;
  }
  .playlist .track .audio .info {
    margin: 1rem 0 1rem 0;
  }
}

#special .container-fluid {
  padding: 32px;
}
#special .container-fluid img {
  display: block;
  height: auto;
  border-radius: 8px;
}
#special .container-fluid img.mobile {
  display: none;
}
#special .container-fluid img.tablet {
  display: none;
}
#special .container-fluid img.desktop {
  display: block;
}
@media all and (max-width: 1024px) {
  #special .container-fluid img.mobile {
    display: none;
  }
  #special .container-fluid img.tablet {
    display: block;
  }
  #special .container-fluid img.desktop {
    display: none;
  }
}
@media all and (max-width: 564px) {
  #special .container-fluid img.mobile {
    display: block;
  }
  #special .container-fluid img.tablet {
    display: none;
  }
  #special .container-fluid img.desktop {
    display: none;
  }
}
@media all and (max-width: 380px) {
  #special .container-fluid {
    padding: 24px;
  }
}

#last-updates {
  padding-top: 64px;
  padding-bottom: 0px;
}
#last-updates .slick-prev:before, #last-updates .slick-next:before {
  font-size: 32px;
  color: #4b97c9;
}
#last-updates h2 {
  color: #273A78;
  font-family: "Marcellus SC", serif;
}
#last-updates p.date {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}
#last-updates #last-updates-galery {
  padding-top: 24px;
  padding-bottom: 12px;
}
#last-updates #last-updates-galery .last-item {
  padding-left: 12px;
  padding-right: 12px;
}
#last-updates .audiovisual {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0px;
  background-color: white;
  border: 1px solid #dfdfdf;
  padding: 6px;
  border-radius: 12px;
}
#last-updates .audiovisual .info {
  padding: 8px 16px;
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#last-updates .audiovisual .info .title {
  font-weight: 700;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}
#last-updates .audiovisual .info .title span {
  display: inline-block;
  margin-right: 8px;
}
#last-updates .audiovisual .info .title span img {
  width: 24px;
  display: block;
  position: relative;
  top: 5px;
}
#last-updates .audiovisual .picture {
  position: relative;
}
#last-updates .audiovisual .picture img {
  max-width: 250px;
  height: 140px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  position: relative;
  width: 100%;
}
#last-updates .audiovisual .btn-lbe.lbe-small {
  width: 115px;
  height: 32px;
  font-size: 0.8rem;
  align-self: flex-end;
}
@media all and (max-width: 996px) {
  #last-updates .audiovisual {
    display: block;
    grid-template-columns: 250px 1fr;
  }
  #last-updates .audiovisual .info {
    padding: 16px;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #last-updates .audiovisual .info .title {
    font-weight: 700;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 32px;
  }
  #last-updates .audiovisual .info .title span {
    display: inline-block;
    margin-right: 8px;
  }
  #last-updates .audiovisual .info .title span img {
    width: 24px;
    display: block;
    position: relative;
    top: 5px;
  }
  #last-updates .audiovisual .picture {
    position: relative;
  }
  #last-updates .audiovisual .picture img {
    max-width: 100%;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a, a:hover {
  color: #101010;
  text-decoration: none;
}

h1 {
  font-family: "Marcellus SC", serif;
  font-size: 4rem;
  line-height: 4rem;
}

/*
efefefewf
effewfwf
*/
html, body {
  padding: 0;
  margin: 0;
}

body {
  background-color: #3490dc;
  font-size: 20px;
  background-color: #f9f9f9;
}
body.sky, body.play {
  background: #f9f9f9 url(../img/top-mensaje-sky.jpg) no-repeat scroll 50% 0;
  background-size: 100%;
}
body.old {
  background: #f9f9f9 url(../img/top-old.jpg) no-repeat scroll 50% 0;
  background-size: 100%;
}
body p, body h1, body h2, body h3 {
  color: #101010;
}

.breadcrum {
  margin: 0 32px;
  position: absolute;
}
.breadcrum li {
  display: inline-block;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}

blockquote {
  font-size: 2rem;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem 0;
}

section h2 {
  font-family: "Marcellus SC", serif;
  font-size: 2rem;
}

#news {
  padding: 64px 0;
}
#news .name {
  display: block;
  text-align: center;
}
#news .news-list {
  padding-top: 64px;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
}
@media all and (max-width: 1200px) {
  #news .news-list {
    grid-template-columns: 1fr;
    max-width: 767px;
  }
}

#tags span {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #333333;
  margin-right: 12px;
  border-radius: 32px;
}

.caption {
  color: #333333;
  padding: 1rem;
  font-size: 0.9rem;
}

main {
  padding-top: 140px;
  padding-bottom: 0px;
}
main.justtop {
  padding-top: 85px;
}

cite {
  font-style: normal;
}

#introsection {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.btn-lbe {
  background-color: #273A78;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  height: 48px;
}
.btn-lbe .icon {
  display: block;
  width: 20px;
  height: 20px;
  color: white;
}
.btn-lbe .icon._l {
  margin-right: 12px;
}
.btn-lbe .icon._r {
  margin-left: 12px;
}
.btn-lbe.lbe-line {
  border: 1px solid #273A78;
  color: #273A78;
  background: none;
}
.btn-lbe.lbe-line.diapo {
  border: 1px solid white;
  color: white;
  transition: all ease 0.5s;
}
.btn-lbe.lbe-line.diapo:hover {
  background: rgba(255, 255, 255, 0.1);
}
.btn-lbe.lbe-line .icon {
  color: #273A78;
}
.btn-lbe.lbe-line:hover {
  background: rgba(39, 58, 120, 0.1);
}
.btn-lbe.lbe-small {
  width: auto;
}

iframe {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.h-2 {
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
  display: block;
}

h1.title {
  font-size: 3.2rem;
  padding: 3.2rem 32px 3.2rem 32px;
  margin: 0;
  text-align: center;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}
@media all and (max-width: 800px) {
  h1.title {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}

@media all and (max-width: 639px) {
  .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

footer {
  background-color: white;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer p.credit {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  text-align: center;
  display: block;
}
footer::after {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  background: rgb(245, 228, 174);
  background: linear-gradient(90deg, rgb(245, 228, 174) 0%, rgb(255, 233, 167) 17%, rgb(211, 183, 100) 33%, rgb(241, 224, 155) 50%, rgb(245, 228, 174) 67%, rgb(211, 183, 100) 81%, rgb(243, 225, 169) 100%);
}

/*# sourceMappingURL=lbe.css.map */
