@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);




.container-form {
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    position: relative;
    margin-top: 15px;
}

.sent{
  text-align: center;
}

.titulo{
  text-align: center;
  color: #505050;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 25px;
    margin: 0px 0;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);*/
    min-height: 500px;
    max-height: auto;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;

}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  text-align: right;
}

fieldsetbutton {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 50%;
    text-align: center;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    border-radius: 0;
    padding: 10px;
}

#contact input[type="text"]:focus
 {
    border-radius: 0;
    border: 1px solid #ccc;
}

#contact input[type="email"]:focus
 {
    border-radius: 0;
    border: 1px solid #ccc;
}

#contact input[type="tel"]:focus
 {
   border: 1px solid #000;
}

#contact input[type="url"]:focus
 {
   border: 1px solid #000;
}

textarea:focus
 {
   border: 15px solid #000;
}

.pais{

  width: 85%;
  border: 1px solid #000;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;


}

.form-control{

  width: 50%;
  border: 1px solid #7f7f7f;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;

}

.izquierda{

  width: 65%;
}

.derecha{

  width: 35%;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
    height: 140px;
    max-width: 100%;
    resize: none;
    vertical-align: middle;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    background-color: #e0040b;
    color: #444;
    transform: translateX(0%);
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    background: #FFF;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

label{
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.boton_enviar{
    display: flex;
    margin-top: 0;
    margin-right:auto;
    margin-left: auto;
    margin-bottom: 5px;
    justify-content: center;
    padding: 10px;
    min-width: 90%;
    width: 80%;
    text-align: center;

}

#contact button[type="submit"]:hover {
    background-color: #009BDB;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border: 1px solid #3EC1D5;
    color: #fff;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}


@media only screen and (max-width: 600px) {
  /* For tablets: */
 
.boton_enviar{

  }


.izquierda{

  width: 100%;
}

.derecha{

  width: 100%;
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
 
}


.pais{

  width: 70%;
  border: 1px solid #000;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;


}

}
