/*
Theme Name: hello.clean
Version: 1.0
Author: hello. digital - Leandro Guedes
Author URI: https://helloagdigital.com/
*/

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
  
*,
*::before,
*::after {
    box-sizing: border-box; /* 3 */
}

html,
body {
    font-size: 17px;
    /* background-color: white; */
}

body {
    font-optical-sizing: auto;
    /* font-size: 1rem; */
    /* line-height: 1.4em; */
    font-weight: 400;
}

a {
    text-decoration: none;
}


strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* line-height: 1.4em; */
    font-weight: 900;
}

.outline h1, .outline h2, .outline h3, .outline h4 {
    leading-trim: both;
    text-edge: cap;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
}

@media (min-width: 1200px) {
    .outline h1, .outline h2, .outline h3, .outline h4 {
        -webkit-text-stroke: 1px;
    }
}

.gradient {
    background: linear-gradient(90deg, #DB337A 0%, #B834AE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn-primary {
	background-color: #005355;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 40px;
	border-width: 0px !important;
    color: white;
}

.btn-primary:hover {
	background-color: white;
	color: #FF893D;
}

.btn-secondary {
 	background-color: #FED47A;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 8px 20px;
	border-width: 0px;
    color: #005355;
}

    .btn-secondary:hover {
        background-color: #005355;
        color: #FED47A;
    }


@media (min-width: 767px) {
    .btn-secondary {
        padding: 10px 40px;
        font-size: 15px;
    }

}

.btn-green {
    background-color: #76943F;
    color: white;
    padding: 8px 20px;
    font-weight: bold;
    font-size: .9em;
    border-radius: 4px;
}

    .btn-green:hover {
        background-color: #005355;
        color: white;
    }

.btn-link {
    background-color: #FF893D;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

    .btn-link:hover {
        background-color: #FF893D;
        border: 1px solid rgba(255, 255, 255, 0.3);
        opacity: .8;
        color: white;
    }

.form-control,
.form-select {
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 10px;
    border: 0px solid #FED47A;
    color: #005355;
    font-size: 15px;
    background-color: #FED47A;
}

.form-control-light {
    background-color: white;
    border: 1px solid #F1F1F1;
    
}

label {
    font-size: 13px;
}

.wpcf7-response-output {
	color: white !important;
}


.bg-light {
    background-color: #F1F1F1 !important;
}

/*

textarea.form-control {
    border-radius: 10px;
}


.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

*/
.form-control::placeholder {
    opacity: 1;
    color: #005355;
    text-transform: uppercase;
    font-weight: bold;
} 

.form-control:focus {
    opacity: 1;
    color: #242424;
}

.form-control:focus::placeholder {
    opacity: .5;
    color: #242424;
}

.form-control-light::placeholder {
    opacity: 1;
    color: #242424;
} 

textarea.form-control {
    height: 140px;
}

.elementor-widget-hello {
    width: 100%;
}

.wpcf7-acceptance {
    font-size: 15px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 50px auto;
}

@media (min-width: 767px) {
    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    a img.alignnone {
        margin: 5px 20px 20px 0;
    }

    a img.alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.wp-caption {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #F4DAA1;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 50px 50px 0;
}

.wp-caption.alignleft {
    margin: 5px 50px 50px 0;
}

.wp-caption.alignright {
    margin: 5px 0 50px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
    border-radius: 10px !important;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

blockquote{
  	font-size: 1.2em;
  	width:95%;
  	margin:50px auto;
  	padding:1.2em 30px 1.2em 75px;
  	border-left:8px solid #76943F;
  	line-height:1.4;
  	position: relative;
	background-color: #F4DAA133;
}

blockquote::before {
	font-family: serif;
  content: open-quote;
  color:#76943F;
  font-size:4em;
  position: absolute;
  left: 25px;
  top:-10px;
}

blockquote::after{
  content: '';
}

@media (min-width: 767px) {
	blockquote{
		width:60%;
	}
}

p:last-child {
    margin-bottom: 0;
}

.grecaptcha-badge {
	display: none;
}

.categories-wrapper h2 {
    font-size: 20px;
    font-weight: 500;
}

    .categories-wrapper h2 a {
        color: #FF893D;
    }

    .categories-wrapper ul li {
        font-size: 16px;
        color: #565758;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .categories-wrapper ul li a {
        color: #565758;
    }



/* Ciclos */
.elementor-flip-box__front {
    cursor: pointer;
}
.elementor-flip-box__back {
    background: rgba(38, 34, 97, 0.8);
    backdrop-filter: blur(8.75px);
}

/* Estado oculto com opacidade 0 */
.e-child.hidden {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.e-child.reveal {
  opacity: 1;
  pointer-events: auto;
}

.breadcrumb_last {
    color: #8CC63F;
}

.rt-reading-time {
    font-size: 14px;;
}

.rt-prefix {
    font-weight: 600;
}

/* Author Box */
.author-bio {
    font-size: .8em;
}

.author-name {
    font-size: .9em;
}

.book-author-list {
    color: #005355;
}

.splide__arrow svg {
    color: #FED47A;
    fill: #FED47A !important;
    height: .9em !important
}

.testimonials-section .splide__arrow {
    background-color: #76943F;
}

.testimonials-section .splide__arrow--prev {
    left: -70px;
}

.testimonials-section .splide__arrow--next {
    right: -70px; 
}
.testimonial-text {
    font-size: .9em;
}

/* Related Posts */

/* No seu arquivo CSS */
.related-posts-carousel-section .tag-wrapper {
    width: 100%; /* O wrapper ocupa a largura total do flex item */
}

.related-posts-carousel-section p.tag-label {
    display: inline-block; /* Faz o <p> se comportar como bloco, mas com largura de conteúdo */
    background-color: #668331;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 15px;
}

.related-posts-carousel-section .post-title, .related-posts-carousel-section .post-title a {
    font-size: 16px;
    font-weight: 600;
    color: white;
}

.related-posts-carousel-section .image-area {
    min-height: 250px; 
    overflow: hidden; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background-color: #FFF9E3;
}

.related-posts-carousel-section  .splide__arrow--prev {
    left: -70px;
}

.related-posts-carousel-section  .splide__arrow--next {
    right: -70px; 
}

.highlight-post {
    text-align: center;
}

.highlight-thumbnail img {
    border-radius: 4px !important;
}

.formkit-field {
	width: 60% !important;
	flex: none !important;

}

.formkit-submit {
	flex: none !important;
	border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.formkit-input {
	border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

@media (min-width: 767px) {
	.formkit-field {
		width: 75% !important;
	}
}

.elementor hr {
	border-top-color: #F4DAA1;
	margin: 50px 0 !important;
	opacity: 1;
}

iframe[src*="youtube.com/embed"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
}