/* CSS Document */
.error {
	color: red;
	font-weight:normal; 
	padding-left:3px; 
	padding-top:3px;
}

.btn_fix {
	width: 50px;
	height: 50px;
	order: 2;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 50%;
	cursor: pointer;
	overflow: hidden;
	box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
	transition: all 0.5s ease 0s;
	position: relative;
	z-index: 200;
	display: block;
	border: 0px;
}

.rotar {
	animation-name: rotate;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

@keyframes rotate {
	from {
		transform: rotatey(0deg);
	}

	to {
		transform: rotatey(360deg);
	}
}

.rotar_l {
	animation-name: rotate_l;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

@keyframes rotate_l {
	from {
		transform: rotatey(0deg);
	}

	to {
		transform: rotatey(360deg);
	}
}

.align_items {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.stl_txt {
	box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
	border: 1px solid rgb(226, 226, 226);
	border-radius: 5px;
	background: white;
	margin: auto 21px auto auto;
	max-width: 172px;
	max-height: 55px;
	display: flex;
	order: 1;
	text-decoration: none !important;
	color: rgb(0, 0, 0) !important;
}

.stl_txt div {
	text-align: center;
	padding: 7px 10px;
	line-height: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: auto;
}

.fade-in-txt_c {
	animation: fadeIn 3s;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.card_head {
	display: flex;
	height: 50px;
	border-radius: 6px 6px 0px 0px;
	-webkit-box-align: center;
	align-items: center;
	text-align: left;
	background-color: rgb(236, 89, 35);
}

.card_cont {
	box-shadow: rgb(0 0 0 / 17%) 7px 7px 15px 8px;
	min-height: 149px;
	border-radius: 10px;
	right: 0px;
	bottom: 77px;
	background-color: white;
	width: 302px;
	position: absolute;
	line-height: 23px;
	font-size: 14px;
	text-align: center;
	font-family: Roboto, "Helvetica Neue", sans-serif;
}

.card_head_icon {
	width: 28px;
	height: 28px;
	margin: 0px 3px 0px 12px;
}

.card_head_text {
	text-align: left;
	color: rgb(255, 255, 255);
}

.card_head_close {
	cursor: pointer;
	margin: 6px 12px 0px auto;
	width: 24px;
}

.body_txt {
	margin: 40px 0px;
	line-height: 23px;
}

.body_txt a {
	color: rgb(17, 17, 17);
	font-size: 26px;
	text-decoration: none;
}

#btn_envio_whatsapp2 {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


#btn_cerrar_whatsapp2 {
    color: #fff;
    background-color: #444444;
    border-color: #444444;
}

.swal2-popup {
    font-size: 1.7rem;
}

.swal2-styled.swal2-confirm {
	padding: 11px 30px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
}

body.swal2-shown {
  padding-right: 0 !important;
}
