
.c_contacto{
  
    width:               100%;
    height:             650px;	  
    margin-top:          -3px; 

    display:             flex;
/*    
    text-align:        center;
    justify-content:   center;
    align-items:       center;
*/

    background-color: white;
    background-image: url('../img/write.jpg');
    background-repeat: no-repeat;
    background-size: cover;


}


.c_contacto form{

    margin-top: 						25px;
    margin-left:                         10%;
	  width:                             350px;
	  height:                              93%;

	  border-radius:                       3px;
	color:                     rgb(20,20,20);
	padding:                            20px;
    font-family:                   'Raleway';
	font-size:                         0.9em;

 /* border:  1px solid rgb(20,20,20); */
    background-color: rgba(255,255,255,0.8);

}

.c_contacto h1{

     font-family:    'Raleway';
	 font-size:           20px;   
	 align-content:       left;
 
}

.inp_msn{
  
  width:            100%;
  left:              10%;
  border: solid 1px #ccc;
  padding:           7px;
}

.text_msn{

  width:   			100%;
  height: 		   100px;

  border: solid 1px #ccc;
  padding: 			 8px;	
}

.btn_send{

  width:               70%;
  margin-left:         15%;
  border: solid   1px #ccc;
  padding:             7px;

  text-align:        center;

  border:  1px solid #ccc;
  cursor: 			pointer;
  /*background-color: rgb(220,220,220);*/

}

.btn_send:hover{

   border: solid   1px green;

}


@media screen and (max-width:800px){

.c_contacto form{

    margin-left:  1.5%;
  
  }

}

