/* @import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */


@font-face {
    font-family: 'Poppins';
    src: url("200/Poppins-ExtraLight.ttf");
    font-weight: 200;
}

@font-face {
    font-family: 'Poppins';
    src: url("300/Poppins-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url("500/Poppins-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url("700/Poppins-Bold.ttf");
    font-weight: 700;
}

*{
    font-family: Poppins;
    box-sizing: border-box;
    color: #F8F7FF;
    font-weight: 300;
    
    --mainColor: 0,53,53;
}

html{
    scroll-behavior: smooth;
    background-color: rgb(36, 38, 38);
    will-change: auto;
}

html:focus-within{
    scroll-behavior: smooth;
}

#trabalhos, #sobre, #contato{
    scroll-margin-top: 220px;
}

nav a{
    text-decoration: none;
}

.titleBox{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titleBox h2:first-child{
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 36px;
}

.titleBox h3{
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 200;
    margin-bottom: 36px;
}

.titleBoxSobreNos h3{
    margin-bottom: 23px;
}

.ml12, .ml13, .ml14 {
    font-family: Poppins;
    margin-top: 0;
    font-weight: 200;
    font-size: 1.8em;
    text-transform: uppercase;
    letter-spacing: 0.4em;
  }
  
  .ml12 .letter, .ml13 .letter {
    font-family: Poppins;
    display: inline-block;
    line-height: 1em;
    font-weight: 700;
  }

  .ml13 .letter{
      color: yellow;
  }

.qualidade{
    color: yellow;
}

body{
    margin: 0;
    padding: auto;
}

section{
    background-color: rgb(36, 38, 38);
    width: 100%;
}

header{
    background: rgb(0, 53, 53, 0.74);
    padding: 15px 325px;
    color: #F8F7FF;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2.5px);
    transition: all 0.4s;
    position: fixed;
    z-index: 400000;
    width: 100%;
}

header:hover{
    background: rgb(0, 53, 53, 0.74);
    backdrop-filter: blur(5px);
    transition: all 0.2s;
}

.navFlex{
    display: flex;
    justify-content: space-between;
}

.logoIMG{
    width: 180px;
}

section.home{
    /*background-image: url('../img/background 2.jpg');
    background-size: 63%;
    background-position: center;*/

    background-color: rgb(36, 38, 38);
    background-blend-mode: saturation;
    /*background-image: url('../img/patternYellow.png');**/
    height: 760px;
    /* margin-bottom: 66px; */
}

header li{
    text-decoration: none;
    list-style: none;
    display: inline;
    margin-right: 45px;
    font-size: 22px;


    font-family: Poppins;
    font-weight: 500;
}

header li:last-child{
    margin-right: 0px;
}

header ul{
    margin-top: 49px;
}

.navLI{
    position: relative;
}

.navLI:hover{
    cursor: pointer;
}

.navLI:first-child::after, .navLI::after{
    content: '';
    display: block;
    position: absolute;
    background-color: yellow;
    left: 0;
    width: 100%;
    /*visibility: hidden;*/
    
    
    height: 1px;
    transition: all 0.3s ease-in-out 0s;
}

.navLI::after{
    width: 0%;
}

.navLI:hover::after{
    width: 100%;
}

.navLI:first-child:hover::after{
    background-color: yellow;
}

.homeP2{
    height: 800px;
    background-image: url('../img/background green 35op.webp');
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    backdrop-filter: blur();
}

.homeP2Flex{
    padding-top: 240px;
    /* display: flex; */
    visibility: hidden;
    display: none;
    justify-content: space-evenly;
    padding-top: 17.6%;
    gap: 0px;
}

.homeP2Flex.exhibe{
    display: flex;
    visibility: visible;
}

/*.homeP2Text{
    width: 500px;
    margin-left: 140px;
}**/

.homeP2DIV2 h2{
    margin-top: 58px;
}

.homeP2DIV h3:first-child{
    margin-top: 58px;
}

.trabalhos .instagramFeed{
    padding: 0 440px;
    /* color: black; */
}

.crt-load-more span{
    color: black;
}

.homeP2DIV::before{
    display: block;
    position: absolute;
    width: 478px;
    height: 90px;
    margin-left: -17px;
    margin-top: 58px;

    animation: left-rightHomeP2DIV 0.8s ease-out;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    animation-iteration-count: 1;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    transition: 3s all;
}



.homeP2DIV2::before{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 300px;
    /* margin-left: 66px; */
    background: white;
    animation: top-down 2.4s ease-in-out;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    animation-iteration-count: 1;
    z-index: -1;
    transition: 3s all;
    left: 50%;
    transform: translateX(-50%);
}

.homeP2::before{
    animation: left-right 2.6s ease-out;
    animation-fill-mode: forwards;
    animation-play-state: paused;
    animation-iteration-count: 1;
    content: '';
    display: block;
    position: absolute;
    /* width: 37.7px; */
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -2;
    transition: 3s all;
    /* margin-top: 158px; */
}

.homeP2.exhibe::before, .exhibe, .homeP2DIV.exhibe::before, .homeP2DIV2.exhibe::before{
    display: block;
    animation-play-state: running;
}

.homeP2Flex.exhibe{
    position: relative;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.homeP2DIV.exhibe, .homeP2DIV2.exhibe{
    text-align: center;
    width: 500px;
}

@keyframes left-right{
    0%{
        /* transform: scaleX(0); */
        width: 0%;
    }
    100%{
        /* transform: scaleX(100); */
        width: 100%;
    }
}

@keyframes left-rightHomeP2DIV{
    0%{
        transform: scaleX(0%);
    }
    100%{
        transform: scaleX(100%);
    }
}

@keyframes top-down{
    0%{
        transform: scaleY(0%);
    }
    100%{
        transform: scaleY(100%);
    }
}

.ml12{
    margin-bottom: 0;
    font-size: 1.9em;
}

.ml13{
    font-size: 4.2em;
    letter-spacing: 0.2em;
}

.sobre h1{
    text-align: center;
}

.trabalhos h1, .trabalhos h2{
    margin: 0;
    text-align: center;
}

.trabalhos h1{
    font-family: Poppins;
    font-size: 4.2em;
    font-weight: 500;
}

.trabalhos h2{
    margin-top: -4px;
    font-weight: 400;
}

.trabalhos .carrosel{
    margin-top: 50px;
}

.backgroundDIV{
    --paddingPadrao: 20px;
    /* --paddingAfterSet: 45px; */
    margin: 0 auto;
    display: block;
    width: 100%;
    min-height: 738px;
    background-color: #8381ae;

    padding-top: var(--paddingPadrao);
    padding-bottom: var(--paddingPadrao);
    
}

.icon{
    max-width: 120px;
}

.wrappingPaper{
    position: relative;
    filter: invert(100%);
    width: 145px;
}

.flex.center{
    display: flex;
    justify-content: center;
}

.topicosEnvelopar{
    display: flex;
    justify-content: center;
    background-color: unset;
    gap: 248px;
}

.topicosEnvelopar:first-child{
    margin-right: 15px;
}

.texto{
    text-align: unset;
}

.bordaIMG{
    position: relative;
    height: 95px;
}

.bordaIMG::before{
    content: "";
    width: 140%;
    height: 176.85%;
    z-index: 0;
    

    border: 7px dashed white;
    border-radius: 1050px;

    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.backgroundDIV .flex.center{
    margin-bottom: 35px;
}

.backgroundDIV .flex.center.trabalhos{
    margin-bottom: 0px;
}

.topicosEnvelopar{
    margin-top: 65px;
}

.bordaIMG + .texto{
    margin-top: 65px;
}

.iconEnvelopar{
    width: 95px;
    max-height: 103px;
    filter:invert(100%);
}

.custo .iconEnvelopar{
    width: 48px;
}

.bordaIMG.protec, .bordaIMG.person, .bordaIMG.custo{
    margin: 0 auto;
    width: 95px;
}

.bordaIMG.protec::before, .bordaIMG.person::before, .bordaIMG.custo::before{
    width: 176.85%;
    border-width: 4px;
}

.bordaIMG, .texto{
    text-align: center;
}

/* .topicoEnvelopar:nth-of-type(2){ 
    padding-left: 13px;
} */

.bordaIMG.protec .iconEnvelopar{
    width: 90px;
}

.paragrafoTextoIcon{
    max-width: 257px;
    text-align: center;
}

.contato .backgroundDIV{
    background-color: #223d34;
    position: relative;
    /* --paddingPadrao: 5px; */
    /* --paddingAfterSet: 45px; */
    min-height: 738px;
    margin-bottom: 0px;
}

.flex.contato{
    display: flex;
    justify-content: space-between;
}

.flex .contato{
    width: 50%;
    display: block;
    min-height: 475px;
    /* outline: 1px solid red */
    position: relative;
}

.contatoIMG{
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);**/
    width: 245px;
    filter: invert(100%);
}

h1{
    font-family: 'Poppins';
    font-size: 4.2em;
    font-weight: 500;
}


#sobre > h2{
    text-align: center;
    font-size: 20px;
    margin-top: -10px;
    padding: 0 551px;
    
    font-family: 'Poppins';
    /* font-size: 4.2em; */
    font-weight: 500;
}

.contatoTitle{
    font-size: 4.2em;
    text-align: center;
    font-weight: initial;
    margin: 0;
}

#mensagem{
    display: block;
}

.flex.contato .contato{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0px 190px;
    position: relative;
}

.flex.contato .contato:nth-of-type(1)::before{
    align-items: baseline;
}

.flex.contato .contato:nth-of-type(2)::before{
    content: "";
    display: block;
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 85%;
    background-color: white;
}

.contato form > input{
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}

.contato form button{
    margin-top: 16px;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
    color: black;
    font-size: 18px;
    padding: 3px 36px;
    transition: all 0.5s;
}

::placeholder{
    color: rgb(0, 0, 0, 0.9);
}

form > input{
    font-size: 20px;
    width: 572px;
}

form > textarea{
    font-size: 16px;
    color: white;

    background: none;
    outline: none;
    border: 1px solid white;  
    width: 100%;
    margin-top: 25px;
    padding-top: 5px;
    padding-left: 5px;
}

form > textarea::placeholder, form > input::placeholder{
    color: #F8F7FF;
    font-weight: 200;
    font-size: 16px;
}


.contato .block{
    margin-top: -70px;
}

.formTitle{
    font-weight: 500;
    margin-bottom: 0;
    font-size: 30px;
}

.formTitle + h4{
    margin-top: 0;
    font-weight: 200;
}

.redesSociais > li{
    list-style: none;
    display: inline;
    margin: 12px 10px;
}

.redesSociais > li > a > img {
    max-width: 39px;
    filter: invert(100%);
}

.redesSociais{
    padding: 0;
}

.redesSociaisTitle{
    font-weight: 400;margin-bottom: 0;
font-size: 24px;}

.sobre .flex{
    --paddingLR: 250px;
    display: flex;
    justify-content: space-between;
    gap: 250px;
    padding-left: var(--paddingLR);
    padding-right: var(--paddingLR);
    text-align: center;
    min-height: 545px;
    align-items: center;
    padding-bottom: 55px;
}

.card > h2{
    margin-top: 0;
}

footer{
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: 250px;
    background-color: #16463E;
}

footer .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 262px;
    padding-top: 49px;
}

.card{
    padding: 20px;
    display: block;
    position: relative;
    border: 7px dashed rgb(196 151 194 / 78%);
    border-radius: 15px;
    box-shadow: 6px 6px 5px rgb(0, 0, 0, 0.3);
    width: 300px;
    min-height: 560px;
}

.card .icon{
    filter: invert(100%);
    max-width: 90px;
}

.card .flex{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
    min-height: unset;
}

.card .flex > h2{
    font-weight: 400;
    font-size: 30px;
}

.card .flex > h4{
    color: #F8F7FF;
    font-weight: 200;
}

.textoSobre2{
    margin-top: 25%;
}

.textoSobre3{
    margin-top: 36%;
}

footer .logoFooter{
    width: 150px;
}

footer .ladoR > .navTitles > .navUL > .navLI{
    list-style: none;
}

footer .ladoR > .navTitles > .navUL > .navLI::after{
    bottom: 3px;
}

footer .ladoR > .navTitles > .navUL > .navLI:first-child:after{
    width: 0%;
}

footer .ladoR > .navTitles > .navUL > .navLI:first-child:hover::after{
    width: 100%;
    background-color: yellow;
}

footer .ladoR > .navTitles > .navUL > .navLI > a{
    text-decoration: none;
}

footer .center .redesSociais > li > .icon{
    max-width: 33px;
}

footer .center .redesSociais{
    text-align: center;
}

.nossoInstagram{
    font-size: 36px;
    font-weight: 400;
}

.nossoInstagramH3{
    text-align: center;
    margin-top: 0;
    font-weight: 200;
}


.viewer{
	z-index: 1005;
	display: none;
	position: fixed;
	width: 80.5%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: rgba(54, 54, 54, 0.987);
	height: 640px;
	box-shadow: 7px 5px 20px 0px black;
	opacity: 0;
	transition: opacity 1s ease-in;
}

.CloseViewer{
	padding: 0 10px 0 10px;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 30px;
	transition: 0.4s;
	cursor: pointer;
    height: 30px;
	/*border-radius: 50px;
	border: 0;*/
}
.CloseViewer:hover{
	transform: rotate(180deg);
	transition: 0.4s;
	border-radius: 50px;
	border: 1px solid white;
}

.viewerTitle{
    margin: 18px auto;
    font-size: 2.6em;
    font-weight: 400;
    text-align: center;
}

.imgViewer{
    max-height: 70%;
    margin: 0 auto;
    display: block;
}


::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}



::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}

::-webkit-scrollbar-track-piece  {
	background-color: #3b3b3b;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #666;
	border-radius: 6px;
}

/* .trabalhosTitle{
    font-size: 30px;
} */

.fichaCadLink{
    display: inline-block;
    background-color: #16463E;
    padding: 20px;
    margin-top: 7px;
    margin-top: -40px;
    position: relative;
    z-index: 300000;
}

.titleBoxNossoInstagram{
    margin-top: 0px;
}

.flex{
    display: flex;
}

.spaceEvenly{
    justify-content: space-evenly;
}

.spaceBetween{
    justify-content: space-between;
}

.espacoPadrao{
    min-height: 679px;
    padding-top: 170px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
}

.espacoPadrao form > input{
    background-color: #242626;
    border: none;
    border-bottom: 1px solid #F8F7FF;
    height: 18px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 300;
    box-sizing: border-box;
    line-height:37px;
    height: 37px;
    margin-top: -7px;
}

.espacoPadrao form > input:focus{
    color:#F8F7FF;
    background-color: #242626;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    transition: all 1.2s;
}

.espacoPadrao form > input::placeholder{
    color:#7e7e7e;
    font-size: 16px;
    margin-bottom: 5px;
}

/* .espacoPadrao form > input:-internal-autofill-selected{
    color:#F8F7FF !important;
    background-color: #2a5454 !important;
    outline: none;
    border: none;
    border-bottom: 1px solid white;
    transition: all 1.2s;
} */

.espacoPadrao button{
    background-color: #16463E;
    color: yellow;
    border: 1px solid #adadad;
    padding: 11px;
    border-radius: 5px;
}

.espacoPadrao form > label{
    margin-right: 10px;
}

.downloadButton{
    display: inline-block;
}

section.contato{
    position: relative;
    top: -37px;
    z-index: 300000;
}

section.contato::before{
    content: '';
    position: relative;
    width: 100%;
    height: 36px;
    background: #242626;
    display: block;
}

section.porqueEnvelopar{
    min-height: 736px;
    z-index: 399999;
    position: relative;
    margin-top: -55px;
}

section.porqueEnvelopar .backgroundDIV{
    margin-top: 86px;
    padding-top: 65px;
}

section.porqueEnvelopar .iconePorqueEnvelopar{
    margin-top: 20px;
    margin-bottom: -5px !important;
}

section.sobre{
    margin-top: -26px;
}

.topicoEnvelopar .texto h2{
    font-weight: 400;
}

.descricaoSobreText{
    padding: 0 280px;
    text-align: center;
    font-weight: 200;
    font-style: oblique;
}

/* .titleBoxAvaliacoes{
    margin-top: -5px;
    margin-bottom: 6px;
} */

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media(min-width: 320px){
    .espacoPadrao{
        padding-left: 17px;
    }
    .espacoPadrao button{
        margin-top: 10px;
    }
    .formCadastro-and-image{
        flex-direction: column;
    }
    .imgGerada{
        max-width: 290px;
    }
    .contato.sideRight .block{
        display: none;
    }
    .flex .contato{
        min-height: 335px;
    }

    .descricaoSobreText{
        padding: 0 30px;
    }
}

@media(min-width: 1366px){
    .espacoPadrao{
        padding-left: 40px;
    }
    .espacoPadrao button{
        margin-top: 10px;
    }
    .formCadastro-and-image{
        flex-direction: row;
    }
    .imgGerada{
        max-width: 500px;
    }
}


/* .es-widget-header-details-title, .es-widget-header-details-text{
    color: aliceblue !important;
}

.es-widget-container {
    padding: 150px !important;
} */

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */



#trabalhos > div.embedsocial-hashtag{
    background-color: #8381ae;
    padding: 0px 30px;
}

@media(min-width: 320px){
    #trabalhos > div.embedsocial-hashtag{
        color: white !important;
        width: 300px;
        margin: 0 auto;
        
    }
    #sobre > h2{
        margin-top: 70px;
        padding: 0 55px;
    }
    .sobre h1{
        margin: 58px auto -50px auto;
    }
    .exhibeMenu{
        left: 0;
    }
    .trabalhos h2{
        padding: 0 8px;
    }
    section.trabalhos{
        font-size: 10px;
    }
    .homeP2{
        height: 775px;
        background-size: 443%;
        background-position-x: 82%;
        background-position-y: 100%;
    }
    .homeP2::before{
        /* margin-top: 116px; */
        /* height: 84%; */
    }
    .homeP2Flex{
        justify-content: center;
    }
    .homeP2Flex.exhibe{
        flex-direction: column;
        align-items: center;
    }
    .homeP2DIV.exhibe, .homeP2DIV2.exhibe{
        width: 270px;
        font-size:8px;
    }
    .navFlex{
        align-items: center;
        justify-content: space-evenly;
        gap: 60px;
    }
    .iconMenu{
        display: block;
        filter: invert(100%);
        padding-right: 12px;
    }
    .logoIMG{
        width: 117px;
    }
    .iconMenuIMG{
        width: 45px;

    }
    header{
        padding: 15px 0px;
    }
    
    .navTitles{
        width: 100%;
    }
    
    header ul{
        background-blend-mode: soft-light; 
        text-align: center;

        background: rgb(0, 53, 53, 0.979);
        backdrop-filter: blur(5px);
        /* background: rgb(var(--mainColor)); */
        padding: 0;
    
        display: flex;
          justify-content: center;
          position: absolute;
          top: 57px;
          left: -100%;
          margin: 0;
          width: 100%;
          height: 85vh;
          align-items: center;
          flex-direction: column;
          transition: all 0.2s;
    }
    
    header li{
        display: block; 
        font-size: 31px; 
        margin: 0;
    }
    .navTitles{
        position: absolute;
    }
    .homeP2DIV2::before{
        content: "";
        height: 1px;
        width: 0px;
        animation: left-right320 2.4s ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
    }

        @keyframes left-right320{
            0% {
                width: 0px;
            }
            100% {
                width: 220px;
            }
        }

    .trabalhos h1{
        font-family: Poppins;
        font-size: 3.2em;
    }
    .topicosEnvelopar{
        flex-direction: column;
        align-items: center;
        gap: 70px;
    }
    .trabalhos .instagramFeed{
        padding: 0 40px;
    }
    .contato .backgroundDIV{
        min-height: 280px; 
    }
    
    .flex.contato{
        justify-content: center; 
    }
    
    .flex .contato:nth-of-type(1){
        display: none; 
    }
    
    .formTitle{
        width: 272px;
    }

    form > input{
        width: 272px;
    }
    .contatoTitle{
        margin-bottom: 20px;
    }

    .sobre .flex{
        --paddingLR: 0px;
        gap: 0px;
        transform: scale(0.86);
        text-align: center;
        align-items: center;
    }

    .flexSobreGeral{
        flex-direction: column;
        margin-top: -136px;
    }

    .paragrafoTextoIcon{
        margin: 22px auto;
    }
    .card{
        margin: 20px auto;
        padding: 5px;
        min-height: 485px;
    }
    footer .ladoR .navTitles{
        position: relative
    }

    footer .flex{
        gap: 13px;
        padding-bottom: 75px;
        flex-direction: column;
    }
    .flex.contato .contato{
        padding: 0px 135px;
    }
    .flex.contato .contato:nth-of-type(2)::before{
        display: none;
    }
    footer .ladoR .navTitles .navUL{
        padding-left: 0;
        text-align: center;
    }
    .owl-carousel{
        padding: 23px 0px;
    }

    .viewer{
        width: 99.5%;
    }

    .imgViewer{
        max-height: 334px;
        padding: 0 10px 0 10px;
    }
}

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */


@media (min-width: 768px){
    #trabalhos > div.embedsocial-hashtag{
        width: 680px;
    }
    #sobre > h2{
        margin-top: 0px;
        padding: 0 55px;
    }
    .viewer{
        width: initial;
    }
    .imgViewer{
        max-height: 65%;
    }
    .trabalhos h2{
        padding: unset;
    }
    .homeP2DIV2::before{
        width: 1px;
        animation: top-down 2.4s ease-in-out;
        animation-fill-mode: forwards;
        animation-iteration-count: 1;
    }
    footer .ladoR .navTitles .navUL{
        padding-left: 40px;
        text-align: unset;
    }
     footer .flex{
        gap: 262px;
        padding-bottom: 49px;
        flex-direction: row;
    }
    /* .flex.contato .contato{
        padding: 0px 190px;
    } */
    .contatoTitle{
        margin-bottom: unset;
    }
    form > input{
        width:572px;
    }
    .owl-carousel{
        padding: 0px 20px;
    }
    .trabalhos h1{
        font-family: Poppins;
        font-size: 4.2em;
    }
    section.trabalhos{
        font-size: unset;
    }
    .homeP2Flex.exhibe{
        flex-direction: row;
        align-items: unset;
    }
    .navFlex{
        justify-content: space-between;
    }
    .navTitles{
        position: relative;
    }
    .navFlex{
        align-items: unset;
    }
    .iconMenu{
        display: none;
    }
    .trabalhos{
        font-size: 12px;
    }
    .flexSobreGeral{
        flex-direction: column;
        margin-top: -65px;
        padding-bottom: 0px !important;
    }

    .sobre .flex{
        --paddingLR: 0px; 
        gap: 0px; 
        transform: scale(0.95); 
    }

    .contato .backgroundDIV{
        min-height: 550px; 
    }
    
    .flex.contato{
        justify-content: center; 
    }
    
    .flex .contato:nth-of-type(1){
        display: none; 
        min-height: 475px;
    }

    .contato.sideRight{
        width: unset;
        text-align: unset;
    }

    .contato.sideRight .block{
        display: block;
    }
    
    .formTitle{
        width: 572px
    }

    
    header ul{
        margin-top: 39px;
        text-align: right;
    }

    header li{
        font-size: 15px;
        display: inline;
        margin-right: 15px;
        background: none;
    }

    .navUL{
        background: unset;
        display: block;
        width: unset;
        height: unset;
        align-items: unset;
        flex-direction: unset;
        position: static;
        backdrop-filter: none;
    }

    .logoIMG{
        width: 145px;
    }
    header{
        padding: 9px 60px;
    }
    .homeP2Flex{
        font-size: 10px;
        padding-top: 28.6%;
    }
    .homeP2DIV2::before{
        height: 220px;
        content: "";
    }

    .homeP2DIV.exhibe, .homeP2DIV2.exhibe{
        width: 500px;
        font-size: unset;
    }

    .homeP2{
        height: 504px;
        background-size: 107%;
        background-position-x: 50%;
        background-position-y: 100%;
    }
    .homeP2::before{
        /* height: 369px; */
        /* margin-top: 123px; */
    }
    section.home{
        height: 490px; 
    }
    .topicosEnvelopar{
        transform: scale(0.87);
        gap: 120px;
        flex-direction: row;
    }
    .bordaIMG + .texto{
        font-size: 17px;
    }
    .trabalhos .instagramFeed{
        padding: 0 125px;
    }
    footer .flex{
        gap: 139px; 
        transform: scale(0.86);
    }
    .topicosEnvelopar{
        flex-direction: column;
        margin-top: unset;
        align-items: unset;
        gap: 100px;
    }
    
    .paragrafoTextoIcon{
        margin: 22px auto;
    }
    .card{
        margin: 20px auto;
         padding: 20px;
        min-height: 560px;
    }
    .sobre h1{
        margin: 45px auto 0px auto;
    }
}

@media (min-width: 860px){
    .homeP2DIV.exhibe, .homeP2DIV2.exhibe{
        width: 420px;
    }
}
/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media (min-width: 1024px){
    .descricaoSobreText{
        padding: 0 120px;
    }
    #trabalhos > div.embedsocial-hashtag{
        width: 960px;
        margin: 0 auto;
    }
    .viewer{
        height: 740px;
    }
    .imgViewer{
        max-height: 75%;
    }
    .navFlex{
        gap: 315px;
    }
    .trabalhos{
        font-size: unset;
    }
    .flexSobreGeral{
        flex-direction: row;
        padding-top: 53px;
        padding-bottom: 40px !important;
    }
    .card{
        margin: unset;
    }
    .topicosEnvelopar{
        flex-direction: row;
        margin-top: 65px;
    }
    
    /* .paragrafoTextoIcon{
        margin: inherit;
    } */
    header li{
        font-size: 22px;
    }
    .sobre .flex{
        --paddingLR: 0px; 
        gap: 0px; 
        transform: scale(0.86); 
    }
    .contato .backgroundDIV{
        min-height: 680px; 
    }
    
    .flex.contato{
        justify-content: center; 
    }
    
    .flex .contato:nth-of-type(1){
        display: none; 
    }
    
    .formTitle{
        width: 572px
    }

    
    header ul{
        margin-top: 35px;
    }
    .logoIMG{
        width: 145px;
    }
    header{
        padding: 15px 60px;
    }
    .homeP2Flex{
        font-size: 10px;
        padding-top: 22.6%;
    }
    .homeP2DIV2::before{
        height: 220px;
    }
    .homeP2DIV.exhibe{
        width: 395px;
        text-align: left;
    }
    .homeP2DIV2.exhibe{
        width: 395px;
    }
    .homeP2{
        height: 504px;
    }
    .homeP2::before{
        /* height: 369px; */
        /* margin-top: 135px; */
    }
    section.home{
        height: 490px; 
    }
    .topicosEnvelopar{
        transform: scale(0.87);
        gap: 120px;
        margin-top: 90px;
    }
    .bordaIMG + .texto{
        font-size: 16px;
    }
    .trabalhos .instagramFeed{
        padding: 0 125px;
    }
    .flex.contato .contato:nth-of-type(2)::before{
        display: none;
    }
    footer .flex{
        gap: 139px; 
        transform: scale(0.86);
    }
}

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media (min-width: 1366px){
    .descricaoSobreText{
        padding: 0 150px;
    }
    #trabalhos > div.embedsocial-hashtag{
        width: 1260px;
        
    }
    #sobre > h2{
        padding: 0 350px;
    }
    .viewerTitle{
        font-size: 2em;
    }
    .viewerTitle{
        margin: 45px auto 5px auto;
    }

    .imgViewer{
        padding: 0 60px;
    }
    footer .flex{
        gap: 262px; 
        transform: unset; 
    }
    .sobre .flex{
        --paddingLR: 250px; 
        gap: 250px;
        transform: unset
    }
    .flex .contato:nth-of-type(1){
        display: flex; 
    }
    .flex.contato .contato:nth-of-type(2)::before{
        display: block;
    }
    .contato .backgroundDIV{
        min-height: 643px; 
    }
    
    .flex.contato{
        justify-content: space-between;
    }
    
    .flex .contato:nth-of-type(1){
        display: flex;
    }
    
    .formTitle{
        width: unset;
    }

    .bordaIMG + .texto{
        font-size: unset;
        /* por avaliar **/
    }
    .topicosEnvelopar{
        transform: unset;
        gap: 248px;
        /* por avaliar **/
    }


    .homeP2DIV.exhibe{
        width: 500px;
    }
    .homeP2DIV2::before{
        height: 300px;
    }
    .homeP2::before{
        /* height: 69vh; */
        /* margin-top: 158px; */
    }
    .homeP2{
        height: 679px;
    }
    .homeP2DIV2.exhibe{
        width: 500px;
    }
    .logoIMG{
        width: 180px;
    }
    header{
        padding: 15px 103px;
    }
    header ul{
        margin-top: 48px;
    }
    .homeP2Flex{
        font-size: 13px;
        padding-top: 21.6%;
    }
    .sobre .flex{
        --paddingLR: 148px;
        gap: unset;
        font-size: 14px;
    }
    .card{
        min-height: 497px;
    }
    .trabalhos .instagramFeed{
        padding: 0 100px;
    }
    section.home{
        height: 800px; 
        margin-bottom: 0px;
    }
    .topicosEnvelopar{
        gap: 140px;
    }
    .trabalhos .instagramFeed{
        padding: 0 135px;
    }
    .backgroundDIV{
        --paddingPadrao: 60px
    }
    .contato div.block{
        width: 572px;
    }
}

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media (min-width: 1440px){
    #trabalhos > div.embedsocial-hashtag{
        width: 1200px;
    }
    .contato div.block{
        width: 572px;
    }
    .backgroundDIV{
        --paddingPadrao: 20px;
    }
    header{
        padding: 15px 108px;
    }
    .homeP2Flex{
        font-size: 13px;
        padding-top: 20.6%;
    }

    .sobre .flex{
        --paddingLR: 148px;
        gap: unset;
    }
    .trabalhos .instagramFeed{
        padding: 0 100px;
    }
    section.home{
        /* margin-bottom: 66px; */
    }
    .homeP2::before{
        /* margin-top: 158px; */
    }
    .topicosEnvelopar{
        gap: 248px;
    }
}

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media (min-width: 1600px){
    .descricaoSobreText{
        padding: 0 180px;
    }
    #trabalhos > div.embedsocial-hashtag{
        width: 1300px;
    }
    #sobre > h2{
        padding: 0 420px;
    }
    .homeP2{
        height: 800px;
    }
    header{
        padding: 15px 148px;
    }
    .homeP2Flex{
        font-size: unset;
        padding-top: 21.6%;
    }
    .sobre .flex{
        --paddingLR: 150px;
        gap: unset;
    }
    .backgroundDIV{
        /* --paddingAfterSet: 5px; */
    }
    section.home{
        /* margin-bottom: 30px; */
    }
    .homeP2DIV.exhibe, .homeP2DIV2.exhibe{
        width: 545px;
    }
}

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media (min-width: 1920px){
    .descricaoSobreText{
        padding: 0 280px;
    }
    #trabalhos > div.embedsocial-hashtag{
        width: 1400px;
    }
    #sobre > h2{
        padding: 0 551px;
    }
    header{
        padding: 15px 325px;
    }
    .homeP2Flex{
        padding-top: 17.6%;
    }
    .sobre .flex{
        --paddingLR: 250px;
        gap: 0px;
    }
    .backgroundDIV{
        /* --paddingAfterSet: 45px; */
    }
    section.home{
        /* margin-bottom: 66px; */
    }
    .trabalhos .instagramFeed{
        padding: 0 270px;
    }
}

/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

@media (min-width: 2360px){
    .homeP2Flex{
        padding-top: 14.6%;
    }
    .sobre .flex{
        --paddingLR: 345px;
    }
}
/* ********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** 
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
********************************************************
******************************************************** */

form button:hover{
    border-radius: 7px;
    border: 1px solid black;
    transition: all 0.5s;
    cursor: pointer;
}

.carouselIMGItem{
    align-items: center;
    align-self: center;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.2s all;
}

.carouselIMGItem:hover{
    cursor: pointer;
    border: 1px solid yellow;
    transition: 0.2s all;
}

.carouselIMG{
    object-fit: contain !important;
    height: auto;
    width: auto;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 40px;
	right: 20px;
	animation-play-state: paused;
    position: fixed;
    z-index: 400000;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
    
}

.whatsappFixed{
    width: 40px;
    filter: invert();
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
