/* layout */
section {
    padding: 40px 0;
}
@media screen and (min-width: 1025px) {
    section {
        padding: 80px 0;
    }
}

/* swiper */
.swiper {
    max-width: 400px;
    overflow-x: hidden;
    margin: 0 auto;
}
.swiper-pagination {
    bottom: -48px !important;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #e4e4e4;
    opacity: 1;
    margin: 5px !important;
}
.swiper-pagination-bullet-active {
    background: var(--color-brand-standard);
}

/* font */
h3.title {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: var(--color-brand-Auxiliary);
    margin-bottom: 24px;
}
h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: var(--color-brand-Auxiliary);
}
p.subtitle, p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-icon-03);
}
p.subtitle {
    margin-bottom: 40px !important;
}
@media screen and (min-width: 1025px) {
    h4 {
        font-size: 28px;
        font-weight: normal;
        line-height: 38px;
    }
    h3.title {
        font-size: 48px;
        font-weight: 300;
        line-height: 64px;
    }
    p.subtitle {
        margin-bottom: 80px !important;
    }
}

/* banner */
.innner-pc.swiper-container {
    margin-bottom: 80px;
}
.innner-pc .swiper-slide {
    background-size: cover;
}
.innner-pc .pc-small-title,
.innner-pc .banner-text-title {
    font-size: 64px;
    font-weight: 300;
    line-height: 85px;
    color: var(--color-icon-01);
}
.innner-pc .banner-text-title.portugues{
    font-size: 48px;
    font-weight: 300;
    line-height: 85px;
    color: var(--color-icon-01);
}  
.innner-pc .banner-text-title.espanol{
    font-size: 58px;
    font-weight: 300;
    line-height: 85px;
    color: var(--color-icon-01);
}  
.innner-pc .banner-text-title {
    padding: 0 0 24px;
}
.innner-pc .pc-small-title {
    font-weight: 600;
    padding: 320px 0 8px;
}
.innner-pc .banner-text-content { 
    font-size: 28px;
    max-width: 900px;
    font-weight: normal;
    line-height: 38px;
    color: var(--color-icon-01);
}



@media screen and (max-width: 1024px) {
    .innner-wap.swiper-container {
        height: 675px;
        margin-bottom: 40px;
    }
    .innner-wap .swiper-slide {
        background-size: cover;
    }
    .wap-small-title,

    .innner-wap .banner-text-title {
        font-size: 22px;
        font-weight: 300;
        line-height: 40px;
        color: var(--color-icon-01);
    }

    .innner-wap .banner-text-title.secondTitle{
        font-size: 28px;
        font-weight: 300;
        line-height: 40px;
        color: var(--color-icon-01);
    }  
 
    .innner-wap .banner-text-title {
        padding: 0 0 8px;
    }
    .innner-wap .banner-text-content {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        color: var(--color-icon-01);
    }
}
.wap-small-title {
    padding: 208px 0 8px;
}
@media screen and (min-width: 475px) {
    .wap-small-title, .innner-wap .banner-text-title, .innner-wap .banner-text-content {
        text-align: left;
    }
    .wap-small-title {
        padding: 198px 0 8px;
    }
    .innner-wap .banner-text-content {
        max-width: 430px;
    }
}
@media screen and (min-width: 769px) {
    .wap-small-title {
        padding-top: 220px;
    }
    .innner-wap .banner-text-content {
        max-width: 620px;
    }
}
@media screen and (min-width: 925px) {
    .wap-small-title {
        padding-top: 208px;
    }
}
@media screen and (min-width: 965px) {
    .wap-small-title {
        padding-top: 210px;
    }
}
@media screen and (min-width: 995px) {
    .wap-small-title {
        padding-top: 220px;
    }
}
@media screen and (min-width: 1433px) {
    .innner-pc .container > * {
        margin-left: calc(1 / 12 * 100%);
    }
}
@media screen and (min-width: 1689px) {
    .innner-pc .container > * {
        margin-left: calc(1.5 / 12 * 100%);
    }
}
@media screen and (min-width: 2699px) {
    .innner-pc .pc-small-title {
        padding-top: 300px;
    }
}
@media screen and (min-width: 2841px) {
    .innner-pc .pc-small-title {
        padding-top: 280px;
    }
}



/* social-network */
#social-network p.subtitle {
    margin-bottom: 16px !important;
}
#social-network p.subtitle + p {
    margin-bottom: 40px;
}
#social-network .columns.top {
    margin-bottom: 12px;
}
#social-network .columns.top p {
    color: var(--color-icon-03);
}
#social-network .columns.top p span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    color: var(--color-brand-Auxiliary);
    margin: 8px 0;
}
#social-network .swiper img,
#social-network .columns.bottom img {
    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
#social-network .swiper img {
    margin-bottom: 40px;
}
#social-network .columns.bottom img {
    margin-bottom: 32px;
}
#social-network .swiper h4 {
    margin-bottom: 24px;
}
#social-network .columns.bottom h4 {
    margin-bottom: 16px;
}
@media screen and (min-width: 835px) {
    #social-network .columns.top {
        text-align: center;
    }
}
@media screen and (min-width: 1025px) {
    #social-network p.subtitle {
        margin-bottom: 24px !important;
    }
    #social-network p.subtitle + p {
        margin-bottom: 64px;
    }
    #social-network .columns.top {
        margin-bottom: 144px;
    }
    #social-network .columns.top p {
        font-size: 20px;
        font-weight: normal;
        line-height: 26px;
    }
    #social-network .columns.top p span {
        font-size: 48px;
        line-height: 68px;
        margin: 16px 0;
    }
}
@media screen and (max-width: 834px) {
    #social-network {
        padding-bottom: 72px;
    }
    #social-network .column {
        margin-bottom: 8px;
    }
    .rtl .column.is-6-mobile{
        width: inherit;
    }
    .rtl #social-network .columns.top {
        max-width: 250px;
        margin: auto;
        display: inherit;
    }
    .rtl #social-network .columns.top p{
        text-align: center;
    }
}

/* more-features */
#more-features h3 {
    margin-bottom: 40px;
}
#more-features img {
    margin-bottom: 32px;
}
#more-features h4 {
    margin-bottom: 24px;
}
@media screen and (min-width: 835px) {
    #more-features h3 {
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1025px) {
    #more-features .grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 24px;
    }
    #more-features .grid-item {
        cursor: pointer;
        border-radius: 6px;
        border: 1px solid #e4e4e4;
        padding: 64px 24px;
    }
    #more-features img {
        margin-bottom: 40px;
    }
    #more-features img.hover {
        display: none;
    }
    /* hover */
    #more-features .grid-item, #more-features .grid-item:hover,
    #more-features .grid-item > *, #more-features .grid-item:hover > * {
        transition: 0.3s;
    }
    #more-features .grid-item:hover {
        background-color: var(--color-brand-standard);
    }
    #more-features .grid-item:hover h4, #more-features .grid-item:hover p {
        color: var(--color-icon-01);
    }
    #more-features .grid-item:hover img {
        display: none;
    }
    #more-features .grid-item:hover img.hover {
        display: initial;
    }
    /* en */
    body.translatepress-en_GB #more-features h4 {
        font-size: 20px;
        line-height: 26px;
    }
}
@media screen and (max-width: 1024px) {
    #more-features {
        padding-bottom: 72px;
    }
    #more-features .swiper-slide {
        border-radius: 6px;
        border: 1px solid #e4e4e4;
        padding: 72px 24px 94px;
    }
}

/* user-registration */
#user-registration {
    padding-bottom: 160px;
}
#user-registration img {
    margin-bottom: 40px;
}
#user-registration img.mobile {
    display: none;
}
#user-registration h4 {
    margin-bottom: 32px;
}
@media screen and (max-width: 834px) {
    #user-registration {
        padding-bottom: 80px;
    }
    #user-registration .column:not(:last-child) {
        margin-bottom: 64px;
    }
}


