.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
    min-height: 565px;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
}

input.btn-submit {
    float: right;
    background-color: #d2b48c;
    border-color: #d2b48c;
    border-radius: 25px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all ease 0.5s 0s;
}

input.btn-submit:hover {
    background-color: #000;
    color: #d2b48c;
}

input.form-control,
select.form-control {
    height: 29px;
}

.image-just {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 74px;
    display: flex;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 19px;
    font-weight: 900;
}

.title {
    display: inline;
    font-size: 20px;
    font-weight: bold;
    color: #949494;
}

.subTitle {
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.form-modal label {
    font-weight: 400;
}

.form-modal input {
    border: 1px solid #ccc;
    font-weight: 400;
}

.form-modal input:focus,
.form-modal select:focus {
    border: 1px solid #ccc;
}

.form-modal {
    margin-top: 20px;
}

@media screen and (max-width: 700px) {
    .modal-content {
        width: 96%;
    }
}

@media screen and (max-width: 1000px) and (min-width: 701px) {
    .modal-content {
        width: 70%;
    }
}


#validation {
    color: red;
    font-size: 12px;
    line-height: 17px;
    width: 50%;
    float: left;
}

.link{
    color: #3f51b5;
    text-decoration: underline;
}
.link:hover{
    color: #ff1100;
    text-decoration: underline;
}

.toast-warning {
    background-color: #ffc800;
    color: #71522c;
}

.toast-warning .toast-close-button{
    color: #71522c;
}   
#toast-container>div{
    opacity: 1
}

#toast-container.toast-bottom-center>div, #toast-container.toast-top-center>div
{
    width: auto;
    min-width: 300px;
    max-width: 600px;
}

#toast-container>.toast-warning {
    background-image: none!important;
}

.form-control:focus {
    border: 1px solid!important;
    border-color: #ccc!important;
    box-shadow: initial!important;
}

.language-bar{
    text-align: right; 
    margin: 3px 0 -3px 0
}
.language-bar a.active{
    display: none;
}
.language-flag{
    width: 30px!important;
    height: auto!important;
    display: inline-block;
}

.sponsors h2{
  font-size: 16px; text-transform: uppercase; font-weight: bold;
  margin-top: 14px;
}
.sponsors .title::before {
    background: url(/wp-content/themes/chuteinicial/assets/images/title-bg.png) no-repeat;
    content: "";
    height: 56px;
    left: 0px;
    position: absolute;
    top: -13px;
    width: 76px;
    z-index: -1;
    background-size: contain;
}
.sponsors .img{
  
}
.sponsors .apoio{

}