@import url('https://fonts.googleapis.com/css?family=Satisfy&display=swap');
@import url(flaticon.css);

html{
    scroll-behavior: smooth;
}
.readMore {
    position: absolute;
    z-index: 4;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 50px;
}

#inicio{
    padding:0px !important;
}

.menuTop{
    width:100%;
    position: fixed;
    z-index: 99999;
}
.bg-claro {
    background-color: #fff !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 32px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.imgMid{
    background: url('https://www.superatlas.com.br/media/catalog/category/04_banner_lavanderia.jpg') no-repeat;
}

.telefone{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 5px;
    position: absolute;
    font-weight: 500;
    color: #1c1c1c;
}
.telefone i{
    padding: 5px;
}
@media (max-width: 800px) {
    .telefone {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .telefone {
        font-size: 12px;
    }
}

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
main a {
  padding: 0.25rem;
}

a {
  color: inherit;
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
}
.icon {
  transition: 300ms cubic-bezier(0.4, 0.2, 0, 1);
  will-change: transform, contents;
}
main:hover .icon {
  fill: rgba(0, 0, 0, 0.4);
}
a:hover .icon.icon-facebook {
  fill: #3C5A99;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
a:hover .icon.icon-instagram {
  fill: #D93175;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
a:hover .icon.icon-twitter {
  fill: #1DA1F2;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.page{
  min-height: 1vh;
  display: flex;
}

.page__demo{
  margin: auto;  
}

.page__demo{
  max-width: 750px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* menu demo styles */
@media screen and (max-width: 800px) {
    .menu ul{
        align-items: center;
        margin: 0px 6em 0px 0px;
    }
}

.menu{
  background-color: #1c1c1c !important;
  float: right !important;
}

.menu__list{
  text-align: center;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;  
}

.menu__link{
  display: block;
  padding: 1rem 1.5rem;

  will-change: color;
  transition: color .25s ease-out;  

  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}


@media (min-width: 601px){

  .menu__list{
    display: flex;  
  }

  .menu__group{
    flex-grow: 1;
  }

  .menu__link{
    position: relative;
    overflow: hidden;
  }

  .menu__link:before, .menu__link:after{
    content: "";
    width: 0;
    height: 3px;
    background-color: #fff !important;

    will-change: width;
    transition: width .05s ease-out;

    position: absolute;
    bottom: 0;
  }

  .menu__link:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); 
  }

  .menu__link:after{
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); 
  }

  .menu__link:hover:before, .menu__link:hover:after{
    width: 100%;
    transition-duration: .15s;
  }
}

/* hover effect */

.menu a:hover .menu__link:not(:hover){
  color: #1c1c1c !important;
}
.contSpaceTop{
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.contSpace{
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.contMidSpace{
    padding-top: 1em;
    padding-bottom: 1em;
}
.contEndSpace {
    padding-bottom: 6em;
}

.clearfix{
    display:block !important;
}

.textoH1 {
    color: #383d41 !important;
    font-family: 'Satisfy', cursive !important;
    padding-bottom: 1rem;
}

.textColor {
    color: #1c1c1c !important;
    font-family: 'Satisfy', cursive !important;
}
.textoPqNos {
    color: #1c1c1c !important;
    font-family: 'Satisfy', cursive !important;
    font-size: 2rem !important;
}

.single-working-content {
    position: relative;
    background: #f7f7f7;
    padding: 34px 0px 0px 0px;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
}
.single-working-content .icon-box {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    line-height: 160px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 58px;
    box-shadow: 0 0 20px 1px rgba(225, 225, 225, 0.8);
}
.single-working-content .icon {
    position: relative;
    display: inline-block;
    width: 102px;
    height: 102px;
    line-height: 104px;
    border-radius: 50%;
    border: 1px solid #f8f8f8;
    background: #fff;
    box-shadow: 0 0 20px 1px rgba(225, 225, 225, 0.5);
    transition: all 500ms ease;
}
.single-working-content .icon-box i:before {
    font-size: 50px;
    color: #818181;
    margin: 0px;
    transition: all 500ms ease;
}
.single-working-content:hover .icon {
    background: #1c1c1c;
    color:#ffffff !important;
    transition: all 500ms ease;
    -webkit-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}
.single-working-content:hover .icon-box i:before {
    color: #fff;
}
.single-working-content h3 {
    margin-bottom: 29px;
    color: #1c1c1c !important;
    font-family: 'Satisfy', cursive !important;
}
.single-working-content .count-text {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #1c1c1c;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
    bottom: -23px;
    box-shadow: 0 5px 10px 0px #ccc;
    transition: all 500ms ease;
}
@media only screen and (max-width: 991px){
	
	.single-working-content{
		margin: 20px 0px;
	}
	.single-service-content .lower-content {
	    padding: 41px 15px 33px 15px;
	}
}

@media only screen and (max-width: 767px){
	.single-working-content{
		max-width: 270px;
		margin: 20px auto
	}
}



/** Footer **/

.footer {
    padding: 10px 200px;
    border-top: 1px solid #dbdbdb;
    background-color: #1c1c1c;
    /*bg color*/
}

.form-control{
    outline: 0 !important;
}

.footer li {
    font-size: 1em;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px 10px;
    border-bottom: 1px solid #dee2e6;
}

.options {
    width: 250px;
    margin-bottom: 0px;
}

.select-item,
.options select {
    width: inherit;
}

.select-item {
    position: relative;
}

.select-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: translateY(-70%);
}

.options select {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 8px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    font-size: 1.1em;
    font-weight: 300;
}

.footer-list {
    margin: 0 10px 10px;
    text-decoration: none;
}

.footer-list h3 {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 500;
    color: #666;
}

.footer-list li {
    margin: 5px 0;
    text-decoration: none;
}

.footer-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 10px;
}
@media (max-width: 800px) {
    .footer-about {
        text-align: center;
        align-items: center;
    }
    .PenseUP li {
        text-align: center;
        align-items: center;
    }
    
    .PenseUP ol,
    ul {
        text-align: center;
        align-items: center;
    }
}

.copyright {
    display: flex;
    align-items: center;
    font-size: 0.9em;
    color: #fff;
}

.bnb-icon {
    margin-right: 10px;
}

.bnb-icon:hover {
    color: white;
}

.social-icon:hover {
    color: white
}

.PenseUP {
    display: flex;
    align-items: center;
}

.copyright,
.PenseUP {
    margin: 5px 0;
}

.PenseUP li {
    margin: 0 5px;
    /*space between social icons*/
}

.PenseUP li a{
    font-weight: 700;
}


.PenseUP ol, ul {
    list-style: none;
    color: #424242;
}

.footer a {
    text-decoration: none;
    color: #dee2e6;
    font-weight: 500;
}

.footer p {
    color: #FFFFFF;
    text-decoration: none;
}

.footer p:hover {
    color: white;
}

.footer a:hover {
    color: yellow;
    text-decoration: none;
}

.footer_link{
  display: block;
  padding: 1rem 0rem 0rem 0rem;
  will-change: color;
  transition: color .25s ease-out;  
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 601px){

  .footer_link{
    display: flex;  
  }

  .footer_link{
    flex-grow: 1;
  }

  .footer_link{
    position: relative;
    overflow: hidden;
  }

  .footer_link:before, .footer_link:after{
    content: "";
    width: 0;
    height: 3px;
    background-color: #fff !important;

    will-change: width;
    transition: width .05s ease-out;

    position: absolute;
    bottom: 0;
  }

  .footer_link:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); 
  }

  .footer_link:after{
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); 
  }

  .footer_link:hover:before, .menu__link:hover:after{
    width: 100%;
    transition-duration: .15s;
  }
}

/* hover effect */

.footer a:hover .footer_link:not(:hover){
  color: #1c1c1c !important;
}

/** Viewport <= 800px **/

@media (max-width: 800px) {
    .footer {
        padding: 0 30px;
        padding-bottom: 30px;
        justify-content: center;
    }
    .footer-content {
        padding-top: 50px;
        justify-content: center;
    }
}

.sociais{

}

.sociais ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.sociais li {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 1.25em;
  text-align: center;
  height: 50px;
  cursor: pointer;
  transition: background .5s ease;
}
.sociais li i {
  transition: color .5s ease;
}
.sociais li.facebook {
  background: #3b5998;
  color: #839ccf;
  text-shadow: 2px 2px 1px rgba(38, 57, 97, 0.9);
}
.sociais li.facebook:hover {
  background: #344e86;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .sociais li.facebook {
    border-bottom: 0;
  }
}
.sociais li.twitter {
  background: #55acee;
  color: #c9e5fa;
  text-shadow: 2px 2px 1px rgba(22, 137, 224, 0.9);
}
.sociais li.twitter:hover {
  background: #3ea1ec;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .sociais li.twitter {
    border-bottom: 0;
  }
}
.sociais li.instagram {
  background: #3f729b;
  color: #8ab1cf;
  text-shadow: 2px 2px 1px rgba(41, 74, 101, 0.9);
}
.sociais li.instagram:hover {
  background: #386589;
  color: #fff;
}
@media only screen and (max-width: 700px) {
  .sociais li.instagram {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
.sociais li.youtube {
  background: #cc181e;
  color: #ef7579;
  text-shadow: 2px 2px 1px rgba(136, 16, 20, 0.9);
  border-bottom: 4px solid #881014;
}
.sociais li.youtube:hover {
  background: #b5151b;
  color: #fff;
}
}
@media only screen and (max-width: 700px) {
  .sociais li.youtube {
    border-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  .sociais li {
    min-width: 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (max-width: 300px) {
  .sociais li {
    width: 50%;
    min-width: 50px;
    max-width: 50%;
  }
}
section {
  width: 100%;
  padding: 7% 0;
}
.carousel {
    top: 9rem !important;
}
@media (max-width: 800px) {
    .carousel {
        top: 9rem !important;
    }
}
@media (max-width: 800px) {
    .contSpaceTop {
        padding-top: 7.5rem;
    }
}
@media (max-width: 600px) {
    section #servicos {
        font-size: 12px;
    }
}
/* OCULTA ICONES SOCIAIS */
@media only screen and (max-width:480px){
    main {
        display: none !important; 
        
    }
}

* {
  transition: all 0.5s;
}
.services
{
	text-align: center;
}

.services h1
{
	display: inline-block;
	text-transform: uppercase;
	border-bottom: 4px solid #48dbfb;
	font-size: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
}

.cen
{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 20px;
}

.service
{
	display: inline-block;
	width: calc(100% / 3);
	margin: 0 -2px;
	padding: 20px;
	box-sizing: border-box;
	cursor: pointer;
	transition: 0.4s;
}

.service:hover
{
	background: #f5f5f5;
}

.service i
{
	color: #1c1c1c;
	font-size: 34px !important;
	margin-bottom: 30px;
}

.service h2
{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
}

.service p
{
	color: gray;
	font-size: 15px;
	font-weight: 500;
}

@media screen and (max-width: 500px)
{
	.service
	{
		width: 100%;
	}
}