:root {
  --team-border-color: rgb(12, 12, 12);
  --benefits-scale-circle: 290px;
}

.benefits{
  background: var(--bg-color-dark) url(../img/bg-black.jpg) top center repeat;
  background-size: cover;
  padding: 100px 0px 0px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.benefits h2 {
  font-size: 110px !important;
  line-height: 100px;
  margin-bottom: 100px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5); /* Sombra del texto */
}


.benefits .image-product {
  max-width:600px; max-height:600px; width: auto; float:right;
}

.benefits .benefits-element {
  transition: 0.5s;
}


.benefits .benefits-list-item-1 {
  transform: scale(1);
  transition: 0.5s;
}

.benefits .benefits-list-item-1:hover {
  transform: scale(1.04);
  transition: 0.5s;
  cursor: default;
}

.benefits .benefits-list-item-1 .benefits-image-circle{
  transform: scale(1);
  transition: 0.55s;
}

.benefits .benefits-list-item-1:hover .benefits-image-circle{
  transform: scale(1.09);
  transition: 0.55s;
  cursor: default;
}

.benefits-section {
  width: 100%;
  background-image: none;
  padding: 50px 0px 70px;
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-secondary);
}

.benefits-items {
  margin: 50px 0px;
  padding: 20px 0px;
}

.benefits-section .benefits-sheet-1 {
  min-height: 1077px;
}

.benefits-section .benefits-text-name {
  margin: 60px auto 0;
  font-weight: 900;
  font-family: var(--font-primary);
  margin-top: 20px;
  font-size: 30px;
  line-height: 30px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 10px !important;
  color: white;
}

.benefits-section .benefits-text-name .title {
  text-align: center;
  font-size: 52px;
  line-height: 52px;
  text-transform: uppercase;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5); /* Sombra del texto */
}

.benefits-section .benefits-repeater-1 {
  grid-template-columns: repeat(3, calc(33.3% - 16.5px));
  min-height: 100px;
  grid-gap: 22px;
}

.benefits-section .benefits-container-layout-1 {
  padding: 30px 16px;
}

.benefits-section .benefits-image {
  width: var(--benefits-scale-circle);
  height: var(--benefits-scale-circle);
  background-position: 50% 50%;
  text-shadow: 0px 0px 0 rgba(0,0,0,0);
  margin: 0 auto;
}

.benefits-section .benefits-social-icons-1 {
  height: 26px;
  min-height: 16px;
  width: 104px;
  min-width: 74px;
  margin: 30px auto 0;
}

.benefits-section .benefits-icon-1 {
  background-image: none;
}

.benefits-section .benefits-icon-2 {
  background-image: none;
}

.benefits-section .benefits-icon-3 {
  background-image: none;
}

.benefits-section .benefits-list-item-2 {
  box-shadow: 5px 5px 19px 0 rgba(0,0,0,0.15);
}

.benefits-section .benefits-container-layout-2 {
  padding: 30px 24px;
}


.benefits-section .benefits-social-icons-2 {
  height: 26px;
  min-height: 16px;
  width: 104px;
  min-width: 74px;
  margin: 30px auto 0;
}

.benefits-repeater {
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
}

.benefits-repeater-item {
  display: flex;
  position: relative;
}

.benefits-container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
}

.benefits-list:not(.benefits-repeater), .benefits-blog:not(.benefits-repeater), .benefits-products:not(.benefits-repeater) {
  display: flex;
  flex-direction: column;
}

.benefits-expanded-width {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.benefits-list:not(.benefits-repeater) .benefits-repeater, .benefits-blog:not(.benefits-repeater) .benefits-repeater, .benefits-products:not(.benefits-repeater) .benefits-repeater {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.benefits-align-center {
  text-align: center;
}

.benefits-align-left {
  text-align: left;
}

.benefits-align-right {
  text-align: right;
}

.benefits-white, .benefits-body.benefits-white, section.benefits-white:before, .benefits-white > .benefits-container-layout:before, .benefits-white > .benefits-inner-container-layout:before, .benefits-white.benefits-sidenav:before, .benefits-container-layout.benefits-container-layout.benefits-white:before, .benefits-table-alt-white tr:nth-child(even) {
  color: var(--white-text-color);
  background-color: var(--white);
}

.benefits .benefits-text-default {
  font-size: 26px;
  font-weight: 400;
  color: rgb(238, 238, 238);
  font-family: 'Roboto', sans-serif;
  margin-top: 30px;
}

.benefits-social-icons {
  display: flex;
}

.benefits-social-url {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline-width: 0;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.benefits-social-icons .benefits-icon {
  display: flex;
  height: 100% !important;
}

.benefits-social-icons .benefits-social-url,
.benefits-social-icons .benefits-social-url:hover {
  color: currentColor;
}

.benefits-social-icons a {
  height: 100%;
  display: inline-block;
  flex: 1;
}

.circle {
  height: var(--benefits-scale-circle);
  width: var(--benefits-scale-circle);
  border-radius: 50%;
  background: var(--team-border-color);
  position: absolute;
}

.benefits .benefits-list-item-1:hover .delay1 {
  -webkit-animation: waves 2.5s linear;
          animation: waves 2.5s linear;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.benefits .benefits-list-item-1:hover .delay2 {
  -webkit-animation: waves 2.5s linear 0.7s infinite;
          animation: waves 2.5s linear 0.7s infinite;
}

.benefits .benefits-list-item-1:hover .delay3 {
  -webkit-animation: waves 2.5s linear 1.3s infinite;
          animation: waves 2.5s linear 1.3s infinite;
}
.benefits .benefits-list-item-1:hover .delay4 {
  -webkit-animation: waves 2.5s linear 1.9s infinite;
          animation: waves 2.5s linear 1.9s infinite;
}

@-webkit-keyframes waves {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  60% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.benefits-image-circle.benefits-image {
  border-radius: 50% !important;
  background: var(--team-border-color);
  margin-bottom: 40px;
}

.benefits-image-circle.benefits-image img {
  position: absolute;
  max-height: auto !important;
  left: 0px;
}

.benefits-svg-link {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.benefits.social-icons {
  width: fit-content;
  position: absolute;
  margin: 0 auto;
  bottom: 5px;
  right: 16px;
}

.benefits.social-icons i{
  color: gray !important;
  font-size: 26px;
  transition: 0.5s;
}

.benefits.social-icons li{
  transition: 0.25s;
  margin-right: 0.15rem;
}

.benefits.social-icons li:hover {
  transform: scale(1.3);
  transition: 0.25s;
  cursor: pointer;
}

.benefits .benefits-view {
  width: 100%;
  padding: 0px 0px 20px;
  height: fit-content;
  display: inline-block;
}

.benefits .benefits-view .image {
  position: relative;
  width: 100%;
}

.benefits .benefits-view .section-title {
  font-size: 56px;
  line-height: 58px;
  padding-top: 0px;
}

.benefits .benefits-view .section-description {
  text-align: center !important;
  font-size: 50px;
  margin: 40px 0px;
}

.benefits .benefits-view .benefits-view-text {
  text-align: center;
}

@media screen and (max-width:1367px){
	.benefits h2 {
		font-size: 60px !important;
  }
}  

@media (max-width: 576px) {

  .benefits-hidden-xs {
    display: none !important;
  }

  .benefits-visible-xs {
    display:block !important;
  }

  .benefits{
    padding: 50px 0px 0px !important;
    width: 100%;
  }
    
  .benefits h2 {
    font-size: 42px !important;
    line-height: 43px;
    margin-bottom: 40px;
  }

  .benefits .image-product {
    float:none;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;

      width: 100%;
      object-fit: contain;
      object-position: center;
  }

  .benefits-items {
    margin: 30px 0px;
    padding: 10px 0px;
  }

  .benefits .benefits-text-default {
    font-size: 20px;
    line-height: 22px;
     margin-top: 15px;
  }

  .benefits .col-lg-5.col-xs-12 {
    text-align: center;
  }

  .benefits-view-text {
    width: 100%;
    height: fit-content;
    display:table !important;
    overflow: hidden !important;
  }

  .benefits-section .benefits-repeater-1 {
    grid-template-columns: repeat(1, 100%);
    min-height: 100px;
    grid-gap: 22px;
  }

  .benefits-section {
    padding: 50px 0px 20px;
  }

  .benefits, .benefits .section-title {
    font-size: 2.6rem !important;
    line-height: 2.63rem !important;
    margin:0rem;
    padding:0rem;
  }

  .benefits-view-text .section-title {
    font-size: 2.2rem !important;
    line-height: 2.23rem !important;
    margin:0rem;
    padding:0rem;
  }

  .benefits-view-text .section-description {
    font-size: 2.2rem !important;
    line-height: 2.23rem !important;
    margin:0rem;
    padding:0rem;
  }

  .benefits-section .benefits-text-name .title {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
}

