
::-webkit-scrollbar{width: 10px;}
::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb{background: #a2a2a2;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);}
::-webkit-scrollbar-thumb:window-inactive{background:#a2a2a2;}
.p30 {
    padding: 30px;
}

.conte_pagi{ width:100%; display:inline-block}

/*////////////////strilo ws//////////////////*/
.fixed-action-btn {
    position: fixed;
    right: -5px;
    bottom: 5px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
.w100{ width:100%}

.b0{ border-radius:0px!important;}
.wisco {
    font-size: 30px !important;
    color: #fff;
    position: relative;
    top: 11px;
    left: 15px;
}
.cont_w{ position: fixed; bottom:15px; right:10px; }
.wslogo {
    background-color: #0dc143;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff; background-color:#0dc143
}



/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	animation: sonarEffect 1.3s infinite;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}



@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*////////////////fin strilo ws//////////////////*/


.cotizar_bt {
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #333;
    padding: 7px 20px;
    cursor: pointer;
}
.cotizar_bt:hover {
    background-color: #000;
    color: #fff; text-decoration:none
}
.cotizado_bt {
    border-radius: 3px;
    background-color: #333;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 7px 20px;
    cursor: pointer;
}
.cotizado_bt:hover{ text-decoration:none; color:#fff; cursor:auto}


.btn0 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 15px;
}






.p0{ padding:0 !important}
.m0{ margin:0 !important}

.pr{ position:relative}
.pl0{ padding-left:0 !important}
.pr0{ padding-right:0 !important}
.br0{ border-radius:0 !important}
.center{display: block;text-align: -webkit-center;float:none !important}
.f0{ float:none!important}
.dib{ display:inline-block}
.box_p {
    border: solid #dadada 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    padding: 10px 30px 30px 30px;
    background-color: #fff;
}

body{ margin:0; padding:0}

.box {
    border: solid #dadada 1px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    background-color: #fff;
}
.trancicion_hover{	
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;	
}

img.gris{
-moz-filter: grayscale(100%);
-o-filter:grayscale(100%);
-ms-filter:grayscale(100%);
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease; border:solid 1px #000000
}
img.gris:hover { 
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: none;

-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
	


/*////////////////strilo ws//////////////////*/
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
.wisco {
    font-size: 30px !important;
    color: #fff;
    position: relative;
    top: 11px;
    left: 15px;
}
.cont_w{ position: fixed; bottom:15px; right:10px; }
.wslogo {
    background-color: #0dc143;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff; background-color:#0dc143
}



/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
	animation: sonarEffect 1.3s infinite;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}



@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #0dc143, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
/*////////////////fin strilo ws//////////////////*/

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1064px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 680px) {}
@media screen and (max-width: 480px) {}
@media screen and (max-width: 360px) {}

/*---------------------------------------chatbot-----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v156/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.chatbot-toggler{
  position:fixed;
  right:23px;
  bottom: 195px;
  height:70px;
  cursor: pointer;
  width:70px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background: #195cd1;
  border-radius:50%;
  transition: all 0.2s ease;
  animation: efecto 1.2s infinite;
}


@keyframes efecto{
  0%{
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
  }
  100%{
      box-shadow: 0 0 0 25px rgba(0, 0, 0, 0);
  }
}
.show-chatbot .chatbot-toggler{
  transform: rotate(90deg);
}
.chatbot-toggler span{
  position: absolute;
}
.show-chatbot .chatbot-toggler span:first-child,
.chatbot-toggler span:last-child{
  opacity: 0;
}

.show-chatbot .chatbot-toggler span:last-child{
  opacity: 1;
}

.chatbot{
  position: fixed;
  right: 40px;
  bottom: 35px;
  width: 420px;
  transform: scale(0.5);
  opacity:0;
  pointer-events: none;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  transform-origin: bottom-right;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
  padding-bottom: 10px;
}

.show-chatbot .chatbot{
transform: scale(0.7);
  opacity:1;
  pointer-events: auto;
}

.chatbot header{
  background: #195cd1;
  /*padding:16px 0;*/
  text-align: center;
  position:relative;
}
.chatbot header h2{
  color: #fff;
  font-size: 1.4rem;
}
.chatbot header span{
  position:absolute;
  right:20px;
  top: 50%;
  color:#fff;
  cursor:pointer;
  display: none;
  transform:translateY(-50%);
}
.chatbot .chatbox{
  height: 510px;
  overflow-y: auto;
  padding: 30px 20px 100px;
}
.chatbox .chat{
  display: flex;
}
.chatbox .incoming span{
  height: 32px;
  width: 32px;
  color: #fff;
  align-self: flex-end;
  background: #724ae8;
  text-align: center;
  line-height:32px;
  border-radius:4px;
  margin: 0 10px 7px 0;
}
.chatbox .outgoing{
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .chat p{
  color: #fff;
  max-width: 75%;
  white-space: pre-wrap;
  font-size: 0.95rem;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  background: #724ae8;
}
.chatbox .incoming p{
  color:#000;
  background: #f2f2f2;
  border-radius: 10px 10px 10px 0;
}
.chatbot .chat-input{
  position: absolute;
  bottom: 0;
  width:100%;
  display: flex;
  gap: 5px;
  background:#fff;
  padding: 5px 20px;
  border-top:1px solid #ccc;
}
.chat-input textarea{
  height:55px;
  width:100%;
  border:  none;
  outline: none;
  max-height: 180px;
  font-size:0.95rem;
  resize: none;
  padding:16px 15px 16px 0;
}
.chat-input span{
  align-self: flex-end;
  height:55px;
  line-height: 55px;
  color: #724ae8;
  font-size:1.35rem;
  cursor: pointer;
  visibility: hidden;
  cursor:pointer;
}
.chat-input textarea:valid ~ span{
  visibility: visible;

}
@media(max-width: 490px){
  .chatbot{
    right: 0;
    bottom:0;
    width:100%;
    height:100%;
    border-radius:0;
  }
  .chatbot .chatbox{
    height: 90%;

  }
  .chatbot header span{
    display:block;
  }
}