.main-homepage-rebrand {
    position: relative;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2
}

@media(max-width: 991px) {
    .main-homepage-rebrand {
        font-size: 16px
    }
}

.main-homepage-rebrand section {
    padding: 65px 0
}

.main-homepage-rebrand h1 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #fff
}

@media(max-width: 991px) {
    .main-homepage-rebrand h1 {
        font-size: 30px
    }
}

.main-homepage-rebrand h2 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #007676
}

@media(max-width: 991px) {
    .main-homepage-rebrand h2 {
        font-size: 25px
    }
}

.main-homepage-rebrand h3 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #000
}

.main-homepage-rebrand p {
    color: #666;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.3
}

@media(max-width: 991px) {
    .main-homepage-rebrand p {
        font-size: 16px
    }
}

.main-homepage-rebrand p.phone {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px
}

@media(max-width: 767px) {
    .main-homepage-rebrand p.phone {
        font-size: 25px
    }
}

.main-homepage-rebrand p.disclaimer {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 1.3
}

.main-homepage-rebrand p a:hover,
.main-homepage-rebrand p a:focus,
.main-homepage-rebrand p a:active {
    text-decoration: underline
}

.main-homepage-rebrand .text-regular {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.main-homepage-rebrand .text-bold {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.main-homepage-rebrand .text-italic {
    font-style: italic
}

.main-homepage-rebrand .text-green {
    color: #007676
}

.main-homepage-rebrand .text-green-dark {
    color: #163e43
}

.main-homepage-rebrand .text-green-lemon {
    color: #d8e15c
}

@media(max-width: 767px) {
    .main-homepage-rebrand .hasBreadcrumb {
        padding-top: 100px !important
    }
}

.main-homepage-rebrand strong {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.main-homepage-rebrand span.green,
.main-homepage-rebrand strong.green {
    color: #007676
}

.main-homepage-rebrand .btnCustom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background: #007676;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    border: 1px solid #007676;
    border-radius: 5px;
    min-width: 140px;
    height: auto;
    padding: 9px 10px;
    cursor: pointer;
    margin-top: 0
}

.main-homepage-rebrand .btnCustom:hover,
.main-homepage-rebrand .btnCustom:focus,
.main-homepage-rebrand .btnCustom:active {
    background: #163e43;
    border: 1px solid #163e43;
    box-shadow: none !important;
	color: #FFF;
}

.main-homepage-rebrand .btnCustom i {
    font-size: 25px;
    line-height: normal
}

.main-homepage-rebrand .btnCustom.btnArrow:after,
.btnCustom.btnArrow:after {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "\F0142";
    margin-right: -10px
}

.main-homepage-rebrand .btnCustom.btnGreenDark {
    background: #163e43;
    border: 1px solid #163e43;
    color: #fff
}

.main-homepage-rebrand .btnCustom.btnGreenDark:hover,
.main-homepage-rebrand .btnCustom.btnGreenDark:focus,
.main-homepage-rebrand .btnCustom.btnGreenDark:active {
    background: #007676;
    border: 1px solid #007676;
    color: #fff
}

.main-homepage-rebrand .btnCustom.btnWhite {
    background: #fff;
    border: 1px solid #fff;
    color: #333
}

.main-homepage-rebrand .btnCustom.btnWhite:hover,
.main-homepage-rebrand .btnCustom.btnWhite:focus,
.main-homepage-rebrand .btnCustom.btnWhite:active {
    background: #d8e15c;
    border: 1px solid #d8e15c
}

.main-homepage-rebrand .btnCustom.btnWhiteOutline {
    background: none;
    border: 1px solid #fff;
    color: #fff
}

.main-homepage-rebrand .btnCustom.btnWhiteOutline:hover,
.main-homepage-rebrand .btnCustom.btnWhiteOutline:focus,
.main-homepage-rebrand .btnCustom.btnWhiteOutline:active {
    background: #fff;
    border: 1px solid #fff;
    color: #163e43
}

.main-homepage-rebrand .btnCustom.btnRestart::before {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "連";
    margin-left: -10px;
    margin-right: 5px
}

.main-homepage-rebrand .btnCustom.btnPhone::before {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "";
    margin-left: -10px;
    margin-right: 5px
}

.main-homepage-rebrand .btnCustom.btnDownload::before {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "磻";
    margin-left: -10px;
    margin-right: 5px
}

.main-homepage-rebrand .btnCustom.btnChat::before {
    font: normal normal normal 24px/1 "Material Design Icons";
    content: "ﭗ";
    margin-left: -10px;
    margin-right: 5px
}

.main-homepage-rebrand .btnCustom.btnTransparent {
    background: transparent;
    border-color: #333;
    color: #333
}

.main-homepage-rebrand .btnCustom.btnTransparent:hover,
.main-homepage-rebrand .btnCustom.btnTransparent:focus,
.main-homepage-rebrand .btnCustom.btnTransparent:active {
    color: #fff;
    background: #333;
    border: 1px solid #333;
    box-shadow: none !important
}

.main-homepage-rebrand .btnCustom.btnLink {
    border: 0;
    background: none;
    padding: 0;
    color: #333
}

.main-homepage-rebrand .btnCustom.btnLink:hover,
.main-homepage-rebrand .btnCustom.btnLink:focus,
.main-homepage-rebrand .btnCustom.btnLink:active {
    color: #007676
}

.main-homepage-rebrand .bg-green {
    background: #007676
}

.main-homepage-rebrand .bg-grey-light {
    background-color: #f3f3f3
}

.main-homepage-rebrand .bg-grey-silver {
    background-color: #88a2ae
}

.main-homepage-rebrand .bg-green-lemon {
    background-color: #d8e15c
}

.main-homepage-rebrand .topOverlapImage {
    margin-top: -110px
}

.main-homepage-rebrand .bottomOverlapImage {
    margin-bottom: -110px
}

.main-homepage-rebrand .owl-carousel {
    width: 85%;
    margin: 0 auto
}

.main-homepage-rebrand .owl-carousel .owl-stage {
    display: flex
}

.main-homepage-rebrand .owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    height: 37px;
    text-align: center
}

.main-homepage-rebrand .owl-carousel .owl-nav button {
    position: absolute
}

.main-homepage-rebrand .owl-carousel .owl-nav button span {
    display: block;
    width: 20px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden
}

.main-homepage-rebrand .owl-carousel .owl-nav button.owl-prev {
    left: -30px
}

.main-homepage-rebrand .owl-carousel .owl-nav button.owl-prev span {
    background: url("../../../../uploads/2025/11/arrow-prev.svg") no-repeat center center;
    background-size: contain
}

.main-homepage-rebrand .owl-carousel .owl-nav button.owl-next {
    right: -30px
}

.main-homepage-rebrand .owl-carousel .owl-nav button.owl-next span {
    background: url("../../../../uploads/2025/11/arrow-next.svg") no-repeat center center;
    background-size: contain
}

.main-homepage-rebrand .owl-carousel .owl-nav button.disabled {
    opacity: .5
}

.main-homepage-rebrand .owl-carousel .owl-dots button > span {
    background: #163e43;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #163e43;
    margin: 0 5px
}

.main-homepage-rebrand .owl-carousel .owl-dots button.active > span {
    background: none
}

.main-homepage-rebrand .bannersContainer .bannerBox {
    background: #007676;
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    min-height: 220px
}

@media(max-width: 767px) {
    .main-homepage-rebrand .bannersContainer .bannerBox {
        height: auto
    }
}

.main-homepage-rebrand .bannersContainer .bannerBox-image img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center
}

@media(max-width: 767px) {
    .main-homepage-rebrand .bannersContainer .bannerBox-image img {
        max-height: 200px
    }
}

.main-homepage-rebrand .bannersContainer .bannerBox-info {
    background: #fff
}

.main-homepage-rebrand .bannersContainer .bannerBox-info--ico img {
    display: block;
    width: 210px;
    max-height: 135px
}

.main-homepage-rebrand .bannersContainer .bannerBox-info--text {
    position: relative;
    height: 100%;
    padding: 20px 15px 80px 15px
}

@media(max-width: 767px) {
    .main-homepage-rebrand .bannersContainer .bannerBox-info--text {
        width: 100%;
        padding: 20px 0
    }
}

.main-homepage-rebrand .bannersContainer .bannerBox-info--text h2 {
    font-size: 25px
}

@media(max-width: 991px) {
    .main-homepage-rebrand .bannersContainer .bannerBox-info--text h2 {
        font-size: 22px
    }
}

.main-homepage-rebrand .bannersContainer .bannerBox-info--text p {
    margin: 10px 0 20px 0
}

.main-homepage-rebrand .bannersContainer .bannerBox-info--text .btnCustom {
    position: absolute;
    bottom: 20px;
    left: 15px
}

@media(max-width: 767px) {
    .main-homepage-rebrand .bannersContainer .bannerBox-info--text .btnCustom {
        position: initial
    }
}

.main-homepage-rebrand .bannersContainer .bannerBox.leftOrientation .bannerBox-image img {
    object-position: right
}

.main-homepage-rebrand .bannersContainer .bannerBox.leftOrientation .bannerBox-info--ico {
    transform: translateX(-40px)
}

.main-homepage-rebrand .bannersContainer .bannerBox.rightOrientation .bannerBox-image img {
    object-position: left
}

.main-homepage-rebrand .bannersContainer .bannerBox.rightOrientation .bannerBox-info--ico {
    transform: translateX(40px)
}

.main-homepage-rebrand .bannersContainer .bannerBox-smaller h2 {
    font-size: 25px
}

.main-homepage-rebrand .serviciosContainer-header p {
    max-width: 550px;
    margin: 10px auto
}

.main-homepage-rebrand .serviciosContainer .serviciosList .servicioBox-text {
    position: relative;
    background: #f3f3f3;
    border-radius: 0 0 15px 15px;
    padding: 20px 15px 44px 15px;
    min-height: 253px;
    margin-bottom: 32px
}

.main-homepage-rebrand .serviciosContainer .serviciosList .servicioBox-text img {
    width: auto;
    max-height: 50px;
    margin: 0 auto
}

.main-homepage-rebrand .serviciosContainer .serviciosList .servicioBox-text .btnCustom {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%)
}

.main-homepage-rebrand .appContainer {
    position: relative
}

.main-homepage-rebrand .appContainer-image img {
    width: 90%;
    max-width: 800px
}

@media(max-width: 991px) {
    .main-homepage-rebrand .appContainer-image img {
        max-width: 300px
    }
}

.main-homepage-rebrand .appContainer-text {
    padding-top: 50px;
    padding-bottom: 50px
}

@media(max-width: 767px) {
    .main-homepage-rebrand .appContainer-text {
        padding: 50px 0
    }
}

.main-homepage-rebrand .appContainer-text h2 {
    font-size: 22px;
    color: #007676;
    margin-bottom: 30px
}

.main-homepage-rebrand .appContainer-text--lista li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #163e43;
    margin: 10px 0
}

.main-homepage-rebrand .appContainer-text--lista li::before {
    content: url("../../../../uploads/2025/11/ico-check.svg");
    margin-right: 10px;
    display: block;
    width: 27px;
    height: 27px
}

.main-homepage-rebrand .appContainer-text--lista li a {
    display: inline;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}

.main-homepage-rebrand .appContainer-text--download h3 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #163e43;
    font-size: 18px;
    margin-bottom: 15px
}

.main-homepage-rebrand .appContainer-text--download ul li {
    margin-right: 10px
}

.main-homepage-rebrand .appContainer-text--download ul li a {
    display: block
}

.main-homepage-rebrand .appContainer-text--download ul li:last-child {
    margin-right: 0
}

.main-homepage-rebrand .extraInfoContainer {
    position: relative;
    overflow: hidden;
    padding: 50px 0
}

.main-homepage-rebrand .extraInfoContainer::after {
    content: url("../../../../uploads/2025/11/bg-ico-info.svg");
    display: block;
    width: 212px;
    height: 212px;
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: -1
}

@media(max-width: 767px) {
    .main-homepage-rebrand .extraInfoContainer::after {
        width: 112px;
        height: 112px
    }
}

.main-homepage-rebrand .extraInfoContainer .informacion-list .infoBox {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0
}

.main-homepage-rebrand .extraInfoContainer .informacion-list .infoBox:last-child {
    margin-bottom: 0
}

.main-homepage-rebrand .extraInfoContainer .informacion-list .infoBox h3 {
    color: #666
}

.main-homepage-rebrand .extraInfoContainer .informacion-list .infoBox p {
    margin: 10px 0 15px 0
}

.main-homepage-rebrand .extraInfoContainer .informacion-list .infoBox a {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #163e43;
    font-size: 14px
}

.main-homepage-rebrand .extraInfoContainer .informacion-list .infoBox a:after {
    font: normal normal normal 20px/1 "Material Design Icons";
    content: "\F0142";
    margin-right: -10px
}

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

.extraInfoContainer h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.banner-box-app img {
    padding-left: 27px;
    width: 480px !important;
}

.main-homepage-rebrand section.MasBeneficiosContainer {
    padding-bottom: 0px;
}

.main-homepage-rebrand section.serviciosContainer {
    padding-top: 50px;
}

.main-homepage-rebrand .MasBeneficiosContainer:after {
    border-top: 1px solid #007676;
    content: '';
    display: block;
    margin: 50px auto 0;
    width: 100px;
}

.main-homepage-rebrand .MasBeneficiosContainer .MasBeneficiosBanner {
    height: 100%;
    padding: 30px;
    border-radius: 15px;
}

.main-homepage-rebrand .MasBeneficiosContainer .faqsBanner-image img {
    max-width: inherit;
}

.main-homepage-rebrand .MasBeneficiosContainer .MasBeneficiosBanner-text {
    position: relative;
    padding-bottom: 60px;
}

.main-homepage-rebrand .MasBeneficiosContainer .MasBeneficiosBanner-text h3 {
    font-size: 20px;
    color: #007676;
}

.main-homepage-rebrand .MasBeneficiosContainer .MasBeneficiosBanner-text p {
    margin: 10px 0;
    font-size: 15px;
    line-height: 1.3;
}

.main-homepage-rebrand .MasBeneficiosContainer .MasBeneficiosBanner-text a {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {

    .main-homepage-rebrand .appContainer-text--download {
        text-align: center;
    }

    .main-homepage-rebrand .appContainer-text--download ul {
        display: inline-block !important;
    }

    .main-homepage-rebrand .appContainer-text--download ul li {
        display: inline-block;
    }
}