@font-face {
  font-family: monserrat;
  src: url('fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), /*url('../../Fonts/Montserrat-Light.woff2') format('woff2'),
       url('../../Fonts/Montserrat-Light.woff') format('woff'),*/ url('fonts/Montserrat-Light.ttf') format('truetype'), url('fonts/MontserratLight.otf') format("opentype"), url('fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'monserrat', sans-serif;
}
h1 {
  color: #972558;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  h1 {
    padding: 20px 0;
    font-size: 23px;
  }
}
h2 {
  font-size: 18px;
  font-weight: 100;
  color: #888181;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 15px;
  }
}
.headerdad {
  background-color: #e4e4e4;
}
.header {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
  padding: 91px 40px 40px 40px;
  height: 100%;
  background-color: #e4e4e4;
  max-width: inherit;
  height: auto;
  display: block;
  padding: 20px;
  position: relative;
  padding: 17px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.header .logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  display: inline-block;
  margin-bottom: 0;
  width: 120px;
}
@media screen and (max-width: 850px) {
  .header .logo {
    display: inline-block;
    margin-bottom: 0;
    width: 100px;
  }
}
.header ul {
  display: block;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  float: right;
  margin-top: 16px;
}
@media screen and (max-width: 500px) {
  .header ul {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 0;
  }
}
.header ul li a {
  text-decoration: none;
  padding: 8px 10px 10px;
  display: block;
  color: #fff;
  background-color: #972558;
  border-radius: 10px;
  width: 150px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media screen and (max-width: 500px) {
  .header ul li a {
    padding: 6px 10px 8px;
  }
}
.header ul li a:hover {
  background-color: #ecaa30;
}
.header .infomonarca {
  text-align: center;
  display: inline-block;
  text-align: right;
  width: 150px;
  /* right: 46px; */
  /* position: absolute; */
  /* top: 40px; */
  float: right;
  padding-top: 22px;
  margin-right: 20px;
}
@media screen and (max-width: 500px) {
  .header .infomonarca {
    display: inline-block;
    text-align: right;
    width: 150px;
    right: 28px;
    position: absolute;
    top: 50px;
    padding-top: 3px;
    margin-right: 12px;
  }
}
.header .infomonarca h4 {
  color: #777;
  font-size: 15px;
  margin-bottom: 7px;
}
.header .infomonarca a {
  text-decoration: none;
}
.header .infomonarca a img {
  width: 30px;
  margin-right: 10px;
  filter: invert(19%) sepia(47%) saturate(2673%) hue-rotate(305deg) brightness(100%) contrast(93%);
  vertical-align: middle;
}
@media screen and (max-width: 500px) {
  .header .infomonarca a img {
    width: 27px;
  }
}
.header .infomonarca a:last-child img {
  width: 30px;
  margin-right: 0;
}
@media screen and (max-width: 850px) {
  .header {
    max-width: inherit;
    height: auto;
    display: block;
    padding: 14px 20px;
    text-align: revert;
    position: relative;
  }
}
.formcontainer {
  max-width: calc(100% - 410px);
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  display: block;
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  min-height: calc(100% - 147px);
}
@media screen and (max-width: 850px) {
  .formcontainer {
    max-width: 100%;
  }
}
.checkinput {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 9px 0;
  text-align: center;
  position: relative;
  border: 1px solid #d8d9db;
  padding: 25px 20px 10px;
  margin-bottom: 20px;
}
.checkinput p {
  color: #636363;
  position: absolute;
  background: #fff;
  top: -12px;
  left: 12px;
  padding: 2px 12px;
}
.checkinput .item {
  position: relative;
  color: #d8d9db;
  display: inline-block;
  background: #fff;
  width: 50%;
  margin-right: -4px;
  padding: 10px 15px;
  margin-bottom: 0;
  width: 164px !important;
  display: inline-block !important;
  margin-right: 5px !important;
  min-height: auto !important;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .checkinput .item {
    width: 120px !important;
  }
}
.checkinput .item:last-child {
  border-bottom: none;
}
.checkinput .item:hover i {
  color: #ffffff;
  background-color: #972558;
}
@media screen and (max-width: 850px) {
  .checkinput .item:hover i {
    font-size: 14px;
  }
}
.checkinput .item input {
  display: none !important;
  box-sizing: border-box !important;
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  opacity: 0;
  z-index: 2 !important;
  cursor: pointer;
}
.checkinput .item input:checked + i {
  color: #ffffff;
  background-color: #972558;
}
.checkinput .item input:focus + i {
  color: #ffffff;
  background-color: #972558;
}
.checkinput .item i {
  width: 100%;
  -webkit-transition: 0.25s 0.09s;
  transition: 0.25s 0.09s;
  text-align: left;
  position: relative;
  background: #d8d9db;
  display: block;
  font-style: normal;
  cursor: pointer;
  padding: 34px 11px;
  text-align: center;
  font-size: 18px;
  color: #72637d;
  border-radius: 5px;
  overflow: hidden;
}
.form-items {
  width: 100%;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 850px) {
  .form-items {
    padding: 0;
  }
}
.form-items .item {
  padding: 0;
  border: none;
  margin-bottom: 5px;
  min-height: 42px;
  display: block;
  position: relative;
  -webkit-transition: 0.25s 0.09s;
  transition: 0.25s 0.09s;
  width: calc(33% - 10px);
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 850px) {
  .form-items .item {
    margin-right: 0;
    width: 100%;
  }
}
.form-items .item label {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
  font-size: 12px;
}
.form-items .item input,
.form-items .item select {
  padding: 18px 10px 6px 12px;
  border: none;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  max-width: 100%;
  outline: none;
  background-color: transparent;
  border-radius: 0px;
  font-family: 'monserrat', sans-serif;
}
.form-items .item input:not(:placeholder-shown),
.form-items .item select:not(:placeholder-shown) {
  padding: 18px 10px 6px 10px;
}
.form-items .item input:not(:placeholder-shown) + label,
.form-items .item select:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-11px);
  transform: translateY(-13px);
  opacity: 1;
  height: auto;
}
.form-items .item input:focus,
.form-items .item select:focus {
  border-bottom: 1px solid #972558;
}
.form-items .item input.error,
.form-items .item select.error {
  border-bottom: 1px solid #c61818;
}
.form-items .item input.error + label,
.form-items .item select.error + label {
  color: #c61818;
}
.form-items .item input.error::placeholder,
.form-items .item select.error::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c61818;
  opacity: 1;
  /* Firefox */
}
.form-items .item input.error:-ms-input-placeholder,
.form-items .item select.error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c61818;
}
.form-items .item input.error::-ms-input-placeholder,
.form-items .item select.error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c61818;
}
.form-items .item select {
  padding: 18px 10px 4px 7px;
  -webkit-appearance: auto;
}
.form-items .item:last-of-type {
  margin-right: 0;
}
.form-items .item.hide {
  display: none !important;
}
.form-items .check {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 9px 0;
}
.form-items .check .item {
  position: relative;
  color: #d8d9db;
  display: inline-block;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
  padding: 10px 15px;
  margin-bottom: 0;
}
.form-items .check .item:last-child {
  border-bottom: none;
}
.form-items .check .item:hover {
  background-color: transparent;
}
.form-items .check .item:hover i {
  background: transparent;
}
.form-items .check .item input {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  z-index: 2;
}
.form-items .check .item input:checked + i {
  color: #404040;
}
.form-items .check .item input:checked + i:before {
  background: #4bd865;
}
.form-items .check .item input:checked + i:after {
  right: 4px;
}
.form-items .check .item input:focus + i {
  background-color: #fff;
}
.form-items .check .item i {
  width: 100%;
  -webkit-transition: 0.25s 0.09s;
  transition: 0.25s 0.09s;
  text-align: left;
  position: relative;
  background: #ffffff;
  box-sizing: initial;
  display: block;
  font-style: normal;
  cursor: pointer;
}
.form-items .check .item i:before {
  content: "";
  display: inline-block;
  padding: 2px;
  width: 40px;
  height: 20px;
  border-radius: 13px;
  vertical-align: middle;
  -webkit-transition: 0.25s 0.09s;
  transition: 0.25s 0.09s;
  position: ABSOLUTE;
  background: #d8d9db;
  box-sizing: initial;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-items .check .item i:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  RIGHT: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  top: 50%;
  transform: translateY(-50%);
}
.form-items button,
.form-items .btnCom {
  margin: 0 auto;
  display: block;
  width: 152px;
  padding: 12px 20px;
  border: none;
  outline: none;
  font-size: 19px;
  border-radius: 21px;
  background-color: #972558;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
.form-items button:hover,
.form-items .btnCom:hover {
  background-color: #e0972b;
}
.respuestadiv {
  padding: 20px 0;
  max-width: 700px;
  margin: 0 auto;
}
.respuestadiv > div img {
  width: 100px;
  padding: 20px;
  background-color: #e6e6e6;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 4px;
}
.respuestadiv > div div {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 118px);
}
.respuestadiv > div div h4 {
  margin-bottom: 2px;
  font-size: 15px;
  color: #7d7d7d;
  font-weight: 100;
}
.respuestadiv > div div p {
  font-size: 14px;
  margin-bottom: 10px;
}
.respuestadiv > div div label {
  padding: 10px 20px;
  background-color: #ecaa30;
  border-radius: 20px;
  color: #fff;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
}
.respuestadiv > div div label:hover {
  background-color: #972558;
}
footer {
  padding: 10px 33px;
  text-align: center;
  color: #925672;
  background-color: #e6e8ec;
  font-size: 10px;
}
@media screen and (min-width: 800px) {
  footer {
    padding: 10px 70px;
    font-size: 11px;
  }
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
