/*BTN TEL*/
#landing .telephone {
  color: #70A83B;
  border: 0px;
  background-color: transparent;
  padding-right: 55px; }
  #landing .telephone:hover {
    background-color: transparent;
    color: #70A83B; }
    #landing .telephone:hover::before {
      background-image: none; }
  #landing .telephone::before {
    background-image: none; }
  #landing .telephone .icon {
    position: absolute;
    margin-top: 3px;
    right: 20px; }

.wsp_xs {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #70A83B;
  border-radius: 50%;
  bottom: 20px;
  right: 10px;
  padding: 10px;
  z-index: 999; }
  .wsp_xs a {
    text-decoration: none;
    color: #FFF; }

@media only screen and (max-width: 600px) {
  #landing .telephone {
    display: none; }

  .wsp_xs {
    display: block; }

  #landing .logo-brand img {
    margin-top: 50px; } }
@media only screen and (min-width: 600px) {
  #landing .telephone {
    display: none; }

  .wsp_xs {
    display: block; } }
@media only screen and (min-width: 768px) {
  #landing .telephone {
    display: block; }

  .wsp_xs {
    display: none; } }
/*MODAL VER WSP*/
#frm-phone .modal-body .btn-success {
  background-color: #70A83B;
  text-decoration: none;
  color: #FFF; }
#frm-phone .modal-body .btn-secondary {
  background-color: #6c757D;
  text-decoration: none;
  color: #FFF; }

/*# sourceMappingURL=cmln-style.css.map */
