body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
}

/*/////////////////////////////////*/
h1 {
    color: #333;
}

h2 {
    color: #37ad68;
    text-align: center;
}

p {
    margin-top: 9px;
    margin-bottom: 9px;
}

.text-slider {
    text-align: left;
    color: #fff;
    font-size: 40px;
}

.text-slider2 {
    text-align: left;
    color: #fff;
    font-size: 30px;
}

.text-slider-background {
    background-color: #37ad68;
    width: max-content;
    padding: 5px;
    font-weight: 400;
}

.covertext {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 800;
}

a:-webkit-any-link {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

/*/////////////////////////////////*/

/*//////////carrousel///////////*/
.carousel-container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.carousel {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*//////////end carrousel///////////*/

/*//////////container slider///////////*/

.slide-content {
    position: relative;
    bottom: 60%;
    left: 50px;
    color: #fff;
    width: 60%;
}

.slide-content h2 {
    margin: 0;
    font-size: 24px;
}

.slide-content p {
    margin: 5px 0 0;
    font-size: 16px;
}

.logo {

    display: flex;
    font-size: 14px;
    margin-top: 400px;
}

@media screen and (max-height: 920px) {
    .logo {

        display: flex;
        font-size: 14px;
        margin-top: 100px;
    }
}

.info {
    display: none;
}

/*//////////end container slider///////////*/

/*//////////header///////////*/

.lang a{
    color: #f9f9f9;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.5s ease;
}

.main-header.transparent {
    background-color: transparent;
}

.main-header solid {
    background-color: #37ad68;
}

header {
    background: transparent;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    transition: background 0.3s ease;
}

.scrolling {
    background: #37ad6891;
}

.logo-container img {
    max-height: 50px;
    padding-left: 20px;
}

.slogan-container {
    text-align: right;
    margin-right: 30px;
    margin-top: -30px;
    color: #f9f9f9;
}

.container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transparent {
    background-color: transparent;
    color: transparent;
}

@media screen and (max-width: 390px) {
    .logo-container img {
        max-height: 50px;
        padding-left: 0px;
    }

}

@media screen and (max-width: 730px) {

    #headerText {
        visibility: hidden;
    }
}

/*//////////end header///////////*/

/*////////////////---info + info-footer--///////////////*/
.marign-info {
    margin: 25px;
}

.coluna {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.linha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coluna-footer {
    flex: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.linha-footer {
    display: flex;
}

.conteudo {
    flex: 1;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}

.conteudo2 {
    flex: 1;
    box-sizing: border-box;
    text-align: left;
}

.conteudo2-footer {
    flex: 1;
    box-sizing: border-box;
    text-align: left;
    margin: 35px;
}

.imagem {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: -1px;
}

.imagem-footer {
    max-width: 530px;
    max-height: 100%;
    margin-bottom: -4px;
}

.texto {
    color: #333;
}

.texto2 {
    color: #333;
    text-align: center;
}

.coluna1 {
    align-items: flex-start;
    padding: 0px;
    background-color: #f0f0f0;
}

.coluna2 {
    align-items: flex-end;
    padding: 0px;
    background-color: #fff;
}

.button {
    background-color: #37ad68;
    border: none;
    color: white;
    margin-top: 12px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.button:hover {
    background-color: #37ad68c0;
    border: none;
    color: #fff;
    margin-top: 12px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.checkbox {
    margin: 12px 0 0 0;
}

#email {
    width: 100%;
    height: 30px;
    align-self: center;
}

.tex-footer {
    font-size: 16px;
}

.foto {
    width: 100%;
    height: 100%;
    background-image: url("assets/img/slide1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/*////////////////---end info--///////////////*/

/*////////////////---cover image--///////////////*/
.cover-image {
    position: relative;
    width: 100vw;
    height: 600px;
    overflow: hidden;
}

.cover-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: 20%;
    transform: translateY(-50%);
}

.cover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.cover-text h1 {
    font-size: 2.5em;
    margin: 0;
}

.cover-text p {
    font-size: 1.2em;
}

.decor {
    text-align: center;
    padding: 20px;
    background: #fff;
    /* Cor de fundo da div */
}

/*////////////////---end cover image--///////////////*/


/*////////////////---media--///////////////*/
@media screen and (min-width: 1601px) {
    .colmax {
        display: none;
    }
}

@media screen and (max-width: 1601px) {
    .colmin {
        display: none;
    }
}

@media screen and (max-height: 1265px) {
    .slide-content {
        position: relative;
        bottom: 85%;
        left: 20px;
        color: #fff;
        width: 80%;
    }
}



/*////////////////---media--///////////////*/

/*////////////////---SOCIAL--///////////////*/
.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;
    align-items: left;
    height: 50px;
}

.social-icons li {
    margin: 0 15px 0 0;
}

.social-icons a {
    text-decoration: none;
    color: #37ad68;
    font-size: 20px;
}

.social-icons a :hover {
    color: #37ad68c0;
}

.social-icons i {
    display: inline-block;
    margin-right: 5px;
}

/*///////////////////////////////*/


/*///////////////swipper container////////////////*/
.swiper-container {
    position: relative;
    width: 20%;
    margin-bottom: 30px;
}

.swiper-wrapper {
    display: flex;
    height: 100%
}

.swiper-slide {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 300px 80px;
    box-sizing: border-box;
    color: #fff;
    background-size: cover;
    background-position: center;
    margin: 5%;
}

.swiper-slide .info-swiper {
    position: absolute;
    bottom: -11px;
    left: 0;
    margin-bottom: 10px;
    width: 100%;
    background: rgba(133, 133, 133, 0.5);
    padding: 10px 0 10px 0;
}

.swiper-slide .info-swiper .name,
.swiper-slide .info-swiper .reference {
    margin: 10px 10px 10px 20px;
}

.name {
    font-size: large;
    margin: 10px 10px 5px 20px;
}

.reference {
    font-size: small;
    margin: 10px 10px 10px 20px;
}

.swiper-slide .arrow {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/*///////////////end swipper container////////////////*/

/*////////////////footer////////*/
.space-footer {
    margin-top: 50px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f9f9f9;
    color: #fff;
}

.slogan-footer {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
}

.item2 {
    flex: 1;
    margin: 0px;
}

.item img {
    height: 100%;
}

.item {
    flex: 1;
    margin: 30px;

    color: #333;
}

.item3 {
    flex: 1;
    margin: 30px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    color: #333;
}

.item4 {
    margin-top: 40px;
}

#mc_embed_signup {
    clear: left;
    width: 100%;
}

.mc-field-group {
    margin-bottom: 15px;
}

.mc-field-group input {
    height: 35px;
    width: 99%;
}

/*////////////////////////////////*/

@media screen and (max-width: 1468px) {
    .footer {
        flex-direction: column;
    }

    .item {
        flex: 1;
        margin: 10px 25px 10px 25px;
        background-color: #f9f9f9;
        color: #333;
        align-items: center;
        justify-content: center;
    }

    .item2 {
        display: none;
    }

    .item3 {
        flex: 1;
        margin: 40px 25px 10px 25px;
        background-color: #f9f9f9;
        color: #333;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .imagem-footer {
        max-width: 100%;
        max-height: 100%;
        margin-bottom: -4px;
    }

    .logo-footer {
        justify-content: center;
        align-items: center;
    }

    p {
        text-align: center;
    }

    .social-icons {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    .slogan-footer {
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .swiper-slide {
        position: relative;
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 150px 40px;
        box-sizing: border-box;
        color: #fff;
        background-size: cover;
        background-position: center;
        margin: 5%;
        font-size: 12px;
    }

}

@media screen and (max-width: 900px) {
    .arrow {
        display: none;
    }

    .swiper-slide {
        position: relative;
        flex: 0 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 100px 40px;
        box-sizing: border-box;
        color: #fff;
        background-size: cover;
        background-position: center;
        margin: 5%;
        font-size: 12px;
    }

    .cover-image {
        display: none;
    }

    .cover-image2 {

        width: 100%;
        background-size: cover;

    }

}

@media screen and (min-width: 899px) {
    .cover-image2 {
        display: none;
    }
}

/*//////////////////////////////////*/

/*///////////GALLERY/////////*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.image-container {
    position: relative;
    margin: 25px;
}

.gallery img {
    height: 400px;
    width: 300px;
}

.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(133, 133, 133, 0.5);
    color: #fff;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 4px;
}

.caption p {
    margin-bottom: 2px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 1700px) {
    .gallery {
        visibility: visible;
    }

    .swiper-container {
        display: none;
    }
}

@media screen and (min-width: 1701px) {
    .gallery {
        display: none;
    }

    .swiper-container {
        visibility: visible;
    }
}

/*///////////END GALLERY/////////*/