<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text-size-1 {
  font-size: 20px;
  line-height: 27px
}

.text-size-2 {
  font-size: 14px;
  line-height: 24px
}

.text-size-3 {
  font-size: 14px;
  line-height: 24px
}

.text-size-4 {
  font-size: 14px;
  line-height: 24px
}

@media screen and (min-width: 768px) {
  .text-size-1 {
    font-size: 30px;
    line-height: 37px
  }
  .text-size-2 {
    font-size: 18px;
    line-height: 28px
  }
}

@media screen and (min-width: 1366px) {
  .text-size-1 {
    font-size: 32px;
    line-height: 42px
  }
  .text-size-2 {
    font-size: 20px;
    line-height: 30px
  }
  .text-size-3 {
    font-size: 16px;
    line-height: 26px
  }
}

.mb50 {
  margin-bottom: 50px
}

.mb80 {
  margin-bottom: 80px
}

.mb160 {
  margin-bottom: 160px
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

#main #banner {
  position: relative;
  padding-bottom: 66%;
}

#main #banner .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%
}

#main #banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-image: url(../images/banner_escritos_1920x650.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center
}

@media screen and (max-width: 1023px) {
  #main #banner .swiper-slide {
    background-image: url(../images/banner_escritos_768x540.png);
    background-position: center
  }
}

@media screen and (max-width: 660px) {
  #main #banner .swiper-slide {
    background-position: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  #main #banner .swiper-slide {
    background-position: center;
  }
}

/*#main #banner .swiper-slide:nth-child(1) {
  background-image: url(../images/banner-1.png);
}

#main #banner .swiper-slide:nth-child(2) {
  background-image: url(../images/banner2.png);
}

#main #banner .swiper-slide:nth-child(2) {
  background-image: url(../images/banner3.png);
}*/

#escritos {
  padding: 90px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2)
}

@media screen and (max-width: 767px) {
  #escritos {
    padding-top: 60px;
  }
}


@media screen and (max-width: 767px) {
  #escritos h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 75px
  }
  .mb50 {
    margin-bottom: 32px
  }
}

@media screen and (min-width: 660px) {
  #main #banner {
    height: 47vh;
    min-height: 500px;
    padding-bottom: initial
  }
}

@media screen and (min-width: 1024px) {
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  footer .button {
    width: 2.9em;
    height: 2.9em
  }
  footer [class^="icon-"]:before,
  footer [class*=" icon-"]:before {
    width: 2em;
    height: 2em;
    margin-left: 0.15em;
    font-size: 1.3em;
    line-height: 2.2em
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #main #banner {
    height: calc(100vh - 550px);
    min-height: 340px
  }
}

@media screen (min-width: 1301px) {
  #main #banner {
    height: calc(100vh - 570px);
    min-height: 400px
  }
}



/*-----------------------------------------------------------------*/

#escritos .escrito-intro {
  color: #4e4e4e;
  font-size: 18px;
  line-height: 35px;
}



#escritos .box-escrito {
  border: 1px solid #dcdbdb;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 40px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  transition: .5s border ease;
  margin-bottom: 25px;
}

#escritos .box-escrito:hover {
  border: 1px solid #c35d58;
  transition: .35s border ease;
}

#escritos .box-escrito .escrito-info h3 {
  color: #c35d58;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 31px;
}

#escritos .box-escrito .escrito-info p {
  color: gray;
}

#escritos .box-escrito .escrito-button p {
  color: #ff8976;
  font-size: 18px;
}

#escritos .box-escrito .escrito-button i {
  font-size: 50px;
  margin: 0;
  position: relative;
  top: 11px;
  left: 0px;
  transition: .35s margin-left ease;
}

#escritos .box-escrito:hover .escrito-button p i {
  margin-left: 15px;
  transition: .35s margin-left ease;
}


</pre></body></html>