@import url('https://fonts.googleapis.com/css2?family=Bokor&family=Tilt+Warp&display=swap');
header {
	height: 100px;
	background-image: url("../img/background/Fondo-Negro-Patron-de-Luz-Abstrato_Fondos-de-Pantalla-Abstratos.jpg");
  
}

.title_contact h1 {
	margin-top: 65px;
	text-align: center;
	font-size: 120px;
	font-family: 'Bokor', cursive;
}

.title_contact h4 {
	margin-top: 5px;
	text-align: center;
	font-size: 70px;
	font-family: 'Bokor', cursive;
	padding: 30px;
}

.form {
	margin: 0;
	margin-top: 60px;
}

/* .container {
	  margin-top: 80px;
	flex: 0 1 700px;
	margin: auto;
	padding: 10px;
  } */

.screen {
	position: relative;
	background: #3e3e3e;
	border-radius: 15px;
	margin-left: 105px;
	margin-right: 105px;
}

.screen:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	bottom: 0;
	border-radius: 15px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
	z-index: -1;
}

.screen-header {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background: #4d4d4f;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.screen-header-left {
	margin-right: auto;
}

.screen-header-right {
	display: flex;
}

.screen-body {
	display: flex;
}

.screen-body-item {
	flex: 1;
	padding: 50px;
}

.screen-body-item.left {
	display: flex;
	flex-direction: column;
}

.app-title {
	display: flex;
	flex-direction: column;
	position: relative;
	color: #D9AD5B;
	font-size: 26px;
}

.app-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 25px;
	height: 4px;
	background: #D9AD5B;
}

.app-contact {
	margin-top: auto;
	font-size: 8px;
	color: #888;
}

.app-form-group {
	margin-bottom: 15px;
}

.app-form-group.message {
	margin-top: 40px;
}

textarea {
	background: #3e3e3e;
}

.app-form-group.buttons {
	margin-bottom: 0;
	text-align: right;
}

.app-form-control {
	width: 100%;
	padding: 10px 0;
	background: none;
	border: none;
	border-bottom: 1px solid #666;
	color: #ddd;
	font-size: 18px;
	text-transform: uppercase;
	outline: none;
	transition: border-color .2s;
}

.app-form-control::placeholder {
	color: white;
}

.app-form-control:focus {
	border-bottom-color: #ddd;
}

.app-form-button {
	background: none;
	border: none;
	/* color: white; */
	color:#D9AD5B;
	font-size: 14px;
	cursor: pointer;
	outline: none;
}

.app-form-button:hover {
	/* color: rgb(133, 132, 132); */
}


.dribbble {
	width: 20px;
	height: 20px;
	margin: 0 5px;
}

.button-30 {
	background-color: #3e3e3e;
}

button:hover {
	border: 1px solid #D9AD5B;
	color: #D9AD5B;
	background: none;
}

@media screen and (max-width: 520px) {
	.screen-body {
		flex-direction: column;
	}

	.screen-body-item.left {
		margin-bottom: 30px;
	}

	.app-title {
		flex-direction: row;
	}

	.app-title span {
		margin-right: 12px;
	}

	.app-title:after {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.screen-body {
		padding: 40px;
	}

	.screen-body-item {
		padding: 0;
	}
}

/******************************button  upload**************************/
.button-30 {
	align-items: center;
	appearance: none;
	/* background-color: #FCFCFD; */
	background-color: #D9AD5B;
	border-radius: 4px;
	border-width: 0;
	/* box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
		rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset; */
	box-sizing: border-box;
	color: #36395A;
	cursor: pointer;
	display: inline-flex;
	/*font-family: "JetBrains Mono", monospace;*/
	font-family: 'Bokor', cursive;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 18px;
}

.button-30:focus {
	/* box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
		rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset; */
}

.button-30:hover {
	/* box-shadow: rgba(227, 18, 18, 0.4) 0 4px 8px,
		rgba(162, 15, 15, 0.508) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset; */
	transform: translateY(-2px);
}

.button-30:active {
	/* box-shadow: #D6D6E7 0 3px 7px inset; */
	transform: translateY(2px);
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.title_contact h1 {
		font-size: 30px;
	}

	.title_contact h4 {
		font-size: 30px;
	}

	.form {
		margin-top: 40px;
	}

	.screen {

		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.app-title span {
		font-size: 13.9px;
	}
	.app-form button{
		
		padding: 9px;
		background-color: #4d4d4f;
	}
	.button-30{
		box-shadow: #4d4d4f;
	}
	.button-30:hover{
		box-shadow: #4d4d4f;
	}
	.button-30 input {
		color: white;
	}
	
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.title_contact h1 {
		font-size: 30px;
	}

	.title_contact h4 {
		font-size: 30px;
	}

	.form {
		margin-top: 40px;
	}

	.screen {

		width: 80%;
		height: auto;
		margin: 0 auto;
		width: 300vh;
        height: 200vh;
	}

	.app-title span {
		font-size: 13.9px;
	}
	
	.app-form button{
		
		padding: 9px;
		background-color: #4d4d4f;
	}
	.button-30{
		box-shadow: #4d4d4f;
	}
	.button-30:hover{
		box-shadow: #4d4d4f;
	}
	.button-30 input {
		color: white;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.title_contact h1 {
		font-size: 30px;
	}

	.title_contact h4 {
		font-size: 30px;
	}

	.form {
		margin-top: 40px;
	}

	.screen {

		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.app-title span {
		font-size: 13.9px;
	}
	.app-form button{
		
		padding: 9px;
		background-color: #4d4d4f;
	}
	.button-30{
		box-shadow: #4d4d4f;
	}
	.button-30:hover{
		box-shadow: #4d4d4f;
	}
	.button-30 input {
		color: white;
	}
}

@media only screen and (min-width : 1824px) {
	.title_contact h1 {
		font-size: 30px;
	}

	.title_contact h4 {
		font-size: 30px;
	}

	.form {
		margin-top: 40px;
	}

	.screen {

		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.app-title span {
		font-size: 13.9px;
	}
	.app-form button{
		
		padding: 9px;
		background-color: #4d4d4f;
	}
	.button-30{
		box-shadow: #4d4d4f;
	}
	.button-30:hover{
		box-shadow: #4d4d4f;
	}
	.button-30 input {
		color: white;
	}
}