@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;600;800&display=swap');

.titleCourse {
    width: 100%;
    margin-top: 20px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.titleCourse h2 {
    width: 100%;
    color: #000;
    font-size: 26px;
    font-weight: 800;
    text-align: center;
}

.contentInfoBasicCourse {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    margin: 25px 0px 25px 0px;
}

.boxInfo {
    width: 205px;
    height: 150px;
    padding: 10px;
    background-color: #FFF;
    box-shadow: 0px 0px 10px #CCC;
    -webkit-box-shadow: 0px 0px 10px #CCC;
    -moz-box-shadow: 0px 0px 10px #CCC;
    -o-box-shadow: 0px 0px 10px #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: flex-start;
    align-items: center;
    margin: 10px;
}

.colIconBoxInfo {
    width: 55px;
    height: 55px;
    text-align: left;
    border: 1px solid #EEEEEE;
    border-radius: 50px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.colIconBoxInfo i {
    font-size: 34px;
    padding: 1%;
    color: #CD2E35;
}

.colBoxInfo {
    width: 205px;
}

.colBoxInfo p b {
    font-weight: 900 !important;
}

.colBoxInfo p {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    padding: 1%;
    margin: 0;
    text-align: center;
    font-family: 'Outfit', sans-serif;
}

.col2 {
    width: 48%;
    margin-top: 20px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: stretch;
    align-content: center;
    align-items: center;
}

.contentCertificate {
    width: 98%;
    background-color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 30px #E0E0E0;
    -webkit-box-shadow: 0px 0px 30px #E0E0E0;
    -moz-box-shadow: 0px 0px 30px #E0E0E0;
    -o-box-shadow: 0px 0px 30px #E0E0E0;
    padding: 2%;
    margin-left: 1%;
    margin-top: 15px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: stretch;
    align-content: center;
    align-items: center;
}

.col2Certificate {
    width: 50%;
    padding: 2%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
}

.col2Certificate h3 {
    width: 100%;
    margin: 0 0 15px 0;
}

.col2Certificate h4 {
    width: 100%;
    margin: 0 0 25px 0;
}

.col2Certificate p {
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-family: 'Outfit', sans-serif;
}

.col2Certificate img {
    max-width: 100%;
    margin-bottom: 15px;
}

.col2Certificate ul {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    align-self: flex-start;
    align-content: center;
    align-items: center;
    list-style: circle !important;
    padding-left: 0px;
}

.col2Certificate li {
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
    align-self: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 15px;

    list-style: circle !important;
}

.txtCourse {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.txtCourse p {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
}

.txtValor {
    font-size: 12px;
    font-weight: 800;
}

.txtCourse .col2 {
    background-color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 0px 30px #E0E0E0;
    margin: 1%;
    padding: 2%;
    height: auto;
    align-content: flex-start;
}

.ptxtCourse {
    width: 100%;
    padding-right: 10%;
    color: #585858;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    font-family: 'Outfit', sans-serif;
}

.vinCourse b {
    color: #CD2E35;
    font-weight: 600;
}

.vinCourse {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #585858;
    margin-top: 15px;
}

.btnInfoCourse {
    margin-top: 30px;
    background-color: #CD2E35;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    transition: all 0.3s
}

.btnInfoCourse p {
    padding: 5px 20px 5px 20px;
    color: #FFF !important;
    font-size: 18px !important;
}

.btnInfoCourse:hover {
    background-color: #585858;
    cursor: pointer;
}

.btnInfoCourse i {
    margin-left: 5px;
}

.titleRegister {
    width: 100%;
    margin-bottom: 20px;
}

.titleRegP {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #000 !important;
    font-family: 'Outfit', sans-serif;
}

.titleRegP i {
    font-size: 44px;
    vertical-align: middle;
    margin-right: 15px;
    color: #42A5F5;
}

.titleRegP svg {
    width: 45px;
    fill: #42A5F5;
    vertical-align: middle;
    margin-right: 15px;
}

.contentRegisterForm {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentRegisterForm form {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    padding-left: 0%;
}

.contentRegisterForm:hover {
    background-color: #FFF !important;
    cursor: default !important;
}

.contentRegisterForm form:hover {
    cursor: default !important;
    background-color: #FFF !important;
}

.contentRegisterForm label {
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
}

.contentRegisterForm span {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentRegisterForm form input {
    width: 100%;
    padding: 8px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: ;
    font-family: 'Outfit', sans-serif;
}

.contentRegisterForm form select {
    width: 100%;
    padding: 10px;
    margin: 3px 0px 15px 0px;
    border: 1px solid #CCC;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: ;
    font-family: 'Outfit', sans-serif;
}

.contentRegisterForm form button {
    background-color: #CD2E35;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    padding: 5px 20px 5px 20px;
    color: #FFF !important;
    font-family: 'Outfit', sans-serif;
    font-size: 18px !important;
    border: 0;
    transition: all 0.3s
}

.contentRegisterForm form button:hover {
    background-color: #585858;
    cursor: pointer;
}

.priceCourse {
    width: 100%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    padding-left: 10%;
    margin-bottom: 10px;
}

.priceCourse p {
    width: 100%;
    text-align: left;
    font-size: 18px;
    color: #CD2E35;
    font-weight: 600;
}

.contentTableCourses {
    width: 80%;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentTableCourses table {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.alignLeft {
    text-align: left;
}

.headTable {
    background-color: #4D4E50;
    color: #FFF;
    font-size: 20px;
}

.contentTableCourses tbody tr th {
    color: #4D4E50;
    font-weight: 600 !important;
    vertical-align: middle;
}

.contentTableCourses tbody tr td {
    vertical-align: middle;
    color: #4D4E50;
}

.btnBack {
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    top: 250px;
    left: 5px
}

.btnBack p {
    font-size: 24px;
    color: #000;
    margin-bottom: 0px !important;
}

.alert {
    width: 100%;
    height: 100vh;
    font-size: 34px;
    padding: 5%;
    background-color: rgba(1, 87, 155, 0.95);
    color: #FFF;
    position: absolute;
    z-index: 1000;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.btnWhatsappInfo {
    width: 270px;
    padding: 5px;
    margin: 5px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    background-color: #38c16b;
}

.btnWhatsappInfo .colIconBoxInfo {
    border: 0 !important;
}

.btnWhatsappInfo .colBoxInfo p {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.btnWhatsappInfo .colBoxInfo {
    width: 72%;
}

.btnRegisterInfo {
    width: 270px;
    padding: 5px;
    margin: 5px;

    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    background-color: #FF6E40;
}

.btnRegisterInfo .colIconBoxInfo {
    border: 0 !important;
}

.btnRegisterInfo .colBoxInfo p {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.btnRegisterInfo .colBoxInfo {
    width: 72%;
}

.btnRegisterInfo .colBoxInfo i {
    margin-left: 10px;
}

.barGradientCourses {
    width: 100%;
    height: 95px;
    position: absolute;
    z-index: 0;
    margin-top: 315px;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(213,214,218,1) 130%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(213,214,218,1) 130%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgba(213,214,218,1) 130%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#d5d6da",GradientType=1);
}

.flex {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.contentPage {
    width: 100%;
    height: auto;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.title {
    width: 100%;
    text-align: left;
}

.title h3 {
    width: 100%;
    color: #CD2E35;
    font-size: 54px;
    font-weight: 300;
}

.contentCirclesCourses {
    width: 100%;
    height: 260px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;

    position: relative;
    z-index: 10;
}

.circleCourse {
    width: 150px;
    height: 150px;
    border: 1px solid rgba(227,227,227,0.3);

    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;

    box-shadow: inset 6px 6px 1px rgba(227,227,227,1);
    -webkit-box-shadow: inset 6px 6px 1px rgba(227,227,227,1);
    -moz-box-shadow: inset 6px 6px 1px rgba(227,227,227,1);
    -o-box-shadow: inset 6px 6px 1px rgba(227,227,227,1);

    background: rgb(227,227,227);
    background: -moz-linear-gradient(146deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 80%);
    background: -webkit-linear-gradient(146deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 80%);
    background: linear-gradient(146deg, rgba(227,227,227,1) 0%, rgba(255,255,255,1) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e3e3",endColorstr="#ffffff",GradientType=1);

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleInsetCourse {
    width: 120px;
    height: 120px;
    border: 1px solid rgba(227,227,227,1);

    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    -o-border-radius: 80px;

    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.circleInsetCourse i {
    font-size: 60px;
    color: #A7A7A9;
}

.titleCircleCourses {
    height: 50px;
    margin-top: 10px;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;

    display: -moz-flex;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;

    display: flex;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;

    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
    align-content: center;
    align-items: center;
}

.titleCircleCourses p {
    font-size: 20px;
    color: #A7A7A9;
}

.titleSmall {
    font-size: 26px;
    font-weight: 900;
    font-family: 'Outfit', sans-serif;
}