/* --------bigBox--------------------------------------- */
.bigBox-conteiner{
    width: 100%;
    background-image: url('../img/background/background-message.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100vh;
    min-height: 100vh;
    padding-bottom: 10px;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0px;
  
}
.showBigbox{
    display: block;
}
.bigBox-logo img{
    width: 200px;
}
.bigBox-close{
    cursor: pointer;
}
.flex-1-bigBox{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.bigBox-close img{
    height: 30px;
}

.bigBox-container-form{
    width: 80%;
    background-color: #035946;
    margin: auto;
    padding: 25px 100px;
    border-radius: 120px 120px 0px 120px;
}
.bigBox-title{
    color: white;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}
.bigBox-text{
    max-width: 750px;
    color: #fff;
    font-size: 16px;
    margin: 0px auto;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}
.bigBox-form input[type="text"]{
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    background-color: transparent;
    margin-bottom: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    padding:12px;
    border-radius:40px 40px 40px 0px ;
    color: #fff;
}
.bigBox-form input[type="tel"]{
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    background-color: transparent;
    margin-bottom: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    padding:12px;
    border-radius:40px 40px 40px 0px ;
    color: #fff;
}
.bigBox-form input[type="email"]{
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    background-color: transparent;
    margin-bottom: 12px;
    border: 1px solid #fff;
    font-size: 16px;
    padding:12px;
    border-radius:40px 40px 40px 0px ;
    color: #fff;
}
input::placeholder ,textarea::placeholder{
    color:#fff;
  }
input:focus{
    outline: none;
}
.bigBox-form{
    padding-top: 15px;
}
textarea{
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius:40px 40px 40px 0px ;
    padding:12px;
    margin-bottom: 12px;
    height: 80px
}
textarea:focus{
    outline: none;
}
.flex-2-bigBox{
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    gap: 16px;
}
.flex-2-bigBox img {
    width: 30px;
    height: 30px;
}
.send-contac {
    background-color: #fff;
    padding: 10px 15px;
    width: 120px;
    color: #035946;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border: none;
    border-radius: 12px 12px 0px 12px;
    cursor: pointer;
    float: right;

}
.item-btn{
    flex-grow: 2;
}