/*FormContato e Depoimento*/
.bx-alert{
    top: 30px;
    z-index: 9999;
    right: 30px;
    width: 300px;
    display: none;
    position:fixed;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
}
.bx-form .form-group{
    margin-bottom: 15px;
}
.bx-form input[type="text"], .bx-form input[type="email"], .bx-form input[type="password"], .bx-form input[type="file"], .bx-form input[type="date"], .bx-form input[type="number"]{
    border: solid 0px #000;
    height: 45px;
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    border-radius: 19px;
    background: #fff;
    padding: 6px 24px;
    box-shadow: none !important;
}
.bx-form input[type="file"]{
    padding-top: 11px;
}
.bx-form input:focus{
    outline: none;
}
.bx-form select{
    border: 0px;
    height: 45px;
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    border-radius: 19px;
    background: #fff;
    padding: 6px 24px;
    box-shadow: none !important;
}
.bx-form textarea{
    border: solid 0px #000;
    height: 100px !important;
    color: #959595;
    font-size: 14px;
    font-weight: 500;
    padding-top: 15px;
    background: #fff;
    border-radius: 19px;
    resize: none !important;
    box-shadow: none !important;
}
.bx-form textarea:focus{
    outline: none;
}
.p-form{
    font-weight: 600;
}
.box-recapctha{
    width: 253px;
    height: 63px;
    overflow: hidden;
    position: relative;
}
.bx-form ::placeholder{
    color: #959595;
    font-weight: 500;
}
.bx-form :-ms-input-placeholder{
    color: #959595;
    font-weight: 500;
}
.bx-form ::-ms-input-placeholder{
    color: #959595;
    font-weight: 500;
}
/*---*/
.bx-form2 label{
    color: #fff;
    font-weight: 400;
}
.bx-form2 input[type="text"], .bx-form2 input[type="email"], .bx-form2 input[type="password"]{
    border: solid 1px #000;
    height: 40px;
    color: #000;
    font-size: 16px;
    border-radius: 50px;
    background: transparent;
    text-transform: uppercase;
    box-shadow: none !important;
}
.bx-form2 input:focus{
    outline: none;
    border-color: #bf0811;
}
.bx-form2 select{
    border: solid 1px #000;
    height: 40px;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 50px;
    background: transparent;
}
.bx-form2 textarea{
    border: 0px;
    height: 120px;
    color: #919191;
    font-size: 14px;
    border-radius: 0px;
    background: #FFF;
    resize: none !important;
    box-shadow: none !important;
}
.bx-form2 textarea:focus{
    border-color: #C51B22;
    outline: none;
}
.bx-form2 .form-group{
    margin-bottom: 30px;
}

.bx-form2 ::placeholder {
  color: #000;
  opacity: 1; /* Firefox */
}

.bx-form2 ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #000;
}

.dark input, .dark select, .dark textarea{
    color: #fff !important;
    border: solid 1px #fff !important;
}
.dark .placeholder{
    color: #fff !important;
}
.dark .a-politica{
    color: #fff;
}
.dark select option{
    color: #000 !important;
}

.dark ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.dark ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}