@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather');

@import url('https://fonts.googleapis.com/css2?family=Poppins');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body{
  width: 100%;
  height: 100%;
  font-family: apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neve', sans-serif;
}
/*--------------------   Primeiro Blogo - End, Tel, Mídias--------------------*/
nav{
  padding: 0 50px;
  width: 100%;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-um{
  background-color: #03558F;
  height: 50px;
  color: white;
  cursor: pointer;
}
nav .menu-um{
  color: white;
  height: 40px;
  
}
.direita > div + div{
  margin-left: 50px;
}
.esquerda > div{
  margin-left: 20px;
}
.direita > div:hover,
.esquerda >div:hover{
  color: #ccc;
  transition: all 0.5s;
}
span{
  margin-left: 1px;
}
.navbar-segunda{
  height: 110px;
  overflow-y: hidden;  
}
nav img{
  padding: 12px 0px 6px 0px;
}
ul{
  float: right;
  padding: 10px 0px 0px 0px;
  /*margin-right: 40px;*/
  margin-top: -80px;
}
li{
  list-style: none;
  padding-left: 10px;
  padding-right: 5px;
}
li a{
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  margin-left: 12px;
  color: #03558F;
  font-weight: 400;
}

li a:hover{  
  color: #ff226f;  
}
.hero-image {
  width: 100%;
  height: auto;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 64%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.logotexto .logop{
 position: absolute; 
 padding: 0px 0px 0px 94px;
 margin-top: -50px;
 font-size: 15px;
}

/* BANNER PRINCIPAL section */
#headingscont{
  background: linear-gradient(rgba(0,0,10,0.5), rgba(0,0,10,0.5)), url(../img/abertura_de_empresa_sp.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.centeredcont{
  position:absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  font-style: italic;
}
.btncont{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  padding: 12px;
  border: 2px solid #ff226f;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  background-color:#ff226f;
  width: 15%;
}

.btncont a{
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
 
}
.btncont:hover{
  font-size: 18px;
  transition: .8s;
  background-color: unset;
}

/*--------------------------- Bloco 3º - Sobre ---------------------------- */

.home_about{  
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  /*margin: 50px*/
}
.home_about .home_main img{
  width: 580px;
  max-width: 100%;
  height: auto;
  padding: 0 10px;
}
.home_all_text{
  width: 600px;
  max-width: 100%;
  padding: 0 10px;
}
.home_main{
  width: 1290px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.home_all_text h1{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #777777;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 10px;
}

.home_all_text h2{
  font-size: 65px;
  color: #111111;
  font-weight: 700;
  margin-bottom: 20px;
}
.home_all_text p{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  margin-bottom: 35px;
}
.btnescri {
  background: #E5E5E5;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  border: none;
  outline: none;
  box-shadow: 0px 16px 32px 0px rgb(0, 0, 0 / 6%);
  margin-right: 20px;
}
.btnescri a{
  text-decoration: none; 
  color: #000;
}
.btnescri:hover{
  background-color: #ff014fff;
  color: white;
  transition: .3s;
  cursor: pointer;
}
.btn2escri{
  background: #0A0502;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  box-shadow: 0px 16px 32px 0px rgb(0, 0, 0 / 6%);
  margin-right: 30px;
}

.btn2escri a{
  text-decoration: none; 
  color: white;
}

.btn2escri:hover{
  background-color: #ff014fff;
  color: white;
  transition: .3s;
  cursor: pointer;
}

@media screen and (max-width: 1250px){
  .home_about{
    width: 100%;
    height: auto;
    padding: 60px p;
  }
  .home_all_text{
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px){
  .home_about .home_main img{
    margin-bottom: 35px;
  }
  .home_all_text h1{
    font-size: 45px;
    margin-bottom: 20px;
  }
}

/*-------------------  -- Bloco 4º - Nossos Serviços - Registro de Armazém  --------------------- */

.contzem{
  width: 100%;
  height: auto;
  background: #03558F;
  position: relative;
  padding: 40px 20px 20px 60px;
  margin-top: 30px;
}

.contzem h2{
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    margin-bottom: 25px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 
    Geneva, Verdana, sans-serif;
  }

  .contzem .servicotzem{
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contzem .servicotzem .cardtzem{
    width: 330px;
    text-align: center;
    background: #03558F;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #fff;
    color: #fff;
}

.titletzem a{
  text-decoration: none;
  color: #ff226f;
}

.titletzem a:hover{
  text-decoration: none;
  color: #fff;
}
.contzem .servicotzem .cardtzem:hover{
    background: #ff226f;
    color: #fff;
}

.contzem .servicotzem .cardtzem .contenttzem{
    transition: 0.3s;
}

.contzem .servicotzem .cardtzem:hover .contenttzem{
    transform: scale(1.07);
}

.contzem .servicotzem .cardtzem .contenttzem .icontzem{
    padding: 5px 0;
    color: white;
}

.contzem .servicotzem .cardtzem .contenttzem .icontzem i{
    font-size: 40px;
}

.contzem .servicotzem .cardtzem:hover .contenttzem .titletzem{
    color: white;
}

.contzem .servicotzem .cardtzem .contenttzem .titletzem{
    padding: 5px 0;
    font-size: 24px;
    font-weight: 500;
    color: #ff226f;
    transition: 0.3s;
}

/* ---------------Bloco 5º TESTEMUNHAU - REGISTRO ARMAZÉM GERAL  COD CSS: tragl ------------- */

.tesreargel {
  background: url(../img/bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  font-family: "Roboto", sans-serif;
  
}

.tesreargel .containertragl {
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

.tesreargel .containertragl__lefttragl h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 500;
  color:#ff226f;
}

.tesreargel .containertragl__lefttragl p {
  color: #333333;
  margin-bottom: 1rem;
}

.tesreargel .containertragl__lefttragl button {
 padding: 1rem 2rem;
  margin-top: 1rem;
  outline: none;
  border: none;
  border-radius: 5px;
  background: linear-gradient(
    to right,
    #ff226f,
   #fe6769
  );
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
}

.tesreargel .containertragl__lefttragl button a{
  text-decoration: none;
  color: white;
}

.tesreargel .containertragl__lefttragl button:hover{
  background: #03558F;
  background: linear-gradient(to right, #03558F , #9FD6FD);
  }

.tesreargel .containertragl__righttragl {
  display: grid;
  gap: 2rem;
}

.tesreargel .cardtragl{
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  background-color: #ffffff;
  border-radius: 1rem;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.tesreargel .cardtragl img {
  max-width: 75px;
  border-radius: 100%;
}

.tesreargel .cardtragl__contenttragl {
  display: flex;
  gap: 1rem;
}

.tesreargel .cardtragl__contenttragl span i {
  font-size: 2rem;
  color: #ff226f;
}

.tesreargel .cardtragl__detailstragl p {
  font-style: italic;
  color: #333333;
  margin-bottom: 1rem;
}

.tesreargel .cardtragl__detailstragl h4 {
  text-align: right;
  color: #ff226f;
  font-size: 1rem;
  font-weight: 500;
}

.tesreargel .cardtragl__detailstragl h4 a{
  text-decoration: none;
  color: #ff226f;

}

@media (width < 1200px) {
 .tesreargel .containertragl {
    gap: 3rem;
  }
}

@media (width < 900px) {
 .tesreargel .containertragl {
    grid-template-columns: repeat(1, 1fr);
  }

 .tesreargel .container__righttragl {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width < 750px) {
.tesreargel .containertragl__righttragl {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ----------  CODIGOS GALERIA SERVIÇOS - galseregarg - regarg ------------ */

.portfolioregarg{
  width: 100%;
  padding: 30px 2%;
  background-color: #f6f9fe;
}
.portfolioregarg .sectionregarg-headregarg{
  max-width: 700px;
  margin: 0px auto 25px;
  text-align: center;
}
.sectionregarg-headregarg h1{
  position: relative;
  font-size: 32px;
  margin: 10px 0px 30px;
  color: #ff014fff;
}
.buttonregarg-groupregarg{
  text-align: center;
  margin-bottom: 40px;
}
.buttonregarg-groupregarg .buttonregarg{
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #E4E4E4;
  color: #05555c;
  font-style: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s;
  border: none;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.buttonregarg-groupregarg .buttonregarg.activeregarg{
  background-color: #03558F;
  color: #f6f9fe;
}
.buttonregarg-groupregarg .buttonregarg:hover{
  background-color: #03558F;
  color: #f6f9fe;
}
div.galleryregarg{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
div.galleryregarg .itemregarg{
  position: relative;
  margin: 4px;
  width: calc(33.33% - 8px);
  overflow: hidden;
  cursor: pointer;
}
.itemregarg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
div.galleryregarg .itemregarg:hover img{
  transform: scale(1.15);
}
.itemregarg .overlayregarg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(5,85,92,0.7);
  color: #f6f9fe;
  padding: 15px;
  overflow: hidden;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.itemregarg:hover .overlayregarg{
  opacity: 1;
}
.itemregarg .overlayregarg a{
  display: inline-block;
  padding: 8px 16px;
  border: 2px solid #f6f9fe;;
  color: #f6f9fe;;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.itemregarg .overlayregarg a{
  text-decoration: none;
}
.itemregarg .overlayregarg a:hover{
  background-color: #f6f9fe;
  color: #05555c;
}


@media(max-width: 1024px){
  div.galleryregarg .itemregarg{
    width: calc(50% - 8px);
  }
}

@media(max-width: 600px){
  div.galleryregarg .itemregarg{
    width: 100%;
    margin: 4px 0px;
  }
}

/* -- CODIGO CONTADOR DE QUALIDADE - conamzem */

.counterconamzem-wrapperconamzem{
    background: url(../img/success.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    padding: 10rem 9%;
    margin-top: 2rem;
    position: relative;

}
.counterconamzem-wrapperconamzem::before{
    position: absolute;
    content: '';
    content: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}
.counterconamzem{
   text-align: center;   
   color: #ddd;
   z-index: 2;
   position: relative;
   overflow-y: hidden;
}
.counterconamzem::before{
    position: absolute;
    content: '';
    bottom: -2rem;
    left: 50%;
    width: 20%;
    height: .2rem;
    background: #4DB7FE;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.counterconamzem .countconamzem{
    font-size: 40px;
    margin-bottom: 1rem;    
}
.counterconamzem p{
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    
}

@media (max-width: 991px) {
    html{
        font-size: 55%;
    }
}
@media (max-width: 768px) {
   .counterconamzem-wrapperconamzem{
       grid-template-columns: repeat(2, 1fr);
       grid-row-gap: 8rem;
   }
}
@media (max-width: 450px) {
    html{
        font-size: 50%;
    }
    .counterconamzem-wrapperconamzem{
        grid-template-columns: 1fr;
    }
}


/* -----  BLOCO FOOTER - foarzmr ------*/

footer{
     background-color: #03558F;
     position: relative;
     width: 100%;
     min-height: 350px;
     padding: 3rem 1rem;
   }
.containerfoarzmr {
   width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


}
.rowfoarzmr{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.colfoarzmr{
    min-width: 250px;
    color:#fff;
    font-family: poppins;
    padding:0 2rem;
}
.colfoarzmr .logofoarzmr{
    width: 200px;
    margin-bottom:25px;
}
.colfoarzmr h3{
    color:#fff;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.colfoarzmr h3::after{
    content: '';
    height:3px;
    width:0px;
    background-color: #ff014fff;
    position: absolute;
    bottom: 0;
    left:0;
    transition: 0.3s ease;

}
.colfoarzmr h3:hover::after{
    width:74px
}
.colfoarzmr .socialfoarzmr a i{
    color:#fff;
    margin-top:2rem;
    margin-right: 5px;
    transition: 0.3s ease;
}
.colfoarzmr .socialfoarzmr a i:hover{
    transform: scale(1.5);
    filter:grayscale(25);
}
.colfoarzmr .linksfoarzmr a{
    display: block;
    text-decoration: none;
    color:#f2f2f2;
    margin-bottom: 5px;
    position: relative;
    transition: 0.3s ease;
}
.colfoarzmr .linksfoarzmr a::before{
    content:'';
    height: 16px;
    width:3px;
    position: absolute;
    top:5px;
    left:-10px;
    background-color: #ff014fff;
    transition: 0.5s ease;
    opacity: 0;
}
.colfoarzmr .linksfoarzmr a:hover::before{
    opacity: 1;
}
.colfoarzmr .linksfoarzmr a:hover{
    transform: translateX(-8px);
    color:#ff014fff;
}
.colfoarzmr .contactfoarzmr-detailsfoarzmr{
    display: inline-flex;
    justify-content: space-between;
}
.colfoarzmr .contactfoarzmr-detailsfoarzmr i{
    margin-right:15px;
}
.rowfoarzmr{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1rem 0;
}

.rowfoarzmr p{
  color: #fff;
}


/********** Responsive Design ********/
@media(max-width:900px)
{
  .rowfoarzmr{
    flex-direction: column;
  }
  .colfoarzmr{
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    font-size: 15px;
  }
}
@media(max-width:768px)
{
  .rowfoarzmr{
    flex-direction: column;
  }
  .colfoarzmr{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .rowfoarzmr{
    font-size: 15px;
  }
}
