.encabezado {
  width: 100%;
  position: relative;
  height: 150px;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0px 0px 50px 50px;
  background: rgba(164, 221, 197, .9);


}


input[type="radio"] {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  left: 0;
  
}
input[type="radio"]:hover{
 background-color: rgba(164, 221, 197, .9)!important;
}
input[type="radio"]:checked + label {
  color: rgb(103, 155, 133);
}

.radiolabel  {
  top: 0 !important;
  position: initial !important;
}

.b {

  margin: auto;
  width: 10em;

}

.a {
  margin-top: 25px;
  position: absolute;
  text-align: center;
  height: 50px;
  width: 100%;

}

.c {
  opacity: .5;
  width: 100%;
  position: absolute;

}

p {
  font-size: 12px;
}


.encabezado h1 {


  color: white;
  display: inline;

}

form {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 20px;
  margin-top: 25px;
  position: relative;
}

.filas {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;


}

.filas--1 {
  width: 49%;
  margin: 20px auto;
}

form input,
select {
  margin-bottom: 50px;
  margin: auto;
}

form input {

  width: 100%;
  height: 40px;
  padding: 10px;

  border: none;
  border-bottom: 3px solid rgba(164, 221, 197);

}

form select {
  display: inline-block;
  font-size: 12px;
}

.input:focus,
.input:valid {
  outline: none;
  color: rgb(71, 71, 71);

  border-bottom: 3px solid rgba(0, 152, 218);
}

.filas label {
  transition: all 200ms ease;
  top: 8px;
  font-size: 12px;
  position: absolute;
  pointer-events: none;
}

.input:focus~label,
.input:valid~label {
  top: -14px;

  color: rgba(0, 175, 239);
}

.filas2 {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;


}

.filas2--2 {
  width: 50%;
  margin: 20px auto;

}

.filas2 select {
  padding: 8px 13px;
  border: 0px solid rgba(164, 221, 197);
  background-color: rgba(164, 221, 197, .5);
  cursor: pointer;
  transition: 0.1s all ease;
  outline: none;

}

.filas2 select:hover,
.filas2 select:focus {
  outline: none;
  border: 2px solid rgba(164, 221, 197);
}

.filas2--1 {
  width: 50%;
}

textarea {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;

}

textarea:focus,
textarea:valid {
  outline: none;
  color: rgb(71, 71, 71);

  border: 3px solid rgba(0, 152, 218);
}

.div-files {
  margin: auto;
}

.file {
  font-size: 16px;
  background: white;
  font-size: 12px;
  margin: auto;
  border: none;
  width: 100%;
  display: inline;
  outline: none;

  overflow: visible;
  height: 70px;
  margin-bottom: 10px;

}

::-webkit-file-upload-button {
  font-size: 12px;

  background: rgba(164, 221, 197);
  padding: 8px 15px;
  border: none;
  border-radius: 50px;
  outline: none;
  transition: 0.2s all ease-in;
  cursor: pointer;
}

::-webkit-file-upload-button:hover {
  background-color: rgba(0, 152, 218);
  color: white;
}

#map {
  width: 100%;
  height: 500px;

}

#coords {
  width: 80%;
}

.terminos_condiciones {
  width: 100%;
  position: relative;
  display: flex;
}

.modal-content {
  width: 80%;
  margin: auto;
}

.modal-header {
  background: rgba(0, 152, 218);
  color: white;

}

.btn {
  background: rgba(164, 221, 197);
  margin: auto;
}

.btn:hover {
  background: rgba(0, 152, 218);
  color: white;
}

.parrafo {
  text-align: justify;
}


.terminos_condiciones label {
  font-size: 12px;
  margin-top: 10px;
  top: 0;
  text-decoration: none;

}

.terminos_input {
  width: 30px;
  display: block;
  margin: 0%;
  margin-bottom: 5px;
  padding: 0;
  margin-left: 20px;
}

.terminos_condiciones a {
  color: rgba(0, 175, 239) !important;
  cursor: pointer;
}

.enviar {

  margin: auto;
  border-radius: 50px;
  padding: 10px;
  background: rgba(164, 221, 197);
  color: white;
  font-weight: bold;
  transition: 0.2s all ease;
  border: none;
}

.enviar:hover {
  background: rgba(0, 152, 218);
}

.enviar:active {
  transform: scale(0.95);
}


@media (min-width:1024px) {
  .modal-content {
    width: 100%;
  }

  body {
    background: rgba(0, 0, 0, 0.2);
  }

  .filas label,
  .filas2 {
    font-size: normal;
  }

  form {
    background: white;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, .2);
    width: 60%;
    padding: 5%;
  }

  .file {
    width: 700px;

  }

  .terminos_input {
    width: 20px;

  }
}