.SS-container picture {
  display: block; }

.SS-content {
  width: 100%;
  display: block;
  z-index: 1; }

.SS-btn-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40%; }

.SS-btn-group:nth-child(odd) {
  margin-right: 7px; }

.SS-btn-group:nth-child(even) {
  margin-left: 7px; }

.SS-btn {
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px 0;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  width: 165px;
  height: 35px; }

.SS-btn:hover {
  text-decoration: none;
  cursor: pointer; }

.SS-btn-primary {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: 600;
  border-color: black; }

.SS-btn-secondary {
  border-color: #3a3a3a;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 5px;
  font-weight: bold; }

.SS-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "stack";
  aspect-ratio: 8; }

.SS-container {
  padding-bottom: 20px; }

.SS-container > * {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: stack; }

.SS-imageBanner {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.SS-btn-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center; }

.SS-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px; }

@media only screen and (min-width: 993px) {
  .SS-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .SS-content.right .SS-btn-content,
  .SS-content.left .SS-btn-content {
    width: auto; }
  .SS-content.Vcenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .SS-content.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .SS-content.right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding-right: 5%; }
  .SS-content.left {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding-left: 5%; }
  .space-between .SS-btn-group {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .SS-btn-content {
    margin-top: 0;
    width: 100%; }
  .SS-btn-content.not-spacing {
    max-width: 500px; }
  .SS-btn-content.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .space-between .SS-btn-group:nth-child(odd) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .space-between .SS-btn-group.margin15:nth-child(odd) {
    margin-left: 15%; }
  .space-between .SS-btn-group.margin10:nth-child(odd) {
    margin-left: 10%; }
  .space-between .SS-btn-group.margin5:nth-child(odd) {
    margin-left: 5%; }
  .space-between .SS-btn-group:nth-child(even) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .space-between .SS-btn-group.margin15:nth-child(even) {
    margin-right: 15%; }
  .space-between .SS-btn-group.margin10:nth-child(even) {
    margin-right: 10%; }
  .space-between .SS-btn-group.margin5:nth-child(even) {
    margin-right: 5%; }
  .SS-btn {
    width: 200px;
    max-width: 100%; }
  .SS-btn.Vbig {
    height: 35px; }
  .SS-btn.Vnormal {
    height: 30px; }
  .SS-btn.Vsmall {
    height: 25px; }
  .SS-btn-primary {
    margin-bottom: 10px; } }

@media only screen and (min-width: 1399px) {
  .SS-btn {
    width: 230px; } }

/*# sourceMappingURL=landingBotonesCentro.css.map*/