.header {
	/* 	background-color: #03a3ff; */
	background-color: transparent;
	float: left;
	max-width: 75%;
	min-width: 75%;
	display: block;
	height: 130px;
	padding: 30px 30px 10px 30px;
	position: absolute;
}

.header .menuNivel1 {
	border-bottom: 2px solid #ffffff;
	height: 50%;
}
.header .menuNivel1 img {
	float: left;
	width: 120px;
}

.header .menuNivel1 .particulares {
	float:right;
	color: #ffffff;
	text-transform: uppercase;
}

.header .menuNivell2 {
	height: 50%;
}
.header .menuNivel2 .menuLeft {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
}
.header .menuNivel2 .menuLeft ul {
	float: left;
	padding: 0;
}
.header .menuNivel2 .menuLeft li {
	display: inline-block;
	float: left;
	color: #ffffff;
	/*margin-right: 36px;*/
	margin-right: 25px;
	font-size: 12px;
	font-weight: 600;
}
.header .menuNivel2 .menuLeft li a {
	display: inline-block;
	float: left;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
}
.header .menuNivel2 .menuRight {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
}


.header .menuNivel2 .menuRight button {
	text-transform: uppercase;
	font-size: 11px;
	/* padding: 7px 30px; */
	padding: 7px 0;
	border-radius: 20px;
	font-weight: 600;
}
.header .menuNivel2 .menuRight button.buttonBlue {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	margin-right: -40px;
}
.header .menuNivel2 .menuRight button.buttonWhite {
	background-color: #ffffff;
	border: 2px solid #ffffff;
	color: #03a3ff;
	float: right;
}


.info-column {
	background-image: url('../img/bank_demo_fons.jpg');
	background-size: cover;
}

.watsonChatBckgrnd {
	background: black;
    opacity: 0.25;
    width: 100%;
    height: 10000px;
    position: absolute;
    top: 0;
    z-index: 999;
}

.watsonChat {
	position: fixed;
	top: 0;
	width: 50%;
	background: white;
	z-index: 1000;
	height: 100%;
	margin-left: 50%; 
}

.chat-column {
	min-width: 100%;
    max-width: 100%;
    z-index:9999999;
	/*float: none;
	margin-left: 25%;*/
}

.message-inner.watsonMap {
    min-height: 320px;
    width: 100%;
}

.watsonMap {
	min-height: 300px;
	padding-top: 10px;
	margin-left: 5%;
	width: 90%;
}


.from-watson .message-inner {
	position: relative;
    font-size: 1rem;
    color: white !important;
    letter-spacing: 0.015rem;
    line-height: 1.3125rem;
    background: #f0c45c; /* #9855D4; */
    border-radius: 1.25rem;
    border-bottom-left-radius: 0;
    text-align: left;
    display: inline-block;
    margin-left: 0;
    min-width: 2.5rem;
}

.from-watson.latest.top p:before {
  content: ".";
  color: #f0c45c;
  background-image: url("../img/marker_image.png");
  background-size: 0.3125rem 1.3125rem;
  position: absolute;
  z-index: 2;
  left: 0.4375rem;
  width: 0.3125rem;
  height: 1.3125rem;
  line-height: 1.3125rem;
}

#closeChat{
	margin-right: 6%;
    text-align: right;
}

#closeChat span {
	cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color:#435964;
}

#scrollingChat {
	height: calc(100% - 5.5rem);
	padding-right: 20px;
}

#textInput_wrapper {
	position:fixed;
	width: 50%;
}

.from-watson .message-inner:before, .from-watson .message-inner:after {
  content: "";
  position: absolute;
}

.from-watson .message-inner:before {
  z-index: -2;
  bottom: -0.375rem;
  left: 0;
  height: 0.375rem;
  width: 0.5rem;
  background: #f0c45c;
}

.from-watson .message-inner:after {
  z-index: -1;
  bottom: -0.5rem;
  left: 0;
  height: 0.5rem;
  width: 0.5rem;
  background: #fff;
  border-top-left-radius: 1.25rem;
}







#watsonToBottom {
    bottom: 15%;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    right: 7%;
    z-index: 10000;
}

#watsonToBottom span {
	background-color: white;
	border-radius: 11px;
	font-size: 24px;
	font-weight: bold;
}
/*****************************************************/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

  	/* per evitar el overscrolling */
	

	#contentParent div p{
		line-height: 1.35rem;
	}

	#scrollingChat {
		height: calc(100% - 6rem);
		padding-right: 5px;
	}

	.message-inner.watsonMap {
	    min-height: 260px;
	}

	.watsonMap {
		min-height: 250px;
		padding-top: 5px;
	}

	.watsonChatBckgrnd {
		height: 0;
		display: none;
	}

	.watsonChat {
		margin-left: 0; 
		width: 100%;
		height: calc(100%);
	}

	#closeChat{
	    margin-right: 10%;
	}

	.chat-column {
		min-width: 100%;
		max-width: 100%;
		margin-left: 0%;
	}

	#textInput_wrapper {
		position:fixed;
		padding-bottom: 4%;
		width: 100%;
	}
}
/*****************************************************/
.chat-column p {
	font-family: Helvetica Neue for IBM, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px !important;
	letter-spacing: 0.015rem;
    line-height: 2.3125rem;
}
#textInput {
	font-size: 16px !important;
	font-weight: normal;
}



.info-column {
	padding: 4% 4% 0 4%;
}

.popup_product {
    background: white;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
	margin-top: 15%;
    padding: 30px;
    text-align: left;
}

.popup_product .title {
	font-size: 25px;
    font-weight: bold;
    line-height: 2;
}

.popup_product .title span {
	color: #fd9344;
	font-size: 26px;
	font-weight: bold;
}

.popup_product li:before
{
    content: '✔';   
    margin-left: -1em;
    margin-right: .100em;
}

.popup_product ul
{
   list-style: none;
   list-style-position: outside;
   margin-top: 30px;
   padding-left: 20px;
   text-indent: 2px;
}

.popup_product li
{
	line-height: 1.2;
	margin: 0 0 15px 20px;
}

.all_products {
    padding: 30px 5px;
}

.one_product {
	display: inline-block;
	font-size: 16px;
	/* padding: 0 5px; */
	padding: 0 15px 0 5px;
    vertical-align: top;
	width: 33.3%;
	min-height: 370px;
}


.one_product.middle {
	border-left: 1px solid grey;
	border-right: 1px solid grey;
}

.one_product .title {
	color: #fd9344;
	padding: 0 25px;
}

.one_product li {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 15px 20px;
}


.basic-info {
	background-color: rgba(3,163,255, 0.6);
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	height: 99%;
	padding-top: 8%;
	text-align: left;
    width: 65%;
}

.basic-info .title {
	font-size: 40px;
	font-weight: bold;
	margin: 75px 0 50px 50px;
}

.basic-info .text {
	background: url(../img/check_watson_bank.png) 0 0 no-repeat transparent;
	background-size: 20px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	margin-top: 15px;
	margin-left: 65px;
	min-height: 30px;
	padding-left: 25px;
}

.basic-info .button {
	text-transform: uppercase;
	font-size: 11px;
	padding: 7px 45px;
	border-radius: 20px;
	font-weight: 600;
}

.all_buttons {
	/*
	display: inline-block;
    font-size: 16px;
    padding: 0 15px 0 5px;
    vertical-align: top;
    width: 33.3%;
    */
}

.one_buttom {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px 0 5px;
    vertical-align: top;
    width: 33.3%;
}

.one_buttom .button
{
	text-transform: uppercase;
    font-size: 11px;
    padding: 7px 45px;
    border-radius: 20px;
    font-weight: 600;
    margin-top: 10px !important; 
    margin-left: 30px !important;
}

.buttonOrange {
    background-color: #fd9344;
    border: 2px solid #fd9344;
    color: #ffffff;
    margin-top: 70px; 
    margin-left: 180px;
}

#ie-error {
	background-color: rgba(255, 0, 0, 0.27);
	color: #bd0f0c;
	height: 100%;
}

.ie-error-title {
	padding-top: 10%;
	font-weight: bold;
}

.ie-error-title_dos {
	padding-top: 4%;
}

.ie-error-title_dos a, .ie-error-title_dos a:visited, .ie-error-title_dos a:hover {
	text-decoration: underline;
	color: #bd0f0c;
}