

/*** image bg***/
.accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accent canvas {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.image-holder{
  position: relative;
}

.image-holder canvas{
  display: block;
  height: 100%;
  width: 100%;
}

.image-holder img{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/*** image bg***/



















div#inner-page-wrapper > .container {
    width: 100%;    padding: 0;
}

.section-1 {
    width: 100%;
    max-width: 1382px;
    margin: 0px auto;
}

.sc-1-txt {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    align-items: center;
    padding: 0 34px;
    padding-top: 42px;
    padding-bottom: 60px;
}

body {
    background: #fff;
}

.sc-1-txt p {
    color: #000000;
    width: calc((770/ 1072)* 100%);
    font-size: 15px;
}

.sc-1-txt .image-holder {
    width: 180px;
}







.section.section-2 {
    background: #000;
}

.sc2-ctas {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    display: flex;
    flex-flow: row wrap;
}

.sc2-cta-item {
    width: 50%;
}

.sc2-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}




.sc2-cta-item canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.cta-item-inner {
    position: absolute;
    width: clamp(300px, 27.375vw , 438px);
    height: 100%;
    padding: clamp(40px, 5.625vw , 90px)  0 clamp(30px, 4.125vw , 66px) 0;
    left: 50%;
    transform: translateX(-50%);
}

.sc2-cta-item {
    position: relative;
}

.sc2-cta-item:nth-child(odd) {
    background: #002933;
}

.sc2-cta-item:nth-child(even) {
    background: #003c43;
}

.sc2-cta-item:nth-child(3) {
    background: #003c43;
}

.sc2-cta-item:nth-child(4) {
    background: #006666;
}

.cta-item-inner h2 {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 34px;
    font-weight: 500;
}

.cta-item-inner a {
    position: absolute;
    bottom: clamp(40px, 5.625vw , 90px);
    width: 100%;
    max-width: 193px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    left: 50%;
    transform: translateX(-50%);
}












.sc2-cta-item.sc2-active .sc2-hover {
    opacity: 1;
    visibility: visible;
}

.sc2-hover {
    width: 100%;
}

.cta-item-inner img {
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 103px;
    height: auto;
    margin-bottom: 32px;
}

.sc2-hover p {
    text-align: center;

        font-size: clamp(12px, 0.875vw, 14px);
    margin-bottom: 14px;
}

.sc2-hover p.larger{
    font-size: clamp(12px, 0.875vw, 14px);
}



.sc2-hover.active {
    opacity: 1;
    visibility: visible;
}



.cta-item-inner a {
    transition: all 0.3s ease-in-out;
}


.cta-item-inner a:hover {
    background: #006666;
    border-color: #006666;
}






.section-title h2 {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 44px;
    font-weight: 500;
}

.section-title h2 span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.05em;
    position: relative;
}

.section-title {
    display: flex;
    justify-content: center;
    margin-bottom: 74px;
}

.section-title h2 span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 1px;
    background: #fff;
}

.section.section-2 {
    padding: 76px 0;
}






.cs-page-title h2 {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 44px;
    font-weight: 500;
    color:#000000;
}

.cs-page-title h2 span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.05em;
    position: relative;
    color:#666666;
}

.cs-page-title h2 span:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 260px;
    height: 1px;
    background: #666666;
}

.cs-page-title {
    display: flex;
    margin-bottom: 74px;
    margin-top: 60px;
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}



.cs-page-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(/app/themes/rubenperezcom/images/cs-title-accent.png);
    width: 312px;
    height: 152px;
    transform: translateY(-50%);
}












.section.section-3 .section-title h2 {
    color: #000;
}

.section.section-3 .section-title h2 span {
    color: #666666;
}

.section.section-3 .section-title h2 span:before {
    background: #666666;
    width: 159px;
}

.section.section-3 {
    padding: 104px 0;
}

.ratings {
    display: flex;
    color: #006666;
    font-size: 27px;
    justify-content: center;
    gap: 6px;
    margin-bottom: 50px;
}

.sc3-testi-item p {
    font-size: 19px;
    color: #000;
    text-align: center;
}

.sc3-inner {
    width: 100%;
    max-width: 734px;
    margin-left: auto;
    margin-right: auto;
}

.sc3-testi-item span {
    color: #000;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-top: 40px;
}
















.section.section-3:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 109px;
    background-image: url(/app/themes/rubenperezcom/images/sc3-logo-acc.png);
    width: 437px;
    height: 380px;
    background-size: cover;
    background-position: center;
}

.section.section-3:before {
    position: absolute;
    content: '';
    top: 76px;
    right: 230px;
    background-image: url(/app/themes/rubenperezcom/images/clock.png);
    background-size: cover;
    background-position: center;
    width: 180px;
    height: 180px;
}

.section.section-3 {
    position: relative;
}












.sc3-inner .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
}

.sc3-inner .slick-dots {
    text-align: center;
}

.sc3-inner .slick-dots li button {
    padding: 0;
    border: 0;
    width: 14px;
    height: 14px;
    font-size: 0;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #747474;
    margin: 0;
}

.sc3-inner .slick-dots li.slick-active button {
    background: #000000;
}

.sc3-testi-item span {
    margin-bottom: 55px;
}

#inner-page-wrapper {
    margin-bottom: 0;
}




.cta-item-inner h2 {
    transition: all 0.3s ease-in-out;
}

.cta-item-inner h2.active {
    opacity: 0;
    visibility: hidden;
}

.cta-item-inner a.active {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width: 1439px) {

}

@media only screen and (max-width: 1199px){
}

@media only screen and (max-width: 991px){


  .sc-agent-desktop {
    display: none;
  }

  .sc-agent-mobile {
      display: block !important;
  }










  .cs-page-title {
      justify-content: center;
  }

  .cs-page-title:before {
      right: -200px;
  }

  .sc-1-txt {
      gap: 30px;
      padding-left: 15px;
      padding-right: 15px;
  }

  .sc-1-txt p {
      font-size: 12px;
  }

  .sc2-cta-item {
      width: 100%;
      max-width: 470px;
  }

  .sc2-ctas {
      justify-content: center;
  }

  .section.section-2 {
      padding-left: 15px;
      padding-right: 15px;
  }

  .sc2-cta-item:nth-child(3) {
      background: #002933;
  }

  .sc2-cta-item:nth-child(4) {
      background: #003c43;
  }

  .sc2-cta-item:nth-child(5) {
      background: #006666;
  }

  .cta-item-inner a {
      bottom: 46px;
  }

  .cta-item-inner img {
      max-width: 84px;
  }

  .cta-item-inner {
      width: 100%;
      max-width: 323px;
  }

  .section.section-3:before {
      display: none;
  }

  .section.section-3:after {
      width: 337px;
      height: 293px;
      left: 0;
  }

  .section.section-3 {
      padding-left: 15px;
      padding-right: 15px;
  }

  #inner-page-wrapper {
      margin-bottom: 0;
  }








}

@media only screen and (max-width: 575px){
}

@media only screen and (max-width: 480px){




  .sc-1-txt p {
      line-height: 1.2;
      font-size: 11px;
  }

  .sc2-hover p {
      margin-bottom: 10px;
      line-height: 1.3;
  }

  .sc2-hover {
      padding-left: 15px;
      padding-right: 15px;
  }

  .cta-item-inner h2 {
      padding-left: 15px;
      font-size: 20px;
  }

  .cta-item-inner a {
      font-size: 12px;
      max-width: 140px;
      height: 40px;
  }

  .cta-item-inner img {
      max-width: 60px;
      margin-bottom: 20px;
  }



  .cs-page-title {
      padding-left: 15px;
      padding-right: 15px;
  }

  .cs-page-title h2 {
      font-size: 30px;
  }

  .cs-page-title h2 span:before {
      width: 160px;
  }

  .section-title h2 {
      font-size: 30px;
  }

  .section-title h2 span {
      font-size: 14px;
  }

  .section-title h2 span:before {
      width: 30px;
  }

  .cs-page-title h2 span {
      font-size: 14px;
  }

  .section.section-3 .section-title h2 span:before {
      width: 100px;
  }

  .sc3-testi-item p {
      font-size: 16px;
      line-height: 1.4;
  }

  .sc3-testi-item span {
      font-size: 20px;
  }




}
