.ancho-total {
  width: 100% !important;
}

.titulo-de-seccion {
  border-bottom: 1px solid #DADADA;
}

.titulo-de-seccion:after {
  background-color: #199654;
}

.shopping-cart-table > tfoot > tr > .total {
  color: #199654;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #199654 inset, 0px 0px 0px 0px #199654;
  box-shadow: 0px 0px 0px 1px #199654 inset, 0px 0px 0px 0px #199654;
}

.input-checkbox>label {
  color: #199654;
}

.header-top h6 a {
  color: #777;
}

.header-top h6 a:hover {
  color: #199654;
}

.modal-body.modal-body-sub_agile input[type="submit"] {
  background: #199654;
  color: #fff;
}

.modal-body.modal-body-sub_agile input[type="submit"]:hover{
   background: #000;
}

h3.agileinfo_sign {
  color: #199654;
}

.main-mailposi span {
  color: #e8e8e8;
  opacity: .4;
}

.modal-body.modal-body-sub_agile ::-webkit-input-placeholder{
  color:#212121 !important;
}

.modal-body.modal-body-sub_agile p a {
  color: #199654;
}

.contact-form form .left input, .commentform-area form .left input, .contact-form form .right textarea, .commentform-area form .right textarea {
  border-color: #199654;
}

.genric-btn.success-border {
  color: #199654;
  border: 1px solid #199654;
  background: #fff;
}

.genric-btn.success-border:hover, .genric-btn.success-activo {
  color: #fff !important;
  background: #199654;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff !important;
  background: #199654;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #199654 !important;
  border: 1px solid #199654;
  background: #fff;
}

.genric-btn {
  line-height: 2em !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.aviso-cabecera {
  padding: 0.5em 0;
  color: #199654;
  font-weight: 500;
}

#sliderInicio .carousel-inner .carousel-item h2 {
  color: #199654;
  text-shadow: 1px 1px #fff;
}

#sliderInicio .carousel-inner .carousel-item h3, #sliderInicio .carousel-inner .carousel-item p {
  color: #000;
  text-shadow: 1px 1px #fff;
}

#alertText {
  color: red;
}

.primary-switch input:checked + label::before {
  background: #199654;
}

@media only screen and (max-width: 740px) {
  
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}