/*TOPO - MENU E LOGOTIPO*/
.navbar {
    background-image: url(../img/lawhammer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    font-weight: 500;
    margin: auto;
}

.logotipo {
    height: 200px;
    margin: auto;
    position: relative;
    width: 50%;
    display: block;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

  /* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

  /* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

  /* Add an active class to highlight the current page */
.topnav a.active {
    background-color: #272727;
    color: white;
}

  /* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      align-items: center;
    }
}

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

/*FIM DO TOPO - MENU E LOGOTIPO*/

/*INICIO FOTO E SOBRE BASICO*/

.row { 
    margin-top: 50px;
}

.retrato {
    background-image: url(../img/retrato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: middle;
    width: 90%;
    height: 100%;
    padding-top:15%;
    position: relative;
}

.textosobre {
    padding-top: 20px;
    margin: 5%;
}
.textosobre h5 {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    margin-right: -20%;
    padding-top: 30px;
}

.textosobre h4 {
    font-weight: 700;
    font-size: 16px;
    padding-top: 10px;
}

.textosobre h2 {
    font-weight: 700;
    font-size: 40px;
}

/*FIM FOTO E SOBRE BASICO*/

/*INICIO AREAS DE APTIDAO*/

.container {
    margin: auto;
}

.containerap {
    background-color: rgb(27, 27, 27);
}

.areasactuacao {
    color: rgb(200, 200, 200);
    padding-top: 25%;
    padding-left: 25%;
    text-align: center;
}

.areaslista {
    color: rgb(200, 200, 200);
    margin-top: 20px;
    margin-bottom: 40px;
}

.areaslista h3 {
    line-height: 60px;
}

.educ {
    position: relative;
    padding-right: 3rem;
}

.educ h3 {
    text-align: right;
    line-height: 28px;
    padding-top: 30px;
}
.educ h4 {
    text-align: right;
    line-height: 28px;
    padding-top: 10px;
}
.educ h6 {
    text-align: right;
    line-height: 28px;
}
.educ p {
    text-align: right;
    font-size: 12px;
    }

    .v1 {
        border-left: solid #3b3b3b;

    }

.exp {
        width: 100%;
        margin-left: 3rem;
}
    
.exp h3 {
    text-align: left;
    line-height: 28px;
    padding-top: 30px;
}
.exp h4 {
    text-align: left;
    line-height: 28px;
    padding-top: 10px;
}
.exp h6 {
    text-align: left;
    line-height: 28px;
}
.exp p {
    text-align: left;
    font-size: 12px;
    }

.textosobre p {
    font-size: 12px;
}

.infoad {
    width: 100%;
    position: relative;
    margin-top: 3rem;
}

.infoad h3 {
    text-align: center;
    line-height: 28px;
    padding-top: 30px;
}

.infoad h4 {
    text-align: center;
    line-height: 28px;
    padding-top: 30px;
}

.infoad p {
    text-align: justify;
    font-size: 16px;
    margin: auto;
    }

.contactos {
    text-align: center;
    margin: auto;
    position: relative;
    margin-top: 20%;
}

.contactos h3 {
    text-align: center;
    margin: auto;
    position: relative;
}

.contactos h4 {
    text-align: center;
    margin: auto;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.contactos h5 {
    text-align: center;
    margin: auto;
    position: relative;
}

#markgps {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input {
    background-color: black;
}

#googleMap {
    width: 100%;
    height: 600px;
    margin-top: 40px;
    position: relative;
}

/*AREAS DE ATUAÇAO*/
.aactua {
    align-content: center center;
    position: relative;
    vertical-align: center;
}

.aactua h1 {
    text-transform: uppercase;
    margin: auto;
    position: relative;
    font-weight: bold;
}

.a1 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/conten.jpg);
    background-position: center center;
    opacity: 1;
    text-align: left;
    padding-top: 4rem;
    padding-left: 3rem;
    color: #272727;
}

.a2 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/contractos.jpg);
    background-position: center center;
    text-align: right;
    padding-top: 4rem;
    padding-right: 3rem;
    color: #ececec;
}
.a3 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/fam.jpg);
    background-position: center center;
    opacity: 1;
    text-align: left;
    padding-top: 4rem;
    padding-left: 3rem;
    color: #272727;
}

.a4 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/insol.jpg);
    background-position: center center;
    text-align: right;
    padding-top: 4rem;
    padding-right: 3rem;
    color: #272727;
}
.a5 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/laboral.jpg);
    background-position: center center;
    opacity: 1;
    text-align: left;
    padding-top: 4rem;
    padding-left: 3rem;
    color: #272727;
}

.a6 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/empresa.jpg);
    background-position: center center;
    text-align: right;
    padding-top: 4rem;
    padding-right: 3rem;
    color: #ececec;
}

.a7 {
    margin-top: 2rem;
    width: 100%;
    height: 150px;
    background-image: url(../img/urba.jpg);
    background-position: center center;
    opacity: 1;
    text-align: left;
    padding-top: 4rem;
    padding-left: 3rem;
    color: #272727;
}


/*FIM DE AREAS DE ATUAÇAO*/


/*SMARTPHONE CONVERT */
/*SMARTPHONE CONVERT */
/*SMARTPHONE CONVERT */

@media screen and (max-width: 600px) {

    .navbar {
        background-image: url(../img/lawhammer.jpg);
        background-position: left center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
        margin: auto;
    }
    
    .logotipo {
        height: auto;
        margin: auto;
        position: relative;
        width: 75%;
        margin-bottom: 2rem;
        margin-top: 1rem;
        display: block;
        padding: 0;
    }
    

/*INICIO FOTO E SOBRE BASICO*/

.retrato {
    background-image: url(../img/retrato.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 90%;
    height: 400px;
    padding:0px;
    margin: auto;
    margin-top: 1rem;
}
.row { 
    margin: auto;
    padding:0px;
    width: 100%;
}

.col-sm-6 {
    padding:0px;
    margin: auto;
    width: 100%;
}
.textosobre {
    padding:0px;
    margin: auto;
    width: 100%;
}
.textosobre h5 {
    font-size: 12px;
    text-align: justify;
    line-height: 28px;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 10px;
}

.textosobre h4 {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.textosobre h2 {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    margin-top: 1rem;
}

/*FIM FOTO E SOBRE BASICO*/

/*INICIO AREAS DE APTIDAO*/

.container {
    margin: auto;
    padding:0px;
}

.containerap {
    background-color: rgb(27, 27, 27);
    padding:0px;
}

.areasactuacao {
    color: rgb(200, 200, 200);
    margin: auto;
    text-align: center;
    padding: 1rem 0 1rem 0 ;
    margin-top: 1rem;
}

.areasactuacao h1 {
    font-size: 27px;
    padding:0;
}

.areaslista {
    color: rgb(200, 200, 200);
    margin: auto;
    margin-left: 2rem;
  
}

.areaslista h3 {
    line-height: 60px;  
    font-size: 18px;
}

.educ {
    width: 100%;
    position: relative;
    margin: 0;
    padding-right: 1rem;
}

.educ h3 {
    text-align: right;
    line-height: 28px;
    padding-top: 1rem;
}
.educ h4 {
    text-align: right;
    line-height: 28px;
    padding-top: 10px;
    padding-right: 1rem;
}
.educ h6 {
    text-align: right;
    line-height: 28px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.educ p {
    text-align: right;
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    }

.v1 {
    display: none; 
    border-left: solid #3b3b3b;
    margin: 0;

    }

.exp {
        width: 100%;
        position: relative;
        margin: auto;
        margin: 0;
        padding-left: 1rem;
}
    
.exp h3 {
    text-align: left;
    line-height: 28px;
}
.exp h4 {
    text-align: left;
    line-height: 28px;
    padding-top: 1rem;
}
.exp h6 {
    text-align: left;
    line-height: 28px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.exp p {
    text-align: left;
    font-size: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
    }

.textosobre p {
    font-size: 12px;
}

.infoad {
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;

}

.infoad h3 {
    text-align: center;
    line-height: 28px;
    padding-top: 2rem;
    margin: 0;
}

.infoad h4 {
    text-align: center;
    line-height: 28px;
    padding-top: 30px;
}

.infoad p {
    text-align: justify;
    font-size: 12px;
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    }

.contactos {
    text-align: center;
    margin: auto;
    position: relative;
}

.contactos h4 {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.contactos h5 {
    line-height: 20px;
    color: inherit;
}

#markgps {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

#envmsg {
    background-color: black;
}

#googleMap {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: relative;
}

/*AREAS DE ATUAÇAO*/
.aactua {
    align-content: center center;
    position: relative;
}

.aactua h1 {
    text-transform: uppercase;
    margin: auto;
    position: relative;
    font-weight: bold;
    font-size: 18px;
}

.a1 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color: rgb(34, 28, 28);
    text-align: left;
    padding: 20px 0;
    color: silver;
    margin: 0;
    margin-top: 2rem ;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.a2 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color:silver;
    text-align: right;
    padding: 20px 0;
    color: rgb(53, 41, 41);
    margin: 0;
    margin-bottom: 1rem;
    padding-right: 1rem;
}
.a3 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color: rgb(34, 28, 28);
    text-align: left;
    padding: 20px 0;
    color: silver;
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.a4 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color:silver;
    text-align: right;
    padding: 20px 0;
    color: rgb(53, 41, 41);
    margin: 0;
    margin-bottom: 1rem;
    padding-right: 1rem;
}
.a5 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color: rgb(34, 28, 28);
    text-align: left;
    padding: 18px 0;
    color: silver;
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.a6 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color:silver;
    text-align: right;
    padding: 20px 0;
    color: rgb(53, 41, 41);
    margin: 0;
    margin-bottom: 1rem;
    padding-right: 1rem;
}

.a7 {
    width: 100%;
    height: 60px;
    background-image: none;
    background-position: left center;
    background-color: rgb(34, 28, 28);
    text-align: left;
    padding: 18px 0;
    color: silver;
    margin: 0;
    margin-bottom: 1rem;
    padding-left: 1rem;
}


/*FIM DE AREAS DE ATUAÇAO*/