.elementor-12758 .elementor-element.elementor-element-cc471d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-1ef0f3f > .elementor-widget-container{margin:-85px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12758 .elementor-element.elementor-element-da71fe6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-4615ea9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-d0f2089{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-7222028{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-cf86c53 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12758 .elementor-element.elementor-element-1c3fd40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-c91f381{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12758 .elementor-element.elementor-element-b0203e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-fb4a6e3 */.hero h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    color: white;
    text-transform: none;
}
.hero h1 span {
    color: #1abc9c;
}
.hero p {
    font-size: 17px;
    color: #b2c8db;
    margin-bottom: 28px;
    line-height: 1.7;
}
.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
a {
    text-decoration: none;
    color: inherit;
}
.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all .2s;
    cursor: pointer;
    font-family: inherit;
}
.btn-primary {
    background: #1abc9c;
    color: #fff;
}
.btn-primary:hover {
    background: #1abc9c !important;
    transform: translateY(-1px);
}
.btn-outline {
    border: 2px solid rgb(255 255 255 / 30%) !important;
    color: white;
    background: transparent;
}
.btn-outline:hover {
    background: #1abc9c !important;
    color: #fff !important;
}
.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 28px;
}
.hero-stat {
    text-align: center;
}
.hero-stat .num {
    font-size: 28px;
    font-weight: 700;
    color: #1abc9c;
}
.hero-stat .label {
    font-size: 11px;
    color: #8fa8bf;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-mockup {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    position: relative;
}
.hero-mockup-bar {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
}
.hero-mockup-bar span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.hero-mockup-bar span:nth-child(1) {
    background: #e74c3c;
}
.hero-mockup-bar span:nth-child(2) {
    background: #f39c12;
}
.hero-mockup-bar span:nth-child(3) {
    background: #27ae60;
}
.mock-web {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    min-height: 240px;
    position: relative;
}
.mock-web-header {
    background: #1abc9c;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}
.mock-web-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.mock-block {
    background: #e0e0e0;
    border-radius: 4px;
    height: 28px;
}
.mock-block.tall {
    height: 60px;
}
.mock-chatbot {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    overflow: hidden;
    border: 1px solid #e8e8e8;
}
.mock-chatbot-header {
    background:#1abc9c;
    color: #fff;
    padding: 8px 12px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}
.mock-chatbot-dot {
    width: 8px;
    height: 8px;
    background: #27ae60;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
}
.mock-chatbot-body {
    padding: 8px 10px;
}
.mock-msg.bot {
    background: #e8f8f5;
    color: #2d3436;
}
.mock-msg.user {
    background: #eee;
    margin-left: auto;
    text-align: right;
}
.mock-msg.bot {
    background: #e8f8f5;
    color: #2d3436;
}
.mock-msg {
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 8px;
    margin-bottom: 4px;
    max-width: 85%;
    line-height: 1.4;
}

.mock-chatbot-input input {
    flex: 1;
    border: none;
    font-size: 10px;
    color: #636e72;
    outline: none;
}
.mock-chatbot-input .send {
    width: 22px;
    height: 22px;
    background: #1abc9c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mock-chatbot-input .send::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    margin-left: -2px;
}
.mock-chatbot-input {
    display: flex;
    border-top: 1px solid #eee;
    padding: 6px 8px;
    gap: 4px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-cc471d4 */.hero {
    background: linear-gradient(135deg,#0d2137 0%,#1a3a5c 40%,#1B4F72 100%);
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}
.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 60px;
    align-items: center;
}
.hero-mockup {
    grid-column: 2;
}

.hero-text {
    grid-column: 1;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 60px;
    background: white;
    clip-path: ellipse(55% 100% at 50% 100%);
}
@media (max-width: 768px) {
    .hero .container {
        grid-template-columns: 1fr; /* 1 columna */
        gap: 30px;
        text-align: center;
    }

    /* Orden: primero texto, luego mockup */
    .hero-text {
        grid-column: 1;
        order: 1;
    }

    .hero-mockup {
        grid-column: 1;
        order: 2;
    }

    .hero {
        padding: 60px 20px 40px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bdc700 */.section-sub {
    text-align: center;
    color: #636e72;
    font-size: 16px;
    margin-bottom: 48px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.steps {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
    position: relative;
}
.steps::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 15%;
    right: 15%;
    height: 2px;
    background: linear-gradient(to right,#e8f8f5,#1abc9c,#e8f8f5);
}
.step {
    text-align: center;
    position: relative;
    z-index: 1;
}
.step-num {
    width: 80px;
    height: 80px;
    background: white;
    border: 3px solid #1abc9c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    color: #1abc9c;
    margin: 0 auto 18px;
    box-shadow: 0 4px 15px rgb(115 199 183);
}
.step h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (max-width: 768px) {

    .steps {
        grid-template-columns: 1fr;
        gap: 30px;
        position: relative;
        padding-left: 30px;
    }

    /* Línea vertical */
    .steps::before {
        content: '';
        position: absolute;
        top: 0;
        left: 20px;
        width: 2px;
        height: 100%;
        background: linear-gradient(to bottom,#e8f8f5,#1abc9c,#e8f8f5);
    }

    .step {
        text-align: left;
        position: relative;
    }

    .step-num {
        position: absolute;
        left: -10px;
        top: 0;
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0;
    }

    .step h3,
    .step p {
        margin-left: 40px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-da71fe6 */.section {
    padding: 70px 0;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2d86af6 */.features {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.feature-img {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    position: relative;
    overflow: hidden;
}
.feature-tag {
    display: inline-block;
    background: #e8f8f5;
    color: #16a085;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.feature-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-content p {
    color: var(--gray);
    font-size: 14px;
    margin-bottom: 14px;
    line-height: 1.7;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.feature-list li {
    position: relative;
    padding-left: 26px;
}

.feature-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #1abc9c;
    border-radius: 50%;
    opacity: 0.2;
}

.feature-list li::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #1abc9c;
    border-radius: 50%;
}
@media (max-width: 768px) {

    .feature-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    /* Default */
    .feature-img { order: 1; }
    .feature-content { order: 2; }

    /* Los que tienen reverse invierten */
    .feature-row.reverse .feature-img { order: 2; }
    .feature-row.reverse .feature-content { order: 1; }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4615ea9 */.section-alt {
    background: #f8f9fa;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b4bc8a */.roi-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 32px;
}
.roi-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e8e8e8;
}
.roi-card .val {
    font-size: 24px;
    font-weight: 700;
    color: #1abc9c;
}
.roi-card .desc {
    font-size: 12px;
    color: #636e72;
    margin-top: 4px;
}
.roi-math {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    border: 2px solid #1abc9c;
    text-align: center;
}
.roi-math p {
    font-size: 15px;
    color: var(--gray);
    margin-bottom: 8px;
}
.roi-math .big {
    font-size: 32px;
    font-weight: 800;
    color: #1abc9c;
}
.roi-math .note {
    font-size: 12px;
    color: #b2bec3;
    margin-top: 8px;
}

@media (max-width: 768px) {

    .roi-grid {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        padding-bottom: 10px;
    }

    .roi-card {
        min-width: 180px;
        flex: 0 0 auto;
    }

    .roi-grid::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
        text-align: center;
    }

    .section-sub {
        font-size: 14px;
        margin-bottom: 24px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e7ca69 */.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 32px;
}
.price-card {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    border: 1px solid #e0e0e0;
    position: relative;
    transition: transform .2s,box-shadow .2s;
}
.price-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.price-name {
    font-size: 14px;
    font-weight: 600;
    color: #636e72;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.price-amount {
    font-size: 42px;
    font-weight: 800;
    color: #2d3436;
    line-height: 1;
}
.price-amount span {
    font-size: 16px;
    font-weight: 400;
    color: #636e72;
}
.price-setup {
    font-size: 12px;
    color: #b2bec3;
    margin-top: 4px;
    margin-bottom: 16px;
}
.price-divider {
    height: 1px;
    background: #eee;
    margin: 14px 0;
}
.price-feat {
    font-size: 13px;
    color: #2d3436;
    padding: 5px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.price-feat b {
    font-weight: 600;
    color: var(--dark);
}

.price-feat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1abc9c;
    opacity: 0.15;
}
.price-feat::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1abc9c;
}
.price-cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 18px;
    padding: 12px;
    border-radius: 6px;
}
.price-card.featured {
    border: 2px solid #1abc9c;
    box-shadow: 0 8px 30px rgb(26 188 156 / 12%);
}
.price-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1abc9c;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.btn-outline {
    border: 2px solid #1abc9c !important;
    color: #1abc9c !important;
    background: transparent;
}

@media (max-width: 768px) {

    .pricing-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .price-card {
        padding: 22px 18px;
    }

    /* Tipografía */
    .price-amount {
        font-size: 34px;
    }

    .price-amount span {
        font-size: 14px;
    }

    .price-feat {
        font-size: 13px;
        padding-left: 18px;
    }

    /* Botón */
    .price-cta {
        padding: 14px;
        font-size: 14px;
    }

    /* Badge ajustado */
    .price-badge {
        font-size: 10px;
        padding: 3px 12px;
        top: -10px;
    }

    /* Centrar textos */
    .price-card {
        text-align: center;
    }

    .price-feat {
        text-align: left;
    }

    /* IMPORTANTE: destacar el plan recomendado arriba */
    .price-card.featured {
        order: -1;
    }
}
@media (max-width: 768px) {

    .price-card.featured {
        transform: scale(1.02);
        box-shadow: 0 12px 30px rgba(26,188,156,0.2);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7279984 */.accel-title {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px;
}
.accel-sub {
    text-align: center;
    color: #8fa8bf;
    font-size: 15px;
    margin-bottom: 36px;
}
.accel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}
.accel-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 24px;
}
.accel-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: white;
}
.accel-card .accel-price {
    font-size: 28px;
    font-weight: 800;
    color: #1abc9c;
}
.accel-card .accel-price span {
    font-size: 14px;
    font-weight: 400;
    color: #8fa8bf;
}
.accel-card p {
    font-size: 13px;
    color: #8fa8bf;
    margin: 8px 0 12px;
    line-height: 1.6;
}
.accel-feat {
    font-size: 12px;
    color: #c8d6e0;
    padding: 3px 0;
    padding-left: 18px;
    position: relative;
    line-height: 1.5;
}
.accel-feat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1abc9c;
    opacity: 0.3;
}
.accel-feat::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1abc9c;
}
.accel-card.feat {
    border-color: #1ABC9C;
    background: rgba(26,188,156,0.08);
}
.accel-tag {
    display: inline-block;
    background: #1ABC9C;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 8px;
}
.combo-bar {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 10px;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    text-align: center;
}
.combo-item {
    padding: 12px;
}
.combo-label {
    font-size: 10px;
    color: #8fa8bf;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.combo-plan {
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 2px;
}
.combo-detail {
    font-size: 11px;
    color: #8fa8bf;
}
.combo-price {
    font-size: 22px;
    font-weight: 800;
    color: #1ABC9C;
    margin-top: 4px;
}
.combo-item.sweet {
    background: rgba(26,188,156,0.1);
    border-radius: 8px;
    border: 1px solid #1ABC9C;
}
@media (max-width: 768px) {

    /* TITULOS */
    .accel-title {
        font-size: 24px;
    }

    .accel-sub {
        font-size: 14px;
        margin-bottom: 24px;
        padding: 0 10px;
    }

    /* GRID PRINCIPAL */
    .accel-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .accel-card {
        padding: 18px;
    }

    /* Destacar el plan fuerte arriba */
    .accel-card.feat {
        order: -1;
    }

    /* Tipografía */
    .accel-card .accel-price {
        font-size: 24px;
    }

    .accel-card p {
        font-size: 13px;
    }

    .accel-feat {
        font-size: 12px;
        padding-left: 16px;
    }

    /* COMBO BAR */
    .combo-bar {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .combo-item {
        padding: 12px;
        border-radius: 8px;
        background: rgba(255,255,255,0.04);
    }

    /* Destacar el sweet spot */
    .combo-item.sweet {
        order: -1;
        transform: scale(1.02);
    }

    /* Tipografía combo */
    .combo-price {
        font-size: 20px;
    }

}
@media (max-width: 768px) {

    .accel-card {
        backdrop-filter: blur(6px);
    }

    .combo-item {
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1c3fd40 */.accel-section {
    background: linear-gradient(135deg,#0d2137 0%,#1B4F72 100%);
    color: #fff;
    padding: 60px 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94032b1 */.section-title span {
    color: #1abc9c ;
}
.section-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.fi-item {
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.fi-q {
    padding: 18px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fi-item.open .tgl {
    transform: rotate(45deg);
}

.fi-q .tgl {
    font-size: 22px;
    color: #1ABC9C;
    transition: transform 0.3s;
    font-weight: 300;
}

.fi-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 0; 
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

/* Contenido visible al abrir */
.fi-item.open .fi-a {
    max-height: 500px; 
    padding: 10px 0;  
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c91f381 */.faq {
    padding: 80px 40px;
    max-width: 800px;
    margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a5db53 */.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}
.cta-section {
    background: #1abc9c;
    padding: 60px 0;
    text-align: center;
    color: #fff !important;
    position: relative;
}
.cta-section h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: none;
     color: #fff
}

.cta-section p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 24px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.btn-white {
    background: #fff;
    color: #1abc9c !important;
    font-weight: 700;
    text-transform: none;
}
.btn {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: all .2s;
    cursor: pointer;
    border: none;
    font-family: inherit;
}

.btn-white:hover {
    background-color: white !important;
    color: #1abc9c;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b0203e1 */.cta-section {
    background: #1abc9c;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    position: relative;
}/* End custom CSS */