.form-control {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 8px 12px;
  background-color: #666666;
  outline: none;
  margin-bottom: 4px;
  border-radius: 8px;
  border: 1px solid #fff;
}
label {
  margin-bottom: 2px;
}

.datepicker-dropdown {
  padding: 20px;
}

.cont-seguimiento {
  width: 100%;
  height: 240px;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
  -moz-box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
  box-shadow: -2px 0px 5px 0px rgba(201, 201, 201, 1);
}
.cont-seguimiento > .title {
  color: #fff;
  text-align: center;
  padding: 5px;
}

.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

a[aria-expanded="true"] > h5::before {
  content: "-";
  position: absolute;
  left: 0px;
  font-size: 19px;
  margin-left: -18px;
  margin-top: 0px;
  background: #333454;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a[aria-expanded="false"] > h5::before {
  content: "+";
  position: absolute;
  left: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  margin-left: -18px;
  margin-top: 0px;
  background: #333454;
  color: #fff;
  width: 24px;
  border-radius: 50px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-faq {
  margin-top: 180px;
  margin-bottom: 120px;
}

.cont-casilla {
  margin-top: 140px;
  margin-bottom: 80px;
}


.p-form {
  width: 80%;
  margin: auto;
  background: #fff;
  border: 10px solid #333333;
  border-radius: 10px;
  box-shadow: -2px 0px 5px 0px rgb(201 201 201);
  font-family: "Montserrat'",sans-serif;
}
.ph-form {
  padding: 0px 10px 10px 10px;
  background: #333333;
  color: #fff;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}
.pb-form {
  padding: 30px;
  
}
.ph-form > strong {
  color: #fff;
}
.pb-form label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.pb-form h5 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-align: justify;
  font-weight: 300;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.num-telf {
  background: #d2d2d2;
  font-weight: 600;
  margin-left: -5%;
  width: 63px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pp-user {
  border: 1px solid #757696;
  border-radius: 10px;
}
.ph-user {
  background: #757696;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border-color: transparent;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.header-user {
  font-size: 26px;
  font-weight: 900;
  color: #333454;
  margin-top: 35px;
}

.mb-modal {
  padding: 0px;
}
.ph-modal {
  color: #fff;
  background-color: #1e73be;
  padding: 9px;
}
.pb-modal {
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
}

.btn-modal {
  font-size: 14px;
  font-weight: 300;
}
.modal.show {
  /*margin-top: 10%;*/
}

.btn-save {
  background: #d91731 !important;
  margin-bottom: 26px;
  border-radius: 20px;
  border: 0px !important;
  color: #fff !important;
  font-weight: 500;
  width: 80%;
  margin-left: 10%;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.container-modals a {
  color: #000;
  font-weight: 400;
}

.container-modals table {
  border-top: #fff 2px solid;
}
.card-stores h6{
  cursor: pointer;
}
.mobile-nav a:hover{
  color: #ffffff !important;
}
[action*="tiendas_recomendadas"] .card-stores{
  border: 1px solid #979797 !important;
  border-radius: 10px !important;
}

@media (max-width: 1250px) {
  .container.cont-casilla {
    margin-top: 190px;
  }
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .cont-casilla {
    margin-top: 180px;
  }
}
@media (max-width: 991px) {
  .cont-casilla {
    margin-top: 145px;
  }
}

@media (max-width: 766px) {
  .cont-seguimiento .col-md-4 {
    text-align: center;
  }
  .cont-seguimiento .col-md-4 #body_btnSearch {
    margin-left: 0px;
    margin-top: 8px;
  }
}
@media (max-width: 450px) {
  .cont-casilla {
    margin-top: 150px;
  }
  .p-form {
    width: 96%;
  }
  .mobile-nav .drop-down.d-none{
  display: block !important;
  }
  #header .btnregistratex,
  #header #btnss{
    display: none !important;
  }
}

@media (max-width: 992px) {
  .p-form {
    margin-top: 20px;
  }
}

input,
select,
textarea {
  background-color: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #333333 !important;
  padding: 8px !important;
  outline: none !important;
}

input::placeholder {
  color: #aaa !important;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}