html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}
* {
box-sizing: border-box;
}
@font-face {
font-family: "Gotham";
src: url(https://pf.honda.com.pe/wp-content/themes/hondafuerza/assets/fonts/gothan/GothamBook.woff2);
src: url(https://pf.honda.com.pe/wp-content/themes/hondafuerza/assets/fonts/gothan/GothamBook.woff) format("woff");
font-weight: bold;
font-style: normal
}
@font-face {
font-family: "GothamBold";
src: url(https://pf.honda.com.pe/wp-content/themes/hondafuerza/assets/fonts/gothan/GothamBold.woff2);
src: url(https://pf.honda.com.pe/wp-content/themes/hondafuerza/assets/fonts/gothan/GothamBold.woff) format("woff");
font-weight: bold;
font-style: normal
}
body {
font-family: "Gotham";
font-size: 16px; margin: 0;
}
.formulario__logo {
text-align: center;
background: white;
padding: 10px 0;
width: 100%; }
.formulario__logo img {
max-width: 180px;
}
.container__formularios {
max-width: 100%;
margin: 0 auto;
display: flex;
flex-flow: column;
align-items: flex-end;
align-content: center;
background: url(https://pf.honda.com.pe/wp-content/themes/hondafuerza/formularios/formulario-agriexpo/images/bg.jpg)
no-repeat;
background-size: cover;
min-height: calc(100vh - 55px);
padding-bottom: 20px;
font-family: "Gotham";
font-size: 16px;
}
.container__formularios .form {
max-width: 550px;
margin: 4% 3% 30px 0;
padding: 20px 40px;
background: #fff;
border-radius: 35px;
}
.container__formularios .form h1 {
font-family: "GothamBold";
font-size: 30px;
color: #e00e23;
text-align: center;
}
.container__formularios .form h2 {
font-family: "GothamBold";
font-size: 22px;
font-weight: 900;
text-align: center;
}
.container__formularios .form form .input__full {
width: 100%;
display: block;
padding: 12px 15px;
margin: 10px 0;
border: 2px solid black;
border-radius: 20px;
outline: none;
font-size: 18px;
font-family: "Gotham";
color: #000;
font-weight: bold;
}
.container__formularios .form form ::placeholder {
font-family: "Gotham";
font-size: 18px;
color: #000;
font-weight: bold;
}
.container__formularios .input__radio__container,
.container__formularios .input__tyc__container {
display: flex;
flex-flow: wrap;
align-items: center;
}
.container__formularios .input__radio__container input[type="radio"],
.container__formularios .input__tyc__container input[type="checkbox"] {
margin-right: 8px;
}
.container__formularios .input__radio__container p {
margin: 5px 0;
}
.container__formularios .input__tyc__container p {
margin: 5px 0;
width: 90%;
}
.container__formularios .input__radio__main {
margin: 25px 0;
}
.container__formularios .list__title {
font-size: 18px;
font-weight: bold;
margin: 25px 0;
}
.container__formularios .form form button {
display: block; margin: 10px auto;
width: 150px;
padding: 15px 10px;
cursor: pointer;
border: none;
background: #e00e23;
color: #fff;
font-size: 16px;
text-transform: uppercase;
border-radius: 5px;
-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
.container__formularios .loading__p {
text-align: center;
margin: 10px 0 0 0;
opacity: 0;
}
.container__formularios .banner__form {
display: none;
}
.container__formularios .banner__form img {
width: 100%;
}
.container__formularios .txtTyc {
font-size: 12px;
margin-top: 30px;
}
@media screen and (max-width: 1560px) {
.container__formularios .form {
max-width: 500px;
}
}
@media screen and (max-width: 1460px) {
.container__formularios .form {
margin: 2% 0 30px 0;
}
}
@media screen and (max-width: 1300px) { }
@media screen and (max-width: 1000px) {
body { background: #fff;
}
.container__formularios .banner__form {
display: block;
margin: 0 auto;
}
.container__formularios {
max-width: 100%;
background: #fff;
}
.container__formularios .form {
max-width: 94%;
margin: 0 auto;
padding: 20px 10px;
}
}