@charset "UTF-8";
@font-face {
  font-family: black-to;
  src: url(../fontes/black.ttf);
}
@font-face {
  font-family: Girol-bolt;
  src: url(../fontes/GILROY-BOLD.TTF);
}
@font-face {
  font-family: Girol-light;
  src: url(../fontes/GILROY-LIGHT.TTF);
}
/*keyflame para fundo do seja bem vindo    */
@keyframes ParacimaParaBaixo {
  0% {
    background-position-y: 0px;
  }
  50% {
    background-position-y: 30px;
  }
  100% {
    background-position-y: 0px;
  }
}
@keyframes Paracima {
  0% {
    background-position-y: 0px;
  }
  50% {
    background-position-y: -30px;
  }
  100% {
    background-position-y: 0px;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background-image: url(../img/fundo.png);
}
@media (max-width: 852px) {
  body {
    margin: 0;
  }
}

/*teste*/
.menu-mobile {
  display: none;
}

.fixo {
  height: 0;
}
@media (max-width: 852px) {
  .fixo {
    display: none;
  }
}

nav {
  width: 100%;
  background-image: url(../img/fundu-menu.png);
  background-size: cover;
  height: 180px;
  z-index: 1;
  position: relative;
  font-family: Girol-bolt;
}
@media (max-width: 852px) {
  nav {
    background-image: none;
  }
}
nav img {
  margin-left: 15%;
  margin-top: 2%;
  margin-right: auto;
  z-index: 999;
  width: 20%;
}
@media (max-width: 852px) {
  nav img {
    width: 50%;
  }
}
nav ul#menu-desktop {
  padding: 0;
  margin-top: 1%;
  margin-right: 10%;
  text-align: right;
  width: 40%;
  float: right;
}
nav ul#menu-desktop li {
  list-style-type: none;
  display: inline;
}
nav ul#menu-desktop li a {
  padding: 10px 10px;
  text-decoration: none;
  color: #d37c3a;
  display: inline-block;
  font-size: 20px;
  transform: scale(1);
  transition: 0.5s;
}
nav ul#menu-desktop li a:hover {
  color: #296286;
  transform: scale(1.1);
}

.menufixo {
  position: fixed;
  width: 100%;
  background-color: white;
  background-image: none;
  z-index: 1;
  height: 80px !important;
  color: white;
  top: 0;
  animation: fade-in-top 2.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.menufixo img {
  width: auto;
  max-width: 11%;
  margin-top: 0;
}

.banner {
  background-image: url(../img/home/banner-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  margin-top: -10%;
}
@media (max-width: 852px) {
  .banner {
    text-align: center;
    height: 450px;
    background-image: url(../img/home/banner-home-mobile.png);
    margin-top: 0;
  }
}
.banner .texto-banner {
  padding-top: 10%;
  padding-left: 60%;
  animation: fade-in-left 2.8s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.banner .texto-banner img {
  width: 70%;
}
@media (max-width: 852px) {
  .banner .texto-banner {
    padding: 0;
    padding-top: 25%;
    padding-left: 20%;
  }
}

.div-texto {
  width: 100%;
  /*background-image: url(../img/nossaHistoria/banner.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  margin-top: -8%;
  display: inline-flex;
  position: relative;
  font-family: Girol-light;
}
@media (max-width: 852px) {
  .div-texto {
    height: auto;
    background-image: url();
  }
}
.div-texto .imagem {
  height: 100%;
  margin-top: 120px;
  z-index: -1;
}
@media (max-width: 852px) {
  .div-texto .imagem {
    display: none;
  }
}
.div-texto .texto-historia {
  width: 40%;
  float: none;
  margin-right: 2%;
  margin-top: 5%;
  margin-left: 5%;
  padding-bottom: 10%;
}
.div-texto .texto-historia h1 {
  color: #be672f;
  font-family: Girol-bolt;
}
@media (max-width: 852px) {
  .div-texto .texto-historia h1 {
    margin-top: 5%;
    padding-top: 15%;
  }
}
.div-texto .texto-historia p {
  text-align: justify;
  text-justify: distribute;
  padding-bottom: 5%;
  color: #375a80;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 852px) {
  .div-texto .texto-historia p {
    font-size: 16px;
    margin-bottom: 0;
    font-family: Girol-bolt;
    color: #296286;
  }
}
@media (max-width: 852px) {
  .div-texto .texto-historia {
    width: 90%;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

/*formulario do contato da aplicação*/
.contato {
  width: 100%;
}
.contato .formulario-contato {
  width: 50%;
  margin-top: 5%;
  margin-bottom: 10%;
  display: inline-block;
}
@media (max-width: 852px) {
  .contato .formulario-contato {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    text-align: center;
  }
  .contato .formulario-contato form {
    width: 100%;
  }
}
.contato .formulario-contato h1 {
  color: #296286;
  font-family: Girol-bolt;
}
@media (max-width: 852px) {
  .contato .formulario-contato h1 {
    margin-left: -3%;
  }
}
.contato .formulario-contato ul {
  width: 100%;
}
@media (max-width: 852px) {
  .contato .formulario-contato ul {
    padding-left: 0;
  }
}
.contato .formulario-contato li {
  list-style-type: none;
  margin-bottom: 3%;
  width: 100%;
}
@media (max-width: 852px) {
  .contato .formulario-contato li {
    list-style-type: none;
    margin-bottom: 3%;
  }
}
.contato .formulario-contato li input {
  width: 100%;
  height: 40px;
}
.contato .formulario-contato li textarea {
  width: 100%;
  height: 200px;
}
.contato .formulario-contato li .inp-du2 {
  width: 48% !important;
}
@media (max-width: 852px) {
  .contato .formulario-contato li .inp-du2 {
    width: 50% !important;
  }
}
.contato .formulario-contato li #right-f {
  float: right;
}
.contato .formulario-contato .textarea-contato {
  background-color: #d87f30;
  color: white;
  border-color: white;
}
.contato .formulario-contato input {
  background-color: #d87f30;
  color: white;
  border-color: white;
}
.contato .formulario-contato button {
  float: right;
  margin-top: 0%;
  height: 40px;
  width: 150px;
  font-size: 15px;
  color: white;
  background-color: #296387;
  border: 0;
}
@media (max-width: 852px) {
  .contato .formulario-contato button {
    float: none;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: auto; */
    width: 80%;
  }
}
.contato .formulario-contato button :hover {
  color: #296387;
}
.contato iframe {
  margin-top: 5%;
  margin-right: 2%;
  float: right;
}
@media (max-width: 852px) {
  .contato iframe {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    display: block;
  }
}
@media (max-width: 852px) {
  .contato {
    margin-bottom: 15%;
  }
}

::placeholder {
  /* Firefox, Chrome, Opera */
  color: white;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/*footer*/
.footer {
  height: 180px;
  width: 100%;
  background-color: #296286;
  font-family: Girol-light;
  font-size: 18px;
}
@media (max-width: 852px) {
  .footer {
    display: block;
    text-align: left;
    height: 340px;
    padding-top: 10px;
  }
}
.footer .texto-footer {
  margin-left: 10%;
  padding-top: 1%;
  color: white;
}
.footer .texto-footer a {
  color: white;
  text-decoration: none;
  transform: scale(1);
}
.footer .texto-footer a:hover {
  transform: scale(1.1);
}
@media (max-width: 852px) {
  .footer .texto-footer {
    margin: 0 !important;
    padding-left: 12%;
  }
}
.footer .redes {
  float: right;
  margin-right: 15%;
  margin-top: -8%;
}
@media (max-width: 852px) {
  .footer .redes {
    float: none;
    margin-right: 0;
    margin-top: 0;
    padding-left: 12%;
  }
}
.footer .redes img {
  transform: scale(1);
  transition: 1s;
}
.footer .redes img:hover {
  transform: scale(1.3);
}
.footer .redes #lumen {
  float: right;
  margin-top: 5%;
  padding-right: 5%;
}
@media (max-width: 852px) {
  .footer .redes #lumen {
    float: none;
  }
}

.in-view {
  display: block;
  animation: fade-in-top 2.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/*novas paginas*/
.baby-clean {
  margin-bottom: 5%;
}
.baby-clean .row .direita {
  float: right;
  width: 50%;
}
@media (max-width: 852px) {
  .baby-clean .row .direita {
    float: none;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.baby-clean .row .direita #img-cima {
  width: 100%;
}
.baby-clean .row .direita #img-baixo {
  float: right;
}
@media (max-width: 852px) {
  .baby-clean .row .direita #img-baixo {
    float: none;
    width: 100%;
  }
}
.baby-clean .row .direita p {
  color: #375a80;
  margin-top: 2%;
  font-size: 18px;
}
.baby-clean .row .esquerda {
  width: 45%;
  display: inline-block;
  margin-left: 5%;
}
@media (max-width: 852px) {
  .baby-clean .row .esquerda {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom: 10%;
  }
}
.baby-clean .row .esquerda h1 {
  font-family: Girol-bolt;
  color: #375a80;
  font-size: 30px;
}
.baby-clean .row .esquerda h1 a {
  color: #375a80;
  text-decoration: none;
  transition: 0.2s;
}
.baby-clean .row .esquerda h1 a .seta {
  position: absolute;
  z-index: -1;
}
@media (max-width: 852px) {
  .baby-clean .row .esquerda h1 a .seta {
    display: none;
  }
}
.baby-clean .row .esquerda h1 a .quilo {
  margin-top: -215px;
}
.baby-clean .row .esquerda h1 a .agua {
  margin-top: -40px;
}
.baby-clean .row .esquerda h1 a .mao {
  margin-top: -130px;
}
.baby-clean .row .esquerda h1 a .baby {
  margin-top: -260px;
}
.baby-clean .row .esquerda h1 a .higi {
  margin-top: -85px;
}
.baby-clean .row .esquerda h1 a .tig {
  margin-top: -175px;
}
.baby-clean .row .esquerda h1 a:hover {
  transition: 2s;
  color: #d37c3a;
}
.baby-clean .row .esquerda h1 .active {
  color: #d37c3a;
  transition: 2s;
}
.baby-clean .row .esquerda #red {
  color: #be0027;
}
.baby-clean .row .esquerda #baixo {
  margin-top: 25%;
}
@media (max-width: 852px) {
  .baby-clean .row .esquerda #baixo img {
    width: 40%;
  }
}
@media (max-width: 852px) {
  .baby-clean .row .esquerda #baixo #quilo {
    width: 30%;
  }
}

/*slide da home*/
.b-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 852px) {
  .b-mobile {
    display: block;
  }
}

.b-desktop {
  width: 100% !important;
}
@media (max-width: 852px) {
  .b-desktop {
    display: none;
  }
}

.mySlides {
  display: none;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
  overflow-x: hidden;
  z-index: -1;
  margin-top: -10%;
}
.slideshow-container .text2 {
  padding: 8px 12px;
  position: absolute;
  bottom: 80px;
  left: 50px;
  width: 100%;
  text-align: left;
}
@media (max-width: 852px) {
  .slideshow-container .text2 {
    text-align: left;
    bottom: 130px;
    left: 10px;
  }
  .slideshow-container .text2 #reutilizar2 {
    bottom: -100px;
    position: relative;
  }
}
.slideshow-container .text2 img {
  width: 33%;
}
@media (max-width: 852px) {
  .slideshow-container .text2 img {
    width: 65%;
  }
}
.slideshow-container .text {
  padding: 8px 12px;
  position: absolute;
  bottom: 80px;
  right: 50px;
  width: 100%;
  text-align: right;
}
@media (max-width: 852px) {
  .slideshow-container .text {
    text-align: right;
    right: initial;
    bottom: 80px;
    right: 10px;
  }
}
.slideshow-container .text img {
  width: 33%;
}
@media (max-width: 852px) {
  .slideshow-container .text img {
    width: 50%;
  }
}
@media (max-width: 852px) {
  .slideshow-container {
    margin-top: 0;
  }
}

/* Caption text */
/* The dots/bullets/indicators */
.bolinhas {
  margin-top: -2%;
}
@media (max-width: 852px) {
  .bolinhas {
    margin-top: -5%;
  }
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active2 {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6s;
  animation-name: fade;
  animation-duration: 6s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade2 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
/*menu mobile*/
@media (max-width: 852px) {
  .nav-desktop {
    display: none;
  }

  .fixo-mobile {
    height: 72px;
  }

  .logo-mobile {
    width: 40%;
    margin-left: 30%;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .menu-mobile {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #296387;
    z-index: 1;
  }

  .togle {
    color: #d37c3a;
    font-size: 30px;
    cursor: pointer;
    margin-left: 2%;
    position: fixed;
    z-index: 1;
    text-shadow: 1px 1px 2px black;
  }

  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #d37c3a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #296286;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #f1f1f1;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
}
/*form contato texarea config*/
@media only screen and (min-width: 812px) and (max-width: 1000px) {
  nav ul#menu-desktop {
    width: initial;
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1250px) {
  nav ul#menu-desktop {
    width: initial;
    text-align: center;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1400px) {
  nav {
    height: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  nav {
    height: 220px;
  }

  .baby-clear {
    height: 600px;
  }

  .roupas {
    height: 780px;
  }

  .formulario-contato .textarea-contato {
    height: 102%;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  nav {
    height: 250px;
  }

  .baby-clear {
    height: 620px;
  }

  .roupas {
    height: 820px;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 2000px) {
  nav {
    height: 280px;
  }

  .baby-clear {
    height: 640px;
  }

  .roupas {
    height: 850px;
  }
}

/*# sourceMappingURL=main.css.map */
