/*SECTION TITLE INTERNA*/

.sect_title_interna {
    background: linear-gradient(to right, #005c9c 0%, #00b9c2 100%);
    padding: 30px 0;
}

.h2_title_interna {
    color: #fff;
    font-weight: 700;
}

.nav_internas {
    align-items: flex-end;
}

.list_nav_internas {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}

.list_nav_internas>li {
    display: inline-block;
    margin: 0 10px;
}

.list_nav_internas>li {
    color: #fff;
    font-weight: 700;
}

.list_nav_internas>li:last-child {
    color: #000000;
    font-size: 18px;
}

.list_nav_internas>li>a {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}


/*END SECTION TITLE INTERNA*/


/*SECTION CURSOS DESCRIPCION*/

.sect_curso_descripcion {
    padding: 50px 0;
    padding-bottom: 100px;
    background: #ededed;
}

.box_curso_descripcion {
    background: #fff;
}

.box_curso_descripcion .box_body {
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.list_info_curso {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.list_info_curso>li {
    display: inline-block;
    margin-right: 10px;
}

.list_info_curso>li i {
    color: #005c9c;
}


/*SECTION MENU ITEM DESCRIPCION*/

.main_items_descripcon {
    margin-top: 30px;
}

.main_items_descripcon .list_tabs {
    list-style: none;
}

.list_tabs .nav-item.show .nav-link,
.list_tabs .nav-link.active {
    color: #005c9c !important;
    font-weight: 700;
}

.list_tabs .nav-link {
    background: #005c9c;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.main_items_descripcon .tab-content .tab-pane {
    padding: 20px 10px;
}

.main_items_descripcon h5 {
    color: #000;
    font-weight: 700;
}

.compartir_curso {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #005c9c;
}

.compartir_curso>ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.compartir_curso>ul>li {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}

.btn_twitter {
    line-height: 0;
}


/*ASIDE*/

.aside_form {
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}

.aside_form>div {
    padding: 20px;
    border: 1px solid #005c9c;
}

.input_contact {
    height: 45px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-style: italic;
}

.textarea_contact {
    min-height: 120px;
    border-radius: 16px;
    font-style: italic;
}

.btn_enviar {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    background: #005c9c;
    border: 0;
    color: #ededed;
    font-weight: 700;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
    transition: all ease 500ms;
}

.btn_enviar:hover,
.btn_enviar:focus,
.btn_enviar:active {
    background: #000;
    outline: none;
    color: #fff;
    transition: all ease 500ms;
}


/**/

.aside_cotizador {
    background: #fff;
    margin-top: 20px;
}

.aside_cotizador .cotizador_head h5 {
    color: #fff;
    background: #005c9c;
    font-weight: 700;
    padding: 10px;
}

.aside_cotizador .cotizador_body {
    padding: 10px 15px;
}

.aside_cotizador .cotizador_body .input_group {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.aside_cotizador .cotizador_body .input_group input[type="radio"] {
    position: absolute;
    left: 0;
    top: 5px;
}

.aside_cotizador .cotizador_body span {
    color: #000;
    font-weight: 700;
}

.aside_cotizador .cotizador_body .small_input {
    display: block;
}


/*CUPON*/

.cupon_group {
    margin-top: 20px;
}

.cupon_group .h6_cupon {
    color: #000;
    font-weight: 700;
    cursor: pointer;
    font-size: 13px;
}

.cupon_group .input_cupon {
    display: inline-block;
    width: calc(100% - 115px);
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 4px 10px;
    transition: all ease 500ms;
}

.cupon_group .input_cupon:focus,
.cupon_group .input_cupon:active {
    text-decoration: none;
    transition: all ease 500ms;
}

.cupon_group .btn_cupon {
    display: inline-block;
    width: 100px;
    margin-left: 15px;
    background: #00c2bf;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
    font-weight: 700;
    border: 3px solid #005c9c;
    transition: all ease 500ms;
}

.cupon_group .btn_cupon:hover,
.cupon_group .btn_cupon:active,
.cupon_group .btn_cupon:focus {
    background: #005c9c;
    text-decoration: none;
    transition: all ease 500ms;
}


/**/


/*DETALLE*/

.box_detalle {
    margin-top: 20px;
    background: #f1f1f1;
    padding: 20px;
}

.box_detalle h4 {
    color: #005c9c;
    font-weight: 800;
    font-size: 35px;
}

.box_detalle p {
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
}

.btn_matricula {
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
    background: #00c2bf;
    color: #fff;
    padding: 6px;
    border: 0;
    cursor: pointer;
    border: 3px solid #005c9c;
    border-radius: 6px;
    transition: all ease 500ms;
}

.box_detalle h5 {
    text-decoration: line-through;
    font-weight: 700;
}

.btn_matricula:hover,
.btn_matricula:active,
.btn_matricula:focus {
    background: #005c9c;
    border: 3px solid #00c2bf;
    transition: all ease 500;
    color: #fff;
    text-decoration: none;
}


/**/

.aside_form .title_main h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.aside_cursos {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
}

.aside_cursos>div {
    padding: 20px;
    border: 1px solid #005c9c;
}

.aside_cursos .title_main h4 {
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.aside_cursos strong {
    color: #000;
}

.aside_cursos ul {
    list-style: square;
    padding-left: 17px;
}

.aside_cursos ul>li a {
    color: #858585;
    text-decoration: none;
    transition: all ease 500ms;
}

.aside_cursos ul>li a:hover {
    color: #00c3c2;
}

.aside_info_contact {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
}

.aside_info_contact>div {
    padding: 20px;
    border: 1px solid #ff8f80;
}

.aside_info_contact .title_main h4 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.aside_info_contact ul {
    list-style: none;
    padding-left: 0;
    font-weight: 700;
}

.aside_info_contact ul>li a {
    color: #858585;
    text-decoration: none;
    transition: all ease 500ms;
}

.aside_info_contact ul>li a:hover {
    color: #ff8f80;
}

.frm_caja_fb {
    margin-top: 20px;
}


/**/

.main_items_descripcon h4 {
    font-size: 20px;
    color: white;
    background: #76B62A;
    padding: 4px 1px 0px 4px;
}

.main_items_descripcon h4 strong {
    color: #fff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #000;
}

.main_items_descripcon strong {
    color: #000;
}


/*FORM MODAL*/
@media (min-width: 576px){
    .modal-dialog {
        max-width: 750px;
    }
}
#ModalServicio .modal-header {
    background: #005ca0;
}

#ModalServicio .modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
}

#ModalServicio .close {
    opacity: 1;
    color: #fff;
    font-size: 25px;
}

.h6_subtitle {
    margin-bottom: 15px;
    cursor: pointer;
    /* color: #005ca0; */
    font-weight: 700;
    display: inline-block;
    background: #005ca0;
    font-size: 13px;
    position: relative;
    color: #fff;
    padding: 5px;
}
.h6_subtitle:before{
    content: "";
    position: absolute;
    right: -25px;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 25px solid #005ca0;
    border-bottom: 12px solid transparent;
}

.input_contact {
    height: 36px;
    border-radius: 16px;
    margin-bottom: 10px;
    font-style: italic;
    background: rgb(237, 237, 237);
}

.textarea_contact {
    min-height: 120px;
    border-radius: 16px;
    font-style: italic;
    background: rgb(237, 237, 237);
}

.input_contact::placeholder,
.textarea_contact::placeholder {
    font-size: 14px;
}

.btn_enviar {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    background: #00bac4;
    border: 0;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 700;
    /* margin: 0 auto; */
    padding: 10px;
    cursor: pointer;
    transition: all ease 500ms;
}

.btn_enviar:hover,
.btn_enviar:active,
.btn_enviar:focus {
    background: #005ca0;
    color: #fff;
    outline: none;
    transition: all ease 500ms;
}


/**/