/*
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: 16px;
    /* 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;
}

.gradient-roxo {
    background: linear-gradient(90deg, #8800C1 0%, #5700FF 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gradient-magenta {
	background: linear-gradient(90deg, #8800C1 0%, #FF035C 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.gradient-azul {
	background: linear-gradient(90deg, #2A69F4 0%, #40BDC2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.gradient-azul-medio {
	background: linear-gradient(90deg, #2A69F4 0%, #40BDC2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.gradient-verde {
    background: linear-gradient(90deg, #40BDC2 0%, #4FE0B5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.btn-primary {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	padding: 10px 40px;
	border-width: 0px !important;
	color: white;
	background: linear-gradient(90deg, #8800C1 0%, #FF035C 60%);
}

	.btn-primary:hover {
		background: linear-gradient(90deg, #FF035C 0%, #8800C1 60%);
		color: white;
	}

.form-control,
.form-select {
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 4px;
    border-color: #EDEDED;
    color: #242424;
    font-size: 16px;
    background-color: #FFFFFF;
}

label {
    font-size: 13px;
}

.intl-tel-input {
    width: 100%;
}

/*

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: #383838;
} 

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

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

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

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


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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px 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: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

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

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

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

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

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 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. */
}

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


.selos .e-gallery-image {
	background-repeat: no-repeat;
	background-size: contain;
}


/* #logo-carousel .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 16/9;
  overflow: hidden;
}

*/

#logo-carousel {
    width: 85%;
    margin: 0 auto;
}

#logo-carousel .splide__slide {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 40px;
}

#logo-carousel .splide__slide__row {
    align-items: center;
}

#logo-carousel .splide__slide img {
    max-width: 110px;
    max-height: 110px;
    width: auto;
    height: auto;
    object-fit: contain;
} 

#logo-carousel .splide__arrow--prev {
    left: -60px; 
}

#logo-carousel .splide__arrow--next {
    right: -60px; 
}

#logo-carousel .splide__pagination__page.is-active {
    background-color: #4CE2ED;
}

#logo-carousel .splide__pagination {
    bottom: -20px;
}

#logo-carousel .splide__arrow {
    background-color: transparent;
}

    #logo-carousel .splide__arrow svg {
        width: 40px;
        height: 40px;
        fill: #4CE2ED;
    }


/* Container para o grid de logos 
.logos-carousel-section {
    width: 80%;
    margin: 0 auto;
}

.logos-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center; 
    justify-items: center;
    min-height: 330px;
}

.logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
}

.logo-item img {
    max-width: 100px; 
    max-height: 100px; 
    width: auto;
    height: auto;
    object-fit: contain; 
    display: block; 
}

.logos-carousel-section .splide__arrow--prev {
    left: -60px; 
}

.logos-carousel-section .splide__arrow--next {
    right: -60px; 
}

.logos-carousel-section .splide__pagination__page.is-active {
    background-color: #4CE2ED;
}

.logos-carousel-section .splide__pagination {
    bottom: -20px;
}


@media (max-width: 991px) {
    .logos-grid {
        grid-template-columns: repeat(4, 1fr);
       
    }
    .logo-item img {
        max-width: 110px;
        max-height: 110px;
    }
}

@media (max-width: 767px) {
    .logos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .logo-item img {
        max-width: 110px;
        max-height: 110px;
    }
}

@media (max-width: 480px) {
    .logos-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
    .logo-item img {
        max-width: 110px;
        max-height: 110px;
    }
}*/

.trp-flag-image {
	width: 26px;
}
