/* Rodapé */
.frm {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 30px;

}

/* Redes Sociais */
#soc1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
  
   
}
#soc1 .logof {
    max-width: 85%;
    max-height: 250px;
   
    
}

#soc1 h1 {
    font-size: 32px;
}





/* Formulario */
form {
    right: 120px;
    width: 35%;
    height: 470px;
    padding: 30px;
    background-color: #1b1b1b;
    color: #ffffff;
    border-radius: 10%;


}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 16px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 16px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}



input[type=submit] {
    background-color: #0088ff;
    width: 80%;
    color: white;
    height: 50px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: white;
    color: black;
}

input[type=text],
[type=email],
[type=tel] {
    width: 80%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10%x;
    resize: none;
}

textarea {
    width: 80%;
    height: 100px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 12px;
    resize: none;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
    font-size: 100%;
    
    
}


h2 {
    text-align: center;
}

.header-social-midia-form {
    display: flex;
    min-width: 10%;
    justify-content: space-between;
    background-color: #ffffff08;
  
   
  }
  
  .header-social-midia-form  > a {
    display: block;
    padding: .5rem 1rem;
    border-radius: .2rem;
    transition: .4s;
    color:  #0088FF;
  
   
  }
  
  .header-social-midia-form > a:hover {
    color: black;
    background-color: #ffffff08;
  }

 @media screen and (min-width: 200px) and (max-width: 400px) {
    .frm {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 10px;
    }

    #soc1 h2 {
        font-family: 'Open Sans', 'Helvetica Neue', sans-serif;

    }


    form {
        width: 100%;
        height: auto;
        padding: 10px;
        border-radius: 10%;
        padding: 30px;
    }
  

    input[type=text], [type=email], [type=tel], textarea{
        font-size: 7px;
    }
 
input[type=submit] {
    width: 80%;
    height: 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
}



@media screen and (min-width: 401px) and (max-width: 850px) {

    .frm {
        display: flex;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    #soc1 h2 {
        font-family: 'Open Sans', 'Helvetica Neue', sans-serif;

       
    }

    form {
        right: 120px;
        width: 100%;
        height: auto;
        padding: 30px;
     
        border-radius: 10%;
    }

  
}

@media screen and (min-width: 851px) and (max-width: 950px) {
    form {
        right: 120px;
        width: 80%;
        height: auto;
        padding: 30px;
       
        border-radius: 10%;
    }
  
 }

 @media screen and (min-width: 951px) and (max-width: 1250px) {
    form {
        right: 120px;
        width: 50%;
        height: auto;
        padding: 30px;
        border-radius: 10%;
    }
 
 }

 
 @media screen and (max-width: 299px){
    label{
        font-size: 45%;
    }
 }


 @media screen and (min-width: 300px) and (max-width: 400px) {
    label{
        font-size: 75%;
    }
 }

 @media screen and (min-width: 401px) and (max-width: 480px) {
    label{
        font-size: 80%;
    }
 }



  