/*MainModalMenu*/




.modal {
    display: none;
    width: 100%;
    height: 100%;
    transition: all 500ms;
    background-color: #33455e;
    opacity: 1;
    z-index: 999;
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    animation-name: fadeInRight;
    animation-duration: 1s;
}

.servicosmodallll{
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color:#33455e;
    width: 100%;
    height: 100%;
    }
.containerservicosmodallll{
    width: 90%;
    max-width:800px;
    display: flex;
    z-index: 1000;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.containerservicosmodallll a{
    margin: 3%;
}
.divbuttonlinkllll{
    width: 260px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name:fadeIn;
    animation-duration: 1s;
    height: 120px;
    background-color: white;
    font-size: 25px;
    border-radius: 30px;
    font-family: 'calibri';
    transition: all 500ms;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

}
.divbuttonlinkllll:hover{
    background-color: #ba9570;
}
.modalseachbutton{
    width: 80px;
    height: 80px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name:fadeIn;
    animation-delay: 1s;
    animation-duration: 1s;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    margin-left: 30px;
    border-radius: 30px;
    transition: all 500ms;
    background-color: white;
}
.modalseachbutton:hover{
    background-color: #ba9570;
}

.headermmodal {
    position: absolute;
    top: 0;
    height: 150px;
    z-index: 1001;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.closemenu {
    width: 60px;
    margin-right: 30px;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-name:fadeIn;
    animation-delay: 1s;
    animation-duration: 1s;
    cursor: pointer;
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;

}

.closemenu:hover .closesimbol {
    background-color: #ba9570;

}

.closemenu:hover .closesimbol {
    background-color: #ba9570;
    transform: rotate(-45deg);

}

.closemenu:hover .closesimbol:nth-child(2) {
    background-color: #ba9570;
    transform: rotate(45deg);

}

.closesimbol {
    position: absolute;
    width: 100%;
    transition: all 500ms;
    height: 5px;
    pointer-events: none;
    border-radius: 20px;
    transform: rotate(45deg);
    background-color: white;
}

.closesimbol:nth-child(2) {
    width: 100%;
    height: 5px;
    transform: rotate(-45deg);

    background-color: white;
}


.linksmenu {
    margin-top: 150px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.linksmenu {
    color: white;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    font-size: 60px;
    font-family: 'calibri';

}

.linksmenu p {
    font-family: 'calibri';
    margin: 0%;
    letter-spacing: 3px;
    display: flex;
    height: 60px;
    color: white;
    align-items: flex-end;
    justify-content: center;
}
.linksmenu p:hover{
    border-bottom: 1px solid #ba9570;
}

.searchicons {
    background-color: white;
    border-radius: 30px 0px;
    height: 80px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.paginalocal {
    color: #ba9570!important;

}

.paginalocal:hover {
    color: white !important;

}

.artigodestak {
    border-top: solid #ba9570 1px;
    height: 40px;
    transition: 500ms all;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-bottom: solid #ba9570 1px;
}
.artigodestak:hover{
    color: #ba9570!important;
}

/*seachmodal*/
.closemenusearch {
    margin-top: 20px;
    width: 50px;
    margin-right: 30px;
    position: absolute;
    height: 50px;
    right: 0;
    justify-content: center;
    display: flex;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 80px;
    top: 0;
    z-index: 900;

}

.closedivbutton {
    width: 100%;
    pointer-events: none;
    height: 6px;
    border-radius: 30px;
    position: relative;
    transform: rotate(45deg);
    transition: all 500ms;
    position: absolute;
    background-color: #33455e;

}

.closedivbutton2 {
    width: 100%;
    height: 6px;
    position: relative;
    pointer-events: none;
    border-radius: 30px;
    transition: all 500ms;
    transform: rotate(-45deg);
    background-color: #33455e;

}

.closemenusearch:hover .closedivbutton {
    transform: rotate(-45deg);
}

.closemenusearch:hover .closedivbutton2 {
    transform: rotate(45deg);
}

.seachmodal {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    top: 0;
    background: rgb(51, 69, 94);
    background: linear-gradient(180deg, rgba(51, 69, 94, 0.842) 60%, rgba(255, 255, 255, 0) 90%);
    z-index: 500;
    justify-content: center;
    align-items: center;
    animation-name:fadeIn;
    animation-duration: 1s;
    left: 0;

}

.shadowseach {
    width: 100%;
    max-width: 2500px;
    position: absolute;
    z-index: 600;
    top: 0;
    opacity: 0;
    animation-name: fadeInDown;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.5s;
}

.containermodalsearch {
    opacity: 0;
    animation-name: fadeInDown;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 0.5s;
    display: flex;
    height: 100%;
    z-index: 700;
    width: 620px;
    max-width: 1550px;
    position: relative;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

.titleseach {
    display: flex;
    align-items: center;
    margin-bottom:30px;
    flex-direction: column;
}

.titleseach h1 {
    font-size: 60px;
}

.titleseach h2 {
    font-size: 45px;
    height: 45px;
}

.conteudosearch {
    width: 90%;
    margin-top: 100px;
}

/*inputsearch*/
.inputaqui {
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1.5px solid #ba9570;
    border-radius: 0px 0px 0px 30px;
    height: 50px;
    position: relative;
    z-index: 50;
    padding-left: 30px;
    transition: all 500ms;
}

.inputaqui img {
    pointer-events: none;
}

.seachnow {
    width: 70px;
    cursor: pointer;
    height: 40px;
    right: 0;
    position: absolute;
    display: flex;
    background-color: #33455e;
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 500ms;
}

.seachnow:hover{
    background-color: #ba9570;
}

.buscadorinput {
    border: none;
    color: #33455e;
    background-color: transparent;
    z-index: 2;
    width: 90%;
    height: 100%;
    font-family: 'MontserratSemiBold';
    font-size: 18px;
    outline: none;
}

.buscadorinput::placeholder {
    color: #33455e;
    font-family: 'MontserratSemiBold';
    font-size: 22px;
    transition: all 500ms;

}

.inputaqui:focus-within {
    border-bottom: 2px solid #ba9570;
}

.buscadorinput:focus::placeholder {
    color: #33455ea8;
    font-family: 'MontserratSemiBold';
    font-size: 18px;
    transition: all 500ms;
}


.results {
    width: 100%;
    opacity: 0;
    animation-name:fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1s;
    z-index: 100;
    height: max-content;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #e5e5e5;
    padding-top: 50px;
    margin-top: -50px;
    justify-content: start;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    transition: all 500ms;
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 0px;
    align-items: center;

}
.results::-webkit-scrollbar{
    width: 10px;
    background: rgb(229,229,229);
    background: linear-gradient(180deg, rgba(229,229,229,1) 90%, rgba(255,255,255,0) 90%);
}
.results::-webkit-scrollbar-thumb{
    background-color: #33455e;
    width: 10px;
    border-radius: 30px 30px 30px 30px;
}


.containerresultado h1 {
    width: max-content;
    text-align: justify;
    width: 100%;
    font-size: 22px;
    font-family: 'MontserratSemiBold';

}

.containerresultado p {
    font-size: 18px;
    text-align: justify;
    margin-top: 10px;
    font-family: 'MontserratLight';
    color: #363636;
}

.containerresultado p a {
    color: #ba9570;
    transition: all 500ms;
    font-family: 'MontserratBlack';
    font-size: 22px;
}

.containerresultado p a:hover {
    color: #363636;
}

.resultadobuscadiv {
    margin-top: 50px;
    margin-right: 30px;
    width: 90%;
}

.pesquisaaqui label{
    width: unset;
}

/*fimsearchmodal*/
@media screen and (min-height:0px) and (max-height:380px) {
    .conteudosearch {
        margin-top: 30px;
    }
    .linksmenu {
        color: white;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        justify-content: start;
        font-size: 40px;
        font-family: 'calibri';

    }
}

@media screen and (min-height:381px) and (max-height:560px) {
    .containerresultado p{
        font-size: 25px;
    }
    .linksmenu {
        color: white;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        justify-content: start;
        font-size: 40px;
        font-family: 'calibri';

    }


}
@media screen and (min-width:275px) and (max-width:380px) {
    .containerresultado h1{
        font-size: 20px;
    }
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    } 
    .inputaqui{
        width: 80%;
        min-width: 80%;
        margin: 0 auto;
    } 
    .results {
        width: 80%;
        margin: 0 auto;
        z-index: 100;
        height: max-content;
        max-height: 620px;
        overflow-y: auto;
        background-color: #e5e5e5;
        padding-top: 50px;
        margin-top: -50px;
        justify-content: start;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        transition: all 500ms;
        border-radius: 0px 0px 30px 30px;
        padding-bottom: 60px;
        align-items: center;
    }
    .titleseach h2 {
        font-size: 25px;
        height: 25px;
    }
    .titleseach h1{
        font-size: 30px;
        
    }
    .inputaqui{
        width: 80%;
        min-width: 80%;
    }  

}
@media screen and (min-width:380px) and (max-width:520px) {
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }   
    .containerresultado h1{
        font-size: 20px;
    }
    .inputaqui{
        width: 80%;
        margin: 0 auto;
    } 
    .results {
        width: 80%;
        margin: 0 auto;
        z-index: 100;
        height: max-content;
        max-height: 620px;
        overflow-y: auto;
        background-color: #e5e5e5;
        padding-top: 50px;
        margin-top: -50px;
        justify-content: start;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        transition: all 500ms;
        border-radius: 0px 0px 30px 30px;
        padding-bottom: 60px;
        align-items: center;
    }
}
@media screen and (min-width:520px) and (max-width:640px) {
    .containerresultado h1{
        font-size: 20px;
    }
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }
    .inputaqui{
        width: 80%;
        margin: 0 auto;
    } 
    .results {
        width: 80%;
        margin: 0 auto;
        z-index: 100;
        height: max-content;
        max-height: 620px;
        overflow-y: auto;
        background-color: #e5e5e5;
        padding-top: 50px;
        margin-top: -50px;
        justify-content: start;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        transition: all 500ms;
        border-radius: 0px 0px 30px 30px;
        padding-bottom: 60px;
        align-items: center;
    }
}

@media screen and (min-width:640px) and (max-width:799px) {
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }
    .inputaqui{
        width: 80%;
        margin: 0 auto;
    } 
    .results {
        width: 80%;
        margin: 0 auto;
        z-index: 100;
        height: max-content;
        max-height: 620px;
        overflow-y: auto;
        background-color: #e5e5e5;
        padding-top: 50px;
        margin-top: -50px;
        justify-content: start;
        padding-left: 30px;
        display: flex;
        flex-direction: column;
        transition: all 500ms;
        border-radius: 0px 0px 30px 30px;
        padding-bottom: 60px;
        align-items: center;
    }
}

@media screen and (min-width:800px) and (max-width:1024px) {
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }
}

@media screen and (min-width:1025px) and (max-width:1350px) {
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }
}

@media screen and (min-width:1350px) and (max-width:1550px) {
    .shadowseach {
        width: 1800px;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }
}

@media screen and (min-width:1550px) {
    .shadowseach {
        width: 100%;
        max-width: 2500px;
        position: absolute;
        z-index: 600;
        top: 0;
    }
    .seachmodal{
        background: linear-gradient(180deg, rgba(51, 69, 94, 0.842) 80%, rgba(255, 255, 255, 0) 100%);
    }
    
}