.card-formulario {
    background-color: #cecece;
    padding: 25px 45px;
    font-size: 16px;
}

.formulario {}

.formulario .warning-field {
    font-weight: 600;
    font-size: 12px;
}

.formulario:after {
    content: '';
    width: 100%;
    height: 1px;
    clear: both;
    display: block;
}

.formulario .form-group {
    margin-bottom: 12px;
}

.formulario a {
    color: #000;
    /* font-weight: 600; */
}

.formulario label {
    margin-bottom: 5px;
    font-weight: 600;
}

.formulario .form-control {
    background-color: #ffffff;
    font-size: 16px;
    border: 0;
    border: 2px solid transparent;
    border-radius: 0px;
    border: 1px solid #cdcdcd;
}

@media (max-width:768px) {
    .bg-section.bg-full-bleed-xs {
        position: relative
    }

    .bg-section.bg-full-bleed-xs:before {
        content: '';
        width: 100%;
        height: calc(100%);
        position: absolute;
        inset: 0;
        margin: auto;
        background-color: rgba(var(--color-geral-site-rgb), 1);
        box-shadow: 0 0 0 100vmax rgba(var(--color-geral-site-rgb), 1);
        -webkit-clip-path: inset(0 -100vmax);
        clip-path: inset(0 -100vmax);
        z-index: -1;
    }
}

@media (min-width:576px) and (max-width:768px) {

    .formulario .btn,
    .btn-pedido-orcamento {
        font-size: 18px;
    }

}

@media (max-width:575px) {

    .formulario .btn,
    .btn-pedido-orcamento {
        font-size: 18px;
    }

}

.formulario .btn:hover,
.btn-pedido-orcamento:hover {
    color: #ffffff;
    background-color: #000;
}

.formulario .btn.color-btn-2 {
    background-color: #000;
    color: #ffffff;
}

.formulario .btn.color-btn-2:hover {
    background-color: #fff;
    color: #000;
}

.formulario .form-text {
    display: inline-block;
}

/* ------ */
.formulario label small {
    text-transform: none;
    margin-top: 2%;
    display: inline-block;
    line-height: 19px
}

.formulario .box-checkbox {
    line-height: normal;
    font-size: 17px;
    margin-top: 20px;
    cursor: pointer
}

.formulario .box-checkbox input,
.formulario .box-checkbox .box {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
}

.formulario .box-checkbox input {
    margin-left: 0;
    margin-right: 0
}

.formulario .box-checkbox .box {
    border: solid 1px #787878;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer
}

.formulario .box-checkbox input[type="checkbox"]:checked+.box {

    /* background-color: #ffffff; */
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 1
}

.formulario .box-checkbox input[type="checkbox"]:checked+.box:before {
    content: "x";
    padding: 0px;
    height: 17px;
    display: block;
    font-family: Verdana;
    text-align: center;
    color: #4c4c4c;
    font-size: 12px;
    line-height: normal;
    font-weight: 800;
}

.formulario .box-checkbox {
    line-height: normal;
    font-size: 17px;
    margin-top: 0px;
    cursor: pointer;
    cursor: auto
}

.formulario .box-checkbox input,
.formulario .box-checkbox .box {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: auto;
    left: auto;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.formulario .box-checkbox input {
    margin-left: 0;
    margin-right: 0
}

.formulario .box-checkbox .box {
    border: solid 1px #787878;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer
}

.formulario .box-checkbox input[type="checkbox"]:checked+.box {

    /* background-color: #ffffff; */

    /*border: none;*/
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 1;
}

.formulario .box-checkbox input[type="checkbox"]:checked+.box:before {
    content: "x";
    padding: 0px;
    height: 17px;
    display: block;
    /* margin-top: -5px; */
    color: #4c4c4c;
    font-size: 12px;
    line-height: normal;
    font-weight: 800;
    font-family: verdana;
    text-align: center;
}

.formulario .double-opt-in {
    display: block;
    position: relative;
    margin-bottom: 0px;
    clear: both;
    text-align: left;
    font-weight: 200 !important;
    width: 100%;
}

.formulario .double-opt-in label {
    font-size: 16px !important;
    display: block !important;
    font-weight: 400;
}

.formulario .double-opt-in .margem-10 {
    margin-bottom: 10px
}

.margem-0 {
    margin-bottom: 0px !important;
}

.margem-10 {
    margin-bottom: 10px !important;
}

.formulario .double-opt-in small span {
    display: block;
}

.formulario .double-opt-in .box {
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0;
    opacity: 0;
    border: solid 1px #787878;
    float: left;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer;
    margin-right: 5px;
    background: white;
}

.formulario .box-checkbox .declaracao-ler {
    top: auto;
    left: auto;
    bottom: auto;
    height: 18px;
}

.formulario .double-opt-in .box-2 {
    width: 15px;
    height: 15px;
    margin-top: 0;
    margin-left: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    border: solid 1px #787878;
    float: left;
    margin-right: 0px;
    position: relative;
    z-index: 1;
    opacity: 1;
    cursor: pointer
}

.formulario .double-opt-in input[type="checkbox"] {}

.formulario .double-opt-in input[type="checkbox"]:checked+label {

    /* background-color: #ffffff; */
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    opacity: 1
}

.p-double-opt-in {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
}

.formulario .double-opt-in a {}

.formulario .double-opt-in a:hover {
    color: #cccccc;
}

.formulario .double-opt-in small {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: -15px;
    width: 100%;
}

.paginas .formulario .double-opt-in .box {
    background-color: rgba(191, 233, 255, 0.30);
    border-radius: 6px;
    border: 0;
    width: 20px;
    height: 20px;
}

.paginas .produto-conteudo .card-caixa.card-formulario label {
    border: 0px;
}

.formulario .form-control-checkbox {
    background-color: transparent;
    line-height: normal;
    min-height: calc(18px + 7px + 2px);
    height: auto !important;
    padding-left: 40px !important;
    display: block;
    position: relative;
    z-index: 0;
    border-radius: 0px;
    border: none;
    font-weight: inherit;
}

.formulario .form-control-checkbox span:before {
    content: '';
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    line-height: 24px!important;
    border: 1px solid #cdcdcd;
    color: #000;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 3px;
    cursor: pointer;
}

.formulario .form-control-checkbox input:checked+span:before {
    content: 'X';
}

.formulario .form-control-checkbox input {
    margin: auto 0;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.captcha_container.center-div-capcha .g-recaptcha {
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	height: auto;
	overflow: visible;
	/* transform: scale(0.70); */
	/* -webkit-transform: scale(0.70); */
	transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
}

.captcha_container.center-div-capcha .g-recaptcha-error {
	text-align: center;
}

.captcha_container.no-error-text .g-recaptcha-error {
	display: none;
}

.g-recaptcha.error>div {
	border: solid 1px red !important;
}

.g-recaptcha {
	width: 100%;
	/*overflow: hidden;*/
}

.captcha_container .g-recaptcha {
    display: flex;
    justify-content: center;
}

/* ==================MSG FORMS================== */
.swal-icon--error {
	border-color: #f27474;
	-webkit-animation: animateErrorIcon 0.5s;
	animation: animateErrorIcon 0.5s;
}

.swal-icon--error__x-mark {
	position: relative;
	display: block;
	-webkit-animation: animateXMark 0.5s;
	animation: animateXMark 0.5s;
}

.swal-icon--error__line {
	position: absolute;
	height: 5px;
	width: 47px;
	background-color: #f27474;
	display: block;
	top: 37px;
	border-radius: 2px;
}

.swal-icon--error__line--left {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 17px;
}

.swal-icon--error__line--right {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 16px;
}

@-webkit-keyframes animateErrorIcon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0;
	}

	to {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}

}

@keyframes animateErrorIcon {
	0% {
		-webkit-transform: rotateX(100deg);
		transform: rotateX(100deg);
		opacity: 0;
	}

	to {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		opacity: 1;
	}

}

@-webkit-keyframes animateXMark {
	0% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}

}

@keyframes animateXMark {
	0% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4);
		margin-top: 26px;
		opacity: 0;
	}

	80% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		margin-top: -6px;
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
		margin-top: 0;
		opacity: 1;
	}

}

.swal-icon--warning {
	border-color: #f8bb86;
	-webkit-animation: pulseWarning 0.75s infinite alternate;
	animation: pulseWarning 0.75s infinite alternate;
}

.swal-icon--warning__body {
	width: 5px;
	height: 47px;
	top: 10px;
	border-radius: 2px;
	margin-left: -2px;
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
	position: absolute;
	left: 50%;
	background-color: #f8bb86;
}

.swal-icon--warning__dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -4px;
	bottom: -11px;
}

@-webkit-keyframes pulseWarning {
	0% {
		border-color: #f8d486;
	}

	to {
		border-color: #f8bb86;
	}

}

@keyframes pulseWarning {
	0% {
		border-color: #f8d486;
	}

	to {
		border-color: #f8bb86;
	}

}

.swal-icon--success {
	border-color: #a5dc86;
}

.swal-icon--success:after,
.swal-icon--success:before {
	content: "";
	border-radius: 50%;
	position: absolute;
	width: 60px;
	height: 120px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.swal-icon--success:before {
	border-radius: 120px 0 0 120px;
	top: -7px;
	left: -33px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 60px 60px;
	transform-origin: 60px 60px;
}

.swal-icon--success:after {
	border-radius: 0 120px 120px 0;
	top: -11px;
	left: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 60px;
	transform-origin: 0 60px;
	-webkit-animation: rotatePlaceholder 4.25s ease-in;
	animation: rotatePlaceholder 4.25s ease-in;
}

.swal-icon--success__ring {
	width: 80px;
	height: 80px;
	border: 4px solid hsla(98, 55%, 69%, 1);
	border-radius: 50%;
	box-sizing: content-box;
	position: absolute;
	left: -4px;
	top: -4px;
	z-index: 2;
}

.swal-icon--success__hide-corners {
	width: 5px;
	height: 90px;
	background-color: #fff;
	padding: 1px;
	position: absolute;
	left: 28px;
	top: 8px;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.swal-icon--success__line {
	height: 5px;
	background-color: #a5dc86;
	display: block;
	border-radius: 2px;
	position: absolute;
	z-index: 2;
}

.swal-icon--success__line--tip {
	width: 25px;
	left: 14px;
	top: 46px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: animateSuccessTip 0.75s;
	animation: animateSuccessTip 0.75s;
}

.swal-icon--success__line--long {
	width: 47px;
	right: 8px;
	top: 38px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: animateSuccessLong 0.75s;
	animation: animateSuccessLong 0.75s;
}

@-webkit-keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}

	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}

}

@keyframes rotatePlaceholder {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	5% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	12% {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}

	to {
		-webkit-transform: rotate(-405deg);
		transform: rotate(-405deg);
	}

}

@-webkit-keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	to {
		width: 25px;
		left: 14px;
		top: 45px;
	}

}

@keyframes animateSuccessTip {
	0% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	54% {
		width: 0;
		left: 1px;
		top: 19px;
	}

	70% {
		width: 50px;
		left: -8px;
		top: 37px;
	}

	84% {
		width: 17px;
		left: 21px;
		top: 48px;
	}

	to {
		width: 25px;
		left: 14px;
		top: 45px;
	}

}

@-webkit-keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px;
	}

	to {
		width: 47px;
		right: 8px;
		top: 38px;
	}

}

@keyframes animateSuccessLong {
	0% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	65% {
		width: 0;
		right: 46px;
		top: 54px;
	}

	84% {
		width: 55px;
		right: 0;
		top: 35px;
	}

	to {
		width: 47px;
		right: 8px;
		top: 38px;
	}

}

.swal-icon--info {
	border-color: #c9dae1;
}

.swal-icon--info:before {
	width: 5px;
	height: 29px;
	bottom: 17px;
	border-radius: 2px;
	margin-left: -2px;
}

.swal-icon--info:after,
.swal-icon--info:before {
	content: "";
	position: absolute;
	left: 50%;
	background-color: #c9dae1;
}

.swal-icon--info:after {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-left: -3px;
	top: 19px;
}

.swal-icon {
	width: 80px;
	height: 80px;
	border-width: 4px;
	border-style: solid;
	border-radius: 50%;
	padding: 0;
	position: relative;
	box-sizing: content-box;
	margin: 20px auto;
	overflow: hidden;
	background-color: #fff;
}

.swal-icon:first-child {
	margin-top: 32px;
}

.swal-icon--custom {
	width: auto;
	height: auto;
	max-width: 100%;
	border: none;
	border-radius: 0;
}

.swal-icon img {
	max-width: 100%;
	max-height: 100%;
}

.swal-title {
	color: rgba(0, 0, 0, 0.65);
	font-weight: 600;
	text-transform: none;
	position: relative;
	display: block;
	padding: 13px 16px;
	font-size: 27px;
	line-height: normal;
	text-align: center;
	margin-bottom: 0;
}

.swal-title:first-child {
	margin-top: 26px;
}

.swal-title:not(:first-child) {
	padding-bottom: 0;
}

.swal-title:not(:last-child) {
	margin-bottom: 13px;
}

.swal-text {
	font-size: 16px;
	position: relative;
	float: none;
	line-height: normal;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.64);
	max-width: calc(100% - 20px);
	overflow-wrap: break-word;
	box-sizing: border-box;
}

.swal-text:first-child {
	margin-top: 45px;
}

.swal-text:last-child {
	margin-bottom: 45px;
}

.swal-footer {
	text-align: right;
	padding-top: 13px;
	margin-top: 13px;
	padding: 13px 16px;
	border-radius: inherit;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.swal-button-container {
	margin: 5px;
	display: inline-block;
	position: relative;
}

.swal-button {
	background-color: #7cd1f9;
	color: #fff;
	border: none;
	box-shadow: none;
	border-radius: 5px;
	font-weight: 600;
	font-size: 14px;
	padding: 10px 24px;
	margin: 0;
	cursor: pointer;
}

.swal-button:not([disabled]):hover {
	background-color: #78cbf2;
}

.swal-button:active {
	background-color: #70bce0;
}

.swal-button:focus {
	outline: none;
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(43, 114, 165, 0.29);
}

.swal-button[disabled] {
	opacity: 0.5;
	cursor: default;
}

.swal-button::-moz-focus-inner {
	border: 0;
}

.swal-button--cancel {
	color: #555;
	background-color: #efefef;
}

.swal-button--cancel:not([disabled]):hover {
	background-color: #e8e8e8;
}

.swal-button--cancel:active {
	background-color: #d7d7d7;
}

.swal-button--cancel:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(116, 136, 150, 0.29);
}

.swal-button--danger {
	background-color: #e64942;
}

.swal-button--danger:not([disabled]):hover {
	background-color: #df4740;
}

.swal-button--danger:active {
	background-color: #cf423b;
}

.swal-button--danger:focus {
	box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(165, 43, 43, 0.29);
}

.swal-content {
	padding: 0 20px;
	margin-top: 20px;
	font-size: medium;
}

.swal-content:last-child {
	margin-bottom: 20px;
}

.swal-content__input,
.swal-content__textarea {
	-webkit-appearance: none;
	background-color: #fff;
	border: none;
	font-size: 14px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.14);
	padding: 10px 13px;
	border-radius: 2px;
	transition: border-color 0.2s;
}

.swal-content__input:focus,
.swal-content__textarea:focus {
	outline: none;
	border-color: #6db8ff;
}

.swal-content__textarea {
	resize: vertical;
}

.swal-button--loading {
	color: transparent;
}

.swal-button--loading~.swal-button__loader {
	opacity: 1;
}

.swal-button__loader {
	position: absolute;
	height: auto;
	width: 43px;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	pointer-events: none;
	opacity: 0;
}

.swal-button__loader div {
	display: inline-block;
	float: none;
	vertical-align: baseline;
	width: 9px;
	height: 9px;
	padding: 0;
	border: none;
	margin: 2px;
	opacity: 0.4;
	border-radius: 7px;
	background-color: hsla(0, 0%, 100%, 0.9);
	transition: background 0.2s;
	-webkit-animation: swal-loading-anim 1s infinite;
	animation: swal-loading-anim 1s infinite;
}

.swal-button__loader div:nth-child(3n + 2) {
	-webkit-animation-delay: 0.15s;
	animation-delay: 0.15s;
}

.swal-button__loader div:nth-child(3n + 3) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

@-webkit-keyframes swal-loading-anim {
	0% {
		opacity: 0.4;
	}

	20% {
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0.4;
	}

}

@keyframes swal-loading-anim {
	0% {
		opacity: 0.4;
	}

	20% {
		opacity: 0.4;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0.4;
	}

}

.swal-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	overflow-y: auto;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10000;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}

.swal-overlay:before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.swal-overlay--show-modal {
	opacity: 1;
	pointer-events: auto;
}

.swal-overlay--show-modal .swal-modal {
	opacity: 1;
	pointer-events: auto;
	box-sizing: border-box;
	-webkit-animation: showSweetAlert 0.3s;
	animation: showSweetAlert 0.3s;
	will-change: transform;
}

.swal-modal {
	width: 478px;
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	position: static;
	margin: 20px auto;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	z-index: 10001;
	transition: opacity 0.2s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
}

@media (max-width:500px) {
	.swal-modal {
		width: calc(100% - 20px);
	}

}

@-webkit-keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	1% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes showSweetAlert {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	1% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}

	45% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	80% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

.msg_login {
	display: none;
}

.msg_login .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgb(255 255 255 / 70%);
	z-index: 99999;
	display: flex;
	justify-content: center;
	-webkit-backdrop-filter: blur(6px);
	-moz-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}

.msg_login .center-content-midle-msg {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	color: #fff;
	z-index: 9999999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 1rem;
}

.msg_login .text-display {
	font-size: 2rem;
	color: rgba(0, 0, 0, 0.65);
	font-weight: 800;
}

.msg_login .msg_hide {
	display: none;
}

/* ==================MSG FORMS================== */


.formulario textarea {
  box-shadow: none;
  height: 50px;
  outline: none;
  font-size: 14px;
}

.formulario textarea:focus {
  box-shadow: none;
  border: 1px solid rgb(245, 99, 75) !important;
}