/**** ----
CSS BASE FILE :: FOLLOWING THE ATOMIC DESIGN PRINCIPLES
theme name: TERASTUDIO MMXXIII
Author: TERASTUDIO team
Author URI: https://terastudio.pt/
Description: Responsive Wordpress theme, developed for your needs.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
developed for: Paulo Coelho
---- ****/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 6, 2024 */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --color-grey: #f5f5f5;
    --color-grey-dark: #707070;
    --color-gold: #aa854a;
    --f-main: "Nunito", sans-serif;
    --f-w-light: 600;
    --f-w-regular: 800;
    --f-w-medium: 900;
    scroll-behavior: smooth;
    --f-color: #000;
}
body,p {
    color: var(--f-color);
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--f-main);
    font-weight: var(--f-w-light);
    font-optical-sizing: auto;
    font-style: normal;
}

*,
*::before,
*::after {
    position: relative;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-grey-dark);
    font-weight: var(--f-w-regular);
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.33em;
}

strong {
    font-weight: var(--f-w-medium);
}

.lead {
    font-size: 1.2em;
}

.screen-readers-only {
    font-size: 0 !important;
    position: absolute !important;
}

.contact-list {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    list-style: none;
    padding: 0;
}

label {
    font-size: 0;
    position: absolute;
}

input,
textarea,
select {
    border: 1px solid var(--color-grey-dark);
    border-radius: 0;
    padding: 0.5rem 1rem;
    width: 100%;
}

select {
    color: rgb(128, 128, 128);
}

option:not(:first-of-type) {
    color: var(--color-grey-dark);
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: var(--color-grey-dark);
    font-size: 1em;
    font-family: var(--f-main);
}

input[type="submit"] {
    background-color: var(--color-gold);
    border-color: var(--color-gold);
    color: white;
    border-radius: 100px;
    margin-top: 5px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus-visible {
    background-color: transparent;
    color: var(--color-gold);
    outline: 2px;
}

input[type="submit"]:focus,
input[type="submit"]:focus-visible {
    border-width: 2px;
    outline: 0;
}

form select,
form input:not([type="submit"]) {
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

img+figcaption {
    margin-top: 1rem;
}

.grey-box {
    background-color: var(--color-grey);
    padding: 1rem;
    color: var(--color-grey-dark);
}

header {
    padding: 1rem;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
}

header h1 img {
    max-width: 300px;
}

main section {
    padding: 1rem;
    max-width: 1400px;
    margin-inline: auto;
}

main section+section {
    margin-top: 4rem;
}

#intro-block p,
#intro-block h1{
    text-align: left;
}

#intro-block {
    background-color: var(--color-grey);
    max-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: calc(78px + 4rem) 0 4rem 0;
}

#intro-block>div {
    width: 100%;
}

#intro-block .text-box {
    padding-inline: 1rem;
}

/* #intro-block h2 {
    text-transform: uppercase;
} */

#intro-block .text-box p {
    width: 100%;
    margin-inline: auto;
}

#offers {
    display: grid;
    gap: 2rem;
}

#offers img {
    width: 100%;
}

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    bottom: 50%;
}

.owl-nav button {
    width: 2rem;
    height: 2rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel-second .owl-nav button.owl-prev,
.owl-carousel-second .owl-nav button.owl-prev {
    background: white;
}

#portfolio .link-box {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
}

footer {
    margin-top: 4rem;
}

footer>div {
    background-color: #3CB4D2;
    padding: 2rem 1rem;
    color: white;
}

footer form {
    margin: 0;
}

footer textarea {
    margin-bottom: 1em;
}

footer a {
    color: white;
}

#credits {
    display: block;
    text-align: center;
    background-color: white;
}


@media screen and (min-width: 768px) {


    header {
        text-align: center;
    }

    header,
    main section {
        padding-inline: 2em;
    }

    main #intro-block+section {
        margin-top: 0;
    }

    #intro-block {
        flex-direction: row;
        gap: 2rem;
        /* background: linear-gradient(white, white), var(--color-grey); */
        background-size: 100% 100px, 100% 100%;
        background-position: bottom center, bottom center;
        background-repeat: no-repeat, repeat;
    }

    #intro-block img {
        margin-top: 100px;
    }

    #intro-block .text-box {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 0 clamp(0px, 3vw, 100px);
        gap: clamp(0.1rem, 3vw, 4rem);
    }

    #intro-block .text-box * {
        margin: 0;
    }

    #offers {
        grid-template-columns: repeat(3, 1fr);
    }

    footer>div {
        display: flex;
        flex-wrap: wrap;
    }

    footer>div>div {
        width: 50%;
        padding-inline: 1rem;
    }

    footer>div>div:first-child {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (orientation: portrait) {
    #intro-block {
        min-height: 50vh;
    }
}

@media screen and (min-width: 1024px) {
    section.img-destaque-footer {
        margin-bottom: -350px;
        z-index: 1;
        padding-bottom: 0px;
    }

    footer {
        background: linear-gradient(white, white), #3CB4D2;
        background-size: 75% 12.5em, 100%;
        background-repeat: no-repeat, repeat;
        background-position: top left;
    }

    footer>div:first-of-type {
        flex-wrap: nowrap;
        align-items: flex-end;
        gap: 2rem;
        background: none;
        padding-top: 0;
        max-width: 1400px;
        margin-inline: auto;
    }

    footer>div>div:first-child {
        width: auto;
        height: 180px;
        display: flex;
        align-items: center;
        padding-right: 1rem;
    }

    footer>div>div:first-child::after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: var(--color-grey-dark);
        position: absolute;
        right: -1rem;
    }

    footer #contact-form-block {
        background-color: #3CB4D2;
        border-top-left-radius: 60px;
        padding-inline: 2rem 1rem;
        padding-top: 1em;
    }

    #footerLogoDiv {
        padding-bottom: 7rem;
    }

    /* #footerContactsDiv {
        padding-bottom: 3.5rem;
    } */
}

@media screen and (min-width: 1200px) {
    footer #contact-form-block {
        padding-left: 4rem;
    }
}

@media screen and (min-width: 1920px) {
    :root {
        font-size: 1.25em;
    }

    #intro-block {
        min-height: 1200px;
    }

    footer #contact-form-block {
        padding-right: 0;
    }
}

.testemunhoImg {
    width: 220px !important;
    height: 220px !important;
    border-radius: 50%;
}


.row-full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 0;
    margin-top: 0;
    left: 50%;
}


.porfolioParent{
    margin-top: -10px;
    background-color: #57bce9;
}

#portfolioSecondRow{
    margin-top: 35px;
}

/* #portfolio figure{
    background-color: white;
} */

#portfolio figcaption,
#portfolio h2{
    color: white;
}

#testemunho p{
    text-align: center;
    margin: 35px 0;
    font-size:1.2rem;
    font-weight: 800;
}

#testemunho span{
    text-align: center;
    font-size:1.2rem;
    font-weight: 900;
}

#testemunho .row .text-center{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#testemunho .row{
    min-height: 80vh;
}

#testemunho{
    padding-top: 150px;
}

#testemunho svg {
    height: 100px;
}

#testemunho img {
    height: 100%;
    width: auto;
}


#testemunhos figcaption{
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    border-radius: 1000px;
    color: white;
}


.owl-nav span.material-symbols-outlined {
    line-height: 1.7;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin: 35px 0;
}

.owl-carousel button.owl-dot:not(.active) {
    background-color: white;
}

.owl-carousel button.owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
}

#footerContactsDiv img {
    /* position: absolute; */
    padding-top: 20px;
}
footer a img {
    max-height: 50px;
}

#testemunhosSlider figure{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#contact-form-block {
    z-index: 2;
}

.owl-nav span.material-symbols-outlined {
    line-height: 1.4;
    font-size: 18px;
    width: 16px;
}

span.wpcf7-form-control-wrap[data-name="acceptance-rgpd"],
span.wpcf7-form-control-wrap[data-name="acceptance-rgpd"] > span,
span.wpcf7-form-control-wrap[data-name="acceptance-rgpd"] >span >span,
span.wpcf7-form-control-wrap[data-name="acceptance-rgpd"] >span >span > label{
    width: 100%;
    display: flex;
}

span.wpcf7-form-control-wrap[data-name="acceptance-rgpd"] input{
    width: 25px;
    margin-bottom: 0px !important;
}

span.wpcf7-form-control-wrap[data-name="acceptance-rgpd"] span.wpcf7-list-item-label{
    font-size: 10px;
    color: white;
}

span.wpcf7-not-valid-tip {
    color: #002991;
    font-size: 12px;
    position: absolute;
    top: 29px;
    left: 16px;
}

main:not(#post-8){
    padding-top: 125px;
}

main:not(#post-8) .entry-content {
    padding-top: 90px;
}