﻿
.open-sans {
	font-family: 'Open Sans', sans-serif;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

html {
	font-size: 1rem;
	min-height: 100%;
	display: flex;
	margin: 0;
	padding: 0;
}

body {
	background: linear-gradient(#6d919cff, #f0f4f5ff);
	flex: 1;
	margin: 0;
	padding: 0;
}

/* width */
::-webkit-scrollbar {
	width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background-color: rgb(141 169 178);
	border-radius: 0.25rem;
}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background-color: rgb(112 147 158)
	}

.left_up {
	/*background-image: url(./../img/left_up.svg);
	background-size: 100%;*/
	height: 100%;
	background-position-x: left;
	background-position-y: top;
	position: fixed;
	background-repeat: no-repeat;
	top: -3%;
	left: -3%;
	width: 20%;
	z-index: 12;
}
	.left_up svg {
	width:100%;
	height:auto;
	}

.left_down {
	background-image: url('./../img/left_down.svg');
	background-size: 100%;
	height: 100%;
	position: fixed;
	background-repeat: no-repeat;
	bottom: 0;
	left: 0;
	width: 100%;
	background-position-x: left;
	background-position-y: bottom;
	z-index: 1;
}

.right_up {
	background-image: url(./../img/right_up.svg);
	background-size: 100%;
	height: 40%;
	position: fixed;
	background-repeat: no-repeat;
	top: -5%;
	right: 16%;
	width: 26%;
	background-position-x: right;
	background-position-y: top;
	z-index: 12;
}

.right_down {
	background-image: url('./../img/right_down.svg');
	background-size: 100%;
	height: 100%;
	position: fixed;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	width: 100%;
	background-position-x: right;
	background-position-y: bottom;
	z-index: 3;
}

.text-color-tildered, .text-color-tildered a {
	color: #811430 !important;
	text-decoration: none;
}

/* Language dropdown */
.dropdown {
	position: absolute;
	top: 10% !important;
	right: 5% !important;
	z-index: 9;
}

.dropdown-toggle {
	text-decoration: none;
	font-weight: 600;
	font-size: larger;
}

	.dropdown-toggle::after {
		color: #811430;
		vertical-align: middle;
	}


.dropdown-menu, .dropdown-item {
	background-color: #83a1ab;
	color: white;
	font-family: 'Open Sans', sans-serif;
	border-color: #ffffff45;
}

	.dropdown-item:focus, .dropdown-item:hover {
		color: white;
		opacity: 0.7;
		background-color: transparent;
	}

.dropdown-menu {
	margin-top: 2px !important;
	min-width: 4rem !important;
}

button.shares {
	right: 5% !important;
	top: 18% !important;
	position: absolute;
	z-index: 8;
}

	button.shares.small {
		right: auto;
		top: auto;
		position: inherit;
		z-index: 8;
	}

	button.shares:hover, button.shares:active {
		opacity: 0.7;
		color: #811430;
	}

.content {
	z-index: 7;
	height: 90% !important;
	position: relative;
}

button.consult {
	color: #90262A;
	font-weight: 600;
	padding: 0.7rem 1.5rem;
	border-width: 0;
}

	button.consult:hover, button.consult:active {
		color: white;
		background-color: #90262A;
	}

.copyright {
	position: fixed;
	right: 5%;
	bottom: 2%;
	z-index: 13;
}

.img-fluid {
	max-width: 46%;
	height: auto;
	max-height: calc(40vh);
}

button {
	cursor: pointer !important;
}

#webchat {
	position: fixed;
	left: 0;
	width: 0;
	right: auto;
	bottom: 0;
	height: 0;
	top: auto;
}

.ac-pushButton, .webchat__suggested-action__button {
	border-width: 2px !important;
	color: #A81A29 !important;
	background-color: transparent !important;
	font-weight: normal !important;
	cursor: pointer;
	font-size: 16px;
	border-radius: 0.25rem !important;
	border-color: #b0cdcf !important;
	padding: 2px !important;
	width: calc(100%);
}

	.ac-pushButton:hover, .ac-pushButton:active, .webchat__suggested-action__button:hover, .webchat__suggested-action__button:active {
		opacity: 0.7;
	}

.webchat__suggested-action__button {
	background-color: white !important;
}

.webchat__suggested-actions ul {
	justify-content: center;
}

.webchat__suggested-actions__carousel .webchat__suggested-actions__button {
	min-width: 60px;
	margin: 0px 5px;
	color: #2A6159;
}

.webchat__send-box__text-box {
	border-radius: 0.25rem;
	border: 2px solid #b5d1d3 !important;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 18px;
}

.webchat__icon-button {
	margin-bottom: 20px;
}

	.webchat__icon-button svg {
		height: 38px;
		width: 38px;
	}

.webchat__send-box__main {
	margin-top: 5px;
}

.webchat__basic-transcript {
	padding-top: 46px
}

.webchat__basic-transcript__focus-indicator {
	display: none;
}

.ac-container.ac-adaptiveCard {
	padding: 0px !important;
}

.media-list {
	margin: 0px !important;
}

video {
	border-radius: 0.25rem;
}

code {
	font-size: 15px;
	color: rgb(118 118 118);
	float: right;
	bottom: -35px;
	padding-bottom: 34px;
	position: relative;
	float: right;
	margin-right: 20px;
}

strong {
	display: inline-block;
	font-weight: normal;
	line-height: 1.5;
	pointer-events: none;
	width: 100%;
	padding: 5px;
	border-radius: 0.25rem;
	text-align: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

.sharess {
	width: 24px;
	height: 24px;
	background-color: #8da9b2;
	background-size: 100% 100%;
	position: absolute;
	cursor: pointer;
	float: right;
	pointer-events: all;
	-webkit-mask: url(./../img/copy.svg) no-repeat center center;
	mask: url(./../img/copy.svg) no-repeat center center;
	right: 14px;
	bottom: 14px;
}

	.sharess:hover, .sharess:active {
		background-color: #811430;
	}

/* strong.sharing.focus {
    border-color: #811430!important;
} */

tooltip {
	background-color: white;
	color: #811430;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 12%;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	right: 0;
	border: 1px solid #8da9b2;
	width: fit-content;
}

#minimize {
	visibility: visible;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 10000;
	padding: 15px;
	left: 0;
	text-align: center;
	background-color: transparent;
}

	#minimize svg {
		fill: white;
		height: 12px;
		width: 27px;
		cursor: pointer;
	}

.webchatRectSmall {
	cursor: pointer;
}

.ac-actionSet {
	display: inline-flex !important;
}

.ac-pushButton div {
	margin: 0px;
	background-color: white;
	padding: 5px;
	border-radius: 0.25rem;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
}

.webchat__stacked-layout__attachment .webchat__bubble__content {
	background-color: transparent !important;
}

.webchat__bubble:not(.webchat__bubble--from-user) .webchat__bubble__content {
	background-color: white;
}

.ac-actionSet {
	padding: 5px;
}

.webchat__suggested-actions__button-text {
	margin: 0px;
	background-color: white !important;
	padding: 5px;
	border-radius: 0.25rem;
	min-width: 48px;
}

.webchat__stacked-layout__status {
	display: none !important;
}

.webchat__defaultAvatar {
	/* display: contents; */
	padding-right: 5px;
	padding-left: 5px;
}

.webchat__stacked-layout__content {
	margin-left: 8px !important;
}

.webchat__stacked-layout__content {
	justify-content: center !important;
}

.webchat__icon-button {
	-webkit-box-align: center;
	align-items: center;
	background-color: #811430 !important;
	border: 0px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	outline: 0px;
	padding: 0px;
	width: 46.6px !important;
	margin-right: 10px;
	border-radius: 50px;
	padding-left: 7px !important;
	height: 46.6px !important;
	font-family: 'Open Sans', sans-serif;
}

.webchat__stacked-layout .webchat__stacked-layout__attachment {
	width: fit-content !important;
}

.ac-textBlock {
	background-color: white;
	padding: 10px;
	border-radius: 0.25rem;
	font-size: 16px !important;
	font-family: "Open Sans", sans-serif;
	line-height: var(--bs-body-line-height) !important;
}

.webchat__bubble__nub-pad {
	display: none
}

@media (max-width: 768px) {
	html.chatStarted #webchat {
		position: fixed;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		background: linear-gradient(#6d919cff, #f0f4f5ff);
		z-index: 12;
		width: 100%;
	}

	html.chatStarted .copyright {
		display: none;
	}

	button.shares {
		display: none !important;
	}

		button.shares.small {
			display: inline !important;
		}

	.webchat__initialsAvatar, .webchat__imageAvatar {
		height: 60px !important;
		width: 60px !important;
	}

	.webchat__basic-transcript__activity--from-bot .webchat__stacked-layout__avatar-gutter {
		width: 60px !important;
	}

	.webchat__bubble__nub-pad {
		display: none
	}

	.sharess {
		right: 22px;
		bottom: 24px;
	}

	strong {
		padding-bottom: 28px;
		padding-right: 28px;
	}
}

@media (min-width: 768px) {
	html.chatStarted #webchat {
		position: fixed;
		height: 90%;
		bottom: 8%;
		top: auto;
		left: 20%;
		right: 20%;
		width: auto;
		z-index: 11;
		border: 2px solid #ffffffa1;
		border-radius: 0.25rem;
		-webkit-transition: all 1s ease-in-out;
		-moz-transition: all 1s ease-in-out;
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
	}

	button.shares.small {
		display: none !important;
	}

	button.consult {
		font-size: large;
	}

	html.chatStarted #socialShare a {
		background-color: #b5d1d3;
	}
}

@media (max-width: 1102px) {
	html.chatStarted button.shares {
		display: none !important;
	}
}

@media (min-width: 1102px) {
	button.shares {
		display: block !important;
	}
}

@media (max-height: 560px) {
	h2 {
		font-size: 18px;
	}

	.my-5 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}

	.mb-5 {
		margin-bottom: 1.5rem !important;
	}
}

@media (max-height: 420px) {
	button.shares {
		top: 30% !important;
	}

	.img-fluid {
		max-width: 36%;
	}
}

@media (max-height: 380px) {
	button.shares {
		top: 40% !important;
	}

	.img-fluid {
		max-width: 28%;
	}
}

html.chatStarted .content {
	display: none;
}

#socialShare {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	z-index: 11;
}

	#socialShare a, #socialShare > .socialBox {
		position: relative;
		float: none;
		display: inline-block;
		font-size: 20px;
		padding: 5px;
		width: 32px;
		height: 32px;
		line-height: 40px;
		text-align: center;
		border-radius: 0.25rem;
		margin-right: 2px;
		margin-bottom: 2px;
	}

	#socialShare a {
		background-color: #90262A;
	}

	#socialShare > * > span {
		display: block;
		width: 40px;
		height: 40px;
		border-radius: 0.25rem;
	}

		#socialShare > * > span:hover, #socialShare > .open > span {
			background-color: #90262A;
		}

#socialGallery {
	left: 50%;
	margin: 0 auto 0;
	position: absolute;
	top: 60px;
	transform: translate(-50%, 0);
	visibility: hidden;
	width: 400px;
}

	#socialGallery a {
		visibility: hidden;
		opacity: 0;
		margin: 5px 2px;
		background-color: rgba(0, 0, 0, 0.6);
		position: relative;
		top: 10px;
	}

		#socialGallery a > span {
			position: relative;
			top: 4px;
			left: 4px;
			border-radius: 50%;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
		}

.socialToolBox {
	cursor: default;
}

.pointer {
	cursor: pointer
}

.share {
	-webkit-mask: url(./../img/share.svg) no-repeat center center;
	mask: url(./../img/share.svg) no-repeat center center;
}

.facebook {
	-webkit-mask: url(./../img/fb.svg) no-repeat center center;
	mask: url(./../img/fb.svg) no-repeat center center;
}

	.facebook:hover {
		background-color: #4267B2 !important
	}

.whatsapp {
	-webkit-mask: url(./../img/whatsapp.svg) no-repeat center center;
	mask: url(./../img/whatsapp.svg) no-repeat center center;
}

	.whatsapp:hover {
		background-color: #25D366 !important
	}

.linkedin {
	-webkit-mask: url(./../../img/linkedin.svg) no-repeat center center;
	mask: url(./../../img/linkedin.svg) no-repeat center center;
}

	.linkedin:hover {
		background-color: #0e76a8 !important
	}

.telegram {
	-webkit-mask: url(./../img/telegram.svg) no-repeat center center;
	mask: url(./../img/telegram.svg) no-repeat center center;
}

	.telegram:hover {
		background-color: #0088cc !important
	}

.copy {
	-webkit-mask: url(./../img/copy.svg) no-repeat center center;
	mask: url(./../img/copy.svg) no-repeat center center;
}

	.copy:hover {
		background-color: #00000033 !important
	}

.fa {
	background-color: white;
}

	.fa:hover .fa:active {
		background-color: #90262A;
	}

@media only screen and (max-width: 405px) {
	#socialGallery {
		width: 120px;
	}

	#socialShare a, #socialShare > .socialBox {
		width: 26px;
		height: 26px;
	}

	#socialShare {
		bottom: 4%;
	}
}

@media (max-height: 310px) {
	#socialShare {
		top: 0;
		left: 2%;
		text-align: left !important;
		top: 2% !important;
		left: 2% !important;
		z-index: 23 !important;
		bottom: auto;
	}

	html.chatStarted #socialShare {
		display: none;
	}
}
