* {
box-sizing: border-box;
}
.select-container {
position: relative;
display: inline-block;
}
.select-placeholder {
position: absolute;
top: 12px; left: 12px; pointer-events: none; color: #999999,
transition: all 0.2s ease;
} select:focus + .select-placeholder,
select:not(:placeholder-shown) + .select-placeholder {
top: 10px;
left: 12px;
font-size: 12px;
color:#999999;
font-family: Rajdhani, sans-serif !important;
font-weight: 700;
}
select {
padding: 15px; 
}
input::placeholder {
font-size: 11px;
transform: translateY(-11px);
color: #999; 
}
input {
padding-top: 10px;
}
@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 {
margin: 0;
padding: 0;
}
.contacto { background: #fff;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center; min-height: 600px;
padding: 50px 0;
font-family: Rajdhani, sans-serif !important;
}
@media screen and (min-width: 1024px) {
#container {
max-width: 500px;
}
}
#container__tyc{
margin-top: 18px;
}
.contacto .contacto__inner {
display: flex;
flex-flow: wrap;
justify-content: space-between;
align-items: center;
max-width: 1400px;
padding: 0 13px;
}
.contacto .contacto__inner .contacto__info {
color: #fff;
width: 45%;
display: flex;
flex-flow: row;
justify-content: center; align-items: center; 
}
.contacto .contacto__inner .contacto__info img {
width: 90%;
}
.contacto .contacto__inner .contacto__info h1 {
font-size: 60px;
margin: 0;
color: #fff;
}
.contacto .contacto__inner .contacto__info p {
font-size: 28px;
line-height: 35px;
}
.contacto .contacto__inner .contacto__form {
background: rgba(255, 255, 255, 0.82);
border-radius: 10px;
padding: 38px;
width: 50%;
}
.contacto .contacto__inner .contacto__form #centros__direccion p {
font-size: 18px;
opacity: 0;
}
.contacto .contacto__inner .contacto__form #centros__direccion p span {
color: #ff2500;
font-weight: 700;
}
.contacto .contacto__inner .contacto__form h1 {
font-size: 30px;
color: #ff2500 !important;
font-weight: 700 !important;
font-family: Rajdhani, sans-serif !important;
}
.contacto .contacto__inner .contacto__form h2 {
font-size: 22px;
font-weight: 900;
font-weight: 700;
font-family: Rajdhani, sans-serif !important;
}
.contacto .contacto__inner .contacto__form .input__form {
padding: 12px 17px;
height: 56px;
background:  #f5f6fa;
color: #000000;
border: none;
margin: 8px 0;
font-family: Rajdhani, sans-serif !important;
font-weight: 700;
font-size: 18px;
outline: none;
border-radius: 10px;
}
.contacto .contacto__inner .contacto__form .input__form.input__full,
.contacto .contacto__inner .contacto__form textarea {
width: 100%;
}
.contacto .contacto__inner .contacto__form .container__inputs,
.contacto .contacto__inner .contacto__form .container__tyc {
display: flex;
flex-flow: wrap;
justify-content: space-between;
}
.contacto .contacto__inner .contacto__form .input__form.input__middle {
width: 48%;
}
.contacto .contacto__inner .contacto__form .container__tyc {
margin-bottom: 2px;
}
.contacto .contacto__inner .contacto__form .container__tyc p {
width: 96%;
font-size: 16px;
}
.contacto .contacto__inner .contacto__form .container__tyc p a {
font-weight: 700;
color: #ff2500;
}
.contacto .contacto__inner .contacto__form textarea {
resize: none;
height: 100px;
}
#form_contacto {
display: flex;
flex-direction: column;
justify-content: center;
}
.contacto .contacto__inner .contacto__form button {
width: 200px;
background: #ff2500;
color: #fff;
font-weight: 700;
font-size: 25px;
padding: 13px;
border: none;
font-family: "Ubuntu", sans-serif;
cursor: pointer;
align-self: center;
}
::placeholder {
font-family: "Ubuntu", sans-serif;
color: #747474;
font-size: 18px;
}
#centros__direccion {
margin: 10px 0;
}
.gracias { background: #fff;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center; min-height: 600px;
}
.gracias .gracias__content {
text-align: center;
max-width: 500px;
padding: 20px;
}
.gracias .gracias__content img {
margin-bottom: 50px;
}
.gracias .gracias__content h1 {
font-size: 60px;
color: #ff2500;
margin: 0;
}
.gracias .gracias__content p {
font-size: 30px;
line-height: 36px;
color: #ff2500;
}
#footer-info {
display: none !important;
}
.preload {
width: 0;
height: 0;
}
.preload img {
width: 100%;
}
.image--mobile {
display: none;
}
#mobile{
display: none;
} h2#swal2-title {
color: #8a8a8a !important;
}
@media screen and (max-width: 1100px) {
#mobile{
display: block;
}
.image--mobile {
display: block;
}
.image--pc {
display: none;
}
.contacto {
height: auto;
padding: 30px 0; }
.contacto .contacto__inner {
flex-flow: column;
}
.contacto .contacto__inner .contacto__info,
.contacto .contacto__inner .contacto__form {
width: 94%;
}
.contacto .contacto__inner .contacto__info {
text-align: center;
display: flex !important;
flex-flow: row;
justify-content: center; align-items: center; 
}
.contacto .contacto__inner .contacto__info h1 {
font-size: 24px;
}
.contacto .contacto__inner .contacto__info p {
font-size: 16px;
line-height: 24px;
}
.contacto .contacto__inner .contacto__form h1 {
font-size: 30px;
color: #ff2500 !important;
font-weight: 700;
font-family: Rajdhani, sans-serif !important;
}
.contacto .contacto__inner .contacto__form h2 {
font-size: 22px;
font-weight: 900;
font-weight: 700;
font-family: Rajdhani, sans-serif !important;
}
.contacto .contacto__inner .contacto__form {
padding: 20px;
margin-top: 40px;
}
.contacto .contacto__inner .contacto__form .input__form.input__middle {
width: 100%;
}
.contacto .contacto__inner .contacto__form .input__form,
.contacto .contacto__inner .contacto__form #centros__direccion p {
font-size: 16px;
}
::placeholder {
font-size: 16px;
}
.contacto .contacto__inner .contacto__form .container__tyc p {
font-size: 13px;
width: 90%;
}
.contacto .contacto__inner .contacto__form button {
font-size: 20px;
}
.contacto .contacto__inner .contacto__form #centros__direccion p {
margin: 10px 0;
}
.contacto .contacto__inner .contacto__form #centros__direccion p span {
display: block;
}
.contacto .contacto__inner .contacto__form .input__form {
margin: 4px 0;
padding: 8px 12px;
}
.gracias {
padding: 40px 0 0 0;
background: url(//pf.honda.com.pe/wp-content/themes/hondafuerza/formularios/formulario-sorteo/static/images/m-bg-gracias.webp) no-repeat;
background-size: cover;
background-position: center center;
height: 100vh;
min-height: 600px;
}
.gracias .gracias__content img {
width: 160px;
}
.gracias .gracias__content h1 {
font-size: 38px;
}
.gracias .gracias__content p {
font-size: 22px;
}
}