/* Nossa Matriz Inicio*/
.nossa-matriz{
    height: 400px;
}
.nossa-matriz-imgs{
    height: 380px;
    width: 100%;
    position: absolute;
    z-index: 2;
}
.nossa-matriz-imgs img{
    height: 300px;
    margin:5px;
}
.nossa-matriz-fundo{
    height: 100%;
    margin-left: 80%;
}
.nossa-matriz-text{
    position: absolute;
    z-index: 3;
    margin-bottom: 18%;
}
.nossa-matriz-adress{
    position: absolute;
    z-index: 4;
    margin-top: 19%;
}

/* Trabalhe Conosco*/
.trabalhe-conosco{
    height: 400px;
}
.trabalhe-conosco-img{
    height: 100%;    
    width: 50%;
}
.trabalhe-conosco-img img{
    height: 90%;
    margin-top: 5%;
    margin-left: 10px;
}

.trabalhe-conosco-img-2{
    height: 100%;   
    width: 50%;
}
.trabalhe-conosco-img-2 img{
    height: 90%;
    margin-left: 60%;
}

.trabalhe-conosco-form{
    position: absolute;
    width: 50%;
}
.trabalhe-conosco-form input{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 4px;
    border-style: none;

}
.send-black{
    background-color: black;
    width: 30%;
    height: 40px;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

/* Fale Conosco*/
.fale-conosco{
    height: 400px;
}
.fale-conosco-img{
    width: 50%;
    height: 100%;
    margin-left: 50%;
}

.fale-conosco-img img{
    height: 100%;
    width: 35%;
    margin-left: 65%;
}

.fale-conosco-form{
    position: absolute;
    width: 50%;    
}

.fale-conosco-form input{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 4px;
    border-style: none;
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}


@media (min-width: 1366px) {
    .nossa-matriz{
        height: 380px;
    }
    .nossa-matriz-text{
        margin-bottom: 25%;
    }
    .nossa-matriz-adress{
        margin-top: 25%;
    }
    .trabalhe-conosco{
        height: 320px;
    }
    .fale-conosco{
        height: 320px;
    }
}

@media (min-width: 1600px) {
  
    .nossa-matriz-text{
        margin-bottom: 21%;
    }
    .nossa-matriz-adress{
        margin-top: 22%;
    }
    .trabalhe-conosco{
        height: 340px;
    }
    .fale-conosco{
        height: 340px;
    }
}

@media (max-width: 768px){
    /* Nossa Matriz*/
    .nossa-matriz{
        height: 360px;
    }
   .nossa-matriz-fundo img{
       height: 250px;
   } 
   .nossa-matriz-text{
       margin-bottom: 75%;
   }
   .nossa-matriz-adress{
       margin-top: 75%;
       width: 80%;
       text-align: center;
   }
   .nossa-matriz-imgs{
       width: 80%;
       height: 28%;
       margin-bottom: 15px;
   }
   .nossa-matriz-img{      
       width: 100%;
       height: 100%;
   }
   .nossa-matriz-img img{
        width: 100%;
        height: 100%;
        margin: 0;
   }
   /* Trabalhe conosco*/
   .trabalhe-conosco-img{
        width: 20%;
        margin-right: 80%;
   }
   .trabalhe-conosco-img img{
       height: 75%;
       margin-top: 120%;
   }
   .trabalhe-conosco-form{
       margin-left: 20%;
   }
   .send-black{
       width: 60%;
       height: 30px;
   }
   /*Fale Conosco*/
   .fale-conosco-form{
       margin-right: 20%;
   }
   .fale-conosco-img {
       width: 65%;
   }
    
   .fale-conosco-img img{
       width: 100%;
       margin-left: 30%;
   }
}