/* Buttons */
.btn {
  width: 100%;
  height: 42px;
  border: none;
  font-size: 18px;
  transition: all 200ms ease;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center !important;
}


button, button:focus, button:active , button:hover, button:visited{
  outline: none !important;
}
/* IIT ARIEL */
.div-btn .btn {
	width: 50%;
}
/* IIT ARIEL */
.btn-main {
  background-color: var(--wb-blue-45) !important;
  border: 1px solid var(--wb-blue-45) !important;
  color: var(--white);
  font-family: var(--wb-font-text);
}
/* IIT ARIEL */
.btn-main:hover {
  background: var(--wb-blue-25);
  border-color: var(--wb-blue-45); !important;
  color: var(--white);
}
/* IIT ARIEL */
.btn-main:active {
  background: #0088C6;
  border-color: #0088C6 !important;
  outline: none !important
}
/* IIT ARIEL */
.btn-line {
  background: var(--wb-grey-45);
  border: 1px solid var(--wb-grey-45) !important;
  color: var(--white);
}

.btn-line:hover {
  background: #424242;
  border-color: #424242 !important;
  color: var(--white);
}
.btn-line:active {
  background: #424242;
  border-color: #424242 !important;
  color: var(--white);
}

.negative__bg {
  width: 100%;
  margin: 1em auto;
  height: 114px;
  padding: 42px 112px;
  display: flex;
  justify-content: space-around;
}

.btn-transparent {
  border: solid 1px #fff;
  background: transparent;
  color: var(--white);
  height: 43px;
  /* text-transform: uppercase; */
}

.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

/* Icons Buttons */

.btn-icon {
  width: 40px;
  height: 40px;
  padding: 6px;
  background: transparent;
  border: 1px solid #fff;
  color: var(--white);
  font-size: 24px;
  transition: all 200ms ease;
}

.btn-icon a {
  margin: 0 !important;
}

.btn-icon:hover{
  background: var(--cyan);
}

.btn-icon:focus {
  outline: none;
}


#collapseSellMan {
  position: fixed;
  width: 350px;
  left: 10px !important;
  border-radius: 0 !important;
  bottom: 65px;
  background: var(--white);
  font-size: 14px;
  -webkit-box-shadow: 12px -4px 22px -6px rgba(0,0,0,.2);
  -moz-box-shadow: 12px -4px 22px -6px rgba(0,0,0,.2);
  box-shadow: 12px -4px 22px -6px rgba(0,0,0,.2);
  z-index: 100;
}

#collapseSellMan form {
  padding: 10px;
}

#collapseSellMan .input__bottom {
  font-size: 14px;
}

#collapseSellMan .form-group {
  margin-bottom: 0.3em;
}

#collapseSellMan select {
  line-height: 1;
}

#collapseSellMan h4 {
  padding: 10px;
  padding-bottom: 0;
}

#collapseSellMan .small-text {
  padding-left: 10px;
}

.widget{
  position: fixed;
  bottom: 10px;
  left: 10px;
  height: auto;
  max-width: 350px;
  min-width: 350px;
  z-index: 1000;
}

.responsive-form {
  display: none;
}

.sell_btn-mbl {
  display: none;
}

@media only screen and (max-width: 989px) {
	.widget {
		bottom: 60px;
	}
}

@media only screen and (max-width: 768px) {
  .widget {
    right: 17px !important;
    left: 50%;
    bottom: 150px;
    max-width: unset;
    min-width: unset;
  }
  .desktop-btn {
    display: none;
  }
  .responsive-form {
    display: flex;
    width: 60px;
    height: 60px;
    float: right;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50%;
  }
  #collapseSellMan {
    right: 0 !important;
    left: 55%;
    width: 300px;
    -webkit-box-shadow: -17px -4px 22px -6px rgba(138,138,138,0.75);
    -moz-box-shadow: -17px -4px 22px -6px rgba(138,138,138,0.75);
    box-shadow: -17px -4px 22px -6px rgba(138,138,138,0.75);
    bottom: 14em;
  }
  .sell_btn-mbl {
    display: block;
  }
}

@media only screen and (max-width: 576px) {
  .widget {
    right: 17px !important;
    left: 0;
	max-width: 97%;			   
  }
  #collapseSellMan {
    right: 0 !important;
    left: 0;
    width: 100%;
  }
  #collapseSellMan form {
    display: flex;
    flex-wrap: wrap;
  }
  #collapseSellMan form .row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  #collapseSellMan form .row .col-sm-6:first-child {
    padding-right: 0;
  }
  #collapseSellMan form .row .col-sm-6:last-child {
    padding-right: 0;
  }
  #collapseSellMan form .row .col-sm-12 {
    padding-right: 0;
  }
  #collapseSellMan form .row.mt-1 {
    margin: 0 !important;
  }
  #collapseSellMan .form-group {
    margin-bottom: 0 !important;
  }
  #collapseSellMan label {
    margin-bottom: 0;
  }
  #collapseSellMan .input__bottom {
    min-height: 40px;
  }
  #solicitudVendedorModal .modal-content {
  	height: 95vh;
  }
}

@media only screen and (max-width: 320px) {
  .widget {
    left: 50%;
  }
}


@media only screen and (max-width: 340px) {
  .widget {
    left: 50%;
    bottom: 150px;
  }
  #collapseSellMan {
    bottom: 10.5em;
  }
}

.font-family-mercedes .form-group{
	font-family:var(--wb-font-text);
}
.telefono-vendedor{
	color:var(--wb-blue-50);
	font-weight: 500;
}