

.social {
  position: fixed;
  z-index: 999;
  top: 85%;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-60%);
  right: -7px !important;
  min-height: 5rem;
  min-width: 5rem;
  width: 5rem;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  margin: 0 0 0 auto; }
  @media screen and (min-width: 576px) {
    .social {
      left: auto !important;
      top: 80% !important;
      right: 15vw !important;
      -webkit-transform: translate(0, -63%) !important;
      -ms-transform: translate(0, -63%) !important;
      transform: translate(0, -63%) !important;
      margin-left: 0 !important; } }
  @media screen and (min-width: 768px) {
    .social {
      right: 9vw !important;
      -webkit-transform: translate(0, -63%) !important;
      -ms-transform: translate(0, -63%) !important;
      transform: translate(0, -63%) !important; } }
  @media screen and (min-width: 992px) {
    .social {
      right: 2vw !important;
      -webkit-transform: translate(0, -63%) !important;
      -ms-transform: translate(0, -63%) !important;
      transform: translate(0, -63%) !important; } }
  @media screen and (min-width: 1200px) {
    .social {
      -webkit-transform: translate(0, -30%) !important;
      -ms-transform: translate(0, -30%) !important;
      transform: translate(0, -30%) !important; } }
  @media screen and (min-width: 1400px) {
    .social {
      right: 3vw !important; } }
  .social__items {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem);
    pointer-events: none;
    opacity: 0; }
    @media screen and (min-width: 768px) {
      .social__items {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
  .social__item {
    height: 3.333rem;
    width: 3.333rem;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.25);
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .social__item {
        height: 3.5rem;
        width: 3.5rem; } }
    .social__item-icon {
      color: #ffffff;
      font-size: 2rem; }
      @media screen and (min-width: 768px) {
        .social__item-icon {
          font-size: 1.5rem; } }
    .social__item--facebook {
      background-color: #0081ff; }
      .social__item--facebook:hover {
        background-color: #0074e6; }
    .social__item--whatsapp {
      background-color: #48c43f; }
      .social__item--whatsapp:hover {
        background-color: #5aea50; }
  .social__btn {
    /* height: 3.5rem;
        width: 3.5rem;
        border-radius: 50%;
        background-color: $color-primary;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 0 1rem rgba($color-black, .25);
        transition: all .25s;
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);

        &-lines {
            display: block;
            position: relative;
            height: 14px;
            width: 1rem;
        }

        &-line {
            display: block;
            background-color: $color-white;
            height: 2px;
            width: 1rem;
            border-radius: 1rem;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 0;

            &::selection {
                background-color: transparent;
            }

            &:first-child {
                transform: none;
                top: 0;
            }

            &:last-child {
                transform: none;
                bottom: 0;
                top: auto;
            }
        }

        &:hover {
            background-color: darken($color-primary, 5%);
        } */


    height: 6.667rem;
    width: 6.667rem;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .social__btn {
        height: 5rem;
        width: 5rem; } }
    .social__btn img {
      height: 6.667rem;
      width: 6.667rem; }
      @media screen and (min-width: 768px) {
        .social__btn img {
          height: 5rem;
          width: 5rem; } }
    .social__btn p {
      color: black;
      line-height: 1rem;
      font-size: 1.75rem;
      letter-spacing: -.04em;
      white-space: nowrap;
      font-weight: 700;
      margin-top: 5px;
      pointer-events: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (min-width: 768px) {
        .social__btn p {
          font-size: 1.3125rem; } }
  .social--active .social__items {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .social--active .social__btn {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-50%, 140%);
    -ms-transform: translate(-50%, 140%);
    transform: translate(-50%, 140%); }
    .social--active .social__btn-line:first-child {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .social--active .social__btn-line:nth-child(2) {
      opacity: 0; }
    .social--active .social__btn-line:last-child {
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg); }

.u-color-primary {
  color: #fd7219; }
  .u-color-primary-drk {
    color: #b05115; }

.u-color-secondary {
  color: #ce4192; }

.u-color-white {
  color: #ffffff; }

.u-color-dark-lgt {
  color: #464646; }

.u-color-dark-drk {
  color: #3f3e3e; }

.u-color-dark-alt-4 {
  color: #a8a8a8; }

.u-weight-lgt {
  font-weight: 300; }

.u-weight-reg {
  font-weight: 400; }

.u-weight-bld {
  font-weight: 700; }

.u-margin-bottom-lg {
  margin-bottom: 5rem; }
  @media screen and (min-width: 768px) {
    .u-margin-bottom-lg {
      margin-bottom: 3.75rem; } }

.u-lh-1 {
  line-height: 1; }

.u-hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

  .dudas-txt {
 position:relative;
 z-index:2;
 color:#e01b21;
 font-size:16px;
 padding:13px 9px 2px 8px;
 font-family:Satisfy,Sans-serif;
 vertical-align:sub;
 max-width:260px;
 text-overflow:ellipsis;
 /*white-space:nowrap;*/
 overflow:hidden;
 float:left;
 font-weight: bold;
 display: block;
position: absolute;
left: -27px;
top: -80px;
background: #fff;
/*color: #f16a60;*/
border: 1px solid #ddd;
border-radius: 10px;
box-shadow: 0 0 20px rgba(0,0,0,.3);
max-width: 233px;
}


