@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');


*{
	text-decoration: none;
	font-family: poppins;
	box-sizing: border-box;
}
body{
	margin: 0%;
}
@media only screen and (max-width: 1150px) {
    body {
    flex-direction: column;
    overflow-x: hidden;
  }

}
section.section-1{
    display: flex;
    justify-content: space-evenly;   
    background-color: #26478F;
}

section.section-2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    height: 140px;
}
section.section-2 img{
	margin-top: 10px;
	margin-left: 0px;
}

div.block-1{
    display: flex;
    align-items: center;
}

div.phone-apointment{
    display: flex;
    align-items: center;
}

section.section-1 h1{
   
	font-size: 16px;   
    color: #fff; 
    position: relative;
    left: -150px;
}
section.section-1 .emaul a{
	color: #fff;

}
section.section-1 .fa-paper-plane{
	font-size: 16px;
   
    color: #fff;   
}

div.social-btn ul li i{
    font-size: 20px;
    margin: 10px 7px;
    color: #fff;
    position: relative;
    left: 90px;
}

div.social-btn ul li i:hover{
    color: steelblue;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: default;
}

li{
    display: inline-block;
}

div.phone-number{
	background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%);
	color: #fff;
    font-size: 20px;
    margin-left: 100px;
    padding: 5px 20px;    
    border-radius: 50px;
}

div.phone-number1{
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: #fff;
    font-size: 20px;
    margin-left: 90px;
    padding: 5px 20px;    
    border-radius: 50px;
}

div.phone-number i{
    transform: rotateY(180deg);
}

div.appointment button{
    border: none;
    background: rgb(245,122,13);
background: linear-gradient(90deg, rgba(245,122,13,1) 0%, rgba(245,118,13,1) 10%, rgba(253,6,27,1) 43%, rgba(255,0,26,1) 100%);
    font-size: 22px;
    color: white;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    outline: none;
    margin: 0px 15px;
    transition: box-shadow 0.5s;
}

div.appointment button:hover{
    box-shadow: 0px 0px 10px green;
}


@media only screen and (max-width: 1080px) {
  .section-1 {
    flex-direction: column;
  }

  .section-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  section.section-1 h1{  
  font-size: 15px; 
     position: relative;
     top: 0px;
     left: 5px; 
  }

.block-1 {
    flex-direction: column;
  }

  .block-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.section-2{
    flex-direction: column;
    height: 100%;
  }

    section.section-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  section.section-2 .logo{
    flex-direction: column;
  }

    section.section-2 .logo{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  section.section-2 .phone-apointment{
    flex-direction: column;
    margin-top: 15px;
    
  }

    section.section-2 .phone-number{
     margin-bottom: 10px;
  }

   section.section-2 .phone-number1{
     margin-bottom: 10px;
  }
  section.section-2 .appointment{
     margin-bottom: 10px;
  }
  
}

/*---------------------------- INICIO CODIGO MENU ---------------------*/

nav{
background: rgb(3,42,78);
background: linear-gradient(90deg, rgba(3,42,78,1) 0%, rgba(13,138,245,1) 67%, rgba(7,113,209,1) 79%);
}

/*  #4485DC 
#023A8B - ficou otima
	#025B7D
	#0A3D62
	#168DCF
	#3E7CCE
	#1C41B4
	#2C3E50 - não gostei, tentar


- otimo

*/

nav ul{
    text-align: center;
}

nav li{
    text-align: center;
}

nav ul li a{ 
    width: 150PX;  
    font-size: 18px;
    display: block;
    color: #fff;
    padding: 8px 10px;
    margin: 0px 5px;
    font-weight: 500;
    border-top: 4px solid transparent;    
    border-bottom: 4px solid transparent;
    border-radius: 2px;
    transition-property: border-bottom,background-color;
    transition-duration: 0.4s;
}
nav ul li a:hover{
  width: 150px;
  background-color: red;
  color: #fff;
  text-decoration: none;
}

/*---------------------------- INICIO CODIGO HOME EMPRESA-----------------------------*/
.corpo1{
    width: 96%;
     margin: 20px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;  
     background: rgb(3,42,78);
    background: linear-gradient(
90deg, rgba(3,42,78,1) 0%, rgba(13,138,245,1) 67%, rgba(7,113,209,1) 79%);
}

.container2{
    position: relative;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    height: 600px;
    background: #fff;
    margin: 20px;
}

.container2 .imageBox2{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    background: #006dbc;
}

.container2 .imageBox2:before{

    content:'Disbramafe';
    position: absolute;
    top: 20px;
    left: 20px;
    color: #000;
    opacity:0.1;
    font-size: 9em;
    font-weight: 900;
}

.container2 .imageBox2 img{
    position: relative;
    width: 700px;
    transform: rotate(-30deg);
    left: -50px;
}

.container2 .details2{
    display:flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100% ;
    box-sizing: border-box;
    padding: 40px;
}

.container2 .details2 h2{
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    line-height: 0.8em;
    color: #444 ;
}

.container2 .details2 h2 span{
    font-size: 0.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
}

.container2 .details2 p{

    max-width: 85%;
    margin-left: 15%;
    color: #333;
    font-size: 15px;
}

.container2 .details2 h3{
    margin: 20px 0;
    padding: 0;
    font-size: 2.5em;
    color: #a2a2a2;
    float: left;
}

.container2 .details2 button{
    background: #006dbc;
    color:#fff;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 15px 20px;
    margin-top: 80px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 35px;
    float: right;
    cursor: pointer;
}

@media only screen and (max-width: 1080px){

.container2{
    height: auto;
}

.container2 .imageBox2{
    padding: 40px;
    box-sizing: border-box;
    width:100% !important;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.container2 .imageBox2 img 
{
    left: initial;
    max-width: 100%;
    transform: rotate(0deg);
}

.details2
{
    width: 100% !important;
    height: auto;
    padding: 20px;
}

.container2 .details2 p
{
    max-width: 100%;
    margin-left: 0;
    font-size: 15px;
}

.container2 .details2 button{    
    margin-top: 10px; 
}
}

/*---------------------------- INICIO CODIGO HOME PARCEIROS-----------------------------*/
.corpo3{    
  padding: 0;
  box-sizing: border-box;
  width: 96%;    
  background-color: #F4F4F4;
  margin: -80px auto; 
  margin-bottom: 20px;   
  }

  .corpo3 h1{   
      font-size: 26px;
      color: #26478F;
      text-align: center;
      letter-spacing: 1.5px;
      padding-top: 20px;
  }
.corpo3 h1::after{
      content: "";
      height: 5px;
      width: 205px;
      background-color: #26478F;
      border-radius: 6px;
      position: relative;
      display: block;
      margin: auto;
    }



.team-area{
margin-top: 2%;
}
h3,p{
margin: 0;
}
.team-member:before{
position: absolute;
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color:rgba(0,0,0,0.9);
opacity: 0;
transition: all 0.5s ease 0s;
}
.team-member:hover:before{
opacity: 1;
}
.team-member{
text-align: center;
position: relative;
overflow: hidden;
color: #fff;
}
.team-member:after{
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 170%;
top: 0;
transform: skewX(45deg);
transition: all 1s ease 0s;
background-color:#08A6F8;
z-index: 1;
}
.team-member:hover:after{
left: -170%;
top: 0;
}
.team-member img{
width: 100%;
height: auto;
}
.team-member .team-text{
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
transition: all 0.5s ease 0s;
}
.team-member:hover .team-text{
bottom: 30%;
}
.team-member .team-text h3{
display: block;
text-transform:uppercase;
letter-spacing: 1px;
font-size:22px;
font-weight: 700;
margin: 0 0 10px;
}
.team-member .team-text h4{
font-style: italic;
font-weight: 600;
display: block;
font-size: 15px;
}
.team-text p i {
margin: 0 7px;
}
@media screen and (max-width:800px){
.team-member{
margin-bottom: 30px !important;
}
}










.corpo3 .teste{
  width: 100%;
  margin: 0 auto; 
  overflow: hidden;
  align-items: center;
  
}
.corpo3 .imgbx{
  float: left;
  width: 200px;
  height: 200px;  
  margin-top: 20px;
  margin-left: 70px;
  margin-bottom: 20px;
  border:1px solid #4485DC; 
  box-shadow: 5px 5px 10px #0A3D62;
-webkit-box-shadow: 5px 5px 10px #0A3D62;
-moz-box-shadow: 5px 5px 10px #0A3D62;

}
.corpo3 .imgbx img{
  width: 100%;
  height: 100%;
  justify-content: center;
}



@media only screen and (max-width: 1080px) {
  .corpo3 {
    flex-direction: column;
  }

  .corpo3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
  }

  .corpo3 .teste{
    flex-direction: column;

  }

  .corpo3 .teste{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  
}






/*---------------------------- INICIO CODIGO HOME PRODUTOS-------------------------*/
.corpo4{
     width: 96%;
     margin: 20px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    background-color: #26478F;

}

.container4 {
  margin: 20px 40px;
  color: white;
}

.heading4 {
  font-size: 60px;
  color: white;
}
.heading4 span {
  font-style: italic;
  font-size: 30px;

}

.profiles4 {
  display: flex;
  justify-content: space-around;
  margin: 20px 80px;
}

.profile4 {
  flex-basis: 260px;
}

.profile4 .profile-img4 {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  filter: grayscale(100%);
  cursor: pointer;
  transition: 400ms;
}

.profile4:hover .profile-img4 {
  filter: grayscale(0);
}

.user-name4 {
  margin-top: 30px;
  font-size: 35px;
}

.profile4 h5 {
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 3px;
  color: #ccc;
}

.profile p {
  font-size: 16px;
  margin-top: 20px;
  text-align: justify;
}

@media only screen and (max-width: 1080px) {
  .profiles4 {
    flex-direction: column;
  }

  .profile4 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .profile4 p {
    text-align: center;
    margin: 20px 60px 80px 60px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .heading4 {
    font-size: 40px;
    color: white;
    text-align: center;
  }

  .heading4 span {
    font-size: 15px;
  }

  .profiles4 {
    margin: 20px 0;
  }

  .profile4 p {
    margin: 20px 10px 80px 10px;
  }
}


/*---------------------------- INICIO CODIGO FOOTER-------------------------*/

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50px 100px;
  background: #111;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

footer .container .sec {
  margin-right: 30px;
}
footer .container .sec.aboutus {
  width: 40%;
}
footer .container h2 {  
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
footer .container h2:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #f00;
}

footer p {
  color: #999;
}
.sci {
  margin-top: 20px;
  display: flex;
}
.sci li {
  list-style: none;
}
.sci li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
}
.sci h2 {
  list-style: none;
}

.sci li a:hover {
  background: #f00;
}
.sci li a .fa {
  color: #fff;
  font-size: 20px;
}

.quickLinks {
  position: relative;
  width: 25%;
}
.quickLinks ul li {
  list-style: none;
}
.quickLinks ul li a {
  color: #999;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.quickLinks ul li a:hover {
  color: #fff;
}
.contact {
  width: calc(35% - 60px);
  margin-right: 0 !important;
}
.contact .info {
  position: relative;
}
.contact .info li {
  display: flex;
  margin-bottom: 16px;
}
.contact .info li span:nth-child(1) {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.contact .info li span {
  color: #999;
}
.contact .info li a {
  color: #999;
  text-decoration: none;
}
.contact .info li a:hover {
  color: #fff;
}

.copyrightText {
  width: 100%;
  background: #181818;
  padding: 8px 100px;
  text-align: center;
  color: #999;
}
@media only screen and (max-width: 1080px) {
  footer {
    padding: 40px;
  }
  footer .container {
    flex-direction: column;
  }
  footer .container .sec {
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .container .sec.aboutus,
  .quickLinks,
  .contact {
    width: 100%;
  }

  .copyrightText {
    padding: 8px 40px;
  }
}


/* FINAL FOOTER */

/* ======================= CODIGOS INICIO EMPRESA ==========================*/

.pgempresa{
    width: 96%;
    margin: 20px auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58vh;
    font-family: 'Poppins', sans-serif;
    background-color: #26478F;
}

.containerpgem {
        display: flex;
        justify-content: space-between;
        background: linear-gradient(286.81deg, #6BFFE8 -63.22%, #33A394 -42.05%, #41A7B8 9.52%, #358DB6 57.37%, #256A96 81.94%);
        /* height: 400px; */
        width: 100%;
    }
    .containerpgem .colpgem-1 {
        padding: 10px 20px;
        margin-left:8%;
        float: left;
        width: 50%;
        margin: 30px 20px;
    }
    .containerpgem .colpgem-2 {
        margin: 0 5%;
        float: right;
        width: 40%;
        margin: 30px 20px;
    }
    .colpgem-1 .titlepgem {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.5rem;
        margin: 10px 0;
    }
    .colpgem-1 h1 {
        color: #fff;
        margin: 5px 0;
    }
    .colpgem-1 p {
        color: #fff;
        margin: 5px 0;
        font-size: 1.5rem;
    }
    .colpgem-2 img {
        width: 400px;
    }
    @media (max-width:700px){
        .containerpgem {
            display: block;
        }
        .containerpgem .colpgem-1 {
            width: 90%;
            margin: 10px auto;
        }
        .containerpgem .colpgem-2{
            width: 90%;
            margin: 10px auto;
        }
        .containerpgem .colpgem-2 img {
            width: 100%;
            margin-left: -20px;
        }
    }

/* ============================ FIM CODIGOS INICIO EMPRESA ==================*/

.emprprod{    
  padding: 0;
  box-sizing: border-box;
  width: 96%;
  height: 600px;      
  background-color: #EAEAEA;
  margin: 30px auto;    
  }
  
  .emprprod h1{   
      font-size: 26px;
      color: #26478F;
      text-align: center;
      letter-spacing: 1.5px;
      padding-top: 20px;
  }
.emprprod h1::after{
      content: "";
      height: 5px;
      width: 205px;
      background-color: #26478F;
      border-radius: 6px;
      position: relative;
      display: block;
      margin: auto;
    }
/*===================== INICIO FERRAMENTAS MARCAS ============*/

.prodmarp{
    margin: -50px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
.prodmarp{
  display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
}
.containermarp{
    width: 100%;
    padding: 20px;
    margin: 10px auto;
    background: #ddd;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .boxmarp{
    width: 160px;
    height: 100px;   
    margin: 0px 4px;
    transition: 1s;
  }
   .boxmarp img{
    width: 100%;
    height: 100%;
   margin-top: 0px;
   margin-right: 6px;
   margin-left: 6px;
   margin-bottom: 2px;
   }
  .boxmarp:hover{
    transform: scale(1.3);
    background: #ff800a;
    z-index: 1;
    box-shadow: 1px 1px 1px #000;
    
  }

  @media (max-width: 912px){
    .prodmarp{
      flex-direction: column;
    padding: 0px;
    width: 100%;
   
    }
    .containermarp{
    flex-direction: column;
    margin-left: 0;
    width:100%;
    }
    .boxmarp{
      flex-direction: column;
      width: 80%;
      margin: 0 auto;

    }

  }

/*==================== COMEÇO MARCAS ===========================*/

.containermarp2{
    width: 96%;
    padding: 5px;
    margin: 10px auto;
    background: #F4F4F4;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100PX;
  }

  .boxmarp2{
    width: 150px;
    height: 100px;   
    margin: 0px 4px;
    transition: 1s;
  }
   .boxmarp2 img{
    width: 100%;
    height: 100%;
  
   }
  .boxmarp2:hover{
    transform: scale(1.2);
    background: #ff800a;
    z-index: 1;    
  }

  @media (max-width: 912px){
    .prodmarp2{
      flex-direction: column;
    padding: 0px;
    width: 100%;
   
    }
    .containermarp2{
    flex-direction: column;
    margin-left: 0;
    width:100%;
    }
    .boxmarp2{
      flex-direction: column;     
      margin: 0 auto;

    }

     .boxmarp2 img{
     flex-direction: column;   
     margin: 0 auto;

   }

  }

/*======================FINAL MARCAS ===========================*/

/*===================== CODIGOS INICIO FERRAMENTAS =================== */
.testefer{
    margin: 10px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
.testefer{
  display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
   background: rgb(3,42,78);
    background: linear-gradient(
90deg, rgba(3,42,78,1) 0%, rgba(13,138,245,1) 67%, rgba(7,113,209,1) 79%);

}
.containerfer{

    width: 1100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap:15px;
    margin: 0 auto;
}
.containerfer .cardfer{
    position: relative;
    width: 300px;
    height: 254px;
    margin: 0 auto;
    background: #fff;
    transition: 0.5s;
}
.containerfer .cardfer:hover{
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}
.containerfer .cardfer .facefer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerfer .cardfer .facefer.face1fer{
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #fff;
    color: #c3073f;
}
.containerfer .cardfer .facefer.face1fer h2{
    margin-top: 60px;
}
.containerfer .cardfer .facefer.face1fer a{
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    text-decoration: none;
    color: #c3073f;
    border: 2px solid #c3073f;
    transition: 0.5s;
}
.containerfer .cardfer .facefer.face1fer a:hover{
    color: #fff;
    background: #c3073f;
}
.containerfer .cardfer .facefer.face2fer{
    background: rgb(255,204,0);
background: linear-gradient(90deg, rgba(255,204,0,1) 0%, rgba(255,153,0,1) 89%, rgba(255,153,0,1) 96%);
    transition: 0.5s;
}
.containerfer .cardfer:hover .facefer.face2fer{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: 2px solid #c3073f;
}
.containerfer .cardfer .facefer.face2fer h2{
    margin: 0px;
    padding: 0;
    font-size: 10em;
    color: #fff;
    transition: 0.5s;
}
.containerfer .cardfer:hover .facefer.face2fer h2{
    color: #c3073f;
    font-size: 2em;
}

/*----------------------------- COMEÇO CODIGO LOCALIZDAÇÃO ------------------------*/
.localizacao{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
  line-height: 1.5;
}

.contactlocl-bglocl{
    height: 40vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url(img/contact-bg.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactlocl-bglocl h3{
    font-size: 2.3rem;
    font-weight: 400;
}
.contactlocl-bglocl h2{
    font-size: 3rem;
    text-transform: uppercase;
    padding: 0.4rem 0;
    letter-spacing: 4px;
}
.linelocl div{
    margin: 0 0.2rem;
}
.linelocl div:nth-child(1),
.linelocl div:nth-child(3){
    height: 3px;
    width: 70px;
    background: #f7327a;
    border-radius: 5px;
}
.linelocl{
    display: flex;
    align-items: center;
}
.linelocl div:nth-child(2){
    width: 10px;
    height: 10px;
    background: #f7327a;
    border-radius: 50%;
}
.textlocl{
    font-weight: 300;
    opacity: 0.9;
}
.contactlocl-bglocl .textlocl{
    margin: 1.6rem 0;
}
.contactlocl-bodylocl{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}
.contactlocl-infolocl{
    margin: 2rem 0;
    text-align: center;
    padding: 2rem 0;
}
.contactlocl-infolocl span{
    display: block;
}
.contactlocl-infolocl div{
    margin: 0.8rem 0;
    padding: 1rem;
}
.contactlocl-infolocl span .fas{
    font-size: 2rem;
    padding-bottom: 0.9rem;
    color: #f7327a;
}
.contactlocl-infolocl div span:nth-child(2){
    font-weight: 500;
    font-size: 1.1rem;
}
.contactlocl-infolocl .textlocl{
    padding-top: 0.4rem;
}
.contactlocl-formlocl{
    padding: 2rem 0;
    border-top: 1px solid #c7c7c7;
}
.contactlocl-formlocl form{
    padding-bottom: 1rem;
}
.formlocl-controllocl{
    width: 100%;
    border: 1.5px solid #c7c7c7;
    border-radius: 5px;
    padding: 0.7rem;
    margin: 0.6rem 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    outline: 0;
}
.formlocl-controllocl:focus{
    box-shadow: 0 0 6px -3px rgba(48, 48, 48, 1);
}
.contactlocl-formlocl form div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.6rem;
}
.sendlocl-btnlocl{
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    background: #f7327a;
    border: none;
    border-radius: 5px;
    padding: 0.7rem 1.5rem;
    cursor: pointer;
    transition: all 0.4s ease;
}
.sendlocl-btnlocl:hover{
    opacity: 0.8;
}
.contactlocl-formlocl > div img{
    width: 85%;
}
.contactlocl-formlocl > div{
    margin: 0 auto;
    text-align: center;
}

.sociallocl-linkslocl{
    display: flex;
    justify-content: center;
}
.sociallocl-linkslocl a{
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4rem;
    transition: all 0.4s ease;
}
.sociallocl-linkslocl a:hover{
    color: #f7327a;
    border-color: #f7327a;
}

@media screen and (min-width: 768px){
    .contactlocl-bglocl .textlocl{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .contactlocl-infolocl{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px){
    .contactlocl-bglocl .textlocl{
        width: 50%;
    }
    .contactlocl-formlocl{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }
}

@media screen and (min-width: 1200px){
    .contactlocl-infolocl{
        grid-template-columns: repeat(4, 1fr);
    }
}
/*-----------------------------FIM DO CODIGO LOCALIZAÇÃO --------------------------*/

/*----------------INICIO CODIGOS PRODUTOS TRES-----------------------------*/
.testeprod{
    margin: -70px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Poppins', sans-serif;
}
.testeprod{
  display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
   background: rgb(3,42,78);
    background: linear-gradient(
90deg, rgba(3,42,78,1) 0%, rgba(13,138,245,1) 67%, rgba(7,113,209,1) 79%);

}
.containerprod{

    width: 1100px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap:15px;
    margin: 0 auto;
}
.containerprod .cardprod{
    position: relative;
    width: 300px;
    height: 254px;
    margin: 0 auto;
    background: #fff;
    transition: 0.5s;
}
.containerprod .cardprod:hover{
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}
.containerprod .cardprod .faceprod{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.containerprod .cardprod .faceprod.face1prod{
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    background: #fff;
    color: #c3073f;
}
.containerprod .cardprod .faceprod.face1prod h2{
    margin-top: 60px;
}
.containerprod .cardprod .faceprod.face1prod a{
    display: inline-block;
    padding: 5px 10px;
    margin-top: 20px;
    text-decoration: none;
    color: #c3073f;
    border: 2px solid #c3073f;
    transition: 0.5s;
}
.containerprod .cardprod .faceprod.face1prod a:hover{
    color: #fff;
    background: #c3073f;
}
.containerprod .cardprod .faceprod.face2prod{
    background: rgb(255,204,0);
background: linear-gradient(90deg, rgba(255,204,0,1) 0%, rgba(255,153,0,1) 89%, rgba(255,153,0,1) 96%);
    transition: 0.5s;
}
.containerprod .cardprod:hover .faceprod.face2prod{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: 2px solid #c3073f;
}
.containerprod .cardprod .faceprod.face2prod h2{
    margin: 0px;
    padding: 0;
    font-size: 10em;
    color: #fff;
    transition: 0.5s;
}
.containerprod .cardprod:hover .faceprod.face2prod h2{
    color: #c3073f;
    font-size: 2em;
}

/*----------------INICIO CODIGOS PRODUTOS TABELA-----------------------------*/

.containerhemp{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1100px;
}

.containerhemp h1{ 
    font-size: 32px;   
    color: #000;
    font-family: 'Dosis', sans-serif;
    text-align: center;
    letter-spacing: 1.5px;
    padding-top: 20px;    
  }

.containerhemp h1::after {
    content: "";
    height: 4px;
    width: 400px;
    background-color: #ccc;
    border-radius: 6px;
    position: relative;
    display: block;
    margin: auto;
}

.containerprodq {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.containerprodq .boxprodq{
    background: #000;
    width: 300px;
    height: 300px;
    border: 1px solid #ccc;    
    margin: 10px;
    position: relative;
}

.containerprodq .boxprodq .imgboxprodq{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.containerprodq .boxprodq .imgboxprodq img{
    width: 100%;
    height: 100%;
   
    transition:  transform 2s;
}
.containerprodq .boxprodq:hover .imgboxprodq img{
    transform: scale(1.4)
}

.containerprodq .boxprodq .infoprodq{
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0, .5);
    color: #ffffff;
    border: 1px solid #f1c40f;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transform: scaleX(0);
    transition: .6s;
}

.containerprodq .boxprodq:hover .infoprodq{
transform: scaleX(1)
}

.containerprodq .boxprodq .infoprodq a{
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #f1c40f;
    padding: 5px 20px;
    margin-top: 15px;
    border-radius: 3px;
}

.containerprodq .boxprodq .infoprodq a:hover{
    background: #f1c40f;
}

 .infoprodq p{
    margin-top: 15px;
    margin-bottom: 20px;
   
}

.empreprod{
  margin: 20px 0 0 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
.empreprod{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  
}


