*{
  font-family: 'Century Gothic', sans-serif;
}
html{
  margin: 0;
  padding: 0;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100% !important;
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.9);
}
/* Add a thumb */
body::-webkit-scrollbar-thumb {
    background: rgba(250, 250, 250, 0.5);
}

body, html {
  overflow-x: hidden;
}

section .company {
    position: relative;
    margin-left: 0;
    margin-right: auto;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 1;
    
    height: 385px;
    box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
  ;
    
    padding-bottom: 10px;
}


.colorlib-about{
    /*border: 1px solid red;*/
    margin-top: 110px;
    padding-left: 50px;
    padding-right: 50px;
}

.colorlib-experience{
    margin-top: -130px;
    padding-left: 50px;
    padding-right: 50px;
}

.colorlib-services{
    padding-left: 50px;
    padding-right: 50px;
}


.grid{
  width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.grid .item-1{
    margin-right: 20px;
    float: left;
    padding-top: 0px;
    width: 30%;
}


.grid .item-2{
    margin-top: 50px;
    width: 70%;
    padding-left: 20px;
}



@media(max-width: 500px){
    .colorlib-about{
    padding-right: 20px;
    padding-left: 20px;
    }

    .colorlib-experience{
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid{
        width: 100%;
    }

    .colorlib-services{
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media(max-width: 400px){
  .about-desk{
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media(max-width: 330px){
    .colorlib-about{
    padding-right: 10px;
    padding-left: 10px;
    }

    section .company {
        height: auto;
    }

    .colorlib-experience{
        padding-left: 5px;
        padding-right: 5px;
    }

    .colorlib-services{
        padding-left: 5px;
        padding-right: 5px;
    }
}


@media(max-width: 280px){
    .colorlib-about{
    padding-right: 2px;
    padding-left: 2px;
    }

    section .company {
        height: 80vh;
    }

    .colorlib-experience{
        padding-left: 2px;
        padding-right: 2px;
    }
    .colorlib-services{
        padding-left: 2px;
        padding-right: 2px;
    }
}

.list{
    margin-left: 50px;
}

#ttl{
    margin-left: 20px;
}

.ccnt{
    
    width: 530px;
    height: 210px; 
    position: absolute;
    right: 0; 
    top: 300px;
    opacity: 0.8;
}

@media(max-width: 620px){
    section .company {
        margin-left: auto;
        margin-right: auto;
        top: 100px;
        width: 100%;
    }

    #ttl{
        margin-left: 5px;
        margin-right: 10px;
    }
    .list{
        margin-right: 10px;
        margin-left: 15px;
    }

}

@media(max-width: 730px){
    .ccnt{
        opacity: 0.3;
    }
}


@media(max-width: 700px){
    .grid .item-1{
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    
    
    .grid .item-2{
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
}


#cctv{
    
    background: url('https://confortege.com.br/wp-content/uploads/2020/11/Instala%C3%A7%C3%A3o-de-cameras-Presidente-Dutra-Guarulhos.png');
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: 111;
}






.container{
	position: relative;
	width: 50%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-box{
	margin-left: auto;
  margin-right: auto;
  width: 100%;
	background-color: #fff;

}




.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: dodgerblue;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;

}

.btn:hover{
    background-color: rgb(0, 91, 182);
}

.field:focus{
    border: 2px solid dodgerblue;
    background-color: #fff;
}

@media(min-width: 630px){
  .container{
    margin-top: 100px;
  }
}

@media(min-width: 830px){
  .container{
    width: 400px;
  }
}

@media(max-width: 630px){
  .container{
    width: 90%;
  }
}


.db{
  margin-left: auto;
  margin-right: auto; 
  width: 100%;
}


@media(max-width: 300px){
  .db{
    margin-left: -40px;
  }
  *{
    padding: auto;
    margin: auto;
  }
  html{
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
  }
}


/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
  margin-top: 100px;
	text-align: left;
	background: rgb(235, 233, 233);
	line-height: 22px;
}
.footer-top {
	background-color: #181818;
	padding-top: 50px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 80px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
footer.footer h2 {
    margin-top: 40px !important;
    font-size: 24px;
    padding-bottom: 15px;
    color: black;
}
.footer p {
	color: rgba(255, 255, 255, 0.25);
}
.footer a {
	color: dodgerblue;
}
.footer a:hover {
	color: dodgerblue;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}







.grid-1 {
  padding: 5px;
  padding-right: 0px !important;
  display: grid;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  height: auto;
  margin-top: 100px;
 
}

.grid-1 div{
  height: auto;
  width: auto;

  margin-bottom: 10px;
  cursor: pointer;
  margin-left: 10px;
}

.grid-1 div img{
  height: 100%;
  width: 100%;
 /* border: 1px solid rebeccapurple;*/
}








@media(min-width: 1200px){
  .grid-1 div{
    height: 15vw;
    width: 22vw;   
  }
  .grid-1{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(min-width: 1400px){
  .grid-1 div{
    height: 15vw;
    width: 19vw;    
  }
  .grid-1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(5, 1fr);
  }
}


@media(max-width: 1200px){
  .grid-1 div{
    height: 19vw;
    width: 24vw; 
  }
  .grid-1 {
    grid-template-columns: repeat(4, 1fr);
    
  }

}



@media(max-width: 650px){

  .grid-1 div{
    height: 25vw;
    width: 30.9vw; 
  }
  .grid-1 {
    grid-template-columns: repeat(3, 1fr);
   
  }
 


@media(max-width: 500px){
  .grid-1 div{
    margin-left: auto;
    margin-right: auto;
    height: 80%;
    width: 100%; 
  
  }
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
 
  }
}


@media(max-width: 350px){
  .grid-1 div{
    margin-left: auto;
    margin-right: auto;
    height: 70%;
    width: 100%;
    grid-gap: 50px;
  }
  .grid-1 {
    grid-template-columns: repeat(1, 1fr);
  
  }
}
}
/* items */


.policy{
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  padding: 10px;
  width: 70%;
  margin-bottom: 20px;
  text-align: justify;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.team{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  padding: 10px;
  width: 80%;
  margin-top: -50px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

@media(max-width: 700px){
  .policy{
 
    width: 90%;
  
  }
}

.back-to-top {
  position: fixed;
  display: none;
  background: dodgerblue;
  color: #ffffff;
 
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 4px;
  right: 17px;
  bottom: 85px;
  transition: background 0.2s;
  z-index: 111;
}

.back-to-top i {
  color: white;
}



.loader {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 100px;
}

.loader.hidden {
  animation: fadeOut 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
      opacity: 0;
      visibility: hidden;
  }
}

.thumb {
  height: 100px;
  border: 1px solid black;
  margin: 10px;
}

	
				  
.text-slider-items {
  display: none;

}



.heading h1 {
  color: dodgerblue;
  font-size: 30px;
  margin-left: 20px;
  line-height: 37px;
}

