/*-----------------------------------------------------------------------------------BOTONES*/

.btn {
  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: none;
  border-radius: 0px;
  background: red;
}
.btn:visited, .btn:hover{color: white;}


.btn-facebook {
    background-color: #405D9D !important;
    color: #fff;
}
.btn-google {
    background-color: #af0000 !important;
    color: #fff;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:1000;
}
a.whatsapp { color: white !important}
.whatsapp-icon {
  margin-top:13px;
}


/* unvisited link */
a:link {
	color: inherit;
}

/* visited link */
a:visited {
	color: white;
}

/* mouse over link */
a:hover{
	color: red;
}

/* selected link */
a:active {
	color: red;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: red !important;
    border-color: red !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.5) !important;
}
.btn-success, .btn-primary {
    color: #fff;
    background-color: red;
    border-color: red;
}
.btn-success:hover, .btn-primary:hover {
	background-color: #333 !important;
}
.btn-outline-success {
    color: white;
    border-color: red;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}

.btn-gray{     background-color: rgb(102, 102, 102);
 color: white;}
.btn-red{ background: red; color: white;}
.btn-gray:hover, .btn-red:hover{background: black; color: white;}

/*-------------------------------------------------MENU*/

.navbar-nav .nav-link {
    color: white !important;
}

/*-------------------------------------------------MODAL*/
.modal-header .close {
    padding: 1px;
    margin: auto;/
    text-align: right !important;
    font-size: 35px;
    border-bottom: 1px solid gray;
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.bg-dark-change:nth-child(even) {
    background-color: #343a40!important;
}
.bg-dark-change:nth-child(odd){
    background-color: black !important;
}
