/*
Theme Name: Vitalmed
Theme URI: http://www.vitalmed.com.br
Version: 2021
Author: Iwwa Agência e Produtora Digital
*/
* {
	box-sizing: border-box;
	outline: none;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: sans-serif;
	font-size: 16px;
	background-color: #007cba;
	color: #FFF;
}

input::placeholder {
	color: #fff;
	opacity: 0.8;
}

.info {
	text-align: center;
}

.logo {
	text-align: center;
	margin: 10px 0 20px;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 15px;
	margin: 0 auto;
}

.message-home {
	text-align: center;
	margin-top: 50px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #006ba1;
	color: currentColor;
}

.woocommerce-error li {
	list-style: outside !important;
	margin: 0 0 4px 9px !important;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: currentColor;
	pointer-events: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: currentColor;
}

.form-row label {
	display: block;
	margin-bottom: 4px;
	line-height: 1 !important;
}

.form-row select,
.form-row input {
	width: 100%;
	font-size: 18px;
	background-color: transparent;
	border: solid 1px rgba(255, 255, 255, .5);
	padding: 6px;
	color: currentColor;
}

#customer_details>.col-1 {
	width: 100%;
}

#customer_details>.col-2 {
	display: none;
}

#billing_address_2_field label {
	font-size: 0;
	height: auto;
	clip-path: none;
	width: auto;
	position: static !important;
}

#billing_address_2_field label::before {
	content: "Complemento";
	font-size: 16px;
}

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	pointer-events: none;
}

.form-row {
	width: calc(33.33% - 20px) !important;
	margin: 0 10px 10px !important;
}

.woocommerce form .form-row .select2-container {
	width: 100% !important;
}

.select2-container--default .select2-selection--single {
	background-color: transparent !important;
	border: solid 1px rgba(255, 255, 255, .5);
	border-radius: 0;
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #FFF;
	line-height: 2.1em;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.select2-dropdown {
	background-color: #006ba1;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tfoot th {
	border-color: rgba(255, 255, 255, .5) !important;
}

.woocommerce-checkout #payment {
	background: #006ba1;
	border: none;
}

.woocommerce-checkout #payment div.form-row {
	width: 100% !important;
}

.woocommerce-checkout #payment a {
	color: currentColor;
}

.woocommerce-order-details a {
	color: currentColor;
	pointer-events: none;
}

.woocommerce-checkout #payment div.payment_box,
.woocommerce #payment #place_order {
	background: #005a87;
	color: currentColor;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #005a87;
}

.woocommerce #payment #place_order:hover {
	background: #004466;
}

.woocommerce .woocommerce-customer-details address {
	line-height: 1.4em;
}

.wc-payment-rede-form-fields input::placeholder {
	color: rgba(255, 255, 255, .7) !important;
	opacity: 1;
}

#rede-credit-payment-form .payment-method-description {
	padding: 0 1em;
}

.wc-payment-rede-form-fields input {
	font-size: 18px !important;
	border-color: rgba(255, 255, 255, .5) !important;
}

.icon-rede-input {
	top: 29px;
	left: 20px;
	color: #fff;
}

.icon-rede-input path {
	fill: currentColor !important;
}

.wc-payment-rede-form-fields .form-row {
	margin: 0 0 16px !important;
	padding: 0 1em !important;
}

#rede-card-animation {
	padding: 0 1em;
}

.form-row.place-order {
	margin: 0 !important;
}

.woocommerce ul.order_details {
	padding: 0;
}

.woocommerce ul.order_details li {
	margin-bottom: 20px;
}

#beneficiarios {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em;
	transition: height 280ms;
}

#beneficiarios.active {
	height: 130px;
}

#beneficiarios.active::after {
	content: "";
	width: 100%;
	height: 70px;
	display: block;
	background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 124, 186, 1));
	position: absolute;
	left: 0;
	bottom: 0;
}

#beneficiarios table {
	width: 100%;
	border-collapse: collapse;
}

#beneficiarios td,
#beneficiarios th {
	border: 1px solid rgba(255, 255, 255, .5);
	padding: .5em;
	white-space: nowrap;
}

.ver-todos {
	font-size: 1em;
	font-weight: bold;
	color: #006ba1;
	padding: 0.3em 0.7em;
	background-color: #fff;
	border: none;
	box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
	margin: auto;
	display: block;
	cursor: pointer;
	border-radius: 2px;
	transition: color 280ms, background-color 280ms;
}

.ver-todos:hover {
	background-color: #006ba1;
	color: #fff;
}

.woocommerce-order-received .woocommerce-notice {
	font-size: 1.5em;
	font-weight: bold;
}

.woocommerce-order-received ul.order_details {
	margin-bottom: 1em;
}

.woocommerce-order-received .woocommerce-info {
	display: none;
}

/* PAGE MENSALIDADE */
table {
	/* font-family: arial, sans-serif; */
	border-collapse: collapse;
	width: 100%;
}

td,
th {
	border: 1px solid #fff;
	text-align: left;
	padding: 8px;
}

form {
	margin-top: 20px;
}

.footer-form {
	display: flex;
	justify-content: flex-end;
	margin: 15px 0;
}

.footer-form .btn-submit {
	color: #fff;
	background-color: #308b2d;
	padding: 10px 15px;
	font-weight: bold;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	transition: background-color 350ms;
	font-size: 16px;
	font-family: "Arial";
}

.footer-form .btn-submit:hover {
	background-color: #1e7e34;
}

.required-span {
	color: red;
	font-weight: bold;
}

.load {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 350ms ease;
}

.load.active {
	opacity: 1;
}

.load .item-load {
	display: inline-block;
	width: 64px;
	height: 64px;
	position: relative;
}

.load .item-load:after {
	content: " ";
	display: block;
	width: 46px;
	height: 46px;
	margin: 1px;
	border-radius: 50%;
	border: 5px solid #fff;
	border-color: #fff transparent #fff transparent;
	animation: load 1.2s linear infinite;
}

@keyframes load {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* FORM MENSALIDADE */
.credit-card,
.bank {
	display: flex;
	margin-top: 20px;
}

.group-input {
	margin-right: 10px;
	margin-bottom: 5px;
}

.item-bank-4 .group-input,
.inclusion .group-input {
	width: calc(25% - 10px);
}

.item-bank-3 .group-input {
	width: calc(33.33% - 10px);
}

.group-input input[type="text"],
.group-input select,
.group-input input[type="number"] {
	width: 100%;
	border: 1px solid #fff;
	background: transparent;
	padding: 10px 20px;
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.form-paymant label {
	cursor: pointer;
}

.form-paymant .text {
	display: block;
	margin-bottom: 10px;
}

/* Custom select */
.custom-dropdown {
	position: relative;
	margin-top: 10px;
}

.custom-dropdown input {
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.custom-dropdown.active .dropdown-header:after {
	transform: rotateX(180deg);
}

.custom-dropdown.active .dropdown {
	transform: none;
	z-index: 3;
	pointer-events: all;
}

.dropdown-header {
	padding: 10px 20px;
	border: 1px solid #fff;
	position: relative;
	cursor: pointer;
}

.dropdown-header:after {
	content: '';
	position: absolute;
	right: 22px;
	top: calc(50% - 5px);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10.4px 6px 0;
	border-color: #fff transparent transparent;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.dropdown {
	position: absolute;
	top: 100%;
	background: #007cba;
	border: 1px solid #fff;
	border-top: 0;
	width: 100%;
	height: 120px;
	padding: 0;
	margin: 0;
	overflow: auto;
	transition: transform 250ms ease;
	transform: rotateX(90deg);
	transform-origin: center top;
	box-sizing: border-box;
	cursor: pointer;
	pointer-events: none;
}

.dropdown li {
	padding: 5px 20px;
	font-size: 16px;
}

.dropdown li:first-child {
	padding-top: 10px;
}

.dropdown li:last-child {
	padding-bottom: 10px;
}

/* ASSINATURA */
#content-canvas {
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

#can {
	border: 2px solid #000;
	background: #fff;
}

.option {
	width: 100%;
	margin: 10px 0;
}

.header-sing {
	width: 100%;
}

.option input[type="button"] {
	color: #fff;
	background-color: #005a87;
	padding: 10px 15px;
	font-weight: bold;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	transition: background-color 350ms;
	font-size: 16px;
	font-family: "Arial";
}

.option input[type="button"]:hover {
	background-color: #004466;
}

.inclusion {
	width: 100%;
}

.inclusion .division-content {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0;
}

.clause {
	width: 100%;
	height: 200px;
	background-color: #fff;
	overflow-y: scroll;
	color: #000;
	padding: 15px;
	line-height: 1.5em;
	margin: 15px 0;
}

.woocommerce-billing-fields h3:first-child {
	font-size: 22px;
}

.woocommerce-billing-fields .order_review_heading {
	font-size: 18px;
}


/* MODAL LOGIN */
.modal-login {
	z-index: 3 !important;
}

.modal-qrcode {
	z-index: 2 !important;
}

.modal-login,
.modal-qrcode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	transition: opacity 350ms ease;
}

.modal-login.active,
.modal-qrcode.active {
	opacity: 1 !important;
	pointer-events: auto;
}

.modal-login .item-login,
.modal-qrcode .item-qrcode {
	border-radius: 20px;
	background: #fff;
	color: #000;
	position: relative;
	max-width: 520px;
	width: 100%;
	padding: 30px;
	margin: 0 15px;
}

.modal-login .item-login span,
.modal-qrcode .item-qrcode span {
	font-size: 18px;
	margin-top: 10px;
	display: block;
}

.modal-login .item-login h3,
.modal-qrcode .item-qrcode h3 {
	text-align: center;
	margin: 0 0 20px;
	color: #007cba;
}

.modal-login .item-login form,
.modal-qrcode .item-qrcode form {
	margin-top: 0;
}

.modal-login .item-login .form-group,
.modal-qrcode .item-qrcode .form-group {
	margin-top: 10px;
}

.modal-login .close-login,
.modal-qrcode .close-qrcode {
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
}

.modal-login .item-login label,
.modal-qrcode .item-qrcode label {
	display: inline-block;
	color: #007cba;
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 1rem;
}

.modal-login .item-login .form-control,
.modal-qrcode .item-qrcode .form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #dee2e6;
	border-radius: 0.375rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.modal-login .item-login .btn-info,
.modal-qrcode .item-qrcode .btn-info {
	color: #fff;
	background: #0093dd;
	border-radius: 5px;
	border: 1px solid #0093dd;
	box-shadow: none;
	padding: 10px 15px;
	display: inline-block;
	outline: inherit;
	cursor: pointer;
	margin-top: 10px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.modal-login .item-login .btn-info:hover,
.modal-qrcode .item-qrcode .btn-info:hover {
	background: #01478d;
	border: 1px solid #01478d;
}

.modal-login .item-login .form-footer,
.modal-qrcode .item-qrcode .form-footer {
	display: flex;
	justify-content: flex-end;
}

.modal-login .close-login svg,
.modal-qrcode .close-qrcode svg {
	width: 40px;
	height: 40px;
	fill: #fff;
}

#qrcode-row {
	display: flex;
	flex-direction: column;
}

#qrcode-row span {
	text-align: center;
}

.modal-login .input-senha,
.modal-qrcode .input-senha {
	position: relative;
}

.modal-login .input-senha .view-svg,
.modal-qrcode .input-senha .view-svg {
	position: absolute;
	top: 7px;
	right: 6px;
	cursor: pointer;
	margin: 0;
}

.modal-login .input-senha .view-svg svg,
.modal-qrcode .input-senha .view-svg svg {
	fill: #ccc;
}

.modal-login .input-senha .view-on,
.modal-qrcode .input-senha .view-on {
	display: none;
}

.group-input.input-digito {
	width: 70px;
}

.agencia-digito {
	display: none;
}

.copy{
	margin-top: 10px;
}

.input-copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}

.input-copy input {
	width: calc(100% - 145px);
	border: inherit;
	border-color: #cbcbcb;
	transition: width .3s ease, border-color .3s ease;
	margin-bottom: 15px;
	font-size: 18px;
	color: #8c8d8d;
	border-bottom: 1px solid #01478d;
	padding: 10px 5px;
	border-radius: inherit;
	margin: 0;
}
.input-copy input:focus{
	border-color: #01478d;
}


.input-copy .btn-copy{
	display: flex;
	cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    background: #01478d;
    border-radius: 10px;
    padding: 15px 30px;
    transition: background 300ms ease, color 300ms ease;
    border: inherit;
}
.input-copy .btn-copy:hover {
	background: #f68908;
	color: #000;
}

.input-copy .bt-copied {
	background: #f68908;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 40px;
	padding: 15px 50px;
	transition: background 300ms ease , color 300ms ease;
}

.input-copy .bt-copied:hover {
	color: #15a4ec;
	background: #01478d;
}

.modal-footer{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn-action-copy{
	display: flex;
	cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #01478d;
    background: #fff;
    border-radius: 10px;
    padding: 15px 30px;
    transition: background 300ms ease, color 300ms ease;
    border: 1px solid #01478d;
	margin-top: 10px;
}
.btn-action-copy:hover{
	background: #01478d;
	color: #fff;
}

/* RESPONSIVE */
@media only screen and (max-width: 767px) {
	.form-row {
		width: calc(100% - 20px) !important;
	}

	#beneficiarios {
		overflow-x: auto;
	}

	.division-content .group-input {
		width: 100%;
		margin-bottom: 10px;
	}

	.credit-card,
	.bank {
		flex-wrap: wrap;
	}

	.modal-login,
	.modal-qrcode {
		padding: 0 10px;
	}
}

@media only screen and (max-height: 800px) {
	.modal-login .item-login, .modal-qrcode .item-qrcode {
	    max-height: calc(100% - 50px);
		overflow: auto;
	}
}
@media only screen and (max-width: 480px) {
	.input-copy input {
		width: 100%;
		margin-bottom: 10px;
	}
	.input-copy .btn-copy {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 420px) {
	#rede-card-animation {
		display: none;
	}

	.division-content .group-input {
		width: 100%;
		margin-right: 0;

	}
}