*{
    font-family: 'Montserrat', sans-serif;
}
html,body,section,article,aside{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}
h1,h2,h3,h4,h5,h6{
    color: #fff;
}
b {
    font-weight: bolder;
}
a.joinMe {
    background: rgba(0, 174, 239, 1);
    width: 80%;
    float: left;
    position: relative;
    margin: 0.5% 10%;
    height: 40px;
    line-height: 2;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
}
header {
    background: url(../images/Cursodeciberconciencia.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    float: left;
}
    img#intro-image {
        width: 140%;
        float: left;
        position: relative;
        margin: 0.5% -25%;
    }
    div#first-block-main {
        width: 80%;
        float: left;
        position: relative;
        margin: 5% 10%;
        text-align: center;
    }
    div#second-block-main {
        width: 80%;
        margin: 5% 10% 5% 10%;
        float: left;
        position: relative;
    }
    h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 1.5em;
        width: 100%;
    }
    h2 {
        font-size: 1em;
        line-height: 2;
        margin: 5% 0%;
    }
    h3 {
        margin: 5% 0%;
    }
    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    #benefits-block>ul {
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    #benefits-block>ul>li {
        width: 100%;
        float: left;
        position: relative;
        margin: 2% 0%;
    }
    div.how-it-works {
        width: 90%;
        float: left;
        position: relative;
        margin: -1% 4%;
        text-align: center;
    }
        .whyBtxP {
        width: 100%;
        float: left;
        position: relative;
        margin: 2.5% 0%;
    }
        .buy-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #007BFF; /* Azul brillante */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    }

.buy-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #007BFF; /* Azul brillante */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-btn:hover {
    background-color: #0056b3; /* Azul oscuro */
}

.buy-btn:active {
    background-color: #004085; /* Azul más oscuro */
}
    h3.body-title {
        margin: 5% 4%;
        color: #000;
        width: 85%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    h6.sub-title-section {
        color: #262626;
        font-size: 1.2em;
    }
    h4#title-share {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
        text-align: center;
        font-size: 1.3em;
    }
    div.first-content-section {
        width: 80%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
        color: #262626;
        text-align: justify;
    }
    div.second-content-section {
        float: left;
        position: relative;
        width: 80%;
        margin: 0.5% 10%;
    }
    .second-content-section-block {
        width: 80%;
        float: left;
        position: relative;
        margin: 10% 10%;
    }
    #testimonios {
    text-align: center;
    padding: 0px;
    background-color: #f8f9fa;
}

h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.testimonios-galeria {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 15px;
    scroll-snap-type: x mandatory;
}

.testimonio {
    flex: 0 0 auto;
    width: 250px;
    text-align: center;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    scroll-snap-align: start;
}

.testimonio img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.testimonio p {
    font-size: 14px;
    color: #333;
}

    .tools {
        width: 30%;
        margin: 0.5% 1%;
        float: left;
        position: relative;
        border: 1px solid #0053aa;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .toolTitle {
        background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
        width: 100%;
        float: left;
        position: relative;
    }
    .toolList{
        width: 100%;
        height: 230px;
        float: left;
        position: relative;
    }
    .toolList>li {
        list-style-type: none;
        width: 100%;
        margin: 2.5% 0%;
        padding: 2px;
        word-wrap: break-word;
    }
    .toolTitle>span {
        width: 100%;
        float: left;
        position: relative;
        height: 30px;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
        padding: 5px;
    }
    .imgWhyBtx {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 8%;
    }
    .imgWhyBtx>img {
        width: 100%;
        float: left;
        position: relative;
        margin: 0.5% 0%;
    }
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #081b45;
        height: 2px;
    }
    .integrations-block {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    div#share {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #081b45;
        height: 200px;
    }
    div#share-block-stories {
        text-align: center;
    }
    div#share-success-stories {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #081b45;
        height: auto;
        color: #fff;
    }
    div#share-block-stories>a {
        width: 100%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
    }
    .share-Item {
        width: 20%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        padding: 0;
    }
    div#share-block {
        width: 90%;
        float: left;
        position: relative;
        margin: 2.5% 5%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 40px;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 40px;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_share.webp);
        width: 40px;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    footer {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #081b45;
        font-weight: bolder;
    }
    div#footer-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .footer-block-content {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 2;
    }
    #head-Images>img {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5% 2.5%;
    }
    div#form-btx-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
    }
        div#wa-share {
        background-image: url(../images/wa_share.webp);
        width: 40%;
        height: 50px;
        float: left;
        margin: 0.5% 30%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }

    @media(min-width: 780px){
        div#first-block-main {
        width: 20%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        padding: 0;
    }
    div#second-block-main {
        width: 30%;
        margin: 5% 5% 5% 15%;
        float: left;
        position: relative;
    }
        .buy-btn {
        padding: 8px 14px;
        font-size: 13px;
    }
    h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 1.5em;
        width: 100%;
    }
    h2 {
        font-size: 1em;
        line-height: 2;
        margin: 5% 0%;
    }
    h3 {
        margin: 5% 0%;
    }
    a.joinMe {
        background: rgba(0, 174, 239, 1);
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 35%;
        height: 40px;
        line-height: 2;
        border-radius: 25px;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: bolder;
    }
    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    #benefits-block>ul {
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
    }
    #benefits-block>ul>li {
        width: 100%;
        float: left;
        position: relative;
        margin: 2% 0%;
    }
    div.how-it-works {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    h3.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    h6.sub-title-section {
        color: #262626;
        font-size: 1.2em;
    }
    h4#title-share {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
        text-align: center;
        font-size: 1.3em;
    }
    div.first-content-section {
        width: 80%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
        line-height: 1.5;
        color: #262626;
        text-align: justify;
    }
    div.second-content-section {
        float: left;
        position: relative;
        width: 80%;
        margin: 0.5% 10%;
    }
    div.second-content-section-block {
        width: 40%;
        float: left;
        position: relative;
        margin: 10% 3%;
    }
    .tools {
        width: 30%;
        margin: 0.5% 1%;
        float: left;
        position: relative;
        border: 1px solid #0053aa;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .toolTitle {
        background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
        width: 100%;
        float: left;
        position: relative;
    }
    .toolList{
        width: 100%;
        height: 230px;
        float: left;
        position: relative;
    }
    .toolList>li {
        list-style-type: none;
        width: 100%;
        margin: 2.5% 0%;
        padding: 2px;
        word-wrap: break-word;
    }
    .toolTitle>span {
        width: 100%;
        float: left;
        position: relative;
        height: 30px;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
        padding: 5px;
    }
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #2FC6F6;
        height: 2px;
    }
    .integrations-block {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    div#share {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #2FC6F6;
        height: 200px;
    }
    div#share-block-stories {
        text-align: center;
    }
    div#share-success-stories {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #337AB7;
        height: auto;
        color: #fff;
    }
    div#share-block-stories>a {
        width: 100%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
    }
    .share-Item {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
        padding: 0;
    }
    div#share-block {
        width: 50%;
        float: left;
        position: relative;
        margin: 2.5% 25%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    footer {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #081b45;
        font-weight: bolder;
    }
    div#footer-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .footer-block-content {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 2;
    }
    #head-Images>img {
        width: 70%;
        float: left;
        position: relative;
        margin: 2.5% 15%;
    }
    div#form-btx-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
    }
    }

@media(min-width: 1024px){
    a.joinMe {
        background:rgba(0, 174, 239, 1);
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 35%;
        height: 40px;
        line-height: 2;
        border-radius: 25px;
        text-decoration: none;
        color: #fff;
        font-size: 20px;
        font-weight: bolder;
    }
       .whyBtx {
        width: 100%;
        float: left;
        position: relative;
        margin: 2.5% 0%;
    }
    .whyBtx1 {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 10%;
    }
    .whyBtx3 {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 40%;
    }
    .whyBtxP {
        width: 100%;
        float: left;
        position: relative;
        margin: 0.5% 0%;
    }
    .buy-btn {
    display: inline-block;
    text-decoration: none;
    background-color: #007BFF; /* Azul brillante */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.buy-btn:hover {
    background-color: #0056b3; /* Azul oscuro */
}

.buy-btn:active {
    background-color: #004085; /* Azul más oscuro */
}
    .whyBtxP>p {
        width: 100%;
        float: left;
        position: relative;
        margin: 0.5% 0%;
    }
    .imgWhyBtx {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .imgWhyBtx>img {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }

    div#first-block-main {
        width: 70%;
        float: left;
        position: relative;
        margin: 0.5% 15%;
        text-align: center;
    }
    div#img-block-intro-bottom {
        width: 70%;
        margin: 2.5% 15%;
        float: left;
        position: relative;
    }
    img#intro-image {
        width: 110%;
        float: left;
        position: relative;
        margin: 0.5% -5%;
    }
    div#second-block-main {
        width: 30%;
        margin: 5% 5% 5% 15%;
        float: left;
        position: relative;
    }
    h1 {
        color: #fff;
        line-height: 1.5;
        font-size: 2em;
        width: 100%;
    }
    h2 {
        font-size: 1.4em;
        line-height: 1;
        margin: 2% 10%;
    }
    h3 {
        margin: 5% 0%;
        font-size: 1.5em;
        line-height: 1.5;
    }
    div#benefits-block {
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
        padding: 0;
    }
    h5 {
        font-size: 1em;
    }
    #benefits-block>ul {
        color: #fff;
        width: 100%;
        float: left;
        position: relative;
        margin: 0%;
    }
    #benefits-block>ul>li {
        width: 100%;
        float: left;
        position: relative;
        margin: 2% 0%;
    }
    div.how-it-works {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        text-align: center;
    }
    h3.body-title {
        margin: 0.5% 2.5%;
        color: #000;
        width: 95%;
        float: left;
        font-size: 1.5em;
        position: relative;
        text-align: center;
    }
    h6.sub-title-section {
        color: #262626;
        font-size: 1.2em;
    }
    h4#title-share {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
        text-align: center;
        font-size: 1.3em;
    }
    div.first-content-section {
        width: 40%;
        float: left;
        position: relative;
        margin: 0.5% 5%;
        line-height: 1.5;
        color: #262626;
        text-align: justify;
    }
    div.first-content-section-vent {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        line-height: 1.5;
        color: #262626;
    }
    div.second-content-section {
        float: left;
        position: relative;
        width: 49%;
        margin: 16% 0%;
    }
    .second-content-section-block {
        width: 40%;
        float: left;
        position: relative;
        margin: 10% 3%;
    }
    .tools {
        width: 30%;
        margin: 0.5% 1%;
        float: left;
        position: relative;
        border: 1px solid #0053aa;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .toolTitle {
        background: -webkit-linear-gradient(-45deg, #2fc7f7 0%, #409eef 100%);
        width: 100%;
        float: left;
        position: relative;
    }
    .toolList{
        width: 100%;
        height: 230px;
        float: left;
        position: relative;
    }
    .toolList>li {
        list-style-type: none;
        width: 100%;
        margin: 2.5% 0%;
        padding: 2px;
        word-wrap: break-word;
    }
    .toolTitle>span {
        width: 100%;
        float: left;
        position: relative;
        height: 30px;
        line-height: 2;
        color: #fff;
        font-weight: bolder;
        padding: 5px;
    }
    .divider {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #081b45;
        height: 2px;
    }
    .integrations-block {
        width: 30%;
        float: left;
        position: relative;
        margin: 0.5% 1.5%;
    }
    div#share {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        background: #081b45;
        height: 200px;
    }
    div#share-block-stories {
        text-align: center;
    }
    div#share-success-stories {
        width: 100%;
        float: left;
        position: relative;
        margin: 0;
        padding: 0;
        color: #fff;
        background: #081b45;
        height: auto;
    }
    div#share-block-stories>a {
        width: 100%;
        color: #fff;
        text-align: center;
        float: left;
        position: relative;
        font-size: 20px;
    }
    .share-Item {
        width: 20%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
        padding: 0;
    }
    div#share-block {
        width: 60%;
        float: left;
        position: relative;
        margin: 2.5% 20%;
    }
    div#in-share {
        background-image: url(../images/in_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
        div#wa-share {
        background-image: url(../images/wa_share.webp);
        width: 25%;
        height: 60px;
        float: left;
        margin: 0.5% 37.5%;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#tw-share {
        background-image: url(../images/tw_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    div#fb-share {
        background-image: url(../images/fb_share.webp);
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    footer {
        float: left;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #081b45;
        font-weight: bolder;
    }
    div#footer-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 0.5% 2.5%;
    }
    .footer-block-content {
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        line-height: 2;
    }
    #head-Images>img {
        width: 50%;
        float: left;
        position: relative;
        margin: 2.5% 25%;
    }
    div#form-btx-block {
        width: 95%;
        float: left;
        position: relative;
        margin: 2.5%;
    }

}
