html, body.page-template-template-formulario {
  font-size: 16px !important;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1.75em;
  padding: 0;
  margin: 0;
}

.topgrey-row {
  padding: 20px;
  background-color: #F2F2F2;
  text-align: center;
}

.page-template-template-formulario article > p {
  margin-bottom: 1.7em;
  line-height: 1.7em;
  padding-right: 20px;
  padding-left: 20px;
}

.page-template-template-formulario main,
.page-template-template-formulario article {
  max-width: 800px;
  margin: auto;
}

.page-template-template-formulario main section > h1 {
  text-align: center;
  font-size: 43px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 0px;
  color: #172331;
}

.page-template-template-formulario article {
  font-size: 15px;
  line-height: 23px;
  padding-top: 40px;
}

article p.form-subtitle {
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  margin-top: 0;
  color: #172331;
  margin-bottom: 45px;
}

article p {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  color: #5D5D5C;
}

article p.form-bottom {
  font-size: 13px;
  line-height: 20px;
  color: #AEAFB2;
}

article p.form-bottom img {
  width: 1.1%;
}

article .wp-block-group {
  margin-top: 6em;
}

article hr {
  color: #D8D8D8;
}

.text-center {
  text-align: center;
}

/********/
/* FORM */
/********/
hr {
  display: none;
}

.form__section {
  background-color: #fff;
  margin-bottom: 50px;
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
}

.form__section.form__section--noborder {
  border-bottom: none;
}

.form__title {
  color: #172331;
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  margin-bottom: 1em;
}

.form__title__normal {
  margin-top: 2em;
  color: #303133;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 1em;
}

.form__subtitle__red {
  color: #D61916;
  font-size: 13px;
  line-height: 20px;
}

.form__subtitle {
  color: #000;
  font-size: 10px;
  line-height: 20px;
  font-weight: bold;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.form__cell {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px 10px 10px;
  position: relative;
}

.form__cell input[type=text],
.form__cell input[type=email],
.form__cell input[type=tel],
.form__cell input[type=number],
.form__cell input[type=date],
.form__cell textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
  color: dimgray;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  resize: none;
  font-weight: inherit;
  font-family: inherit;
}

.form__cell input[type=text],
.form__cell input[type=email],
.form__cell input[type=tel],
.form__cell input[type=number],
.form__cell input[type=date] {
  height: 52px;
  font-weight: 400;
  font-family: inherit;
}

.form__cell input[type=text]::placeholder,
.form__cell input[type=email]::placeholder,
.form__cell input[type=tel]::placeholder,
.form__cell input[type=number]::placeholder,
.form__cell input[type=date]::placeholder {
  font-weight: 300;
}

.form__full__radio .wpcf7-list-item {
  border: 1px black solid;
  border-radius: 5px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
}

.form__full__radio .wpcf7-list-item.first {
	margin-bottom: 10px;
}

.form__full__radio .wpcf7-list-item input {
  /*display:none;*/
}

article .wpcf7-submit {
  margin-top: 20px;
  padding: 20px 120px;
  border-radius: 50px;
  border: 1px solid #172331;
  color: white;
  font-weight: 900;
  background-color: #172331;
  outline: none;
  cursor: pointer;
}
article .wpcf7-submit:hover {
  background-color: #273c54;
}

.form__cell.form__fileinput input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.form__cell.form__fileinput label {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  box-sizing: border-box;
  padding: 15px 32px 15px 15px;
  font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
  color: dimgray;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  line-height: normal;
  pointer-events: none;
  background-image: url("img/clip.png");
  background-repeat: no-repeat;
  background-position: right;
}

.form__cell select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url(...);
  /* Add custom arrow */
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
  color: dimgray;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 5px;
  border: solid 1px #bbb;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  background-image: url("../img/landing/selectarrow.svg");
  background-repeat: no-repeat;
  background-position: 99% 50%;
  font-weight: inherit;
  font-family: inherit;
}

.form__cell.form__cell-address {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
}

.radio-howinow .wpcf7-radio span,
.checkbox-howinow .wpcf7-checkbox span{
  width: 28%;
  margin-bottom: 8px;
}

.wpcf7-form-control-wrap.radio-day .wpcf7-form-control.wpcf7-radio {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-form-control.wpcf7-radio::after {
  content: "";
  flex-basis: calc(33.333% - 10px);
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item {
  margin: 0;
  flex-basis: calc(25% - 10px);
  height: 100%;
  border: none;
  padding: 0;
}
@media (max-width: 679px) {
  .wpcf7-form-control-wrap.radio-day .wpcf7-list-item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label input {
  position: absolute;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: block;
  border: solid 1px #333;
  border-radius: 6px;
  font-weight: 600;
}
.wpcf7-form-control-wrap.radio-day .wpcf7-list-item label input:checked + .wpcf7-list-item-label {
  background-color: #0067B4;
  color: #fff;
}

/*
.form__text {
	font-family: "ProximaNova-Regular", Helvetica, Arial, serif;
    font-size: 16px;
    font-size: 16px;
    font-size: 16px;
    font-size: 1rem;
    color: rgb(105, 105, 105);
}
.form__divider {
	height: 1px;
	background-color: #333;
	margin: 1em 0 1.2em 0;
}
*/
@media (max-width: 679px) {
  .page-template-template-formulario main section > h1 {
    font-size: 2rem;
  }

  .form__section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-template-template-formulario main {
    width: 100%;
  }

  .page-template-template-formulario article {
    font-size: 15px;
    line-height: 23px;
  }

  article p {
    /*font-size: 20px;*/
    line-height: 26px;
  }

  article p.form-bottom {
    /*font-size: 18px;*/
    line-height: 22px;
  }

  article p.form-bottom img {
    width: 3%;
  }

  /********/
  /* FORM */
  /********/
  .form__section {
    margin-bottom: 25px;
  }

  .form__title {
    font-size: 26px;
  }

  .form__title__normal {
    font-size: 18px;
    line-height: 23px;
  }

  .form__subtitle__red,
.form__subtitle {
    font-size: 15px;
    line-height: 20px;
  }

  .form__row {
    display: block;
  }

  .radio-howinow .wpcf7-radio span,
  .checkbox-howinow .wpcf7-checkbox span{
    width: 100%;
  }

  .form__cell input[type=text],
.form__cell input[type=email],
.form__cell input[type=tel],
.form__cell input[type=number],
.form__cell input[type=date],
.form__cell textarea {
    font-size: 16px;
    font-size: 1rem;
    height: 52px;
  }

  .form__cell textarea {
    height: 120px;
  }

  .form__full__radio .wpcf7-list-item {
    padding: 20px 40px;
  }

  article .wpcf7-submit {
    margin-top: 15px;
    padding: 20px 80px;
  }
	
	.form__cell select {
 		background-position: 96% 50%;
	}
}



.radio-day .wpcf7-list-item-label:hover {
	text-decoration: underline;
}

.wpcf7-acceptance {
  text-align: left;
}

.menu-mettlink {
  display: none;
}

#ui-datepicker-div {
	display: none;
}


.form .not-empty {
	background-color: #f7f7f7;
	border: none !important;
	box-shadow: none !important;
}

.menu-button-close {
    background-color: #ff5100;
	color: white;
    width: 62px;
    height: 62px;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	top: 50px;
    left: 50px;
}

.menu-button-close::before, 
.menu-button-close::after {
    content: '';
	cursor: pointer;
    display: block;
    width: 34px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.menu-button-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.menu-button-close:hover::before {
    -webkit-transform: translate(-50%, -50%) rotate(37deg);
    transform: translate(-50%, -50%) rotate(37deg);
}

.menu-button-close:hover::after {
    -webkit-transform: translate(-50%, -50%) rotate(-37deg);
    transform: translate(-50%, -50%) rotate(-37deg);
}
