section.title h1 {
    font-size: 2.4rem;
}

@media print {
    header {
      display:none !important;
        height: 0px !important;
      position: absolute !important;
    }

    footer.blue{
      background-color:white !important;
      display: none !important;
    }

    body {
      background-color: white !important;
    }

    .whatsapp-button {
      display: none !important;
    }

    .hashtag-style {
      display:none !important;
        height: 0px !important;
      position: absolute !important;
      visibility: hidden !important;

    }

    #printable, #printable * {
      visibility: visible;
    }
    #printable {
      position: fixed;
      left: 0;
      top: 0;
    }

    .kThumbnailsWrapper {
        display: none !important;
    }
    .kSlideshowTitle {
        display: none !important;
    }

    #printscreen {
        display: none !important;
    }

    .more-posts {
        display: none!important;
        visibility: hidden !important;
    }

    .col.titles {
        margin-top: 120px !important;
        position: relative !important;
    }
    .kSlideshowNext, .kSlideshowPrev {
        display: none!important;
    }
  }

.more-posts {
    margin: 3.2rem 0;
}

.top-section {
    margin-bottom: 3.2rem;
}

.post-content h2 {
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 1.2rem;
}

.post-content i, .post-content svg {
    color: var(--color-three);
}

.post-content .carousel img {
    width: 100%;
}


.post {
    text-decoration: none;
}

.post .info {
    margin-top: 1rem;
}

.post .info > * {
    margin: 0;
    color: white;
}

.post .info h3 {
    font-weight: 600;
    transition: 0.3s;

    position: relative;
}

.post:hover h3 {
    color: var(--color-three-gradient);
}

.post .info h3::after {
    content: "";
    width: 0;
    position: absolute;
    background-color: var(--color-three);
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
}

.post:hover h3::after {
    width: 100%;
}

.post .image img {
    width: 100%;
}

.more-posts h3 {
    margin-bottom: 1rem;
}

.more-posts h3:first-child{
    font-family: "Lato", sans-serif !important;
    color: #009dfe;
    margin-bottom: 2rem;
    font-weight: 1000;
}   

p.content.texto p {
    color: black !important;
}


.titles h6,
.titles p,
div.content.texto a {
    color: black !important;
}

.titles p {
    margin-bottom: 0.3rem !important;
}

.titles p:last-child {
    margin-bottom: 1rem !important;
}

.titles svg {
    color: #009dfe !important;
}


/* Imgs */
.galeria {
    top: -6rem;
}


section.content-section {
    background-color: white !important;
}
.container-lg.section-ending {
    padding-bottom: 10rem;
}

div.container-lg.section-limited {
    max-width: 800px;
}

h2.black-text {
    color: #272727;
    font-weight: 800;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
}