.container_product_detail{
    padding: 100px 20px 80px 20px;
}
.banner_titulo{
    padding-top: 30px;
    padding-bottom: 13px;
    background: #000;
    color: #ffffff;
    font-size: 24px;
    line-height: 145%;
    letter-spacing: -0.05em;
    font-weight: 700;
    padding-left: 140px;
   
}

.img_banner{
    border-radius: 8px 8px 0px 0px;
}
.icono_x{
    color: #F24822;
    text-align: right;
    font-size: 22px;
}
.membres-a-max-business {
    color: #000000;
    text-align: left;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: -0.005em;
    font-weight: 700;
}
.cobertura_titular_costo {
    text-align: left;
    left: 243px;
    top: 425px;
    width: 403px;
    height: 20px;

}
.cobertura_titular_costo_span {
    color: #ffb900;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.005em;
    font-weight: 700;
}
.cobertura_titular_costo_span2 {
    color: #ffb900;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.005em;
    font-weight: 500;
}
.cobertura_titular_costo_span3 {
    color: #000000;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: -0.005em;
    font-weight: 500;
}
.cobertura_titular_costo_span4 {
    color: #ffb900;
    font-size: 20px;
    line-height: 145%;
    letter-spacing: -0.005em;
    font-weight: 800;
}
.content_product_detail{
    padding: 40px 100px 40px 100px;
}
.content_product_table{
    padding: 40px 100px 40px 100px;
}

.custom-dotted-table tr,
.custom-dotted-table td {
    border: 1px dotted #9E9E9E;
}
.border_none th, .border_none tr{
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    font-weight: 400;
    background: #000000;
    border: none !important; 
}
.border_none th{
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    font-weight: 600;
    background: #000000;
    border: none !important; 
    padding: 15px 0px 15px 0px;
}
.custom-dotted-table {
    border-collapse: collapse;    
}
.table_txt_asistencia{
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0%;
    font-weight: 600;
}
.btn_solicitar_table{
    font-size: 20px;
    line-height: 108%;
    font-weight: 700;
    background-color: #030303;
    color: #ffffff !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: auto;
    border-radius: 18px;
    padding: 10px 40px 10px 40px;
}
.btn_solicitar_table:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

/*Media Querys*/
@media (max-width: 767px) {
    .banner_titulo{
        padding-top: 55px;
        padding-bottom: 0px;
        padding-left: 40px;
    }
    .container_product_detail{
    padding: 65px 20px 50px 20px;
    }
    .cobertura_titular_costo{
        width: 100%;
        height: auto;
    }
    .content_product_detail{
    padding: 20px 20px 20px 20px;
    }
    .content_product_table{
    padding: 20px 0px 20px 0px;
    }
    .btn_solicitar_table{
    width: 100%;
    }
    .btn_solicitar_table_phone{
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .content_product_table{
        padding: 40px 0px 40px 0px;
    }
    .content_product_detail {
        padding: 40px 20px 40px 20px;
    }
}
