/*!
Theme Name: Paralogy
Theme URI: http://underscores.me/
Author: Willy Fernandes
Author URI: https://crowlab.studio
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: paralogy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Paralogy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.banner-image {
    width: 100%; height: calc(100vh - 165px);
    opacity: 1;
}


.scroll-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: background 0.3s, transform 0.2s;
}

.scroll-to-top:hover {
  background-color: #444;
  transform: scale(1.05);
}

.scroll-to-top svg {
  display: block;
}

#sobrenos {
  background-image:
    url('_assets/images/cicles.png'),
    url('_assets/images/star.png');
  background-repeat: no-repeat, no-repeat;
  background-position: top -120px right -120px, bottom 0 left -120px;
  background-size: 612px, 612px;
}


/* --- Estilo mínimo para conteúdo de posts (.content) --- */
.content {
    line-height: 1.7;
}

/* Parágrafos */
.content p {
    margin-bottom: 1.5rem;
}

/* Headings */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

/* Imagens */
.content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
}

/* Figcaption */
.content figure {
    margin: 2rem 0;
}
.content figcaption {
    font-size: 0.85rem;
    opacity: 0.8;
    text-align: center;
    margin-top: 0.5rem;
}

/* Listas */
.content ul,
.content ol {
    margin: 1.5rem 0 1.5rem 2rem;
    padding-left: 1rem;
}
.content li {
    margin-bottom: 0.5rem;
}



/* Links */
.content a {
    text-decoration: underline;
}

/* Vídeos incorporados */
.content iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 2rem auto;
}


/* ----------------------------------------------
   Ajuste de imagens inseridas pelo WordPress
   ---------------------------------------------- */

/* Centralizar imagens com aligncenter */
.content img.aligncenter,
.content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Float left */
.content img.alignleft,
.content .alignleft {
    float: left;
    margin: 0 1.5rem 1rem 0;
}

/* Float right */
.content img.alignright,
.content .alignright {
    float: right;
    margin: 0 0 1rem 1.5rem;
}

/* Captions */
.content .wp-caption {
    max-width: 100%;
    text-align: center;
    margin: 2rem;
}

.content .wp-caption img {
    margin: 0 auto;
    display: block;
}

.content .wp-caption-text {
    font-size: 0.85rem;
    opacity: 0.85;
    margin-top: 0.35rem;
}


.content blockquote {
    margin: 0 !important;
    padding:0 1.5rem 1.5rem;
}

.content blockquote p:last-child {
    margin-bottom: 0;
}

/* Responsividade: imagens com alignleft/right viram centralizadas no mobile */
@media (max-width: 768px) {
    .content img.alignleft,
    .content img.alignright,
    .content .alignleft,
    .content .alignright {
        float: none;
        margin: 1.5rem auto;
        display: block;
    }
}
