

/* Form Quejas */

@font-face {
    font-family: 'Dinbold';
    src: url('d-din-bold-webfont.woff2') format('woff2'),
         url('d-din-bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'Din';
    src: url('d-din-webfont.woff2') format('woff2'),
         url('d-din-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@media only screen {
	
.g-recaptcha {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
	
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
.head-form {
    background: #2b2d48;
    height: 130px;
    width: 100%;
}
.head-form .wrapper {
    height: 130px;
    max-width: 1024px;
    margin: auto;
}
.logo {
    width: 120px;
    margin-left: 80px;
    padding-top: 16px;
}
.container-form {
    background: #fff;
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 30px;
	width: 1024px;
    margin: auto;
}
.container-form .tit-form {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}
.container-form .tit-form h2 {
	font-family: 'Dinbold';
	font-size: 46px;
	width: 680px;
	color:#2b2d48
}
.container-form .tit-form .bot-volver {
	font-family: 'Dinbold';
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #2b2d48;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    border-radius: 25px;
	margin-top: 12px;
}
::-webkit-input-placeholder { /* Edge */
  color: #2b2d48;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2b2d48;
}

::placeholder {
  color: #2b2d48;
}
.row1 {
    display: flex;
    justify-content: space-between;
	margin-bottom: 25px;
}
.container-form input {
    background-color: #d9d9d9;
    border: none;
    padding: 12px;
    font-family: "Dinbold";
    font-size: 18px;
    color: #2b2d48;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    width: 49%;
    border-radius: 12px;
    line-height: 24px;
}
textarea#descripcion {
    background-color: #d9d9d9;
    border: none;
    padding: 12px;
    font-family: "Dinbold";
    font-size: 18px;
    color: #2b2d48;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border-radius: 12px;
    line-height: 24px;
}
input.boton-enviar {
    font-family: 'Dinbold';
    color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #2b2d48;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 12px;
    width: 110px;
    display: block;
    margin: auto;
}
.logos-footer {
    display: flex;
    justify-content: space-between;
}
img.thehotels {
    width: 120px;
}
img.up {
    width: 100px;
}
.form-quejas p {
	font-family: 'Dinbold';
    font-size: 24px;
    text-align: center;
    background-color: #2b2d48;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 60px;
    color: #fff;
}
}
@media (max-width: 640px) {
.form-quejas p {
	font-family: 'Dinbold';
    font-size: 24px;
    text-align: center;
    background-color: #2b2d48;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 60px;
    color: #fff;
}
.logo {
    width: 120px;
    margin-left: auto;
    padding-top: 16px;
    margin-right: auto;
}
.container-form {
    background: #fff;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
    width: 100%;
    margin: auto;
}
.container-form .tit-form h2 {
    font-family: 'Dinbold';
    font-size: 28px;
    width: 100%;
    color: #2b2d48;
    text-align: center;
}
.container-form .tit-form {
    flex-direction: column;
}
.container-form .tit-form .bot-volver {
    font-size: 14px;
    margin: auto;
    margin-top: 25px;
}
.container-form .tit-form {
    margin-bottom: 35px;
}
.row1 {
    margin-bottom: 0px;
    flex-direction: column;
}
.container-form input {
    width: 100%;
    margin-bottom: 18px;
}
}