@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--bg-body: #FAFAFA;
	--color-body: #1C1C1C;
	--color-txt-gray: #515151;
	--color-border: #e5e5e5;
	--color-purple: #ffcc00;
	--color-orange: #ff8400;
	--color-bg-gray: #f2f2f2;
	--color-bg-menu: rgba(0, 0, 10, 1);
	--font-body: 'Noto Sans', Helvetica, sans-serif;
	--border-radius: 6px;
}


* {
	box-sizing: border-box; /* Padding y borde no incrementan el ancho */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	background-color: var(--bg-body);
	color: var(--color-body);
	font-family: var(--font-body);
	font-size: 15px;
}

/*
body#ficha {
	padding-bottom: 40px;
}
*/

h1 {
	font-weight: 700;
	
}

h2 {
	font-weight: 600;
	font-size: 26px;
}

h3 {
	font-weight: 600;
	
}

h4 {
	font-size: 18px;
	font-weight: 600;	
}

p {
	font-weight: 400;
	font-size: 14px;
}

a {
}

a:link {
	color: var(--color-purple);
	text-decoration: underline;	
}

a:visited {
	color: var(--color-purple);
	text-decoration: underline;	
	
}

a:hover {

}

/*HEADER*/

header#header_nav {
	background-color: var(--color-purple);
	width: 100%;
	height: 70px;
	top: 0;
	z-index: 999;
}

header#header_nav .logo {
	margin-left: 5px;
	width: 180px;
}

header#header_nav .logo2 {
	margin-left: 10px;
	padding-top: 4px;
	width: 100px;
}

/* change header */

header#header_nav.hdr-small {
	background-color: var(--color-bg-menu);
	padding: 0;
}

header#header_nav.hdr-small .toggle-button {
	top: 4px;
}

/* end change header */

/*NAV*/

nav.main {
	display: none;
	background-color: #ffcc00;
	z-index: 999;
}

nav.main ul {
	padding-left: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-left: 9px;
}

nav.main ul li {
	list-style-type: none;
	font-weight: 300;
	position: relative;
	display: block;
	height: 35px;
}

nav.main ul li a {
	color: #000;
	text-decoration: none;
}


/*FOOTER*/

footer {
	background-color: var(--color-bg-menu);
	height: auto;
	margin-bottom: 56px;
}

.menu-transition {
	cursor: pointer;
	display: block;
}

.hamburger-lines {
	height: 23px;
	width: 30px;
	position: absolute;
	top: 24px;
	right: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hamburger-lines .line {
	border-radius: 5px;
	display: block;
	height: 3px;
	width: 100%;
	background: #000;
}

.hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.checkbox {
	display: none;
}

input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
	transform: rotate(45deg);
  }

input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
	transform: scaleY(0);
}

input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
	transform: rotate(-45deg);
}

.hdr-small .hamburger-lines {
    top: 12px !important;
}

/* -- CONTENIDO -- */

/* Campos form */

.form-select, .form-control {
	border: none;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.20);
}
.searcher {
	max-width: 1024px;
}
.searcher .btn-primary {
	background-color: #20B426;
	border: none;
	width: 100%;
}

.searcher .btn-primary.search img {
	filter: invert(100%) sepia(4%) saturate(7486%) hue-rotate(264deg) brightness(112%) contrast(117%);
	width: 20px;
}
.selector {
	max-width: 1024px;
}
.selector .row .col-12 div {
	background-color: #3BAFDA;
	border-radius: var(--border-radius);
	padding: 4px 8px;
}

.selector .arrow img {
	cursor: pointer;
	filter: invert(100%) sepia(4%) saturate(7486%) hue-rotate(264deg) brightness(112%) contrast(117%);
	width: 15px;
}

.selector .arrow.left {
	margin-left: 2px;
}

.selector .arrow.right {
	margin-right: 2px;
}

.selector .txt {
	color: #fff;
}
.data {
	max-width: 1024px;
}
section.data .cont-logo img {
	border-radius: var(--border-radius);
	box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.20);
}

section.data .cont-txt {
}

section.data .cont-txt h2 {
	font-size: 18px;
	color: #3BAFDA;
	margin-bottom: 0.3rem;
}

section.data .cont-txt .short-name {
	color: var(--color-txt-gray);
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0.3rem;
}

.calificador span {
	margin-right: 5px;
	font-size: 14px;
}

.calificador span img {
	display: block;
	cursor: pointer;
}

.calificador span.date {
	margin-left: 10px;
}

.calificador.big span {
	margin: 0 5px;
}

.calificador.big span img {
	width: 40px;
}
.info-ico {
	max-width: 1024px;
}
.my-4 {
	max-width: 1024px;
}
section.info-ico .icon {
	text-align: center;
}

section.info-ico .icon img {
	cursor: pointer;
	/* border: 1px solid gray; */
	/* border-radius: 100px; */
	/* padding: 7px; */
	width: 40px;
	height: 40px;
}

img.wa {
	max-width: 98%;
	max-height: 98%;
}

section.info-ico .icon .txt {
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	margin-top: 0.5em;
}

.acordion-ficha .accordion-button:not(.collapsed) {
	background-color: transparent;
}

.acordion-ficha .accordion-header .accordion-button {
	font-size: 14px;
}

.acordion-ficha .accordion-body {
	font-size: 14px;
	line-height: 2em;
	padding-top: 0;
}

.acordion-ficha .accordion-body .day {
	display: inline-block;
	width: 100px;
}

.acordion-ficha .accordion-button:not(.collapsed) {
	color: var(--color-orange);
}

.acordion-ficha .ico {
	margin-right: 10px;
	width: 18px;
}

.accordion-item {
box-shadow: 3px 3px 12px rgb(0 0 0 / 20%);
}

.accordion-button:focus {
	box-shadow: none;
}

.info-map .mapa iframe {
	height: 300px;
	width: 100%;
}

.info-map .ico {
	margin-right: 10px;
	width: 18px;
}

section.input-chat-ficha {
	background-color: #ffcc00;
	position: fixed;
	bottom: 0;
	padding-top: 6px;
	padding-bottom: 0px;
	z-index: 999;
}

section.input-chat-ficha .btn-primary {
	background-color: #20B426;
	border: none;
	width: 100%;
}

section.input-chat-ficha .btn-primary img {
	filter: invert(100%) sepia(4%) saturate(7486%) hue-rotate(264deg) brightness(112%) contrast(117%);
	width: 14px;
}

section.input-chat-ficha .chat-historial {
	position: absolute;
	right: 3px;
	bottom: 57px;
}

section.input-chat-ficha .chat-historial .btn-primary {
	background-color: #3BAFDA;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

section.input-chat-ficha .chat-historial .btn-primary img {
	transform: rotate(270deg);
	height: 20px;
	width: 20px;
}


section.ficha-review {
	padding-bottom: 40px;
	max-width: 1024px;
}

section.ficha-review img.star {
	margin: 0 5px;
	width: 24px;
}

section.ficha-review .qual {
	font-size: 20px;
	margin-left: 10px;
}

section.ficha-chat .offcanvas {
	bottom: 67px;
	background-color: var(--bg-body);
}

section.ficha-chat .offcanvas-backdrop {
	z-index: 998;
}

section.ficha-chat .offcanvas-header {
	background-color: #FFCC00;
}

section.ficha-chat .offcanvas-header .offcanvas-title {
	font-size: 18px;
}

section.ficha-chat .chat-vendedor {
	background-color: rgba(220,211,140, 0.2);
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
	padding: 5px;
	position: relative;
	left: 10px;
}

section.ficha-chat .chat-comprador {
	background-color: #f1f1f1;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
	padding: 5px;
	position: relative;
	right: 10px;
}

section.ficha-chat .chat-vendedor .txt, section.ficha-chat .chat-comprador .txt {
	font-size: 13px;
	font-weight: 400;
}

section.ficha-chat .chat-vendedor .time, section.ficha-chat .chat-comprador .time {
	text-align: right;
	margin-top: 5px;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
	height: 40vh !important;
}


/* SLIDER */

#slider .owl-nav {
	position: absolute;
	top: 41%;
	width: 100%;
}

#slider .owl-nav .owl-prev {
	position: absolute;
	left: 10px;
}

#slider .owl-nav .owl-next {
	position: absolute;
	right: 10px;
}

section.ficha-review .cont-txt {
	margin-left: 15px;
	width: 100%;
}

section.ficha-review .cont-txt .user {
	font-weight: 600;
	margin-bottom: 5px;
}

section.ficha-review .cont-txt .date {
	font-weight: 400;
}

section.ficha-review .pic-user {
	width: 50px;
}

section.ficha-review .pic-user img {
	border-radius: 100px;
	width: 100%;
}
section.ficha-review .cont-txt p {
	font-size: 12px;
	margin-top: 8px;
}

/* PAGINA CHAT */

aside.cont-chats {
	background-color: #eeeeee;
}

.mod-chat-empresa {
	border-bottom: 1px solid white;
	padding: 15px 10px 15px 15px; 
}

.mod-chat-empresa .pic-user {
	width: 15%;
}

.mod-chat-empresa .pic-user img {
	border-radius: 100px;
	width: 100%;
}

.mod-chat-empresa .cont-txt {
	margin-left: 15px;
	width: 75%;
}

.mod-chat-empresa .cont-txt h4 {
	font-size: 16px;
	margin-bottom: 0px;
}

.mod-chat-empresa .cont-txt p {
	margin-bottom: 0;
}

.mod-chat-empresa .delete {
	width: 10%;
}

.mod-chat-empresa .delete img {
	cursor: pointer;
	width: 18px;
}

section.chat-empresa .cont-chat .chat-vendedor {
	background-color: rgba(111,66,193, 0.2);
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 20%);
	padding: 5px;
	position: relative;
}

section.chat-empresa .cont-chat .chat-comprador {
	background-color: #f1f1f1;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgb(0 0 0 / 10%);
	padding: 5px;
	position: relative;
}

section.chat-empresa .cont-chat .chat-vendedor .txt, section.chat-empresa .cont-chat .chat-comprador .txt {
	font-size: 14px;
	font-weight: 400;
}

section.chat-empresa .cont-chat .chat-vendedor .time, section.chat-empresa .cont-chat .chat-comprador .time {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
}

/* Placeholders */

form::-webkit-input-placeholder { color: red; }  /* WebKit, Blink, Edge */
form:-moz-placeholder { color: red; }  /* Mozilla Firefox 4 to 18 */
form::-moz-placeholder { color: red; }  /* Mozilla Firefox 19+ */
form:-ms-input-placeholder { color: red; }  /* Internet Explorer 10-11 */
form::-ms-input-placeholder { color: red; }  /* Microsoft Edge */


/* Reset botones */

.btn-primary {
	color: #fff !important;
	background-color: #20B426;
	border: none;
	text-decoration: none !important;
}
.button.btn.btn-primary.btn-sm.chatbutton {
	font-size: 14px;
}

.btn-secondary {
	border: none;	
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #797878;
}

.btn-primary:hover {
	background-color: var(--color-body) !important;

}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	color: #fff;
	background-color: #333 !important; /* Reset Press Azul */
	box-shadow: none;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Reset Glow Azul*/

.form-control:focus, .form-select:focus {
  border-color: #ced4da !important;
  -webkit-box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
          box-shadow: 0 0 5px rgba(111, 111, 111, 1) !important;
}

.transition {
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s; 
}

/****************************/
/* MEDIA QUERIES */
/****************************/

/* 768 */
@media screen and (min-width: 768px) {

}

/* 992 */
@media screen and (min-width: 992px) {

}

/* 1280 */
@media screen and (min-width: 1200px) {

.toggle-button {
	display: none;
}

header#header_nav .logo {
	margin-left: 15px;
}

nav.main {
	background: transparent;
	display: block !important;
	overflow: hidden;
}

nav.main ul {
	margin-left: 0;
	padding-top: 6px;
	padding-bottom: 0;
}

nav.main ul li {
	font-size: 16px;
	height: unset;
}

nav.main ul li.nav_search, nav.main ul li.nav_user {
	display: block;
	margin-top: 0;
	margin-left: 12px;
	margin-right: 12px;
}

nav.main ul li a {
	display: inline-block;
	padding: 15px 20px;
	border-bottom: 4px solid transparent;
}

header#header_nav.hdr-small nav.main ul li a {
	padding: 14px 20px 9px;
}

.container-lg-wh {
	position: absolute;
	bottom: 0;
	right: 0;
}

section.ficha-chat .offcanvas {
	right: 0;
	left: auto;
	overflow-x: hidden;
	width: 400px;
}

.info-map .mapa iframe {
	height: 400px;
}

section.data .cont-txt h2 {
	font-size: 22px;
}

}

/* 1366 */
@media screen and (min-width: 1360px) {

#slider .owl-nav {
	top: 38%;
}

section.data .cont-txt h2 {
	font-size: 24px;
}

}

/* 1440 */
@media screen and (min-width: 1400px) {

}



.chat-offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.chat-offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: ;
    --bs-offcanvas-bg: #fff;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.chat-chat-offcanvas.show:not(.hiding), .chat-chat-offcanvas.showing {
    transform: none;
}

section.ficha-chat .chat-offcanvas {    
    bottom: 340px;
    height: 283px !important;
    background-color: var(--bg-body);
	border: solid 1px;
	border-radius: 10px 0px 0px 0px;
	border-color: #ffcc00;
}
.chat-offcanvas.hiding, .chat-offcanvas.show, .chat-offcanvas.showing {
    visibility: visible;
}
.chat-offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    height: 40vh !important;
}

@media screen and (min-width: 1200px){
    section.ficha-chat .chat-offcanvas {
        right: 0;
        left: auto;
        overflow-x: hidden;
        width: 600px;
		border: solid 1px;
		border-radius: 10px 0px 0px 0px;
		border-color: #ffcc00;
    }
}