

	.contenedor-textarea{

		height: 250px;
		width: 300px;
		border: 2px solid white;
		border-radius: 10px;
		position: absolute;
		top: 120px;
		right: 39px;
		background: rgba(140,140,140,0.8);
		color:white;

	}

	.btn-dark{

		color: #e8bf4a;
		border-color: #e8bf4a;
		border-width: 3px;
		border-radius: 20px;
		background: rgba(0, 0, 0, 1);
		width: 90px; 
		font-family: LemonMilk;

	}

	.btn-dark:active{

		color: #e8bf4a;
		border-color: #e8bf4a;

	}

	.contenedor-btn{

		position: absolute;
		top:500px;
		right: 269px;
		color:white;

	}

	.mensaje-caracteres{
		position: absolute;
		top: 374px;
		right: 140px;
		color:white;

	}


	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: white;
		opacity: 1; /* Firefox */
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: white;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
		color: white;
	}

	textarea {
		background: transparent;
		color: transparent;
		resize: none;
		border: 1px none;
		width: 95%;
		outline: none;
		height: 95%;
		position: absolute;
		color:white;
		margin-left: 5px;
		margin-top: 10px;
		padding-left: 12px;
		line-height: 24px;
		font-size: 16px;

	}

	.navbar{

		margin-right: 10px;

	}

	.tarjeta{

		margin-bottom: 10px;
		cursor: pointer;

	}

	html, body {
		overflow-x: hidden;
		background: black;
	}


	@media (max-width: 500px) {
		.contenedor-tarjeta {
			margin-top: 10px!important;
			margin-left: 0px!important;
			right: 0px!important;
			padding: 0!important;
		}
	}

	@media (max-width: 991px) {

		.contenedor-tarjeta {
			margin-top: 50px;
			/* margin-top: 108px; */
			margin-left: 10px;
			right: 5px;
		}

		.contenedor-textarea {
			height: 167px;
			width: 195px;
			border: 2px solid white;
			border-radius: 10px;
			position: absolute;
			top: 86px;
			right: 20px;
			background: rgba(140, 140, 140, 0.8);
			color: white;
		}

		.mensaje-caracteres {
			position: absolute;
			top: 465px;
			right: 180px;
			color: white;
		}

		.mensaje-caracteres {
			position: absolute;
			top: 255px;
			right: 56px;
			color: white;
		}

		.contenedor-btn {
			position: absolute;
			top:6px;
			right:30px;
			color: white;
		}

		.fixed-menu {

			width: 250px;
			background: transparent;

		}







	}





	#charNum{
		color: #878787;
	}

	.fixed-menu .menu-header {
		padding: 30px 16px;
	}


	@media (min-width: 570px) and (max-width: 629px){

		.contenedor-textarea{
			height: 135px;
			width: 170px;
			top: 64px;
		}

		.mensaje-caracteres{
			top: 201px;
			right: 28px;
			color: white;
		}
	}



	@media (min-width: 992px) and (max-width: 1200px){

		.fixed-menu {

			width: 400px;
			background: transparent;

		}

	}

	@media (min-width: 992px)and (max-width:1300px ){

		.contenedor-textarea {
			height: 200px;
			width: 250px;
			top: 98px;
			right: 16px;

		}

		.mensaje-caracteres {
			position: absolute;
			top: 307px;
			right: 108px;
			color: white;
		}

		.contenedor-btn {
			position: absolute;
			top: 30px;
			right: 18px;
			color: white;
		}




	}


	@media(min-width: 1301px){

		.contenedor-btn {
			position: absolute;
			top: 420px;
			right: 230px;
			color: white;

		}

	}

	@media(min-width: 576px) and (max-width:767px){


		.fixed-menu {
			width: 200px;
			background: rgba(0, 0, 0, 0.7);
		}

	}

	.menu-trigger {
		background: transparent;
	}

	.menu-trigger span {
		background: #ffffff;
	}

	.fixed-menu .menu-close i {
		color: white;
	}
	
	@media (max-width: 767px) {

		textarea{

			font-size: 14px;
			line-height: 16px;

		}
		
	}

	@media (min-width: 1920px){
		.fixed-menu{
			right: calc(50% - 930px);
		}
		.fixed-menu .menu-close {
			display: none;
		}
		.menu-trigger {
			display: none;
		}
	}




	@media (max-width: 767px) and (orientation:portrait){
		.home_banner_area {
			height: 100vh;
		}
		.div-principal {
			position: initial;
			margin-top: 150px;
			left: 0;
			top: 0;
			transform: initial;
			-webkit-transform: initial;
			margin-left: auto;
			margin-right: auto;
		}
	  }
	  @media (max-width: 767px) and (orientation:landscape){
		.home_banner_area {
			height: calc(100vh * 2.3);
			background-attachment: fixed;
		}
		.div-principal {
			position: initial;
			margin-top: 100px;
			left: 0;
			top: 0;
			transform: initial;
			-webkit-transform: initial;
			margin-left: auto;
			margin-right: auto;
		}
		.video-responsive {
		  padding-right: 0px;
		  margin-top: 00px;
		}
		.menu-superior {
		  margin-top: 50px;
		}
	  }