.footer1 {
    width: 100%;
    height: 780px;
}

div.title-orc{
    margin: auto;
    margin-top: 0px;
    margin-bottom: -30px;
    width: 800px;
    height: 80px;
    background-color: #076ca7;
    border-radius: 0 0px 10px 10px;
}

.contact-mail{
    border-radius: 30px 0 30px 0;
    background: linear-gradient(120deg, #015789, #1d9ee8);
    width: 95%;
    height: 780px;

    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px;
    padding-left: 0px;
    margin: auto;
    box-shadow: 0 0 20px -6px black;
    display: grid;
    justify-content: center;
    align-items: center;
}

.contato-email{
    position: relative;
    padding: 50px;
}

form input {
    max-width: 730px;
    display: flex;
    flex-direction: column;
    border: transparent;
    border-radius: 5px;
    height: 30px;
    width: 1000px;
    background-color: rgba(30, 30, 30, 0.365);
    color: white;
    outline: none;
    padding: 10px;
    margin: 10px auto;
    inset: 0;
    position: relative;

}

form textarea {
    max-width: 730px;
    display: flex;
    flex-direction: column;
    border: transparent;
    border-radius: 5px;
    height: 30px;
    width: 1000px;
    background-color: rgba(30, 30, 30, 0.365);
    resize: none;
    outline: none;
    padding: 10px;
    margin: 10px auto;
    inset: 0;
    position: relative;
    margin-bottom: 20px;
    color: white;
}

form textarea:focus{
    border: 1px solid rgba(0, 0, 0, 0.365);
}

form textarea::placeholder{
    font-family: sans-serif;
    background: linear-gradient(120deg, #ffffff, #fcfcfc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

@media (max-width:730px){
    form textarea::placeholder{
        font-size: 20px;
        font-weight: bold;
    }
    form input::placeholder{
        font-size: 20px;
        font-weight: bold;
    }
}

form input:focus{
    border: 1px solid rgba(0, 0, 0, 0.365);
}

form input::placeholder{
    background: linear-gradient(120deg, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.buttons p {
    transform: translate(37%, -650%);
    font-weight: bold;
    color: #323232;
}


.btn-email{
    margin-left: 0px;
    border-radius: 5px;
    width: 80px;
    height: 65px;
    background-color: #12547a;
    border: none;
    color: white;
    padding: 25px;
    padding-left: 20px;
    cursor: pointer;
    transform: translate(0%, 0%);
}



.btn-anexo{
    border: 1px solid blue;
    transform: translate(80%, -115%);
    border-radius: 5px;
    width: 120px;
    height: 17px;
    background-color: transparent;
    color: blue;
    margin-left: -50px;
    padding: 23px;
    padding-left: 35px;
    cursor: pointer;
}

.btn-anexo:hover {
    transition: all 0.4s ease-out;
    background-color: blue;
    color: white;
}

.box-father-locate {
    display: flex;
    margin-top: 80px;
    margin-bottom: 50px;
}

.box-locate-mobile{
    display: none;
}

.box-locate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87vw;
    height: 45vw;
    background-color: #E008B2;
    border-radius:  40px 0px 0px 40px;
    box-shadow: inset 11px 8px 15px -3px rgba(0, 0, 0, 0.135),3px -3px 18px 5px rgba(0, 0, 0, 0.103),0px 10px 15px -3px rgba(0,0,0,0.1);
}

.img-map{
    display: grid;
}

.text-map{
    transform: translate(-10%, 0%);
}

.video-map video{
    border-radius: 10px;
    width: 19vw;
}

.text-map iframe {
    transform: translate(33%, 0);
    z-index: 0;
    border: 0;
    width: 32vw;
    height: 32vw;
    border-radius: 10px;
    position: relative;


}

.img-map {
    z-index: 0;
    width: 45vw;
    height: 58vw;
    border-radius: 0px 30px 0 0px;
}

.text-map h1{
    transform: translate(20%);
    position: relative;

    height: 100px;
    font-size: 4vw;
    color: #ffffff;
  

}
.video-map iframe{
    display: none;
}

@media (max-width: 1150px) {
    .see-product{
        margin-block:150px;
    }
    .box-locate-mobile{
        display: grid;
        border-radius: 40px 0px 40px 0px;   
        width: 800px;
        height: 1500px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .img-map {
        display: none;
    }
    .locate{
        border-radius: 40px;
        flex-direction: column;
    }
    .box-father-locate {
        margin-top: -70px;
        flex-direction: column;

        height: 1450px;
    }
    
    .box-locate {
        display: none;
    }

    .video-map video{
        transform: translate(5.5%, 0%);
        width: 450px;
        margin-bottom: 50px;
    }

    .video-map iframe {
        margin: auto;
        display: flex;
        border: 0;
        width: 500px;
        height: 500px;
        border-radius: 10px;
    }
}

footer {
    margin-top: 60px;
    background-color: #ffffff;
    width: 100%;
    display: grid;
    color: var(--text);
      font: 400 1rem "Mukta", sans-serif;

}

.footer-top {
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #E008B2;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font: "Mukta", sans-serif;
}

.footer-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    background-color: white;
    display: flex;

    font: "Mukta", sans-serif;
    flex-wrap: wrap;
}

.footer-bottom{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #015789;
    width: 100%;
    height: 50px;
    font: "Mukta", sans-serif;

}

.whatsapp {
    margin-bottom: 9px;
    padding: 6px;
    width: 40px;
    height: 40px;
    background-color: rgb(11, 229, 11);
    border-radius: 10px;
    margin-left: -11px;
    font: "Mukta", sans-serif;
}

.facebook {
    width: 68px;
    height: 68px;
    font: "Mukta", sans-serif;
}

.instagram {
    width: 70px;
    height: 70px;
    font: "Mukta", sans-serif;
}

.visite {
    position: relative;
    width: 200px;
    height: 20px;
    padding-bottom: 105px;
    font: "Mukta", sans-serif;
}

.visite h2, .contato h2, .rede-social h2{
    font-weight: bold;
}

.contato {
    position: relative;
    margin: auto 80px;
    width: 300px;
    height: 150px;
    padding-top: 30px;
    transform: translate(28%, 0%);
    font: "Mukta", sans-serif;
}

.rede-social {
    position: relative;
    transform: translate(0%, 0%);
    width: 300px;
    height: 150px;
    padding-top: 30px;  
    font: "Mukta", sans-serif;
}

.visite, .contato, .rede-social h2 {
    color: white;
    font: "Mukta", sans-serif;
}

.contato p {
    font: "Mukta", sans-serif;
    margin-top: 10px;
    color: white;
}

.contato-text {
    font: "Mukta", sans-serif;
    margin-left: 20px;
    width: 150px;
    height: 200px;
    text-align: center;
}

.visite p {
    font: "Mukta", sans-serif;
    margin-top: 13px;
    color: white;
}

.rede-social img {
    transform: translate(-35%, 0%);
    margin-top: 15px;
    margin-right: 15px;
}

.whatsapp-contato {
    font: "Mukta", sans-serif;
    display: flex;
    margin-left: 8px;
    margin-top: 9px;
    padding: 8px;
    width: 120px;
    height: 40px;
    background-color: rgb(4, 210, 4);
    border-radius: 10px;
    justify-content: center;
    align-items: center;

}

.whatsapp-contato a{
    font: "Mukta", sans-serif;
    position: relative;
    font-size: 15px;
    margin-left: 9px;
    text-align: left;
    font-weight: bold;
}

@media (max-width: 1150px) {
    .footer-top{
        flex-direction: column;
        height: 500px;
        justify-content: left;
        align-items: normal;
    }
    .contato, .visite, .rede-social {
        margin: auto 30px;
        margin-top: 20px;
    }
    .rede-social img{
        transform: translate(-10%, -10%);
    }
    .contato-text{
        text-align: left;
        margin-left: 0px;
    }
    .whatsapp-contato{
        margin: 10px 0;
    }
    .contato{
        transform: translate(0%, -15%);
    }
    .email-p {
        margin-left: 50px;
    }
}

/*       accordion        */



.container-cord {
    display: flex;
    margin-bottom: -60px;
    margin-top: 140px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background: linear-gradient(90deg, rgb(35, 156, 237) 28%,rgb(68, 52, 239) 75%);
    width: 100%;
    height: 720px;
}

.accordion {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 1;
    margin: 0;
    transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
    font-size: 0px;
    color: transparent;
}

.accordion h1{
    margin-top: 480px;
    margin-left: 30px;
}

.accordion:hover {
    flex-basis: 15vw;
    color: white;
    font-size: 20px;
}

@media (max-width: 800px) {
    .accordion:hover {
        flex-basis: 50vw;
    }
}


/* --------------SEE-FOOTER--------------- */
.see-product{


    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 500px;
    background-color: black;
}



.orc-see {
    display: grid;
    width: 610px;
}

  .orc-see h1{
    margin-left: 00px;
    font-size: 80px;
    margin-bottom: 50px;
  }


.btn-see {
    width: 222px;
    height: 25px;

    margin: auto;
    margin-left: 00px;
    background-color: #4285F4; 
    color: white; 
    border: none;
    padding: 24px;
    padding-left: 47px;
    border-radius: 30px;
    font-size: 20px; 
    cursor: pointer; 
    position: relative; 
    overflow: hidden;
    transition: all 0.3s ease; 
}

.btn-see:hover {
    transform: scale(1.1); /* Expande o botão */
    box-shadow: 0 0 10px rgba(0,0,0,0.2); /* Adiciona uma sombra suave */
}

@media (max-width: 1100px){
    .img-orc {
        margin-right: 30px;
    }
    .orc-see {
        margin-left: 30px;
    }
}
