

  @keyframes spin {
	0% {
	  transform: rotate(0deg);
	  opacity:1;
	}
	50% {
	  transform: rotate(360deg);
	  opacity:1;
	}
	75% {
	  opacity:1;
	  transform: rotate(180deg);
	}
	100% {
	  transform: rotate(0deg);
	  opacity:0;
	}
  }
  
  @keyframes spinz {
	0% {
	  opacity:1;
	}
	50% {
	  opacity:1;
	}
	75% {
	  opacity:1;
	}
	100% {
	  opacity:0;
	}
  }



/* Inicio do Menu Mobile*/


 #btn-menu{
    display: none;
 }


 @media (min-width: 300px) and (max-width: 506px){
    

    #btn-menu{
        width: 65px;
        height: 50px;  
        border: 1px solid #ccc;
        background: transparent;
        border-radius: 6px;
        cursor: pointer;
        display: block;
      }

      #btn-menu.ativar .linha:nth-child(1){
        transform: translateY(10px) rotate(-42deg);
        background-color: #8A694B;
      }

      #btn-menu.ativar .linha:nth-child(3){
        transform: translateY(-10px) rotate(42deg);
        background-color: #8A694B;
      }

      #btn-menu.ativar .linha:nth-child(2){
         width: 0;
      }

      .linha{
        width: 37px;
        height: 3px;
        background-color: #ccc;
        display: block;
        margin: 7px auto;
        transform-origin: center;
        transition: 0.2s;
      }

      #btn-menu.ativar{
        border: 2px solid #8A694B;
      }

     

      
      .btn4{
        display: block;
        position: absolute;
          margin-top: 45px;
          right: 2em;
      }

 


/* Fim do menu mobile*/



      /* footer*/


     
 }




  /* Inicio da responsividade para quase tablet*/
      
  @media (min-width: 507px) and (max-width: 690px) {

    #btn-menu{
        width: 65px;
        height: 50px;  
        border: 1px solid #ccc;
        background: transparent;
        border-radius: 6px;
        cursor: pointer;
        display: block;
      }

      #btn-menu.ativar .linha:nth-child(1){
        transform: translateY(10px) rotate(-42deg);
        background-color: #8A694B;
      }

      #btn-menu.ativar .linha:nth-child(3){
        transform: translateY(-10px) rotate(42deg);
        background-color: #8A694B;
      }

      #btn-menu.ativar .linha:nth-child(2){
         width: 0;
      }

      .linha{
        width: 37px;
        height: 3px;
        background-color: #ccc;
        display: block;
        margin: 7px auto;
        transform-origin: center;
        transition: 0.2s;
      }

      #btn-menu.ativar{
        border: 2px solid #8A694B;
      }

     

      
      .btn4{
        display: block;
        position: absolute;
          margin-top: 45px;
          right: 2em;
      }

 

    /* footer*/


}

  /* Fianl da responsividade para quase tablet*/



  /* Inicio de responsividade pra tablet*/

  @media (min-width: 691px) and (max-width: 1139px){

   
    #btn-menu{
        width: 65px;
        height: 50px;  
        border: 1px solid #ccc;
        background: transparent;
        border-radius: 6px;
        cursor: pointer;
        display: block;
      }

      #btn-menu.ativar .linha:nth-child(1){
        transform: translateY(10px) rotate(-42deg);
        background-color: #8A694B;
      }

      #btn-menu.ativar .linha:nth-child(3){
        transform: translateY(-10px) rotate(42deg);
        background-color: #8A694B;
      }

      #btn-menu.ativar .linha:nth-child(2){
         width: 0;
      }

      .linha{
        width: 37px;
        height: 3px;
        background-color: #ccc;
        display: block;
        margin: 7px auto;
        transform-origin: center;
        transition: 0.2s;
      }

      #btn-menu.ativar{
        border: 2px solid #8A694B;
      }

     

      
      .btn4{
        display: block;
        position: absolute;
          margin-top: 45px;
          right: 2em;
      }

 




.contactInfo{
   width: 600px;
    height: 500px;
    margin-right: 200px;
     display: inline-block; 
}

.contactInfo iframe{
    width: 500px;
    height: 500px;

    margin-right: 50px;
    display: inline-block;
}






    /* footer*/

     
  }

/* Inicio do Cabecalho */

/* Final do Cabecalho */



.contacti{
   position: relative;
   min-height: 100vh;
   padding: 130px 100px;
   display: flex;
   justify-content: center;
   align-items: center; 
   flex-direction: column;
   background-image: url(../imagens/fefe.jpg);
   background-size: cover;
   margin-bottom: -50px;
   margin-top: 40px;
}

.contacti .content1{
    max-width: 800px;
    text-align: center;
}

.contacti .content1 h2{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contacti .content1 p{

    font-weight: 500;
    color: #fff;
}

.container1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.container1  .contactInfo{
     width: 50%;
     display: flex;
     flex-direction: column;
}

.container1  .contactInfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}

.container1  .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.container1  .contactInfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.container1 .contactInfo .box .text h3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    font-weight: 500;
    color: #22090b;
}

.contactForm1{
    width: 40%;
    padding: 40px;
    background: #fff;
    margin-bottom: 30px;
}  

.contactForm1 h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.contactForm1 .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm1 .inputBox input, 
.contactForm1 .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
} 

.contactForm1 .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
}

.contactForm1 .inputBox input:focus ~ span,
.contactForm1 .inputBox input:valid ~ span,
.contactForm1 .inputBox textarea:focus ~ span,
.contactForm1 .inputBox textarea:valid ~ span{
    color: #e91e63;
    font-size: 16px;
    transform: translateY(-20px);
} 

.contactForm1 .inputBox  #submit{
    width: 100px;
    background: #510205;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
}

@media (max-width: 991px){
     .contacti{
        padding: 50px;
     }
     .container1{
        flex-direction: column;
        justify-content: center;
     }

     .container1 iframe{
        justify-content: center;
        display: inline-block;
        margin-left: 140px;
     }

     .container1 .contactInfo{
       margin-bottom: 40px;
       justify-content: center;
     }

     .container1 .contactInfo, .contactForm1{
        width: 100%;
     }
}

  /* Pra telefones*/
 @media (min-width: 300px) and (max-width: 600px){

    .container1{
        flex-direction: column;
        justify-content: center;
     }

      .container1 .contactInfo{
       margin-bottom: 40px;
       justify-content: center;
     }

      .container1 iframe{
        justify-content: center;
        display: inline-block;
        margin-left: 4%;
       
     }

     .container1 .contactInfo, .contactForm1{
        width: 100%;
     }
 }







































































