.navbar {
    margin-bottom: 50px;
    border-radius: 0;
  }
  
  /* Remove the jumbotron's default bottom margin */ 
   .jumbotron {
    margin-bottom: 0;
  }
  
  /* Add a gray background color and some padding to the footer */
  footer {
    background-color: #f2f2f2;
    padding: 25px;
  }
  
  .imagem{
    width: 20px;
  }
  .imagem1{
    width: 80px;
  }
  .titulo{
    color: rgb(11, 27, 17);
  }
  .titulo2{
    color: rgb(8, 135, 44);
  }
  .titulo_banner{
    left: 10%;
    font-size: 40px;
    color: white;
    z-index: 2;
    position: fixed;
  }
  .especial{
  font-family: "Playwrite HU", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: rgb(133, 244, 113);
  text-shadow: 2px 2px #130101;
  }
  
  .quadro{
    width: 100%;
    height: 100%;
    background-color: black;
  }
  .btn1{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(26, 166, 222, 0.6);
    position: absolute;
    left: 45%;
    bottom: 30%;
    font-size: 2.2vh;
   color: white;
   border: 0;
  }
  .btn1:hover{
    background-color: rgba(16, 105, 140, 0.8);
  }
  .btn2{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(158, 48, 4, 0.8);
  animation-name: example;
  animation-duration: 4s;
    position: absolute;
    font-family: "Playwrite HU", cursive;
    left: 45%;
    bottom: 30%;
    font-size: 2.2vh;
   color: white;
   border: 0;
  }
  @keyframes example {
    0%   {background-color: red;}
    25%  {background-color: rgb(108, 17, 3, 0.8);}
    50%  {background-color: rgb(248, 201, 14, 0.8);}
    100% {background-color: rgb(241, 207, 54, 0.8);}
  }
  .modelo_facil{
    margin: 2px;
    padding: 2px;
    font-size: 30px;
    background-color: transparent;
    color: rgb(201, 230, 246);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .btn3{
    width: 200px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(156, 11, 130, 0.6);
    position: absolute;
    font-family: "Playwrite HU", cursive;
    left: 60%;
    bottom: 20%;
    font-size: 2.2vh;
   color: white;
   border: 0;
  }
  .btn3:hover{
    border-style: solid;
    color: aqua;
    cursor: pointer;
    border-color: aqua;
    background-color: rgba(160, 165, 208, 0.1);
  }
  .banner{
    z-index: 3;
  }
  @media only screen and (max-width: 600px) {
     .btn1 {
      width: 100px;
      right: 1%;
      position: fixed;
      left: 70%;
      bottom: none;
      font-size: 2.0vh;
    }
    .btn2 {
      width: 100px;
      right: 1%;
      font-family: "Playwrite HU", cursive;
      position: fixed;
      left: 70%;
      bottom: none;
      font-size: 2.0vh;
    }
    .lista{
      display: none;
    }
    .lista1{
      font-size: 1.5vh;
      display: block;
    }
  }
  @media only screen and (max-width: 1000px) {
   .lista{
     display: none;
   }
   .lista1{
     display: block;
     margin-top: 1%;
     font-size: 5px;
     z-index: 2;
    position: fixed;
   }
   .text1{
    left: -10%;
    top: -10%;
    transform: translate(-20%, -20%);
   }
   .listaArte{
    display: none;
    font-size: 2.0vh;
   }
 }
 
  .paradigma{
    /*border:solid 1px rgb(11, 27, 17);*/
    color:none;
    font-family: "Playwrite HU", cursive;
    /*background-color: rgb(9, 9, 9, 0.4);*/
  }
  .especial1{
    
    font-family: "Roboto", sans-serif;
  }
  .redesSociais{
    color: rgb(14, 144, 214);
    font-family: "Playwrite HU", cursive;
  }
  .marketing{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  color: coral;
  
  }
  .online{
    color: chartreuse;
    font-family: "Playwrite HU", cursive;
  }
  .impressao{
    color: rgb(229, 204, 17);
    font-family: "Playwrite HU", cursive;
  }
  .text {
    background-image: linear-gradient(rgb(247, 248, 251), rgb(245, 246, 249));
    color: black;
    font-size: 5vw; 
    font-weight: bold;
    margin: 0 auto;
    padding: 5px;
    width: 30%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
  }
  .glow {
    font-size: 3.0vh;
    color: #f8faf8;
    text-align: center;
    font-family: "Playwrite HU", cursive;
    animation: glow 1s ease-in-out infinite alternate;
  }
  @keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }
  
  .text1 {
    background-image: linear-gradient(rgb(156, 195, 227), rgb(10, 131, 192));
    color: black;
    font-size: 2vw; 
    font-weight: bold;
    margin: 0 auto;
    padding: 5px;
    width: 30%;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
    animation-name: titulo_mkt;
    animation-duration: 4s;
  }
  .text1:hover{
    background-image: linear-gradient(rgb(240, 240, 224), rgb(185, 207, 99));
    cursor: pointer;
  }
 .lista{
  margin-top: 10%;
  font-size: 3.0vh;
 }
 .lista1{
  display: none;
 }
 .listaArte{
  margin-top: 10%;
  font-size: 3.0vh;
  color:#fafaf7;
  padding: 8px;
  border-radius: 5px;
  background-color: rgba(138, 176, 174, 0.4);
 }
 #myCarousel1{
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
 }
 footer .glyphicon {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}
.contact{
  max-width: 80%;
}

.whats{
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  position: fixed;
  padding: 1px;
  right: 0%;
  bottom: 4%;
  color: black;
  background-color: transparent;
  box-shadow: 1px 2px 8px rgb(11, 27, 17, 0.9);
  z-index: 4;
}


.whats:hover{
  color:rgb(11, 27, 17);
  background-color: white;
  
}
.contate:hover{
  color: #19bd8f;
}