.menu_cabecera {
    height: 65px;
    box-shadow: 0 0px 10px #686161;
}
.puntos_menu span{
    color: #7f7f7f;
    margin-left: 10px;
}
.central_boton {
    background: #003668;
}
.texto_central{
    color: #fff;
    padding: 30px 0;
    font-size: 24px;
    font-weight: bold;
}

.boton_inicio{
    padding: 20px 0;
}

.h1_central{
    font-weight: bold;
    font-size: 60px;
    font-family: 'CenturyGothic-Bold';
}
.header-text{
    top: 30%;
}
.linea_alto{
    height: 4px;
    background: #fff;
    width: 80px;
    margin: 0 auto;
}
.linea_alto_blue{
    height: 4px;
    background: #003668;
    width: 80px;
    margin: 0 auto;
}
.titulo_cental{

}
.contenido_central{
    padding: 60px 0;
}
.texto_formulario{
    color:#fff;
}


.prew_titulo_curso{
    text-align: center;
    font-weight: bold;
    margin: 20px 0;
}

.thumbnail{
    border: 0;
}
.caption{
    border: 1px solid #e2e2e2;
    border-radius: 0 0 10px 10px;
    padding: 20px !important;
}

.texto_contenido{
    min-height: 160px;
    /* padding: 5px 0 28px 0; */
}

.price_text{
    padding: 15px 0;
}
.principal_price{
    color: #f96116;
    font-size: 18px;
    font-weight: bold;
}
.second_price{
    padding-left: 10px;
    text-decoration: line-through;
}

.botton_detalle{
    padding: 12px;
    border: 1px solid #f96116;
    color: #f96116;
    font-weight: bold;
    width: 30%;
}

.botton_detalle:hover{
    background: #f96116;
    color:#fff;
}

.botton_compra{
    padding: 12px;
    border: 1px solid #0d5ea9;
    color: #ffffff;
    font-weight: bold;
    width: 68%;
    background: #003668;
}

.botton_compra:hover,.botton_compra:focus{
    background: #f96116;
    border: 1px solid #f96116;
    color:#fff;
}

.menu_texto li:hover{
    background: #003668;
    padding: 2px;
}
.menu_texto li a:hover{
    color: #fff !important;
}
.menu_texto li a span{
    font-weight: bold;
}



.central_boton_pie{
    background: #F7F8FA;
    padding: 15px 0;
}
.icon_central{
    padding-top: 32px;
    width: 40px;
    margin: 0 auto;
}
.texto_central{
    padding: 10px;
    color: #fff;
    text-align: center;
}

.texto_programa{
    border-bottom: 1px solid #b4b4b4;
    color: #636060;
    padding-bottom: 10px;
    font-weight: bold;
}

.contacto_texto{
    border-left: 2px solid #003668;
    min-height: 380px;
    padding: 0 40px;
}
.contacto_texto h4{
    color:#003668;
    font-weight: bold;
}

.img_politica{
    width: 420px;
    height: 400px;
    border-radius: 242px;
}



/* 
.container {
    position: relative;
} */

.center {
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.img_center { 
    width: 100%;
    height: auto;
    opacity: 0.3;
}

.cuadro_detalle{
    min-height: 540px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    background: #fff;
    text-align: center;
}

.fondo_detalle{
    position: absolute;
    background: #525252;
    width: 62%;
    min-height: 400px;
}

.cuadrado{
    background: #e8e8e8;
    padding: 50px;
    border: 1px solid #b5b5b5;
    margin-top: 90px;
}

.texto_cuadro{
    display: inline-block;
    width: 49%;
    padding: 5px;
}

.curso_det{
    background: #e6e6e6;
    border: 1px solid #d4d4d4;
}

.titulo_texto{
    font-size: 15px;
    font-weight:bold;
    color: #545454;
    padding: 10px 0;
    text-align: center;
}

.titulo_texto_contenido{
    font-size: 12px;
}

.texto_precio{
    text-align: right;
    color: #f96116;
    font-weight: bold;
    font-size: 16px;
}

.precio_anterior{
    font-size: 15px;
    text-decoration: line-through;
    text-align: right;
    color: #717171;
    float: right;
    margin-top: 20px;
}



.botton_carro_detalle{
    padding: 12px;
    border: 1px solid #0d5ea9;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    background: #003668;
}

.botton_carro_detalle:hover{
    background: #0c2e4e;
    border: 1px solid #0c2e4e;
    color:#fff;
}


.botton_compra_detalle{
    margin-top: 10px;
    padding: 12px;
    border: 1px solid #f96116;
    color: #ffffff;
    font-weight: bold;
    width: 100%;
    background: #f96116;
}

.botton_compra_detalle:hover{
    background: #83330c;
    border: 1px solid #83330c;
    color:#fff;
}

.borde_sup_img{
    border-radius: 10px 10px 0 0;
}

.menu_contenido{
    /* position: fixed; */
    width: 80%;
    background: #00000096;
    margin: 0 auto;
    margin-left: 12%;
    padding: 20px;
    color: #fff;
    z-index: 9999;
    min-height: 600px;
}

.close_datos{
    text-align: right;
    padding-right: 10px;
    font-size: 30px;
}

.list-unstyled li{
    padding: 10px 25px;
    font-size: 30px;
    font-weight: bold;
}
.list-unstyled li a{
    color:#fff;
}
.imagen_menu{
    float: left;
    padding: 10px;
}

.thumbnail:hover{
    box-shadow: 0px 0px 5px #ababab;
} 

.imagen_curso{
    max-height: 207px;
    width: 100%;
}


.menu_cateogoria{
    cursor: pointer;
}

.menu_detalle{
    color: #fff;
    font-size: 20px;
    border: 1px solid silver;
    padding: 10px;
    border-radius: 22px;
    background: #3b3b3b;
}

.volver_menu{
    padding: 0 !important;
    background: none !important;
}

.dropdown-menu_da{
    width: 120px;
    left: -3rem;
    padding: 10px;
    position: absolute;
    background: white;
    border-radius: 15px;
    z-index: 10000;
    margin-top: 15px;
}

@media screen and (max-width: 992px) {
    .fondo_detalle{
        width: 92%;
    }
    .menu_texto{
        display: none;
    }
    #carousel-example-generic{
        padding-top: 64px;
    }
    .texto_menu{
        display: none;
    }
    .boton_inicio{
        text-align: center;
    }
}


@media all and (max-width: 1000px) and (min-width: 993px) {
    .fondo_detalle{
        width: 12% !important;
    }
}


.alto_curso{
    max-height: 662px;
}