html {
  scroll-behavior: smooth;
}

html,
body {
  padding: 0;
  margin: 0;
  background: #fff;
  letter-spacing: 1px;
}

body a {
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
cursor:pointer !important;
}
button,.btn{
cursor:pointer !important;
}

body a:hover {
  text-decoration: none;
}

body a:focus,
a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}

select,
input[type="email"],
input[type="text"],
input[type=password],
input[type="button"],
input[type="submit"],
textarea {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

body p {
  margin: 0 0 20px 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 1;
}
/* dentro de conteudo deve poder, por que tem opção no editor*/
.social-icons ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-icons ul li {
  display: inline-block;
}

.card-header{
  border-bottom: none;
  background: transparent;
}

.card-img-bottom{
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

.bootstrap-select .dropdown-menu li {
  display: block;
}
.bootstrap-select > button{
  border-radius: 0;
}

/*-- //Reset-Code --*/
::-webkit-scrollbar {
  width:12px;
  height:8px;
}
::-webkit-scrollbar-thumb:hover {
  -webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:active {
  -webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.2)
}

/*-- scrool modify --*/

.title {
  font-size: 40px;
  color: #fd5c63;
  letter-spacing: 2px;
  font-weight: 700;
}

.title span {
  font-size: 19px;
  color: #fd5c63;
  letter-spacing: 5px;
  font-weight: bold;
}
h5.card-title a, h5.card-title {
    color: #000;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
}
.blog_w3icon span {
    color: #777;
    font-size: 12px;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.blog_w3ls .card {
  background-color: transparent;
}

.border-destaque {
  border: 1px solid #dee2e6;
}

.collection-w3layouts h4,
.ser-sevice-grid h4,
.clients-txt-ile h4,
.contact-list-grid h4,
.blog-left-sub h4 a,
.comments-grid-right h4,
.single-title h4 {
  font-size: 25px;
  color: #000000;
  font-weight: bold;
}

.about-grid-title p,
.about-para-txt p,
.collection-w3layouts p,
.ser-sevice-grid p,
.clients-color-ile p,
.contact-list-grid p a,
.contact-list-grid p,
.blog-left-sub p,
.blog-image p,
.blog-date-time ul li a,
.single-title p,
.single-title ul li,
.single-title ul li a {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 25px;
}


/* header */


/* navigation */


/* CSS Document */

.toggle-2,
.toggle,
[id^=drop] {
  display: none;
}


/* Giving a background-color to the nav container. */

nav {
  margin: 0;
  padding: 0;
  display:table;
  width: 100%;
}

.logo-mobile > h1 {display: none}

#logo a {
  float: left;
  display: initial;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0;
}

#logo img {
  max-width: 250px;
  max-height: 120px;
}


/* Since we'll have the "ul li" "float:left"
* we need to add a clear after the container. */

nav:after {
  content: "";
  display: table;
  clear: both;
}


/* Removing padding, margin and "list-style" from the "ul",
* and adding "position:reltive" */

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}


/* Positioning the navigation items inline */

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
}


/* Styling the links */

nav ul li a {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  background: transparent;
  padding: 7px 20px;
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.menu li .drop-text:hover {
  border: none;
}

.box-menu-table{
  display: table-cell;
  vertical-align: middle;
}


/* Background color change on Hover */


/*.menu li.active a,.menu li a:hover{border-bottom: 1px solid #d4d4d4;}*/

.menu li a:hover {
  opacity: 0.8;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}


/* Hide Dropdowns by Default
* and giving it a position of absolute */

nav ul ul {
  display: none;
  position: absolute;
  top: 33px;
  background: #000;
  padding: 10px;
  border-radius: 4px;
  box-shadow: -1px 1px 5px;
}


/* Display Dropdowns on Hover */

nav ul li:hover>ul {
  display: inherit;
}


/* Fisrt Tier Dropdown */

nav ul ul li {
  width: auto;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  color: #fff;
  padding: 5px 10px;
  display: block;
  background: transparent;
}


/* Second, Third and more Tiers	
* We move the 2nd and 3rd etc tier dropdowns to the left
* by the amount of the width of the first tier.
*/

nav ul ul ul li {
  position: relative;
  top: -60px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li>a:only-child:after {
  content: '';
}

a.reqe-button {
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
}


/* Media Queries
--------------------------------------------- */

@media(max-width: 800px) {
  nav a {
    font-size: 13px;
  }
}

@media all and (max-width: 767px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  nav {
    margin: 0;
  }
  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle+a,
  .menu {
    display: none;
  }
  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    padding: 6px 17px;
    font-size: 14px;
    text-decoration: none;
    border: none;
    float: right;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
  }
  .menu .toggle {
    float: none;
    text-align: left;
    margin: auto;
    padding: 10px 18px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }

  .menu .toggle > .fa{
    width: 32px;
    height: 100%;
    font-size: 20px;
  }

  .menu .toggle:hover {
    color: #000;
	opacity:.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  .toggle:hover {
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
  }
  label.toggle.toogle-2 {
    background: transparent;
    font-size: 14px;
    color: #000;
  }
  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked+div>ul {
    display: block;
    padding: 15px 0;
    text-align: center;
    width: 100%;
	z-index: 999;
  }

  [id^=drop]:checked+ul {
    display: block;
    padding: 0px 0;
    text-align: left;
    width: 100%;
    z-index: 999;
  }

  .box-menu-table{
    position: absolute;
    top: 68px;
    left: 2%;
    width: 96%;
  }
  @media all and (max-width: 568px) {
    .box-menu-table {
      position: absolute;
      padding: 0;
      top: 0px;
      left: 0%;
      width: 100%;
    }
    .box-menu-table .menu {
      margin-top: 68px;
    }
    .topo > nav > .formulario{
      z-index: 999;
    }
  }

  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }
  nav ul ul ul a {
    padding: 0 80px;
  }
  nav a:hover,
  nav ul ul ul a {
    background-color: transparent;
  }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #FFF;
    font-size: 15px;
  }
  /* 
nav ul li ul li .toggle,
nav ul ul a {
background-color: #212121;
} */
  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
  /* Hide menus on hover */
  nav ul ul li:hover>ul,
  nav ul li:hover>ul {
    display: none;
  }
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */
  }
  nav a {
    color: #000;
    font-size: 15px;
  }
  .menu li.active a,
  .menu li a:hover {
    background: transparent;
  }
}

@media all and (max-width: 568px) {
  nav a,
  .menu .toggle,
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    font-size: 14px;
  }

  nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

@media all and (max-width: 320px) {
  nav a,
  .menu .toggle,
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    font-size: 13px;
  }
}


/*-- dropdown --*/


/* banner */

.main-top {
  background: url(../images/b3.jpg) no-repeat bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 800px;
}

.headder-top {
  position: absolute;
  width: 100%;
  padding: 1em 2em;
  box-shadow: 0 0 4px;
  z-index: 9;
}

.style-banner {
  padding-top: 20em;
}

.style-banner h5 {
  font-size: 35px;
  color: #fff;
}

.two-demo-button p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    margin: 0 auto;
}

.main-banner h4 {
  color: #fff;
  font-size: 2.7em;
  font-weight: 700;
}

.view-buttn a {
  font-size: 19px;
  color: #fd5c63;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  font-weight: 700;
  border-radius: 0px;
  /* background-color: #fd5c63; */
  padding: 5px 3px;
  border: none;
  border-bottom: 1px solid #000;
}

.view-buttn a:hover,
button.btn1:hover,
.sent-butnn:hover {
  opacity: 0.8;
}


/* //banner */


/*--inner-banner -- */

.inner_page-banner {
  text-align: center;
  background: url(../images/b3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}

.using-border {
  width: 100%;
  border: none;
  text-align: left;
}

.breadcrumb-border {
  border: 1px solid transparent;
  border-left: none !important;
  border-right: none !important;
}

.breadcrumb-border ul.short_ls {
  margin-bottom: 0;
  padding-left: 0px;
}

ul.short_ls li a, ul.short_ls li:before {
  text-decoration: none;
}

ul.short_ls li {
  list-style: none;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 14px;
}

ul.short_ls li:before {
  content: '/';
  margin-right: 5px;
}

ul.short_ls li:first-child:before {
  content: '' !important;
  margin-right: 0px;
}


/*-- //inner-banner --*/


/* about */

.about-oil-w3layouts {
  padding: 3em 1em;
  color: #000;
  background: #efefef;
  box-shadow: 0px 0px 10px #cecece;
}

.about-icon span {
  font-size: 40px;
  color: #fd5c63;
}

.destaques2 .about-icon{
  text-align: center;
}

.destaques2 .about-icon img.card-img-bottom{
  max-width: 100%;
  width: auto;
}

.about-fashion-two img,
.about-fashion-one img {
  box-shadow: -9px 10px 3px #fd5c63;
  box-shadow: -5px 2px 9px #afafaf;
}


/*--// about-- */


/*-- collection-- */

.collection-w3layouts {
  padding-top: 3em;
}


/*--// collection-- */


/*-- adv-text-- */

.adv-text {
  background: url(../images/adv.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 260px;
}

.counter-number {
  background: #fd5c63;
  padding: 7em 2em;
}

.fashion-collet-txt h5 {
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
}

.fashion-collet-txt h6,
.newsletter h4 {
  font-size: 34px;
  color: #fff;
  font-weight: 600;
}


/*--//adv-text-- */


/*--service-- */

.ser-fashion-grid {
  padding: 1.5em 1.5em;
  background: #efefef;
  box-shadow: 1px 0px 7px #d2d2d2;
}


/*--//service-- */


/*-- client-- */

.clients-color-ile {
  padding: 50px 1.5em;
  margin-top: 55px;
}

.cilent-item {
  position: relative;
}

.clients-ile-img img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: -36px;
  width: 80px;
  right: 50%;
  margin-right: -40px;
  height: 80px;
  object-fit: cover;
}


/*--//client-- */


/*--// gallery-- */
.gallery-grids img.img-fluid {
  height: 250px;
  object-position: center;
  object-fit: cover;
  width: 100%;
}

/* popup */

.popup-effect {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.popup-effect:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  border-radius: 4px;
  max-width: 430px;
  position: relative;
  margin: 3em auto;
  padding: 3em 2em;
  z-index: 999;
  text-align: center;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup .close:hover {
  color: #686de0;
}


/* //popup */


/*--// gallery-- */

.number-w3three-info span {
    font-size: 30px;
    line-height: 2.1;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}
/*-- stats-count-- */

.stats-count {
  background: url(../images/b2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.number-w3three-info h5 {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
}

.number-w3three-info h6 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}
/*-- stats-count-- */
/*-- blog-- */

.blog-image img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.blog-date-time ul li span {
  color: #000000;
  font-size: 14px;
  padding-right: 3px;
}

.blog-date-time ul li:nth-child(1) {
  padding-right: 10px;
}

.blog-left-sub {
  padding: 1.5em 1em;
}

article.news img.img-responsive {
  max-width: 100%;
}

.post-info.news{
  margin-top: 30px;
}
.post-info.news:first-child{
  margin-top: 0px;
}

/*--//blog-- */


/*-- contact--*/

.address_mail_footer_grids iframe {
  width: 100%;
  height: 42em;
  border: none;
}

.contact-forms input,
.contact-forms .bootstrap-select > button,
.contact-forms textarea {
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: .8em .7em;
  outline: none;
  background: #fbfbfb;
  border-radius: 0px;
  box-shadow: 0px 0px 4px #888888;
  border: 1px solid transparent;
}

.contact-forms textarea {
  resize: none;
  height: 10em;
}

.formulario .campo{
  border-radius: 0.25rem;
}

.sent-butnn {
  width: auto;
  font-size: 16px;
  padding: 6px 26px;
  color: #fff;
  background: #fd5c63;
  letter-spacing: 1px;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}


/*--//contact-- */


/*--single page-- */

.newsletter input[type="email"] {
  outline: none;
  padding: 13px 15px;
  color: #000;
  font-size: 14px;
  width: 80%;
  border-radius: 0px;
  background: rgb(255, 255, 255);
  border: 1px solid #fff;
}

button.btn1 {
  width: 20%;
  color: #fff;
  border: 1px solid #fff;
  padding: 11.5px 0;
  font-size: 16px;
  background: #8a8a8a;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
  cursor: pointer;
}

.newsletter {
  background: #fd5c63;
  padding: 4em 10em;
}


/*-- footer-- */

footer {
  background: #000;
}

.footer-w3layouts-head h2 a {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
}

.bottem-wthree-footer p {
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
}

.bottem-wthree-footer p a {
  color: #fd5c63;
}

.social-icons ul li a span:hover {
  color: #fff;
}

.social-icons ul li a span {
  color: #6f6e6e;
  font-size: 29px;
  margin: 0px 22px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
}
a.move-top {
display:inline-block;
font-size:25px;
color:#fff;
}

/*--//footer-- */


/*--responsive--*/

@media(max-width:1920px) {}

@media(max-width:1680px) {}

@media(max-width:1600px) {}

@media(max-width:1440px) {
  .main-top {
    min-height: 680px;
  }
  .style-banner {
    padding-top: 17em;
  }
  .main-banner h4 {
    font-size: 2.4em;
  }
  .style-banner h5 {
    font-size: 31px;
  }
  #logo a {
    font-size: 32px;
  }
  .title {
    font-size: 41px;
  }
  .collection-w3layouts h4,
  .ser-sevice-grid h4,
  .clients-txt-ile h4,
  .contact-list-grid h4,
  .blog-left-sub h4 a,
  .comments-grid-right h4,
  .single-title h4 {
    font-size: 23px;
  }
  .fashion-collet-txt h5 {
    font-size: 3.2em;
  }
  .about-icon span {
    font-size: 38px;
  }
  .inner_page-banner {
    min-height: 275px;
  }
  .number-w3three-info h5 {
    font-size: 41px;
  }
  .newsletter input[type="email"] {
    padding: 11px 15px;
  }
  button.btn1 {
    padding: 9.5px 0;
  }
  .address_mail_footer_grids iframe {
    height: 38em;
  }
}

@media(max-width:1366px) {
  .title span {
    letter-spacing: 4px;
  }
  .counter-number {
    padding: 6em 2em;
  }
  .ser-fashion-grid {
    padding: 1.3em 1.5em;
  }
  .social-icons ul li a span {
    font-size: 26px;
  }
  .footer-w3layouts-head h2 a {
    font-size: 27px;
  }
  .clients-ile-img img {
    top: -30px;
  }
}

@media(max-width:1280px) {
  nav ul li a {
    padding: 7px 23px;
  }
  .headder-top {
    padding: 1em 1.7em;
  }
  .clients-color-ile.text-center {
    margin-top: 30px;
  }
  .inner_page-banner {
    min-height: 264px;
  }
  button.btn1 {
    width: 22%;
  }
  .contact-forms textarea {
    height: 9em;
  }
}

@media(max-width:1080px) {
  .two-demo-button p {
    font-size: 15px !important;
  }
  .main-top {
    min-height: 600px;
  }
  .main-banner h4 {
    font-size: 2.2em !important;
  }
  .style-banner h5 {
    font-size: 29px !important;
  }
  .view-buttn a {
    font-size: 18px !important;
  }
  .style-banner {
    padding-top: 14em;
  }
  .title {
    font-size: 39px !important;
  }
  .fashion-collet-txt h5 {
    font-size: 2.8em !important;
  }
  .about-icon span {
    font-size: 36px !important;
  }
  .newsletter {
    padding: 4em 8em;
  }
}

@media(max-width:1050px) {
  #logo a {
    font-size: 30px !important;
  }
  .fashion-collet-txt h5 {
    font-size: 2.6em !important;
  }
  .fashion-collet-txt h6,
  .newsletter h4 {
    font-size: 32px !important;
  }
  .number-w3three-info h5 {
    font-size: 39px !important;
  }
}

@media(max-width:1024px) {
  .headder-top {
    padding: .7em 1.5em;
  }
  .collection-w3layouts {
    padding-top: 2.5em;
  }
  .collection-w3layouts h4,
  .ser-sevice-grid h4,
  .clients-txt-ile h4,
  .contact-list-grid h4,
  .blog-left-sub h4 a,
  .comments-grid-right h4,
  .single-title h4 {
    font-size: 22px !important;
  }
  .footer-w3layouts-head h2 a {
    font-size: 25px !important;
  }
  .newsletter {
    padding: 3.5em 8em;
  }
  button.btn1 {
    width: 25%;
  }

}

@media(max-width:1000px) {
  .home .blocoParallax2 p, .home .blocoParallax2 p a {
    width: 250px;
    margin: 0 auto;
    line-height: 1;
  }

  .home .blocoParallax2 span {
    font-size: 0.5em;
  }
  .clients-ile-img img{
    width: 60px;
    right: 50%;
    margin-right: -30px;
    height: 60px;
  }
}

@media(max-width:991px) {
  .title span {
    font-size: 18px !important;
  }
  .view-buttn a {
    font-size: 17px !important;
  }
  .fashion-collet-txt h5 {
    font-size: 2.4em !important;
  }
  .social-icons ul li a span {
    font-size: 23px !important;
  }
  .number-w3three-info h5 {
    font-size: 34px !important;
  }
  .service-grid-wthree:nth-child(3) {
    margin-top: 17px;
  }
  .newsletter {
    padding: 3.5em 6em;
  }
  .address_mail_footer_grids iframe {
    height: 36em;
  }
.about-two-grids {
    margin-top: 1.5em;
}
}

@media(max-width:900px) {
  nav ul li a {
    padding: 5px 20px;
  }
  .main-top {
    min-height: 550px;
  }
  .style-banner {
    padding-top: 12em;
  }
  .title {
    font-size: 37px !important;
  }
  .counter-number {
    padding: 5em 1.5em;
  }
  .fashion-collet-txt h5 {
    font-size: 2.2em !important;
  }
  .fashion-collet-txt h6,
  .newsletter h4 {
    font-size: 28px !important;
  }
  .social-icons ul li a span {
    margin: 0px 19px;
  }
  .about-icon span {
    font-size: 34px !important;
  }
  button.btn1 {
    width: 28%;
  }
}

@media(max-width:800px) {
  .title span {
    letter-spacing: 3px;
  }
  .main-banner h4 {
    font-size: 2em !important;
  }
  .style-banner h5 {
    font-size: 27px !important;
  }
  .about-icon span {
    font-size: 31px !important;
  }
  .inner_page-banner {
    min-height: 235px;
  }
  .number-w3three-info h5 {
    font-size: 30px !important;
  }
  .newsletter {
    padding: 3em 6em;
  }

  #jssor_1 .legenda-slider-topo{
    left: 50%;
    top: 250px !important;
    width: 700px !important;
    margin-left: -350px !important;
  }

  #jssor_1 .legenda-slider-topo span {
    font-size: 0.8em;
  }
}

@media(max-width:768px) {
  nav ul li a {
    padding: 0;
  }
  .counter-number {
    padding: 4em 1.5em;
  }
  #logo a {
    font-size: 28px !important;
  }
  .social-icons ul li a span {
    font-size: 21px !important;
  }
  .number-w3three-info h6 {
    font-size: 15px !important;
  }
  .newsletter input[type="email"] {
    padding: 9px 15px;
  }
  button.btn1 {
    padding: 6.5px 0;
    font-size: 15px !important;
  }
}

@media(max-width:767px) {
  .two-demo-button p {
	      width: 96%;
    font-size: 14px !important;
  }
  .collection-w3layouts:nth-child(1) {
    margin-bottom: 29px;
  }
  .collection-w3layouts {
    padding-top: 2em;
  }
  .fashion-collet-txt h5 {
    font-size: 2em !important;
  }
  .social-icons ul li a span {
    margin: 0px 16px;
  }
  .fashion-collet-txt h6,
  .newsletter h4 {
    font-size: 26px !important;
  }
  .about-imgs-txt:nth-child(2),
  .contact-form-txt {
    margin-top: 50px;
  }
  .number-w3three-info:nth-child(3),
  .number-w3three-info:nth-child(4) {
    margin-top: 20px;
  }
  .newsletter {
    padding: 2.5em 4em;
  }
  button.btn1 {
    width: 32%;
  }
  .contact-forms input,
  .contact-forms textarea {
    padding: .7em .7em;
  }
  .address_mail_footer_grids iframe {
    height: 26em;
  }

  ul.menu > li > ul > li {
    text-align: left;
    margin-left: 25px;
    width: fit-content;
  }

  html .topo_submenu {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  ul.menu > li{
    border-bottom: 1px solid transparent;
  }

  [id^=drop]:checked+div>.logo-mobile > h1 {
    display: block;
    min-height: 68px;
  }
  .menu{
    margin-top: 0 !important;
  }

  .logo-mobile img {
    max-width: 250px;
    max-height: 120px;
  }

}

@media(max-width:736px) {
  .style-banner h5 {
    font-size: 25px !important;
  }
  .about-icon span {
    font-size: 29px !important;
  }
  .collection-w3layouts h4,
  .ser-sevice-grid h4,
  .clients-txt-ile h4,
  .contact-list-grid h4,
  .blog-left-sub h4 a,
  .comments-grid-right h4,
  .single-title h4 {
    font-size: 21px !important;
  }
  button.btn1 {
    width: 34%;
  }

  .home .blocoParallax2 p, .home .blocoParallax2 p a {
    width: 255px;
    margin: 0 auto;
    line-height: 1;
  }

  .home .blocoParallax2 span {
    font-size: 0.5em;
  }
}

@media(max-width:667px) {
  .main-top {
    min-height: 514px;
  }
  .style-banner {
    padding-top: 11em;
  }
  .title {
    font-size: 35px !important;
  }
  .view-buttn a {
    font-size: 16px !important;
  }
  .number-w3three-info h5 {
    font-size: 27px !important;
  }
  .contact-forms textarea {
    height: 8em;
  }

  #jssor_1 .legenda-slider-topo {
    left: 50%;
    top: 200px !important;
    width: 500px !important;
    margin-left: -250px !important;
  }
}

@media(max-width:640px) {
  .main-banner h4 {
    font-size: 1.8em !important;
  }
  .title span {
    font-size: 17px !important;
  }
  .fashion-collet-txt h6,
  .newsletter h4 {
    font-size: 24px !important;
  }
  .social-icons ul li a span {
    font-size: 19px !important;
  }
  .newsletter {
    padding: 2em 3em;
  }
  .address_mail_footer_grids iframe {
    height: 23em;
  }
}

@media(max-width:600px) {
  .collection-w3layouts {
    padding-top: 1.5em;
  }
  .adv-text {
    min-height: 245px;
  }
  .about-icon span {
    font-size: 27px !important;
  }
  .sent-butnn {
    font-size: 15px !important;
  }

  #logo img {
    max-width: 200px;
    max-height: 100px;
  }
}

@media(max-width:568px) {
  .main-top {
    min-height: 454px;
  }
  .style-banner {
    padding-top: 10.5em;
  }
  .main-banner h4 {
    font-size: 1.6em !important;
  }
  .style-banner h5 {
    font-size: 22px !important;
  }
  .headder-top {
    padding: .7em 1.2em;
  }
  .about-two-grids {
    margin-top: 24px;
  }
  .counter-number {
    padding: 3em 1.5em;
  }
  .service-grid-wthree:nth-child(2) {
    margin-top: 20px;
  }
  .number-w3three-info h5 {
    font-size: 25px !important;
  }
  .inner_page-banner {
    min-height: 225px;
  }
  .gallery-img-grid {
    margin-top: 20px;
  }
  .single-title,
  .contact-list-grid:nth-child(2) {
    margin-top: 25px;
  }
}

@media(max-width:480px) {
  .two-demo-button p {
    padding-right: 1em;
  }
  .title {
    font-size: 34px !important;
    letter-spacing: 1px;
  }
  .title span {
    font-size: 16px !important;
    letter-spacing: 2px;
  }
  .view-buttn a {
    font-size: 15px !important;
  }
  .fashion-collet-txt h6,
  .newsletter h4 {
    font-size: 22px !important;
  }
  .bottem-wthree-footer p {
    letter-spacing: 1px;
  }
  .newsletter {
    padding: 2em 2em;
  }
  button.btn1 {
    width: 37%;
  }
  .address_mail_footer_grids iframe {
    height: 20em;
  }

  #jssor_1 .legenda-slider-topo {
    left: 50%;
    top: 193px !important;
    width: 350px !important;
    margin-left: -175px !important;
  }

  .home .blocoParallax2 p, .home .blocoParallax2 p a {
    width: 215px;
    margin: 0 auto;
    line-height: 1;
  }

  .home .blocoParallax2 span {
    font-size: 0.5em;
  }

}

@media(max-width:440px) {
  #logo a {
    font-size: 27px !important;
  }
  .style-banner {
    padding-top: 9.5em;
  }
  .fashion-collet-txt h5 {
    font-size: 1.8em !important;
  }
  .bottem-wthree-footer p {
    line-height: 28px;
  }
  button.btn1 {
    width: 40%;
  }
}

@media(max-width:414px) {
  .main-top {
    min-height: 420px;
  }
  .style-banner {
    padding-top: 8.5em;
  }
  .title {
    font-size: 32px !important;
  }
  .ser-fashion-grid {
    padding: 1em 1em;
  }
  .number-w3three-info h5 {
    font-size: 23px !important;
  }
  .newsletter {
    padding: 1.5em 1.5em;
  }

  .home .blocoParallax2 p, .home .blocoParallax2 p a {
    width: 240px;
    margin: 0 auto;
    line-height: 1;
  }

  .home .blocoParallax2 span {
    font-size: 0.5em;
  }
}

@media(max-width:384px) {
  .main-banner h4 {
    font-size: 1.4em !important;
  }
  .style-banner h5 {
    font-size: 21px !important;
  }
  .counter-number {
    padding: 2em 1.5em;
  }
  .about-icon span {
    font-size: 25px !important;
  }
  .collection-w3layouts h4,
  .ser-sevice-grid h4,
  .clients-txt-ile h4,
  .contact-list-grid h4,
  .blog-left-sub h4 a,
  .comments-grid-right h4,
  .single-title h4 {
    font-size: 20px !important;
  }
  button.btn1 {
    width: 43%;
  }
}

@media(max-width:375px) {
  .fashion-collet-txt h5 {
    font-size: 1.6em !important;
  }

  .social-icons ul li a span {
    margin: 0px 13px;
  }
  .footer-w3layouts-head h2 a {
    font-size: 23px !important;
  }
  .number-w3three-info h5 {
    font-size: 22px !important; 
  }
  .social-icons ul li a span {
    font-size: 18px !important;
  }
}

@media(max-width:320px) {
  .style-banner {
    padding-top: 8em;
  }
  .title {
    font-size: 30px !important;
  }
  .counter-number {
    padding: 2em 1em;
  }
  .newsletter input[type="email"] {
    width: 100%;
  }
}


/*--//responsive--*/

/* FROALA EDITOR */
a.fr-dib.fr-strong {
  font-weight: 700;
}
a.fr-dib.fr-green {
  color: green;
}
img.fr-dib {
  position: relative;
  max-width: 100%;
}
img.fr-dib.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
img.fr-dib.fr-dib.fr-fil {
  margin-left: 0;
}
.fr-fir {
  margin-right: 0;
}
img.fr-dib.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
img.fr-dib.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
img.fr-dib.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
img.fr-dib.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.fr-dib.fr-bordered {
  border: solid 10px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.combo-destaques img.fr-dib.fr-fir, .combo-destaques p img.fr-dib.fr-fir {
  margin-right: 0px;
  text-align: right;
}
.combo-destaques img.fr-dib, .combo-destaques p img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.combo-destaques img.fr-dib.fr-fil, .combo-destaques p img.fr-dib.fr-fil {
  margin-left: 0px;
  text-align: left;
}
.conteudo-box img.fr-fic.fr-dii {
  display: inline-block;
}
.conteudo-box img.fr-fic.fr-dib {
  display: block;
}
body table.fr-dashed-borders td, body table.fr-dashed-borders th {
  border-style: dashed;
}
body table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: rgb(245, 245, 245);
}
body .fr-file {
  position: relative;
}
body .fr-file::after {
  position: relative;
  content: "-";
  font-weight: normal;
}
body[dir="rtl"] blockquote {
  border-left: none;
  border-right: 2px solid rgb(94, 53, 177);
  margin-right: 0px;
  padding-right: 5px;
  padding-left: 0px;
}
body[dir="rtl"] blockquote blockquote {
  border-color: rgb(0, 188, 212);
}
body[dir="rtl"] blockquote blockquote blockquote {
  border-color: rgb(67, 160, 71);
}
body span.fr-emoticon {
  font-weight: normal;
  display: inline;
  line-height: 0;
}
body span.fr-emoticon.fr-emoticon-img {
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat !important;
}
body .fr-text-gray {
  color: rgb(170, 170, 170) !important;
}
body .fr-text-bordered {
  border-top: 1px solid rgb(34, 34, 34);
  border-bottom: 1px solid rgb(34, 34, 34);
  padding: 10px 0px;
}
body .fr-text-spaced {
  letter-spacing: 1px;
}
body .fr-text-uppercase {
  text-transform: uppercase;
}
body img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
body img.fr-dib.fr-fil {
  margin-left: 0px;
  text-align: left;
}
body img.fr-dib.fr-fir {
  margin-right: 0px;
  text-align: right;
}
body img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}
body img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0px;
  max-width: calc(100% - 5px);
}
body img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0px 5px 5px;
  max-width: calc(100% - 5px);
}
body span.fr-img-caption {
  position: relative;
  max-width: 100%;
}
body span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
body span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0px;
  text-align: left;
}
body span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0px;
  text-align: right;
}
body span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
}
body span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0px;
  max-width: calc(100% - 5px);
}
body span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0px 5px 5px;
  max-width: calc(100% - 5px);
}
body .fr-video {
  text-align: center;
}
body .fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}
body .fr-video.fr-dvb {
  display: block;
  clear: both;
}
body .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
body .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
body .fr-video.fr-dvi {
  display: inline-block;
}
body .fr-video.fr-dvi.fr-fvl {
  float: left;
}
body .fr-video.fr-dvi.fr-fvr {
  float: right;
}
body a.fr-strong {
  font-weight: 700;
}
body a.fr-green {
  color: green;
}
body .fr-img-caption {
  text-align: center;
}
body .fr-img-caption .fr-img-wrap {
  padding: 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
}
body .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
}
body .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: inline-block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  max-width: 100%;
  box-sizing: border-box;
  opacity: 0.9;
}
body button.fr-rounded, body input.fr-rounded, body textarea.fr-rounded {
  border-radius: 10px;
  background-clip: padding-box;
}
body button.fr-large, body input.fr-large, body textarea.fr-large {
  font-size: 24px;
}
body table td.fr-selected-cell, body table th.fr-selected-cell {
  border: 1px double rgb(30, 136, 229);
}
body .fr-no-selection table td, body .fr-no-selection table th {
  user-select: none;
}
body .fr-video {
  user-select: none;
}
body .fr-video::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0px;
  /*left: 0px;*/
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}
body .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}
body .fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.home p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/*--//froola--*/

a:hover .layer-hover{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
}
.med-blog > .card-header{
  position: inherit;
}

/* blocoParallax geral  */
.blocoParallax{
  min-height: 550px;
}
@media(max-width: 568px) {
  .blocoParallax{
    min-height: 400px;
  }
}

.whatsapp-btn{
  display: none;
}