.plecaBG{
    z-index: 21;
    top: -73px;
}
header {
    z-index: 30;
}
.aboutsrs{
    text-align: center;
}
.aboutsrs p{
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: 750;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #292727;
    max-width: 910px;
    margin: 0 auto;
}
.aboutsrs p b{
    font-family: 'Avenir Black';
}
.aboutsrs button{
    background: #36B4A9;
    border-radius: 12px;
    border: 3px solid rgba(158, 158, 158, 0.35);
    transition: 0.5s;
    min-width: 200px;
    min-height: 43px;
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.03em;
    /* font-feature-settings: 'pnum' on, 'lnum' on; */
    color: #FFFFFF;

}
.aboutsrs button:hover{
    color: #36B4A9!important;
    border: 3px solid rgba(158, 158, 158, 0.35) !important;
    background: #ffffff;
}
#beneficiosAfiliado .container{
    max-width: 1594px;
}
#beneficiosAfiliado .container .row .col-sm p{
    font-family: 'Avenir Roman';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.005em;
    color: rgba(117, 117, 117, 1);
}
#beneficiosAfiliado .container .row .col-sm p b{
    color: #292727;
}
#beneficiosAfiliado .afiliate button{
    background: #294846;
    border-radius: 15px;
    border: 3px solid rgba(41, 39, 39, 0.35);
    min-width: 250px;
    min-height: 60px;
    font-family: 'Gotham Medium';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.03em;
    /* font-feature-settings: 'pnum' on, 'lnum' on; */
    color: #FFFFFF;
    transition: 0.5s;

}
#beneficiosAfiliado .afiliate button:hover{
    color: #294846!important;
    border: 3px solid rgba(158, 158, 158, 0.35) !important;
    background: #ffffff;
}
footer{
    background-color: #757575!important;
}


/** HAMMER SLIDER **/
.hammerSlider {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: 'Gotham Medium';
  font-weight: 900;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  position: relative;
}
#navPrincipal .navbar-toggler{
    position: static;
}

.slider {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.slider .status {
  position: absolute;
  top: 15rem;
  right: 5rem;
  display: flex;
  display: unset;
}
.slider .status .point {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 4px;
  background-color: #ff0;
  border-radius: 5px;
  z-index: 21;
  transition: top 500ms ease-in-out;
  background-color: #36B4A9;
  height: 55px;
}
.slider .status .point[data-current='0'] {
  top: 16px;
}
.slider .status .point[data-current='1'] {
  top: 65px;
}
.slider .status .point[data-current='2'] {
  top: 113px;
}
.slider .status .point[data-current='3'] {
  top: 161px;
}
.slider .status .point[data-current='4'] {
  top: 209px;
}
.slider .status .point[data-current='5'] {
  top: 257px;
}
.slider .status .stat {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border-radius: 50%;
  z-index: 20;
  margin: 40px 5px;
  background: #9E9E9E;
}
.slider .status .stat.current {
  background-color: #fff;
}
.slider .text {
  position: absolute;
  text-shadow: 0 0 5px #000 3;
  z-index: 20;
  /* transform-origin: right top; */
  /* transform: rotate(-90deg) translateY(calc(-88vh));*/
  display: grid;
  grid-template-columns: 90vh;
  grid-template-rows: 1fr;
  display: table;
  height: 100vh;
  /* width: 100%; */
  margin-left: 20rem;
  padding-bottom: 15rem;
}
@media (min-width: 70em) {
  .slider .text {
    font-size: 10em;
  }
}
.slider .text div {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  opacity: 0;
  position: absolute;
    right: -8rem;
    /* width: 100%; */
    display: block;
    top: -40vh;
}
.slider .text div.current {
  opacity: 1!important;
  position: static;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
.slider img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: rgba(54, 52, 52, 0.5) hue-rotate(180deg);
  display: block;
}
.slider .image {
  width: 100%;
  margin-right: -100%;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0) scale(1.2);
  z-index: 1;
}
.slider .image.current {
  z-index: 10;
  transform: translateY(0) scale(1);
  opacity: 1;
}

/** TERMINA HAMMER SLIDER **/

.swiper {
        width: 100%;
        height: 356px;
        background: #DEDEDE;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #DEDEDE;
        padding-top: 35px;
        padding-bottom: 35px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
.mouse{
    position: absolute;
    right: 8px;
    top: 30rem;
    margin-right: 4.25rem;
    z-index: 11;
}
.saltarN{
    position: absolute;
    right: 0px;
    bottom: 80px;
    margin-right: 2%;
    z-index: 11;
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 16px;
    letter-spacing: -0.03em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #36B4A9;
}
.saltarN:hover{
    color: #ffffff;
    text-decoration:none;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
      .swiper-slide img {
        display: block;
        width: 100%;
        object-fit: contain;
        max-width: 354px;
        margin: 0 auto;
      }
      .myBecas .swiper-slide img{
        max-height:100px;
      }
.red-abogadas .btn-info{
        margin: 0 auto;
    display: block;
    /* background: #903A7E; */
    background: #903A7E;
    box-shadow: 2px 5px 10px rgba(41, 39, 39, .30);
    /* border-radius: 15px; */

    border-radius: 15px;
    padding: 15px 40px;
    font-family: 'Gotham Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    font-feature-settings: 'pnum' on, 'lnum' on;
    margin-top: 3rem;
    margin-bottom: 2rem;
    border: 3px solid rgba(41, 39, 39, 0.35);
    transition: 0.5s;
}

.red-abogadas .btn-info a{
    color:#ffffff;
    text-decoration:none;
}
.red-abogadas .btn-info:hover{
    background:#ffffff;
    border: 3px solid rgba(158, 158, 158, 0.35);
}
.red-abogadas .btn-info:hover > a {
    color:#903A7E;
}
.leyed h5{
    font-weight: 700;
    font-size: 31px;
    line-height: 39px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
    max-width: 435px;
    font-family: 'Gotham Bold';
    letter-spacing: -0.03em;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
.leyed h5 b{
    font-family: 'Caveat';
    color: #294846;
    font-size: 51px;
    line-height: 42px;
    font-weight: lighter;
    text-shadow: 3px 3px 5px rgba(255, 255, 255, .2);
}
.leyed a{
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #ffffff !important;
    letter-spacing: -0.03em;
    font-family: 'Gotham Medium';
    margin-top: 12px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-bottom:.4rem;
}
.leyed a:hover{
    color:#903A7E!important;
}
.leyed a:hover:after {
    color:#903A7E!important;
    content: "";
    border-bottom: 3px solid #903A7E;
    border-radius:5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    width   : 80px;
}


.leyed{
    position: absolute;
    z-index: 1;
    margin-top: 2rem !important;
    left:15%;
}
#beneficiosAfiliado{
    background: #EFEFEF;
}
.leyed{
    z-index: 21;
}
@media only screen and (max-width: 1600px) {
    .plecaBG {
        top: 0px;
    }
    .plecaBGOver{
        top: 0px;
    }
    .hammerSlider{
        margin-top: -202px;
        z-index: 0;
    }
    .leyed {
    margin-top: 0rem !important;
    }
    .slider .text {
    padding-bottom: 10rem;
    }
}

@media only screen and (max-width: 1490px) {
    .leyed h5{
        font-size: 30px;
        line-height: 31px;
        margin-bottom: 0.2rem;
    }
    .leyed a{
        font-size: 24px;
        line-height: 25px;
    }
    .leyed{
        margin-top: 1rem !important;
    }
}
@media only screen and (max-width: 1370px) {
    .slider .text{
        margin-left: 10rem;
        padding-bottom: 6rem;
    }
    .slider .text div{
        top: -50vh;
    }
}

@media only screen and (max-width: 1250px) and (min-width: 992px) {
    /* PLECA REZIZING */
    .plecaBG {
    /* position: absolute; */
    /* z-index: 1; */
    top: 0;
    pointer-events: none;
    position: absolute;
    /* width: 100%; */
    /* height: 100%; */

    min-height: 110px;
    width: auto;
    position: sticky;
        margin-top: -3.5rem;
    }
    .plecaBGOver{
        position: absolute;
    }
    .hammerSlider{
        margin-top: -12rem;
    }
    .parentPleca{
    display: inline-block;
    overflow: hidden !important;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    margin-top: -91px;
    }
    #carouselPrincipal{
        margin-top:-30rem;
    }
    .leyed{
        margin-top: -13rem !important;
    }
    #carouselPrincipal .carousel-indicators .active{
    width: 60px;
    height:8px;
}
#carouselPrincipal .carousel-caption h5{
    line-height: 36px;
}
.mouse, .saltarN{
    display:none;
}
    .leyed h5{

            max-width: 293px;
    font-size: 18px;
    line-height: 7px;
    margin-top: 2.5rem;
    }
    .leyed h5 b{
        font-size: 40px;
    }
    .leyed a{
        font-size: 19px;
        line-height: 22px;
    }
    .leyed{
        left: 10%;
        margin-top: -1rem !important;
    }
    /* Slider principal */
#carouselPrincipal .carousel-caption h5 {
    font-size: 31px;
}
#carouselPrincipal .carousel-indicators {
    width: 100%;
    max-width: unset;
    bottom: 0;
    top: unset;
    display: flex;
    left: unset;
    margin-right: unset;
    margin-left: unset;
    right: unset;
}
#carouselPrincipal .carousel-indicators li {
    display: inline-block;
    width: 8px;
    height: 8px;
}
/* TERMINA Slider principal */

}

@media only screen and (max-width: 992px) {
.parentPleca{
        position: static;
}
    .hammerSlider {
        width: 100%;
    }
#carouselPrincipal .carousel-indicators .active{
    width: 60px;
    height:8px;
}
#carouselPrincipal .carousel-caption h5{
    line-height: 36px;
}
.mouse, .saltarN{
    display:none;
}
    .leyed h5{
        font-size: 21px;
        line-height: 25px;
    }
    .leyed a{
        font-size: 19px;
        line-height: 22px;
    }
    .leyed{
        margin-top: 5.6rem !important;
        left: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .leyed {
    margin-top: 1rem !important;
    left: 9%;
    }
    .leyed h5{
        max-width: 293px;
        font-size: 18px;
        line-height: 7px;
        margin-bottom: 0px;
    }
    .leyed h5 b{
        font-size: 33px;
    }
    .leyed a{
        line-height: 12px;
        margin-top: 0px;
    }
    .slider .text{
        margin-left: 2rem;
        padding-bottom: 9rem;
        max-width: 100%;
    }
    .hammerSlider .slider .text div h5.descriptionrxt{
        font-size: 22px;
    line-height: 32px;
    padding-right: 5px;
    }
    .slider .status{
        display: flex;
        bottom: 5rem;
        top:unset;
        left: 50%;
        transform: translate(-50%, 0);
        z-index: 20;
        width: fit-content;
    }
    .slider .status .stat{
        margin: 5px 30px;
    }
    .slider .status .point{
        top: 4px !important;
        height: 10px;
        width: 55px;
        transition: left 500ms ease-in-out;
    }
    .slider .status .point[data-current='0'] {
    left: 16px;
    }
.slider .status .point[data-current='1'] {
  left: 65px;
}
.slider .status .point[data-current='2'] {
  left: 113px;
}
.slider .status .point[data-current='3'] {
  left: 161px;
}
.slider .status .point[data-current='4'] {
  left: 209px;
}
.slider .status .point[data-current='5'] {
  left: 257px;
}
.hammerSlider .slider .text div span{
   max-width: 288px;
       margin-top: 0.5rem!important;
    margin-bottom: 0.5rem!important;
}
.hammerSlider .slider .text div h5.descriptionrxt button{
    margin-top: 2rem!important;
}
.carousel-caption {
    z-index: 21;
}
#carouselSecundario .carousel-caption h5{
    display: unset;
    line-height: 10px;
}


}
@media only screen and (max-width: 375px) {
    .leyed {
    margin-top: .5rem !important;
    }
}

@media only screen and (max-width: 348px) {
    .leyed {
    margin-top: .1rem !important;
    }
}