@charset "utf-8";


body,h1,h2,p,ul,li,a {
  margin: 0px;
  padding: 0px;
}

body {
  color: black;
  background-color: #b7b7b745;
  font-family: 'Josefin Sans' !important;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0;
  word-wrap: break-word;
  font-weight: 400;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

* {
  box-sizing: border-box;
}


/*Menu*/

.menu-bg {
  /* background: black; */
  position:absolute;
  margin: 0 auto;
  width: 100%;
  z-index: 11111111;
  color: white;
  font-family: Pjosefin sans !important;
}

.item-about {
  background-attachment: unset;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  text-align: left;
  font-weight: 500;
}


.start {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.menu {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: white;
  /* background: black; */
}

.menu a {
  color: white;
}

.menu-logo a {
  font-size: 2.25em;
  margin: 0 10px;
  color: white;
  font-family: "Josefin Sans";
}

.menu-nav ul {
  display: flex;
  font-family: "Josefin Sans";
  flex-wrap: wrap;
}

.menu-nav a {
  font-size: 1.25em;
  display: block;
  padding: 10px;
  font-family: "Josefin Sans";
}

.menu-nav a:hover {
  color: black;
}
.title h3 {
  font-size: 22px;
  color: rgb(255 87 88);
}

.ahz_tm_button .border{
  display: flex !important;
}
.services {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  background-color: #f7f7f7;
}

.service_list_home .text{
  padding: 0px 20px;
}

.price-card{
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 20px;
  font-weight: 900;
    line-height: 20px;
    color: white;
    background: rgb(255 87 88);
  /* background: linear-gradient(217deg, rgb(255 0 0), rgba(255, 0, 0, 0) 70%), linear-gradient(127deg, rgb(192 85 180), rgb(255 255 255) 70%), linear-gradient(336deg, rgb(255 87 88), rgba(0, 0, 255, 0) 70%); */
  text-align: center;
  padding: 25px 5px;
  /* border: 1px solid #ff0040; */
  border-radius: 86%;
}

.btn{
  
  margin-top: 20px;
  padding: 10px 80px;
    border-radius: 5px;
    cursor: pointer;
  font-weight: 700;
  color: white;
  background: rgb(255 87 88);
  border: 1px solid rgb(255 87 88);
}

.ahz_tm_button_model a{
  height: 35px;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0px;
  margin: 15px auto;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background: rgb(255 87 88);
  border: 1px solid rgb(255 87 88);
}

.ahz_tm_button_model a:hover, .btn:hover{
 
  color: white;
  background: black;
}
.sites .name, .perguntas-frequentes .name{
  font-weight: 400 !important;
}
.sites .content{
  justify-content: center;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 30% !important;
  width: 900px !important;
}

.images-banner img{
  max-width: 80%;
  margin: 0 auto;
}

.container-sites{
  display: flex;
  flex-direction: column;
  /* max-width: 900px; */
  text-align: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  align-items: center;
  height: 600px;
}

.container-sites .name{
  max-width: 700px;
  color: white;
  margin-bottom: 20px;
  font-size: 2.4rem !important;
}
.images-banner{
  display: flex;
  flex-direction: row;
}
form .btn{
    margin: 0 auto;
    padding: 10px 85px;

}

.text {
  font-family: Josefin Sans;
}


.name {
  font-size: 4em !important;
  font-weight: 900 !important;
}


.sobre-img {
  flex: 1 1 160px;
  margin: 0 10px;
}

.orcamento {
  background: #f7f7f7;
  /* padding: 60px; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

.orcamento .item-about{
  text-align: center;
  max-width: 400px;
}

.about {
  background: #f7f7f7;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  position: relative;
}


.ecommerce-in {
    
    background: #f7f7f7;
    padding: 45px;
    display: flex;
    align-items: center;
    min-width: 410px;
    flex: 1;
    
}

.div-portfolio {
  /* background: black; */
  padding: 60px;
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 1440px;
  margin: 0 auto;
  height: 400px;
  position: relative;
}

#slick-photo .slick-current{
	zoom: 1.5;
}

.home .about{
  max-width: 1440px;
  margin: 0 auto;
}
.slick-track{
	display: flex !important;
	flex-wrap: nowrap !important;
	align-items: center;
	
  }
 
  .home .item-about h2{
    text-align: left !important;
  }
  .image-gallery {
    /* Mobile first */
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .div-portfolio .ahz_tm_main_title h3{
    color: white !important;
  }
  .resume_in .ahz_tm_main_title h3{
    font-size: 40px !important;
    text-align: center;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
  }
  
  .image-gallery .column {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .image-item img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    max-height: 500px;
  }

   body{
    background: #f7f7f7 !important;
   }
  

  .orcamento .item-about h2{
    margin-bottom: 15px !important;
  }
  @media only screen and (min-width: 768px) {
    .image-gallery {
      flex-direction: row;
    }
  }
  @media only screen and (min-width: 768px) {
    .orcamento{
      padding: 42px 0px;
    }
  }


  @media only screen and (max-width: 1030px) {
    .ecommerce-in {
      justify-content: center !important;
    }
    .img-ecommerce{
      margin: 0 auto !important;
    }
  }
  /* .slick-prev:before, .slick-next:before{
	color: $cor_icon !important;
	
  } */
  
  .slick-prev, .slick-next{
   
	zoom: 2;
  }

.portfolio img{
  max-width:400px;
  max-height:350px;
  width: auto;
  height: auto;
  object-fit: cover;
}

.ahz_tm_main_title h3 {
  color: rgb(255 87 88) !important;
}

.about-in {
  max-width: 1400px;
  margin: 0 auto;
  background: #f7f7f7;
  /* padding: 45px;
  padding-top: 0px; */
  flex:1;
  display: flex;
  align-items: center;
}
.form-control {
  border-radius: 5px;
}
form input, form select, form textarea{
  border: 1px solid #e9e9e9;
  padding: 5px;
  height:35px;
  resize: none;
  width: 100%;
  min-width: 400px;
  max-width: 400px;
  margin: 0 auto;
  outline: none !important;
  box-shadow: 3px 4px 6px 1px #b7b7b754;

}
.form-group {
  margin-bottom: .7rem;
}
form textarea{
  height: 55px;
}
.about .container{
  justify-content: center;
}
.form{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
}

.item-about h2{
  max-width: 500px;
  text-align: center;
}

.form-1 input{
  margin-bottom: 15px;
}

.form-1 input:focus{
  border: 1.5px solid rgb(255 87 88);
}

.form-1, .form-2{
  flex: 1;
  padding: 0px 30px;
}

.portfolio{
  width: 100%;
  padding: 150px 0px;
  background-image: url('../img/new_bg.png') !important;
  display: block;
}


@media (max-width: 1822px) {
  .bg-principal,  .bg-principal-pb {
    background-position-x: 20%;
  }

}
@media (max-width: 500px) {
  .container-sites .name {
    max-width: 369px !important;
    margin-bottom: 95px !important;
    font-size: 1.5rem !important;
  }

}


@media (max-width: 800px) {
    .img-ecommerce img{
        display: none !important;
    }
  .contact {
    flex-direction: column;
    background-attachment: initial;
    justify-content: center;
    margin-top: 0px;
    padding: 20px 20px !important;
    padding-top: 10px !important;
  }

 

  .contact-info {
    flex: 1;
    margin: 10px 10px !important;
    align-self: center !important;
  }

  .resume {
    height: auto !important;
    background: white;
    position: relative;
  }

 
/* 
  .about {
    width: 100% !important;
    padding: 20px !important;
    margin: 0px !important;
    display: block;
  } */
}

.resume {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: white;
}

.resume h3 {
  color: black !important;
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 36px;
}

.contact {
  background: #f7f7f7;
  padding: 60px calc((100% - 960px) / 2 );
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.contact-info {
  flex: 1;
  margin: 0 10px;
  align-self: end;
}

.info-h1 {
  align-self: center;
}

.contact-info h1 {
  font-family: "Josefin Sans";
  color: rgb(255 87 88);
}

.contact-info p {
  font-size: 1.25em;
  width: 80%;
  margin: 0 auto;
  color: black;
  font-family: "Josefin Sans";
  text-align: center;
}

.contact-form {
  flex: 1;
  margin: 0 10px;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-form a {
  padding: 10px;
}

.contact-form img {
  width: 60px !important;
}

.contact-form input {
  flex: 1;
  font-size: 1.25em;
  color: #7c7c7c;
  font-style: bold;
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  background: transparent;
  padding: 15px 10px;
  margin: 0px;
  border-radius: 0px;
}

.contact-form button {
  flex: 1 1 260px;
  font-family: "Nunito", Helvetica, Arial, sans-serif;
  font-size: 2.25em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  margin: 0px;
  cursor: pointer;
  border: 0px;
  padding: 15px 10px;
}

@media (max-width: 600px) {
  .contact-form button {
    font-size: 1.5em;
  }
}

.footer {
  display: flex;
  background: rgb(255 87 88);
  height: 57px;
  background-image: url("/img/Sites\ incriveis\ [Tamanho\ original]\ -\ 8.PNG");
  background-size: cover;
  align-items: center;
  font-size: 0.6rem;
}

.footer p {
  flex: 1;
  text-align: center;
  font-size: 1.8em;
  color: white;
  font-family: "Josefin Sans";
}

.section {
  text-align: center;
  padding: 30px 0;
}



.slider {
  margin: 10px auto;
  width: 500px;
}

.box {
  padding: 6px;
  color: initial;
  width: 500px;
}


.ahz_tm_hero .cd-headline {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
}

.ahz_tm_hero .cd-headline b {
  font-size: 75px;
}

.ahz_tm_hero .hero_buttons {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 55px;
}

.ahz_tm_button {
  width: 100%;
  height: auto;

}

.ahz_tm_hero .ahz_tm_button {
  width: auto;
}

.ahz_tm_button.border a {
  background-color: transparent;
  color: white;
}

.ahz_tm_button a:hover {
  background-color: transparent;
  color: #15111e;
}

.about .ahz_tm_button a:hover {
  background-color: black !important;
  color: rgb(255 87 88);
}

.ahz_tm_button a:hover .svg {
  color: #15111e;
}

.ahz_tm_hero .ahz_tm_button a:hover .svg {
  color: #fff;
}

.ahz_tm_hero .ahz_tm_button a:hover {
  color: #fff;
}


.ahz_tm_button.border a:hover .svg {
  color: #fff;
}

.ahz_tm_button a .svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #fff;
  margin-left: 9px;
  margin-top: -2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ahz_tm_button span {
  position: relative;
  display: inline-block;
  color: black;
}

.ahz_tm_hero .simple_button {
  margin-left: 36px;
}

.ahz_tm_hero .simple_button a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans";
  font-weight: 700;
  white-space: nowrap;
}

.ahz_tm_hero .simple_button a {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ahz_tm_hero .simple_button a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.ahz_tm_hero .simple_button a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.ahz_tm_down svg {
  width: 35px !important;
  height: 35px !important;
}


.ahz_tm_hero .avatar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 37%;
  z-index: 1;
}

.contact .avatar {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 37%;
  z-index: 1;
}

.ahz_tm_hero .avatar .main {
  position: absolute;
  right: 0px;
  bottom: -10px;
  width: 100%;
}

.ahz_tm_hero .avatar .one {
  position: absolute;
  top: 150px;
  bottom: 150px;
  right: -55px;
  width: 380px;
  z-index: -4;
}


.ahz_tm_hero .avatar .two {
  position: absolute;
  bottom: 80px;
  left: -70px;
  width: 180px;
  height: 180px;
  z-index: 2;
}


.ahz_tm_hero .avatar .three {
  position: absolute;
  top: 235px;
  left: -110px;
  width: 80px;
  height: 110px;
  z-index: 2;
}

.ahz_tm_hero .avatar .four {
  position: absolute;
  width: 440px;
  height: 470px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}

.ahz_tm_hero .avatar .four .in {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

.ahz_tm_hero .five {
  position: absolute;
  width: 50px;
  height: 70px;
  bottom: 32%;
  right: -180px;
}


.quadrado {
  width: 234px;
  height: 231px;
  background: #0000;
  position: absolute;
  border: 6px solid rgb(255 87 88);
  top: 26px;
  left: 25px;
  z-index: 1;
  will-change: transform;
  transition: transform 3s cubic-bezier(0,0,0,1) 0s;
  display: block;
}

.quadrado2 {
  width: 196px;
  height: 275px;
  height: 201px;
  background: #000;
  position: absolute;
  border: 6px solid black;
  top: 165px;
  left: -44px;
  z-index: 0;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
}

.quadrado3 {
  width: 219px;
  height: 225px;
  background: rgb(255 87 88);
  position: absolute;
  border: 6px solid rgb(255 87 88);
  bottom: 39px;
  right: 2;
  z-index: 1;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
  right: 55px;
}

.quadrado7 {
  width: 170px;
  height: 120px;
  background: #0000;
  position: absolute;
  border: 6px solid black;
  bottom: 237px;
  z-index: 1;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
  right: -61px;
}

.quadrado5 {
  width: 288px;
  height: 294px;
  background: #0000;
  position: absolute;
  border: 6px solid white;
  bottom: 515px;
  z-index: 1;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
  right: -141px;
}

.quadrado6 {
  width: 260px;
  height: 256px;
  background: #0000;
  position: absolute;
  border: 6px solid black;
  bottom: 717px;
  z-index: 1;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
  right: 28px;
}

.quadrado4 {
  width: 184px;
  height: 179px;
  background: #0000;
  position: absolute;
  border: 6px solid black;
  bottom: 200px;
  z-index: 1;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
  right: 28px;
}

.quadrado8 {
  width: 194px;
  height: 219px;
  background: #0000;
  position: absolute;
  border: 6px solid black;
  bottom: 63px;
  z-index: 1;
  will-change: transform;
  transition: transform 5s cubic-bezier(0,0,0,1) 0s;
  display: block;
  right: -129px;
}

.item-about span {
  color: rgb(255 87 88);
  text-align: left;
  font-size: 53px;
}

.item-about h3 {
  margin: 0px;
  text-align: left;
}

.about-me {
  margin-top: 35px;
  text-align: left;
  text-align: justify;
}

.name {
  margin-bottom: 0px;
  font-size: 2.6em !important;
  line-height: 1 !important;
}

.nickname,.about h5 {
  margin-bottom: 0px;
  margin-top: 0px;
  max-width: 500px;
  text-align: left;
}

@keyframes float {
  0%, 100% {
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.6);
    transform: translatey(0);
  }

  50% {
    box-shadow: 0 25px 15px 0 rgba(0,0,0,.2);
    transform: translatey(-10px);
  }
}

.efeito-flutuante {
  animation: float 6s ease-in-out infinite;
  border-radius: 90%;
}

.tilt-effect:hover {
  animation: float 2s ease-in-out infinite;
}

.service-icon {
  position: absolute;
  font-size: 85px;
  color: rgb(255 87 88);
  top: 25%;
}

#service {
  color: black !important;
}

.box img {
  width: 100%;
  border: 2px solid rgb(255 87 88);
}

.info-h1 p {
  font-size: 1em;
}

.education-icon {
  position: absolute;
  font-size: 40px !important;
  color: #000000;
  top: 25%;
  margin-left: -6px;
  font-size: 15px;
  font-size: 50px;
}

.text .service_list_home{
  line-height: 1.3;
}

/*---------------------------------------------------*/
/*	ahz BASE
/*---------------------------------------------------*/

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  overflow-x: hidden;
  width: 100%;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0px;
  word-wrap: break-word;
  font-weight: 400;
  background-color: #f4f5fe;
  color: #7d7789;
}

svg {
  fill: currentcolor;
  width: 15px;
  height: 15px;
}

img.svg {
  width: 15px;
  height: 15px;
}

::-webkit-input-placeholder {
  color: #aaa6b2;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaa6b2;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaa6b2;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa6b2;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa6b2;
}

::placeholder {
  color: #aaa6b2;
}

body.dark::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #9e9ba3;
}

body.dark:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9ba3;
  opacity: 1;
}

body.dark::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9ba3;
  opacity: 1;
}

body.dark:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9e9ba3;
}

body.dark::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9e9ba3;
}

body.dark::placeholder {
  color: #9e9ba3;
}

body::-webkit-scrollbar {
  width: 11px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: #999 #fff;
}

body:-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 6px;
  border: 3px solid #fff;
}

.container {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 0px 40px;
  position: relative;
  clear: both;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 700;
  line-height: 1.2;
  font-family: "Josefin Sans";
  color: #15111e;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.ahz_tm_section {
  width: 100%;
  height: auto;

}

@keyframes lineheight {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes lineround {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
  }
}

@keyframes preloadedzero {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}


/*---------------------------------------------------*/
/*	ahz HERO
/*---------------------------------------------------*/

.ahz_tm_hero {
  width: 100%;
  position: relative;
  float: left;
  /* background-color: black; */
  background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/new_bg.png);
    background-size: cover;
  background-image: url('../img/new_bg.png');
  display: block;
}

.sites .ahz_tm_hero {
  width: 100%;
  position: relative;
  float: left;

  display: block;
}
.ahz_tm_hero .hero_inner {
  width: 100%;
  height: 600px;
  position: relative;
  float: left;
}

.ahz_tm_hero .content {
  position: absolute;
  width: 50%;
  top: 62%;
  transform: translateY(-50%);
  left: auto;
}

.ahz_tm_hero .content .name {
  font-size: 150px;
  font-weight: 700;
  margin-top: 17px;
  color: white;
  letter-spacing: -.2px;
  line-height: 1.1;
} 

.ahz_tm_hero .content .job {
  overflow: hidden;
}

.ahz_tm_hero .cd-headline {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
}

.ahz_tm_hero .cd-headline b {
  font-size: 75px;
}


.ahz_tm_hero .ahz_tm_button {
  width: auto;
}

.ahz_tm_button.border a {
  background-color: transparent;
  color: #15111e;
}

.ahz_tm_button.border .svg {
  color: rgb(255 87 88);
}

.blc{
  color: black;
}

.ahz_tm_button a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans";
  display: inline-block;
  background-color: white;
  font-weight: 700;
  position: relative;
  padding: 15px 46px 15px 46px;
  border-radius: 6px;
  border: 2px solid rgb(255 87 88);
  white-space: nowrap;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ahz_tm_button a:hover {
  background-color: transparent;
  color: #15111e;
}

.ahz_tm_button a:hover .svg {
  color: #15111e;
}

.ahz_tm_hero .ahz_tm_button a:hover .svg {
  color: #fff;
}

.ahz_tm_hero .ahz_tm_button a:hover {
  color: #fff;
}

.ahz_tm_button.border a:hover {
  background-color: rgb(255 87 88);
  color: #fff;
}

.ahz_tm_button.border a:hover .svg {
  color: #fff;
}

.ahz_tm_button span {
  position: relative;
  display: inline-block;
}

.ahz_tm_hero .simple_button {
  margin-left: 36px;
}

.ahz_tm_hero .simple_button a {
  text-decoration: none;
  color: #fff;
  font-family: "Josefin Sans";
  font-weight: 700;
  white-space: nowrap;
}

.ahz_tm_hero .simple_button a {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.ahz_tm_hero .simple_button a:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.ahz_tm_hero .simple_button a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.ahz_tm_down svg {
  width: 35px !important;
  height: 35px !important;
}

.ahz_tm_down svg #wheel {
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(60px);
  }
}

.ahz_tm_hero .avatar {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 37%;
  z-index: 1;
}

.ahz_tm_hero .avatar .main {
  position: absolute;
  right: 0px;
  bottom: -10px;
  width: 100%;
}

.ahz_tm_hero .avatar .one {
  position: absolute;
  top: 150px;
  bottom: 150px;
  right: -55px;
  width: 380px;
  z-index: -4;
}

.ahz_tm_hero .avatar .one .in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255 87 88);
}

.ahz_tm_hero .avatar .two {
  position: absolute;
  bottom: 80px;
  left: -70px;
  width: 180px;
  height: 180px;
  z-index: 2;
}

.ahz_tm_hero .avatar .two .in {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(255 87 88);
  border-radius: 61%;
}

.ahz_tm_hero .avatar .three {
  position: absolute;
  top: 235px;
  left: -110px;
  width: 80px;
  height: 110px;
  border-radius: 61%;
  z-index: 2;
}

.ahz_tm_hero .avatar .three .in {
  position: absolute;
  width: 100%;
  height: 75% !important;
  border-radius: 61%;
  background-color: rgb(255 87 88);
}

.ahz_tm_hero .avatar .four {
  position: absolute;
  width: 440px;
  border-radius: 61%;
  height: 470px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: -1;
}

.ahz_tm_hero .avatar .four .in {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 61%;
}

.ahz_tm_hero .five {
  position: absolute;
  width: 50px;
  height: 70px;
  bottom: 32%;
  right: -180px;
}

.ahz_tm_hero .five .in {
  position: absolute;
  width: 100%;
  height: 80%;
  border-radius: 61%;
  background-color: rgb(255 87 88);
}

/*---------------------------------------------------*/
/*	ahz ABOUT
/*---------------------------------------------------*/

.ahz_tm_about {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  padding: 170px 0px 170px 0px;
}

.ahz_tm_about .about_inner {
  width: 100%;
  height: auto;
  clear: both;
  display: flex;
}

.ahz_tm_about .left {
  width: 31%;
}

.ahz_tm_about .border {
  position: absolute;
  width: 1000px;
  height: 300px;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-right: -50px;
  z-index: 2;
}

.ahz_tm_about .border .in {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
}

.ahz_tm_about .center {
  width: 44%;
  padding: 0px 100px 0px 140px;
}

.ahz_tm_about .center .title {
  width: 100%;
  float: left;
  margin-bottom: 34px;
}

.ahz_tm_about .center h3 {
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -.2px;
}

.ahz_tm_about .center h3 span {
  color: rgb(255 87 88);
}

.ahz_tm_about .center .subtitle {
  font-family: "Josefin Sans";
  font-size: 36px;
  font-weight: 700;
  color: #15111e;
  letter-spacing: -.2px;
  display: inline-block;
  margin-top: 18px;
}

.ahz_tm_about .text {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.ahz_tm_about .text p {
  margin-bottom: 31px;
}

.ahz_tm_about .right {
  width: 25%;
  position: relative;
  top: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}

.ahz_tm_hero .stroke_text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -145px;
  z-index: -2;
  margin-top: -70px;
}

.ahz_tm_hero .item-about .stroke_text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 145px;
  color: black;
  z-index: -2;
  margin-top: -70px;
}
.about .stroke_text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* right: -523px; */
  z-index: -2;
  margin-top: -234px;
  font-size: 128px;
  color: #e9e9e9;
  right: -1049px;
}

.ahz_tm_hero .stroke_text span{
  font-size: 186px;
  color: transparent;
  -webkit-text-stroke: 3px rgba(255,255,255,.3);
  text-stroke: 3px rgba(255,255,255,.3);
  /* font-family: "Montserrat"; */
  font-family: 'Josefin Sans';
  font-weight: 700;
}

.ahz_tm_about .right .main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  z-index: 1;
}

/*---------------------------------------------------*/
/*	ahz SKILLS
/*---------------------------------------------------*/

.ahz_tm_main_title {
  width: 100%;
  color: black;
  /* max-width: 620;px; */
  clear: both;
}

.ahz_tm_main_title[data-text-align="left"] {
  text-align: left;
}

.ahz_tm_main_title[data-text-align="center"] {
  text-align: center;
  margin: 0px auto;
}

.ahz_tm_main_title[data-text-align="right"] {
  text-align: right;
  float: right;
}


.ahz_tm_main_title span {
  font-size: 24px;
  font-family: "Josefin Sans";
  color: rgb(255 87 88);
  font-weight: 700;
  letter-spacing: -.2px;
  display: inline-block;
  margin-bottom: 5px;
}

.ahz_tm_main_title h3 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -.2px;
  line-height: 1;
}

.ahz_tm_main_title p {
  margin-top: 32px;
  margin-bottom: 40px;
  width: 100%;
  line-height: 24px;
}

.service_list_home .ahz_tm_main_title p {
  margin-top: 32px;
  color: black;
}

@-webkit-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes wow {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

/*---------------------------------------------------*/
/*	ahz SERVICES
/*---------------------------------------------------*/

.ahz_tm_service {
  width: 100%;
  height: auto;
  padding: 4px 0px;
  padding-bottom: 55px;
  position: relative;
}

.ahz_tm_service .service_list_home {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
}

.ahz_tm_service .service_list_home ul {
  margin: 0px 0px 0px -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.ahz_tm_service .service_list_home ul li {
  margin: 25px auto !important;
  width: 33%;
  float: left;
  padding-left: 25px;
  display: flex;
  justify-self: end;
  justify-content: end;
  height: 422px;
    /* min-height: 354px; */
  align-items: end; 
}

.text p{
  line-height: 21px;
}
.ahz_tm_service .service_list_home ul li .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  border-radius: 10px;
  background-color: white;
  box-shadow: 7px 6px 9px 7px #b7b7b754;
  /* padding: 60px 60px 56px 200px; */
}

.ahz_tm_service .service_list_home ul li.simple .list_inner {
  box-shadow: none;
  border-radius: 0px;
  padding: 0px 60px 0px 0px;
  background-color: transparent;
}

.ahz_tm_service .service_list_home ul li.text {
  text-align: center;
  padding: 0px 100px;
}

.ahz_tm_service .service_list_home .title {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.ahz_tm_service .service_list_home .title h3 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -.2px;
  margin-bottom: 3px;
}

.ahz_tm_service .service_list_home .price {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
}

.ahz_tm_service .service_list_home .price span {
  font-size: 30px;
  color: rgb(255 87 88);
}

.ahz_tm_service .service_list_home .icon {
  /* position: absolute; */
  left: 60px;
  /* width: 112px; */
  height: 89px;
}

.ahz_tm_service .service_list_home .icon .svg {
  width: 72px;
  height: 72px;
  top: 23px;
  left: 15px;
  position: absolute;
  z-index: 2;
}

.ahz_tm_service .service_list_home .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.ahz_tm_service .service_list_home .wrapper h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 35px;
  color: white;
}

/*---------------------------------------------------*/
/*	ahz RESUME
/*---------------------------------------------------*/

.ahz_tm_resume {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 100px;
}

.ahz_tm_resume .content {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding-top: 60px;
}

.ahz_tm_resume .content_inner {
  width: 100%;
  margin-top: 40px;
  float: left;
}

.ahz_tm_resume .content_inner > ul {
  margin: 0px 0px 0px -100px;
  list-style-type: none;
}

.ahz_tm_resume .content_inner > ul > li {
  margin: 0px;
  width: 50%;
  float: left;
  padding-left: 100px;
}

.ahz_tm_resume .main_title {
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 33px;
}

.ahz_tm_resume .main_title span {
  position: relative;
  padding-left: 40px;
}

.ahz_tm_resume .main_title span:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 6px;
  background-color: black;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.ahz_tm_resume .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: rgb(255 87 88);
}

.ahz_tm_resume .icon .svg {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
}

.ahz_tm_resume .list {
  margin: 0px;
  list-style-type: none;
}

.ahz_tm_resume .list li {
  margin: 0px 0px 40px 0px;
  width: 100%;
  float: left;
}

.ahz_tm_resume .list li:last-child {
  margin-bottom: 0px;
}

.ahz_tm_resume .list .list_inner {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  position: relative;
  padding-left: 65px;
}

.ahz_tm_resume .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ahz_tm_resume .info .left h3 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 3px;
}

.ahz_tm_resume .info .left span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
  color: #15111e;
}

.ahz_tm_resume .info .right span {
  font-size: 15px;
  letter-spacing: -.2px;
}


input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}


@-webkit-keyframes myAnim {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
  }

  50% {
    opacity: .3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes myAnim {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
  }

  50% {
    opacity: .3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.servico-img {
  max-width: 100%;
  position: inherit;
  /* margin-top: 10%; */
}

.servico-icon {
  /* position: absolute; */
  font-size: 85px;
  color: #ff0040;
  top: 25%;
}


@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*---------------------------------------------------*/
/*	ahz MEDIA QUERIES (FOR SMALL DEVICES)
/*---------------------------------------------------*/

/* @media (max-width: 2000px) { */

  
  .servico-icon {
    font-size: 65px;
  }

  .quadrado {
    bottom: 435px;
  }

  .quadrado2 {
    bottom: 305px;
  }

  .item-about span {
    font-size: 35px;
  }

  .item-about .span-bt{
    font-size: 18px;
  }

  .about .ahz_tm_button{
    margin-top: 45px;
  }

  .service-icon {
    font-size: 65px;
  }

  body {
    font-size: 16px;
  }

  .container {
    max-width: 1070px;
  }

  .ahz_tm_hero .content .hello {
    font-size: 20px;
    margin-bottom: 10px;
  }

  

  .ahz_tm_hero .cd-headline {
    font-size: 25px;
  }

  .ahz_tm_hero .cd-headline b {
    font-size: 35px;
  }

  .ahz_tm_button a {
    padding: 10px 35px 9px 35px;
  }

  .ahz_tm_hero .simple_button {
    margin-left: 28px;
  }

  .ahz_tm_hero .hero_buttons {
    margin-top: 25px;
    margin-bottom: 45px;
  }

  .ahz_tm_button a .svg {
    width: 16px;
    height: 16px;
  }

  .ahz_tm_hero .avatar {
    width: 33%;
  }

  .ahz_tm_hero .avatar .two {
    width: 170px;
    height: 170px;
    bottom: 60px;
    border-radius: 61%;
  }

  .ahz_tm_hero .avatar .three {
    width: 60px;
    height: 90px;
    top: 150px;
    left: -85px;
    border-radius: 61%;
  }

  .ahz_tm_hero .avatar .one {
    width: 250px;
    top: 100px;
    border-radius: 61%;
    bottom: 100px;
  }

  .ahz_tm_hero .avatar .four {
    width: 285px;
    height: 305px;
    border-radius: 61%;
  }

  .ahz_tm_hero .five {
    width: 35px;
    height: 50px;
    right: -135px;
    border-radius: 61%;
  }


  .ahz_tm_about .center h3 {
    font-size: 40px;
  }

  .ahz_tm_about .center .subtitle {
    font-size: 25px;
    margin-top: 10px;
  }

  .ahz_tm_about .text p {
    margin-bottom: 20px;
  }

  .ahz_tm_about .center .title {
    margin-bottom: 23px;
  }

  .ahz_tm_about .border {
    height: 200px;
    margin-right: -30px;
  }

  .ahz_tm_about .right {
    top: 240px;
  }

  .ahz_tm_about .center {
    padding: 0px 50px 0px 80px;
  }

  .ahz_tm_main_title {
    /* max-width: 607px; */
  }

  .ahz_tm_main_title span {
    font-size: 18px;
  }

  .ahz_tm_main_title h3 {
    font-size: 57px;
    margin-bottom: 5px;
  }

  /* .first-li{
    height: 300px !important;
    margin-top: 110px;
  } */

  p{
    font-size: 1em;
  }

  .ahz_tm_service .service_list_home .title h3 {
    font-size: 25px;
    margin-bottom: 0px;
  }

  .ahz_tm_service .service_list_home .price {
    font-size: 16px;
  }

  .ahz_tm_service .service_list_home .price span {
    font-size: 25px;
  }

  .ahz_tm_service .service_list_home .icon {
    left: 30px;
  }

  .ahz_tm_service .service_list_home .icon .svg {
    width: 40px;
    height: 40px;
    top: 16px;
    left: 22px;
  }

  .ahz_tm_service .service_list_home ul li .list_inner {
    /* padding: 50px 30px 50px 130px; */
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    text-align: center;
  }
  .sites .ahz_tm_service .service_list_home ul li .list_inner {
    /* padding: 50px 30px 50px 130px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .form-group span{
    font-size: .7rem;
    color: red;
    margin-top: -13px !important;
    text-align: left;
    margin-left: 5px;
    display: none;
  }

  .form-group{
    display: flex;
    flex-direction: column;
  }

  .ahz_tm_service .service_list_home .wrapper h3 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .ahz_tm_resume .main_title {
    font-size: 25px !important;
  }

  .ahz_tm_resume .info .left h3 {
    font-size: 19px;
    margin-bottom: 0px;
    margin-bottom: 0px;
    word-break: break-word;
  }

  .ahz_tm_resume .info .left span {
    font-size: 16px;
  }

  .ahz_tm_resume .info .right span {
    font-size: 14px;
  }

  .ahz_tm_resume .content_inner > ul > li {
    padding-left: 60px;
  }

  .ahz_tm_resume .content_inner > ul {
    margin-left: -60px;
  }

  .ahz_tm_resume .icon {
    width: 40px;
    height: 40px;
  }

  .ahz_tm_resume .icon .svg {
    width: 18px;
    height: 18px;
  }

 
/* } */
.tilt-effect:first{
  height: 300px !important;
  margin-top: 110px !important;
}

.ecommerce-in h5{
  margin-top: 25px;
}
/* 
.ahz_tm_service .service_list_home ul li:first-child {
  height: 300px !important;
  margin-top: 110px !important;
} */

@media (max-width: 1040px) {
  .container {
    padding: 0px 20px;
  }

  .ahz_tm_hero .avatar .one {
    display: none;
  }

  .ahz_tm_hero .avatar .two {
    display: none;
  }

  .ahz_tm_hero .avatar .three {
    display: none;
  }

  .ahz_tm_hero .avatar .four {
    display: none;
  }

  .ahz_tm_hero .avatar .five {
    display: none;
  }

  .ahz_tm_hero .content {
    width: 100%;
  }

  /* .ahz_tm_hero .avatar {
    display: none;
  } */

  .ahz_tm_about .left {
    display: none;
  }

  .ahz_tm_about .right {
    display: none;
  }

  .ahz_tm_about .about_inner {
    display: block;
  }

  .ahz_tm_about .center {
    width: 100%;
    padding: 0px 20px;
  }


  .ahz_tm_main_title {
    max-width: 100%;
  }

  .ahz_tm_service .service_list_home ul {
    margin: 0px;
  }

  /* .ahz_tm_service .service_list_home ul li {
    width: 100%;
    padding-left: 0px;
    height: 354px !important;
  } */


  .ahz_tm_service .service_list_home ul li.text {
    text-align: left;
    padding: 0px;
  }

  .ahz_tm_service .service_list_home .wrapper {
    position: static;
    top: 0px;
    transform: translateY(0);
  }

  .ahz_tm_resume .content_inner {
    width: 100%;
  }

  
}

.home .orcamento .item-about h2{
  text-align: center !important;
  width: 500px !important;
}

.orcamento .item-about{
  max-width: 500px;
}
@media (max-width: 768px) {
  .container-sites .name {
    max-width: 510px;
    
    margin-bottom: 55px;
    font-size: 1.8rem;
  }
  .ecommerce-in{
    min-width: auto !important;
  }

  .form-1, .form-2{
    padding: 0px 10px;
    flex: 100%;
  }
  .form input, .form select, .form textarea{
    min-width: auto !important;
  }
  .orcamento .item-about{
    padding: 0px 20px;
    max-width: 400px;
  }
  .ahz_tm_resume h3{
    font-size: 45px;

  }

 #bt-loja{
    font-size: 20px !important;
  }

  .home .orcamento .item-about h2{
    max-width: 300px;
    margin: 0 auto;
  }
     .img-ecommerce{
        display: none !important;
    }

  /* .first-li{
    margin-top: 25px;
  } */
  .item-about span{
    font-size: 30px !important;
  }

  .service_list_home .text p{
    font-size: 1em;
  }
  .services{
    padding-bottom: 60px;
  }
  .slick-track{
    margin-bottom: 60px;
  }

  .ahz_tm_main_title h3{
    margin-top: 0px;
  }
  #slick-photo .slick-current{
    zoom: 0;
  }
  .div-portfolio{
    padding: 0px;
  }
  .servico-icon {
    position: inherit;
  }
  .slick-prev, .slick-next{
   
    zoom: 0;
    }
  h3{
    font-size: 25px;
  }

  .menu-nav{
    margin-top: -10px;
  }
  
  .menu-nav a{
    font-size: .9em;
    padding-top: 0px;
  }

  .efeito-flutuante {
    display: none;
  }
  
  .resume .icon {
    /* display: none !important; */
  }

  .resume .text {
    width: 100%;
    padding-left: 55px;
  }

  .name {
    font-size: 2.5em !important;
  }

  .service-icon {
    position: inherit;
    margin-top: 10%;
  }

  .ahz_tm_hero .content .name {
    font-size: 1.9em !important;
  }

  .ahz_tm_hero .cd-headline {
    font-size: 20px;
  }

  .ahz_tm_hero .cd-headline b {
    font-size: 30px;
  }

  .ahz_tm_hero .simple_button {
    margin-left: 20px;
  }

  .ahz_tm_about {
    padding: 135px 0px;
  }

  .ahz_tm_about .center h3 {
    font-size: 30px;
  }

  .ahz_tm_about .center .subtitle {
    font-size: 20px;
  }


  .ahz_tm_service .service_list_home .icon {
    display: inline-block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 90px;
  }

  .ahz_tm_service {
    padding: 45px 0px 0px 0px;
  }

  .ahz_tm_service .service_list_home ul li{
    height: auto !important;
  }

  .item-about h3{
    line-height: 30px !important;
  }
  .ahz_tm_service .service_list_home ul li.simple .list_inner {
    padding: 0px;
  }

  .about{
    padding-top: 0px !important;
  }

  .resume_in .ahz_tm_main_title h3 {
    font-size: 31px !important;
  
  }
  .ecommerce-in{
    padding-top: 40px !important;
  }

  .portfolio{
    height: auto;
    padding: 20px;
  }

  .ahz_tm_service .service_list_home ul li .list_inner {
    padding: 50px 30px;
    padding: 20px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
  }

  .ahz_tm_service .service_list_home .title h3 {
    font-size: 22px;
  }

  .ahz_tm_service .service_list_home .wrapper h3 {
    font-size: 22px;
    color: rgb(255 87 88);
  }

  

  .ahz_tm_resume {
    margin-bottom: 50px;
  }
  .ahz_tm_hero .stroke_text {
    position: absolute;
    top: 91%;
    transform: translateY(-50%);
    right: -50px;
    z-index: -2;
    margin-top: -70px;
  }

  .ahz_tm_hero .stroke_text span {
    font-size: 104px;
  }

  .ahz_tm_resume .content {
    padding-top: 45px;
  }

  .ahz_tm_resume .content_inner > ul {
    margin: 0px;
  }

  .ahz_tm_resume .content_inner > ul > li {
    width: 100%;
    padding-left: 0px;
  }

  .ahz_tm_resume .content_inner > ul > li {
    margin-bottom: 50px;
  }

  .ahz_tm_resume .content_inner > ul > li:last-child {
    margin-bottom: 0px;
  }

  .ahz_tm_resume .icon {
    display: inline-block;
    top: 0px;
    left: 0px;
    /* margin-bottom: 10px; */
    margin-right: 11px;
  }

  .ahz_tm_resume .info {
    flex-direction: column;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: -3px;
    justify-content: center;
    margin-left: 19px;
  }

  .info .left{
    word-break: break-word;
    width: 80%;
  }

  .ahz_tm_resume .list .list_inner {
    padding-left: 0px;
  }


}

.slider {
  margin: 10px auto;
  width: 500px;
}

.box {
  padding: 6px;
  color: initial;
  width: 500px;
  outline: none !important;
}


.sites .ahz_tm_hero .hero_inner{
  /* height: auto !important; */
  padding: 100px 20px;
}

.sites .hero_inner{
  display: flex;
  flex-direction: row ;
}

.services-ecommerce{
  /* background: url('../img/Sites incriveis [Tamanho original] - 8.png'); */
  height: auto;
  padding: 100px 20px;
  background: #f7f7f7;
}


.services-landing, .services-site{
  padding: 100px 20px;
  background: white;
}

.div-service{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  justify-content: space-between;
  flex: 1;
  max-width: 1440px;
  margin: 0 auto;
}

.div-title, .site-img{
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 1;
}

.div-title p{
  max-width: 500px;
  color: #15111e;
 
}

.div-title
{
  margin-bottom: 20px;
}
.div-title h1{
  color:  rgb(255 87 88);
  font-weight: 400;
  border-bottom: 1px solid  rgb(255 87 88);
  margin-bottom: 20px;
}

.sites .servico-icon, .perguntas-frequentes .servico-icon{
  color:rgb(255 87 88);
}
.ahz_tm_main_title h1{
  font-size: 2.3rem;
}


.vantagens-sites .ahz_tm_section{
  /* background: url('../img/Sites incriveis [Tamanho original] - 8.png'); */
  /* background-size: cover; */
  padding: 40px;
  background: #f7f7f7;
}

/* .white h1{
  color:  black;
  border-bottom: 1px solid  white;
  margin-bottom: 20px;
} */

.sites .price-card{
top: -52px;
right: 0px;
font-weight: 400;
line-height: 20px;
text-align: center;
padding: 37px 16px;

}

.services-ecommerce .price-card{
  left: 0px !important;
  right:auto;
}
/* .vantagens-sites .tilt-effect{
  height: 295px;
  justify-content: center !important;
} */

/* .vantagens-sites .ahz_tm_service .service_list_home ul li{
  height: 295px;
} */

.vantagens-sites .ahz_tm_service .service_list_home ul li.text{
  padding: 5px !important;
 
}

.question-contact h1{
  font-size: 2rem;
  
}

.vantagens-sites h4{
  font-size: 1.5rem;
  color: black;
}

.questions .ahz_tm_section{
   background: white;
}

.vantagens-sites .icon{
  justify-content: end;
  display: flex;
  flex-direction: column;
}

.site-img img{
  max-width: 430px;
  border-radius: 20px;
  display: block;
 
}
.site-img div{
  position: relative;
}
.site-img:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 3px;
  border: 1px dotted rgba(0, 0, 0, 0.4); /* Estilo da borda pontilhada */

}

.sites .ahz_tm_service .service_list_home ul li .tilt-effect, .perguntas-frequentes .ahz_tm_service .service_list_home ul li .tilt-effect{
  background-color: #ffffff94 !important;
}

/* .sites .ahz_tm_service .service_list_home ul li .list_inner{
  box-shadow: none !important;

} */

.div-title .ahz_tm_button{
  color: black !important;
  margin: 0px;
  padding: 0px;
  margin-top: 30px;
  max-width: 500px;
}

.div-title span{
  color: black !important;
}

.sites .ahz_tm_service .service_list_home .title h3{
  font-size: 24px !important;
}
@media only screen and (min-width: 768px) and (max-width: 973px) {
  .orcamento .item-about, .orcamento .item-about h2{
    max-width: 400px;
  }
 .sites .ahz_tm_service .service_list_home ul li {
    width: 50%;
    padding-left: 5px;
    height: 354px !important;

  }
  .ahz_tm_main_title h1{
    font-size: 2.3rem !important;
  } 

}

@media only screen and (min-width: 650px) and (max-width: 768px) {
  /* .sites .list_inner {
    width: 75% !important;
    padding-left: 5px;
    height: auto !important;
  } */

  .service_list_home ul li {
    width: 75% !important;
    margin: 0 auto !important;
    min-height: 503px !important;
  }

}

@media only screen and (min-width: 650px) and (max-width: 1050px) {
  .sites .ahz_tm_service .service_list_home ul li {
    width: 55% !important;
    margin: 0 auto !important;
    
    height: auto;
  }
  .portfolio{
    padding: 20px 0px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  .service_list_home ul li {
    width: 55% !important;
    margin: 0 auto !important;
    min-height: 503px !important;
  }

}

@media only screen and (max-width: 706px) {

  .home .item-about h2{
    text-align: left !important;
    font-size: 30px !important;
  }

  .home .orcamento .item-about h2 {
    text-align: center !important;
    font-size: 30px !important;
  }

  .about{
    padding: 20px !important;
  }

}
@media only screen and (max-width: 1067px) {
  .ahz_tm_service .service_list {

    /* clear: both; */
    /* float: left; */
}
  .div-title{
    flex: 100% !important;
  }
  .site-img img {
    order: 1;
  }
  .sites .div-title{
    order: 2;
  }
  .services-ecommerce, .services-landing, .services-site{
    padding: 40px 20px !important;
  }

}

@media only screen and (max-width: 768px) {
  .ahz_tm_service .service_list_home ul li {
    width: 100%;
    padding-left: 0px;
    height: 354px;
  }

  .home .name{
    max-width: 400px !important;
  }
  .site-img img {
    max-width: 320px !important;
    order: 1;
  }
  .sites .div-title{
    order: 2;
    margin-top: 20px;
  }

  .sites .div-title h1{
    font-size: 37px !important;
  }
  .services-ecommerce, .services-landing, .services-site{
    padding: 40px 20px !important;
  }

  .sites .ahz_tm_main_title p{
    margin-bottom: 0px !important;
  }

  .sites .price-card {
    padding: 28px 8px;
  }

  /* .vantagens-sites .tilt-effect{
    height: 295px !important;
    justify-content: center !important;
    margin-bottom: 10px;
    padding: 9px !important;
  } */

  .servico-icon{
    font-size: 50px !important;
    line-height: normal !important;
  }

  .title h3{
    margin-top: 10px !important;
  }

  .first-inner{
    height: 200px !important;
  }

  .sites .ahz_tm_service{
    padding: 0px !important;
  }
}

#modal{
  display: none;
}

.modal{
position: fixed;
  top: 50%;
  left: 50%;
  font-weight: 700;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 14px;
  background-color: rgb(255 87 88);;
  color: white;
  padding: 32px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 99;

}


/* Estilo para o botão de fechar */
.close {
  border: none;
  background: transparent;
  font-weight: bolder;
  position: absolute;
  top: 0;
  margin: 0px;
  right: 0;
  padding: 10px;
  cursor: pointer;
}






.ahz_tm_service .service_list {
  width: 100%;
  height: auto;

}

.ahz_tm_service .service_list ul {
  margin: 0px 0px 0px -25px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.ahz_tm_service .service_list ul li {
  margin: 0px 0px 25px 0px;
  width: 50%;
  float: left;
  padding-left: 25px;
}

.ahz_tm_service .service_list ul li .list_inner {
  width: 100%;
  height: 100%;
  clear: both;
  float: left;
  position: relative;
  border-radius: 10px;
  
  box-shadow: 13px 13px 90px rgba(131,4,4,.06);
  padding: 60px 60px 56px 200px;
}

.ahz_tm_service .service_list ul li.simple .list_inner {
  box-shadow: none;
  border-radius: 0px;
  padding: 0px 60px 0px 0px;
  background-color: transparent;
}

.home .ahz_tm_service .service_list ul li.text {
  text-align: center;
  padding: 0px 100px;
}

.ahz_tm_service .service_list .title {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.ahz_tm_service .service_list .title h3 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -.2px;
  margin-bottom: 3px;
}

.ahz_tm_service .service_list .price {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.2px;
  font-family: "Josefin Sans";
}

.ahz_tm_service .service_list .price span {
  font-size: 30px;
  
}

.ahz_tm_service .service_list .icon {
  position: absolute;
  left: 60px;
  width: 112px;
  height: 112px;
}

.ahz_tm_service .service_list .icon .svg {
  width: 72px;
  height: 72px;
  top: 23px;
  left: 15px;
  position: absolute;
  z-index: 2;
}

.home .ahz_tm_service .service_list .wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.ahz_tm_service .service_list .wrapper h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -.2px;
  margin-bottom: 35px;
}


.sites .list_inner .wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sites .servico-icon{
  line-height: inherit !important;
}

.sites .tilt-effect{
  box-shadow: 7px 6px 9px 7px #b7b7b754 !important;
}


.ahz_tm_service .service_list .title h3 {
  font-size: 25px;
  margin-bottom: 0px;
}

.ahz_tm_service .service_list .price {
  font-size: 16px;
}

.ahz_tm_service .service_list .price span {
  font-size: 25px;
}

.ahz_tm_service .service_list .icon {
  left: 30px;
}

.ahz_tm_service .service_list .icon .svg {
  width: 40px;
  height: 40px;
  top: 16px;
  left: 22px;
}

.ahz_tm_service .service_list ul li .list_inner {
  /* padding: 50px 30px 50px 130px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ahz_tm_service .service_list .wrapper h3 {
  font-size: 25px;
  margin-bottom: 25px;
}

.ahz_tm_service .service_list .icon {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
  width: 110px;
  height: 90px;
}

.ahz_tm_service {
  padding: 45px 0px 0px 0px;
}

.ahz_tm_service .service_list ul li.simple .list_inner {
  padding: 0px;
}

.ahz_tm_service .service_list ul li .list_inner {
  padding: 50px 30px;
  padding: 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
}

.ahz_tm_service .service_list .title h3 {
  font-size: 22px;
}

.ahz_tm_service .service_list .wrapper h3 {
  font-size: 22px;
}

.sites .list_inner{
  min-width: 302px !important;
}

.sites .ahz_tm_service .service_list ul li, .perguntas-frequentes .ahz_tm_service .service_list ul li{
  width: auto !important;
  flex: 1 !important;
}