@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap');


body {
  background:  #131B23;

}

 h1,
   h2,
   h3,
   h4,
   h6 {
       font-family: "Quicksand", sans-serif;
      font-weight: 900;
      font-style: normal;
      color: #131B23;
      margin: 0 0 15px;
      text-transform: normal;
   }

.card {

  border-radius: 5px;
}

.btn-fresa{
      -moz-user-select: none;
      background: #D30A6F none repeat scroll 0 0;
      border: 1px solid #D30A6F;
      border-radius: 5px;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 0;
	 margin-left: 3px;
      padding: 12px;
      text-align: center;
      text-transform: uppercase;
      -ms-touch-action: manipulation;
          touch-action: manipulation;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      vertical-align: middle;
      white-space: nowrap;
   }
   .btn-fresa:hover {
      background: transparent;
      color: #00A19A;
   }

a {
  color: #00A19A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}