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

/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap'); */

* {
    -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-family: "Outfit", sans-serif;
    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 {
    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: #E2241D;
    color: white;
    font-weight: 700;
    font-size: 14px;
    border-color: #E2241D;
    padding: 8px 25px;
}

    .btn-primary:hover {
        background-color: #1A3252;
    }

.btn-secondary {
    border-radius: 4px;
    background-color: #F4F4F4;
    color: #323232;
    border-color: transparent;
    font-weight: 700;
    font-size: .9em;
    padding: 10px 25px;
}

    .btn-secondary:hover {
        background-color: #F4F4F4;
        color: #D24D4C;
        opacity: 2;
        border-color: transparent;
    }


/*
.form-control,
.form-select {
    min-height: 50px;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #F7F7F7;
    color: var(--text);
    font-size: 15px;
    background-color: #F7F7F7;
}

label {
    font-size: 13px;
}

/*

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

/* .form-control:focus {
    opacity: 1;
    color: white;
} */

/* .form-control:focus::placeholder {
    opacity: 1;
    color: white;
} */

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. */
}


.elementor-accordion .elementor-accordion-item:first-of-type {
    display: none;
}

.breadcrumb_last {
    display: none;
}

/* Régua de Logos */
.logos img {
    max-height: 75px;
    width: auto;
}

    .logos h5 {
        font-size: 16px;
    }

.equipe .nomes {
    color: #636363;
    line-height: 30px;
}

.equipe h5  {
    font-size: 16px;
}

.listing h3 {
    font-family: "Cabinet Grotesk", Sans-serif;
}

.listing img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    max-height: 350px;
    border-radius: 10px !important;
}

.listing h4 {
    font-family: "Cabinet Grotesk", Sans-serif;
    font-size: 20px;
    color: #323232;
}

    .listing h4 a {
        color: #323232;
    }

#sb_instagram .sbi_photo img {
	border-radius: 10px;
}


.fotos img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    height: 150px !important;
    max-height: 150px;
}

@media (min-width: 767px) {
    .fotos img {
        height: 250px !important;
        max-height: 250px;
    }
}