::-webkit-scrollbar{ 
  width: 3px; 
  height: 0px; 
  z-index: 99999999999;
}
::-webkit-scrollbar-button{ 
  
}
::-webkit-scrollbar-track{
  
}
::-webkit-scrollbar-track-piece{
  background-color: #ccc;
}
::-webkit-scrollbar-thumb{
  background-color: #ff0013;
}
::-webkit-scrollbar-corner       { /* 6 */ }
::-webkit-resizer                { /* 7 */ }

.pointer{
  cursor: pointer;
}

.tituloModalTxt{
  margin-top: -36px;
  color: white;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}

.btn {
	font-weight: 500;
	border-width: 2px;
	font-style: normal;
	letter-spacing: 1px;
	margin: .4rem .8rem;
	white-space: normal;
	transition: all .3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	word-break: break-word;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: -webkit-inline-flex;
}

.btnLight {
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	display: block;
}

.btnTipoCom{
  display: inline-block;
  border: solid 1px;
  border-radius: 5px;
  border-top: solid 4px;
  border-color: #607D8B;
  margin-top: 6px;
  font-size: 14px;
  height: 58px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  text-align: center;
  width: 49%;
}

.btnTipoCom2{
  display: inline-block;
  border: solid 1px;
  border-radius: 5px;
  border-top: solid 4px;
  border-color: #607D8B;
  margin-top: 6px;
  font-size: 15px;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 7px;
  text-align: center;
  width: 49%;
}
 
.btnTipoCom3{
  display: inline-block;
  border: solid 1px;
  border-radius: 5px;
  border-top: solid 4px;
  border-color: #607D8B;
  margin-top: 6px;
  font-size: 18px;
  height: 45px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 5px;
  text-align: center;
  width: 49%;
  color: white !important;
  margin: 5px;
}


.btnTipoCom:hover{
  background-color: #eee;
}

.btnTipoCom2:hover{
  background-color: #eee;
}

.btnTipoCom3:hover{
  background-color: #607D8B;
}

.btnTipoCom3Active{
  background-color: #607D8B;
}

.btnSelected{
  background-color: #4caf50;
  color: white;
  border-color: #4caf50;
}

.btnSelected:hover{
  background-color: #4caf50;
  color: white;
  border-color: #4caf50;
}

.nav-linkNew{
  font-weight: 500;
  transition: color .2s ease-in-out;
}

.nav-linkNew a:hover{
  color: #ccc !important;
}

.titContField{
  color: #073b4c; 
  font-size: 12px; 
  margin-left: 5px;
}

.inputNew{
  border: none !important;
  border-bottom: solid 1px #ccc !important;
  width: 100%;
  padding: 8px;
}

.inputNew:focus{
  border-color: #073b4c !important;
  outline: none !important;
}

.hasError{
  border-color: #f44336 !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.bloqSelText{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	 -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer/Edge */
			user-select: none; /* Non-prefixed version, currently
								  supported by Chrome and Opera */
}

/*
Saco scroll en los campos numericos
*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

.arrow-right{
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  
  border-left: 60px solid green;
}

.divDetPro{
  text-align: left; 
  margin: 20px;
}

.slogan{
  color: white;
  font-size: 13px;
  text-align: center;
  font-weight: 100;
  margin-bottom: -5px;
}

.center{
  text-align: center;
}

.left{
  text-align: left;
}

.bold{
  font-weight: bold;
}

.mTop5{
  margin-top: 5px;
}

.mTop10{
  margin-top: 10px;
}

.mTop20{
  margin-top: 20px;
}

.mTop30{
  margin-top: 30px;
}

.mTop40{
  margin-top: 40px;
}

.mTop50{
  margin-top: 50px;
}

.under{
  text-decoration: underline !important;
}

.txtVerde{
  color: #4caf50 !important;
}

.txtVerdeClaro{
  color: #55df5a !important;
}

.txtGris{
  color: #999 !important;
}

.txtRojo{
  color: #F44336 !important;
}

.txtNaranja{
  color: #FF9800 !important;
}

.txtBlueCool{
  color: #607d8b !important;
}

.txtBlanco{
  color: white !important;
}

.txtGrisOscuro{
  color: #555 !important;
}

.txtColorTepido{
  color: #ff0013;
}

.Font10{
  font-size: 10px !important;
}

.Font12{
  font-size: 12px !important;
}

.Font15{
  font-size: 15px !important;
}

.Font18{
  font-size: 18px !important;
}

.Font20{
  font-size: 20px !important;
}

.Font25{
  font-size: 25px !important;
}

.Font30{
  font-size: 30px !important;
}

.Font40{
  font-size: 40px !important;
}

.Font50{
  font-size: 50px !important;
}

.sombraBox{
	-webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 2px 6px 2px rgba(60,64,67,.15);
}

.sombraBox2{
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
}

.sombraBox3{
	box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}

.sombraBox4{
	box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.sombraBox5{
	box-shadow: 0px 0px 16px 0px rgb(32 33 36 / 15%);
}

.sombraBoxVerde{
	box-shadow: 0 1px 6px 0 #00cc99;
}

.sombraBoxRojo{
	box-shadow: 0 1px 6px 0 #F44336;
}

.sombraBoxNaranja{
	box-shadow: 0 1px 6px 0 #ffc107;
}

#btnHeaderUser{
  border-radius: 500px;
  height: 50px;
  width: 50px;
  background-size: cover;
  background-position: center;
  margin: auto;
}

#btnUserName{
  font-size: 10px;
  color: white;
  text-align: center;
  margin-top: 5px;
}

.dropdown-toggle::after {
  display: none !important;
}

.subMenuItm{
  padding: 0px !important;
  color: #555;
  justify-content: left !important;
}

.modal-dialog, .modal-content {
    height: auto;
}

.btn-default{
  background-color: #fafafa !important;
}

#searchInput{
  padding-left: 40px;
  padding-right: 210px;
}

#selectDir{
  padding-left: 40px;
  padding-right: 210px;
}

#divVerDir{
  float: right;
  margin-top: -42px;
}

@media (max-width: 800px){

  #searchInput{
    padding-right: 135px;
  }
  
  #selectDir{
    padding-right: 135px;
  }
  
  #divVerDir{
    text-align: center;
    float: none;
    margin-top: 10px;
    color: white;
  }
  
  #verDirLink{
    color: white !important;
  }
  
}

#searchGeo{
  float: left;
  font-size: 25px;
  margin-top: -40px;
  margin-left: 10px;
  color: #ff0013;
}

#searchButton{
  float: right;
  position: inherit;
  margin-top: -50px;
  margin-right: 5px;
  height: 45px;
  min-width: 115px;
}

#divMapaDir{
  height: 300px;
  z-index: 0;
}

#mapMarker{
  position: absolute;
  z-index: 1;
  text-align: center;
  width: max-content;
  margin-top: 100px;
  margin-left: -15px;
  font-size: 45px;
  color: #ff0013;
  display: none;
}

.divMsjOverMapMain{
  width: 100%;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0px;
}

.divMsjOverMapTxt{
  border-radius: 5px;
  background-color: #3f51b5;
  color: white;
  width: max-content;
  padding: 5px;
  margin: auto;
}

.logoGeo{
  font-size: 15px;
  margin-right: 5px;
  color: #ff0013;
}

.direccionCompletaCnt {
    background: #f7f7f7;
    border-radius: 6px;
    margin: 15px;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 24%);
    
    .title {
      color: #607D8B;
      text-align: center;
    }
}

.formEntreCallesCnt {
  display: flex;
  margin: 15px;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
  margin-bottom: 0px !important;
}
  
.formEntreCallesCnt .form-group {
  width: 100%;
}

.formEntreCallesCnt .form-group label {
  width: 100%;
}

.formEntreCallesCnt .form-group label span {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin-left: 5px;
}

.formEntreCallesCnt .form-group label input {
  padding: 10px;
  min-height: 40px;
  background: #fff;
  border-color: #e4e4f7; 
}

.divMsjTarjetas{
  font-size: 12px;
  background-color: #3F51B5;
  color: white;
  padding: 5px;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
}

.listDirMain{
  padding: 5px;
  padding-bottom: 15px;
  padding-top: 15px;
  height: 60px;
  border-bottom: solid 1px #e0e0e0;
  text-align: left;
}

.listDirMain:hover{
  background-color: #fafafa;
}

.listDirIcon{
  width: max-content;
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}

.listDirTitle{
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
}

.listDirAlias{
  font-size: 12px;
  font-weight: 100;
  color: #888;
}

.listDirTrash{
  width: max-content;
  float: right;
  margin-top: 6px;
}

#msjConsole{
  position: fixed;
  bottom: 10px;
  left: 10px;
  min-width: 30%;
  z-index: 9999999999;
}

.msjConsoleItem{
  width: max-content;
  padding: 15px;
  border-radius: 5px;
  color: white;
  width: 100%;
  margin: 5px;
}

.msjConsoleIcon{
  font-size: 16px;
  margin-right: 10px;
}

.msjConsoleClose{
  float: right;
  margin-top: 5px;
  font-size: 12px;
}

.msjConsoleClose:hover{
  color: #fafafa;
}

.bgColorVerde{
  border-color: #4CAF50 !important;
  background-color: #4CAF50 !important;
}

.bgColorVerde:hover{
  border-color: #3d8c40 !important;
  background-color: #3d8c40 !important;
}

.bgColorVerdeClaro{
  border-color: #55df5a  !important;
  background-color: #55df5a  !important;
}

.bgColorVerdeClaro:hover{
  border-color: #55df5a  !important;
  background-color: #55df5a  !important;
}

.bgColorRojo{
  border-color: #f44336 !important;
  background-color: #f44336 !important;
}

.bgColorRojo:hover{
  border-color: #bd3126 !important;
  background-color: #bd3126 !important;
}

.bgColorNaranja{
  border-color: #ff9800 !important;
  background-color: #ff9800 !important;
}

.bgColorNaranja:hover{
  border-color: #de8502 !important;
  background-color: #de8502 !important;
}

.bgColorBlueCool{
  border-color: #607d8b !important;
  background-color: #607d8b !important;
}

.bgColorBlueCool:hover{
  border-color: #546e7a !important;
  background-color: #546e7a !important;
}


.indexPedidoMain{
  width: 100%;
  height: 50px;
  background: rgb(0,181,136);
  background: linear-gradient(180deg, rgba(0,181,136,1) 0%, rgba(0,204,153,1) 100%);
  color: white;
  border-radius: 5px;
}

.indexPedidoMainRechazado{
  background: rgb(198,40,40);
  background: linear-gradient(180deg, rgba(198,40,40,1) 0%, rgba(203,61,61,1) 100%);
}

.indexPedidoMainPendiente{
  background: #FF9800;
  background: linear-gradient(180deg, #e68900 0%, #FF9800 100%);
  height: 60px;
}

.indexPedidoMainListo{
  background: #0061b5;
  background: linear-gradient(180deg, #0061b5 0%, #006ecc 100%);
}

.indexPedidoImagen{
  height: 60px;
  width: 60px;
  border-radius: 500px;
  background-position: center;
  background-size: contain;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding: 0px;
  background-color: white;
  position: absolute;
  margin-left: 15px;
  margin-top: -5px;
  border: solid 4px;
}

.indexPedidoImagenMedium{
  height: 70px;
  width: 70px;
}

.indexPedidoTitle{
  position: absolute;
  margin-left: 90px;
  margin-top: 6px;
  font-weight: bold;
  font-size: 15px;
}

.indexPedidoEstado{
  margin-left: 90px;
  margin-top: 26px;
  position: absolute;
  font-size: 12px;
}

.indexPedidoVer{
  position: absolute;
  right: 10%;
  margin-top: 19px;
  font-size: 10px;
}

.loginDivider{
  margin: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-top: solid 1px #ccc;
  padding-top: 15px;
}

#loginPaso1{
  text-align: -webkit-center;
}

#btnGoogle{
  font-size: 12px !important;
  padding: 1.5rem 1rem 1.5rem 20% !important;
  position: relative !important;
}

#btnGoogle .iconGoogleLogin{
  font-size: 30px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}

#divComunidad{
  margin-bottom: 40px;
}

.commentMain{
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.commentPhoto{
  border-radius: 500px;
  height: 70px;
  width: 70px;
  background-size: cover;
  background-position: center;
  margin: auto;
}

.commentUname{
  font-size: 13px;
  margin-top: 10px;
  color: #ccc;
}

.commentComm{
  font-size: 12px;
  font-weight: 100;
  margin-top: 5px;
}

.commentCompany{
  margin-top: 20px;
  font-size: 12px;
  color: #9E9E9E;
}

.commentDate{
  font-weight: 100;
  font-size: 10px;
  color: #ccc;
}

.commentStars{
  background-color: #555;
  width: max-content;
  margin: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 3px;
  color: white;
}

.logo{width: 100%;}

.logo_slider {
  overflow: hidden;
  width: auto;
  margin: auto;
}

.logo_slider {
  overflow: hidden;
}

.logo_slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  animation: mymove 20s linear infinite;
}

.logo_slider ul li {
  flex-grow: 0;
  display: block;
  margin: 20px;
  width: 120px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
}

.logo_slider ul li span img {
  height: 100%;
  max-width: 120px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  0%    { left: 0; }
  100%  { left: -100%; }
}

/* Standard syntax */

@keyframes mymove {
  0%    { left: 0; }
  100%  { left: -100%; }
}







