input#privacy {
    transform: scale(1.5);
    margin-right: 6px;
    cursor: pointer;
}
.espaciobanda3 {display: none;}

.espacioform {display: block;margin-bottom: 22px;}

body {
  font-family: arial;
  /* color: #fff; */
  font-size: 15px;
  margin: 0
}
input, textarea, select, button {
  font-family: arial;
  color: #000000;
  font-size: 15px;
  margin-left: -151px;
  border-color: #0062ff;
}
p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0
}
img {
  max-width: 100%
}
ul {
  padding-left: 0;
  margin-bottom: 0
}
a:hover {
  text-decoration: none
}
:focus {
  outline: none
}
.wrapper {
  min-height: 65vh;
  display: flex;
  align-items: center;
  background-size: cover
}


.wrappergracias {
    min-height: 38vh;
    display: flex;
    align-items: center;
    background-size: cover;
}

.espaciobanda2 {margin-top: -15px;}

.inner {
  max-width: 696px;
  margin: 28px auto;
  background: #FFFFFF;
  border: 10px solid #0062FF;
  padding: 15px 15px 17px 15px;
  box-shadow: 15 0 10px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  display: block;
}
textarea {
  resize: none
}

.bandaazul{color: #FFFFFF;background-color: #0062FF;padding: 4px;font-size: 15px;FONT-WEIGHT: 400;display: block;margin-top: 18px;}

h3 {
  text-transform: uppercase;
  font-size: 38px;
  /* font-family: montserrat-bold; */
  text-align: center;
  margin-bottom: 24px;
  color: #0062FF;
  margin-top: 19px;
  display: block;
}
p {
  text-align: center;
  margin-bottom: 14px;
  color: #0062FF;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
}
.form-group {
  text-align: left;
  position: relative;
  display: block;
  margin-bottom: 24px;
  font-weight: 100;
}
.form-group span {
  font-size: 15px;
  color: #0062FF;
  transition: all .2s ease;
  transform-origin: 0 0;
  cursor: text;
  margin-left: 33px;
}
.form-group span.border {
  height: 1px;
  display: block;
  width: 84%;
  transform: scaleX(0);
  transition: all .15s ease;
  background: #0062ff;
  display: none;
}
.form-control {
  border: none;
  border-bottom: 1px solid #0062FF;
  display: block;
  width: 83%;
  height: 39px;
  font-size: 15px;
  background: 0 0;
  margin-left: 33px;
}
.form-control:focus, .form-control:valid {
  /* border-bottom: 2px solid #fff; */
}
.form-control:focus + span, .form-control:valid + span {
  transform: translateY(-22px) scale(.8)
}
.form-control:focus + span + .border, .form-control:valid + span + .border {
  transform: scaleX(1)
}
textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px
}
.boton {
  border: none;
  width: 230px;
  height: 51px;
  /* border: 2px solid #000000; */
  margin: auto;
  margin-bottom: 18px;
  margin-top: 29px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: 0 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: montserrat-semibold;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  background-color: #000000 !IMPORTANT;
  font-size: 24px;
  font-family: arial;
  font-weight: 700;
}

button {}
button i {
  margin-left: 10px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0062FF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}
button:hover {
  border-color: transparent
}
button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
button:hover i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
@media(max-width:767px) {
    
    .espaciobanda2 {
    margin-top: -7px;
}
    
  h3 {
    font-size: 29px;
    margin-bottom: 20px;
  }
    
    .graciasmsg{
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 28px;
    }
  p {
    font-size: 18px;
    padding: 0;
  }
  .inner {
    padding: 0px 17px 0px 17px;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    margin: 0px auto;
    display: block;
  }
  .wrapper {
    background: #FFFFFF;
    border: 10px solid #0062ff;
    min-height: 54vh;
    width: 95%;
    margin: 0 auto;
  }
  
    .wrappergracias {
    background: #FFFFFF;
    border: 10px solid #0062ff;
    min-height: 26vh;
    display: block;
}
    
#privacy{
  margin-left: -20px;
  margin-top: 4px;
}
  .form-group{
    margin-bottom: 15px;
    font-weight: 400;
    margin-top: 20px;
  }
  

}


@media (max-width: 760px) {


    .espaciobanda3 {display: block;/* margin-bottom: 25px; */}
    .espaciobanda2 {display: none;}
    .espaciobanda {padding: 0 4%;padding-bottom: 0%;line-height: 17px;font-weight: 400;font-size: 16px;margin-bottom: 3px;}
     .espaciobandagracias {padding-bottom: 2%;line-height: 20px;font-size: 15px;line-height: 23px;width: 100%;margin: 0 auto;display: block;}
    
    .bandaazul{color: #FFFFFF;background-color: #0062FF;padding: 5px 4px;line-height: 23px;font-size: 18px;FONT-WEIGHT: 400;/* margin-top: 18%; *//* width: 85%!important; */}
    .bandaazul2{color: #FFFFFF;/* display: block; */background-color: #0062FF;padding: 2px 4px;margin-bottom: 17px;line-height: 27px;font-size: 17px;font-weight: 400;/* margin-top: 18%; *//* width: 85%!important; */}
 .form-control {
    border: none;
    border-bottom: 1px solid #0062FF;
    display: block;
    width: 99%;
    height: 24px;
    font-size: 15px;
    background: 0 0;
    /* font-family: montserrat-semibold; */
    /* font-weight: 100; */
    margin-left: 0px;
    margin-bottom: 22px;
}
   .form-group span {
    font-size: 15px;
    color: #0062FF;
    /* position: absolute; */
    top: 28px;
    transition: all .2s ease;
    transform-origin: 0 0;
    cursor: text;
    margin-left: 2px;
} 
    
}