﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: rgba(255, 255, 255, 1);
    font-family: 'Poppins', sans-serif;
}

header {
    background-color: #222222;
    width: 100%;
    min-height: 10px;
    display: table;
}

.headerActions {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: solid 1px #969696;
}

    .headerActions a:hover {
        color: #00eda4;
    }

.sociales a i {
    color: #969696;
    font-size: 16px;
    float: left;
    padding-left: 10px;
}

.sociales a:hover i {
    color: #00eda4;
}

.cuentaLgn a {
    color: #969696;
    font-size: 14px;
    float: right;
    padding-left: 10px;
}

    .cuentaLgn a span {
        background-color: #ff0000;
        width: 24px;
        height: 24px;
        text-align: center;
        display: inline-table;
        border-radius: 12px;
        color: #FFF;
    }

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    nav ul a {
        float: left;
        display: block;
        margin-right: 20px;
        color: #FFF;
        font-size: 16px;
        padding-top: 20px;
    }

        nav ul a:hover {
            color: #00eda4;
        }

.logoHolder img {
    width: 254px;
}


.portadaLarga {
    width: 100%;
    height: 200px;
    display: table;
    margin: 0 auto;
}

.portadaLargaImgBck {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
}

.portadaLargaTitulo {
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.7);
}

    .portadaLargaTitulo h1 {
        width: 100%;
        font-weight: 700;
        color: #FFF;
        text-align: center;
        padding-top: 5%;
        font-size: 2em;
    }

.tituloCurso h2 {
    color: #000;
    font-weight: 700;
    font-size: 2em;
}

.disponibleTag {
    display: table;
    height: 30px;
    background-color: #00eda4;
    color: #FFF;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.proximoTag {
    display: table;
    height: 30px;
    background-color: #ff5e3a;
    color: #FFF;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.priceTag {
    display: table;
    height: 30px;
    background-color: #00eda4;
    color: #FFF;
    font-weight: 700;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    float: right;
}

.hidePc {
    display: none;
}

.subtituloCurso {
    color: rgba(0, 0, 0, 0.6);
}

    .subtituloCurso small i {
        color: #00eda4;
    }

.descripcionCurso {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
    color: #474747;
    margin-top: 20px;
}

    .descripcionCurso a {
    }

.gradient-button-1 {
    margin: 0;
    display: inline-block;
    border: none;
    text-transform: none;
    font-weight: normal;
    position: relative;
    line-height: normal;
    min-height: auto;
    position: relative;
    -webkit-border-radius: 20px 5px 5px;
    -moz-border-radius: 20px 5px 5px;
    border-radius: 20px 5px 5px;
    background-color: inherit;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    font-weight: 500;
    color: #FFF !important;
    padding: 12px 32px;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #00eda4, #6a7df1);
    background-position: right center;
}

    .gradient-button-1:hover {
        border-radius: 5px 5px 5px;
    }

.gradient-button-2 {
    margin: 0;
    display: inline-block;
    border: none;
    text-transform: none;
    font-weight: normal;
    position: relative;
    line-height: normal;
    min-height: auto;
    position: relative;
    -webkit-border-radius: 20px 5px 5px;
    -moz-border-radius: 20px 5px 5px;
    border-radius: 26px;
    background-color: inherit;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.07);
    box-shadow: 0 0 20px rgb(0 0 0 / 7%);
    font-weight: 500;
    color: #FFF !important;
    padding: 12px 32px;
    font-size: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    background-image: linear-gradient(to right, #ff5e3a, #ff2a68);
    background-position: right center;
}

    .gradient-button-2:hover {
        border-radius: 5px 5px 5px;
    }


.ahorroTag {
    background-color: #FFD23C;
    border-radius: 26px;
    color: #000;
    display: inline-block;
    padding: 10px 10px 10px 15px;
    position: relative;
    line-height: 26px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 26px;
}

.capitulosHolder h3 {
    color: #000;
    font-weight: 700;
    font-size: 1.5em;
}

    .capitulosHolder h3 i {
        color: rgba(0, 0, 0, 0.3);
    }

.capitulosHolder h4 {
    color: #000;
    font-weight: 700;
}

.capitulosHolder p {
    font-size: 13px;
    line-height: 18px;
}


footer {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

    footer h5 {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }

.footer1 {
    background-color: rgba(33, 33, 33, 1);
    height: 130px;
}

    .footer1 b {
        color: #FFF;
        font-size: 1.6em;
        font-weight: 700;
        height: 130px;
        line-height: 130px;
        text-align: right;
        display: block;
    }

    .footer1 ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer1 ul a {
            float: right;
            display: block;
            margin-right: 20px;
            margin-top: 50px;
            font-size: 20px;
            color: #FFF;
            background-color: #00eda4;
            padding: 2%;
            width: 36px;
            height: 36px;
            border-radius: 36px;
            text-align: center;
            line-height: 36px;
        }

            .footer1 ul a:hover {
                background-color: #ff5e3a;
            }

.footer2 {
    padding-bottom: 30px;
}

    .footer2 article {
        display: block;
        padding-bottom: 10px;
        font-size: 14px;
    }

        .footer2 article i {
            padding-right: 10px;
            color: #00eda4;
        }

        .footer2 article a {
            color: #999;
        }

            .footer2 article a:hover {
                color: #00eda4;
            }

    .footer2 ul {
        color: #00eda4;
    }

    .footer2 li a {
        color: #969696;
        font-size: 14px;
    }

        .footer2 li a:hover {
            color: #00eda4;
        }

.footer3 span {
    font-size: 12px;
}

    .footer3 span a {
        color: #ff5e3a;
    }

        .footer3 span a:hover {
            color: #00eda4;
        }

.footer3 article a {
    color: #ff5e3a;
    float: right;
    font-size: 12px;
}

    .footer3 article a:hover {
        color: #00eda4;
    }


.cierreCursoCompleto {
    background-color: #e6e7e8;
    width: 94%;
    min-height: 10px;
    display: table;
    border-radius: 10px;
    padding: 3%;
    margin-top: 20px;
}

    .cierreCursoCompleto h1 {
        font-size: 2em;
        font-weight: 700;
        color: #000;
    }

    .cierreCursoCompleto p {
        font-size: 14px;
        color: #474747;
    }

    .cierreCursoCompleto article {
        width: 120px;
        height: 80px;
        border-radius: 100px;
        background-color: #ff5e3a;
        color: #FFF;
        font-weight: 700;
        text-align: center;
        padding-top: 40px;
        font-size: 20px;
    }

    .cierreCursoCompleto span {
        border: solid 1px #FFD23C;
        padding: 10px;
        margin-top: 10px;
        background-color: #FFD23C;
        font-weight: 700;
        font-size: 16px;
        color: #000;
        border-radius: 30px;
    }

.warningRojo {
    background-color: #ff0000;
    border-radius: 10px;
    color: rgba(255, 255, 255, 1);
}


.inputCupones {
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    font-size: 1.3em;
    font-weight: 800;
    color: #00eda4;
    border: solid 1px #969696;
    border-radius: 5px;
    text-align: center;
}

.inputCuponesWater {
    width: 98%;
    height: 40px;
    font-size: 1em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
    border: solid 1px #969696;
    border-radius: 5px;
    padding-left: 2%;
}

@media (max-width: 850px) {
    .hideMoblie {
        display: none;
    }

    .hidePc {
        width: 100%;
        min-height: 10px;
        display: table;
        margin: 0 auto;
    }

    .logoHolder {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .hamburguesa {
        display: table;
        padding-top: 35px;
    }

        .hamburguesa a {
            display: block;
            color: #FFF;
            font-size: 15px;
            width: 30px;
            height: 30px;
            border: solid 0.5px #FFF;
            border-radius: 15px;
            text-align: center;
            line-height: 30px;
        }

            .hamburguesa a:hover {
                background-color: #00eda4;
                color: #FFF;
                border: solid 0.5px #00eda4;
            }

    .menuMobilePh {
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1000;
        height: 100vh;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }

        .menuMobilePh ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .menuMobilePh ul a {
                display: block;
                margin-right: 20px;
                color: #FFF;
                font-size: 26px;
                padding-top: 26px;
            }

                .menuMobilePh ul a:hover {
                    color: #00eda4;
                }

    .menuMobileLogin ul {
        list-style-type: none;
        margin: 0;
        padding-left: 30px;
        text-align: left;
        border-top: solid 1px rgba(255, 255, 255, 0.2);
        margin-top: 30px;
    }

        .menuMobileLogin ul a {
            display: block;
            margin-right: 20px;
            color: #00eda4;
            font-size: 16px;
            padding-top: 16px;
        }

    .menuMobileLogin a i {
        padding-right: 10px;
    }

    .menuMobileLogin ul a:hover {
        color: #FFF;
    }

    .menuMobileLogin a span {
        background-color: #ff0000;
        width: 24px;
        height: 24px;
        text-align: center;
        display: inline-table;
        border-radius: 12px;
        color: #FFF;
    }
}
